Trace number 4109932

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 Resolution PB16OPTIMUM 18.5602 17.4505

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900576360--soft-66-100-0.wbo
MD5SUM5d7330038698be4d7397c9bceea53fdc
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark30.1804
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 constraints937
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 46894
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46893
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 733
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.09/0.10	c Pseudo Boolean Optimization by upper bound
0.09/0.10	c --- Begin Solver configuration ---
0.09/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.10	c Learn all clauses as in MiniSAT
0.09/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.10	c No reason simplification
0.09/0.10	c Glucose 2.1 dynamic restart strategy
0.09/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.10	c timeout=2147483s
0.09/0.10	c DB Simplification allowed=false
0.09/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.10	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4109932-1466343789.wbo
0.09/0.11	c reading problem ... 
0.25/0.30	c ... done. Wall clock time 0.189s.
0.25/0.30	c declared #vars     231
0.25/0.30	c internal #vars     1168
0.25/0.30	c #constraints  2707
0.25/0.30	c constraints type 
0.48/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2524
0.48/0.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 14
0.48/0.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 160
0.48/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 9
0.48/0.30	c 2707 constraints processed.
0.48/0.30	c objective function length is 937 literals
0.75/0.41	c SATISFIABLE
0.75/0.41	c OPTIMIZING...
0.75/0.41	c Got one! Elapsed wall clock time (in seconds):0.3
0.75/0.41	o 589
0.75/0.43	c Got one! Elapsed wall clock time (in seconds):0.324
0.75/0.43	o 588
0.75/0.46	c Got one! Elapsed wall clock time (in seconds):0.351
0.75/0.46	o 587
0.75/0.48	c Got one! Elapsed wall clock time (in seconds):0.373
0.75/0.48	o 585
0.75/0.49	c Got one! Elapsed wall clock time (in seconds):0.386
0.75/0.49	o 454
1.05/0.50	c Got one! Elapsed wall clock time (in seconds):0.397
1.05/0.50	o 439
1.05/0.51	c Got one! Elapsed wall clock time (in seconds):0.407
1.05/0.51	o 406
1.05/0.52	c Got one! Elapsed wall clock time (in seconds):0.418
1.05/0.52	o 405
1.05/0.53	c Got one! Elapsed wall clock time (in seconds):0.428
1.05/0.53	o 399
1.05/0.55	c Got one! Elapsed wall clock time (in seconds):0.44
1.05/0.55	o 382
1.05/0.56	c Got one! Elapsed wall clock time (in seconds):0.454
1.05/0.56	o 378
1.05/0.57	c Got one! Elapsed wall clock time (in seconds):0.465
1.05/0.57	o 342
1.05/0.58	c Got one! Elapsed wall clock time (in seconds):0.473
1.05/0.58	o 331
1.35/0.60	c Got one! Elapsed wall clock time (in seconds):0.494
1.35/0.60	o 327
1.35/0.61	c Got one! Elapsed wall clock time (in seconds):0.5
1.35/0.61	o 326
1.35/0.61	c Got one! Elapsed wall clock time (in seconds):0.506
1.35/0.61	o 311
1.35/0.64	c Got one! Elapsed wall clock time (in seconds):0.532
1.35/0.64	o 309
1.58/0.80	c Got one! Elapsed wall clock time (in seconds):0.69
1.58/0.80	o 304
1.69/0.82	c Got one! Elapsed wall clock time (in seconds):0.718
1.69/0.82	o 303
1.69/0.83	c Got one! Elapsed wall clock time (in seconds):0.725
1.69/0.83	o 292
1.69/0.84	c Got one! Elapsed wall clock time (in seconds):0.733
1.69/0.84	o 289
1.69/0.85	c Got one! Elapsed wall clock time (in seconds):0.745
1.69/0.85	o 282
1.69/0.86	c Got one! Elapsed wall clock time (in seconds):0.752
1.69/0.86	o 279
1.69/0.88	c Got one! Elapsed wall clock time (in seconds):0.771
1.69/0.88	o 277
1.69/0.88	c Got one! Elapsed wall clock time (in seconds):0.775
1.69/0.88	o 276
1.69/0.89	c Got one! Elapsed wall clock time (in seconds):0.782
1.69/0.89	o 264
1.80/0.91	c Got one! Elapsed wall clock time (in seconds):0.803
1.80/0.91	o 262
1.80/0.94	c Got one! Elapsed wall clock time (in seconds):0.832
1.80/0.94	o 259
1.80/0.95	c Got one! Elapsed wall clock time (in seconds):0.841
1.80/0.95	o 257
1.80/0.96	c Got one! Elapsed wall clock time (in seconds):0.856
1.80/0.96	o 244
1.80/0.98	c Got one! Elapsed wall clock time (in seconds):0.871
1.80/0.98	o 240
1.90/1.00	c Got one! Elapsed wall clock time (in seconds):0.895
1.90/1.00	o 237
1.90/1.01	c Got one! Elapsed wall clock time (in seconds):0.902
1.90/1.01	o 229
1.90/1.05	c Got one! Elapsed wall clock time (in seconds):0.942
1.90/1.05	o 222
1.90/1.06	c Got one! Elapsed wall clock time (in seconds):0.95
1.90/1.06	o 190
2.00/1.11	c Got one! Elapsed wall clock time (in seconds):1.0
2.00/1.11	o 189
2.00/1.16	c Got one! Elapsed wall clock time (in seconds):1.052
2.00/1.16	o 185
2.00/1.17	c Got one! Elapsed wall clock time (in seconds):1.067
2.00/1.17	o 174
2.00/1.20	c Got one! Elapsed wall clock time (in seconds):1.09
2.00/1.20	o 171
2.00/1.20	c Got one! Elapsed wall clock time (in seconds):1.095
2.00/1.20	o 129
2.11/1.27	c Got one! Elapsed wall clock time (in seconds):1.161
2.11/1.27	o 119
2.11/1.29	c Got one! Elapsed wall clock time (in seconds):1.181
2.11/1.29	o 115
2.20/1.32	c Got one! Elapsed wall clock time (in seconds):1.21
2.20/1.32	o 114
2.20/1.33	c Got one! Elapsed wall clock time (in seconds):1.228
2.20/1.33	o 106
2.66/1.79	c cleaning 6867 clauses out of 13741 with flag 27161/13741
3.11/2.17	c Got one! Elapsed wall clock time (in seconds):2.062
3.11/2.17	o 93
3.22/2.27	c cleaning 6071 clauses out of 12150 with flag 10073/19017
3.33/2.34	c Got one! Elapsed wall clock time (in seconds):2.238
3.33/2.34	o 92
3.42/2.41	c Got one! Elapsed wall clock time (in seconds):2.304
3.42/2.41	o 80
3.42/2.45	c Got one! Elapsed wall clock time (in seconds):2.345
3.42/2.45	o 75
3.52/2.54	c Got one! Elapsed wall clock time (in seconds):2.437
3.52/2.54	o 72
3.72/2.77	c Got one! Elapsed wall clock time (in seconds):2.66
3.72/2.77	o 71
3.92/2.94	c cleaning 6949 clauses out of 13906 with flag 15829/26844
4.04/3.05	c Got one! Elapsed wall clock time (in seconds):2.948
4.04/3.05	o 70
4.14/3.12	c Got one! Elapsed wall clock time (in seconds):3.01
4.14/3.12	o 65
4.45/3.48	c cleaning 6709 clauses out of 13428 with flag 29668/33315
4.94/3.96	c cleaning 6359 clauses out of 12722 with flag 72108/39318
5.55/4.58	c Got one! Elapsed wall clock time (in seconds):4.471
5.55/4.58	o 61
5.84/4.87	c Got one! Elapsed wall clock time (in seconds):4.769
5.84/4.87	o 29
6.14/5.16	c cleaning 9644 clauses out of 19289 with flag 23180/52244
6.66/5.65	c cleaning 7809 clauses out of 15643 with flag 73267/58242
7.25/6.21	c cleaning 7408 clauses out of 14833 with flag 131045/65241
7.85/6.88	c cleaning 7711 clauses out of 15425 with flag 202702/73241
8.67/7.63	c Got one! Elapsed wall clock time (in seconds):7.524
8.67/7.63	o 27
9.07/8.02	c cleaning 10584 clauses out of 21194 with flag 34786/86721
9.17/8.19	c Got one! Elapsed wall clock time (in seconds):8.082
9.17/8.19	o 19
9.47/8.42	c cleaning 8182 clauses out of 16375 with flag 21670/92486
9.87/8.81	c cleaning 7083 clauses out of 14192 with flag 64804/98485
9.87/8.86	c Got one! Elapsed wall clock time (in seconds):8.75
9.87/8.86	o 14
10.17/9.16	c Got one! Elapsed wall clock time (in seconds):9.055
10.17/9.16	o 13
10.27/9.24	c cleaning 6746 clauses out of 13513 with flag 8781/104889
10.47/9.47	c Got one! Elapsed wall clock time (in seconds):9.368
10.47/9.47	o 12
10.67/9.61	c cleaning 6360 clauses out of 12745 with flag 16411/110867
10.97/10.00	c cleaning 6173 clauses out of 12385 with flag 69128/116867
11.27/10.20	c Got one! Elapsed wall clock time (in seconds):10.096
11.27/10.20	o 9
11.37/10.35	c cleaning 5765 clauses out of 11557 with flag 16625/122212
11.77/10.78	c cleaning 5893 clauses out of 11792 with flag 71381/128212
12.37/11.30	c cleaning 6444 clauses out of 12901 with flag 131489/135214
12.98/11.92	c cleaning 7220 clauses out of 14455 with flag 200372/143212
13.38/12.39	c Got one! Elapsed wall clock time (in seconds):12.286
13.38/12.39	o 8
13.88/12.80	c cleaning 8827 clauses out of 17664 with flag 35799/153641
13.88/12.83	c Got one! Elapsed wall clock time (in seconds):12.724
13.88/12.83	o 7
14.28/13.22	c cleaning 7163 clauses out of 14338 with flag 36831/159142
14.67/13.60	c Got one! Elapsed wall clock time (in seconds):13.491
14.67/13.60	o 6
14.67/13.67	c cleaning 6434 clauses out of 12893 with flag 6103/164861
15.07/14.03	c cleaning 6216 clauses out of 12460 with flag 41283/170862
15.48/14.49	c cleaning 6607 clauses out of 13244 with flag 83911/177862
16.08/15.03	c cleaning 7314 clauses out of 14636 with flag 133270/185861
16.18/15.13	c Got one! Elapsed wall clock time (in seconds):15.028
16.18/15.13	o 4
16.41/15.36	c Got one! Elapsed wall clock time (in seconds):15.253
16.41/15.36	o 2
16.52/15.49	c cleaning 6835 clauses out of 13689 with flag 9611/192228
16.91/15.84	c cleaning 6422 clauses out of 12853 with flag 40656/198227
17.31/16.23	c cleaning 6711 clauses out of 13429 with flag 74511/205227
17.81/16.76	c cleaning 7355 clauses out of 14718 with flag 116239/213228
18.33/17.23	c cleaning 8175 clauses out of 16359 with flag 157549/222227
18.53/17.44	c starts		: 165
18.53/17.44	c conflicts		: 226888
18.53/17.44	c decisions		: 416346
18.53/17.44	c propagations		: 15391576
18.53/17.44	c inspects		: 223181850
18.53/17.44	c shortcuts		: 0
18.53/17.44	c learnt literals	: 22
18.53/17.44	c learnt binary clauses	: 32
18.53/17.44	c learnt ternary clauses	: 319
18.53/17.44	c learnt constraints	: 226865
18.53/17.44	c ignored constraints	: 0
18.53/17.44	c root simplifications	: 0
18.53/17.44	c removed literals (reason simplification)	: 0
18.53/17.44	c reason swapping (by a shorter reason)	: 0
18.53/17.44	c Calls to reduceDB	: 30
18.53/17.44	c Number of update (reduction) of LBD	: 90035
18.53/17.44	c Imported unit clauses	: 0
18.53/17.44	c number of reductions to clauses (during analyze)	: 0
18.53/17.44	c number of learned constraints concerned by reduction	: 0
18.53/17.44	c number of learning phase by resolution	: 0
18.53/17.44	c number of learning phase by cutting planes	: 0
18.53/17.44	c speed (assignments/second)	: 898096.3939782938
18.53/17.44	c non guided choices	7422
18.53/17.44	c learnt constraints type 
18.53/17.44	s OPTIMUM FOUND
18.53/17.44	c Found 65 solution(s)
18.53/17.44	v -x1 -x2 -x3 -x4 -x5 -x6 x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 x32 -x33 x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 x99 -x100 -x101 x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 x130 -x131 x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 x151 -x152 -x153 -x154 -x155 -x156 x157 -x158 -x159 -x160 -x161 -x162 x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 x179 -x180 -x181 -x182 -x183 x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -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 
18.53/17.44	c objective function=2
18.53/17.44	c Total wall clock time (in seconds): 17.337

Verifier Data

OK	2

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

pid=13897
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.35 2.34 2.02 3/194 13900
/proc/meminfo: memFree=29825308/32872528 swapFree=1534436/1655032
[pid=13900] ppid=13897 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/13900/stat : 13900 (java) R 13897 13900 12165 0 -1 4202496 774 0 0 0 0 0 0 0 20 0 1 0 36427298 23793664 424 33554432000 1073741824 1073778376 140733764602160 140733764591224 217401309747 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13900/statm: 5809 438 334 9 0 128 0

[startup+0.100063 s]
/proc/loadavg: 2.35 2.34 2.02 3/194 13900
/proc/meminfo: memFree=29825308/32872528 swapFree=1534436/1655032
[pid=13900] ppid=13897 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/13900/stat : 13900 (java) S 13897 13900 12165 0 -1 4202496 4422 0 1 0 9 0 0 0 20 0 18 0 36427298 9787879424 6047 33554432000 1073741824 1073778376 140733764602160 140733764593296 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13900/statm: 2389619 6047 2140 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200213 s]
/proc/loadavg: 2.35 2.34 2.02 3/194 13900
/proc/meminfo: memFree=29825308/32872528 swapFree=1534436/1655032
[pid=13900] ppid=13897 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/13900/stat : 13900 (java) S 13897 13900 12165 0 -1 4202496 4737 0 1 0 25 0 0 0 20 0 18 0 36427298 9787879424 6819 33554432000 1073741824 1073778376 140733764602160 140733764593296 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13900/statm: 2389619 6819 2212 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300215 s]
/proc/loadavg: 2.35 2.34 2.02 3/194 13900
/proc/meminfo: memFree=29825308/32872528 swapFree=1534436/1655032
[pid=13900] ppid=13897 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/13900/stat : 13900 (java) S 13897 13900 12165 0 -1 4202496 5816 0 1 0 47 1 0 0 20 0 18 0 36427298 9787879424 8413 33554432000 1073741824 1073778376 140733764602160 140733764593296 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13900/statm: 2389619 8413 2239 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700246 s]
/proc/loadavg: 2.35 2.34 2.02 3/194 13900
/proc/meminfo: memFree=29825308/32872528 swapFree=1534436/1655032
[pid=13900] ppid=13897 vsize=9625040 CPUtime=1.58 cores=0,2,4,6
/proc/13900/stat : 13900 (java) S 13897 13900 12165 0 -1 4202496 12921 0 1 0 156 2 0 0 20 0 19 0 36427298 9856040960 13953 33554432000 1073741824 1073778376 140733764602160 140733764593296 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13900/statm: 2406260 13953 2262 9 0 2396937 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 9625040

[startup+1.50084 s]
/proc/loadavg: 2.35 2.34 2.02 3/213 13919
/proc/meminfo: memFree=29765328/32872528 swapFree=1534436/1655032
[pid=13900] ppid=13897 vsize=9625040 CPUtime=2.46 cores=0,2,4,6
/proc/13900/stat : 13900 (java) S 13897 13900 12165 0 -1 4202496 12934 0 1 0 243 3 0 0 20 0 19 0 36427298 9856040960 17030 33554432000 1073741824 1073778376 140733764602160 140733764593296 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13900/statm: 2406260 17030 2266 9 0 2396937 0
[pid=13900/tid=13902] ppid=13897 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/13900/task/13902/stat : 13902 (java) R 13897 13900 12165 0 -1 4202560 2431 0 1 0 147 0 0 0 20 0 19 0 36427299 9856040960 17030 33554432000 1073741824 1073778376 140733764602160 139809566055560 139809390134252 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13900/tid=13903] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13903/stat : 13903 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427300 9856040960 17030 33554432000 1073741824 1073778376 140733764602160 139809527548456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13900/tid=13904] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13904/stat : 13904 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427300 9856040960 17030 33554432000 1073741824 1073778376 140733764602160 139809526495656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13900/tid=13905] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13905/stat : 13905 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427300 9856040960 17030 33554432000 1073741824 1073778376 140733764602160 139809525442856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13900/tid=13906] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13906/stat : 13906 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427300 9856040960 17030 33554432000 1073741824 1073778376 140733764602160 139809524390056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13900/tid=13907] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13907/stat : 13907 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427300 9856040960 17030 33554432000 1073741824 1073778376 140733764602160 139809523338280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13900/tid=13908] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13908/stat : 13908 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427300 9856040960 17030 33554432000 1073741824 1073778376 140733764602160 139809522285480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13900/tid=13909] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13909/stat : 13909 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427300 9856040960 17030 33554432000 1073741824 1073778376 140733764602160 139809521232680 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13900/tid=13910] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13910/stat : 13910 (java) S 13897 13900 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36427300 9856040960 17030 33554432000 1073741824 1073778376 140733764602160 139809520179880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13900/tid=13911] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13911/stat : 13911 (java) S 13897 13900 12165 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36427301 9856040960 17030 33554432000 1073741824 1073778376 140733764602160 139809389537768 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13900/tid=13912] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13912/stat : 13912 (java) S 13897 13900 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36427301 9856040960 17030 33554432000 1073741824 1073778376 140733764602160 139809388483832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13900/tid=13913] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13913/stat : 13913 (java) S 13897 13900 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36427301 9856040960 17030 33554432000 1073741824 1073778376 140733764602160 139809387430920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13900/tid=13914] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13914/stat : 13914 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427303 9856040960 17030 33554432000 1073741824 1073778376 140733764602160 139809386379408 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13900/tid=13915] ppid=13897 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/13900/task/13915/stat : 13915 (java) S 13897 13900 12165 0 -1 4202560 4289 0 0 0 47 0 0 0 20 0 19 0 36427303 9856040960 17030 33554432000 1073741824 1073778376 140733764602160 139809385327544 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13900/tid=13916] ppid=13897 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/13900/task/13916/stat : 13916 (java) S 13897 13900 12165 0 -1 4202560 4936 0 0 0 47 2 0 0 20 0 19 0 36427303 9856040960 17030 33554432000 1073741824 1073778376 140733764602160 139809384274744 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13900/tid=13917] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13917/stat : 13917 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427303 9856040960 17030 33554432000 1073741824 1073778376 140733764602160 139809383222136 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13900/tid=13918] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13918/stat : 13918 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427304 9856040960 17030 33554432000 1073741824 1073778376 140733764602160 139809382169544 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13900/tid=13919] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13919/stat : 13919 (java) S 13897 13900 12165 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36427329 9856040960 17030 33554432000 1073741824 1073778376 140733764602160 139809381115048 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 9625040

[startup+3.10083 s]
/proc/loadavg: 2.35 2.34 2.02 3/213 13919
/proc/meminfo: memFree=29756640/32872528 swapFree=1534436/1655032
[pid=13900] ppid=13897 vsize=9625040 CPUtime=4.14 cores=0,2,4,6
/proc/13900/stat : 13900 (java) S 13897 13900 12165 0 -1 4202496 12944 0 1 0 411 3 0 0 20 0 19 0 36427298 9856040960 19082 33554432000 1073741824 1073778376 140733764602160 140733764593296 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13900/statm: 2406260 19082 2270 9 0 2396937 0
[pid=13900/tid=13902] ppid=13897 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/13900/task/13902/stat : 13902 (java) R 13897 13900 12165 0 -1 4202560 2436 0 1 0 305 1 0 0 20 0 19 0 36427299 9856040960 19082 33554432000 1073741824 1073778376 140733764602160 139809566048560 139809390185781 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13900/tid=13903] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13903/stat : 13903 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427300 9856040960 19082 33554432000 1073741824 1073778376 140733764602160 139809527548456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13900/tid=13904] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13904/stat : 13904 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427300 9856040960 19082 33554432000 1073741824 1073778376 140733764602160 139809526495656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13900/tid=13905] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13905/stat : 13905 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427300 9856040960 19082 33554432000 1073741824 1073778376 140733764602160 139809525442856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13900/tid=13906] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13906/stat : 13906 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427300 9856040960 19082 33554432000 1073741824 1073778376 140733764602160 139809524390056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13900/tid=13907] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13907/stat : 13907 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427300 9856040960 19082 33554432000 1073741824 1073778376 140733764602160 139809523338280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13900/tid=13908] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13908/stat : 13908 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427300 9856040960 19082 33554432000 1073741824 1073778376 140733764602160 139809522285480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13900/tid=13909] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13909/stat : 13909 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427300 9856040960 19082 33554432000 1073741824 1073778376 140733764602160 139809521232680 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13900/tid=13910] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13910/stat : 13910 (java) S 13897 13900 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36427300 9856040960 19082 33554432000 1073741824 1073778376 140733764602160 139809520179880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13900/tid=13911] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13911/stat : 13911 (java) S 13897 13900 12165 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36427301 9856040960 19082 33554432000 1073741824 1073778376 140733764602160 139809389537768 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13900/tid=13912] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13912/stat : 13912 (java) S 13897 13900 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36427301 9856040960 19082 33554432000 1073741824 1073778376 140733764602160 139809388483832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13900/tid=13913] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13913/stat : 13913 (java) S 13897 13900 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36427301 9856040960 19082 33554432000 1073741824 1073778376 140733764602160 139809387430920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13900/tid=13914] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13914/stat : 13914 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427303 9856040960 19082 33554432000 1073741824 1073778376 140733764602160 139809386379408 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13900/tid=13915] ppid=13897 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/13900/task/13915/stat : 13915 (java) S 13897 13900 12165 0 -1 4202560 4293 0 0 0 50 0 0 0 20 0 19 0 36427303 9856040960 19082 33554432000 1073741824 1073778376 140733764602160 139809385327544 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13900/tid=13916] ppid=13897 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/13900/task/13916/stat : 13916 (java) S 13897 13900 12165 0 -1 4202560 4937 0 0 0 52 2 0 0 20 0 19 0 36427303 9856040960 19082 33554432000 1073741824 1073778376 140733764602160 139809384274744 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13900/tid=13917] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13917/stat : 13917 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427303 9856040960 19082 33554432000 1073741824 1073778376 140733764602160 139809383222136 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13900/tid=13918] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13918/stat : 13918 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427304 9856040960 19082 33554432000 1073741824 1073778376 140733764602160 139809382169544 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13900/tid=13919] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13919/stat : 13919 (java) S 13897 13900 12165 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36427329 9856040960 19082 33554432000 1073741824 1073778376 140733764602160 139809381115048 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.14
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.32 2.33 2.02 3/212 13919
/proc/meminfo: memFree=29734436/32872528 swapFree=1534436/1655032
[pid=13900] ppid=13897 vsize=9625040 CPUtime=7.35 cores=0,2,4,6
/proc/13900/stat : 13900 (java) S 13897 13900 12165 0 -1 4202496 12952 0 1 0 732 3 0 0 20 0 19 0 36427298 9856040960 21293 33554432000 1073741824 1073778376 140733764602160 140733764593296 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13900/statm: 2406260 21293 2270 9 0 2396937 0
[pid=13900/tid=13902] ppid=13897 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/13900/task/13902/stat : 13902 (java) R 13897 13900 12165 0 -1 4202560 2444 0 1 0 624 1 0 0 20 0 19 0 36427299 9856040960 21293 33554432000 1073741824 1073778376 140733764602160 139809566047952 139809390134215 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13900/tid=13903] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13903/stat : 13903 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427300 9856040960 21293 33554432000 1073741824 1073778376 140733764602160 139809527548456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13900/tid=13904] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13904/stat : 13904 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427300 9856040960 21293 33554432000 1073741824 1073778376 140733764602160 139809526495656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13900/tid=13905] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13905/stat : 13905 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427300 9856040960 21293 33554432000 1073741824 1073778376 140733764602160 139809525442856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13900/tid=13906] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13906/stat : 13906 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427300 9856040960 21293 33554432000 1073741824 1073778376 140733764602160 139809524390056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13900/tid=13907] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13907/stat : 13907 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427300 9856040960 21293 33554432000 1073741824 1073778376 140733764602160 139809523338280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13900/tid=13908] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13908/stat : 13908 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427300 9856040960 21293 33554432000 1073741824 1073778376 140733764602160 139809522285480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13900/tid=13909] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13909/stat : 13909 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427300 9856040960 21293 33554432000 1073741824 1073778376 140733764602160 139809521232680 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13900/tid=13910] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13910/stat : 13910 (java) S 13897 13900 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36427300 9856040960 21293 33554432000 1073741824 1073778376 140733764602160 139809520179880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13900/tid=13911] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13911/stat : 13911 (java) S 13897 13900 12165 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36427301 9856040960 21293 33554432000 1073741824 1073778376 140733764602160 139809389537768 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13900/tid=13912] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13912/stat : 13912 (java) S 13897 13900 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36427301 9856040960 21293 33554432000 1073741824 1073778376 140733764602160 139809388483832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13900/tid=13913] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13913/stat : 13913 (java) S 13897 13900 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36427301 9856040960 21293 33554432000 1073741824 1073778376 140733764602160 139809387430920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13900/tid=13914] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13914/stat : 13914 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427303 9856040960 21293 33554432000 1073741824 1073778376 140733764602160 139809386379408 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13900/tid=13915] ppid=13897 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/13900/task/13915/stat : 13915 (java) S 13897 13900 12165 0 -1 4202560 4293 0 0 0 51 0 0 0 20 0 19 0 36427303 9856040960 21293 33554432000 1073741824 1073778376 140733764602160 139809385327544 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13900/tid=13916] ppid=13897 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/13900/task/13916/stat : 13916 (java) S 13897 13900 12165 0 -1 4202560 4937 0 0 0 52 2 0 0 20 0 19 0 36427303 9856040960 21293 33554432000 1073741824 1073778376 140733764602160 139809384274744 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13900/tid=13917] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13917/stat : 13917 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427303 9856040960 21293 33554432000 1073741824 1073778376 140733764602160 139809383222136 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13900/tid=13918] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13918/stat : 13918 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427304 9856040960 21293 33554432000 1073741824 1073778376 140733764602160 139809382169544 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13900/tid=13919] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13919/stat : 13919 (java) S 13897 13900 12165 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36427329 9856040960 21293 33554432000 1073741824 1073778376 140733764602160 139809381115048 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.35
Current children cumulated vsize (KiB) 9625040


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

[pid=13900/tid=13905] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13905/stat : 13905 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427300 9856040960 30510 33554432000 1073741824 1073778376 140733764602160 139809525442856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13900/tid=13906] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13906/stat : 13906 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427300 9856040960 30510 33554432000 1073741824 1073778376 140733764602160 139809524390056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13900/tid=13907] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13907/stat : 13907 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427300 9856040960 30510 33554432000 1073741824 1073778376 140733764602160 139809523338280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13900/tid=13908] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13908/stat : 13908 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427300 9856040960 30510 33554432000 1073741824 1073778376 140733764602160 139809522285480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13900/tid=13909] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13909/stat : 13909 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427300 9856040960 30510 33554432000 1073741824 1073778376 140733764602160 139809521232680 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13900/tid=13910] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13910/stat : 13910 (java) S 13897 13900 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36427300 9856040960 30510 33554432000 1073741824 1073778376 140733764602160 139809520179880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13900/tid=13911] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13911/stat : 13911 (java) S 13897 13900 12165 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36427301 9856040960 30510 33554432000 1073741824 1073778376 140733764602160 139809389537768 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13900/tid=13912] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13912/stat : 13912 (java) S 13897 13900 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36427301 9856040960 30510 33554432000 1073741824 1073778376 140733764602160 139809388483832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13900/tid=13913] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13913/stat : 13913 (java) S 13897 13900 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36427301 9856040960 30510 33554432000 1073741824 1073778376 140733764602160 139809387430920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13900/tid=13914] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13914/stat : 13914 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427303 9856040960 30510 33554432000 1073741824 1073778376 140733764602160 139809386379408 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13900/tid=13915] ppid=13897 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/13900/task/13915/stat : 13915 (java) S 13897 13900 12165 0 -1 4202560 4294 0 0 0 54 0 0 0 20 0 19 0 36427303 9856040960 30510 33554432000 1073741824 1073778376 140733764602160 139809385327544 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13900/tid=13916] ppid=13897 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/13900/task/13916/stat : 13916 (java) S 13897 13900 12165 0 -1 4202560 4937 0 0 0 55 2 0 0 20 0 19 0 36427303 9856040960 30510 33554432000 1073741824 1073778376 140733764602160 139809384274744 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13900/tid=13917] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13917/stat : 13917 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427303 9856040960 30510 33554432000 1073741824 1073778376 140733764602160 139809383222136 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13900/tid=13918] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13918/stat : 13918 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427304 9856040960 30510 33554432000 1073741824 1073778376 140733764602160 139809382169544 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13900/tid=13919] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13919/stat : 13919 (java) S 13897 13900 12165 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36427329 9856040960 30510 33554432000 1073741824 1073778376 140733764602160 139809381115048 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 17.11
Current children cumulated vsize (KiB) 9625040

[startup+16.8008 s]
/proc/loadavg: 2.34 2.34 2.03 4/213 13985
/proc/meminfo: memFree=29720124/32872528 swapFree=1534436/1655032
[pid=13900] ppid=13897 vsize=9625040 CPUtime=17.91 cores=0,2,4,6
/proc/13900/stat : 13900 (java) S 13897 13900 12165 0 -1 4202496 12974 0 1 0 1787 4 0 0 20 0 19 0 36427298 9856040960 31022 33554432000 1073741824 1073778376 140733764602160 140733764593296 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13900/statm: 2406260 31022 2271 9 0 2396937 0
[pid=13900/tid=13902] ppid=13897 vsize=9625040 CPUtime=16.73 cores=0,2,4,6
/proc/13900/task/13902/stat : 13902 (java) R 13897 13900 12165 0 -1 4202560 2465 0 1 0 1672 1 0 0 20 0 19 0 36427299 9856040960 31022 33554432000 1073741824 1073778376 140733764602160 139809566048000 139809390095835 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13900/tid=13903] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13903/stat : 13903 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427300 9856040960 31022 33554432000 1073741824 1073778376 140733764602160 139809527548456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13900/tid=13904] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13904/stat : 13904 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427300 9856040960 31022 33554432000 1073741824 1073778376 140733764602160 139809526495656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13900/tid=13905] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13905/stat : 13905 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427300 9856040960 31022 33554432000 1073741824 1073778376 140733764602160 139809525442856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13900/tid=13906] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13906/stat : 13906 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427300 9856040960 31022 33554432000 1073741824 1073778376 140733764602160 139809524390056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13900/tid=13907] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13907/stat : 13907 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427300 9856040960 31022 33554432000 1073741824 1073778376 140733764602160 139809523338280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13900/tid=13908] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13908/stat : 13908 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427300 9856040960 31022 33554432000 1073741824 1073778376 140733764602160 139809522285480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13900/tid=13909] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13909/stat : 13909 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427300 9856040960 31022 33554432000 1073741824 1073778376 140733764602160 139809521232680 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13900/tid=13910] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13910/stat : 13910 (java) S 13897 13900 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36427300 9856040960 31022 33554432000 1073741824 1073778376 140733764602160 139809520179880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13900/tid=13911] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13911/stat : 13911 (java) S 13897 13900 12165 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36427301 9856040960 31022 33554432000 1073741824 1073778376 140733764602160 139809389537768 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13900/tid=13912] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13912/stat : 13912 (java) S 13897 13900 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36427301 9856040960 31022 33554432000 1073741824 1073778376 140733764602160 139809388483832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13900/tid=13913] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13913/stat : 13913 (java) S 13897 13900 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36427301 9856040960 31022 33554432000 1073741824 1073778376 140733764602160 139809387430920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13900/tid=13914] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13914/stat : 13914 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427303 9856040960 31022 33554432000 1073741824 1073778376 140733764602160 139809386379408 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13900/tid=13915] ppid=13897 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/13900/task/13915/stat : 13915 (java) S 13897 13900 12165 0 -1 4202560 4294 0 0 0 54 0 0 0 20 0 19 0 36427303 9856040960 31022 33554432000 1073741824 1073778376 140733764602160 139809385327544 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13900/tid=13916] ppid=13897 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/13900/task/13916/stat : 13916 (java) S 13897 13900 12165 0 -1 4202560 4937 0 0 0 55 2 0 0 20 0 19 0 36427303 9856040960 31022 33554432000 1073741824 1073778376 140733764602160 139809384274744 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13900/tid=13917] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13917/stat : 13917 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427303 9856040960 31022 33554432000 1073741824 1073778376 140733764602160 139809383222136 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13900/tid=13918] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13918/stat : 13918 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427304 9856040960 31022 33554432000 1073741824 1073778376 140733764602160 139809382169544 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13900/tid=13919] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13919/stat : 13919 (java) S 13897 13900 12165 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36427329 9856040960 31022 33554432000 1073741824 1073778376 140733764602160 139809381115048 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 17.91
Current children cumulated vsize (KiB) 9625040

[startup+17.2008 s]
/proc/loadavg: 2.34 2.34 2.03 4/213 13985
/proc/meminfo: memFree=29720124/32872528 swapFree=1534436/1655032
[pid=13900] ppid=13897 vsize=9625040 CPUtime=18.33 cores=0,2,4,6
/proc/13900/stat : 13900 (java) S 13897 13900 12165 0 -1 4202496 12975 0 1 0 1829 4 0 0 20 0 19 0 36427298 9856040960 31022 33554432000 1073741824 1073778376 140733764602160 140733764593296 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13900/statm: 2406260 31022 2271 9 0 2396937 0
[pid=13900/tid=13902] ppid=13897 vsize=9625040 CPUtime=17.12 cores=0,2,4,6
/proc/13900/task/13902/stat : 13902 (java) R 13897 13900 12165 0 -1 4202560 2466 0 1 0 1711 1 0 0 20 0 19 0 36427299 9856040960 31022 33554432000 1073741824 1073778376 140733764602160 139809566057064 139809390095130 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13900/tid=13903] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13903/stat : 13903 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427300 9856040960 31022 33554432000 1073741824 1073778376 140733764602160 139809527548456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13900/tid=13904] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13904/stat : 13904 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427300 9856040960 31022 33554432000 1073741824 1073778376 140733764602160 139809526495656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13900/tid=13905] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13905/stat : 13905 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427300 9856040960 31022 33554432000 1073741824 1073778376 140733764602160 139809525442856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13900/tid=13906] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13906/stat : 13906 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427300 9856040960 31022 33554432000 1073741824 1073778376 140733764602160 139809524390056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13900/tid=13907] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13907/stat : 13907 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427300 9856040960 31022 33554432000 1073741824 1073778376 140733764602160 139809523338280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13900/tid=13908] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13908/stat : 13908 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427300 9856040960 31022 33554432000 1073741824 1073778376 140733764602160 139809522285480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13900/tid=13909] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13909/stat : 13909 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427300 9856040960 31022 33554432000 1073741824 1073778376 140733764602160 139809521232680 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13900/tid=13910] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13910/stat : 13910 (java) S 13897 13900 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36427300 9856040960 31022 33554432000 1073741824 1073778376 140733764602160 139809520179880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13900/tid=13911] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13911/stat : 13911 (java) S 13897 13900 12165 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36427301 9856040960 31022 33554432000 1073741824 1073778376 140733764602160 139809389537768 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13900/tid=13912] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13912/stat : 13912 (java) S 13897 13900 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36427301 9856040960 31022 33554432000 1073741824 1073778376 140733764602160 139809388483832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13900/tid=13913] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13913/stat : 13913 (java) S 13897 13900 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36427301 9856040960 31022 33554432000 1073741824 1073778376 140733764602160 139809387430920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13900/tid=13914] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13914/stat : 13914 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427303 9856040960 31022 33554432000 1073741824 1073778376 140733764602160 139809386379408 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13900/tid=13915] ppid=13897 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/13900/task/13915/stat : 13915 (java) S 13897 13900 12165 0 -1 4202560 4294 0 0 0 54 0 0 0 20 0 19 0 36427303 9856040960 31022 33554432000 1073741824 1073778376 140733764602160 139809385327544 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13900/tid=13916] ppid=13897 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/13900/task/13916/stat : 13916 (java) S 13897 13900 12165 0 -1 4202560 4937 0 0 0 57 2 0 0 20 0 19 0 36427303 9856040960 31022 33554432000 1073741824 1073778376 140733764602160 139809384274744 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13900/tid=13917] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13917/stat : 13917 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427303 9856040960 31022 33554432000 1073741824 1073778376 140733764602160 139809383222136 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13900/tid=13918] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13918/stat : 13918 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427304 9856040960 31022 33554432000 1073741824 1073778376 140733764602160 139809382169544 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13900/tid=13919] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13919/stat : 13919 (java) S 13897 13900 12165 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36427329 9856040960 31022 33554432000 1073741824 1073778376 140733764602160 139809381115048 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 18.33
Current children cumulated vsize (KiB) 9625040

[startup+17.4008 s]
/proc/loadavg: 2.34 2.34 2.03 4/213 13985
/proc/meminfo: memFree=29720124/32872528 swapFree=1534436/1655032
[pid=13900] ppid=13897 vsize=9625040 CPUtime=18.53 cores=0,2,4,6
/proc/13900/stat : 13900 (java) S 13897 13900 12165 0 -1 4202496 12976 0 1 0 1849 4 0 0 20 0 19 0 36427298 9856040960 31534 33554432000 1073741824 1073778376 140733764602160 140733764593296 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13900/statm: 2406260 31534 2271 9 0 2396937 0
[pid=13900/tid=13902] ppid=13897 vsize=9625040 CPUtime=17.32 cores=0,2,4,6
/proc/13900/task/13902/stat : 13902 (java) R 13897 13900 12165 0 -1 4202560 2467 0 1 0 1731 1 0 0 20 0 19 0 36427299 9856040960 31534 33554432000 1073741824 1073778376 140733764602160 139809566057064 139809390134775 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13900/tid=13903] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13903/stat : 13903 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427300 9856040960 31534 33554432000 1073741824 1073778376 140733764602160 139809527548456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13900/tid=13904] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13904/stat : 13904 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427300 9856040960 31534 33554432000 1073741824 1073778376 140733764602160 139809526495656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13900/tid=13905] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13905/stat : 13905 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427300 9856040960 31534 33554432000 1073741824 1073778376 140733764602160 139809525442856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13900/tid=13906] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13906/stat : 13906 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427300 9856040960 31534 33554432000 1073741824 1073778376 140733764602160 139809524390056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13900/tid=13907] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13907/stat : 13907 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427300 9856040960 31534 33554432000 1073741824 1073778376 140733764602160 139809523338280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13900/tid=13908] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13908/stat : 13908 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427300 9856040960 31534 33554432000 1073741824 1073778376 140733764602160 139809522285480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13900/tid=13909] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13909/stat : 13909 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427300 9856040960 31534 33554432000 1073741824 1073778376 140733764602160 139809521232680 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13900/tid=13910] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13910/stat : 13910 (java) S 13897 13900 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36427300 9856040960 31534 33554432000 1073741824 1073778376 140733764602160 139809520179880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13900/tid=13911] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13911/stat : 13911 (java) S 13897 13900 12165 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36427301 9856040960 31534 33554432000 1073741824 1073778376 140733764602160 139809389537768 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13900/tid=13912] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13912/stat : 13912 (java) S 13897 13900 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36427301 9856040960 31534 33554432000 1073741824 1073778376 140733764602160 139809388483832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13900/tid=13913] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13913/stat : 13913 (java) S 13897 13900 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36427301 9856040960 31534 33554432000 1073741824 1073778376 140733764602160 139809387430920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13900/tid=13914] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13914/stat : 13914 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427303 9856040960 31534 33554432000 1073741824 1073778376 140733764602160 139809386379408 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13900/tid=13915] ppid=13897 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/13900/task/13915/stat : 13915 (java) S 13897 13900 12165 0 -1 4202560 4294 0 0 0 54 0 0 0 20 0 19 0 36427303 9856040960 31534 33554432000 1073741824 1073778376 140733764602160 139809385327544 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13900/tid=13916] ppid=13897 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/13900/task/13916/stat : 13916 (java) S 13897 13900 12165 0 -1 4202560 4937 0 0 0 57 2 0 0 20 0 19 0 36427303 9856040960 31534 33554432000 1073741824 1073778376 140733764602160 139809384274744 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13900/tid=13917] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13917/stat : 13917 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427303 9856040960 31534 33554432000 1073741824 1073778376 140733764602160 139809383222136 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13900/tid=13918] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13918/stat : 13918 (java) S 13897 13900 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427304 9856040960 31534 33554432000 1073741824 1073778376 140733764602160 139809382169544 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13900/tid=13919] ppid=13897 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13900/task/13919/stat : 13919 (java) S 13897 13900 12165 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36427329 9856040960 31534 33554432000 1073741824 1073778376 140733764602160 139809381115048 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 18.53
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 17.4505
CPU time (s): 18.5602
CPU user time (s): 18.4982
CPU system time (s): 0.06199
CPU usage (%): 106.359
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.4982
system time used= 0.06199
maximum resident set size= 128244
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13000
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= 666
involuntary context switches= 51

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.12698 second user time and 0.152976 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-19 15:43:09
IDJOB=4109932
IDBENCH=78974
IDSOLVER=2551
FILE ID=node122/4109932-1466343789
RUNJOBID= node122-1466341819-12181
PBS_JOBID= 19922031
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900576360--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109932-1466343789/watcher-4109932-1466343789 -o /tmp/evaluation-result-4109932-1466343789/solver-4109932-1466343789 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466341819-12181 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4109932-1466343789.wbo

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

MD5SUM BENCH= 5d7330038698be4d7397c9bceea53fdc
RANDOM SEED=1146462508

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.769
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.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29825200 kB
Buffers:          176580 kB
Cached:           350620 kB
SwapCached:            0 kB
Active:           233044 kB
Inactive:         398564 kB
Active(anon):      97068 kB
Inactive(anon):     9900 kB
Active(file):     135976 kB
Inactive(file):   388664 kB
Unevictable:     1655032 kB
Mlocked:         1534436 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1900 kB
Writeback:             8 kB
AnonPages:       1771316 kB
Mapped:            20984 kB
Shmem:               204 kB
Slab:             615384 kB
SReclaimable:      58928 kB
SUnreclaim:       556456 kB
KernelStack:        1624 kB
PageTables:         8016 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2344104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    196608 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71744 MiB
End job on node122 at 2016-06-19 15:43:26