Trace number 4109873

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 37.3283 38.2935

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900559676--soft-33-100-0.wbo
MD5SUM88fe2d235d496f5582f591254b27e0dd
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 benchmark63.8343
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 constraints1868
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 94981
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 94980
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 625
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.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-4109873-1466344500.wbo
0.10/0.11	c reading problem ... 
0.47/0.35	c ... done. Wall clock time 0.232s.
0.47/0.35	c declared #vars     231
0.47/0.35	c internal #vars     2099
0.47/0.35	c #constraints  2707
0.47/0.35	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.47/0.35	c constraints type 
0.47/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2599
0.47/0.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 5
0.47/0.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 85
0.47/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18
0.47/0.35	c 2707 constraints processed.
0.47/0.35	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.47/0.35	c constraints type 
0.47/0.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 85
0.47/0.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2599
0.47/0.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5
0.47/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18
0.47/0.35	c 2707 constraints processed.
0.47/0.35	c objective function length is 1868 literals
1.11/0.54	c And the winner is solver0
1.69/0.85	c SATISFIABLE
1.69/0.85	c OPTIMIZING...
1.69/0.85	c Got one! Elapsed wall clock time (in seconds):0.739
1.69/0.85	o 374
1.69/0.89	c And the winner is solver0
1.96/1.37	c Got one! Elapsed wall clock time (in seconds):1.258
1.96/1.37	o 199
2.04/1.41	c And the winner is solver0
2.09/1.88	c Got one! Elapsed wall clock time (in seconds):1.767
2.09/1.88	o 195
2.53/2.08	c And the winner is solver0
2.86/2.39	c Got one! Elapsed wall clock time (in seconds):2.275
2.86/2.39	o 186
3.15/2.55	c And the winner is solver1
3.30/2.90	c Got one! Elapsed wall clock time (in seconds):2.781
3.30/2.90	o 185
3.30/2.91	c And the winner is solver0
3.36/3.40	c Got one! Elapsed wall clock time (in seconds):3.286
3.36/3.40	o 131
3.37/3.41	c And the winner is solver0
3.37/3.91	c Got one! Elapsed wall clock time (in seconds):3.791
3.37/3.91	o 105
3.37/3.95	c And the winner is solver0
3.54/4.42	c Got one! Elapsed wall clock time (in seconds):4.304
3.54/4.42	o 103
3.54/4.45	c And the winner is solver0
3.63/4.92	c Got one! Elapsed wall clock time (in seconds):4.807
3.63/4.92	o 102
3.79/5.00	c And the winner is solver0
3.86/5.42	c Got one! Elapsed wall clock time (in seconds):5.31
3.86/5.42	o 101
4.01/5.52	c And the winner is solver0
4.11/5.93	c Got one! Elapsed wall clock time (in seconds):5.813
4.11/5.93	o 100
4.11/5.95	c And the winner is solver0
4.16/6.43	c Got one! Elapsed wall clock time (in seconds):6.316
4.16/6.43	o 97
4.31/6.51	c And the winner is solver0
4.35/6.93	c Got one! Elapsed wall clock time (in seconds):6.818
4.35/6.93	o 94
4.35/6.99	c And the winner is solver0
4.51/7.44	c Got one! Elapsed wall clock time (in seconds):7.322
4.51/7.44	o 93
4.51/7.48	c And the winner is solver0
4.61/7.94	c Got one! Elapsed wall clock time (in seconds):7.825
4.61/7.94	o 91
4.71/8.04	c And the winner is solver0
4.83/8.44	c Got one! Elapsed wall clock time (in seconds):8.328
4.83/8.44	o 86
4.93/8.56	c And the winner is solver0
5.09/8.95	c Got one! Elapsed wall clock time (in seconds):8.831
5.09/8.95	o 81
5.22/9.04	c And the winner is solver0
5.33/9.48	c Got one! Elapsed wall clock time (in seconds):9.363
5.33/9.48	o 71
5.76/9.75	c cleaning 5816 clauses out of 11637 with flag 11988/11637
5.76/9.79	c And the winner is solver0
6.01/9.98	c Got one! Elapsed wall clock time (in seconds):9.867
6.01/9.98	o 68
6.09/10.05	c And the winner is solver0
6.18/10.49	c Got one! Elapsed wall clock time (in seconds):10.372
6.18/10.49	o 67
6.19/10.51	c And the winner is solver0
6.23/10.99	c Got one! Elapsed wall clock time (in seconds):10.877
6.23/10.99	o 63
6.23/11.00	c And the winner is solver0
6.25/11.50	c Got one! Elapsed wall clock time (in seconds):11.383
6.25/11.50	o 62
6.25/11.52	c And the winner is solver0
6.31/12.00	c Got one! Elapsed wall clock time (in seconds):11.89
6.31/12.00	o 58
6.31/12.03	c And the winner is solver0
6.38/12.51	c Got one! Elapsed wall clock time (in seconds):12.396
6.38/12.51	o 55
6.38/12.55	c And the winner is solver0
6.55/13.02	c Got one! Elapsed wall clock time (in seconds):12.903
6.55/13.02	o 51
6.55/13.05	c And the winner is solver0
6.64/13.53	c Got one! Elapsed wall clock time (in seconds):13.41
6.64/13.53	o 50
6.81/13.62	c And the winner is solver0
6.88/14.05	c Got one! Elapsed wall clock time (in seconds):13.939
6.88/14.05	o 49
6.88/14.07	c And the winner is solver0
6.89/14.56	c Got one! Elapsed wall clock time (in seconds):14.446
6.89/14.56	o 48
6.89/14.58	c And the winner is solver0
6.92/15.07	c Got one! Elapsed wall clock time (in seconds):14.953
6.92/15.07	o 36
6.92/15.08	c And the winner is solver0
7.35/15.58	c Got one! Elapsed wall clock time (in seconds):15.46
7.35/15.58	o 35
7.35/15.60	c And the winner is solver0
7.40/16.08	c Got one! Elapsed wall clock time (in seconds):15.97
7.40/16.08	o 34
7.41/16.11	c And the winner is solver0
7.46/16.59	c Got one! Elapsed wall clock time (in seconds):16.479
7.46/16.59	o 32
7.47/16.61	c And the winner is solver0
15.21/23.93	c Got one! Elapsed wall clock time (in seconds):23.818
15.21/23.93	o 28
15.21/23.97	c And the winner is solver0
15.26/24.44	c Got one! Elapsed wall clock time (in seconds):24.33
15.26/24.44	o 12
16.01/24.86	c cleaning 6967 clauses out of 13936 with flag 29330/19752
17.03/25.33	c cleaning 6483 clauses out of 12969 with flag 72027/25752
17.26/25.49	c And the winner is solver0
17.48/25.96	c Got one! Elapsed wall clock time (in seconds):25.842
17.48/25.96	o 9
17.74/26.19	c cleaning 5932 clauses out of 11885 with flag 19874/31151
18.75/26.63	c cleaning 5973 clauses out of 11954 with flag 64844/37152
18.95/26.71	c And the winner is solver0
18.98/26.97	c Got one! Elapsed wall clock time (in seconds):26.859
18.98/26.97	o 8
19.41/27.30	c cleaning 5574 clauses out of 11176 with flag 30178/42347
20.45/27.79	c cleaning 5802 clauses out of 11607 with flag 80560/48352
20.85/27.94	c And the winner is solver0
20.85/27.99	c Got one! Elapsed wall clock time (in seconds):27.879
20.85/27.99	o 7
21.34/28.25	c cleaning 5410 clauses out of 10820 with flag 22137/53367
22.37/28.72	c cleaning 5699 clauses out of 11410 with flag 68309/59367
22.55/28.87	c And the winner is solver0
22.70/29.01	c Got one! Elapsed wall clock time (in seconds):28.9
22.70/29.01	o 6
22.70/29.08	c And the winner is solver0
22.84/29.54	c Got one! Elapsed wall clock time (in seconds):29.422
22.84/29.54	o 5
22.97/29.67	c And the winner is solver0
23.16/30.06	c Got one! Elapsed wall clock time (in seconds):29.945
23.16/30.06	o 4
23.41/30.22	c cleaning 5841 clauses out of 11682 with flag 13434/65338
24.41/30.71	c cleaning 5912 clauses out of 11839 with flag 66371/71336
25.41/31.29	c cleaning 6462 clauses out of 12929 with flag 126929/78338
26.82/31.96	c cleaning 7229 clauses out of 14464 with flag 192826/86336
27.21/32.13	c And the winner is solver0
27.33/32.58	c Got one! Elapsed wall clock time (in seconds):32.469
27.33/32.58	o 3
27.72/32.86	c cleaning 6195 clauses out of 12402 with flag 22127/91503
28.58/33.23	c And the winner is solver0
28.68/33.61	c Got one! Elapsed wall clock time (in seconds):33.499
28.68/33.61	o 1
28.82/33.73	c cleaning 5634 clauses out of 11301 with flag 7395/96597
29.42/34.09	c cleaning 5822 clauses out of 11668 with flag 45383/102598
30.22/34.48	c cleaning 6409 clauses out of 12845 with flag 83410/109598
31.22/34.91	c cleaning 7212 clauses out of 14435 with flag 127292/117597
32.62/35.62	c cleaning 8111 clauses out of 16223 with flag 185242/126598
33.83/36.23	c cleaning 9055 clauses out of 18110 with flag 236618/136597
35.29/36.91	c cleaning 10027 clauses out of 20057 with flag 285683/147599
36.09/37.38	c cleaning 11010 clauses out of 22022 with flag 327927/159597
36.89/37.80	c And the winner is solver0
37.16/38.28	c >>>>>>>>>> Solver number 0 (42 answers) <<<<<<<<<<<<<<<<<<
37.16/38.28	c starts		: 235
37.16/38.28	c conflicts		: 171874
37.16/38.28	c decisions		: 351104
37.16/38.28	c propagations		: 11815271
37.16/38.28	c inspects		: 150876246
37.16/38.28	c shortcuts		: 0
37.16/38.28	c learnt literals	: 22
37.16/38.28	c learnt binary clauses	: 210
37.16/38.28	c learnt ternary clauses	: 976
37.16/38.28	c learnt constraints	: 171851
37.16/38.28	c ignored constraints	: 0
37.16/38.28	c root simplifications	: 0
37.16/38.28	c removed literals (reason simplification)	: 769999
37.16/38.28	c reason swapping (by a shorter reason)	: 0
37.16/38.28	c Calls to reduceDB	: 22
37.16/38.28	c Number of update (reduction) of LBD	: 72372
37.16/38.28	c Imported unit clauses	: 0
37.16/38.28	c number of reductions to clauses (during analyze)	: 0
37.16/38.28	c number of learned constraints concerned by reduction	: 0
37.16/38.28	c number of learning phase by resolution	: 0
37.16/38.28	c number of learning phase by cutting planes	: 0
37.16/38.28	c speed (assignments/second)	: 333962.8310579723
37.16/38.28	c non guided choices	5100
37.16/38.28	c learnt constraints type 
37.16/38.28	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
37.16/38.28	c starts		: 60
37.16/38.28	c conflicts		: 2671
37.16/38.28	c decisions		: 61367
37.16/38.28	c propagations		: 209315
37.16/38.28	c inspects		: 24715387
37.16/38.28	c shortcuts		: 0
37.16/38.28	c learnt literals	: 0
37.16/38.28	c learnt binary clauses	: 0
37.16/38.28	c learnt ternary clauses	: 0
37.16/38.28	c learnt constraints	: 2655
37.16/38.28	c ignored constraints	: 0
37.16/38.28	c root simplifications	: 0
37.16/38.28	c removed literals (reason simplification)	: 0
37.16/38.28	c reason swapping (by a shorter reason)	: 0
37.16/38.28	c Calls to reduceDB	: 0
37.16/38.28	c Number of update (reduction) of LBD	: 0
37.16/38.28	c Imported unit clauses	: 0
37.16/38.28	c number of reductions to clauses (during analyze)	: 0
37.16/38.28	c number of learned constraints concerned by reduction	: 0
37.16/38.28	c number of learning phase by resolution	: 0
37.16/38.28	c number of learning phase by cutting planes	: 0
37.16/38.28	c speed (assignments/second)	: 45443.98610508033
37.16/38.28	c non guided choices	4171
37.16/38.28	c learnt constraints type 
37.16/38.28	s OPTIMUM FOUND
37.16/38.28	c Found 42 solution(s)
37.16/38.28	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 
37.16/38.28	c objective function=1
37.16/38.28	c Total wall clock time (in seconds): 38.167

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-4109873-1466344500/watcher-4109873-1466344500 -o /tmp/evaluation-result-4109873-1466344500/solver-4109873-1466344500 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466341810-28924 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4109873-1466344500.wbo 

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

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


[startup+0 s]
/proc/loadavg: 2.28 2.21 2.04 3/198 3209
/proc/meminfo: memFree=26253552/32872528 swapFree=1505436/1685308
[pid=3209] ppid=3206 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/3209/stat : 3209 (java) S 3206 3209 28908 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 36495905 98570240 977 33554432000 1073741824 1073778376 140735070776464 140735070767600 215127982141 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3209/statm: 24065 977 743 9 0 16771 0
[pid=3209/tid=3210] ppid=3206 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3210/stat : 3210 (java) R 3206 3209 28908 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 36495906 98570240 977 33554432000 1073741824 1073778376 140735070776464 140219669503528 215124624768 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100114 s]
/proc/loadavg: 2.28 2.21 2.04 3/198 3209
/proc/meminfo: memFree=26253552/32872528 swapFree=1505436/1685308
[pid=3209] ppid=3206 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/3209/stat : 3209 (java) S 3206 3209 28908 0 -1 4202496 4419 0 1 0 9 1 0 0 20 0 18 0 36495905 9787879424 6050 33554432000 1073741824 1073778376 140735070776464 140735070767600 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3209/statm: 2389619 6050 2126 9 0 2380296 0
[pid=3209/tid=3210] ppid=3206 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/3209/task/3210/stat : 3210 (java) R 3206 3209 28908 0 -1 4202560 2385 0 1 0 7 0 0 0 20 0 18 0 36495906 9787879424 6050 33554432000 1073741824 1073778376 140735070776464 140219669506976 140219676935992 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200313 s]
/proc/loadavg: 2.28 2.21 2.04 3/198 3209
/proc/meminfo: memFree=26253552/32872528 swapFree=1505436/1685308
[pid=3209] ppid=3206 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/3209/stat : 3209 (java) S 3206 3209 28908 0 -1 4202496 4705 0 1 0 23 1 0 0 20 0 18 0 36495905 9787879424 6823 33554432000 1073741824 1073778376 140735070776464 140735070767600 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3209/statm: 2389619 6823 2198 9 0 2380296 0
[pid=3209/tid=3210] ppid=3206 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/3209/task/3210/stat : 3210 (java) R 3206 3209 28908 0 -1 4202560 2398 0 1 0 16 1 0 0 20 0 18 0 36495906 9787879424 6823 33554432000 1073741824 1073778376 140735070776464 140219669506976 140219491934928 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300262 s]
/proc/loadavg: 2.28 2.21 2.04 3/198 3209
/proc/meminfo: memFree=26253552/32872528 swapFree=1505436/1685308
[pid=3209] ppid=3206 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/3209/stat : 3209 (java) S 3206 3209 28908 0 -1 4202496 5592 0 1 0 46 1 0 0 20 0 18 0 36495905 9787879424 8418 33554432000 1073741824 1073778376 140735070776464 140735070767600 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3209/statm: 2389619 8418 2231 9 0 2380296 0
[pid=3209/tid=3210] ppid=3206 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/3209/task/3210/stat : 3210 (java) R 3206 3209 28908 0 -1 4202560 2400 0 1 0 26 1 0 0 20 0 18 0 36495906 9787879424 8418 33554432000 1073741824 1073778376 140735070776464 140219669506976 215127997496 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700212 s]
/proc/loadavg: 2.28 2.21 2.04 3/198 3209
/proc/meminfo: memFree=26253552/32872528 swapFree=1505436/1685308
[pid=3209] ppid=3206 vsize=9824732 CPUtime=1.63 cores=0,2,4,6
/proc/3209/stat : 3209 (java) S 3206 3209 28908 0 -1 4202496 14849 0 1 0 158 5 0 0 20 0 19 0 36495905 10060525568 15791 33554432000 1073741824 1073778376 140735070776464 140735070767600 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3209/statm: 2456183 15791 2263 9 0 2446860 0
[pid=3209/tid=3210] ppid=3206 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/3209/task/3210/stat : 3210 (java) S 3206 3209 28908 0 -1 4202560 2416 0 1 0 32 1 0 0 20 0 19 0 36495906 10060525568 15791 33554432000 1073741824 1073778376 140735070776464 140219669508984 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 9824732

[startup+1.50085 s]
/proc/loadavg: 2.28 2.21 2.04 2/217 3234
/proc/meminfo: memFree=26191460/32872528 swapFree=1505436/1685308
[pid=3209] ppid=3206 vsize=9824732 CPUtime=2.09 cores=0,2,4,6
/proc/3209/stat : 3209 (java) S 3206 3209 28908 0 -1 4202496 16527 0 1 0 200 9 0 0 20 0 19 0 36495905 10060525568 19074 33554432000 1073741824 1073778376 140735070776464 140735070767600 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3209/statm: 2456183 19074 2267 9 0 2446860 0
[pid=3209/tid=3210] ppid=3206 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/3209/task/3210/stat : 3210 (java) S 3206 3209 28908 0 -1 4202560 2417 0 1 0 35 1 0 0 20 0 19 0 36495906 10060525568 19074 33554432000 1073741824 1073778376 140735070776464 140219669508984 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3209/tid=3212] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3212/stat : 3212 (java) S 3206 3209 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36495906 10060525568 19074 33554432000 1073741824 1073778376 140735070776464 140219631000488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3209/tid=3213] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3213/stat : 3213 (java) S 3206 3209 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36495906 10060525568 19074 33554432000 1073741824 1073778376 140735070776464 140219629947944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3209/tid=3214] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3214/stat : 3214 (java) S 3206 3209 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36495906 10060525568 19074 33554432000 1073741824 1073778376 140735070776464 140219628894888 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3209/tid=3215] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3215/stat : 3215 (java) S 3206 3209 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36495906 10060525568 19074 33554432000 1073741824 1073778376 140735070776464 140219627842344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3209/tid=3216] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3216/stat : 3216 (java) S 3206 3209 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36495906 10060525568 19074 33554432000 1073741824 1073778376 140735070776464 140219626789288 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3209/tid=3217] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3217/stat : 3217 (java) S 3206 3209 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36495906 10060525568 19074 33554432000 1073741824 1073778376 140735070776464 140219625736744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3209/tid=3218] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3218/stat : 3218 (java) S 3206 3209 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36495906 10060525568 19074 33554432000 1073741824 1073778376 140735070776464 140219624683688 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3209/tid=3219] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3219/stat : 3219 (java) S 3206 3209 28908 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36495906 10060525568 19074 33554432000 1073741824 1073778376 140735070776464 140219623631144 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3209/tid=3220] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3220/stat : 3220 (java) S 3206 3209 28908 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36495907 10060525568 19074 33554432000 1073741824 1073778376 140735070776464 140219611220840 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3209/tid=3221] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3221/stat : 3221 (java) S 3206 3209 28908 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36495908 10060525568 19074 33554432000 1073741824 1073778376 140735070776464 140219491805048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3209/tid=3222] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3222/stat : 3222 (java) S 3206 3209 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36495908 10060525568 19074 33554432000 1073741824 1073778376 140735070776464 140219490751880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3209/tid=3223] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3223/stat : 3223 (java) S 3206 3209 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36495910 10060525568 19074 33554432000 1073741824 1073778376 140735070776464 140219489700624 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3209/tid=3224] ppid=3206 vsize=9824732 CPUtime=0.57 cores=0,2,4,6
/proc/3209/task/3224/stat : 3224 (java) S 3206 3209 28908 0 -1 4202560 5927 0 0 0 57 0 0 0 20 0 19 0 36495910 10060525568 19074 33554432000 1073741824 1073778376 140735070776464 140219488647480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3209/tid=3225] ppid=3206 vsize=9824732 CPUtime=0.61 cores=0,2,4,6
/proc/3209/task/3225/stat : 3225 (java) S 3206 3209 28908 0 -1 4202560 6830 0 0 0 60 1 0 0 20 0 19 0 36495910 10060525568 19074 33554432000 1073741824 1073778376 140735070776464 140219487594936 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3209/tid=3226] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3226/stat : 3226 (java) S 3206 3209 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36495910 10060525568 19074 33554432000 1073741824 1073778376 140735070776464 140219486542072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3209/tid=3227] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3227/stat : 3227 (java) S 3206 3209 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36495910 10060525568 19074 33554432000 1073741824 1073778376 140735070776464 140219485489736 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3209/tid=3231] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3231/stat : 3231 (java) S 3206 3209 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36495942 10060525568 19074 33554432000 1073741824 1073778376 140735070776464 140219481277864 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 9824732

[startup+3.10086 s]
/proc/loadavg: 2.28 2.21 2.04 2/217 3240
/proc/meminfo: memFree=26154208/32872528 swapFree=1505436/1685308
[pid=3209] ppid=3206 vsize=9824732 CPUtime=3.36 cores=0,2,4,6
/proc/3209/stat : 3209 (java) S 3206 3209 28908 0 -1 4202496 16778 0 1 0 322 14 0 0 20 0 19 0 36495905 10060525568 40590 33554432000 1073741824 1073778376 140735070776464 140735070767600 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3209/statm: 2456183 40590 2270 9 0 2446860 0
[pid=3209/tid=3210] ppid=3206 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/3209/task/3210/stat : 3210 (java) S 3206 3209 28908 0 -1 4202560 2420 0 1 0 37 1 0 0 20 0 19 0 36495906 10060525568 40590 33554432000 1073741824 1073778376 140735070776464 140219669508984 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3209/tid=3212] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3212/stat : 3212 (java) S 3206 3209 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36495906 10060525568 40590 33554432000 1073741824 1073778376 140735070776464 140219631000488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3209/tid=3213] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3213/stat : 3213 (java) S 3206 3209 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36495906 10060525568 40590 33554432000 1073741824 1073778376 140735070776464 140219629947944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3209/tid=3214] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3214/stat : 3214 (java) S 3206 3209 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36495906 10060525568 40590 33554432000 1073741824 1073778376 140735070776464 140219628894888 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3209/tid=3215] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3215/stat : 3215 (java) S 3206 3209 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36495906 10060525568 40590 33554432000 1073741824 1073778376 140735070776464 140219627842344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3209/tid=3216] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3216/stat : 3216 (java) S 3206 3209 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36495906 10060525568 40590 33554432000 1073741824 1073778376 140735070776464 140219626789288 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3209/tid=3217] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3217/stat : 3217 (java) S 3206 3209 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36495906 10060525568 40590 33554432000 1073741824 1073778376 140735070776464 140219625736744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3209/tid=3218] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3218/stat : 3218 (java) S 3206 3209 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36495906 10060525568 40590 33554432000 1073741824 1073778376 140735070776464 140219624683688 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3209/tid=3219] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3219/stat : 3219 (java) S 3206 3209 28908 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36495906 10060525568 40590 33554432000 1073741824 1073778376 140735070776464 140219623631144 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3209/tid=3220] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3220/stat : 3220 (java) S 3206 3209 28908 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36495907 10060525568 40590 33554432000 1073741824 1073778376 140735070776464 140219611220840 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3209/tid=3221] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3221/stat : 3221 (java) S 3206 3209 28908 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36495908 10060525568 40590 33554432000 1073741824 1073778376 140735070776464 140219491805048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3209/tid=3222] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3222/stat : 3222 (java) S 3206 3209 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36495908 10060525568 40590 33554432000 1073741824 1073778376 140735070776464 140219490751880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3209/tid=3223] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3223/stat : 3223 (java) S 3206 3209 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36495910 10060525568 40590 33554432000 1073741824 1073778376 140735070776464 140219489700624 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3209/tid=3224] ppid=3206 vsize=9824732 CPUtime=0.8 cores=0,2,4,6
/proc/3209/task/3224/stat : 3224 (java) S 3206 3209 28908 0 -1 4202560 6111 0 0 0 80 0 0 0 20 0 19 0 36495910 10060525568 40590 33554432000 1073741824 1073778376 140735070776464 140219488647480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3209/tid=3225] ppid=3206 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/3209/task/3225/stat : 3225 (java) S 3206 3209 28908 0 -1 4202560 6832 0 0 0 88 1 0 0 20 0 19 0 36495910 10060525568 40590 33554432000 1073741824 1073778376 140735070776464 140219487594936 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3209/tid=3226] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3226/stat : 3226 (java) S 3206 3209 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36495910 10060525568 40590 33554432000 1073741824 1073778376 140735070776464 140219486542072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3209/tid=3227] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3227/stat : 3227 (java) S 3206 3209 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36495910 10060525568 40590 33554432000 1073741824 1073778376 140735070776464 140219485489736 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.36
Current children cumulated vsize (KiB) 9824732

[startup+6.30083 s]
/proc/loadavg: 2.58 2.27 2.06 4/220 3261
/proc/meminfo: memFree=26082808/32872528 swapFree=1505436/1685308
[pid=3209] ppid=3206 vsize=9824732 CPUtime=4.16 cores=0,2,4,6
/proc/3209/stat : 3209 (java) S 3206 3209 28908 0 -1 4202496 17150 0 1 0 390 26 0 0 20 0 19 0 36495905 10060525568 44482 33554432000 1073741824 1073778376 140735070776464 140735070767600 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3209/statm: 2456183 44482 2283 9 0 2446860 0
[pid=3209/tid=3210] ppid=3206 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/3209/task/3210/stat : 3210 (java) S 3206 3209 28908 0 -1 4202560 2422 0 1 0 38 2 0 0 20 0 19 0 36495906 10060525568 44482 33554432000 1073741824 1073778376 140735070776464 140219669508984 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3209/tid=3212] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3212/stat : 3212 (java) S 3206 3209 28908 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36495906 10060525568 44482 33554432000 1073741824 1073778376 140735070776464 140219631000488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3209/tid=3213] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3213/stat : 3213 (java) S 3206 3209 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36495906 10060525568 44482 33554432000 1073741824 1073778376 140735070776464 140219629947944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3209/tid=3214] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3214/stat : 3214 (java) S 3206 3209 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36495906 10060525568 44482 33554432000 1073741824 1073778376 140735070776464 140219628894888 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3209/tid=3215] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3215/stat : 3215 (java) S 3206 3209 28908 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 36495906 10060525568 44482 33554432000 1073741824 1073778376 140735070776464 140219627842344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3209/tid=3216] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3216/stat : 3216 (java) S 3206 3209 28908 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36495906 10060525568 44482 33554432000 1073741824 1073778376 140735070776464 140219626789288 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3209/tid=3217] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3217/stat : 3217 (java) S 3206 3209 28908 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 36495906 10060525568 44482 33554432000 1073741824 1073778376 140735070776464 140219625736744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3209/tid=3218] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3218/stat : 3218 (java) S 3206 3209 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36495906 10060525568 44482 33554432000 1073741824 1073778376 140735070776464 140219624683688 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3209/tid=3219] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3219/stat : 3219 (java) S 3206 3209 28908 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36495906 10060525568 44482 33554432000 1073741824 1073778376 140735070776464 140219623631144 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3209/tid=3220] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3220/stat : 3220 (java) S 3206 3209 28908 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 36495907 10060525568 44482 33554432000 1073741824 1073778376 140735070776464 140219611220840 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3209/tid=3221] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3221/stat : 3221 (java) S 3206 3209 28908 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36495908 10060525568 44482 33554432000 1073741824 1073778376 140735070776464 140219491805048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3209/tid=3222] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3222/stat : 3222 (java) S 3206 3209 28908 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36495908 10060525568 44482 33554432000 1073741824 1073778376 140735070776464 140219490751880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3209/tid=3223] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3223/stat : 3223 (java) S 3206 3209 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36495910 10060525568 44482 33554432000 1073741824 1073778376 140735070776464 140219489700624 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3209/tid=3224] ppid=3206 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/3209/task/3224/stat : 3224 (java) S 3206 3209 28908 0 -1 4202560 6380 0 0 0 94 0 0 0 20 0 19 0 36495910 10060525568 44482 33554432000 1073741824 1073778376 140735070776464 140219488647480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3209/tid=3225] ppid=3206 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/3209/task/3225/stat : 3225 (java) S 3206 3209 28908 0 -1 4202560 6833 0 0 0 93 1 0 0 20 0 19 0 36495910 10060525568 44482 33554432000 1073741824 1073778376 140735070776464 140219487594936 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3209/tid=3226] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6

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

/proc/3209/task/3224/stat : 3224 (java) S 3206 3209 28908 0 -1 4202560 8645 0 0 0 124 2 0 0 20 0 22 0 36495910 10060525568 287962 33554432000 1073741824 1073778376 140735070776464 140219488647480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3209/tid=3225] ppid=3206 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/3209/task/3225/stat : 3225 (java) S 3206 3209 28908 0 -1 4202560 6842 0 0 0 110 1 0 0 20 0 22 0 36495910 10060525568 287962 33554432000 1073741824 1073778376 140735070776464 140219487594936 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3209/tid=3226] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3226/stat : 3226 (java) S 3206 3209 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36495910 10060525568 287962 33554432000 1073741824 1073778376 140735070776464 140219486542072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3209/tid=3227] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3227/stat : 3227 (java) S 3206 3209 28908 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 36495910 10060525568 287962 33554432000 1073741824 1073778376 140735070776464 140219485489736 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3209/tid=3246] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3246/stat : 3246 (java) S 3206 3209 28908 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 36496195 10060525568 287962 33554432000 1073741824 1073778376 140735070776464 140219481277736 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3209/tid=3353] ppid=3206 vsize=9824732 CPUtime=3.1 cores=0,2,4,6
/proc/3209/task/3353/stat : 3353 (java) R 3206 3209 28908 0 -1 4202560 3 0 0 0 310 0 0 0 20 0 22 0 36499270 10060525568 287962 33554432000 1073741824 1073778376 140735070776464 140219483380496 140219492595046 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3209/tid=3354] ppid=3206 vsize=9824732 CPUtime=3.09 cores=0,2,4,6
/proc/3209/task/3354/stat : 3354 (java) R 3206 3209 28908 0 -1 4202560 9 0 0 0 309 0 0 0 20 0 22 0 36499270 10060525568 287962 33554432000 1073741824 1073778376 140735070776464 140219482328208 140219492611818 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3209/tid=3355] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3355/stat : 3355 (java) S 3206 3209 28908 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 36499273 10060525568 287962 33554432000 1073741824 1073778376 140735070776464 140219484435368 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 35.09
Current children cumulated vsize (KiB) 9824732

[startup+37.601 s]
/proc/loadavg: 2.30 2.23 2.06 4/220 3355
/proc/meminfo: memFree=25106672/32872528 swapFree=1505436/1685308
[pid=3209] ppid=3206 vsize=9824732 CPUtime=36.68 cores=0,2,4,6
/proc/3209/stat : 3209 (java) S 3206 3209 28908 0 -1 4202496 21522 0 1 0 3553 115 0 0 20 0 22 0 36495905 10060525568 287962 33554432000 1073741824 1073778376 140735070776464 140735070767600 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3209/statm: 2456183 287962 2288 9 0 2446860 0
[pid=3209/tid=3210] ppid=3206 vsize=9824732 CPUtime=0.72 cores=0,2,4,6
/proc/3209/task/3210/stat : 3210 (java) S 3206 3209 28908 0 -1 4202560 2437 0 1 0 70 2 0 0 20 0 22 0 36495906 10060525568 287962 33554432000 1073741824 1073778376 140735070776464 140219669508984 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3209/tid=3212] ppid=3206 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/3209/task/3212/stat : 3212 (java) S 3206 3209 28908 0 -1 4202560 67 0 0 0 14 4 0 0 20 0 22 0 36495906 10060525568 287962 33554432000 1073741824 1073778376 140735070776464 140219631000488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3209/tid=3213] ppid=3206 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/3209/task/3213/stat : 3213 (java) S 3206 3209 28908 0 -1 4202560 36 0 0 0 13 2 0 0 20 0 22 0 36495906 10060525568 287962 33554432000 1073741824 1073778376 140735070776464 140219629947944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3209/tid=3214] ppid=3206 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/3209/task/3214/stat : 3214 (java) S 3206 3209 28908 0 -1 4202560 51 0 0 0 15 3 0 0 20 0 22 0 36495906 10060525568 287962 33554432000 1073741824 1073778376 140735070776464 140219628894888 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3209/tid=3215] ppid=3206 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/3209/task/3215/stat : 3215 (java) S 3206 3209 28908 0 -1 4202560 56 0 0 0 15 3 0 0 20 0 22 0 36495906 10060525568 287962 33554432000 1073741824 1073778376 140735070776464 140219627842344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3209/tid=3216] ppid=3206 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/3209/task/3216/stat : 3216 (java) S 3206 3209 28908 0 -1 4202560 35 0 0 0 10 3 0 0 20 0 22 0 36495906 10060525568 287962 33554432000 1073741824 1073778376 140735070776464 140219626789288 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3209/tid=3217] ppid=3206 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/3209/task/3217/stat : 3217 (java) S 3206 3209 28908 0 -1 4202560 57 0 0 0 13 3 0 0 20 0 22 0 36495906 10060525568 287962 33554432000 1073741824 1073778376 140735070776464 140219625736744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3209/tid=3218] ppid=3206 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/3209/task/3218/stat : 3218 (java) S 3206 3209 28908 0 -1 4202560 46 0 0 0 10 3 0 0 20 0 22 0 36495906 10060525568 287962 33554432000 1073741824 1073778376 140735070776464 140219624683688 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3209/tid=3219] ppid=3206 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/3209/task/3219/stat : 3219 (java) S 3206 3209 28908 0 -1 4202560 43 0 0 0 12 2 0 0 20 0 22 0 36495906 10060525568 287962 33554432000 1073741824 1073778376 140735070776464 140219623631144 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3209/tid=3220] ppid=3206 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/3209/task/3220/stat : 3220 (java) S 3206 3209 28908 0 -1 4202560 798 0 0 0 1 5 0 0 20 0 22 0 36495907 10060525568 287962 33554432000 1073741824 1073778376 140735070776464 140219611220840 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3209/tid=3221] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3221/stat : 3221 (java) S 3206 3209 28908 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 36495908 10060525568 287962 33554432000 1073741824 1073778376 140735070776464 140219491805048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3209/tid=3222] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3222/stat : 3222 (java) S 3206 3209 28908 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 22 0 36495908 10060525568 287962 33554432000 1073741824 1073778376 140735070776464 140219490751880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3209/tid=3223] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3223/stat : 3223 (java) S 3206 3209 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36495910 10060525568 287962 33554432000 1073741824 1073778376 140735070776464 140219489700624 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3209/tid=3224] ppid=3206 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/3209/task/3224/stat : 3224 (java) S 3206 3209 28908 0 -1 4202560 8645 0 0 0 124 2 0 0 20 0 22 0 36495910 10060525568 287962 33554432000 1073741824 1073778376 140735070776464 140219488647480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3209/tid=3225] ppid=3206 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/3209/task/3225/stat : 3225 (java) S 3206 3209 28908 0 -1 4202560 6842 0 0 0 110 1 0 0 20 0 22 0 36495910 10060525568 287962 33554432000 1073741824 1073778376 140735070776464 140219487594936 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3209/tid=3226] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3226/stat : 3226 (java) S 3206 3209 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36495910 10060525568 287962 33554432000 1073741824 1073778376 140735070776464 140219486542072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3209/tid=3227] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3227/stat : 3227 (java) S 3206 3209 28908 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 36495910 10060525568 287962 33554432000 1073741824 1073778376 140735070776464 140219485489736 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3209/tid=3246] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3246/stat : 3246 (java) S 3206 3209 28908 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 36496195 10060525568 287962 33554432000 1073741824 1073778376 140735070776464 140219481277736 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3209/tid=3353] ppid=3206 vsize=9824732 CPUtime=3.89 cores=0,2,4,6
/proc/3209/task/3353/stat : 3353 (java) R 3206 3209 28908 0 -1 4202560 4 0 0 0 389 0 0 0 20 0 22 0 36499270 10060525568 287962 33554432000 1073741824 1073778376 140735070776464 140219483373568 140219492476278 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3209/tid=3354] ppid=3206 vsize=9824732 CPUtime=3.88 cores=0,2,4,6
/proc/3209/task/3354/stat : 3354 (java) R 3206 3209 28908 0 -1 4202560 9 0 0 0 388 0 0 0 20 0 22 0 36499270 10060525568 287962 33554432000 1073741824 1073778376 140735070776464 140219482326760 140219492569103 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3209/tid=3355] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3355/stat : 3355 (java) S 3206 3209 28908 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 36499273 10060525568 287962 33554432000 1073741824 1073778376 140735070776464 140219484435368 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 36.68
Current children cumulated vsize (KiB) 9824732

[startup+38.0009 s]
/proc/loadavg: 2.30 2.23 2.06 4/220 3355
/proc/meminfo: memFree=25106672/32872528 swapFree=1505436/1685308
[pid=3209] ppid=3206 vsize=9824732 CPUtime=37.09 cores=0,2,4,6
/proc/3209/stat : 3209 (java) S 3206 3209 28908 0 -1 4202496 21523 0 1 0 3592 117 0 0 20 0 19 0 36495905 10060525568 287954 33554432000 1073741824 1073778376 140735070776464 140735070767600 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3209/statm: 2456183 287954 2288 9 0 2446860 0
[pid=3209/tid=3210] ppid=3206 vsize=9824732 CPUtime=0.72 cores=0,2,4,6
/proc/3209/task/3210/stat : 3210 (java) S 3206 3209 28908 0 -1 4202560 2437 0 1 0 70 2 0 0 20 0 19 0 36495906 10060525568 287954 33554432000 1073741824 1073778376 140735070776464 140219669508984 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3209/tid=3212] ppid=3206 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/3209/task/3212/stat : 3212 (java) S 3206 3209 28908 0 -1 4202560 67 0 0 0 14 4 0 0 20 0 19 0 36495906 10060525568 287954 33554432000 1073741824 1073778376 140735070776464 140219631000488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3209/tid=3213] ppid=3206 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/3209/task/3213/stat : 3213 (java) S 3206 3209 28908 0 -1 4202560 36 0 0 0 13 2 0 0 20 0 19 0 36495906 10060525568 287954 33554432000 1073741824 1073778376 140735070776464 140219629947944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3209/tid=3214] ppid=3206 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/3209/task/3214/stat : 3214 (java) S 3206 3209 28908 0 -1 4202560 51 0 0 0 15 3 0 0 20 0 19 0 36495906 10060525568 287954 33554432000 1073741824 1073778376 140735070776464 140219628894888 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3209/tid=3215] ppid=3206 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/3209/task/3215/stat : 3215 (java) S 3206 3209 28908 0 -1 4202560 56 0 0 0 15 3 0 0 20 0 19 0 36495906 10060525568 287954 33554432000 1073741824 1073778376 140735070776464 140219627842344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3209/tid=3216] ppid=3206 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/3209/task/3216/stat : 3216 (java) S 3206 3209 28908 0 -1 4202560 35 0 0 0 10 3 0 0 20 0 19 0 36495906 10060525568 287954 33554432000 1073741824 1073778376 140735070776464 140219626789288 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3209/tid=3217] ppid=3206 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/3209/task/3217/stat : 3217 (java) S 3206 3209 28908 0 -1 4202560 57 0 0 0 13 3 0 0 20 0 19 0 36495906 10060525568 287954 33554432000 1073741824 1073778376 140735070776464 140219625736744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3209/tid=3218] ppid=3206 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/3209/task/3218/stat : 3218 (java) S 3206 3209 28908 0 -1 4202560 46 0 0 0 10 3 0 0 20 0 19 0 36495906 10060525568 287954 33554432000 1073741824 1073778376 140735070776464 140219624683688 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3209/tid=3219] ppid=3206 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/3209/task/3219/stat : 3219 (java) S 3206 3209 28908 0 -1 4202560 43 0 0 0 12 2 0 0 20 0 19 0 36495906 10060525568 287954 33554432000 1073741824 1073778376 140735070776464 140219623631144 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3209/tid=3220] ppid=3206 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/3209/task/3220/stat : 3220 (java) S 3206 3209 28908 0 -1 4202560 798 0 0 0 1 5 0 0 20 0 19 0 36495907 10060525568 287954 33554432000 1073741824 1073778376 140735070776464 140219611220840 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3209/tid=3221] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3221/stat : 3221 (java) S 3206 3209 28908 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36495908 10060525568 287954 33554432000 1073741824 1073778376 140735070776464 140219491805048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3209/tid=3222] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3222/stat : 3222 (java) S 3206 3209 28908 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 19 0 36495908 10060525568 287954 33554432000 1073741824 1073778376 140735070776464 140219490751880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3209/tid=3223] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3223/stat : 3223 (java) S 3206 3209 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36495910 10060525568 287954 33554432000 1073741824 1073778376 140735070776464 140219489700624 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3209/tid=3224] ppid=3206 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/3209/task/3224/stat : 3224 (java) S 3206 3209 28908 0 -1 4202560 8645 0 0 0 124 2 0 0 20 0 19 0 36495910 10060525568 287954 33554432000 1073741824 1073778376 140735070776464 140219488647480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3209/tid=3225] ppid=3206 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/3209/task/3225/stat : 3225 (java) S 3206 3209 28908 0 -1 4202560 6842 0 0 0 110 1 0 0 20 0 19 0 36495910 10060525568 287954 33554432000 1073741824 1073778376 140735070776464 140219487594936 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3209/tid=3226] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3226/stat : 3226 (java) S 3206 3209 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36495910 10060525568 287954 33554432000 1073741824 1073778376 140735070776464 140219486542072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3209/tid=3227] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3227/stat : 3227 (java) S 3206 3209 28908 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36495910 10060525568 287954 33554432000 1073741824 1073778376 140735070776464 140219485489736 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3209/tid=3246] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3246/stat : 3246 (java) S 3206 3209 28908 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36496195 10060525568 287954 33554432000 1073741824 1073778376 140735070776464 140219481277736 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 37.09
Current children cumulated vsize (KiB) 9824732

[startup+38.2008 s]
/proc/loadavg: 2.30 2.23 2.06 4/220 3355
/proc/meminfo: memFree=25106672/32872528 swapFree=1505436/1685308
[pid=3209] ppid=3206 vsize=9824732 CPUtime=37.15 cores=0,2,4,6
/proc/3209/stat : 3209 (java) S 3206 3209 28908 0 -1 4202496 21523 0 1 0 3598 117 0 0 20 0 19 0 36495905 10060525568 287954 33554432000 1073741824 1073778376 140735070776464 140735070767600 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3209/statm: 2456183 287954 2288 9 0 2446860 0
[pid=3209/tid=3210] ppid=3206 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/3209/task/3210/stat : 3210 (java) R 3206 3209 28908 0 -1 4202560 2437 0 1 0 75 2 0 0 20 0 19 0 36495906 10060525568 287954 33554432000 1073741824 1073778376 140735070776464 140219669508984 140219492569043 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3209/tid=3212] ppid=3206 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/3209/task/3212/stat : 3212 (java) S 3206 3209 28908 0 -1 4202560 67 0 0 0 14 4 0 0 20 0 19 0 36495906 10060525568 287954 33554432000 1073741824 1073778376 140735070776464 140219631000488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3209/tid=3213] ppid=3206 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/3209/task/3213/stat : 3213 (java) S 3206 3209 28908 0 -1 4202560 36 0 0 0 13 2 0 0 20 0 19 0 36495906 10060525568 287954 33554432000 1073741824 1073778376 140735070776464 140219629947944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3209/tid=3214] ppid=3206 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/3209/task/3214/stat : 3214 (java) S 3206 3209 28908 0 -1 4202560 51 0 0 0 15 3 0 0 20 0 19 0 36495906 10060525568 287954 33554432000 1073741824 1073778376 140735070776464 140219628894888 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3209/tid=3215] ppid=3206 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/3209/task/3215/stat : 3215 (java) S 3206 3209 28908 0 -1 4202560 56 0 0 0 15 3 0 0 20 0 19 0 36495906 10060525568 287954 33554432000 1073741824 1073778376 140735070776464 140219627842344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3209/tid=3216] ppid=3206 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/3209/task/3216/stat : 3216 (java) S 3206 3209 28908 0 -1 4202560 35 0 0 0 10 3 0 0 20 0 19 0 36495906 10060525568 287954 33554432000 1073741824 1073778376 140735070776464 140219626789288 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3209/tid=3217] ppid=3206 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/3209/task/3217/stat : 3217 (java) S 3206 3209 28908 0 -1 4202560 57 0 0 0 13 3 0 0 20 0 19 0 36495906 10060525568 287954 33554432000 1073741824 1073778376 140735070776464 140219625736744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3209/tid=3218] ppid=3206 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/3209/task/3218/stat : 3218 (java) S 3206 3209 28908 0 -1 4202560 46 0 0 0 10 3 0 0 20 0 19 0 36495906 10060525568 287954 33554432000 1073741824 1073778376 140735070776464 140219624683688 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3209/tid=3219] ppid=3206 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/3209/task/3219/stat : 3219 (java) S 3206 3209 28908 0 -1 4202560 43 0 0 0 12 2 0 0 20 0 19 0 36495906 10060525568 287954 33554432000 1073741824 1073778376 140735070776464 140219623631144 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3209/tid=3220] ppid=3206 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/3209/task/3220/stat : 3220 (java) S 3206 3209 28908 0 -1 4202560 798 0 0 0 1 5 0 0 20 0 19 0 36495907 10060525568 287954 33554432000 1073741824 1073778376 140735070776464 140219611220840 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3209/tid=3221] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3221/stat : 3221 (java) S 3206 3209 28908 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36495908 10060525568 287954 33554432000 1073741824 1073778376 140735070776464 140219491805048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3209/tid=3222] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3222/stat : 3222 (java) S 3206 3209 28908 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 19 0 36495908 10060525568 287954 33554432000 1073741824 1073778376 140735070776464 140219490751880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3209/tid=3223] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3223/stat : 3223 (java) S 3206 3209 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36495910 10060525568 287954 33554432000 1073741824 1073778376 140735070776464 140219489700624 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3209/tid=3224] ppid=3206 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/3209/task/3224/stat : 3224 (java) S 3206 3209 28908 0 -1 4202560 8645 0 0 0 124 2 0 0 20 0 19 0 36495910 10060525568 287954 33554432000 1073741824 1073778376 140735070776464 140219488647480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3209/tid=3225] ppid=3206 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/3209/task/3225/stat : 3225 (java) S 3206 3209 28908 0 -1 4202560 6842 0 0 0 111 1 0 0 20 0 19 0 36495910 10060525568 287954 33554432000 1073741824 1073778376 140735070776464 140219487594936 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3209/tid=3226] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3226/stat : 3226 (java) S 3206 3209 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36495910 10060525568 287954 33554432000 1073741824 1073778376 140735070776464 140219486542072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3209/tid=3227] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3227/stat : 3227 (java) S 3206 3209 28908 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36495910 10060525568 287954 33554432000 1073741824 1073778376 140735070776464 140219485489736 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3209/tid=3246] ppid=3206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3209/task/3246/stat : 3246 (java) S 3206 3209 28908 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36496195 10060525568 287954 33554432000 1073741824 1073778376 140735070776464 140219481277736 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 37.15
Current children cumulated vsize (KiB) 9824732

Child status: 30

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.0100002
#  lost CPU user time (s): 0.0100002
#  lost CPU system time (s): 0

Real time (s): 38.2935
CPU time (s): 37.3283
CPU user time (s): 36.0055
CPU system time (s): 1.3228
CPU usage (%): 97.4795
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.9955
system time used= 1.3228
maximum resident set size= 1151848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21535
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= 2888
involuntary context switches= 2477

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.200969 second user time and 0.244962 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-19 15:55:00
IDJOB=4109873
IDBENCH=78952
IDSOLVER=2552
FILE ID=node135/4109873-1466344500
RUNJOBID= node135-1466341810-28924
PBS_JOBID= 19922018
Free space on /tmp= 71704 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.1900559676--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109873-1466344500/watcher-4109873-1466344500 -o /tmp/evaluation-result-4109873-1466344500/solver-4109873-1466344500 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466341810-28924 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109873-1466344500.wbo

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

MD5SUM BENCH= 88fe2d235d496f5582f591254b27e0dd
RANDOM SEED=633287270

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

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

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.004
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.004
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		: 2667.004
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:        26253444 kB
Buffers:          191688 kB
Cached:           279728 kB
SwapCached:          772 kB
Active:          3844272 kB
Inactive:         334676 kB
Active(anon):    3706716 kB
Inactive(anon):     2792 kB
Active(file):     137556 kB
Inactive(file):   331884 kB
Unevictable:     1685308 kB
Mlocked:         1505436 kB
SwapTotal:      67108856 kB
SwapFree:       67100528 kB
Dirty:               688 kB
Writeback:             0 kB
AnonPages:       5398080 kB
Mapped:            15488 kB
Shmem:                 0 kB
Slab:             607640 kB
SReclaimable:      51352 kB
SUnreclaim:       556288 kB
KernelStack:        1744 kB
PageTables:        15204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5757712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3823616 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= 71700 MiB
End job on node135 at 2016-06-19 15:55:38