Trace number 4109801

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16OPTIMUM 31.8532 34.7737

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900558739--soft-33-100-0.wbo
MD5SUM48958fa57d6f8cd954d04b46fdc5f897
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark40.7818
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints1848
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 94973
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 94972
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 649
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.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.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.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4109801-1466343774.wbo
0.09/0.11	c reading problem ... 
0.46/0.33	c ... done. Wall clock time 0.221s.
0.46/0.33	c declared #vars     231
0.46/0.33	c internal #vars     2079
0.46/0.33	c #constraints  2707
0.46/0.34	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.46/0.34	c constraints type 
0.46/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2614
0.46/0.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 8
0.46/0.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 70
0.46/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15
0.46/0.34	c 2707 constraints processed.
0.46/0.34	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.46/0.34	c constraints type 
0.46/0.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 70
0.46/0.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2614
0.46/0.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 8
0.46/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15
0.46/0.34	c 2707 constraints processed.
0.46/0.34	c objective function length is 1848 literals
1.11/0.51	c And the winner is solver0
1.38/0.84	c SATISFIABLE
1.38/0.84	c OPTIMIZING...
1.38/0.84	c Got one! Elapsed wall clock time (in seconds):0.727
1.38/0.84	o 422
1.38/0.87	c And the winner is solver0
1.92/1.35	c Got one! Elapsed wall clock time (in seconds):1.239
1.92/1.35	o 419
1.92/1.37	c And the winner is solver0
2.01/1.86	c Got one! Elapsed wall clock time (in seconds):1.749
2.01/1.86	o 409
2.01/1.88	c And the winner is solver0
2.08/2.37	c Got one! Elapsed wall clock time (in seconds):2.256
2.08/2.37	o 385
2.15/2.41	c And the winner is solver0
2.22/2.88	c Got one! Elapsed wall clock time (in seconds):2.762
2.22/2.88	o 375
2.22/2.89	c And the winner is solver0
2.34/3.38	c Got one! Elapsed wall clock time (in seconds):3.267
2.34/3.38	o 373
2.34/3.39	c And the winner is solver0
2.35/3.89	c Got one! Elapsed wall clock time (in seconds):3.772
2.35/3.89	o 255
2.38/3.92	c And the winner is solver0
2.47/4.39	c Got one! Elapsed wall clock time (in seconds):4.276
2.47/4.39	o 254
2.51/4.44	c And the winner is solver0
2.68/4.89	c Got one! Elapsed wall clock time (in seconds):4.78
2.68/4.89	o 253
2.68/4.91	c And the winner is solver0
2.73/5.40	c Got one! Elapsed wall clock time (in seconds):5.283
2.73/5.40	o 251
2.73/5.40	c And the winner is solver0
2.73/5.90	c Got one! Elapsed wall clock time (in seconds):5.786
2.73/5.90	o 175
2.73/5.91	c And the winner is solver0
2.75/6.40	c Got one! Elapsed wall clock time (in seconds):6.289
2.75/6.40	o 155
2.75/6.42	c And the winner is solver0
2.79/6.91	c Got one! Elapsed wall clock time (in seconds):6.792
2.79/6.91	o 151
2.79/6.94	c And the winner is solver0
2.85/7.41	c Got one! Elapsed wall clock time (in seconds):7.295
2.85/7.41	o 148
2.85/7.42	c And the winner is solver0
2.89/7.91	c Got one! Elapsed wall clock time (in seconds):7.798
2.89/7.91	o 146
2.89/7.96	c And the winner is solver0
3.01/8.41	c Got one! Elapsed wall clock time (in seconds):8.301
3.01/8.41	o 127
3.01/8.44	c And the winner is solver0
3.08/8.92	c Got one! Elapsed wall clock time (in seconds):8.804
3.08/8.92	o 123
3.08/8.95	c And the winner is solver0
3.16/9.42	c Got one! Elapsed wall clock time (in seconds):9.307
3.16/9.42	o 119
3.16/9.48	c And the winner is solver0
3.28/9.92	c Got one! Elapsed wall clock time (in seconds):9.809
3.28/9.92	o 117
3.28/9.97	c And the winner is solver0
3.38/10.43	c Got one! Elapsed wall clock time (in seconds):10.312
3.38/10.43	o 115
3.55/10.53	c And the winner is solver0
3.65/10.93	c Got one! Elapsed wall clock time (in seconds):10.815
3.65/10.93	o 112
3.65/10.94	c And the winner is solver0
3.65/11.43	c Got one! Elapsed wall clock time (in seconds):11.318
3.65/11.43	o 110
5.12/12.14	c And the winner is solver0
5.21/12.43	c Got one! Elapsed wall clock time (in seconds):12.32
5.21/12.43	o 107
5.21/12.46	c And the winner is solver0
5.27/12.94	c Got one! Elapsed wall clock time (in seconds):12.823
5.27/12.94	o 82
5.59/13.15	c cleaning 4612 clauses out of 9232 with flag 6624/9232
5.59/13.16	c And the winner is solver0
5.80/13.44	c Got one! Elapsed wall clock time (in seconds):13.326
5.80/13.44	o 80
5.80/13.45	c And the winner is solver0
5.80/13.94	c Got one! Elapsed wall clock time (in seconds):13.83
5.80/13.94	o 69
5.90/14.00	c And the winner is solver0
5.93/14.45	c Got one! Elapsed wall clock time (in seconds):14.334
5.93/14.45	o 68
6.02/14.51	c And the winner is solver0
6.06/14.95	c Got one! Elapsed wall clock time (in seconds):14.839
6.06/14.95	o 67
6.16/15.01	c And the winner is solver0
6.22/15.46	c Got one! Elapsed wall clock time (in seconds):15.344
6.22/15.46	o 66
6.22/15.48	c And the winner is solver0
6.27/15.96	c Got one! Elapsed wall clock time (in seconds):15.85
6.27/15.96	o 60
6.34/16.01	c And the winner is solver0
6.40/16.47	c Got one! Elapsed wall clock time (in seconds):16.355
6.40/16.47	o 59
6.40/16.48	c And the winner is solver0
6.40/16.97	c Got one! Elapsed wall clock time (in seconds):16.861
6.40/16.97	o 56
6.45/17.01	c And the winner is solver0
6.52/17.49	c Got one! Elapsed wall clock time (in seconds):17.381
6.52/17.49	o 31
6.52/17.53	c And the winner is solver0
6.61/18.00	c Got one! Elapsed wall clock time (in seconds):17.887
6.61/18.00	o 29
6.61/18.02	c And the winner is solver0
6.64/18.51	c Got one! Elapsed wall clock time (in seconds):18.395
6.64/18.51	o 26
6.64/18.53	c And the winner is solver0
6.69/19.02	c Got one! Elapsed wall clock time (in seconds):18.902
6.69/19.02	o 25
6.69/19.05	c And the winner is solver0
6.77/19.52	c Got one! Elapsed wall clock time (in seconds):19.41
6.77/19.52	o 24
6.91/19.61	c And the winner is solver0
6.95/20.03	c Got one! Elapsed wall clock time (in seconds):19.918
6.95/20.03	o 15
6.95/20.09	c And the winner is solver0
7.07/20.54	c Got one! Elapsed wall clock time (in seconds):20.425
7.07/20.54	o 7
7.62/20.89	c cleaning 6535 clauses out of 13078 with flag 28892/17690
8.68/21.32	c cleaning 6265 clauses out of 12539 with flag 77805/23686
8.68/21.35	c And the winner is solver0
8.81/21.56	c Got one! Elapsed wall clock time (in seconds):21.448
8.81/21.56	o 5
9.30/21.83	c And the winner is solver0
9.39/22.07	c Got one! Elapsed wall clock time (in seconds):21.958
9.39/22.07	o 4
9.44/22.15	c cleaning 5942 clauses out of 11900 with flag 8910/29312
10.22/22.54	c cleaning 5967 clauses out of 11958 with flag 64327/35312
10.46/22.62	c And the winner is solver0
10.53/23.08	c Got one! Elapsed wall clock time (in seconds):22.97
10.53/23.08	o 3
10.95/23.34	c cleaning 5761 clauses out of 11555 with flag 34930/40876
10.95/23.35	c And the winner is solver0
11.07/23.60	c Got one! Elapsed wall clock time (in seconds):23.484
11.07/23.60	o 2
11.70/23.93	c cleaning 5498 clauses out of 11007 with flag 46159/46089
12.31/24.28	c cleaning 5746 clauses out of 11510 with flag 99290/52090
13.29/24.76	c cleaning 6372 clauses out of 12762 with flag 173170/59088
14.56/25.33	c cleaning 7185 clauses out of 14390 with flag 253864/67088
15.95/26.02	c cleaning 8101 clauses out of 16206 with flag 347711/76089
17.16/26.63	c And the winner is solver0
17.26/27.11	c Got one! Elapsed wall clock time (in seconds):27.0
17.26/27.11	o 1
18.02/27.59	c cleaning 10380 clauses out of 20772 with flag 55414/88756
19.04/28.05	c cleaning 8189 clauses out of 16394 with flag 118151/94758
20.04/28.60	c cleaning 7591 clauses out of 15203 with flag 197749/101756
21.44/29.25	c cleaning 7803 clauses out of 15612 with flag 289714/109756
23.27/30.10	c cleaning 8397 clauses out of 16809 with flag 388200/118756
24.89/30.96	c cleaning 9202 clauses out of 18414 with flag 472701/128758
26.67/31.86	c cleaning 10095 clauses out of 20209 with flag 549069/139756
28.92/32.93	c cleaning 11054 clauses out of 22113 with flag 626299/151758
30.71/33.85	c cleaning 12022 clauses out of 24054 with flag 693973/164756
31.52/34.24	c And the winner is solver0
31.66/34.76	c >>>>>>>>>> Solver number 0 (45 answers) <<<<<<<<<<<<<<<<<<
31.66/34.76	c starts		: 101
31.66/34.76	c conflicts		: 171158
31.66/34.76	c decisions		: 325579
31.66/34.76	c propagations		: 12105434
31.66/34.76	c inspects		: 178753137
31.66/34.76	c shortcuts		: 0
31.66/34.76	c learnt literals	: 20
31.66/34.76	c learnt binary clauses	: 109
31.66/34.76	c learnt ternary clauses	: 504
31.66/34.76	c learnt constraints	: 171137
31.66/34.76	c ignored constraints	: 0
31.66/34.76	c root simplifications	: 0
31.66/34.76	c removed literals (reason simplification)	: 657028
31.66/34.76	c reason swapping (by a shorter reason)	: 0
31.66/34.76	c Calls to reduceDB	: 20
31.66/34.76	c Number of update (reduction) of LBD	: 68542
31.66/34.76	c Imported unit clauses	: 0
31.66/34.76	c number of reductions to clauses (during analyze)	: 0
31.66/34.76	c number of learned constraints concerned by reduction	: 0
31.66/34.76	c number of learning phase by resolution	: 0
31.66/34.76	c number of learning phase by cutting planes	: 0
31.66/34.76	c speed (assignments/second)	: 351789.660283049
31.66/34.76	c non guided choices	4992
31.66/34.76	c learnt constraints type 
31.66/34.76	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
31.66/34.76	c starts		: 59
31.66/34.76	c conflicts		: 2608
31.66/34.76	c decisions		: 69699
31.66/34.76	c propagations		: 186800
31.66/34.76	c inspects		: 21766306
31.66/34.76	c shortcuts		: 0
31.66/34.76	c learnt literals	: 0
31.66/34.76	c learnt binary clauses	: 0
31.66/34.76	c learnt ternary clauses	: 0
31.66/34.76	c learnt constraints	: 2586
31.66/34.76	c ignored constraints	: 0
31.66/34.76	c root simplifications	: 0
31.66/34.76	c removed literals (reason simplification)	: 0
31.66/34.76	c reason swapping (by a shorter reason)	: 0
31.66/34.76	c Calls to reduceDB	: 0
31.66/34.76	c Number of update (reduction) of LBD	: 0
31.66/34.76	c Imported unit clauses	: 0
31.66/34.76	c number of reductions to clauses (during analyze)	: 0
31.66/34.76	c number of learned constraints concerned by reduction	: 0
31.66/34.76	c number of learning phase by resolution	: 0
31.66/34.76	c number of learning phase by cutting planes	: 0
31.66/34.76	c speed (assignments/second)	: 24598.367131946274
31.66/34.76	c non guided choices	4455
31.66/34.76	c learnt constraints type 
31.66/34.76	s OPTIMUM FOUND
31.66/34.76	c Found 44 solution(s)
31.66/34.76	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 
31.66/34.76	c objective function=1
31.66/34.76	c Total wall clock time (in seconds): 34.65

Verifier Data

OK	1

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-4109801-1466343774/watcher-4109801-1466343774 -o /tmp/evaluation-result-4109801-1466343774/solver-4109801-1466343774 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1466341826-21760 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4109801-1466343774.wbo 

pid=23991
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.38 2.09 1.77 2/194 23994
/proc/meminfo: memFree=31280156/32872528 swapFree=190484/190484
[pid=23994] ppid=23991 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/23994/stat : 23994 (java) S 23991 23994 21743 0 -1 4202496 1237 0 0 0 0 0 0 0 20 0 2 0 36427974 91889664 881 33554432000 1073741824 1073778376 140736742523936 140736742515072 249653395517 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23994/statm: 22434 885 669 9 0 16769 0
[pid=23994/tid=23995] ppid=23991 vsize=91880 CPUtime=0 cores=1,3,5,7
/proc/23994/task/23995/stat : 23995 (java) R 23991 23994 21743 0 -1 4202560 36 0 0 0 0 0 0 0 20 0 2 0 36427975 94085120 902 33554432000 1073741824 1073778376 140736742523936 140736742513000 249640877600 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100114 s]
/proc/loadavg: 2.38 2.09 1.77 2/194 23994
/proc/meminfo: memFree=31280156/32872528 swapFree=190484/190484
[pid=23994] ppid=23991 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/23994/stat : 23994 (java) S 23991 23994 21743 0 -1 4202496 4408 0 1 0 8 1 0 0 20 0 18 0 36427974 9787879424 6039 33554432000 1073741824 1073778376 140736742523936 140736742515072 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23994/statm: 2389619 6039 2126 9 0 2380296 0
[pid=23994/tid=23995] ppid=23991 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/23994/task/23995/stat : 23995 (java) R 23991 23994 21743 0 -1 4202560 2386 0 1 0 7 0 0 0 20 0 18 0 36427975 9787879424 6039 33554432000 1073741824 1073778376 140736742523936 140469085518752 249653421325 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200272 s]
/proc/loadavg: 2.38 2.09 1.77 2/194 23994
/proc/meminfo: memFree=31280156/32872528 swapFree=190484/190484
[pid=23994] ppid=23991 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/23994/stat : 23994 (java) S 23991 23994 21743 0 -1 4202496 4723 0 1 0 22 1 0 0 20 0 18 0 36427974 9787879424 6806 33554432000 1073741824 1073778376 140736742523936 140736742515072 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23994/statm: 2389619 6806 2198 9 0 2380296 0
[pid=23994/tid=23995] ppid=23991 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/23994/task/23995/stat : 23995 (java) R 23991 23994 21743 0 -1 4202560 2402 0 1 0 17 0 0 0 20 0 18 0 36427975 9787879424 6806 33554432000 1073741824 1073778376 140736742523936 140469085518752 140469090278065 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300398 s]
/proc/loadavg: 2.38 2.09 1.77 2/194 23994
/proc/meminfo: memFree=31280156/32872528 swapFree=190484/190484
[pid=23994] ppid=23991 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/23994/stat : 23994 (java) S 23991 23994 21743 0 -1 4202496 5684 0 1 0 45 1 0 0 20 0 18 0 36427974 9787879424 8488 33554432000 1073741824 1073778376 140736742523936 140736742515072 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23994/statm: 2389619 8488 2231 9 0 2380296 0
[pid=23994/tid=23995] ppid=23991 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/23994/task/23995/stat : 23995 (java) R 23991 23994 21743 0 -1 4202560 2404 0 1 0 27 0 0 0 20 0 18 0 36427975 9787879424 8488 33554432000 1073741824 1073778376 140736742523936 140469085518752 140468935572307 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700312 s]
/proc/loadavg: 2.38 2.09 1.77 2/194 23994
/proc/meminfo: memFree=31280156/32872528 swapFree=190484/190484
[pid=23994] ppid=23991 vsize=9824732 CPUtime=1.38 cores=1,3,5,7
/proc/23994/stat : 23994 (java) S 23991 23994 21743 0 -1 4202496 10015 0 1 0 134 4 0 0 20 0 19 0 36427974 10060525568 13031 33554432000 1073741824 1073778376 140736742523936 140736742515072 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23994/statm: 2456183 13031 2259 9 0 2446860 0
[pid=23994/tid=23995] ppid=23991 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/23994/task/23995/stat : 23995 (java) S 23991 23994 21743 0 -1 4202560 2422 0 1 0 30 1 0 0 20 0 19 0 36427975 10060525568 13031 33554432000 1073741824 1073778376 140736742523936 140469085520760 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 2.38 2.09 1.77 3/213 24025
/proc/meminfo: memFree=31214304/32872528 swapFree=190484/190484
[pid=23994] ppid=23991 vsize=9824732 CPUtime=2.01 cores=1,3,5,7
/proc/23994/stat : 23994 (java) S 23991 23994 21743 0 -1 4202496 15946 0 1 0 193 8 0 0 20 0 19 0 36427974 10060525568 19107 33554432000 1073741824 1073778376 140736742523936 140736742515072 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23994/statm: 2456183 19107 2265 9 0 2446860 0
[pid=23994/tid=23995] ppid=23991 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/23994/task/23995/stat : 23995 (java) S 23991 23994 21743 0 -1 4202560 2422 0 1 0 32 1 0 0 20 0 19 0 36427975 10060525568 19107 33554432000 1073741824 1073778376 140736742523936 140469085520760 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23994/tid=23997] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/23997/stat : 23997 (java) S 23991 23994 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427976 10060525568 19107 33554432000 1073741824 1073778376 140736742523936 140469057973032 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23994/tid=23998] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/23998/stat : 23998 (java) S 23991 23994 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427976 10060525568 19107 33554432000 1073741824 1073778376 140736742523936 140469056920232 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23994/tid=23999] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/23999/stat : 23999 (java) S 23991 23994 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427976 10060525568 19107 33554432000 1073741824 1073778376 140736742523936 140469055867944 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23994/tid=24000] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/24000/stat : 24000 (java) S 23991 23994 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427976 10060525568 19107 33554432000 1073741824 1073778376 140736742523936 140469054815144 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23994/tid=24001] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/24001/stat : 24001 (java) S 23991 23994 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427976 10060525568 19107 33554432000 1073741824 1073778376 140736742523936 140468924492072 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23994/tid=24002] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/24002/stat : 24002 (java) S 23991 23994 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427976 10060525568 19107 33554432000 1073741824 1073778376 140736742523936 140468923439272 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23994/tid=24003] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/24003/stat : 24003 (java) S 23991 23994 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427976 10060525568 19107 33554432000 1073741824 1073778376 140736742523936 140468922386984 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23994/tid=24004] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/24004/stat : 24004 (java) S 23991 23994 21743 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36427976 10060525568 19107 33554432000 1073741824 1073778376 140736742523936 140468921334184 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23994/tid=24005] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/24005/stat : 24005 (java) S 23991 23994 21743 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36427977 10060525568 19107 33554432000 1073741824 1073778376 140736742523936 140468438821608 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23994/tid=24006] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/24006/stat : 24006 (java) S 23991 23994 21743 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36427977 10060525568 19107 33554432000 1073741824 1073778376 140736742523936 140468437767672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23994/tid=24007] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/24007/stat : 24007 (java) S 23991 23994 21743 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36427977 10060525568 19107 33554432000 1073741824 1073778376 140736742523936 140468436715272 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23994/tid=24008] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/24008/stat : 24008 (java) S 23991 23994 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427980 10060525568 19107 33554432000 1073741824 1073778376 140736742523936 140468435663760 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23994/tid=24009] ppid=23991 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/23994/task/24009/stat : 24009 (java) S 23991 23994 21743 0 -1 4202560 6677 0 0 0 62 1 0 0 20 0 19 0 36427980 10060525568 19107 33554432000 1073741824 1073778376 140736742523936 140468434610360 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23994/tid=24010] ppid=23991 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/23994/task/24010/stat : 24010 (java) S 23991 23994 21743 0 -1 4202560 5500 0 0 0 56 1 0 0 20 0 19 0 36427980 10060525568 19107 33554432000 1073741824 1073778376 140736742523936 140468433557560 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23994/tid=24011] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/24011/stat : 24011 (java) S 23991 23994 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427980 10060525568 19107 33554432000 1073741824 1073778376 140736742523936 140468432505464 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23994/tid=24012] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/24012/stat : 24012 (java) S 23991 23994 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427980 10060525568 19107 33554432000 1073741824 1073778376 140736742523936 140468431452872 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23994/tid=24019] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/24019/stat : 24019 (java) S 23991 23994 21743 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36428010 10060525568 19107 33554432000 1073741824 1073778376 140736742523936 140468427241000 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 9824732

[startup+3.10087 s]
/proc/loadavg: 2.38 2.09 1.77 2/215 24037
/proc/meminfo: memFree=31199564/32872528 swapFree=190484/190484
[pid=23994] ppid=23991 vsize=9824732 CPUtime=2.34 cores=1,3,5,7
/proc/23994/stat : 23994 (java) S 23991 23994 21743 0 -1 4202496 15981 0 1 0 222 12 0 0 20 0 19 0 36427974 10060525568 25255 33554432000 1073741824 1073778376 140736742523936 140736742515072 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23994/statm: 2456183 25255 2266 9 0 2446860 0
[pid=23994/tid=23995] ppid=23991 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/23994/task/23995/stat : 23995 (java) S 23991 23994 21743 0 -1 4202560 2426 0 1 0 33 2 0 0 20 0 19 0 36427975 10060525568 25255 33554432000 1073741824 1073778376 140736742523936 140469085520760 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23994/tid=23997] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/23997/stat : 23997 (java) S 23991 23994 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427976 10060525568 25255 33554432000 1073741824 1073778376 140736742523936 140469057973032 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23994/tid=23998] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/23998/stat : 23998 (java) S 23991 23994 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427976 10060525568 25255 33554432000 1073741824 1073778376 140736742523936 140469056920232 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23994/tid=23999] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/23999/stat : 23999 (java) S 23991 23994 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427976 10060525568 25255 33554432000 1073741824 1073778376 140736742523936 140469055867944 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23994/tid=24000] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/24000/stat : 24000 (java) S 23991 23994 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427976 10060525568 25255 33554432000 1073741824 1073778376 140736742523936 140469054815144 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23994/tid=24001] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/24001/stat : 24001 (java) S 23991 23994 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427976 10060525568 25255 33554432000 1073741824 1073778376 140736742523936 140468924492072 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23994/tid=24002] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/24002/stat : 24002 (java) S 23991 23994 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427976 10060525568 25255 33554432000 1073741824 1073778376 140736742523936 140468923439272 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23994/tid=24003] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/24003/stat : 24003 (java) S 23991 23994 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427976 10060525568 25255 33554432000 1073741824 1073778376 140736742523936 140468922386984 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23994/tid=24004] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/24004/stat : 24004 (java) S 23991 23994 21743 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36427976 10060525568 25255 33554432000 1073741824 1073778376 140736742523936 140468921334184 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23994/tid=24005] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/24005/stat : 24005 (java) S 23991 23994 21743 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36427977 10060525568 25255 33554432000 1073741824 1073778376 140736742523936 140468438821608 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23994/tid=24006] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/24006/stat : 24006 (java) S 23991 23994 21743 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36427977 10060525568 25255 33554432000 1073741824 1073778376 140736742523936 140468437767672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23994/tid=24007] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/24007/stat : 24007 (java) S 23991 23994 21743 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36427977 10060525568 25255 33554432000 1073741824 1073778376 140736742523936 140468436715272 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23994/tid=24008] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/24008/stat : 24008 (java) S 23991 23994 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427980 10060525568 25255 33554432000 1073741824 1073778376 140736742523936 140468435663760 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23994/tid=24009] ppid=23991 vsize=9824732 CPUtime=0.75 cores=1,3,5,7
/proc/23994/task/24009/stat : 24009 (java) S 23991 23994 21743 0 -1 4202560 6677 0 0 0 73 2 0 0 20 0 19 0 36427980 10060525568 25255 33554432000 1073741824 1073778376 140736742523936 140468434610360 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23994/tid=24010] ppid=23991 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/23994/task/24010/stat : 24010 (java) S 23991 23994 21743 0 -1 4202560 5504 0 0 0 65 2 0 0 20 0 19 0 36427980 10060525568 25255 33554432000 1073741824 1073778376 140736742523936 140468433557560 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23994/tid=24011] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/24011/stat : 24011 (java) S 23991 23994 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427980 10060525568 25255 33554432000 1073741824 1073778376 140736742523936 140468432505464 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23994/tid=24012] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/24012/stat : 24012 (java) S 23991 23994 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427980 10060525568 25255 33554432000 1073741824 1073778376 140736742523936 140468431452872 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23994/tid=24019] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/24019/stat : 24019 (java) S 23991 23994 21743 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36428010 10060525568 25255 33554432000 1073741824 1073778376 140736742523936 140468427241000 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 9824732
heavy processes:

[startup+6.30081 s]
/proc/loadavg: 2.35 2.09 1.77 2/215 24058
/proc/meminfo: memFree=31116532/32872528 swapFree=190484/190484
[pid=23994] ppid=23991 vsize=9824732 CPUtime=2.75 cores=1,3,5,7
/proc/23994/stat : 23994 (java) S 23991 23994 21743 0 -1 4202496 16078 0 1 0 256 19 0 0 20 0 19 0 36427974 10060525568 36576 33554432000 1073741824 1073778376 140736742523936 140736742515072 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23994/statm: 2456183 36576 2270 9 0 2446860 0
[pid=23994/tid=23995] ppid=23991 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/23994/task/23995/stat : 23995 (java) S 23991 23994 21743 0 -1 4202560 2431 0 1 0 35 2 0 0 20 0 19 0 36427975 10060525568 36576 33554432000 1073741824 1073778376 140736742523936 140469085520760 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23994/tid=23997] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/23997/stat : 23997 (java) S 23991 23994 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427976 10060525568 36576 33554432000 1073741824 1073778376 140736742523936 140469057973032 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23994/tid=23998] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/23998/stat : 23998 (java) S 23991 23994 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427976 10060525568 36576 33554432000 1073741824 1073778376 140736742523936 140469056920232 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23994/tid=23999] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/23999/stat : 23999 (java) S 23991 23994 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427976 10060525568 36576 33554432000 1073741824 1073778376 140736742523936 140469055867944 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23994/tid=24000] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/24000/stat : 24000 (java) S 23991 23994 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427976 10060525568 36576 33554432000 1073741824 1073778376 140736742523936 140469054815144 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23994/tid=24001] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/24001/stat : 24001 (java) S 23991 23994 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427976 10060525568 36576 33554432000 1073741824 1073778376 140736742523936 140468924492072 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23994/tid=24002] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/24002/stat : 24002 (java) S 23991 23994 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427976 10060525568 36576 33554432000 1073741824 1073778376 140736742523936 140468923439272 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23994/tid=24003] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/24003/stat : 24003 (java) S 23991 23994 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427976 10060525568 36576 33554432000 1073741824 1073778376 140736742523936 140468922386984 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23994/tid=24004] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/24004/stat : 24004 (java) S 23991 23994 21743 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36427976 10060525568 36576 33554432000 1073741824 1073778376 140736742523936 140468921334184 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23994/tid=24005] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/24005/stat : 24005 (java) S 23991 23994 21743 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36427977 10060525568 36576 33554432000 1073741824 1073778376 140736742523936 140468438821608 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23994/tid=24006] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/24006/stat : 24006 (java) S 23991 23994 21743 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36427977 10060525568 36576 33554432000 1073741824 1073778376 140736742523936 140468437767672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23994/tid=24007] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/24007/stat : 24007 (java) S 23991 23994 21743 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36427977 10060525568 36576 33554432000 1073741824 1073778376 140736742523936 140468436715272 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23994/tid=24008] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/24008/stat : 24008 (java) S 23991 23994 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427980 10060525568 36576 33554432000 1073741824 1073778376 140736742523936 140468435663760 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23994/tid=24009] ppid=23991 vsize=9824732 CPUtime=0.86 cores=1,3,5,7
/proc/23994/task/24009/stat : 24009 (java) S 23991 23994 21743 0 -1 4202560 6687 0 0 0 84 2 0 0 20 0 19 0 36427980 10060525568 36576 33554432000 1073741824 1073778376 140736742523936 140468434610360 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0

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

[pid=23994/tid=24002] ppid=23991 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/23994/task/24002/stat : 24002 (java) S 23991 23994 21743 0 -1 4202560 47 0 0 0 9 2 0 0 20 0 22 0 36427976 10060525568 280094 33554432000 1073741824 1073778376 140736742523936 140468923439272 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23994/tid=24003] ppid=23991 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/23994/task/24003/stat : 24003 (java) S 23991 23994 21743 0 -1 4202560 26 0 0 0 7 1 0 0 20 0 22 0 36427976 10060525568 280094 33554432000 1073741824 1073778376 140736742523936 140468922386984 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23994/tid=24004] ppid=23991 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/23994/task/24004/stat : 24004 (java) S 23991 23994 21743 0 -1 4202560 66 0 0 0 13 3 0 0 20 0 22 0 36427976 10060525568 280094 33554432000 1073741824 1073778376 140736742523936 140468921334184 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23994/tid=24005] ppid=23991 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/23994/task/24005/stat : 24005 (java) S 23991 23994 21743 0 -1 4202560 746 0 0 0 1 8 0 0 20 0 22 0 36427977 10060525568 280094 33554432000 1073741824 1073778376 140736742523936 140468438821608 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23994/tid=24006] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/24006/stat : 24006 (java) S 23991 23994 21743 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 36427977 10060525568 280094 33554432000 1073741824 1073778376 140736742523936 140468437767672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23994/tid=24007] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/24007/stat : 24007 (java) S 23991 23994 21743 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 22 0 36427977 10060525568 280094 33554432000 1073741824 1073778376 140736742523936 140468436715272 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23994/tid=24008] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/24008/stat : 24008 (java) S 23991 23994 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36427980 10060525568 280094 33554432000 1073741824 1073778376 140736742523936 140468435663760 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23994/tid=24009] ppid=23991 vsize=9824732 CPUtime=1.08 cores=1,3,5,7
/proc/23994/task/24009/stat : 24009 (java) S 23991 23994 21743 0 -1 4202560 6695 0 0 0 106 2 0 0 20 0 22 0 36427980 10060525568 280094 33554432000 1073741824 1073778376 140736742523936 140468434610360 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23994/tid=24010] ppid=23991 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/23994/task/24010/stat : 24010 (java) S 23991 23994 21743 0 -1 4202560 5514 0 0 0 110 2 0 0 20 0 22 0 36427980 10060525568 280094 33554432000 1073741824 1073778376 140736742523936 140468433557560 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23994/tid=24011] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/24011/stat : 24011 (java) S 23991 23994 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36427980 10060525568 280094 33554432000 1073741824 1073778376 140736742523936 140468432505464 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23994/tid=24012] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/24012/stat : 24012 (java) S 23991 23994 21743 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 36427980 10060525568 280094 33554432000 1073741824 1073778376 140736742523936 140468431452872 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23994/tid=24019] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/24019/stat : 24019 (java) S 23991 23994 21743 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 36428010 10060525568 280094 33554432000 1073741824 1073778376 140736742523936 140468427241000 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23994/tid=24158] ppid=23991 vsize=9824732 CPUtime=6.33 cores=1,3,5,7
/proc/23994/task/24158/stat : 24158 (java) R 23991 23994 21743 0 -1 4202560 6 0 0 0 633 0 0 0 20 0 22 0 36430688 10060525568 280094 33554432000 1073741824 1073778376 140736742523936 140468430395856 140468936062748 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23994/tid=24159] ppid=23991 vsize=9824732 CPUtime=6.35 cores=1,3,5,7
/proc/23994/task/24159/stat : 24159 (java) R 23991 23994 21743 0 -1 4202560 292 0 0 0 626 9 0 0 20 0 22 0 36430688 10060525568 280094 33554432000 1073741824 1073778376 140736742523936 140468429343384 140468936265418 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23994/tid=24160] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/24160/stat : 24160 (java) S 23991 23994 21743 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 36430691 10060525568 280094 33554432000 1073741824 1073778376 140736742523936 140468428293160 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 30.31
Current children cumulated vsize (KiB) 9824732

[startup+34.4008 s]
/proc/loadavg: 2.45 2.13 1.80 4/218 24160
/proc/meminfo: memFree=29411648/32872528 swapFree=190484/190484
[pid=23994] ppid=23991 vsize=9824732 CPUtime=31.59 cores=1,3,5,7
/proc/23994/stat : 23994 (java) S 23991 23994 21743 0 -1 4202496 17910 0 1 0 3052 107 0 0 20 0 19 0 36427974 10060525568 280084 33554432000 1073741824 1073778376 140736742523936 140736742515072 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23994/statm: 2456183 280084 2288 9 0 2446860 0
[pid=23994/tid=23995] ppid=23991 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/23994/task/23995/stat : 23995 (java) S 23991 23994 21743 0 -1 4202560 2435 0 1 0 55 2 0 0 20 0 19 0 36427975 10060525568 280084 33554432000 1073741824 1073778376 140736742523936 140469085520760 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23994/tid=23997] ppid=23991 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/23994/task/23997/stat : 23997 (java) S 23991 23994 21743 0 -1 4202560 46 0 0 0 10 2 0 0 20 0 19 0 36427976 10060525568 280084 33554432000 1073741824 1073778376 140736742523936 140469057973032 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23994/tid=23998] ppid=23991 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/23994/task/23998/stat : 23998 (java) S 23991 23994 21743 0 -1 4202560 46 0 0 0 11 2 0 0 20 0 19 0 36427976 10060525568 280084 33554432000 1073741824 1073778376 140736742523936 140469056920232 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23994/tid=23999] ppid=23991 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/23994/task/23999/stat : 23999 (java) S 23991 23994 21743 0 -1 4202560 24 0 0 0 8 1 0 0 20 0 19 0 36427976 10060525568 280084 33554432000 1073741824 1073778376 140736742523936 140469055867944 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23994/tid=24000] ppid=23991 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/23994/task/24000/stat : 24000 (java) S 23991 23994 21743 0 -1 4202560 38 0 0 0 10 2 0 0 20 0 19 0 36427976 10060525568 280084 33554432000 1073741824 1073778376 140736742523936 140469054815144 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23994/tid=24001] ppid=23991 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/23994/task/24001/stat : 24001 (java) S 23991 23994 21743 0 -1 4202560 42 0 0 0 8 2 0 0 20 0 19 0 36427976 10060525568 280084 33554432000 1073741824 1073778376 140736742523936 140468924492072 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23994/tid=24002] ppid=23991 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/23994/task/24002/stat : 24002 (java) S 23991 23994 21743 0 -1 4202560 47 0 0 0 9 2 0 0 20 0 19 0 36427976 10060525568 280084 33554432000 1073741824 1073778376 140736742523936 140468923439272 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23994/tid=24003] ppid=23991 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/23994/task/24003/stat : 24003 (java) S 23991 23994 21743 0 -1 4202560 26 0 0 0 7 1 0 0 20 0 19 0 36427976 10060525568 280084 33554432000 1073741824 1073778376 140736742523936 140468922386984 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23994/tid=24004] ppid=23991 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/23994/task/24004/stat : 24004 (java) S 23991 23994 21743 0 -1 4202560 66 0 0 0 13 3 0 0 20 0 19 0 36427976 10060525568 280084 33554432000 1073741824 1073778376 140736742523936 140468921334184 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23994/tid=24005] ppid=23991 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/23994/task/24005/stat : 24005 (java) S 23991 23994 21743 0 -1 4202560 747 0 0 0 1 8 0 0 20 0 19 0 36427977 10060525568 280084 33554432000 1073741824 1073778376 140736742523936 140468438821608 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23994/tid=24006] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/24006/stat : 24006 (java) S 23991 23994 21743 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36427977 10060525568 280084 33554432000 1073741824 1073778376 140736742523936 140468437767672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23994/tid=24007] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/24007/stat : 24007 (java) S 23991 23994 21743 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 19 0 36427977 10060525568 280084 33554432000 1073741824 1073778376 140736742523936 140468436715272 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23994/tid=24008] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/24008/stat : 24008 (java) S 23991 23994 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427980 10060525568 280084 33554432000 1073741824 1073778376 140736742523936 140468435663760 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23994/tid=24009] ppid=23991 vsize=9824732 CPUtime=1.08 cores=1,3,5,7
/proc/23994/task/24009/stat : 24009 (java) S 23991 23994 21743 0 -1 4202560 6695 0 0 0 106 2 0 0 20 0 19 0 36427980 10060525568 280084 33554432000 1073741824 1073778376 140736742523936 140468434610360 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23994/tid=24010] ppid=23991 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/23994/task/24010/stat : 24010 (java) S 23991 23994 21743 0 -1 4202560 5514 0 0 0 110 2 0 0 20 0 19 0 36427980 10060525568 280084 33554432000 1073741824 1073778376 140736742523936 140468433557560 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23994/tid=24011] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/24011/stat : 24011 (java) S 23991 23994 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427980 10060525568 280084 33554432000 1073741824 1073778376 140736742523936 140468432505464 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23994/tid=24012] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/24012/stat : 24012 (java) S 23991 23994 21743 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36427980 10060525568 280084 33554432000 1073741824 1073778376 140736742523936 140468431452872 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23994/tid=24019] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/24019/stat : 24019 (java) S 23991 23994 21743 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36428010 10060525568 280084 33554432000 1073741824 1073778376 140736742523936 140468427241000 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 31.59
Current children cumulated vsize (KiB) 9824732

[startup+34.6007 s]
/proc/loadavg: 2.45 2.13 1.80 4/218 24160
/proc/meminfo: memFree=29411648/32872528 swapFree=190484/190484
[pid=23994] ppid=23991 vsize=9824732 CPUtime=31.59 cores=1,3,5,7
/proc/23994/stat : 23994 (java) S 23991 23994 21743 0 -1 4202496 17910 0 1 0 3052 107 0 0 20 0 19 0 36427974 10060525568 280084 33554432000 1073741824 1073778376 140736742523936 140736742515072 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23994/statm: 2456183 280084 2288 9 0 2446860 0
[pid=23994/tid=23995] ppid=23991 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/23994/task/23995/stat : 23995 (java) S 23991 23994 21743 0 -1 4202560 2435 0 1 0 55 2 0 0 20 0 19 0 36427975 10060525568 280084 33554432000 1073741824 1073778376 140736742523936 140469085520760 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23994/tid=23997] ppid=23991 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/23994/task/23997/stat : 23997 (java) S 23991 23994 21743 0 -1 4202560 46 0 0 0 10 2 0 0 20 0 19 0 36427976 10060525568 280084 33554432000 1073741824 1073778376 140736742523936 140469057973032 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23994/tid=23998] ppid=23991 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/23994/task/23998/stat : 23998 (java) S 23991 23994 21743 0 -1 4202560 46 0 0 0 11 2 0 0 20 0 19 0 36427976 10060525568 280084 33554432000 1073741824 1073778376 140736742523936 140469056920232 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23994/tid=23999] ppid=23991 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/23994/task/23999/stat : 23999 (java) S 23991 23994 21743 0 -1 4202560 24 0 0 0 8 1 0 0 20 0 19 0 36427976 10060525568 280084 33554432000 1073741824 1073778376 140736742523936 140469055867944 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23994/tid=24000] ppid=23991 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/23994/task/24000/stat : 24000 (java) S 23991 23994 21743 0 -1 4202560 38 0 0 0 10 2 0 0 20 0 19 0 36427976 10060525568 280084 33554432000 1073741824 1073778376 140736742523936 140469054815144 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23994/tid=24001] ppid=23991 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/23994/task/24001/stat : 24001 (java) S 23991 23994 21743 0 -1 4202560 42 0 0 0 8 2 0 0 20 0 19 0 36427976 10060525568 280084 33554432000 1073741824 1073778376 140736742523936 140468924492072 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23994/tid=24002] ppid=23991 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/23994/task/24002/stat : 24002 (java) S 23991 23994 21743 0 -1 4202560 47 0 0 0 9 2 0 0 20 0 19 0 36427976 10060525568 280084 33554432000 1073741824 1073778376 140736742523936 140468923439272 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23994/tid=24003] ppid=23991 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/23994/task/24003/stat : 24003 (java) S 23991 23994 21743 0 -1 4202560 26 0 0 0 7 1 0 0 20 0 19 0 36427976 10060525568 280084 33554432000 1073741824 1073778376 140736742523936 140468922386984 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23994/tid=24004] ppid=23991 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/23994/task/24004/stat : 24004 (java) S 23991 23994 21743 0 -1 4202560 66 0 0 0 13 3 0 0 20 0 19 0 36427976 10060525568 280084 33554432000 1073741824 1073778376 140736742523936 140468921334184 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23994/tid=24005] ppid=23991 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/23994/task/24005/stat : 24005 (java) S 23991 23994 21743 0 -1 4202560 747 0 0 0 1 8 0 0 20 0 19 0 36427977 10060525568 280084 33554432000 1073741824 1073778376 140736742523936 140468438821608 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23994/tid=24006] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/24006/stat : 24006 (java) S 23991 23994 21743 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36427977 10060525568 280084 33554432000 1073741824 1073778376 140736742523936 140468437767672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23994/tid=24007] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/24007/stat : 24007 (java) S 23991 23994 21743 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 19 0 36427977 10060525568 280084 33554432000 1073741824 1073778376 140736742523936 140468436715272 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23994/tid=24008] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/24008/stat : 24008 (java) S 23991 23994 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427980 10060525568 280084 33554432000 1073741824 1073778376 140736742523936 140468435663760 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23994/tid=24009] ppid=23991 vsize=9824732 CPUtime=1.08 cores=1,3,5,7
/proc/23994/task/24009/stat : 24009 (java) S 23991 23994 21743 0 -1 4202560 6695 0 0 0 106 2 0 0 20 0 19 0 36427980 10060525568 280084 33554432000 1073741824 1073778376 140736742523936 140468434610360 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23994/tid=24010] ppid=23991 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/23994/task/24010/stat : 24010 (java) S 23991 23994 21743 0 -1 4202560 5514 0 0 0 110 2 0 0 20 0 19 0 36427980 10060525568 280084 33554432000 1073741824 1073778376 140736742523936 140468433557560 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23994/tid=24011] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/24011/stat : 24011 (java) S 23991 23994 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427980 10060525568 280084 33554432000 1073741824 1073778376 140736742523936 140468432505464 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23994/tid=24012] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/24012/stat : 24012 (java) S 23991 23994 21743 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36427980 10060525568 280084 33554432000 1073741824 1073778376 140736742523936 140468431452872 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23994/tid=24019] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/24019/stat : 24019 (java) S 23991 23994 21743 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36428010 10060525568 280084 33554432000 1073741824 1073778376 140736742523936 140468427241000 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 31.59
Current children cumulated vsize (KiB) 9824732

[startup+34.7008 s]
/proc/loadavg: 2.45 2.13 1.80 4/218 24160
/proc/meminfo: memFree=29411648/32872528 swapFree=190484/190484
[pid=23994] ppid=23991 vsize=9824732 CPUtime=31.66 cores=1,3,5,7
/proc/23994/stat : 23994 (java) S 23991 23994 21743 0 -1 4202496 17911 0 1 0 3059 107 0 0 20 0 19 0 36427974 10060525568 280084 33554432000 1073741824 1073778376 140736742523936 140736742515072 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23994/statm: 2456183 280084 2288 9 0 2446860 0
[pid=23994/tid=23995] ppid=23991 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/23994/task/23995/stat : 23995 (java) R 23991 23994 21743 0 -1 4202560 2435 0 1 0 60 2 0 0 20 0 19 0 36427975 10060525568 280084 33554432000 1073741824 1073778376 140736742523936 140469085520288 140468935727052 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23994/tid=23997] ppid=23991 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/23994/task/23997/stat : 23997 (java) S 23991 23994 21743 0 -1 4202560 46 0 0 0 10 2 0 0 20 0 19 0 36427976 10060525568 280084 33554432000 1073741824 1073778376 140736742523936 140469057973032 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23994/tid=23998] ppid=23991 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/23994/task/23998/stat : 23998 (java) S 23991 23994 21743 0 -1 4202560 46 0 0 0 11 2 0 0 20 0 19 0 36427976 10060525568 280084 33554432000 1073741824 1073778376 140736742523936 140469056920232 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23994/tid=23999] ppid=23991 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/23994/task/23999/stat : 23999 (java) S 23991 23994 21743 0 -1 4202560 24 0 0 0 8 1 0 0 20 0 19 0 36427976 10060525568 280084 33554432000 1073741824 1073778376 140736742523936 140469055867944 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23994/tid=24000] ppid=23991 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/23994/task/24000/stat : 24000 (java) S 23991 23994 21743 0 -1 4202560 38 0 0 0 10 2 0 0 20 0 19 0 36427976 10060525568 280084 33554432000 1073741824 1073778376 140736742523936 140469054815144 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23994/tid=24001] ppid=23991 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/23994/task/24001/stat : 24001 (java) S 23991 23994 21743 0 -1 4202560 42 0 0 0 8 2 0 0 20 0 19 0 36427976 10060525568 280084 33554432000 1073741824 1073778376 140736742523936 140468924492072 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23994/tid=24002] ppid=23991 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/23994/task/24002/stat : 24002 (java) S 23991 23994 21743 0 -1 4202560 47 0 0 0 9 2 0 0 20 0 19 0 36427976 10060525568 280084 33554432000 1073741824 1073778376 140736742523936 140468923439272 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23994/tid=24003] ppid=23991 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/23994/task/24003/stat : 24003 (java) S 23991 23994 21743 0 -1 4202560 26 0 0 0 7 1 0 0 20 0 19 0 36427976 10060525568 280084 33554432000 1073741824 1073778376 140736742523936 140468922386984 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23994/tid=24004] ppid=23991 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/23994/task/24004/stat : 24004 (java) S 23991 23994 21743 0 -1 4202560 66 0 0 0 13 3 0 0 20 0 19 0 36427976 10060525568 280084 33554432000 1073741824 1073778376 140736742523936 140468921334184 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23994/tid=24005] ppid=23991 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/23994/task/24005/stat : 24005 (java) S 23991 23994 21743 0 -1 4202560 747 0 0 0 1 8 0 0 20 0 19 0 36427977 10060525568 280084 33554432000 1073741824 1073778376 140736742523936 140468438821608 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23994/tid=24006] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/24006/stat : 24006 (java) S 23991 23994 21743 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36427977 10060525568 280084 33554432000 1073741824 1073778376 140736742523936 140468437767672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23994/tid=24007] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/24007/stat : 24007 (java) S 23991 23994 21743 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 19 0 36427977 10060525568 280084 33554432000 1073741824 1073778376 140736742523936 140468436715272 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23994/tid=24008] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/24008/stat : 24008 (java) S 23991 23994 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427980 10060525568 280084 33554432000 1073741824 1073778376 140736742523936 140468435663760 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23994/tid=24009] ppid=23991 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/23994/task/24009/stat : 24009 (java) R 23991 23994 21743 0 -1 4202560 6696 0 0 0 107 2 0 0 20 0 19 0 36427980 10060525568 280084 33554432000 1073741824 1073778376 140736742523936 140468434610360 140469091481200 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23994/tid=24010] ppid=23991 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/23994/task/24010/stat : 24010 (java) S 23991 23994 21743 0 -1 4202560 5514 0 0 0 110 2 0 0 20 0 19 0 36427980 10060525568 280084 33554432000 1073741824 1073778376 140736742523936 140468433557560 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23994/tid=24011] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/24011/stat : 24011 (java) S 23991 23994 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427980 10060525568 280084 33554432000 1073741824 1073778376 140736742523936 140468432505464 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23994/tid=24012] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/24012/stat : 24012 (java) S 23991 23994 21743 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36427980 10060525568 280084 33554432000 1073741824 1073778376 140736742523936 140468431452872 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23994/tid=24019] ppid=23991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23994/task/24019/stat : 24019 (java) S 23991 23994 21743 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36428010 10060525568 280084 33554432000 1073741824 1073778376 140736742523936 140468427241000 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 31.66
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 34.7737
CPU time (s): 31.8532
CPU user time (s): 30.6173
CPU system time (s): 1.23581
CPU usage (%): 91.6012
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.6173
system time used= 1.23581
maximum resident set size= 1120376
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17922
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2840
involuntary context switches= 1567

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.270958 second user time and 0.288956 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-19 15:42:55
IDJOB=4109801
IDBENCH=78928
IDSOLVER=2552
FILE ID=node102/4109801-1466343774
RUNJOBID= node102-1466341826-21760
PBS_JOBID= 19922046
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900558739--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109801-1466343774/watcher-4109801-1466343774 -o /tmp/evaluation-result-4109801-1466343774/solver-4109801-1466343774 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1466341826-21760 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109801-1466343774.wbo

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

MD5SUM BENCH= 48958fa57d6f8cd954d04b46fdc5f897
RANDOM SEED=107852743

node102.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.746
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.49
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.746
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.746
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.56
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.746
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.746
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.746
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.746
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.746
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:        31280924 kB
Buffers:          172444 kB
Cached:           269876 kB
SwapCached:         2092 kB
Active:           332864 kB
Inactive:         326912 kB
Active(anon):     216768 kB
Inactive(anon):     3036 kB
Active(file):     116096 kB
Inactive(file):   323876 kB
Unevictable:      190484 kB
Mlocked:          190484 kB
SwapTotal:      67108856 kB
SwapFree:       67099272 kB
Dirty:              1864 kB
Writeback:             0 kB
AnonPages:        407176 kB
Mapped:            17068 kB
Shmem:                 0 kB
Slab:             611384 kB
SReclaimable:      54824 kB
SUnreclaim:       556560 kB
KernelStack:        1608 kB
PageTables:         5532 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     882612 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    169984 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= 71728 MiB
End job on node102 at 2016-06-19 15:43:29