Trace number 4109952

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 16.9304 15.0616

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900563801--soft-66-100-0.wbo
MD5SUM8222df718f0c39737e94bfab6b6fa003
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark13.341
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 constraints927
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 45360
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 45359
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 719
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.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4109952-1466343798.wbo
0.10/0.10	c reading problem ... 
0.26/0.29	c ... done. Wall clock time 0.189s.
0.26/0.29	c declared #vars     231
0.26/0.29	c internal #vars     1158
0.26/0.29	c #constraints  2707
0.26/0.29	c constraints type 
0.26/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2528
0.26/0.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 14
0.26/0.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 156
0.26/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 9
0.26/0.29	c 2707 constraints processed.
0.26/0.29	c objective function length is 927 literals
0.76/0.43	c SATISFIABLE
0.76/0.43	c OPTIMIZING...
0.76/0.43	c Got one! Elapsed wall clock time (in seconds):0.321
0.76/0.43	o 498
0.76/0.45	c Got one! Elapsed wall clock time (in seconds):0.343
0.76/0.45	o 495
0.76/0.47	c Got one! Elapsed wall clock time (in seconds):0.366
0.76/0.47	o 485
0.76/0.49	c Got one! Elapsed wall clock time (in seconds):0.381
0.76/0.49	o 484
1.05/0.54	c Got one! Elapsed wall clock time (in seconds):0.435
1.05/0.54	o 477
1.05/0.55	c Got one! Elapsed wall clock time (in seconds):0.444
1.05/0.55	o 345
1.05/0.56	c Got one! Elapsed wall clock time (in seconds):0.454
1.05/0.56	o 297
1.05/0.59	c Got one! Elapsed wall clock time (in seconds):0.485
1.05/0.59	o 264
1.33/0.60	c Got one! Elapsed wall clock time (in seconds):0.494
1.33/0.60	o 261
1.33/0.61	c Got one! Elapsed wall clock time (in seconds):0.502
1.33/0.61	o 257
1.33/0.62	c Got one! Elapsed wall clock time (in seconds):0.513
1.33/0.62	o 254
1.33/0.62	c Got one! Elapsed wall clock time (in seconds):0.52
1.33/0.62	o 239
1.33/0.64	c Got one! Elapsed wall clock time (in seconds):0.531
1.33/0.64	o 228
1.33/0.64	c Got one! Elapsed wall clock time (in seconds):0.537
1.33/0.64	o 225
1.33/0.65	c Got one! Elapsed wall clock time (in seconds):0.544
1.33/0.65	o 205
1.33/0.67	c Got one! Elapsed wall clock time (in seconds):0.566
1.33/0.67	o 191
1.33/0.68	c Got one! Elapsed wall clock time (in seconds):0.574
1.33/0.68	o 185
1.33/0.69	c Got one! Elapsed wall clock time (in seconds):0.582
1.33/0.69	o 180
1.33/0.69	c Got one! Elapsed wall clock time (in seconds):0.587
1.33/0.69	o 178
1.63/0.71	c Got one! Elapsed wall clock time (in seconds):0.602
1.63/0.71	o 170
1.76/0.81	c Got one! Elapsed wall clock time (in seconds):0.706
1.76/0.81	o 165
1.76/0.84	c Got one! Elapsed wall clock time (in seconds):0.738
1.76/0.84	o 164
1.76/0.86	c Got one! Elapsed wall clock time (in seconds):0.754
1.76/0.86	o 163
1.86/0.95	c Got one! Elapsed wall clock time (in seconds):0.85
1.86/0.95	o 146
1.86/0.98	c Got one! Elapsed wall clock time (in seconds):0.88
1.86/0.98	o 145
2.28/1.31	c cleaning 4615 clauses out of 9247 with flag 18835/9247
2.61/1.67	c Got one! Elapsed wall clock time (in seconds):1.564
2.61/1.67	o 138
2.81/1.83	c cleaning 5224 clauses out of 10454 with flag 17222/15069
2.91/1.91	c Got one! Elapsed wall clock time (in seconds):1.81
2.91/1.91	o 137
2.91/1.97	c Got one! Elapsed wall clock time (in seconds):1.867
2.91/1.97	o 130
3.02/2.04	c Got one! Elapsed wall clock time (in seconds):1.933
3.02/2.04	o 102
3.33/2.33	c Got one! Elapsed wall clock time (in seconds):2.228
3.33/2.33	o 82
3.42/2.45	c cleaning 6267 clauses out of 12538 with flag 11054/22377
3.42/2.46	c Got one! Elapsed wall clock time (in seconds):2.358
3.42/2.46	o 79
3.83/2.62	c Got one! Elapsed wall clock time (in seconds):2.513
3.83/2.62	o 78
4.14/2.89	c cleaning 5771 clauses out of 11564 with flag 19924/27670
4.28/2.99	c Got one! Elapsed wall clock time (in seconds):2.891
4.28/2.99	o 74
4.50/3.08	c Got one! Elapsed wall clock time (in seconds):2.981
4.50/3.08	o 71
5.05/3.31	c cleaning 5665 clauses out of 11365 with flag 19008/33242
5.16/3.46	c Got one! Elapsed wall clock time (in seconds):3.356
5.16/3.46	o 55
5.36/3.63	c Got one! Elapsed wall clock time (in seconds):3.525
5.36/3.63	o 48
5.46/3.70	c cleaning 5636 clauses out of 11283 with flag 6510/38825
5.66/3.97	c Got one! Elapsed wall clock time (in seconds):3.868
5.66/3.97	o 46
5.76/4.05	c cleaning 5509 clauses out of 11032 with flag 12004/44210
5.86/4.19	c Got one! Elapsed wall clock time (in seconds):4.086
5.86/4.19	o 45
6.06/4.39	c cleaning 5275 clauses out of 10577 with flag 21716/49264
6.17/4.42	c Got one! Elapsed wall clock time (in seconds):4.315
6.17/4.42	o 42
6.46/4.73	c cleaning 5456 clauses out of 10920 with flag 34014/54882
6.86/5.12	c cleaning 5729 clauses out of 11465 with flag 79795/60883
7.27/5.57	c cleaning 6357 clauses out of 12736 with flag 132118/67883
7.86/6.13	c cleaning 7177 clauses out of 14378 with flag 194538/75882
8.47/6.77	c cleaning 8082 clauses out of 16202 with flag 267009/84883
8.56/6.89	c Got one! Elapsed wall clock time (in seconds):6.787
8.56/6.89	o 41
8.86/7.18	c Got one! Elapsed wall clock time (in seconds):7.073
8.86/7.18	o 39
8.96/7.26	c cleaning 7408 clauses out of 14821 with flag 7605/91584
8.96/7.27	c Got one! Elapsed wall clock time (in seconds):7.17
8.96/7.27	o 38
9.06/7.30	c Got one! Elapsed wall clock time (in seconds):7.201
9.06/7.30	o 37
9.37/7.62	c Got one! Elapsed wall clock time (in seconds):7.519
9.37/7.62	o 31
9.48/7.71	c Got one! Elapsed wall clock time (in seconds):7.605
9.48/7.71	o 30
9.48/7.76	c Got one! Elapsed wall clock time (in seconds):7.656
9.48/7.76	o 27
9.48/7.78	c Got one! Elapsed wall clock time (in seconds):7.677
9.48/7.78	o 25
9.59/7.86	c cleaning 7573 clauses out of 15162 with flag 9951/99333
9.98/8.23	c cleaning 6773 clauses out of 13590 with flag 62279/105334
10.40/8.65	c cleaning 6896 clauses out of 13821 with flag 119279/112338
10.50/8.73	c Got one! Elapsed wall clock time (in seconds):8.621
10.50/8.73	o 23
10.80/9.01	c cleaning 6170 clauses out of 12354 with flag 33390/117767
11.21/9.47	c cleaning 6073 clauses out of 12182 with flag 80817/123765
11.72/9.97	c cleaning 6552 clauses out of 13112 with flag 134558/130768
11.82/10.03	c Got one! Elapsed wall clock time (in seconds):9.929
11.82/10.03	o 22
12.01/10.29	c cleaning 5784 clauses out of 11573 with flag 26403/135781
12.21/10.41	c Got one! Elapsed wall clock time (in seconds):10.309
12.21/10.41	o 21
12.41/10.61	c cleaning 5563 clauses out of 11162 with flag 22661/141154
12.71/10.97	c cleaning 5791 clauses out of 11601 with flag 63957/147156
13.11/11.39	c cleaning 6399 clauses out of 12812 with flag 112031/154158
13.71/11.92	c cleaning 7205 clauses out of 14409 with flag 170938/162154
14.02/12.27	c Got one! Elapsed wall clock time (in seconds):12.161
14.02/12.27	o 16
14.44/12.64	c cleaning 9080 clauses out of 18165 with flag 35930/173115
14.64/12.90	c Got one! Elapsed wall clock time (in seconds):12.792
14.64/12.90	o 10
14.85/13.05	c cleaning 7418 clauses out of 14850 with flag 13512/178880
15.25/13.47	c cleaning 6714 clauses out of 13430 with flag 53581/184878
15.65/13.89	c Got one! Elapsed wall clock time (in seconds):13.789
15.65/13.89	o 8
16.05/14.26	c cleaning 8673 clauses out of 17351 with flag 27518/195516
16.05/14.28	c Got one! Elapsed wall clock time (in seconds):14.178
16.05/14.28	o 7
16.37/14.56	c Got one! Elapsed wall clock time (in seconds):14.459
16.37/14.56	o 6
16.47/14.63	c cleaning 7374 clauses out of 14747 with flag 5343/201590
16.57/14.72	c Got one! Elapsed wall clock time (in seconds):14.617
16.57/14.72	o 5
16.77/14.95	c cleaning 6582 clauses out of 13171 with flag 19694/207393
16.87/15.04	c starts		: 132
16.87/15.04	c conflicts		: 209236
16.87/15.04	c decisions		: 370483
16.87/15.04	c propagations		: 16484540
16.87/15.04	c inspects		: 174402910
16.87/15.04	c shortcuts		: 0
16.87/15.04	c learnt literals	: 24
16.87/15.04	c learnt binary clauses	: 26
16.87/15.04	c learnt ternary clauses	: 222
16.87/15.04	c learnt constraints	: 209211
16.87/15.04	c ignored constraints	: 0
16.87/15.04	c root simplifications	: 0
16.87/15.04	c removed literals (reason simplification)	: 0
16.87/15.04	c reason swapping (by a shorter reason)	: 0
16.87/15.04	c Calls to reduceDB	: 31
16.87/15.04	c Number of update (reduction) of LBD	: 81421
16.87/15.04	c Imported unit clauses	: 0
16.87/15.04	c number of reductions to clauses (during analyze)	: 0
16.87/15.04	c number of learned constraints concerned by reduction	: 0
16.87/15.04	c number of learning phase by resolution	: 0
16.87/15.04	c number of learning phase by cutting planes	: 0
16.87/15.04	c speed (assignments/second)	: 1118278.2714876875
16.87/15.04	c non guided choices	6819
16.87/15.04	c learnt constraints type 
16.87/15.04	s OPTIMUM FOUND
16.87/15.04	c Found 56 solution(s)
16.87/15.04	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 
16.87/15.04	c objective function=5
16.87/15.04	c Total wall clock time (in seconds): 14.94

Verifier Data

OK	5

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-4109952-1466343798/watcher-4109952-1466343798 -o /tmp/evaluation-result-4109952-1466343798/solver-4109952-1466343798 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466341814-20471 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109952-1466343798.wbo 

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

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


[startup+0 s]
/proc/loadavg: 2.31 2.24 1.94 3/194 22059
/proc/meminfo: memFree=30179424/32872528 swapFree=1286400/1433568
[pid=22059] ppid=22056 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/22059/stat : 22059 (java) S 22056 22059 20454 0 -1 4202496 1283 0 0 0 0 0 0 0 20 0 2 0 36426573 94019584 917 33554432000 1073741824 1073778376 140733277852960 140733277844096 214373007421 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22059/statm: 22954 917 697 9 0 16769 0
[pid=22059/tid=22060] ppid=22056 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22060/stat : 22060 (java) D 22056 22059 20454 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 36426574 94019584 917 33554432000 1073741824 1073778376 140733277852960 140179654659624 214360485159 0 0 4096 0 18446744072100588836 0 0 -1 3 0 0 0 0 0

[startup+0.100114 s]
/proc/loadavg: 2.31 2.24 1.94 3/194 22059
/proc/meminfo: memFree=30179424/32872528 swapFree=1286400/1433568
[pid=22059] ppid=22056 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/22059/stat : 22059 (java) S 22056 22059 20454 0 -1 4202496 4459 0 1 0 9 1 0 0 20 0 18 0 36426573 9787879424 6082 33554432000 1073741824 1073778376 140733277852960 140733277844096 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22059/statm: 2389619 6082 2147 9 0 2380296 0
[pid=22059/tid=22060] ppid=22056 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/22059/task/22060/stat : 22060 (java) R 22056 22059 20454 0 -1 4202560 2375 0 1 0 6 1 0 0 20 0 18 0 36426574 9787879424 6082 33554432000 1073741824 1073778376 140733277852960 140179654663072 214373033229 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200274 s]
/proc/loadavg: 2.31 2.24 1.94 3/194 22059
/proc/meminfo: memFree=30179424/32872528 swapFree=1286400/1433568
[pid=22059] ppid=22056 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/22059/stat : 22059 (java) S 22056 22059 20454 0 -1 4202496 4761 0 1 0 25 1 0 0 20 0 18 0 36426573 9787879424 6836 33554432000 1073741824 1073778376 140733277852960 140733277844096 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22059/statm: 2389619 6836 2214 9 0 2380296 0
[pid=22059/tid=22060] ppid=22056 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/22059/task/22060/stat : 22060 (java) R 22056 22059 20454 0 -1 4202560 2394 0 1 0 16 1 0 0 20 0 18 0 36426574 9787879424 6836 33554432000 1073741824 1073778376 140733277852960 140179654664200 140179494991360 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300267 s]
/proc/loadavg: 2.31 2.24 1.94 3/194 22059
/proc/meminfo: memFree=30179424/32872528 swapFree=1286400/1433568
[pid=22059] ppid=22056 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/22059/stat : 22059 (java) S 22056 22059 20454 0 -1 4202496 5812 0 1 0 47 2 0 0 20 0 18 0 36426573 9787879424 8318 33554432000 1073741824 1073778376 140733277852960 140733277844096 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22059/statm: 2389619 8318 2239 9 0 2380296 0
[pid=22059/tid=22060] ppid=22056 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/22059/task/22060/stat : 22060 (java) R 22056 22059 20454 0 -1 4202560 2406 0 1 0 26 1 0 0 20 0 18 0 36426574 9787879424 8318 33554432000 1073741824 1073778376 140733277852960 140179654656936 140179495020380 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700216 s]
/proc/loadavg: 2.31 2.24 1.94 3/194 22059
/proc/meminfo: memFree=30179424/32872528 swapFree=1286400/1433568
[pid=22059] ppid=22056 vsize=9625040 CPUtime=1.63 cores=1,3,5,7
/proc/22059/stat : 22059 (java) S 22056 22059 20454 0 -1 4202496 12976 0 1 0 159 4 0 0 20 0 19 0 36426573 9856040960 13376 33554432000 1073741824 1073778376 140733277852960 140733277844096 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22059/statm: 2406260 13376 2262 9 0 2396937 0
[pid=22059/tid=22060] ppid=22056 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/22059/task/22060/stat : 22060 (java) R 22056 22059 20454 0 -1 4202560 2414 0 1 0 65 2 0 0 20 0 19 0 36426574 9856040960 13376 33554432000 1073741824 1073778376 140733277852960 140179654664040 140179495518180 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 9625040

[startup+1.50079 s]
/proc/loadavg: 2.31 2.24 1.94 3/213 22078
/proc/meminfo: memFree=30130388/32872528 swapFree=1286400/1433568
[pid=22059] ppid=22056 vsize=9625040 CPUtime=2.51 cores=1,3,5,7
/proc/22059/stat : 22059 (java) S 22056 22059 20454 0 -1 4202496 12989 0 1 0 247 4 0 0 20 0 19 0 36426573 9856040960 14919 33554432000 1073741824 1073778376 140733277852960 140733277844096 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22059/statm: 2406260 14919 2268 9 0 2396937 0
[pid=22059/tid=22060] ppid=22056 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/22059/task/22060/stat : 22060 (java) R 22056 22059 20454 0 -1 4202560 2418 0 1 0 145 2 0 0 20 0 19 0 36426574 9856040960 14919 33554432000 1073741824 1073778376 140733277852960 140179654664744 140179495480034 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22059/tid=22062] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22062/stat : 22062 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426574 9856040960 14919 33554432000 1073741824 1073778376 140733277852960 140179616156328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22059/tid=22063] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22063/stat : 22063 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426574 9856040960 14919 33554432000 1073741824 1073778376 140733277852960 140179615103784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22059/tid=22064] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22064/stat : 22064 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426574 9856040960 14919 33554432000 1073741824 1073778376 140733277852960 140179614051240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22059/tid=22065] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22065/stat : 22065 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426574 9856040960 14919 33554432000 1073741824 1073778376 140733277852960 140179494923304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22059/tid=22066] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22066/stat : 22066 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426574 9856040960 14919 33554432000 1073741824 1073778376 140733277852960 140179493869736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22059/tid=22067] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22067/stat : 22067 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426574 9856040960 14919 33554432000 1073741824 1073778376 140733277852960 140179492817192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22059/tid=22068] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22068/stat : 22068 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426574 9856040960 14919 33554432000 1073741824 1073778376 140733277852960 140179491764648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22059/tid=22069] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22069/stat : 22069 (java) S 22056 22059 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36426574 9856040960 14919 33554432000 1073741824 1073778376 140733277852960 140179490712104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22059/tid=22070] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22070/stat : 22070 (java) S 22056 22059 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36426575 9856040960 14919 33554432000 1073741824 1073778376 140733277852960 140179008383592 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22059/tid=22071] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22071/stat : 22071 (java) S 22056 22059 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36426576 9856040960 14919 33554432000 1073741824 1073778376 140733277852960 140179007329912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22059/tid=22072] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22072/stat : 22072 (java) S 22056 22059 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36426576 9856040960 14919 33554432000 1073741824 1073778376 140733277852960 140179006277256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22059/tid=22073] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22073/stat : 22073 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426578 9856040960 14919 33554432000 1073741824 1073778376 140733277852960 140179005226000 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22059/tid=22074] ppid=22056 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/22059/task/22074/stat : 22074 (java) S 22056 22059 20454 0 -1 4202560 4561 0 0 0 50 2 0 0 20 0 19 0 36426578 9856040960 14919 33554432000 1073741824 1073778376 140733277852960 140179004172344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22059/tid=22075] ppid=22056 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/22059/task/22075/stat : 22075 (java) S 22056 22059 20454 0 -1 4202560 4733 0 0 0 49 0 0 0 20 0 19 0 36426578 9856040960 14919 33554432000 1073741824 1073778376 140733277852960 140179003119800 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22059/tid=22076] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22076/stat : 22076 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426578 9856040960 14919 33554432000 1073741824 1073778376 140733277852960 140179002067448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22059/tid=22077] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22077/stat : 22077 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426578 9856040960 14919 33554432000 1073741824 1073778376 140733277852960 140179001015112 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22059/tid=22078] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22078/stat : 22078 (java) S 22056 22059 20454 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36426604 9856040960 14919 33554432000 1073741824 1073778376 140733277852960 140178999960872 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.51
Current children cumulated vsize (KiB) 9625040

[startup+3.10087 s]
/proc/loadavg: 2.28 2.24 1.94 3/213 22078
/proc/meminfo: memFree=30124120/32872528 swapFree=1286400/1433568
[pid=22059] ppid=22056 vsize=9625040 CPUtime=4.7 cores=1,3,5,7
/proc/22059/stat : 22059 (java) S 22056 22059 20454 0 -1 4202496 21096 0 1 0 465 5 0 0 20 0 19 0 36426573 9856040960 21778 33554432000 1073741824 1073778376 140733277852960 140733277844096 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22059/statm: 2406260 21778 2270 9 0 2396937 0
[pid=22059/tid=22060] ppid=22056 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/22059/task/22060/stat : 22060 (java) R 22056 22059 20454 0 -1 4202560 2426 0 1 0 305 2 0 0 20 0 19 0 36426574 9856040960 21778 33554432000 1073741824 1073778376 140733277852960 140179654664648 140179495557467 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22059/tid=22062] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22062/stat : 22062 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426574 9856040960 21778 33554432000 1073741824 1073778376 140733277852960 140179616156328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22059/tid=22063] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22063/stat : 22063 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426574 9856040960 21778 33554432000 1073741824 1073778376 140733277852960 140179615103784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22059/tid=22064] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22064/stat : 22064 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426574 9856040960 21778 33554432000 1073741824 1073778376 140733277852960 140179614051240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22059/tid=22065] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22065/stat : 22065 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426574 9856040960 21778 33554432000 1073741824 1073778376 140733277852960 140179494923304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22059/tid=22066] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22066/stat : 22066 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426574 9856040960 21778 33554432000 1073741824 1073778376 140733277852960 140179493869736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22059/tid=22067] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22067/stat : 22067 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426574 9856040960 21778 33554432000 1073741824 1073778376 140733277852960 140179492817192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22059/tid=22068] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22068/stat : 22068 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426574 9856040960 21778 33554432000 1073741824 1073778376 140733277852960 140179491764648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22059/tid=22069] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22069/stat : 22069 (java) S 22056 22059 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36426574 9856040960 21778 33554432000 1073741824 1073778376 140733277852960 140179490712104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22059/tid=22070] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22070/stat : 22070 (java) S 22056 22059 20454 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36426575 9856040960 21778 33554432000 1073741824 1073778376 140733277852960 140179008383592 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22059/tid=22071] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22071/stat : 22071 (java) S 22056 22059 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36426576 9856040960 21778 33554432000 1073741824 1073778376 140733277852960 140179007329912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22059/tid=22072] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22072/stat : 22072 (java) S 22056 22059 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36426576 9856040960 21778 33554432000 1073741824 1073778376 140733277852960 140179006277256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22059/tid=22073] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22073/stat : 22073 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426578 9856040960 21778 33554432000 1073741824 1073778376 140733277852960 140179005226000 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22059/tid=22074] ppid=22056 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/22059/task/22074/stat : 22074 (java) R 22056 22059 20454 0 -1 4202560 7663 0 0 0 76 2 0 0 20 0 19 0 36426578 9856040960 21778 33554432000 1073741824 1073778376 140733277852960 140179004150456 140179661639517 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22059/tid=22075] ppid=22056 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/22059/task/22075/stat : 22075 (java) S 22056 22059 20454 0 -1 4202560 9729 0 0 0 79 1 0 0 20 0 19 0 36426578 9856040960 21778 33554432000 1073741824 1073778376 140733277852960 140179003119800 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22059/tid=22076] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22076/stat : 22076 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426578 9856040960 21778 33554432000 1073741824 1073778376 140733277852960 140179002067448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22059/tid=22077] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22077/stat : 22077 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426578 9856040960 21778 33554432000 1073741824 1073778376 140733277852960 140179001015112 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22059/tid=22078] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22078/stat : 22078 (java) S 22056 22059 20454 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36426604 9856040960 21778 33554432000 1073741824 1073778376 140733277852960 140178999960872 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.7
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.28 2.24 1.94 3/212 22078
/proc/meminfo: memFree=30097680/32872528 swapFree=1286400/1433568
[pid=22059] ppid=22056 vsize=9625040 CPUtime=8.06 cores=1,3,5,7
/proc/22059/stat : 22059 (java) S 22056 22059 20454 0 -1 4202496 21695 0 1 0 801 5 0 0 20 0 19 0 36426573 9856040960 23259 33554432000 1073741824 1073778376 140733277852960 140733277844096 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22059/statm: 2406260 23259 2270 9 0 2396937 0
[pid=22059/tid=22060] ppid=22056 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/22059/task/22060/stat : 22060 (java) R 22056 22059 20454 0 -1 4202560 2435 0 1 0 625 2 0 0 20 0 19 0 36426574 9856040960 23259 33554432000 1073741824 1073778376 140733277852960 140179654655680 140179495518252 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22059/tid=22062] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22062/stat : 22062 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426574 9856040960 23259 33554432000 1073741824 1073778376 140733277852960 140179616156328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22059/tid=22063] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22063/stat : 22063 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426574 9856040960 23259 33554432000 1073741824 1073778376 140733277852960 140179615103784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22059/tid=22064] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22064/stat : 22064 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426574 9856040960 23259 33554432000 1073741824 1073778376 140733277852960 140179614051240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22059/tid=22065] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22065/stat : 22065 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426574 9856040960 23259 33554432000 1073741824 1073778376 140733277852960 140179494923304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22059/tid=22066] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22066/stat : 22066 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426574 9856040960 23259 33554432000 1073741824 1073778376 140733277852960 140179493869736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22059/tid=22067] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22067/stat : 22067 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426574 9856040960 23259 33554432000 1073741824 1073778376 140733277852960 140179492817192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22059/tid=22068] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22068/stat : 22068 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426574 9856040960 23259 33554432000 1073741824 1073778376 140733277852960 140179491764648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22059/tid=22069] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22069/stat : 22069 (java) S 22056 22059 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36426574 9856040960 23259 33554432000 1073741824 1073778376 140733277852960 140179490712104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22059/tid=22070] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22070/stat : 22070 (java) S 22056 22059 20454 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36426575 9856040960 23259 33554432000 1073741824 1073778376 140733277852960 140179008383592 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22059/tid=22071] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22071/stat : 22071 (java) S 22056 22059 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36426576 9856040960 23259 33554432000 1073741824 1073778376 140733277852960 140179007329912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22059/tid=22072] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22072/stat : 22072 (java) S 22056 22059 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36426576 9856040960 23259 33554432000 1073741824 1073778376 140733277852960 140179006277256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22059/tid=22073] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22073/stat : 22073 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426578 9856040960 23259 33554432000 1073741824 1073778376 140733277852960 140179005226000 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22059/tid=22074] ppid=22056 vsize=9625040 CPUtime=0.95 cores=1,3,5,7
/proc/22059/task/22074/stat : 22074 (java) S 22056 22059 20454 0 -1 4202560 8253 0 0 0 93 2 0 0 20 0 19 0 36426578 9856040960 23259 33554432000 1073741824 1073778376 140733277852960 140179004172344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22059/tid=22075] ppid=22056 vsize=9625040 CPUtime=0.8 cores=1,3,5,7

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

[pid=22059/tid=22064] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22064/stat : 22064 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426574 9856040960 29916 33554432000 1073741824 1073778376 140733277852960 140179614051240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22059/tid=22065] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22065/stat : 22065 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426574 9856040960 29916 33554432000 1073741824 1073778376 140733277852960 140179494923304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22059/tid=22066] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22066/stat : 22066 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426574 9856040960 29916 33554432000 1073741824 1073778376 140733277852960 140179493869736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22059/tid=22067] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22067/stat : 22067 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426574 9856040960 29916 33554432000 1073741824 1073778376 140733277852960 140179492817192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22059/tid=22068] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22068/stat : 22068 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426574 9856040960 29916 33554432000 1073741824 1073778376 140733277852960 140179491764648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22059/tid=22069] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22069/stat : 22069 (java) S 22056 22059 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36426574 9856040960 29916 33554432000 1073741824 1073778376 140733277852960 140179490712104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22059/tid=22070] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22070/stat : 22070 (java) S 22056 22059 20454 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36426575 9856040960 29916 33554432000 1073741824 1073778376 140733277852960 140179008383592 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22059/tid=22071] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22071/stat : 22071 (java) S 22056 22059 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36426576 9856040960 29916 33554432000 1073741824 1073778376 140733277852960 140179007329912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22059/tid=22072] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22072/stat : 22072 (java) S 22056 22059 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36426576 9856040960 29916 33554432000 1073741824 1073778376 140733277852960 140179006277256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22059/tid=22073] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22073/stat : 22073 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426578 9856040960 29916 33554432000 1073741824 1073778376 140733277852960 140179005226000 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22059/tid=22074] ppid=22056 vsize=9625040 CPUtime=0.99 cores=1,3,5,7
/proc/22059/task/22074/stat : 22074 (java) S 22056 22059 20454 0 -1 4202560 8254 0 0 0 97 2 0 0 20 0 19 0 36426578 9856040960 29916 33554432000 1073741824 1073778376 140733277852960 140179004172344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22059/tid=22075] ppid=22056 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/22059/task/22075/stat : 22075 (java) S 22056 22059 20454 0 -1 4202560 9729 0 0 0 82 1 0 0 20 0 19 0 36426578 9856040960 29916 33554432000 1073741824 1073778376 140733277852960 140179003119800 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22059/tid=22076] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22076/stat : 22076 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426578 9856040960 29916 33554432000 1073741824 1073778376 140733277852960 140179002067448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22059/tid=22077] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22077/stat : 22077 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426578 9856040960 29916 33554432000 1073741824 1073778376 140733277852960 140179001015112 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22059/tid=22078] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22078/stat : 22078 (java) S 22056 22059 20454 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36426604 9856040960 29916 33554432000 1073741824 1073778376 140733277852960 140178999960872 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 14.64
Current children cumulated vsize (KiB) 9625040

[startup+14.4078 s]
/proc/loadavg: 2.24 2.23 1.94 3/213 22079
/proc/meminfo: memFree=30060724/32872528 swapFree=1286400/1433568
[pid=22059] ppid=22056 vsize=9625040 CPUtime=16.26 cores=1,3,5,7
/proc/22059/stat : 22059 (java) S 22056 22059 20454 0 -1 4202496 21716 0 1 0 1620 6 0 0 20 0 19 0 36426573 9856040960 31452 33554432000 1073741824 1073778376 140733277852960 140733277844096 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22059/statm: 2406260 31452 2271 9 0 2396937 0
[pid=22059/tid=22060] ppid=22056 vsize=9625040 CPUtime=14.38 cores=1,3,5,7
/proc/22059/task/22060/stat : 22060 (java) R 22056 22059 20454 0 -1 4202560 2455 0 1 0 1435 3 0 0 20 0 19 0 36426574 9856040960 31452 33554432000 1073741824 1073778376 140733277852960 140179654664808 140179495527986 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22059/tid=22062] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22062/stat : 22062 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426574 9856040960 31452 33554432000 1073741824 1073778376 140733277852960 140179616156328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22059/tid=22063] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22063/stat : 22063 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426574 9856040960 31452 33554432000 1073741824 1073778376 140733277852960 140179615103784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22059/tid=22064] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22064/stat : 22064 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426574 9856040960 31452 33554432000 1073741824 1073778376 140733277852960 140179614051240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22059/tid=22065] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22065/stat : 22065 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426574 9856040960 31452 33554432000 1073741824 1073778376 140733277852960 140179494923304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22059/tid=22066] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22066/stat : 22066 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426574 9856040960 31452 33554432000 1073741824 1073778376 140733277852960 140179493869736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22059/tid=22067] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22067/stat : 22067 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426574 9856040960 31452 33554432000 1073741824 1073778376 140733277852960 140179492817192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22059/tid=22068] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22068/stat : 22068 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426574 9856040960 31452 33554432000 1073741824 1073778376 140733277852960 140179491764648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22059/tid=22069] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22069/stat : 22069 (java) S 22056 22059 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36426574 9856040960 31452 33554432000 1073741824 1073778376 140733277852960 140179490712104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22059/tid=22070] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22070/stat : 22070 (java) S 22056 22059 20454 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36426575 9856040960 31452 33554432000 1073741824 1073778376 140733277852960 140179008383592 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22059/tid=22071] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22071/stat : 22071 (java) S 22056 22059 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36426576 9856040960 31452 33554432000 1073741824 1073778376 140733277852960 140179007329912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22059/tid=22072] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22072/stat : 22072 (java) S 22056 22059 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36426576 9856040960 31452 33554432000 1073741824 1073778376 140733277852960 140179006277256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22059/tid=22073] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22073/stat : 22073 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426578 9856040960 31452 33554432000 1073741824 1073778376 140733277852960 140179005226000 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22059/tid=22074] ppid=22056 vsize=9625040 CPUtime=0.99 cores=1,3,5,7
/proc/22059/task/22074/stat : 22074 (java) S 22056 22059 20454 0 -1 4202560 8254 0 0 0 97 2 0 0 20 0 19 0 36426578 9856040960 31452 33554432000 1073741824 1073778376 140733277852960 140179004172344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22059/tid=22075] ppid=22056 vsize=9625040 CPUtime=0.85 cores=1,3,5,7
/proc/22059/task/22075/stat : 22075 (java) S 22056 22059 20454 0 -1 4202560 9729 0 0 0 84 1 0 0 20 0 19 0 36426578 9856040960 31452 33554432000 1073741824 1073778376 140733277852960 140179003119800 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22059/tid=22076] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22076/stat : 22076 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426578 9856040960 31452 33554432000 1073741824 1073778376 140733277852960 140179002067448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22059/tid=22077] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22077/stat : 22077 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426578 9856040960 31452 33554432000 1073741824 1073778376 140733277852960 140179001015112 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22059/tid=22078] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22078/stat : 22078 (java) S 22056 22059 20454 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36426604 9856040960 31452 33554432000 1073741824 1073778376 140733277852960 140178999960872 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 16.26
Current children cumulated vsize (KiB) 9625040

[startup+14.8008 s]
/proc/loadavg: 2.24 2.23 1.94 3/213 22079
/proc/meminfo: memFree=30060724/32872528 swapFree=1286400/1433568
[pid=22059] ppid=22056 vsize=9625040 CPUtime=16.67 cores=1,3,5,7
/proc/22059/stat : 22059 (java) S 22056 22059 20454 0 -1 4202496 21717 0 1 0 1661 6 0 0 20 0 19 0 36426573 9856040960 31964 33554432000 1073741824 1073778376 140733277852960 140733277844096 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22059/statm: 2406260 31964 2271 9 0 2396937 0
[pid=22059/tid=22060] ppid=22056 vsize=9625040 CPUtime=14.77 cores=1,3,5,7
/proc/22059/task/22060/stat : 22060 (java) R 22056 22059 20454 0 -1 4202560 2456 0 1 0 1474 3 0 0 20 0 19 0 36426574 9856040960 31964 33554432000 1073741824 1073778376 140733277852960 140179654663368 140179495527953 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22059/tid=22062] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22062/stat : 22062 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426574 9856040960 31964 33554432000 1073741824 1073778376 140733277852960 140179616156328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22059/tid=22063] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22063/stat : 22063 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426574 9856040960 31964 33554432000 1073741824 1073778376 140733277852960 140179615103784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22059/tid=22064] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22064/stat : 22064 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426574 9856040960 31964 33554432000 1073741824 1073778376 140733277852960 140179614051240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22059/tid=22065] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22065/stat : 22065 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426574 9856040960 31964 33554432000 1073741824 1073778376 140733277852960 140179494923304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22059/tid=22066] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22066/stat : 22066 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426574 9856040960 31964 33554432000 1073741824 1073778376 140733277852960 140179493869736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22059/tid=22067] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22067/stat : 22067 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426574 9856040960 31964 33554432000 1073741824 1073778376 140733277852960 140179492817192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22059/tid=22068] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22068/stat : 22068 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426574 9856040960 31964 33554432000 1073741824 1073778376 140733277852960 140179491764648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22059/tid=22069] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22069/stat : 22069 (java) S 22056 22059 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36426574 9856040960 31964 33554432000 1073741824 1073778376 140733277852960 140179490712104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22059/tid=22070] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22070/stat : 22070 (java) S 22056 22059 20454 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36426575 9856040960 31964 33554432000 1073741824 1073778376 140733277852960 140179008383592 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22059/tid=22071] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22071/stat : 22071 (java) S 22056 22059 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36426576 9856040960 31964 33554432000 1073741824 1073778376 140733277852960 140179007329912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22059/tid=22072] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22072/stat : 22072 (java) S 22056 22059 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36426576 9856040960 31964 33554432000 1073741824 1073778376 140733277852960 140179006277256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22059/tid=22073] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22073/stat : 22073 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426578 9856040960 31964 33554432000 1073741824 1073778376 140733277852960 140179005226000 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22059/tid=22074] ppid=22056 vsize=9625040 CPUtime=1 cores=1,3,5,7
/proc/22059/task/22074/stat : 22074 (java) S 22056 22059 20454 0 -1 4202560 8254 0 0 0 98 2 0 0 20 0 19 0 36426578 9856040960 31964 33554432000 1073741824 1073778376 140733277852960 140179004172344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22059/tid=22075] ppid=22056 vsize=9625040 CPUtime=0.85 cores=1,3,5,7
/proc/22059/task/22075/stat : 22075 (java) S 22056 22059 20454 0 -1 4202560 9729 0 0 0 84 1 0 0 20 0 19 0 36426578 9856040960 31964 33554432000 1073741824 1073778376 140733277852960 140179003119800 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22059/tid=22076] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22076/stat : 22076 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426578 9856040960 31964 33554432000 1073741824 1073778376 140733277852960 140179002067448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22059/tid=22077] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22077/stat : 22077 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426578 9856040960 31964 33554432000 1073741824 1073778376 140733277852960 140179001015112 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22059/tid=22078] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22078/stat : 22078 (java) S 22056 22059 20454 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36426604 9856040960 31964 33554432000 1073741824 1073778376 140733277852960 140178999960872 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 16.67
Current children cumulated vsize (KiB) 9625040

[startup+15.0007 s]
/proc/loadavg: 2.24 2.23 1.94 3/213 22079
/proc/meminfo: memFree=30060724/32872528 swapFree=1286400/1433568
[pid=22059] ppid=22056 vsize=9625040 CPUtime=16.87 cores=1,3,5,7
/proc/22059/stat : 22059 (java) S 22056 22059 20454 0 -1 4202496 21717 0 1 0 1681 6 0 0 20 0 19 0 36426573 9856040960 31964 33554432000 1073741824 1073778376 140733277852960 140733277844096 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22059/statm: 2406260 31964 2271 9 0 2396937 0
[pid=22059/tid=22060] ppid=22056 vsize=9625040 CPUtime=14.97 cores=1,3,5,7
/proc/22059/task/22060/stat : 22060 (java) R 22056 22059 20454 0 -1 4202560 2456 0 1 0 1494 3 0 0 20 0 19 0 36426574 9856040960 31964 33554432000 1073741824 1073778376 140733277852960 140179654655744 140179495480034 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22059/tid=22062] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22062/stat : 22062 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426574 9856040960 31964 33554432000 1073741824 1073778376 140733277852960 140179616156328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22059/tid=22063] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22063/stat : 22063 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426574 9856040960 31964 33554432000 1073741824 1073778376 140733277852960 140179615103784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22059/tid=22064] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22064/stat : 22064 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426574 9856040960 31964 33554432000 1073741824 1073778376 140733277852960 140179614051240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22059/tid=22065] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22065/stat : 22065 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426574 9856040960 31964 33554432000 1073741824 1073778376 140733277852960 140179494923304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22059/tid=22066] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22066/stat : 22066 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426574 9856040960 31964 33554432000 1073741824 1073778376 140733277852960 140179493869736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22059/tid=22067] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22067/stat : 22067 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426574 9856040960 31964 33554432000 1073741824 1073778376 140733277852960 140179492817192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22059/tid=22068] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22068/stat : 22068 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426574 9856040960 31964 33554432000 1073741824 1073778376 140733277852960 140179491764648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22059/tid=22069] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22069/stat : 22069 (java) S 22056 22059 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36426574 9856040960 31964 33554432000 1073741824 1073778376 140733277852960 140179490712104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22059/tid=22070] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22070/stat : 22070 (java) S 22056 22059 20454 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36426575 9856040960 31964 33554432000 1073741824 1073778376 140733277852960 140179008383592 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22059/tid=22071] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22071/stat : 22071 (java) S 22056 22059 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36426576 9856040960 31964 33554432000 1073741824 1073778376 140733277852960 140179007329912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22059/tid=22072] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22072/stat : 22072 (java) S 22056 22059 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36426576 9856040960 31964 33554432000 1073741824 1073778376 140733277852960 140179006277256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22059/tid=22073] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22073/stat : 22073 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426578 9856040960 31964 33554432000 1073741824 1073778376 140733277852960 140179005226000 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22059/tid=22074] ppid=22056 vsize=9625040 CPUtime=1 cores=1,3,5,7
/proc/22059/task/22074/stat : 22074 (java) S 22056 22059 20454 0 -1 4202560 8254 0 0 0 98 2 0 0 20 0 19 0 36426578 9856040960 31964 33554432000 1073741824 1073778376 140733277852960 140179004172344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22059/tid=22075] ppid=22056 vsize=9625040 CPUtime=0.85 cores=1,3,5,7
/proc/22059/task/22075/stat : 22075 (java) S 22056 22059 20454 0 -1 4202560 9729 0 0 0 84 1 0 0 20 0 19 0 36426578 9856040960 31964 33554432000 1073741824 1073778376 140733277852960 140179003119800 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22059/tid=22076] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22076/stat : 22076 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426578 9856040960 31964 33554432000 1073741824 1073778376 140733277852960 140179002067448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22059/tid=22077] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22077/stat : 22077 (java) S 22056 22059 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426578 9856040960 31964 33554432000 1073741824 1073778376 140733277852960 140179001015112 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22059/tid=22078] ppid=22056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22059/task/22078/stat : 22078 (java) S 22056 22059 20454 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36426604 9856040960 31964 33554432000 1073741824 1073778376 140733277852960 140178999960872 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 16.87
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 15.0616
CPU time (s): 16.9304
CPU user time (s): 16.8394
CPU system time (s): 0.090986
CPU usage (%): 112.408
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.8394
system time used= 0.090986
maximum resident set size= 129964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21741
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= 656
involuntary context switches= 49

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.06299 second user time and 0.136979 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-19 15:43:18
IDJOB=4109952
IDBENCH=78981
IDSOLVER=2551
FILE ID=node130/4109952-1466343798
RUNJOBID= node130-1466341814-20471
PBS_JOBID= 19922023
Free space on /tmp= 71748 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.1900563801--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109952-1466343798/watcher-4109952-1466343798 -o /tmp/evaluation-result-4109952-1466343798/solver-4109952-1466343798 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466341814-20471 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4109952-1466343798.wbo

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

MD5SUM BENCH= 8222df718f0c39737e94bfab6b6fa003
RANDOM SEED=560272534

node130.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.365
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.73
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.365
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.365
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.365
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.365
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.365
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.53
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.365
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.56
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.365
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:        30180068 kB
Buffers:           96348 kB
Cached:           259308 kB
SwapCached:         1836 kB
Active:           250884 kB
Inactive:         267748 kB
Active(anon):     162800 kB
Inactive(anon):     2524 kB
Active(file):      88084 kB
Inactive(file):   265224 kB
Unevictable:     1433568 kB
Mlocked:         1286400 kB
SwapTotal:      67108856 kB
SwapFree:       67099104 kB
Dirty:               996 kB
Writeback:             0 kB
AnonPages:       1595972 kB
Mapped:            15428 kB
Shmem:                 0 kB
Slab:             607284 kB
SReclaimable:      50348 kB
SUnreclaim:       556936 kB
KernelStack:        1592 kB
PageTables:         7332 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2122484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    288768 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= 71748 MiB
End job on node130 at 2016-06-19 15:43:33