Trace number 4117961

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)115 1800.84 898.471

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/
dt-problems/normalized-lo_16x16_009.opb.metafix.opb
MD5SUM4100583cce5985521edb426b7c1d8612
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark115
Best CPU time to get the best result obtained on this benchmark9.79751
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables256
Total number of constraints94
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)94
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint16
Number of terms in the objective function 256
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 256
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 12
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 256
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4117961-1467215665.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
0.10/0.18	c ... done. Wall clock time 0.069s.
0.10/0.18	c declared #vars     256
0.10/0.18	c #constraints  188
0.10/0.18	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.18	c constraints type 
0.10/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9
0.10/0.18	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
0.10/0.18	c org.sat4j.specs.Constr$1 => 7
0.10/0.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 161
0.10/0.18	c org.sat4j.minisat.constraints.cnf.UnitClause => 4
0.10/0.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.10/0.18	c 188 constraints processed.
0.10/0.18	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.18	c constraints type 
0.10/0.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
0.10/0.18	c org.sat4j.specs.Constr$1 => 7
0.10/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 9
0.10/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 161
0.10/0.18	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
0.10/0.18	c org.sat4j.pb.constraints.pb.UnitClausePB => 4
0.10/0.18	c 188 constraints processed.
0.10/0.18	c objective function length is 256 literals
2.64/0.81	c cleaning 2498 clauses out of 5000 with flag 19950/5000
3.04/0.92	c And the winner is solver1
3.32/1.19	c SATISFIABLE
3.32/1.19	c OPTIMIZING...
3.32/1.19	c Got one! Elapsed wall clock time (in seconds):1.074
3.32/1.19	o 115
3.93/1.47	c cleaning 4089 clauses out of 8200 with flag 13225/10698
4.90/1.82	c cleaning 5056 clauses out of 10113 with flag 32447/16700
5.76/2.23	c cleaning 6029 clauses out of 12058 with flag 56208/23701
6.78/2.77	c cleaning 7014 clauses out of 14028 with flag 86827/31700
8.05/3.39	c cleaning 8004 clauses out of 16012 with flag 119427/40698
9.64/4.10	c cleaning 9001 clauses out of 18009 with flag 155416/50699
11.04/4.85	c cleaning 9976 clauses out of 20007 with flag 200198/61698
13.05/5.80	c cleaning 11005 clauses out of 22032 with flag 248959/73699
15.32/6.94	c cleaning 12006 clauses out of 24027 with flag 299250/86699
17.79/8.15	c cleaning 13004 clauses out of 26021 with flag 357866/100699
20.58/9.56	c cleaning 14004 clauses out of 28017 with flag 416620/115699
24.45/11.44	c cleaning 14996 clauses out of 30014 with flag 512560/131700
27.72/13.10	c cleaning 16001 clauses out of 32016 with flag 585781/148698
31.75/15.05	c cleaning 17004 clauses out of 34015 with flag 664064/166698
36.97/17.67	c cleaning 18000 clauses out of 36011 with flag 762785/185698
41.65/19.99	c cleaning 18994 clauses out of 38011 with flag 845490/205698
47.23/22.76	c cleaning 20006 clauses out of 40018 with flag 971652/226699
52.74/25.47	c cleaning 20999 clauses out of 42011 with flag 1057974/248698
59.14/28.70	c cleaning 21998 clauses out of 44012 with flag 1157734/271698
65.16/31.67	c cleaning 23002 clauses out of 46014 with flag 1260105/295698
71.44/34.79	c cleaning 23979 clauses out of 48015 with flag 1393258/320701
77.84/37.97	c cleaning 25002 clauses out of 50033 with flag 1530505/346698
85.65/41.84	c cleaning 26015 clauses out of 52033 with flag 1673557/373700
93.24/45.60	c cleaning 27003 clauses out of 54016 with flag 1808350/401698
102.31/50.11	c cleaning 27999 clauses out of 56014 with flag 1951006/430699
111.90/54.93	c cleaning 28994 clauses out of 58016 with flag 2085716/460700
123.22/60.59	c cleaning 30003 clauses out of 60021 with flag 2273642/491699
134.66/66.25	c cleaning 30988 clauses out of 62017 with flag 2412118/523698
145.66/71.77	c cleaning 32004 clauses out of 64029 with flag 2565606/556698
158.84/78.23	c cleaning 32979 clauses out of 66025 with flag 2736940/590698
171.62/84.61	c cleaning 34016 clauses out of 68047 with flag 2897273/625699
183.10/90.34	c cleaning 35009 clauses out of 70031 with flag 3076048/661699
194.68/96.12	c cleaning 36005 clauses out of 72021 with flag 3237517/698698
206.89/102.22	c cleaning 36979 clauses out of 74016 with flag 3421817/736698
219.89/108.77	c cleaning 38016 clauses out of 76038 with flag 3619679/775699
233.70/115.65	c cleaning 39005 clauses out of 78021 with flag 3816909/815698
248.30/122.90	c cleaning 39999 clauses out of 80017 with flag 4034625/856699
262.90/130.25	c cleaning 41001 clauses out of 82017 with flag 4234195/898698
279.09/138.38	c cleaning 41976 clauses out of 84018 with flag 4436278/941700
295.49/146.59	c cleaning 43012 clauses out of 86042 with flag 4664363/985700
311.79/154.63	c cleaning 44007 clauses out of 88029 with flag 4881878/1030699
328.19/162.82	c cleaning 45004 clauses out of 90021 with flag 5108544/1076698
351.86/174.63	c cleaning 46006 clauses out of 92019 with flag 5329049/1123700
374.76/186.09	c cleaning 46996 clauses out of 94011 with flag 5554324/1171698
402.09/199.88	c cleaning 47999 clauses out of 96015 with flag 5784209/1220698
429.42/213.45	c cleaning 49002 clauses out of 98016 with flag 6007113/1270698
453.33/225.30	c cleaning 0 clauses out of 5250 with flag 0/5250
456.98/226.92	c cleaning 49998 clauses out of 100014 with flag 6231204/1321698
486.53/241.61	c cleaning 51007 clauses out of 102016 with flag 6490175/1373698
519.53/258.05	c cleaning 52000 clauses out of 104012 with flag 6732483/1426701
550.49/273.41	c cleaning 53000 clauses out of 106009 with flag 7007736/1480698
575.78/286.03	c cleaning 54006 clauses out of 108013 with flag 7274652/1535702
603.58/299.93	c cleaning 54992 clauses out of 110004 with flag 7546309/1591699
628.18/312.20	c cleaning 56002 clauses out of 112011 with flag 7831743/1648698
656.14/326.48	c cleaning 56997 clauses out of 114012 with flag 8094535/1706701
686.58/341.66	c cleaning 57995 clauses out of 116012 with flag 8444999/1765698
716.57/356.67	c cleaning 59003 clauses out of 118020 with flag 8724864/1825701
751.21/373.96	c cleaning 59999 clauses out of 120014 with flag 9057517/1886698
784.41/390.53	c cleaning 60997 clauses out of 122015 with flag 9369510/1948698
818.40/407.56	c cleaning 61998 clauses out of 124018 with flag 9737913/2011698
853.64/425.14	c cleaning 63001 clauses out of 126021 with flag 10049506/2075699
889.43/443.01	c cleaning 64008 clauses out of 128020 with flag 10347583/2140699
929.43/463.07	c cleaning 64986 clauses out of 130014 with flag 10693290/2206701
979.87/488.23	c cleaning 66001 clauses out of 132025 with flag 11216136/2273698
1029.69/513.12	c cleaning 67008 clauses out of 134024 with flag 11705904/2341698
1073.89/535.20	c cleaning 67995 clauses out of 136016 with flag 12148495/2410698
1127.53/562.10	c cleaning 68996 clauses out of 138021 with flag 12607131/2480698
1169.74/583.16	c cleaning 70005 clauses out of 140025 with flag 12977075/2551698
1209.92/603.26	c cleaning 71009 clauses out of 142021 with flag 13347081/2623699
1256.52/626.50	c cleaning 71989 clauses out of 144012 with flag 13681237/2696699
1305.99/651.22	c cleaning 73007 clauses out of 146023 with flag 14030829/2770699
1355.24/676.07	c cleaning 73994 clauses out of 148016 with flag 14384345/2845699
1399.43/698.13	c cleaning 75005 clauses out of 150023 with flag 14796443/2921700
1449.27/723.09	c cleaning 75988 clauses out of 152018 with flag 15147713/2998700
1499.67/748.27	c cleaning 77008 clauses out of 154031 with flag 15503182/3076701
1551.28/774.01	c cleaning 78003 clauses out of 156020 with flag 15908217/3155698
1604.48/800.67	c cleaning 78998 clauses out of 158018 with flag 16293213/3235699
1671.33/834.00	c cleaning 80007 clauses out of 160020 with flag 16755624/3316699
1737.33/867.05	c cleaning 81001 clauses out of 162014 with flag 17217641/3398700
1792.39/894.55	c cleaning 81995 clauses out of 164014 with flag 17665227/3481701
1800.19/898.40	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.19/898.40	c starts		: 7225
1800.19/898.40	c conflicts		: 3497915
1800.19/898.40	c decisions		: 4863469
1800.19/898.40	c propagations		: 155302702
1800.19/898.40	c inspects		: 15192216145
1800.19/898.40	c shortcuts		: 0
1800.19/898.40	c learnt literals	: 0
1800.19/898.40	c learnt binary clauses	: 0
1800.19/898.40	c learnt ternary clauses	: 0
1800.19/898.40	c learnt constraints	: 3497915
1800.19/898.40	c ignored constraints	: 0
1800.19/898.40	c root simplifications	: 0
1800.19/898.40	c removed literals (reason simplification)	: 23429944
1800.19/898.40	c reason swapping (by a shorter reason)	: 0
1800.19/898.40	c Calls to reduceDB	: 80
1800.19/898.40	c Number of update (reduction) of LBD	: 1370066
1800.19/898.40	c Imported unit clauses	: 0
1800.19/898.40	c number of reductions to clauses (during analyze)	: 0
1800.19/898.40	c number of learned constraints concerned by reduction	: 0
1800.19/898.40	c number of learning phase by resolution	: 0
1800.19/898.40	c number of learning phase by cutting planes	: 0
1800.19/898.40	c speed (assignments/second)	: 173093.99520293888
1800.19/898.40	c non guided choices	0
1800.19/898.43	c learnt constraints type 
1800.19/898.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 98233
1800.19/898.43	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
1800.19/898.43	c starts		: 27
1800.19/898.43	c conflicts		: 6144
1800.19/898.43	c decisions		: 19821
1800.19/898.43	c propagations		: 182261
1800.19/898.43	c inspects		: 156244683
1800.19/898.43	c shortcuts		: 0
1800.19/898.43	c learnt literals	: 0
1800.19/898.43	c learnt binary clauses	: 0
1800.19/898.43	c learnt ternary clauses	: 0
1800.19/898.43	c learnt constraints	: 6143
1800.19/898.43	c ignored constraints	: 0
1800.19/898.43	c root simplifications	: 0
1800.19/898.43	c removed literals (reason simplification)	: 0
1800.19/898.43	c reason swapping (by a shorter reason)	: 0
1800.19/898.43	c Calls to reduceDB	: 1
1800.19/898.43	c Number of update (reduction) of LBD	: 0
1800.19/898.43	c Imported unit clauses	: 0
1800.19/898.43	c number of reductions to clauses (during analyze)	: 0
1800.19/898.43	c number of learned constraints concerned by reduction	: 0
1800.19/898.43	c number of learning phase by resolution	: 0
1800.19/898.43	c number of learning phase by cutting planes	: 0
1800.19/898.43	c speed (assignments/second)	: 202.90857029620082
1800.19/898.43	c non guided choices	0
1800.19/898.43	c learnt constraints type 
1800.19/898.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 25
1800.19/898.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6118
1800.19/898.43	s SATISFIABLE
1800.19/898.43	c Found 1 solution(s)
1800.19/898.43	v -x1 -x2 -x3 -x4 x5 -x6 x7 -x8 x9 -x10 -x11 -x12 -x13 x14 -x15 x16 x17 x18 -x19 x20 x21 -x22 x23 -x24 -x25 x26 x27 -x28 x29 -x30 -x31 x32 -x33 -x34 -x35 -x36 -x37 x38 -x39 x40 -x41 -x42 -x43 -x44 -x45 -x46 x47 x48 x49 x50 -x51 x52 x53 -x54 x55 x56 x57 -x58 x59 x60 x61 -x62 -x63 -x64 x65 x66 -x67 x68 x69 x70 -x71 -x72 -x73 -x74 -x75 -x76 x77 -x78 -x79 x80 -x81 -x82 x83 x84 -x85 -x86 x87 -x88 -x89 x90 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 x201 x202 x203 x204 x205 x206 -x207 x208 -x209 x210 x211 -x212 x213 -x214 -x215 -x216 -x217 -x218 -x219 x220 x221 -x222 -x223 -x224 x225 x226 -x227 -x228 x229 x230 -x231 x232 x233 -x234 -x235 -x236 x237 -x238 x239 -x240 -x241 x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 x250 x251 x252 x253 -x254 -x255 -x256 
1800.19/898.43	c objective function=115
1800.19/898.43	c Total wall clock time (in seconds): 898.323

Verifier Data

OK	115

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-4117961-1467215665/watcher-4117961-1467215665 -o /tmp/evaluation-result-4117961-1467215665/solver-4117961-1467215665 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1467212962-6646 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4117961-1467215665.opb 

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

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


[startup+0 s]
/proc/loadavg: 4.13 4.20 4.04 4/197 7694
/proc/meminfo: memFree=28214852/32872528 swapFree=1499084/1695308
[pid=7694] ppid=7691 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/7694/stat : 7694 (java) S 7691 7694 5962 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 2517788 98570240 977 33554432000 1073741824 1073778376 140737161872320 140737161863456 225448067133 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7694/statm: 24065 977 743 9 0 16771 0
[pid=7694/tid=7695] ppid=7691 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7695/stat : 7695 (java) R 7691 7694 5962 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 2517789 98570240 978 33554432000 1073741824 1073778376 140737161872320 139793550622248 225444709760 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100062 s]
/proc/loadavg: 4.13 4.20 4.04 4/197 7694
/proc/meminfo: memFree=28214852/32872528 swapFree=1499084/1695308
[pid=7694] ppid=7691 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/7694/stat : 7694 (java) S 7691 7694 5962 0 -1 4202496 4435 0 1 0 9 1 0 0 20 0 18 0 2517788 9787879424 6064 33554432000 1073741824 1073778376 140737161872320 140737161863456 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7694/statm: 2389619 6064 2141 9 0 2380296 0
[pid=7694/tid=7695] ppid=7691 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/7694/task/7695/stat : 7695 (java) R 7691 7694 5962 0 -1 4202560 2387 0 1 0 6 1 0 0 20 0 18 0 2517789 9787879424 6064 33554432000 1073741824 1073778376 140737161872320 139793550625696 225448092941 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200292 s]
/proc/loadavg: 4.13 4.20 4.04 4/197 7694
/proc/meminfo: memFree=28214852/32872528 swapFree=1499084/1695308
[pid=7694] ppid=7691 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/7694/stat : 7694 (java) S 7691 7694 5962 0 -1 4202496 4901 0 1 0 24 2 0 0 20 0 22 0 2517788 10060525568 7973 33554432000 1073741824 1073778376 140737161872320 140737161863456 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7694/statm: 2456183 7973 2216 9 0 2446860 0
[pid=7694/tid=7695] ppid=7691 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/7694/task/7695/stat : 7695 (java) S 7691 7694 5962 0 -1 4202560 2416 0 1 0 15 1 0 0 20 0 22 0 2517789 10060525568 7973 33554432000 1073741824 1073778376 140737161872320 139793550627704 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9824732

[startup+0.30026 s]
/proc/loadavg: 4.13 4.20 4.04 4/197 7694
/proc/meminfo: memFree=28214852/32872528 swapFree=1499084/1695308
[pid=7694] ppid=7691 vsize=9824732 CPUtime=0.64 cores=0,2,4,6
/proc/7694/stat : 7694 (java) S 7691 7694 5962 0 -1 4202496 7388 0 1 0 62 2 0 0 20 0 22 0 2517788 10060525568 9442 33554432000 1073741824 1073778376 140737161872320 140737161863456 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7694/statm: 2456183 9442 2248 9 0 2446860 0
[pid=7694/tid=7695] ppid=7691 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/7694/task/7695/stat : 7695 (java) S 7691 7694 5962 0 -1 4202560 2416 0 1 0 15 1 0 0 20 0 22 0 2517789 10060525568 9442 33554432000 1073741824 1073778376 140737161872320 139793550627704 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 9824732

[startup+0.700229 s]
/proc/loadavg: 4.13 4.20 4.04 4/197 7694
/proc/meminfo: memFree=28214852/32872528 swapFree=1499084/1695308
[pid=7694] ppid=7691 vsize=9824732 CPUtime=2.25 cores=0,2,4,6
/proc/7694/stat : 7694 (java) S 7691 7694 5962 0 -1 4202496 16856 0 1 0 220 5 0 0 20 0 22 0 2517788 10060525568 25588 33554432000 1073741824 1073778376 140737161872320 140737161863456 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7694/statm: 2456183 25588 2255 9 0 2446860 0
[pid=7694/tid=7695] ppid=7691 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/7694/task/7695/stat : 7695 (java) S 7691 7694 5962 0 -1 4202560 2416 0 1 0 15 1 0 0 20 0 22 0 2517789 10060525568 25588 33554432000 1073741824 1073778376 140737161872320 139793550627704 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 9824732

[startup+1.50076 s]
/proc/loadavg: 4.13 4.20 4.04 3/216 7716
/proc/meminfo: memFree=28031928/32872528 swapFree=1499084/1695308
[pid=7694] ppid=7691 vsize=9824732 CPUtime=4.22 cores=0,2,4,6
/proc/7694/stat : 7694 (java) S 7691 7694 5962 0 -1 4202496 21056 0 1 0 414 8 0 0 20 0 22 0 2517788 10060525568 47220 33554432000 1073741824 1073778376 140737161872320 140737161863456 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7694/statm: 2456183 47220 2285 9 0 2446860 0
[pid=7694/tid=7695] ppid=7691 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/7694/task/7695/stat : 7695 (java) S 7691 7694 5962 0 -1 4202560 2416 0 1 0 15 2 0 0 20 0 22 0 2517789 10060525568 47220 33554432000 1073741824 1073778376 140737161872320 139793550627704 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7694/tid=7697] ppid=7691 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7697/stat : 7697 (java) S 7691 7694 5962 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 2517789 10060525568 47220 33554432000 1073741824 1073778376 140737161872320 139793539688744 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7694/tid=7698] ppid=7691 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7698/stat : 7698 (java) S 7691 7694 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2517789 10060525568 47220 33554432000 1073741824 1073778376 140737161872320 139793538635944 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7699] ppid=7691 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7699/stat : 7699 (java) S 7691 7694 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2517789 10060525568 47220 33554432000 1073741824 1073778376 140737161872320 139793537583656 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7694/tid=7700] ppid=7691 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7700/stat : 7700 (java) S 7691 7694 5962 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2517789 10060525568 47220 33554432000 1073741824 1073778376 140737161872320 139793536530856 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7701] ppid=7691 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7701/stat : 7701 (java) S 7691 7694 5962 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2517789 10060525568 47220 33554432000 1073741824 1073778376 140737161872320 139793390058280 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7702] ppid=7691 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7702/stat : 7702 (java) S 7691 7694 5962 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2517789 10060525568 47220 33554432000 1073741824 1073778376 140737161872320 139793389005480 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7694/tid=7703] ppid=7691 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7703/stat : 7703 (java) S 7691 7694 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2517789 10060525568 47220 33554432000 1073741824 1073778376 140737161872320 139793387953192 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7704] ppid=7691 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7704/stat : 7704 (java) S 7691 7694 5962 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 2517789 10060525568 47220 33554432000 1073741824 1073778376 140737161872320 139793386900392 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7705] ppid=7691 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7705/stat : 7705 (java) S 7691 7694 5962 0 -1 4202560 69 0 0 0 0 0 0 0 20 0 22 0 2517791 10060525568 47220 33554432000 1073741824 1073778376 140737161872320 139793374701800 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7694/tid=7706] ppid=7691 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7706/stat : 7706 (java) S 7691 7694 5962 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2517791 10060525568 47220 33554432000 1073741824 1073778376 140737161872320 139793373647864 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7707] ppid=7691 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7707/stat : 7707 (java) S 7691 7694 5962 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2517791 10060525568 47220 33554432000 1073741824 1073778376 140737161872320 139793372595464 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7708] ppid=7691 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7708/stat : 7708 (java) S 7691 7694 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2517793 10060525568 47220 33554432000 1073741824 1073778376 140737161872320 139793371543952 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7694/tid=7709] ppid=7691 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/7694/task/7709/stat : 7709 (java) S 7691 7694 5962 0 -1 4202560 8150 0 0 0 101 2 0 0 20 0 22 0 2517793 10060525568 47220 33554432000 1073741824 1073778376 140737161872320 139793370491576 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7694/tid=7710] ppid=7691 vsize=9824732 CPUtime=0.92 cores=0,2,4,6
/proc/7694/task/7710/stat : 7710 (java) R 7691 7694 5962 0 -1 4202560 9000 0 0 0 90 2 0 0 20 0 22 0 2517793 10060525568 47220 33554432000 1073741824 1073778376 140737161872320 139793369438776 139793557002066 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7711] ppid=7691 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7711/stat : 7711 (java) S 7691 7694 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2517793 10060525568 47220 33554432000 1073741824 1073778376 140737161872320 139793368386680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7712] ppid=7691 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7712/stat : 7712 (java) S 7691 7694 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2517794 10060525568 47220 33554432000 1073741824 1073778376 140737161872320 139793367334088 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7694/tid=7715] ppid=7691 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7715/stat : 7715 (java) S 7691 7694 5962 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2517808 10060525568 47220 33554432000 1073741824 1073778376 140737161872320 139793364173992 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.22
Current children cumulated vsize (KiB) 9824732

[startup+3.10088 s]
/proc/loadavg: 4.04 4.18 4.04 5/219 7719
/proc/meminfo: memFree=27674112/32872528 swapFree=1499084/1695308
[pid=7694] ppid=7691 vsize=9824732 CPUtime=7.64 cores=0,2,4,6
/proc/7694/stat : 7694 (java) S 7691 7694 5962 0 -1 4202496 21379 0 1 0 749 15 0 0 20 0 22 0 2517788 10060525568 90913 33554432000 1073741824 1073778376 140737161872320 140737161863456 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7694/statm: 2456183 90913 2285 9 0 2446860 0
[pid=7694/tid=7695] ppid=7691 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/7694/task/7695/stat : 7695 (java) S 7691 7694 5962 0 -1 4202560 2416 0 1 0 15 2 0 0 20 0 22 0 2517789 10060525568 90913 33554432000 1073741824 1073778376 140737161872320 139793550627704 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7694/tid=7697] ppid=7691 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/7694/task/7697/stat : 7697 (java) S 7691 7694 5962 0 -1 4202560 52 0 0 0 4 2 0 0 20 0 22 0 2517789 10060525568 90913 33554432000 1073741824 1073778376 140737161872320 139793539688744 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7694/tid=7698] ppid=7691 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/7694/task/7698/stat : 7698 (java) S 7691 7694 5962 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 2517789 10060525568 90913 33554432000 1073741824 1073778376 140737161872320 139793538635944 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7699] ppid=7691 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/7694/task/7699/stat : 7699 (java) S 7691 7694 5962 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 2517789 10060525568 90913 33554432000 1073741824 1073778376 140737161872320 139793537583656 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7700] ppid=7691 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/7694/task/7700/stat : 7700 (java) S 7691 7694 5962 0 -1 4202560 27 0 0 0 3 0 0 0 20 0 22 0 2517789 10060525568 90913 33554432000 1073741824 1073778376 140737161872320 139793536530856 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7694/tid=7701] ppid=7691 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/7694/task/7701/stat : 7701 (java) S 7691 7694 5962 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 22 0 2517789 10060525568 90913 33554432000 1073741824 1073778376 140737161872320 139793390058280 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7694/tid=7702] ppid=7691 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/7694/task/7702/stat : 7702 (java) S 7691 7694 5962 0 -1 4202560 23 0 0 0 2 2 0 0 20 0 22 0 2517789 10060525568 90913 33554432000 1073741824 1073778376 140737161872320 139793389005480 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7694/tid=7703] ppid=7691 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/7694/task/7703/stat : 7703 (java) S 7691 7694 5962 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 2517789 10060525568 90913 33554432000 1073741824 1073778376 140737161872320 139793387953192 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7694/tid=7704] ppid=7691 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/7694/task/7704/stat : 7704 (java) S 7691 7694 5962 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 22 0 2517789 10060525568 90913 33554432000 1073741824 1073778376 140737161872320 139793386900392 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7705] ppid=7691 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7705/stat : 7705 (java) S 7691 7694 5962 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 22 0 2517791 10060525568 90913 33554432000 1073741824 1073778376 140737161872320 139793374701800 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7694/tid=7706] ppid=7691 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7706/stat : 7706 (java) S 7691 7694 5962 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2517791 10060525568 90913 33554432000 1073741824 1073778376 140737161872320 139793373647864 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7707] ppid=7691 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7707/stat : 7707 (java) S 7691 7694 5962 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2517791 10060525568 90913 33554432000 1073741824 1073778376 140737161872320 139793372595464 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7708] ppid=7691 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7708/stat : 7708 (java) S 7691 7694 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2517793 10060525568 90913 33554432000 1073741824 1073778376 140737161872320 139793371543952 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7694/tid=7709] ppid=7691 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/7694/task/7709/stat : 7709 (java) S 7691 7694 5962 0 -1 4202560 8150 0 0 0 104 2 0 0 20 0 22 0 2517793 10060525568 90913 33554432000 1073741824 1073778376 140737161872320 139793370491576 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7694/tid=7710] ppid=7691 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/7694/task/7710/stat : 7710 (java) S 7691 7694 5962 0 -1 4202560 9000 0 0 0 99 2 0 0 20 0 22 0 2517793 10060525568 90913 33554432000 1073741824 1073778376 140737161872320 139793369438776 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7711] ppid=7691 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7711/stat : 7711 (java) S 7691 7694 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2517793 10060525568 90913 33554432000 1073741824 1073778376 140737161872320 139793368386680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7712] ppid=7691 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7712/stat : 7712 (java) S 7691 7694 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2517794 10060525568 90913 33554432000 1073741824 1073778376 140737161872320 139793367334088 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7694/tid=7715] ppid=7691 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7715/stat : 7715 (java) S 7691 7694 5962 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2517808 10060525568 90913 33554432000 1073741824 1073778376 140737161872320 139793364173992 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7694/tid=7717] ppid=7691 vsize=9824732 CPUtime=1.76 cores=0,2,4,6
/proc/7694/task/7717/stat : 7717 (java) R 7691 7694 5962 0 -1 4202560 7 0 0 0 176 0 0 0 20 0 22 0 2517907 10060525568 90913 33554432000 1073741824 1073778376 140737161872320 139793366278056 139793418085177 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7694/tid=7718] ppid=7691 vsize=9824732 CPUtime=1.78 cores=0,2,4,6
/proc/7694/task/7718/stat : 7718 (java) R 7691 7694 5962 0 -1 4202560 74 0 0 0 176 2 0 0 20 0 22 0 2517907 10060525568 90913 33554432000 1073741824 1073778376 140737161872320 139793365224080 139793418123196 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=7694/tid=7719] ppid=7691 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7719/stat : 7719 (java) S 7691 7694 5962 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2517907 10060525568 90913 33554432000 1073741824 1073778376 140737161872320 139793363121832 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.64
Current children cumulated vsize (KiB) 9824732

[startup+6.30084 s]
/proc/loadavg: 4.04 4.18 4.04 5/219 7719
/proc/meminfo: memFree=26970428/32872528 swapFree=1499084/1695308
[pid=7694] ppid=7691 vsize=9824732 CPUtime=14.05 cores=0,2,4,6
/proc/7694/stat : 7694 (java) S 7691 7694 5962 0 -1 4202496 21452 0 1 0 1388 17 0 0 20 0 22 0 2517788 10060525568 127288 33554432000 1073741824 1073778376 140737161872320 140737161863456 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7694/statm: 2456183 127288 2285 9 0 2446860 0
[pid=7694/tid=7695] ppid=7691 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/7694/task/7695/stat : 7695 (java) S 7691 7694 5962 0 -1 4202560 2416 0 1 0 15 2 0 0 20 0 22 0 2517789 10060525568 127288 33554432000 1073741824 1073778376 140737161872320 139793550627704 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7694/tid=7697] ppid=7691 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/7694/task/7697/stat : 7697 (java) S 7691 7694 5962 0 -1 4202560 52 0 0 0 4 2 0 0 20 0 22 0 2517789 10060525568 127288 33554432000 1073741824 1073778376 140737161872320 139793539688744 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7694/tid=7698] ppid=7691 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/7694/task/7698/stat : 7698 (java) S 7691 7694 5962 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 2517789 10060525568 127288 33554432000 1073741824 1073778376 140737161872320 139793538635944 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7699] ppid=7691 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/7694/task/7699/stat : 7699 (java) S 7691 7694 5962 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 2517789 10060525568 127288 33554432000 1073741824 1073778376 140737161872320 139793537583656 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7700] ppid=7691 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/7694/task/7700/stat : 7700 (java) S 7691 7694 5962 0 -1 4202560 27 0 0 0 3 0 0 0 20 0 22 0 2517789 10060525568 127288 33554432000 1073741824 1073778376 140737161872320 139793536530856 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7694/tid=7701] ppid=7691 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/7694/task/7701/stat : 7701 (java) S 7691 7694 5962 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 22 0 2517789 10060525568 127288 33554432000 1073741824 1073778376 140737161872320 139793390058280 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7694/tid=7702] ppid=7691 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/7694/task/7702/stat : 7702 (java) S 7691 7694 5962 0 -1 4202560 23 0 0 0 2 2 0 0 20 0 22 0 2517789 10060525568 127288 33554432000 1073741824 1073778376 140737161872320 139793389005480 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7694/tid=7703] ppid=7691 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/7694/task/7703/stat : 7703 (java) S 7691 7694 5962 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 2517789 10060525568 127288 33554432000 1073741824 1073778376 140737161872320 139793387953192 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7694/tid=7704] ppid=7691 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/7694/task/7704/stat : 7704 (java) S 7691 7694 5962 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 22 0 2517789 10060525568 127288 33554432000 1073741824 1073778376 140737161872320 139793386900392 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7705] ppid=7691 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7705/stat : 7705 (java) S 7691 7694 5962 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 22 0 2517791 10060525568 127288 33554432000 1073741824 1073778376 140737161872320 139793374701800 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7706] ppid=7691 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7706/stat : 7706 (java) S 7691 7694 5962 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2517791 10060525568 127288 33554432000 1073741824 1073778376 140737161872320 139793373647864 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7707] ppid=7691 vsize=9824732 CPUtime=0 cores=0,2,4,6

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


[startup+822.301 s]
/proc/loadavg: 4.43 4.30 4.17 5/219 7761
/proc/meminfo: memFree=23372528/32872528 swapFree=1499084/1695308
[pid=7694] ppid=7691 vsize=9824732 CPUtime=1647.94 cores=0,2,4,6
/proc/7694/stat : 7694 (java) S 7691 7694 5962 0 -1 4202496 30135 0 1 0 164650 144 0 0 20 0 22 0 2517788 10060525568 564238 33554432000 1073741824 1073778376 140737161872320 140737161863456 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7694/statm: 2456183 564238 2294 9 0 2446860 0
[pid=7694/tid=7695] ppid=7691 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/7694/task/7695/stat : 7695 (java) S 7691 7694 5962 0 -1 4202560 2419 0 1 0 17 3 0 0 20 0 22 0 2517789 10060525568 564238 33554432000 1073741824 1073778376 140737161872320 139793550627704 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7694/tid=7697] ppid=7691 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/7694/task/7697/stat : 7697 (java) S 7691 7694 5962 0 -1 4202560 336 0 0 0 82 12 0 0 20 0 22 0 2517789 10060525568 564238 33554432000 1073741824 1073778376 140737161872320 139793539688744 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7694/tid=7698] ppid=7691 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/7694/task/7698/stat : 7698 (java) S 7691 7694 5962 0 -1 4202560 251 0 0 0 67 7 0 0 20 0 22 0 2517789 10060525568 564238 33554432000 1073741824 1073778376 140737161872320 139793538635944 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7694/tid=7699] ppid=7691 vsize=9824732 CPUtime=0.78 cores=0,2,4,6
/proc/7694/task/7699/stat : 7699 (java) S 7691 7694 5962 0 -1 4202560 272 0 0 0 69 9 0 0 20 0 22 0 2517789 10060525568 564238 33554432000 1073741824 1073778376 140737161872320 139793537583656 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7694/tid=7700] ppid=7691 vsize=9824732 CPUtime=0.83 cores=0,2,4,6
/proc/7694/task/7700/stat : 7700 (java) S 7691 7694 5962 0 -1 4202560 311 0 0 0 73 10 0 0 20 0 22 0 2517789 10060525568 564238 33554432000 1073741824 1073778376 140737161872320 139793536530856 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7694/tid=7701] ppid=7691 vsize=9824732 CPUtime=0.69 cores=0,2,4,6
/proc/7694/task/7701/stat : 7701 (java) S 7691 7694 5962 0 -1 4202560 229 0 0 0 61 8 0 0 20 0 22 0 2517789 10060525568 564238 33554432000 1073741824 1073778376 140737161872320 139793390058280 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7702] ppid=7691 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/7694/task/7702/stat : 7702 (java) S 7691 7694 5962 0 -1 4202560 249 0 0 0 68 9 0 0 20 0 22 0 2517789 10060525568 564238 33554432000 1073741824 1073778376 140737161872320 139793389005480 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7694/tid=7703] ppid=7691 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/7694/task/7703/stat : 7703 (java) S 7691 7694 5962 0 -1 4202560 279 0 0 0 79 10 0 0 20 0 22 0 2517789 10060525568 564238 33554432000 1073741824 1073778376 140737161872320 139793387953192 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7694/tid=7704] ppid=7691 vsize=9824732 CPUtime=0.78 cores=0,2,4,6
/proc/7694/task/7704/stat : 7704 (java) S 7691 7694 5962 0 -1 4202560 211 0 0 0 68 10 0 0 20 0 22 0 2517789 10060525568 564238 33554432000 1073741824 1073778376 140737161872320 139793386900392 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7694/tid=7705] ppid=7691 vsize=9824732 CPUtime=1.36 cores=0,2,4,6
/proc/7694/task/7705/stat : 7705 (java) S 7691 7694 5962 0 -1 4202560 1529 0 0 0 128 8 0 0 20 0 22 0 2517791 10060525568 564238 33554432000 1073741824 1073778376 140737161872320 139793374701800 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7694/tid=7706] ppid=7691 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7706/stat : 7706 (java) S 7691 7694 5962 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2517791 10060525568 564238 33554432000 1073741824 1073778376 140737161872320 139793373647864 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7707] ppid=7691 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7707/stat : 7707 (java) S 7691 7694 5962 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2517791 10060525568 564238 33554432000 1073741824 1073778376 140737161872320 139793372595464 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7708] ppid=7691 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7708/stat : 7708 (java) S 7691 7694 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2517793 10060525568 564238 33554432000 1073741824 1073778376 140737161872320 139793371543952 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7694/tid=7709] ppid=7691 vsize=9824732 CPUtime=1.66 cores=0,2,4,6
/proc/7694/task/7709/stat : 7709 (java) S 7691 7694 5962 0 -1 4202560 11924 0 0 0 164 2 0 0 20 0 22 0 2517793 10060525568 564238 33554432000 1073741824 1073778376 140737161872320 139793370491576 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7710] ppid=7691 vsize=9824732 CPUtime=1.05 cores=0,2,4,6
/proc/7694/task/7710/stat : 7710 (java) S 7691 7694 5962 0 -1 4202560 9007 0 0 0 103 2 0 0 20 0 22 0 2517793 10060525568 564238 33554432000 1073741824 1073778376 140737161872320 139793369438776 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7694/tid=7711] ppid=7691 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7711/stat : 7711 (java) S 7691 7694 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2517793 10060525568 564238 33554432000 1073741824 1073778376 140737161872320 139793368386680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7712] ppid=7691 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/7694/task/7712/stat : 7712 (java) S 7691 7694 5962 0 -1 4202560 47 0 0 0 11 13 0 0 20 0 22 0 2517794 10060525568 564238 33554432000 1073741824 1073778376 140737161872320 139793367334088 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7715] ppid=7691 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7715/stat : 7715 (java) S 7691 7694 5962 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2517808 10060525568 564238 33554432000 1073741824 1073778376 140737161872320 139793364173992 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7694/tid=7717] ppid=7691 vsize=9824732 CPUtime=817.88 cores=0,2,4,6
/proc/7694/task/7717/stat : 7717 (java) R 7691 7694 5962 0 -1 4202560 61 0 0 0 81774 14 0 0 20 0 22 0 2517907 10060525568 564238 33554432000 1073741824 1073778376 140737161872320 139793366277936 139793418175583 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7694/tid=7718] ppid=7691 vsize=9824732 CPUtime=817.87 cores=0,2,4,6
/proc/7694/task/7718/stat : 7718 (java) R 7691 7694 5962 0 -1 4202560 1638 0 0 0 81734 53 0 0 20 0 22 0 2517907 10060525568 564238 33554432000 1073741824 1073778376 140737161872320 139793365223920 139793418264644 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7694/tid=7719] ppid=7691 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7719/stat : 7719 (java) S 7691 7694 5962 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2517907 10060525568 564238 33554432000 1073741824 1073778376 140737161872320 139793363121832 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1647.94
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.23 4.27 4.17 5/219 7762
/proc/meminfo: memFree=23410576/32872528 swapFree=1499084/1695308
[pid=7694] ppid=7691 vsize=9824732 CPUtime=1768.01 cores=0,2,4,6
/proc/7694/stat : 7694 (java) S 7691 7694 5962 0 -1 4202496 30201 0 1 0 176656 145 0 0 20 0 22 0 2517788 10060525568 564295 33554432000 1073741824 1073778376 140737161872320 140737161863456 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7694/statm: 2456183 564295 2294 9 0 2446860 0
[pid=7694/tid=7695] ppid=7691 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/7694/task/7695/stat : 7695 (java) S 7691 7694 5962 0 -1 4202560 2419 0 1 0 17 3 0 0 20 0 22 0 2517789 10060525568 564295 33554432000 1073741824 1073778376 140737161872320 139793550627704 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7694/tid=7697] ppid=7691 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/7694/task/7697/stat : 7697 (java) S 7691 7694 5962 0 -1 4202560 341 0 0 0 83 12 0 0 20 0 22 0 2517789 10060525568 564295 33554432000 1073741824 1073778376 140737161872320 139793539688744 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7694/tid=7698] ppid=7691 vsize=9824732 CPUtime=0.78 cores=0,2,4,6
/proc/7694/task/7698/stat : 7698 (java) S 7691 7694 5962 0 -1 4202560 255 0 0 0 71 7 0 0 20 0 22 0 2517789 10060525568 564295 33554432000 1073741824 1073778376 140737161872320 139793538635944 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7694/tid=7699] ppid=7691 vsize=9824732 CPUtime=0.78 cores=0,2,4,6
/proc/7694/task/7699/stat : 7699 (java) S 7691 7694 5962 0 -1 4202560 274 0 0 0 69 9 0 0 20 0 22 0 2517789 10060525568 564295 33554432000 1073741824 1073778376 140737161872320 139793537583656 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7694/tid=7700] ppid=7691 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/7694/task/7700/stat : 7700 (java) S 7691 7694 5962 0 -1 4202560 311 0 0 0 74 10 0 0 20 0 22 0 2517789 10060525568 564295 33554432000 1073741824 1073778376 140737161872320 139793536530856 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7694/tid=7701] ppid=7691 vsize=9824732 CPUtime=0.7 cores=0,2,4,6
/proc/7694/task/7701/stat : 7701 (java) S 7691 7694 5962 0 -1 4202560 237 0 0 0 62 8 0 0 20 0 22 0 2517789 10060525568 564295 33554432000 1073741824 1073778376 140737161872320 139793390058280 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7694/tid=7702] ppid=7691 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/7694/task/7702/stat : 7702 (java) S 7691 7694 5962 0 -1 4202560 249 0 0 0 68 9 0 0 20 0 22 0 2517789 10060525568 564295 33554432000 1073741824 1073778376 140737161872320 139793389005480 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7694/tid=7703] ppid=7691 vsize=9824732 CPUtime=0.91 cores=0,2,4,6
/proc/7694/task/7703/stat : 7703 (java) S 7691 7694 5962 0 -1 4202560 305 0 0 0 81 10 0 0 20 0 22 0 2517789 10060525568 564295 33554432000 1073741824 1073778376 140737161872320 139793387953192 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7694/tid=7704] ppid=7691 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/7694/task/7704/stat : 7704 (java) S 7691 7694 5962 0 -1 4202560 223 0 0 0 72 10 0 0 20 0 22 0 2517789 10060525568 564295 33554432000 1073741824 1073778376 140737161872320 139793386900392 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7694/tid=7705] ppid=7691 vsize=9824732 CPUtime=1.36 cores=0,2,4,6
/proc/7694/task/7705/stat : 7705 (java) S 7691 7694 5962 0 -1 4202560 1531 0 0 0 128 8 0 0 20 0 22 0 2517791 10060525568 564295 33554432000 1073741824 1073778376 140737161872320 139793374701800 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7694/tid=7706] ppid=7691 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7706/stat : 7706 (java) S 7691 7694 5962 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2517791 10060525568 564295 33554432000 1073741824 1073778376 140737161872320 139793373647864 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7707] ppid=7691 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7707/stat : 7707 (java) S 7691 7694 5962 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2517791 10060525568 564295 33554432000 1073741824 1073778376 140737161872320 139793372595464 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7708] ppid=7691 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7708/stat : 7708 (java) S 7691 7694 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2517793 10060525568 564295 33554432000 1073741824 1073778376 140737161872320 139793371543952 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7694/tid=7709] ppid=7691 vsize=9824732 CPUtime=1.66 cores=0,2,4,6
/proc/7694/task/7709/stat : 7709 (java) S 7691 7694 5962 0 -1 4202560 11926 0 0 0 164 2 0 0 20 0 22 0 2517793 10060525568 564295 33554432000 1073741824 1073778376 140737161872320 139793370491576 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7710] ppid=7691 vsize=9824732 CPUtime=1.05 cores=0,2,4,6
/proc/7694/task/7710/stat : 7710 (java) S 7691 7694 5962 0 -1 4202560 9007 0 0 0 103 2 0 0 20 0 22 0 2517793 10060525568 564295 33554432000 1073741824 1073778376 140737161872320 139793369438776 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7694/tid=7711] ppid=7691 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7711/stat : 7711 (java) S 7691 7694 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2517793 10060525568 564295 33554432000 1073741824 1073778376 140737161872320 139793368386680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7712] ppid=7691 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/7694/task/7712/stat : 7712 (java) S 7691 7694 5962 0 -1 4202560 51 0 0 0 11 15 0 0 20 0 22 0 2517794 10060525568 564295 33554432000 1073741824 1073778376 140737161872320 139793367334088 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7715] ppid=7691 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7715/stat : 7715 (java) S 7691 7694 5962 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2517808 10060525568 564295 33554432000 1073741824 1073778376 140737161872320 139793364173992 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7694/tid=7717] ppid=7691 vsize=9824732 CPUtime=877.84 cores=0,2,4,6
/proc/7694/task/7717/stat : 7717 (java) R 7691 7694 5962 0 -1 4202560 61 0 0 0 87769 15 0 0 20 0 22 0 2517907 10060525568 564295 33554432000 1073741824 1073778376 140737161872320 139793366277088 139793418103712 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7718] ppid=7691 vsize=9824732 CPUtime=877.84 cores=0,2,4,6
/proc/7694/task/7718/stat : 7718 (java) R 7691 7694 5962 0 -1 4202560 1639 0 0 0 87730 54 0 0 20 0 22 0 2517907 10060525568 564295 33554432000 1073741824 1073778376 140737161872320 139793365224816 139793418264644 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7694/tid=7719] ppid=7691 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7719/stat : 7719 (java) S 7691 7694 5962 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2517907 10060525568 564295 33554432000 1073741824 1073778376 140737161872320 139793363121832 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1768.01
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.401 s]
/proc/loadavg: 4.37 4.30 4.18 4/215 7827
/proc/meminfo: memFree=26211224/32872528 swapFree=1499084/1695308
[pid=7694] ppid=7691 vsize=9824732 CPUtime=1800.19 cores=0,2,4,6
/proc/7694/stat : 7694 (java) S 7691 7694 5962 0 -1 4202496 30203 0 1 0 179874 145 0 0 20 0 22 0 2517788 10060525568 564295 33554432000 1073741824 1073778376 140737161872320 140737161863456 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7694/statm: 2456183 564295 2294 9 0 2446860 0
[pid=7694/tid=7695] ppid=7691 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/7694/task/7695/stat : 7695 (java) S 7691 7694 5962 0 -1 4202560 2419 0 1 0 17 3 0 0 20 0 22 0 2517789 10060525568 564295 33554432000 1073741824 1073778376 140737161872320 139793550627704 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7694/tid=7697] ppid=7691 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/7694/task/7697/stat : 7697 (java) S 7691 7694 5962 0 -1 4202560 341 0 0 0 83 12 0 0 20 0 22 0 2517789 10060525568 564295 33554432000 1073741824 1073778376 140737161872320 139793539688744 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7694/tid=7698] ppid=7691 vsize=9824732 CPUtime=0.78 cores=0,2,4,6
/proc/7694/task/7698/stat : 7698 (java) S 7691 7694 5962 0 -1 4202560 255 0 0 0 71 7 0 0 20 0 22 0 2517789 10060525568 564295 33554432000 1073741824 1073778376 140737161872320 139793538635944 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7694/tid=7699] ppid=7691 vsize=9824732 CPUtime=0.78 cores=0,2,4,6
/proc/7694/task/7699/stat : 7699 (java) S 7691 7694 5962 0 -1 4202560 274 0 0 0 69 9 0 0 20 0 22 0 2517789 10060525568 564295 33554432000 1073741824 1073778376 140737161872320 139793537583656 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7694/tid=7700] ppid=7691 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/7694/task/7700/stat : 7700 (java) S 7691 7694 5962 0 -1 4202560 311 0 0 0 74 10 0 0 20 0 22 0 2517789 10060525568 564295 33554432000 1073741824 1073778376 140737161872320 139793536530856 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7694/tid=7701] ppid=7691 vsize=9824732 CPUtime=0.7 cores=0,2,4,6
/proc/7694/task/7701/stat : 7701 (java) S 7691 7694 5962 0 -1 4202560 237 0 0 0 62 8 0 0 20 0 22 0 2517789 10060525568 564295 33554432000 1073741824 1073778376 140737161872320 139793390058280 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7694/tid=7702] ppid=7691 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/7694/task/7702/stat : 7702 (java) S 7691 7694 5962 0 -1 4202560 249 0 0 0 68 9 0 0 20 0 22 0 2517789 10060525568 564295 33554432000 1073741824 1073778376 140737161872320 139793389005480 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7694/tid=7703] ppid=7691 vsize=9824732 CPUtime=0.91 cores=0,2,4,6
/proc/7694/task/7703/stat : 7703 (java) S 7691 7694 5962 0 -1 4202560 305 0 0 0 81 10 0 0 20 0 22 0 2517789 10060525568 564295 33554432000 1073741824 1073778376 140737161872320 139793387953192 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7694/tid=7704] ppid=7691 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/7694/task/7704/stat : 7704 (java) S 7691 7694 5962 0 -1 4202560 223 0 0 0 72 10 0 0 20 0 22 0 2517789 10060525568 564295 33554432000 1073741824 1073778376 140737161872320 139793386900392 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7694/tid=7705] ppid=7691 vsize=9824732 CPUtime=1.36 cores=0,2,4,6
/proc/7694/task/7705/stat : 7705 (java) S 7691 7694 5962 0 -1 4202560 1531 0 0 0 128 8 0 0 20 0 22 0 2517791 10060525568 564295 33554432000 1073741824 1073778376 140737161872320 139793374701800 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7694/tid=7706] ppid=7691 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7706/stat : 7706 (java) S 7691 7694 5962 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2517791 10060525568 564295 33554432000 1073741824 1073778376 140737161872320 139793373647864 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7707] ppid=7691 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7707/stat : 7707 (java) S 7691 7694 5962 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2517791 10060525568 564295 33554432000 1073741824 1073778376 140737161872320 139793372595464 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7708] ppid=7691 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7708/stat : 7708 (java) S 7691 7694 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2517793 10060525568 564295 33554432000 1073741824 1073778376 140737161872320 139793371543952 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7694/tid=7709] ppid=7691 vsize=9824732 CPUtime=1.66 cores=0,2,4,6
/proc/7694/task/7709/stat : 7709 (java) S 7691 7694 5962 0 -1 4202560 11926 0 0 0 164 2 0 0 20 0 22 0 2517793 10060525568 564295 33554432000 1073741824 1073778376 140737161872320 139793370491576 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7710] ppid=7691 vsize=9824732 CPUtime=1.05 cores=0,2,4,6
/proc/7694/task/7710/stat : 7710 (java) S 7691 7694 5962 0 -1 4202560 9007 0 0 0 103 2 0 0 20 0 22 0 2517793 10060525568 564295 33554432000 1073741824 1073778376 140737161872320 139793369438776 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7694/tid=7711] ppid=7691 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7711/stat : 7711 (java) S 7691 7694 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2517793 10060525568 564295 33554432000 1073741824 1073778376 140737161872320 139793368386680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7712] ppid=7691 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/7694/task/7712/stat : 7712 (java) S 7691 7694 5962 0 -1 4202560 53 0 0 0 11 15 0 0 20 0 22 0 2517794 10060525568 564295 33554432000 1073741824 1073778376 140737161872320 139793367334088 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7715] ppid=7691 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7715/stat : 7715 (java) S 7691 7694 5962 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2517808 10060525568 564295 33554432000 1073741824 1073778376 140737161872320 139793364173992 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7694/tid=7717] ppid=7691 vsize=9824732 CPUtime=893.93 cores=0,2,4,6
/proc/7694/task/7717/stat : 7717 (java) R 7691 7694 5962 0 -1 4202560 61 0 0 0 89378 15 0 0 20 0 22 0 2517907 10060525568 564295 33554432000 1073741824 1073778376 140737161872320 139793366270224 139793418175583 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7718] ppid=7691 vsize=9824732 CPUtime=893.94 cores=0,2,4,6
/proc/7694/task/7718/stat : 7718 (java) R 7691 7694 5962 0 -1 4202560 1639 0 0 0 89340 54 0 0 20 0 22 0 2517907 10060525568 564295 33554432000 1073741824 1073778376 140737161872320 139793365224816 139793418870441 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7694/tid=7719] ppid=7691 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7719/stat : 7719 (java) S 7691 7694 5962 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2517907 10060525568 564295 33554432000 1073741824 1073778376 140737161872320 139793363121832 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
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 7694 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 898.471
CPU time (s): 1800.84
CPU user time (s): 1798.89
CPU system time (s): 1.9507
CPU usage (%): 200.434
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.89
system time used= 1.9507
maximum resident set size= 2966308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30249
page faults= 1
swaps= 0
block input operations= 0
block output operations= 840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23344
involuntary context switches= 26002

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.73513 second user time and 7.37188 second system time

The end

Launcher Data

Begin job on node137 at 2016-06-29 17:54:26
IDJOB=4117961
IDBENCH=111633
IDSOLVER=2543
FILE ID=node137/4117961-1467215665
RUNJOBID= node137-1467212962-6646
PBS_JOBID= 19997573
Free space on /tmp= 71696 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/dt-problems/normalized-lo_16x16_009.opb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117961-1467215665/watcher-4117961-1467215665 -o /tmp/evaluation-result-4117961-1467215665/solver-4117961-1467215665 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1467212962-6646 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4117961-1467215665.opb

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

MD5SUM BENCH= 4100583cce5985521edb426b7c1d8612
RANDOM SEED=1786615350

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.265
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.265
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.54
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.265
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:        28215496 kB
Buffers:           90484 kB
Cached:          1782520 kB
SwapCached:            0 kB
Active:           530672 kB
Inactive:        1669152 kB
Active(anon):     329644 kB
Inactive(anon):        4 kB
Active(file):     201028 kB
Inactive(file):  1669148 kB
Unevictable:     1695308 kB
Mlocked:         1499084 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1844 kB
Writeback:             0 kB
AnonPages:       2038488 kB
Mapped:            22068 kB
Shmem:               204 kB
Slab:             608968 kB
SReclaimable:      52168 kB
SUnreclaim:       556800 kB
KernelStack:        1672 kB
PageTables:         8196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2773816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    493568 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= 71692 MiB
End job on node137 at 2016-06-29 18:09:24