Trace number 4091955

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 21.4707 24.075

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900563250--soft-66-100-0.wbo
MD5SUM48850acf7a795604147e976fcd80db7d
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 benchmark38.4482
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 constraints892
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 45060
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 45059
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 665
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-4091955-1467321496.wbo
0.10/0.11	c reading problem ... 
0.47/0.34	c ... done. Wall clock time 0.226s.
0.47/0.34	c declared #vars     231
0.47/0.34	c internal #vars     1123
0.47/0.34	c #constraints  2707
0.47/0.34	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.47/0.34	c constraints type 
0.47/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2530
0.47/0.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 13
0.47/0.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 154
0.47/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 10
0.47/0.34	c 2707 constraints processed.
0.47/0.34	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.47/0.34	c constraints type 
0.47/0.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 154
0.47/0.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2530
0.47/0.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 13
0.47/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10
0.47/0.34	c 2707 constraints processed.
0.47/0.34	c objective function length is 892 literals
1.13/0.55	c And the winner is solver0
1.71/0.84	c SATISFIABLE
1.71/0.84	c OPTIMIZING...
1.71/0.84	c Got one! Elapsed wall clock time (in seconds):0.732
1.71/0.85	o 317
1.71/0.87	c And the winner is solver0
1.85/1.35	c Got one! Elapsed wall clock time (in seconds):1.238
1.85/1.35	o 316
1.85/1.38	c And the winner is solver0
2.07/1.86	c Got one! Elapsed wall clock time (in seconds):1.744
2.07/1.86	o 256
2.07/1.87	c And the winner is solver0
2.21/2.36	c Got one! Elapsed wall clock time (in seconds):2.249
2.21/2.36	o 252
2.21/2.37	c And the winner is solver0
2.27/2.87	c Got one! Elapsed wall clock time (in seconds):2.753
2.27/2.87	o 246
2.27/2.88	c And the winner is solver0
2.30/3.37	c Got one! Elapsed wall clock time (in seconds):3.256
2.30/3.37	o 206
2.42/3.42	c And the winner is solver0
2.55/3.87	c Got one! Elapsed wall clock time (in seconds):3.759
2.55/3.87	o 196
2.55/3.88	c And the winner is solver0
2.55/4.38	c Got one! Elapsed wall clock time (in seconds):4.262
2.55/4.38	o 186
2.55/4.39	c And the winner is solver0
2.62/4.88	c Got one! Elapsed wall clock time (in seconds):4.765
2.62/4.88	o 176
3.15/5.17	c And the winner is solver0
3.44/5.38	c Got one! Elapsed wall clock time (in seconds):5.267
3.44/5.38	o 171
3.47/5.40	c And the winner is solver0
3.47/5.88	c Got one! Elapsed wall clock time (in seconds):5.77
3.47/5.88	o 159
3.47/5.89	c And the winner is solver0
3.49/6.39	c Got one! Elapsed wall clock time (in seconds):6.272
3.49/6.39	o 156
3.49/6.40	c And the winner is solver0
3.51/6.89	c Got one! Elapsed wall clock time (in seconds):6.775
3.51/6.89	o 137
3.54/6.90	c And the winner is solver0
3.59/7.39	c Got one! Elapsed wall clock time (in seconds):7.277
3.59/7.39	o 127
3.60/7.42	c And the winner is solver0
3.66/7.90	c Got one! Elapsed wall clock time (in seconds):7.784
3.66/7.90	o 117
3.66/7.94	c And the winner is solver0
3.76/8.40	c Got one! Elapsed wall clock time (in seconds):8.285
3.76/8.40	o 116
3.76/8.41	c And the winner is solver0
3.76/8.90	c Got one! Elapsed wall clock time (in seconds):8.787
3.76/8.90	o 105
3.99/9.02	c cleaning 4476 clauses out of 8951 with flag 4869/8951
3.99/9.06	c And the winner is solver0
4.62/9.40	c Got one! Elapsed wall clock time (in seconds):9.289
4.62/9.40	o 96
4.62/9.44	c And the winner is solver0
4.76/9.90	c Got one! Elapsed wall clock time (in seconds):9.79
4.76/9.90	o 88
4.76/9.92	c And the winner is solver0
4.82/10.41	c Got one! Elapsed wall clock time (in seconds):10.292
4.82/10.41	o 87
5.21/10.62	c And the winner is solver0
5.27/10.91	c Got one! Elapsed wall clock time (in seconds):10.794
5.27/10.91	o 85
5.27/10.99	c And the winner is solver0
5.54/11.41	c Got one! Elapsed wall clock time (in seconds):11.296
5.54/11.41	o 84
5.54/11.45	c And the winner is solver0
5.64/11.91	c Got one! Elapsed wall clock time (in seconds):11.799
5.64/11.91	o 72
5.64/11.97	c And the winner is solver0
5.81/12.41	c Got one! Elapsed wall clock time (in seconds):12.301
5.81/12.41	o 71
5.81/12.44	c And the winner is solver0
5.87/12.92	c Got one! Elapsed wall clock time (in seconds):12.803
5.87/12.92	o 70
5.87/12.99	c And the winner is solver0
6.04/13.42	c Got one! Elapsed wall clock time (in seconds):13.306
6.04/13.42	o 69
6.19/13.56	c And the winner is solver0
6.33/13.92	c Got one! Elapsed wall clock time (in seconds):13.808
6.33/13.92	o 45
6.33/13.98	c And the winner is solver0
6.50/14.42	c Got one! Elapsed wall clock time (in seconds):14.311
6.50/14.42	o 20
6.50/14.45	c And the winner is solver0
6.60/14.93	c Got one! Elapsed wall clock time (in seconds):14.815
6.60/14.93	o 19
6.93/15.12	c cleaning 7621 clauses out of 15248 with flag 14714/19724
6.93/15.16	c And the winner is solver0
7.39/15.43	c Got one! Elapsed wall clock time (in seconds):15.32
7.39/15.43	o 14
8.03/15.73	c And the winner is solver0
8.12/15.94	c Got one! Elapsed wall clock time (in seconds):15.826
8.12/15.94	o 13
8.22/16.06	c cleaning 7002 clauses out of 14024 with flag 8495/26121
8.49/16.11	c And the winner is solver0
8.55/16.44	c Got one! Elapsed wall clock time (in seconds):16.331
8.55/16.44	o 12
9.13/16.70	c cleaning 6024 clauses out of 12070 with flag 35830/31169
9.13/16.79	c And the winner is solver0
9.40/16.95	c Got one! Elapsed wall clock time (in seconds):16.837
9.40/16.95	o 11
9.48/17.02	c And the winner is solver0
9.55/17.46	c Got one! Elapsed wall clock time (in seconds):17.344
9.55/17.46	o 4
10.08/17.78	c cleaning 6023 clauses out of 12054 with flag 36957/37177
10.26/17.89	c And the winner is solver0
10.47/17.96	c Got one! Elapsed wall clock time (in seconds):17.851
10.47/17.96	o 3
10.93/18.23	c cleaning 5901 clauses out of 11832 with flag 33932/42978
11.74/18.62	c cleaning 5960 clauses out of 11934 with flag 87656/48981
12.76/19.10	c cleaning 6481 clauses out of 12975 with flag 155857/55982
12.96/19.26	c And the winner is solver0
13.10/19.47	c Got one! Elapsed wall clock time (in seconds):19.36
13.10/19.47	o 2
13.53/19.72	c cleaning 6020 clauses out of 12048 with flag 34687/61536
14.33/20.14	c cleaning 6011 clauses out of 12028 with flag 95780/67536
15.35/20.66	c And the winner is solver0
15.50/20.98	c Got one! Elapsed wall clock time (in seconds):20.869
15.50/20.98	o 1
16.32/21.45	c cleaning 8450 clauses out of 16899 with flag 41211/78418
17.34/21.91	c cleaning 7219 clauses out of 14447 with flag 90682/84416
18.34/22.42	c cleaning 7107 clauses out of 14227 with flag 143413/91415
19.14/22.89	c cleaning 7560 clauses out of 15122 with flag 188006/99418
20.16/23.35	c cleaning 8280 clauses out of 16561 with flag 231910/108417
21.18/23.80	c cleaning 9138 clauses out of 18275 with flag 276830/118415
21.18/23.88	c And the winner is solver0
21.35/24.06	c >>>>>>>>>> Solver number 0 (38 answers) <<<<<<<<<<<<<<<<<<
21.35/24.06	c starts		: 86
21.35/24.06	c conflicts		: 121207
21.35/24.06	c decisions		: 222056
21.35/24.06	c propagations		: 6579882
21.35/24.06	c inspects		: 108892841
21.35/24.06	c shortcuts		: 0
21.35/24.06	c learnt literals	: 18
21.35/24.06	c learnt binary clauses	: 124
21.35/24.06	c learnt ternary clauses	: 554
21.35/24.06	c learnt constraints	: 121188
21.35/24.06	c ignored constraints	: 0
21.35/24.06	c root simplifications	: 0
21.35/24.06	c removed literals (reason simplification)	: 531175
21.35/24.06	c reason swapping (by a shorter reason)	: 0
21.35/24.06	c Calls to reduceDB	: 16
21.35/24.06	c Number of update (reduction) of LBD	: 51210
21.35/24.06	c Imported unit clauses	: 0
21.35/24.06	c number of reductions to clauses (during analyze)	: 0
21.35/24.06	c number of learned constraints concerned by reduction	: 0
21.35/24.06	c number of learning phase by resolution	: 0
21.35/24.06	c number of learning phase by cutting planes	: 0
21.35/24.06	c speed (assignments/second)	: 277491.64979757083
21.35/24.06	c non guided choices	3904
21.35/24.06	c learnt constraints type 
21.35/24.06	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
21.35/24.06	c starts		: 50
21.35/24.06	c conflicts		: 2017
21.35/24.06	c decisions		: 35984
21.35/24.06	c propagations		: 118998
21.35/24.06	c inspects		: 12906354
21.35/24.06	c shortcuts		: 0
21.35/24.06	c learnt literals	: 0
21.35/24.06	c learnt binary clauses	: 0
21.35/24.06	c learnt ternary clauses	: 0
21.35/24.06	c learnt constraints	: 1994
21.35/24.06	c ignored constraints	: 0
21.35/24.06	c root simplifications	: 0
21.35/24.06	c removed literals (reason simplification)	: 0
21.35/24.06	c reason swapping (by a shorter reason)	: 0
21.35/24.06	c Calls to reduceDB	: 0
21.35/24.06	c Number of update (reduction) of LBD	: 0
21.35/24.06	c Imported unit clauses	: 0
21.35/24.06	c number of reductions to clauses (during analyze)	: 0
21.35/24.06	c number of learned constraints concerned by reduction	: 0
21.35/24.06	c number of learning phase by resolution	: 0
21.35/24.06	c number of learning phase by cutting planes	: 0
21.35/24.06	c speed (assignments/second)	: 38875.53087226397
21.35/24.06	c non guided choices	4082
21.35/24.06	c learnt constraints type 
21.35/24.06	s OPTIMUM FOUND
21.35/24.06	c Found 37 solution(s)
21.35/24.06	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 
21.35/24.07	c objective function=1
21.35/24.07	c Total wall clock time (in seconds): 23.952

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-4091955-1467321496/watcher-4091955-1467321496 -o /tmp/evaluation-result-4091955-1467321496/solver-4091955-1467321496 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1467319216-8601 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4091955-1467321496.wbo 

pid=15606
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: 1.61 1.70 1.90 4/197 15609
/proc/meminfo: memFree=28091932/32872528 swapFree=1522152/1652968
[pid=15609] ppid=15606 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/15609/stat : 15609 (java) S 15606 15609 3195 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 2828571 98570240 978 33554432000 1073741824 1073778376 140734491837840 140734491828976 217413877821 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15609/statm: 24065 978 744 9 0 16771 0
[pid=15609/tid=15610] ppid=15606 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15610/stat : 15610 (java) R 15606 15609 3195 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 2828572 98570240 978 33554432000 1073741824 1073778376 140734491837840 139700902587944 217410520448 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100114 s]
/proc/loadavg: 1.61 1.70 1.90 4/197 15609
/proc/meminfo: memFree=28091932/32872528 swapFree=1522152/1652968
[pid=15609] ppid=15606 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/15609/stat : 15609 (java) S 15606 15609 3195 0 -1 4202496 4427 0 1 0 9 1 0 0 20 0 18 0 2828571 9787879424 6057 33554432000 1073741824 1073778376 140734491837840 140734491828976 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15609/statm: 2389619 6057 2126 9 0 2380296 0
[pid=15609/tid=15610] ppid=15606 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/15609/task/15610/stat : 15610 (java) R 15606 15609 3195 0 -1 4202560 2389 0 1 0 7 0 0 0 20 0 18 0 2828572 9787879424 6057 33554432000 1073741824 1073778376 140734491837840 139700902591392 139700910021110 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.200348 s]
/proc/loadavg: 1.61 1.70 1.90 4/197 15609
/proc/meminfo: memFree=28091932/32872528 swapFree=1522152/1652968
[pid=15609] ppid=15606 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/15609/stat : 15609 (java) S 15606 15609 3195 0 -1 4202496 4656 0 1 0 23 1 0 0 20 0 18 0 2828571 9787879424 6756 33554432000 1073741824 1073778376 140734491837840 140734491828976 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15609/statm: 2389619 6756 2198 9 0 2380296 0
[pid=15609/tid=15610] ppid=15606 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/15609/task/15610/stat : 15610 (java) R 15606 15609 3195 0 -1 4202560 2406 0 1 0 17 0 0 0 20 0 18 0 2828572 9787879424 6756 33554432000 1073741824 1073778376 140734491837840 139700902591392 139700740315538 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.300339 s]
/proc/loadavg: 1.61 1.70 1.90 4/197 15609
/proc/meminfo: memFree=28091932/32872528 swapFree=1522152/1652968
[pid=15609] ppid=15606 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/15609/stat : 15609 (java) S 15606 15609 3195 0 -1 4202496 5766 0 1 0 46 1 0 0 20 0 18 0 2828571 9787879424 8432 33554432000 1073741824 1073778376 140734491837840 140734491828976 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15609/statm: 2389619 8432 2231 9 0 2380296 0
[pid=15609/tid=15610] ppid=15606 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/15609/task/15610/stat : 15610 (java) R 15606 15609 3195 0 -1 4202560 2408 0 1 0 27 0 0 0 20 0 18 0 2828572 9787879424 8432 33554432000 1073741824 1073778376 140734491837840 139700902584224 139700740702055 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.700325 s]
/proc/loadavg: 1.61 1.70 1.90 4/197 15609
/proc/meminfo: memFree=28091932/32872528 swapFree=1522152/1652968
[pid=15609] ppid=15606 vsize=9824732 CPUtime=1.61 cores=0,2,4,6
/proc/15609/stat : 15609 (java) S 15606 15609 3195 0 -1 4202496 13604 0 1 0 156 5 0 0 20 0 19 0 2828571 10060525568 14724 33554432000 1073741824 1073778376 140734491837840 140734491828976 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15609/statm: 2456183 14724 2262 9 0 2446860 0
[pid=15609/tid=15610] ppid=15606 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/15609/task/15610/stat : 15610 (java) S 15606 15609 3195 0 -1 4202560 2426 0 1 0 31 1 0 0 20 0 19 0 2828572 10060525568 14724 33554432000 1073741824 1073778376 140734491837840 139700902593400 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 9824732

[startup+1.50082 s]
/proc/loadavg: 1.61 1.70 1.90 3/216 15637
/proc/meminfo: memFree=28034040/32872528 swapFree=1522152/1652968
[pid=15609] ppid=15606 vsize=9824732 CPUtime=2.07 cores=0,2,4,6
/proc/15609/stat : 15609 (java) S 15606 15609 3195 0 -1 4202496 17274 0 1 0 198 9 0 0 20 0 19 0 2828571 10060525568 18150 33554432000 1073741824 1073778376 140734491837840 140734491828976 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15609/statm: 2456183 18150 2262 9 0 2446860 0
[pid=15609/tid=15610] ppid=15606 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/15609/task/15610/stat : 15610 (java) S 15606 15609 3195 0 -1 4202560 2427 0 1 0 32 1 0 0 20 0 19 0 2828572 10060525568 18150 33554432000 1073741824 1073778376 140734491837840 139700902593400 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15609/tid=15612] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15612/stat : 15612 (java) S 15606 15609 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2828573 10060525568 18150 33554432000 1073741824 1073778376 140734491837840 139700864084904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15609/tid=15613] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15613/stat : 15613 (java) S 15606 15609 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2828573 10060525568 18150 33554432000 1073741824 1073778376 140734491837840 139700863032360 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15609/tid=15614] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15614/stat : 15614 (java) S 15606 15609 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2828573 10060525568 18150 33554432000 1073741824 1073778376 140734491837840 139700861979304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15609/tid=15615] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15615/stat : 15615 (java) S 15606 15609 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2828573 10060525568 18150 33554432000 1073741824 1073778376 140734491837840 139700860926760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15609/tid=15616] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15616/stat : 15616 (java) S 15606 15609 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2828573 10060525568 18150 33554432000 1073741824 1073778376 140734491837840 139700859873704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15609/tid=15617] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15617/stat : 15617 (java) S 15606 15609 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2828573 10060525568 18150 33554432000 1073741824 1073778376 140734491837840 139700858821160 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15609/tid=15618] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15618/stat : 15618 (java) S 15606 15609 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2828573 10060525568 18150 33554432000 1073741824 1073778376 140734491837840 139700740286632 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15609/tid=15619] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15619/stat : 15619 (java) S 15606 15609 3195 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2828573 10060525568 18150 33554432000 1073741824 1073778376 140734491837840 139700739234088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15609/tid=15620] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15620/stat : 15620 (java) S 15606 15609 3195 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2828574 10060525568 18150 33554432000 1073741824 1073778376 140734491837840 139700726823784 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15609/tid=15621] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15621/stat : 15621 (java) S 15606 15609 3195 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2828574 10060525568 18150 33554432000 1073741824 1073778376 140734491837840 139700725770104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15609/tid=15622] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15622/stat : 15622 (java) S 15606 15609 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2828574 10060525568 18150 33554432000 1073741824 1073778376 140734491837840 139700724716936 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15609/tid=15623] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15623/stat : 15623 (java) S 15606 15609 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2828577 10060525568 18150 33554432000 1073741824 1073778376 140734491837840 139699985312528 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15609/tid=15624] ppid=15606 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/15609/task/15624/stat : 15624 (java) S 15606 15609 3195 0 -1 4202560 6101 0 0 0 53 0 0 0 20 0 19 0 2828577 10060525568 18150 33554432000 1073741824 1073778376 140734491837840 139699984259384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15609/tid=15625] ppid=15606 vsize=9824732 CPUtime=0.64 cores=0,2,4,6
/proc/15609/task/15625/stat : 15625 (java) S 15606 15609 3195 0 -1 4202560 7399 0 0 0 64 0 0 0 20 0 19 0 2828577 10060525568 18150 33554432000 1073741824 1073778376 140734491837840 139699983206840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15609/tid=15626] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15626/stat : 15626 (java) S 15606 15609 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2828577 10060525568 18150 33554432000 1073741824 1073778376 140734491837840 139699982153976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15609/tid=15627] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15627/stat : 15627 (java) S 15606 15609 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2828577 10060525568 18150 33554432000 1073741824 1073778376 140734491837840 139699981101640 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15609/tid=15634] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15634/stat : 15634 (java) S 15606 15609 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2828607 10060525568 18150 33554432000 1073741824 1073778376 140734491837840 139699976889768 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 9824732

[startup+3.10082 s]
/proc/loadavg: 1.61 1.70 1.90 1/213 15646
/proc/meminfo: memFree=28013008/32872528 swapFree=1522152/1652968
[pid=15609] ppid=15606 vsize=9824732 CPUtime=2.3 cores=0,2,4,6
/proc/15609/stat : 15609 (java) S 15606 15609 3195 0 -1 4202496 17501 0 1 0 221 9 0 0 20 0 19 0 2828571 10060525568 22254 33554432000 1073741824 1073778376 140734491837840 140734491828976 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15609/statm: 2456183 22254 2265 9 0 2446860 0
[pid=15609/tid=15610] ppid=15606 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/15609/task/15610/stat : 15610 (java) S 15606 15609 3195 0 -1 4202560 2428 0 1 0 33 2 0 0 20 0 19 0 2828572 10060525568 22254 33554432000 1073741824 1073778376 140734491837840 139700902593400 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15609/tid=15612] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15612/stat : 15612 (java) S 15606 15609 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2828573 10060525568 22254 33554432000 1073741824 1073778376 140734491837840 139700864084904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15609/tid=15613] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15613/stat : 15613 (java) S 15606 15609 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2828573 10060525568 22254 33554432000 1073741824 1073778376 140734491837840 139700863032360 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15609/tid=15614] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15614/stat : 15614 (java) S 15606 15609 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2828573 10060525568 22254 33554432000 1073741824 1073778376 140734491837840 139700861979304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15609/tid=15615] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15615/stat : 15615 (java) S 15606 15609 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2828573 10060525568 22254 33554432000 1073741824 1073778376 140734491837840 139700860926760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15609/tid=15616] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15616/stat : 15616 (java) S 15606 15609 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2828573 10060525568 22254 33554432000 1073741824 1073778376 140734491837840 139700859873704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15609/tid=15617] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15617/stat : 15617 (java) S 15606 15609 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2828573 10060525568 22254 33554432000 1073741824 1073778376 140734491837840 139700858821160 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15609/tid=15618] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15618/stat : 15618 (java) S 15606 15609 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2828573 10060525568 22254 33554432000 1073741824 1073778376 140734491837840 139700740286632 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15609/tid=15619] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15619/stat : 15619 (java) S 15606 15609 3195 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2828573 10060525568 22254 33554432000 1073741824 1073778376 140734491837840 139700739234088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15609/tid=15620] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15620/stat : 15620 (java) S 15606 15609 3195 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2828574 10060525568 22254 33554432000 1073741824 1073778376 140734491837840 139700726823784 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15609/tid=15621] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15621/stat : 15621 (java) S 15606 15609 3195 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2828574 10060525568 22254 33554432000 1073741824 1073778376 140734491837840 139700725770104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15609/tid=15622] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15622/stat : 15622 (java) S 15606 15609 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2828574 10060525568 22254 33554432000 1073741824 1073778376 140734491837840 139700724716936 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15609/tid=15623] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15623/stat : 15623 (java) S 15606 15609 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2828577 10060525568 22254 33554432000 1073741824 1073778376 140734491837840 139699985312528 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15609/tid=15624] ppid=15606 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/15609/task/15624/stat : 15624 (java) S 15606 15609 3195 0 -1 4202560 6293 0 0 0 60 0 0 0 20 0 19 0 2828577 10060525568 22254 33554432000 1073741824 1073778376 140734491837840 139699984259384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15609/tid=15625] ppid=15606 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/15609/task/15625/stat : 15625 (java) S 15606 15609 3195 0 -1 4202560 7406 0 0 0 79 0 0 0 20 0 19 0 2828577 10060525568 22254 33554432000 1073741824 1073778376 140734491837840 139699983206840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15609/tid=15626] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15626/stat : 15626 (java) S 15606 15609 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2828577 10060525568 22254 33554432000 1073741824 1073778376 140734491837840 139699982153976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15609/tid=15627] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15627/stat : 15627 (java) S 15606 15609 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2828577 10060525568 22254 33554432000 1073741824 1073778376 140734491837840 139699981101640 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15609/tid=15634] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15634/stat : 15634 (java) S 15606 15609 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2828607 10060525568 22254 33554432000 1073741824 1073778376 140734491837840 139699976889768 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=28 pid=1814 uid=0 cmd=

[startup+6.30082 s]
/proc/loadavg: 1.89 1.75 1.92 3/216 15685
/proc/meminfo: memFree=27909088/32872528 swapFree=1522152/1652968
[pid=15609] ppid=15606 vsize=9824732 CPUtime=3.49 cores=0,2,4,6
/proc/15609/stat : 15609 (java) S 15606 15609 3195 0 -1 4202496 19448 0 1 0 332 17 0 0 20 0 19 0 2828571 10060525568 44088 33554432000 1073741824 1073778376 140734491837840 140734491828976 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15609/statm: 2456183 44088 2283 9 0 2446860 0
[pid=15609/tid=15610] ppid=15606 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/15609/task/15610/stat : 15610 (java) S 15606 15609 3195 0 -1 4202560 2431 0 1 0 35 2 0 0 20 0 19 0 2828572 10060525568 44088 33554432000 1073741824 1073778376 140734491837840 139700902593400 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15609/tid=15612] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15612/stat : 15612 (java) S 15606 15609 3195 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 2828573 10060525568 44088 33554432000 1073741824 1073778376 140734491837840 139700864084904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15609/tid=15613] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15613/stat : 15613 (java) S 15606 15609 3195 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2828573 10060525568 44088 33554432000 1073741824 1073778376 140734491837840 139700863032360 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15609/tid=15614] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15614/stat : 15614 (java) S 15606 15609 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2828573 10060525568 44088 33554432000 1073741824 1073778376 140734491837840 139700861979304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15609/tid=15615] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15615/stat : 15615 (java) S 15606 15609 3195 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2828573 10060525568 44088 33554432000 1073741824 1073778376 140734491837840 139700860926760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15609/tid=15616] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15616/stat : 15616 (java) S 15606 15609 3195 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 2828573 10060525568 44088 33554432000 1073741824 1073778376 140734491837840 139700859873704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15609/tid=15617] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15617/stat : 15617 (java) S 15606 15609 3195 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2828573 10060525568 44088 33554432000 1073741824 1073778376 140734491837840 139700858821160 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15609/tid=15618] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15618/stat : 15618 (java) S 15606 15609 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2828573 10060525568 44088 33554432000 1073741824 1073778376 140734491837840 139700740286632 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15609/tid=15619] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15619/stat : 15619 (java) S 15606 15609 3195 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2828573 10060525568 44088 33554432000 1073741824 1073778376 140734491837840 139700739234088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15609/tid=15620] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15620/stat : 15620 (java) S 15606 15609 3195 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2828574 10060525568 44088 33554432000 1073741824 1073778376 140734491837840 139700726823784 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15609/tid=15621] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15621/stat : 15621 (java) S 15606 15609 3195 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2828574 10060525568 44088 33554432000 1073741824 1073778376 140734491837840 139700725770104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15609/tid=15622] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15622/stat : 15622 (java) S 15606 15609 3195 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 2828574 10060525568 44088 33554432000 1073741824 1073778376 140734491837840 139700724716936 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15609/tid=15623] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15623/stat : 15623 (java) S 15606 15609 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2828577 10060525568 44088 33554432000 1073741824 1073778376 140734491837840 139699985312528 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15609/tid=15624] ppid=15606 vsize=9824732 CPUtime=0.8 cores=0,2,4,6

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

[pid=15609/tid=15623] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15623/stat : 15623 (java) S 15606 15609 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2828577 10060525568 125580 33554432000 1073741824 1073778376 140734491837840 139699985312528 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15609/tid=15624] ppid=15606 vsize=9824732 CPUtime=1.99 cores=0,2,4,6
/proc/15609/task/15624/stat : 15624 (java) S 15606 15609 3195 0 -1 4202560 22069 0 0 0 197 2 0 0 20 0 22 0 2828577 10060525568 125580 33554432000 1073741824 1073778376 140734491837840 139699984259384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15609/tid=15625] ppid=15606 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/15609/task/15625/stat : 15625 (java) S 15606 15609 3195 0 -1 4202560 7435 0 0 0 118 1 0 0 20 0 22 0 2828577 10060525568 125580 33554432000 1073741824 1073778376 140734491837840 139699983206840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15609/tid=15626] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15626/stat : 15626 (java) S 15606 15609 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2828577 10060525568 125580 33554432000 1073741824 1073778376 140734491837840 139699982153976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15609/tid=15627] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15627/stat : 15627 (java) S 15606 15609 3195 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2828577 10060525568 125580 33554432000 1073741824 1073778376 140734491837840 139699981101640 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15609/tid=15634] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15634/stat : 15634 (java) S 15606 15609 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2828607 10060525568 125580 33554432000 1073741824 1073778376 140734491837840 139699976889768 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15609/tid=15909] ppid=15606 vsize=9824732 CPUtime=1.37 cores=0,2,4,6
/proc/15609/task/15909/stat : 15909 (java) R 15606 15609 3195 0 -1 4202560 3 0 0 0 137 0 0 0 20 0 22 0 2830671 10060525568 125580 33554432000 1073741824 1073778376 140734491837840 139699980038528 139700740896794 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15609/tid=15910] ppid=15606 vsize=9824732 CPUtime=1.37 cores=0,2,4,6
/proc/15609/task/15910/stat : 15910 (java) R 15606 15609 3195 0 -1 4202560 3 0 0 0 137 0 0 0 20 0 22 0 2830671 10060525568 125580 33554432000 1073741824 1073778376 140734491837840 139699977941008 139700741190761 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15609/tid=15911] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15911/stat : 15911 (java) S 15606 15609 3195 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2830672 10060525568 125580 33554432000 1073741824 1073778376 140734491837840 139699978994984 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 18.34
Current children cumulated vsize (KiB) 9824732

[startup+23.208 s]
/proc/loadavg: 1.90 1.76 1.92 3/216 15926
/proc/meminfo: memFree=27672864/32872528 swapFree=1522152/1652968
[pid=15609] ppid=15606 vsize=9824732 CPUtime=19.97 cores=0,2,4,6
/proc/15609/stat : 15609 (java) S 15606 15609 3195 0 -1 4202496 34770 0 1 0 1914 83 0 0 20 0 22 0 2828571 10060525568 183635 33554432000 1073741824 1073778376 140734491837840 140734491828976 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15609/statm: 2456183 183635 2289 9 0 2446860 0
[pid=15609/tid=15610] ppid=15606 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/15609/task/15610/stat : 15610 (java) S 15606 15609 3195 0 -1 4202560 2432 0 1 0 43 2 0 0 20 0 22 0 2828572 10060525568 183635 33554432000 1073741824 1073778376 140734491837840 139700902593400 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15609/tid=15612] ppid=15606 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/15609/task/15612/stat : 15612 (java) S 15606 15609 3195 0 -1 4202560 43 0 0 0 9 2 0 0 20 0 22 0 2828573 10060525568 183635 33554432000 1073741824 1073778376 140734491837840 139700864084904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15609/tid=15613] ppid=15606 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/15609/task/15613/stat : 15613 (java) S 15606 15609 3195 0 -1 4202560 38 0 0 0 10 1 0 0 20 0 22 0 2828573 10060525568 183635 33554432000 1073741824 1073778376 140734491837840 139700863032360 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15609/tid=15614] ppid=15606 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/15609/task/15614/stat : 15614 (java) S 15606 15609 3195 0 -1 4202560 34 0 0 0 6 2 0 0 20 0 22 0 2828573 10060525568 183635 33554432000 1073741824 1073778376 140734491837840 139700861979304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15609/tid=15615] ppid=15606 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/15609/task/15615/stat : 15615 (java) S 15606 15609 3195 0 -1 4202560 37 0 0 0 9 2 0 0 20 0 22 0 2828573 10060525568 183635 33554432000 1073741824 1073778376 140734491837840 139700860926760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15609/tid=15616] ppid=15606 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/15609/task/15616/stat : 15616 (java) S 15606 15609 3195 0 -1 4202560 30 0 0 0 8 0 0 0 20 0 22 0 2828573 10060525568 183635 33554432000 1073741824 1073778376 140734491837840 139700859873704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15609/tid=15617] ppid=15606 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/15609/task/15617/stat : 15617 (java) S 15606 15609 3195 0 -1 4202560 28 0 0 0 8 0 0 0 20 0 22 0 2828573 10060525568 183635 33554432000 1073741824 1073778376 140734491837840 139700858821160 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15609/tid=15618] ppid=15606 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/15609/task/15618/stat : 15618 (java) S 15606 15609 3195 0 -1 4202560 30 0 0 0 6 1 0 0 20 0 22 0 2828573 10060525568 183635 33554432000 1073741824 1073778376 140734491837840 139700740286632 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15609/tid=15619] ppid=15606 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/15609/task/15619/stat : 15619 (java) S 15606 15609 3195 0 -1 4202560 30 0 0 0 7 0 0 0 20 0 22 0 2828573 10060525568 183635 33554432000 1073741824 1073778376 140734491837840 139700739234088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15609/tid=15620] ppid=15606 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/15609/task/15620/stat : 15620 (java) S 15606 15609 3195 0 -1 4202560 450 0 0 0 1 3 0 0 20 0 22 0 2828574 10060525568 183635 33554432000 1073741824 1073778376 140734491837840 139700726823784 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15609/tid=15621] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15621/stat : 15621 (java) S 15606 15609 3195 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2828574 10060525568 183635 33554432000 1073741824 1073778376 140734491837840 139700725770104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15609/tid=15622] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15622/stat : 15622 (java) S 15606 15609 3195 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 22 0 2828574 10060525568 183635 33554432000 1073741824 1073778376 140734491837840 139700724716936 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15609/tid=15623] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15623/stat : 15623 (java) S 15606 15609 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2828577 10060525568 183635 33554432000 1073741824 1073778376 140734491837840 139699985312528 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15609/tid=15624] ppid=15606 vsize=9824732 CPUtime=2 cores=0,2,4,6
/proc/15609/task/15624/stat : 15624 (java) S 15606 15609 3195 0 -1 4202560 22069 0 0 0 198 2 0 0 20 0 22 0 2828577 10060525568 183635 33554432000 1073741824 1073778376 140734491837840 139699984259384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15609/tid=15625] ppid=15606 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/15609/task/15625/stat : 15625 (java) S 15606 15609 3195 0 -1 4202560 7435 0 0 0 118 1 0 0 20 0 22 0 2828577 10060525568 183635 33554432000 1073741824 1073778376 140734491837840 139699983206840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15609/tid=15626] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15626/stat : 15626 (java) S 15606 15609 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2828577 10060525568 183635 33554432000 1073741824 1073778376 140734491837840 139699982153976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15609/tid=15627] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15627/stat : 15627 (java) S 15606 15609 3195 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2828577 10060525568 183635 33554432000 1073741824 1073778376 140734491837840 139699981101640 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15609/tid=15634] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15634/stat : 15634 (java) S 15606 15609 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2828607 10060525568 183635 33554432000 1073741824 1073778376 140734491837840 139699976889768 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15609/tid=15909] ppid=15606 vsize=9824732 CPUtime=2.16 cores=0,2,4,6
/proc/15609/task/15909/stat : 15909 (java) R 15606 15609 3195 0 -1 4202560 6 0 0 0 216 0 0 0 20 0 22 0 2830671 10060525568 183635 33554432000 1073741824 1073778376 140734491837840 139699980045560 139700740853698 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15609/tid=15910] ppid=15606 vsize=9824732 CPUtime=2.16 cores=0,2,4,6
/proc/15609/task/15910/stat : 15910 (java) R 15606 15609 3195 0 -1 4202560 112 0 0 0 214 2 0 0 20 0 22 0 2830671 10060525568 183635 33554432000 1073741824 1073778376 140734491837840 139699977940480 139700741190723 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15609/tid=15911] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15911/stat : 15911 (java) S 15606 15609 3195 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2830672 10060525568 183635 33554432000 1073741824 1073778376 140734491837840 139699978994984 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 19.97
Current children cumulated vsize (KiB) 9824732

[startup+23.6009 s]
/proc/loadavg: 1.90 1.76 1.92 3/216 15926
/proc/meminfo: memFree=27672864/32872528 swapFree=1522152/1652968
[pid=15609] ppid=15606 vsize=9824732 CPUtime=20.76 cores=0,2,4,6
/proc/15609/stat : 15609 (java) S 15606 15609 3195 0 -1 4202496 34770 0 1 0 1993 83 0 0 20 0 22 0 2828571 10060525568 183635 33554432000 1073741824 1073778376 140734491837840 140734491828976 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15609/statm: 2456183 183635 2289 9 0 2446860 0
[pid=15609/tid=15610] ppid=15606 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/15609/task/15610/stat : 15610 (java) S 15606 15609 3195 0 -1 4202560 2432 0 1 0 43 2 0 0 20 0 22 0 2828572 10060525568 183635 33554432000 1073741824 1073778376 140734491837840 139700902593400 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15609/tid=15612] ppid=15606 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/15609/task/15612/stat : 15612 (java) S 15606 15609 3195 0 -1 4202560 43 0 0 0 9 2 0 0 20 0 22 0 2828573 10060525568 183635 33554432000 1073741824 1073778376 140734491837840 139700864084904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15609/tid=15613] ppid=15606 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/15609/task/15613/stat : 15613 (java) S 15606 15609 3195 0 -1 4202560 38 0 0 0 10 1 0 0 20 0 22 0 2828573 10060525568 183635 33554432000 1073741824 1073778376 140734491837840 139700863032360 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15609/tid=15614] ppid=15606 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/15609/task/15614/stat : 15614 (java) S 15606 15609 3195 0 -1 4202560 34 0 0 0 6 2 0 0 20 0 22 0 2828573 10060525568 183635 33554432000 1073741824 1073778376 140734491837840 139700861979304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15609/tid=15615] ppid=15606 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/15609/task/15615/stat : 15615 (java) S 15606 15609 3195 0 -1 4202560 37 0 0 0 9 2 0 0 20 0 22 0 2828573 10060525568 183635 33554432000 1073741824 1073778376 140734491837840 139700860926760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15609/tid=15616] ppid=15606 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/15609/task/15616/stat : 15616 (java) S 15606 15609 3195 0 -1 4202560 30 0 0 0 8 0 0 0 20 0 22 0 2828573 10060525568 183635 33554432000 1073741824 1073778376 140734491837840 139700859873704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15609/tid=15617] ppid=15606 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/15609/task/15617/stat : 15617 (java) S 15606 15609 3195 0 -1 4202560 28 0 0 0 8 0 0 0 20 0 22 0 2828573 10060525568 183635 33554432000 1073741824 1073778376 140734491837840 139700858821160 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15609/tid=15618] ppid=15606 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/15609/task/15618/stat : 15618 (java) S 15606 15609 3195 0 -1 4202560 30 0 0 0 6 1 0 0 20 0 22 0 2828573 10060525568 183635 33554432000 1073741824 1073778376 140734491837840 139700740286632 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15609/tid=15619] ppid=15606 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/15609/task/15619/stat : 15619 (java) S 15606 15609 3195 0 -1 4202560 30 0 0 0 7 0 0 0 20 0 22 0 2828573 10060525568 183635 33554432000 1073741824 1073778376 140734491837840 139700739234088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15609/tid=15620] ppid=15606 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/15609/task/15620/stat : 15620 (java) S 15606 15609 3195 0 -1 4202560 450 0 0 0 1 3 0 0 20 0 22 0 2828574 10060525568 183635 33554432000 1073741824 1073778376 140734491837840 139700726823784 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15609/tid=15621] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15621/stat : 15621 (java) S 15606 15609 3195 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2828574 10060525568 183635 33554432000 1073741824 1073778376 140734491837840 139700725770104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15609/tid=15622] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15622/stat : 15622 (java) S 15606 15609 3195 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 22 0 2828574 10060525568 183635 33554432000 1073741824 1073778376 140734491837840 139700724716936 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15609/tid=15623] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15623/stat : 15623 (java) S 15606 15609 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2828577 10060525568 183635 33554432000 1073741824 1073778376 140734491837840 139699985312528 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15609/tid=15624] ppid=15606 vsize=9824732 CPUtime=2 cores=0,2,4,6
/proc/15609/task/15624/stat : 15624 (java) S 15606 15609 3195 0 -1 4202560 22069 0 0 0 198 2 0 0 20 0 22 0 2828577 10060525568 183635 33554432000 1073741824 1073778376 140734491837840 139699984259384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15609/tid=15625] ppid=15606 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/15609/task/15625/stat : 15625 (java) S 15606 15609 3195 0 -1 4202560 7435 0 0 0 118 1 0 0 20 0 22 0 2828577 10060525568 183635 33554432000 1073741824 1073778376 140734491837840 139699983206840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15609/tid=15626] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15626/stat : 15626 (java) S 15606 15609 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2828577 10060525568 183635 33554432000 1073741824 1073778376 140734491837840 139699982153976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15609/tid=15627] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15627/stat : 15627 (java) S 15606 15609 3195 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2828577 10060525568 183635 33554432000 1073741824 1073778376 140734491837840 139699981101640 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15609/tid=15634] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15634/stat : 15634 (java) S 15606 15609 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2828607 10060525568 183635 33554432000 1073741824 1073778376 140734491837840 139699976889768 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15609/tid=15909] ppid=15606 vsize=9824732 CPUtime=2.56 cores=0,2,4,6
/proc/15609/task/15909/stat : 15909 (java) R 15606 15609 3195 0 -1 4202560 6 0 0 0 256 0 0 0 20 0 22 0 2830671 10060525568 183635 33554432000 1073741824 1073778376 140734491837840 139699980045560 139700740853804 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15609/tid=15910] ppid=15606 vsize=9824732 CPUtime=2.55 cores=0,2,4,6
/proc/15609/task/15910/stat : 15910 (java) R 15606 15609 3195 0 -1 4202560 112 0 0 0 253 2 0 0 20 0 22 0 2830671 10060525568 183635 33554432000 1073741824 1073778376 140734491837840 139699977941864 139700741190848 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15609/tid=15911] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15911/stat : 15911 (java) S 15606 15609 3195 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2830672 10060525568 183635 33554432000 1073741824 1073778376 140734491837840 139699978994984 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 20.76
Current children cumulated vsize (KiB) 9824732

[startup+24.0008 s]
/proc/loadavg: 1.90 1.76 1.92 3/216 15926
/proc/meminfo: memFree=27672864/32872528 swapFree=1522152/1652968
[pid=15609] ppid=15606 vsize=9824732 CPUtime=21.35 cores=0,2,4,6
/proc/15609/stat : 15609 (java) S 15606 15609 3195 0 -1 4202496 34771 0 1 0 2051 84 0 0 20 0 19 0 2828571 10060525568 183626 33554432000 1073741824 1073778376 140734491837840 140734491828976 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15609/statm: 2456183 183626 2289 9 0 2446860 0
[pid=15609/tid=15610] ppid=15606 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/15609/task/15610/stat : 15610 (java) R 15606 15609 3195 0 -1 4202560 2432 0 1 0 44 2 0 0 20 0 19 0 2828572 10060525568 183626 33554432000 1073741824 1073778376 140734491837840 139700902593400 139700740355763 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15609/tid=15612] ppid=15606 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/15609/task/15612/stat : 15612 (java) S 15606 15609 3195 0 -1 4202560 43 0 0 0 9 2 0 0 20 0 19 0 2828573 10060525568 183626 33554432000 1073741824 1073778376 140734491837840 139700864084904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15609/tid=15613] ppid=15606 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/15609/task/15613/stat : 15613 (java) S 15606 15609 3195 0 -1 4202560 38 0 0 0 10 1 0 0 20 0 19 0 2828573 10060525568 183626 33554432000 1073741824 1073778376 140734491837840 139700863032360 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15609/tid=15614] ppid=15606 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/15609/task/15614/stat : 15614 (java) S 15606 15609 3195 0 -1 4202560 34 0 0 0 6 2 0 0 20 0 19 0 2828573 10060525568 183626 33554432000 1073741824 1073778376 140734491837840 139700861979304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15609/tid=15615] ppid=15606 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/15609/task/15615/stat : 15615 (java) S 15606 15609 3195 0 -1 4202560 37 0 0 0 9 2 0 0 20 0 19 0 2828573 10060525568 183626 33554432000 1073741824 1073778376 140734491837840 139700860926760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15609/tid=15616] ppid=15606 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/15609/task/15616/stat : 15616 (java) S 15606 15609 3195 0 -1 4202560 30 0 0 0 8 0 0 0 20 0 19 0 2828573 10060525568 183626 33554432000 1073741824 1073778376 140734491837840 139700859873704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15609/tid=15617] ppid=15606 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/15609/task/15617/stat : 15617 (java) S 15606 15609 3195 0 -1 4202560 28 0 0 0 8 0 0 0 20 0 19 0 2828573 10060525568 183626 33554432000 1073741824 1073778376 140734491837840 139700858821160 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15609/tid=15618] ppid=15606 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/15609/task/15618/stat : 15618 (java) S 15606 15609 3195 0 -1 4202560 30 0 0 0 6 1 0 0 20 0 19 0 2828573 10060525568 183626 33554432000 1073741824 1073778376 140734491837840 139700740286632 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15609/tid=15619] ppid=15606 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/15609/task/15619/stat : 15619 (java) S 15606 15609 3195 0 -1 4202560 30 0 0 0 7 0 0 0 20 0 19 0 2828573 10060525568 183626 33554432000 1073741824 1073778376 140734491837840 139700739234088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15609/tid=15620] ppid=15606 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/15609/task/15620/stat : 15620 (java) S 15606 15609 3195 0 -1 4202560 450 0 0 0 1 3 0 0 20 0 19 0 2828574 10060525568 183626 33554432000 1073741824 1073778376 140734491837840 139700726823784 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15609/tid=15621] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15621/stat : 15621 (java) S 15606 15609 3195 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2828574 10060525568 183626 33554432000 1073741824 1073778376 140734491837840 139700725770104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15609/tid=15622] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15622/stat : 15622 (java) S 15606 15609 3195 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 19 0 2828574 10060525568 183626 33554432000 1073741824 1073778376 140734491837840 139700724716936 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15609/tid=15623] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15623/stat : 15623 (java) S 15606 15609 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2828577 10060525568 183626 33554432000 1073741824 1073778376 140734491837840 139699985312528 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15609/tid=15624] ppid=15606 vsize=9824732 CPUtime=2.01 cores=0,2,4,6
/proc/15609/task/15624/stat : 15624 (java) S 15606 15609 3195 0 -1 4202560 22069 0 0 0 199 2 0 0 20 0 19 0 2828577 10060525568 183626 33554432000 1073741824 1073778376 140734491837840 139699984259384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15609/tid=15625] ppid=15606 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/15609/task/15625/stat : 15625 (java) S 15606 15609 3195 0 -1 4202560 7435 0 0 0 119 1 0 0 20 0 19 0 2828577 10060525568 183626 33554432000 1073741824 1073778376 140734491837840 139699983206840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15609/tid=15626] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15626/stat : 15626 (java) S 15606 15609 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2828577 10060525568 183626 33554432000 1073741824 1073778376 140734491837840 139699982153976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15609/tid=15627] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15627/stat : 15627 (java) S 15606 15609 3195 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2828577 10060525568 183626 33554432000 1073741824 1073778376 140734491837840 139699981101640 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15609/tid=15634] ppid=15606 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15609/task/15634/stat : 15634 (java) S 15606 15609 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2828607 10060525568 183626 33554432000 1073741824 1073778376 140734491837840 139699976889768 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 21.35
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 24.075
CPU time (s): 21.4707
CPU user time (s): 20.5279
CPU system time (s): 0.942856
CPU usage (%): 89.1828
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.5279
system time used= 0.942856
maximum resident set size= 734540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34782
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2283
involuntary context switches= 1344

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.153976 second user time and 0.184971 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-30 23:18:16
IDJOB=4091955
IDBENCH=78936
IDSOLVER=2552
FILE ID=node122/4091955-1467321496
RUNJOBID= node122-1467319216-8601
PBS_JOBID= 20005252
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.1900563250--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4091955-1467321496/watcher-4091955-1467321496 -o /tmp/evaluation-result-4091955-1467321496/solver-4091955-1467321496 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1467319216-8601 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4091955-1467321496.wbo

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

MD5SUM BENCH= 48850acf7a795604147e976fcd80db7d
RANDOM SEED=1071033698

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.814
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.814
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:        28092212 kB
Buffers:           99132 kB
Cached:          1759816 kB
SwapCached:            0 kB
Active:           723948 kB
Inactive:        1650564 kB
Active(anon):     517732 kB
Inactive(anon):        4 kB
Active(file):     206216 kB
Inactive(file):  1650560 kB
Unevictable:     1652968 kB
Mlocked:         1522152 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               852 kB
Writeback:             0 kB
AnonPages:       2159712 kB
Mapped:            22232 kB
Shmem:               204 kB
Slab:             619332 kB
SReclaimable:      63060 kB
SUnreclaim:       556272 kB
KernelStack:        1744 kB
PageTables:         8620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2823948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    589824 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 node122 at 2016-06-30 23:18:40