Trace number 4090563

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 27.2589 25.1838

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900552423--soft-33-100-0.wbo
MD5SUMc3adda683c0d048bf44386b3ccfc9e41
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark22.8715
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 constraints1816
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 92461
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 92460
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 779
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.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4090563-1466065198.wbo
0.09/0.11	c reading problem ... 
0.48/0.30	c ... done. Wall clock time 0.198s.
0.48/0.30	c declared #vars     231
0.48/0.30	c internal #vars     2047
0.48/0.30	c #constraints  2707
0.48/0.30	c constraints type 
0.48/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2600
0.48/0.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 6
0.48/0.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 84
0.48/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 17
0.48/0.30	c 2707 constraints processed.
0.48/0.31	c objective function length is 1816 literals
0.74/0.42	c SATISFIABLE
0.74/0.42	c OPTIMIZING...
0.74/0.42	c Got one! Elapsed wall clock time (in seconds):0.314
0.74/0.42	o 564
0.74/0.48	c Got one! Elapsed wall clock time (in seconds):0.372
0.74/0.48	o 551
1.04/0.51	c Got one! Elapsed wall clock time (in seconds):0.408
1.04/0.51	o 549
1.04/0.53	c Got one! Elapsed wall clock time (in seconds):0.423
1.04/0.53	o 548
1.04/0.54	c Got one! Elapsed wall clock time (in seconds):0.438
1.04/0.54	o 368
1.04/0.56	c Got one! Elapsed wall clock time (in seconds):0.455
1.04/0.56	o 354
1.33/0.65	c Got one! Elapsed wall clock time (in seconds):0.544
1.33/0.65	o 331
1.64/0.70	c Got one! Elapsed wall clock time (in seconds):0.597
1.64/0.70	o 292
1.64/0.79	c Got one! Elapsed wall clock time (in seconds):0.68
1.64/0.79	o 291
1.75/0.83	c Got one! Elapsed wall clock time (in seconds):0.726
1.75/0.83	o 290
1.75/0.87	c Got one! Elapsed wall clock time (in seconds):0.768
1.75/0.87	o 289
1.75/0.88	c Got one! Elapsed wall clock time (in seconds):0.772
1.75/0.88	o 278
1.85/0.90	c Got one! Elapsed wall clock time (in seconds):0.79
1.85/0.90	o 276
2.27/1.34	c Got one! Elapsed wall clock time (in seconds):1.237
2.27/1.34	o 273
2.27/1.35	c Got one! Elapsed wall clock time (in seconds):1.241
2.27/1.35	o 271
2.37/1.41	c Got one! Elapsed wall clock time (in seconds):1.306
2.37/1.41	o 266
2.37/1.42	c Got one! Elapsed wall clock time (in seconds):1.316
2.37/1.42	o 256
2.37/1.49	c Got one! Elapsed wall clock time (in seconds):1.383
2.37/1.49	o 255
2.47/1.52	c Got one! Elapsed wall clock time (in seconds):1.411
2.47/1.52	o 248
2.67/1.70	c Got one! Elapsed wall clock time (in seconds):1.592
2.67/1.70	o 242
2.80/1.80	c Got one! Elapsed wall clock time (in seconds):1.692
2.80/1.80	o 224
2.80/1.85	c Got one! Elapsed wall clock time (in seconds):1.748
2.80/1.85	o 179
3.00/2.02	c cleaning 5973 clauses out of 11952 with flag 5238/11952
3.54/2.50	c Got one! Elapsed wall clock time (in seconds):2.393
3.54/2.50	o 178
3.54/2.58	c Got one! Elapsed wall clock time (in seconds):2.472
3.54/2.58	o 177
3.64/2.60	c Got one! Elapsed wall clock time (in seconds):2.494
3.64/2.60	o 174
3.74/2.77	c cleaning 6013 clauses out of 12031 with flag 4857/18004
3.92/2.82	c Got one! Elapsed wall clock time (in seconds):2.714
3.92/2.82	o 169
4.88/3.53	c cleaning 5701 clauses out of 11420 with flag 36900/23406
6.32/4.42	c cleaning 5848 clauses out of 11719 with flag 86180/29406
7.01/5.16	c Got one! Elapsed wall clock time (in seconds):5.056
7.01/5.16	o 167
7.11/5.20	c Got one! Elapsed wall clock time (in seconds):5.094
7.11/5.20	o 159
7.31/5.49	c Got one! Elapsed wall clock time (in seconds):5.379
7.31/5.49	o 155
7.31/5.49	c Got one! Elapsed wall clock time (in seconds):5.385
7.31/5.49	o 95
7.71/5.85	c cleaning 8599 clauses out of 17202 with flag 24416/40737
8.13/6.23	c Got one! Elapsed wall clock time (in seconds):6.121
8.13/6.23	o 94
8.13/6.24	c Got one! Elapsed wall clock time (in seconds):6.138
8.13/6.24	o 84
8.23/6.32	c Got one! Elapsed wall clock time (in seconds):6.211
8.23/6.32	o 83
8.33/6.50	c cleaning 7344 clauses out of 14700 with flag 6910/46834
9.13/7.24	c Got one! Elapsed wall clock time (in seconds):7.132
9.13/7.24	o 82
9.23/7.38	c cleaning 6629 clauses out of 13273 with flag 6819/52751
9.53/7.62	c Got one! Elapsed wall clock time (in seconds):7.517
9.53/7.62	o 81
9.64/7.74	c Got one! Elapsed wall clock time (in seconds):7.634
9.64/7.74	o 73
9.64/7.79	c Got one! Elapsed wall clock time (in seconds):7.685
9.64/7.79	o 70
9.74/7.86	c Got one! Elapsed wall clock time (in seconds):7.755
9.74/7.86	o 64
9.83/7.95	c Got one! Elapsed wall clock time (in seconds):7.842
9.83/7.95	o 63
9.83/7.98	c Got one! Elapsed wall clock time (in seconds):7.87
9.83/7.98	o 61
10.24/8.32	c cleaning 7470 clauses out of 14950 with flag 21580/61057
10.34/8.47	c Got one! Elapsed wall clock time (in seconds):8.368
10.34/8.47	o 56
10.54/8.61	c Got one! Elapsed wall clock time (in seconds):8.501
10.54/8.61	o 47
10.64/8.73	c Got one! Elapsed wall clock time (in seconds):8.62
10.64/8.73	o 42
10.85/8.91	c Got one! Elapsed wall clock time (in seconds):8.803
10.85/8.91	o 40
10.85/8.98	c Got one! Elapsed wall clock time (in seconds):8.874
10.85/8.98	o 39
10.97/9.08	c cleaning 7430 clauses out of 14881 with flag 7150/68458
11.57/9.62	c cleaning 6721 clauses out of 13451 with flag 56873/74458
11.77/9.88	c Got one! Elapsed wall clock time (in seconds):9.773
11.77/9.88	o 38
11.88/9.97	c Got one! Elapsed wall clock time (in seconds):9.868
11.88/9.97	o 35
11.88/9.98	c Got one! Elapsed wall clock time (in seconds):9.879
11.88/9.98	o 23
12.01/10.08	c cleaning 6055 clauses out of 12118 with flag 8808/79846
12.51/10.55	c cleaning 6027 clauses out of 12065 with flag 57664/85848
12.81/10.83	c Got one! Elapsed wall clock time (in seconds):10.726
12.81/10.83	o 22
12.91/10.97	c cleaning 5819 clauses out of 11660 with flag 13117/91470
13.31/11.40	c cleaning 5909 clauses out of 11841 with flag 62613/97470
13.91/11.97	c cleaning 6460 clauses out of 12934 with flag 128881/104472
14.03/12.01	c Got one! Elapsed wall clock time (in seconds):11.906
14.03/12.01	o 21
14.33/12.38	c cleaning 5980 clauses out of 11973 with flag 39417/109971
14.43/12.46	c Got one! Elapsed wall clock time (in seconds):12.349
14.43/12.46	o 20
14.73/12.71	c Got one! Elapsed wall clock time (in seconds):12.605
14.73/12.71	o 19
14.83/12.80	c cleaning 5566 clauses out of 11171 with flag 7747/115149
15.03/13.07	c Got one! Elapsed wall clock time (in seconds):12.966
15.03/13.07	o 18
15.23/13.24	c cleaning 5647 clauses out of 11315 with flag 14856/120859
15.73/13.76	c cleaning 5824 clauses out of 11667 with flag 68608/126858
16.23/14.22	c Got one! Elapsed wall clock time (in seconds):14.114
16.23/14.22	o 17
16.63/14.69	c cleaning 8194 clauses out of 16410 with flag 42466/137425
17.13/15.16	c Got one! Elapsed wall clock time (in seconds):15.053
17.13/15.16	o 16
17.13/15.17	c Got one! Elapsed wall clock time (in seconds):15.062
17.13/15.17	o 15
17.73/15.70	c cleaning 9154 clauses out of 18328 with flag 46871/147537
17.73/15.72	c Got one! Elapsed wall clock time (in seconds):15.619
17.73/15.72	o 14
17.83/15.82	c Got one! Elapsed wall clock time (in seconds):15.711
17.83/15.82	o 13
18.13/16.18	c cleaning 7272 clauses out of 14548 with flag 32615/152911
18.73/16.75	c cleaning 6631 clauses out of 13275 with flag 85399/158910
19.33/17.40	c cleaning 6818 clauses out of 13644 with flag 145828/165910
20.12/18.14	c cleaning 7407 clauses out of 14826 with flag 219874/173910
21.02/19.05	c cleaning 8208 clauses out of 16422 with flag 302897/182914
22.13/20.17	c cleaning 9103 clauses out of 18210 with flag 391911/192910
22.23/20.22	c Got one! Elapsed wall clock time (in seconds):20.116
22.23/20.22	o 12
22.73/20.75	c cleaning 7336 clauses out of 14679 with flag 44484/198484
22.83/20.81	c Got one! Elapsed wall clock time (in seconds):20.705
22.83/20.81	o 11
23.25/21.29	c cleaning 6579 clauses out of 13173 with flag 37249/204317
23.85/21.85	c cleaning 6288 clauses out of 12594 with flag 83943/210317
24.55/22.56	c cleaning 6651 clauses out of 13309 with flag 146521/217320
24.55/22.59	c Got one! Elapsed wall clock time (in seconds):22.482
24.55/22.59	o 10
24.78/22.73	c Got one! Elapsed wall clock time (in seconds):22.627
24.78/22.73	o 9
25.23/23.13	c cleaning 6370 clauses out of 12744 with flag 34023/223409
25.73/23.68	c cleaning 6183 clauses out of 12373 with flag 83517/229409
26.43/24.36	c cleaning 6592 clauses out of 13184 with flag 135730/236408
26.43/24.39	c Got one! Elapsed wall clock time (in seconds):24.286
26.43/24.39	o 8
26.53/24.48	c Got one! Elapsed wall clock time (in seconds):24.37
26.53/24.48	o 7
26.93/24.86	c cleaning 5988 clauses out of 11984 with flag 30163/241803
27.23/25.17	c starts		: 412
27.23/25.17	c conflicts		: 245515
27.23/25.17	c decisions		: 512773
27.23/25.17	c propagations		: 36119136
27.23/25.17	c inspects		: 255976635
27.23/25.17	c shortcuts		: 0
27.23/25.17	c learnt literals	: 27
27.23/25.17	c learnt binary clauses	: 46
27.23/25.17	c learnt ternary clauses	: 294
27.23/25.17	c learnt constraints	: 245487
27.23/25.17	c ignored constraints	: 0
27.23/25.17	c root simplifications	: 0
27.23/25.17	c removed literals (reason simplification)	: 0
27.23/25.17	c reason swapping (by a shorter reason)	: 0
27.23/25.17	c Calls to reduceDB	: 35
27.23/25.17	c Number of update (reduction) of LBD	: 118540
27.23/25.17	c Imported unit clauses	: 0
27.23/25.17	c number of reductions to clauses (during analyze)	: 0
27.23/25.17	c number of learned constraints concerned by reduction	: 0
27.23/25.17	c number of learning phase by resolution	: 0
27.23/25.17	c number of learning phase by cutting planes	: 0
27.23/25.17	c speed (assignments/second)	: 1453018.585566015
27.23/25.17	c non guided choices	7602
27.23/25.17	c learnt constraints type 
27.23/25.17	s OPTIMUM FOUND
27.23/25.17	c Found 64 solution(s)
27.23/25.18	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 
27.23/25.18	c objective function=7
27.23/25.18	c Total wall clock time (in seconds): 25.07

Verifier Data

OK	7

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-4090563-1466065198/watcher-4090563-1466065198 -o /tmp/evaluation-result-4090563-1466065198/solver-4090563-1466065198 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466062104-9110 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090563-1466065198.wbo 

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

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


[startup+0 s]
/proc/loadavg: 1.93 2.01 1.91 3/194 11335
/proc/meminfo: memFree=31966296/32872528 swapFree=7268/7268
[pid=11335] ppid=11332 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/11335/stat : 11335 (java) R 11332 11335 9094 0 -1 4202496 1057 0 0 0 0 0 0 0 20 0 1 0 8564621 23793664 707 33554432000 1073741824 1073778376 140737439251856 140737439240920 243756217704 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11335/statm: 5809 707 521 9 0 128 0

[startup+0.10006 s]
/proc/loadavg: 1.93 2.01 1.91 3/194 11335
/proc/meminfo: memFree=31966296/32872528 swapFree=7268/7268
[pid=11335] ppid=11332 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/11335/stat : 11335 (java) S 11332 11335 9094 0 -1 4202496 4412 0 1 0 8 1 0 0 20 0 18 0 8564621 9787879424 6041 33554432000 1073741824 1073778376 140737439251856 140737439242992 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11335/statm: 2389619 6041 2140 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200219 s]
/proc/loadavg: 1.93 2.01 1.91 3/194 11335
/proc/meminfo: memFree=31966296/32872528 swapFree=7268/7268
[pid=11335] ppid=11332 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/11335/stat : 11335 (java) S 11332 11335 9094 0 -1 4202496 4743 0 1 0 24 1 0 0 20 0 18 0 8564621 9787879424 6856 33554432000 1073741824 1073778376 140737439251856 140737439242992 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11335/statm: 2389619 6856 2212 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300223 s]
/proc/loadavg: 1.93 2.01 1.91 3/194 11335
/proc/meminfo: memFree=31966296/32872528 swapFree=7268/7268
[pid=11335] ppid=11332 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/11335/stat : 11335 (java) S 11332 11335 9094 0 -1 4202496 5892 0 1 0 47 1 0 0 20 0 18 0 8564621 9787879424 8406 33554432000 1073741824 1073778376 140737439251856 140737439242992 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11335/statm: 2389619 8406 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700173 s]
/proc/loadavg: 1.93 2.01 1.91 3/194 11335
/proc/meminfo: memFree=31966296/32872528 swapFree=7268/7268
[pid=11335] ppid=11332 vsize=9625040 CPUtime=1.64 cores=0,2,4,6
/proc/11335/stat : 11335 (java) S 11332 11335 9094 0 -1 4202496 12823 0 1 0 161 3 0 0 20 0 19 0 8564621 9856040960 12487 33554432000 1073741824 1073778376 140737439251856 140737439242992 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11335/statm: 2406260 12487 2262 9 0 2396937 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 9625040

[startup+1.5008 s]
/proc/loadavg: 1.94 2.01 1.91 3/213 11354
/proc/meminfo: memFree=31914348/32872528 swapFree=7268/7268
[pid=11335] ppid=11332 vsize=9625040 CPUtime=2.47 cores=0,2,4,6
/proc/11335/stat : 11335 (java) S 11332 11335 9094 0 -1 4202496 12832 0 1 0 244 3 0 0 20 0 19 0 8564621 9856040960 15050 33554432000 1073741824 1073778376 140737439251856 140737439242992 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11335/statm: 2406260 15050 2264 9 0 2396937 0
[pid=11335/tid=11337] ppid=11332 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/11335/task/11337/stat : 11337 (java) R 11332 11335 9094 0 -1 4202560 2425 0 1 0 145 2 0 0 20 0 19 0 8564622 9856040960 15050 33554432000 1073741824 1073778376 140737439251856 140420726047024 140420550587653 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11335/tid=11338] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11338/stat : 11338 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564623 9856040960 15050 33554432000 1073741824 1073778376 140737439251856 140420687546536 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11339] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11339/stat : 11339 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564623 9856040960 15050 33554432000 1073741824 1073778376 140737439251856 140420686493992 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11335/tid=11340] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11340/stat : 11340 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564623 9856040960 15050 33554432000 1073741824 1073778376 140737439251856 140420685441448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11335/tid=11341] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11341/stat : 11341 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564623 9856040960 15050 33554432000 1073741824 1073778376 140737439251856 140420684388904 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11335/tid=11342] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11342/stat : 11342 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564623 9856040960 15050 33554432000 1073741824 1073778376 140737439251856 140420683336360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11343] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11343/stat : 11343 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564623 9856040960 15050 33554432000 1073741824 1073778376 140737439251856 140420682283816 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11335/tid=11344] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11344/stat : 11344 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564623 9856040960 15050 33554432000 1073741824 1073778376 140737439251856 140420681231272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11335/tid=11345] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11345/stat : 11345 (java) S 11332 11335 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8564623 9856040960 15050 33554432000 1073741824 1073778376 140737439251856 140420680178728 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11346] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11346/stat : 11346 (java) S 11332 11335 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8564624 9856040960 15050 33554432000 1073741824 1073778376 140737439251856 140420549961832 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11347] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11347/stat : 11347 (java) S 11332 11335 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8564624 9856040960 15050 33554432000 1073741824 1073778376 140737439251856 140420548908152 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11348] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11348/stat : 11348 (java) S 11332 11335 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8564624 9856040960 15050 33554432000 1073741824 1073778376 140737439251856 140420547855496 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11349] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11349/stat : 11349 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564626 9856040960 15050 33554432000 1073741824 1073778376 140737439251856 140420546804240 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11350] ppid=11332 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/11335/task/11350/stat : 11350 (java) S 11332 11335 9094 0 -1 4202560 5630 0 0 0 49 0 0 0 20 0 19 0 8564626 9856040960 15050 33554432000 1073741824 1073778376 140737439251856 140420545751608 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11351] ppid=11332 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/11335/task/11351/stat : 11351 (java) S 11332 11335 9094 0 -1 4202560 3499 0 0 0 47 0 0 0 20 0 19 0 8564626 9856040960 15050 33554432000 1073741824 1073778376 140737439251856 140420544699064 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11335/tid=11352] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11352/stat : 11352 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564627 9856040960 15050 33554432000 1073741824 1073778376 140737439251856 140420543646712 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11335/tid=11353] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11353/stat : 11353 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564627 9856040960 15050 33554432000 1073741824 1073778376 140737439251856 140420542594376 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11354] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11354/stat : 11354 (java) S 11332 11335 9094 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8564653 9856040960 15050 33554432000 1073741824 1073778376 140737439251856 140420541539112 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 9625040

[startup+3.10086 s]
/proc/loadavg: 1.94 2.01 1.91 3/213 11354
/proc/meminfo: memFree=31904044/32872528 swapFree=7268/7268
[pid=11335] ppid=11332 vsize=9625040 CPUtime=4.47 cores=0,2,4,6
/proc/11335/stat : 11335 (java) S 11332 11335 9094 0 -1 4202496 18456 0 1 0 443 4 0 0 20 0 19 0 8564621 9856040960 21172 33554432000 1073741824 1073778376 140737439251856 140737439242992 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11335/statm: 2406260 21172 2270 9 0 2396937 0
[pid=11335/tid=11337] ppid=11332 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/11335/task/11337/stat : 11337 (java) R 11332 11335 9094 0 -1 4202560 2436 0 1 0 304 2 0 0 20 0 19 0 8564622 9856040960 21172 33554432000 1073741824 1073778376 140737439251856 140420726055464 140420550623214 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11335/tid=11338] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11338/stat : 11338 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564623 9856040960 21172 33554432000 1073741824 1073778376 140737439251856 140420687546536 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11339] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11339/stat : 11339 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564623 9856040960 21172 33554432000 1073741824 1073778376 140737439251856 140420686493992 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11335/tid=11340] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11340/stat : 11340 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564623 9856040960 21172 33554432000 1073741824 1073778376 140737439251856 140420685441448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11335/tid=11341] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11341/stat : 11341 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564623 9856040960 21172 33554432000 1073741824 1073778376 140737439251856 140420684388904 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11335/tid=11342] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11342/stat : 11342 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564623 9856040960 21172 33554432000 1073741824 1073778376 140737439251856 140420683336360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11343] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11343/stat : 11343 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564623 9856040960 21172 33554432000 1073741824 1073778376 140737439251856 140420682283816 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11335/tid=11344] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11344/stat : 11344 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564623 9856040960 21172 33554432000 1073741824 1073778376 140737439251856 140420681231272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11335/tid=11345] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11345/stat : 11345 (java) S 11332 11335 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8564623 9856040960 21172 33554432000 1073741824 1073778376 140737439251856 140420680178728 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11346] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11346/stat : 11346 (java) S 11332 11335 9094 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8564624 9856040960 21172 33554432000 1073741824 1073778376 140737439251856 140420549961832 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11347] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11347/stat : 11347 (java) S 11332 11335 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8564624 9856040960 21172 33554432000 1073741824 1073778376 140737439251856 140420548908152 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11348] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11348/stat : 11348 (java) S 11332 11335 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8564624 9856040960 21172 33554432000 1073741824 1073778376 140737439251856 140420547855496 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11349] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11349/stat : 11349 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564626 9856040960 21172 33554432000 1073741824 1073778376 140737439251856 140420546804240 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11350] ppid=11332 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/11335/task/11350/stat : 11350 (java) S 11332 11335 9094 0 -1 4202560 5634 0 0 0 55 0 0 0 20 0 19 0 8564626 9856040960 21172 33554432000 1073741824 1073778376 140737439251856 140420545751608 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11351] ppid=11332 vsize=9625040 CPUtime=0.82 cores=0,2,4,6
/proc/11335/task/11351/stat : 11351 (java) S 11332 11335 9094 0 -1 4202560 9107 0 0 0 81 1 0 0 20 0 19 0 8564626 9856040960 21172 33554432000 1073741824 1073778376 140737439251856 140420544699064 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11335/tid=11352] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11352/stat : 11352 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564627 9856040960 21172 33554432000 1073741824 1073778376 140737439251856 140420543646712 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11335/tid=11353] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11353/stat : 11353 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564627 9856040960 21172 33554432000 1073741824 1073778376 140737439251856 140420542594376 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11354] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11354/stat : 11354 (java) S 11332 11335 9094 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8564653 9856040960 21172 33554432000 1073741824 1073778376 140737439251856 140420541539112 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.47
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 1.94 2.01 1.91 5/213 11421
/proc/meminfo: memFree=31946932/32872528 swapFree=7268/7268
[pid=11335] ppid=11332 vsize=9625040 CPUtime=8.23 cores=0,2,4,6
/proc/11335/stat : 11335 (java) S 11332 11335 9094 0 -1 4202496 24666 0 1 0 818 5 0 0 20 0 19 0 8564621 9856040960 25730 33554432000 1073741824 1073778376 140737439251856 140737439242992 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11335/statm: 2406260 25730 2270 9 0 2396937 0
[pid=11335/tid=11337] ppid=11332 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/11335/task/11337/stat : 11337 (java) R 11332 11335 9094 0 -1 4202560 2444 0 1 0 623 2 0 0 20 0 19 0 8564622 9856040960 25730 33554432000 1073741824 1073778376 140737439251856 140420726054120 140420550541835 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11335/tid=11338] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11338/stat : 11338 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564623 9856040960 25730 33554432000 1073741824 1073778376 140737439251856 140420687546536 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11339] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11339/stat : 11339 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564623 9856040960 25730 33554432000 1073741824 1073778376 140737439251856 140420686493992 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11335/tid=11340] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11340/stat : 11340 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564623 9856040960 25730 33554432000 1073741824 1073778376 140737439251856 140420685441448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11335/tid=11341] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11341/stat : 11341 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564623 9856040960 25730 33554432000 1073741824 1073778376 140737439251856 140420684388904 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11335/tid=11342] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11342/stat : 11342 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564623 9856040960 25730 33554432000 1073741824 1073778376 140737439251856 140420683336360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11343] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11343/stat : 11343 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564623 9856040960 25730 33554432000 1073741824 1073778376 140737439251856 140420682283816 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11335/tid=11344] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11344/stat : 11344 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564623 9856040960 25730 33554432000 1073741824 1073778376 140737439251856 140420681231272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11335/tid=11345] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11345/stat : 11345 (java) S 11332 11335 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8564623 9856040960 25730 33554432000 1073741824 1073778376 140737439251856 140420680178728 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11346] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11346/stat : 11346 (java) S 11332 11335 9094 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8564624 9856040960 25730 33554432000 1073741824 1073778376 140737439251856 140420549961832 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11347] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11347/stat : 11347 (java) S 11332 11335 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8564624 9856040960 25730 33554432000 1073741824 1073778376 140737439251856 140420548908152 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11348] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11348/stat : 11348 (java) S 11332 11335 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8564624 9856040960 25730 33554432000 1073741824 1073778376 140737439251856 140420547855496 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11349] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11349/stat : 11349 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564626 9856040960 25730 33554432000 1073741824 1073778376 140737439251856 140420546804240 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11350] ppid=11332 vsize=9625040 CPUtime=1.06 cores=0,2,4,6
/proc/11335/task/11350/stat : 11350 (java) S 11332 11335 9094 0 -1 4202560 11806 0 0 0 104 2 0 0 20 0 19 0 8564626 9856040960 25730 33554432000 1073741824 1073778376 140737439251856 140420545751608 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11351] ppid=11332 vsize=9625040 CPUtime=0.89 cores=0,2,4,6
/proc/11335/task/11351/stat : 11351 (java) S 11332 11335 9094 0 -1 4202560 9137 0 0 0 87 2 0 0 20 0 19 0 8564626 9856040960 25730 33554432000 1073741824 1073778376 140737439251856 140420544699064 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11335/tid=11352] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11352/stat : 11352 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564627 9856040960 25730 33554432000 1073741824 1073778376 140737439251856 140420543646712 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11335/tid=11353] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11353/stat : 11353 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564627 9856040960 25730 33554432000 1073741824 1073778376 140737439251856 140420542594376 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11354] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11354/stat : 11354 (java) S 11332 11335 9094 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8564653 9856040960 25730 33554432000 1073741824 1073778376 140737439251856 140420541539112 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.23
Current children cumulated vsize (KiB) 9625040


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

[pid=11335/tid=11340] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11340/stat : 11340 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564623 9856040960 43324 33554432000 1073741824 1073778376 140737439251856 140420685441448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11335/tid=11341] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11341/stat : 11341 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564623 9856040960 43324 33554432000 1073741824 1073778376 140737439251856 140420684388904 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11335/tid=11342] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11342/stat : 11342 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564623 9856040960 43324 33554432000 1073741824 1073778376 140737439251856 140420683336360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11343] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11343/stat : 11343 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564623 9856040960 43324 33554432000 1073741824 1073778376 140737439251856 140420682283816 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11335/tid=11344] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11344/stat : 11344 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564623 9856040960 43324 33554432000 1073741824 1073778376 140737439251856 140420681231272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11335/tid=11345] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11345/stat : 11345 (java) S 11332 11335 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8564623 9856040960 43324 33554432000 1073741824 1073778376 140737439251856 140420680178728 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11346] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11346/stat : 11346 (java) S 11332 11335 9094 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8564624 9856040960 43324 33554432000 1073741824 1073778376 140737439251856 140420549961832 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11347] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11347/stat : 11347 (java) S 11332 11335 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8564624 9856040960 43324 33554432000 1073741824 1073778376 140737439251856 140420548908152 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11348] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11348/stat : 11348 (java) S 11332 11335 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8564624 9856040960 43324 33554432000 1073741824 1073778376 140737439251856 140420547855496 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11349] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11349/stat : 11349 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564626 9856040960 43324 33554432000 1073741824 1073778376 140737439251856 140420546804240 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11350] ppid=11332 vsize=9625040 CPUtime=1.12 cores=0,2,4,6
/proc/11335/task/11350/stat : 11350 (java) S 11332 11335 9094 0 -1 4202560 11807 0 0 0 110 2 0 0 20 0 19 0 8564626 9856040960 43324 33554432000 1073741824 1073778376 140737439251856 140420545751608 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11351] ppid=11332 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/11335/task/11351/stat : 11351 (java) S 11332 11335 9094 0 -1 4202560 9137 0 0 0 99 2 0 0 20 0 19 0 8564626 9856040960 43324 33554432000 1073741824 1073778376 140737439251856 140420544699064 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11335/tid=11352] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11352/stat : 11352 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564627 9856040960 43324 33554432000 1073741824 1073778376 140737439251856 140420543646712 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11335/tid=11353] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11353/stat : 11353 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564627 9856040960 43324 33554432000 1073741824 1073778376 140737439251856 140420542594376 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11354] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11354/stat : 11354 (java) S 11332 11335 9094 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8564653 9856040960 43324 33554432000 1073741824 1073778376 140737439251856 140420541539112 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 26.13
Current children cumulated vsize (KiB) 9625040

[startup+24.8007 s]
/proc/loadavg: 2.08 2.04 1.93 3/214 11422
/proc/meminfo: memFree=31758628/32872528 swapFree=7268/7268
[pid=11335] ppid=11332 vsize=9625040 CPUtime=26.93 cores=0,2,4,6
/proc/11335/stat : 11335 (java) S 11332 11335 9094 0 -1 4202496 24710 0 1 0 2687 6 0 0 20 0 19 0 8564621 9856040960 44348 33554432000 1073741824 1073778376 140737439251856 140737439242992 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11335/statm: 2406260 44348 2271 9 0 2396937 0
[pid=11335/tid=11337] ppid=11332 vsize=9625040 CPUtime=24.7 cores=0,2,4,6
/proc/11335/task/11337/stat : 11337 (java) R 11332 11335 9094 0 -1 4202560 2487 0 1 0 2468 2 0 0 20 0 19 0 8564622 9856040960 44348 33554432000 1073741824 1073778376 140737439251856 140420726047024 140420550562728 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11335/tid=11338] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11338/stat : 11338 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564623 9856040960 44348 33554432000 1073741824 1073778376 140737439251856 140420687546536 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11339] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11339/stat : 11339 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564623 9856040960 44348 33554432000 1073741824 1073778376 140737439251856 140420686493992 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11335/tid=11340] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11340/stat : 11340 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564623 9856040960 44348 33554432000 1073741824 1073778376 140737439251856 140420685441448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11335/tid=11341] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11341/stat : 11341 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564623 9856040960 44348 33554432000 1073741824 1073778376 140737439251856 140420684388904 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11335/tid=11342] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11342/stat : 11342 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564623 9856040960 44348 33554432000 1073741824 1073778376 140737439251856 140420683336360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11343] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11343/stat : 11343 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564623 9856040960 44348 33554432000 1073741824 1073778376 140737439251856 140420682283816 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11335/tid=11344] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11344/stat : 11344 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564623 9856040960 44348 33554432000 1073741824 1073778376 140737439251856 140420681231272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11335/tid=11345] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11345/stat : 11345 (java) S 11332 11335 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8564623 9856040960 44348 33554432000 1073741824 1073778376 140737439251856 140420680178728 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11346] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11346/stat : 11346 (java) S 11332 11335 9094 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8564624 9856040960 44348 33554432000 1073741824 1073778376 140737439251856 140420549961832 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11347] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11347/stat : 11347 (java) S 11332 11335 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8564624 9856040960 44348 33554432000 1073741824 1073778376 140737439251856 140420548908152 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11348] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11348/stat : 11348 (java) S 11332 11335 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8564624 9856040960 44348 33554432000 1073741824 1073778376 140737439251856 140420547855496 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11349] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11349/stat : 11349 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564626 9856040960 44348 33554432000 1073741824 1073778376 140737439251856 140420546804240 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11350] ppid=11332 vsize=9625040 CPUtime=1.12 cores=0,2,4,6
/proc/11335/task/11350/stat : 11350 (java) S 11332 11335 9094 0 -1 4202560 11807 0 0 0 110 2 0 0 20 0 19 0 8564626 9856040960 44348 33554432000 1073741824 1073778376 140737439251856 140420545751608 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11351] ppid=11332 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/11335/task/11351/stat : 11351 (java) S 11332 11335 9094 0 -1 4202560 9137 0 0 0 99 2 0 0 20 0 19 0 8564626 9856040960 44348 33554432000 1073741824 1073778376 140737439251856 140420544699064 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11335/tid=11352] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11352/stat : 11352 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564627 9856040960 44348 33554432000 1073741824 1073778376 140737439251856 140420543646712 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11335/tid=11353] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11353/stat : 11353 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564627 9856040960 44348 33554432000 1073741824 1073778376 140737439251856 140420542594376 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11354] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11354/stat : 11354 (java) S 11332 11335 9094 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8564653 9856040960 44348 33554432000 1073741824 1073778376 140737439251856 140420541539112 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 26.93
Current children cumulated vsize (KiB) 9625040

[startup+25.0007 s]
/proc/loadavg: 2.08 2.04 1.93 3/214 11422
/proc/meminfo: memFree=31758628/32872528 swapFree=7268/7268
[pid=11335] ppid=11332 vsize=9625040 CPUtime=27.13 cores=0,2,4,6
/proc/11335/stat : 11335 (java) S 11332 11335 9094 0 -1 4202496 24710 0 1 0 2707 6 0 0 20 0 19 0 8564621 9856040960 44348 33554432000 1073741824 1073778376 140737439251856 140737439242992 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11335/statm: 2406260 44348 2271 9 0 2396937 0
[pid=11335/tid=11337] ppid=11332 vsize=9625040 CPUtime=24.9 cores=0,2,4,6
/proc/11335/task/11337/stat : 11337 (java) R 11332 11335 9094 0 -1 4202560 2487 0 1 0 2488 2 0 0 20 0 19 0 8564622 9856040960 44348 33554432000 1073741824 1073778376 140737439251856 140420726047024 140420550535563 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11335/tid=11338] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11338/stat : 11338 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564623 9856040960 44348 33554432000 1073741824 1073778376 140737439251856 140420687546536 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11339] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11339/stat : 11339 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564623 9856040960 44348 33554432000 1073741824 1073778376 140737439251856 140420686493992 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11335/tid=11340] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11340/stat : 11340 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564623 9856040960 44348 33554432000 1073741824 1073778376 140737439251856 140420685441448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11335/tid=11341] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11341/stat : 11341 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564623 9856040960 44348 33554432000 1073741824 1073778376 140737439251856 140420684388904 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11335/tid=11342] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11342/stat : 11342 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564623 9856040960 44348 33554432000 1073741824 1073778376 140737439251856 140420683336360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11343] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11343/stat : 11343 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564623 9856040960 44348 33554432000 1073741824 1073778376 140737439251856 140420682283816 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11335/tid=11344] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11344/stat : 11344 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564623 9856040960 44348 33554432000 1073741824 1073778376 140737439251856 140420681231272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11335/tid=11345] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11345/stat : 11345 (java) S 11332 11335 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8564623 9856040960 44348 33554432000 1073741824 1073778376 140737439251856 140420680178728 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11346] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11346/stat : 11346 (java) S 11332 11335 9094 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8564624 9856040960 44348 33554432000 1073741824 1073778376 140737439251856 140420549961832 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11347] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11347/stat : 11347 (java) S 11332 11335 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8564624 9856040960 44348 33554432000 1073741824 1073778376 140737439251856 140420548908152 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11348] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11348/stat : 11348 (java) S 11332 11335 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8564624 9856040960 44348 33554432000 1073741824 1073778376 140737439251856 140420547855496 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11349] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11349/stat : 11349 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564626 9856040960 44348 33554432000 1073741824 1073778376 140737439251856 140420546804240 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11350] ppid=11332 vsize=9625040 CPUtime=1.12 cores=0,2,4,6
/proc/11335/task/11350/stat : 11350 (java) S 11332 11335 9094 0 -1 4202560 11807 0 0 0 110 2 0 0 20 0 19 0 8564626 9856040960 44348 33554432000 1073741824 1073778376 140737439251856 140420545751608 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11351] ppid=11332 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/11335/task/11351/stat : 11351 (java) S 11332 11335 9094 0 -1 4202560 9137 0 0 0 99 2 0 0 20 0 19 0 8564626 9856040960 44348 33554432000 1073741824 1073778376 140737439251856 140420544699064 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11335/tid=11352] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11352/stat : 11352 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564627 9856040960 44348 33554432000 1073741824 1073778376 140737439251856 140420543646712 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11335/tid=11353] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11353/stat : 11353 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564627 9856040960 44348 33554432000 1073741824 1073778376 140737439251856 140420542594376 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11354] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11354/stat : 11354 (java) S 11332 11335 9094 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8564653 9856040960 44348 33554432000 1073741824 1073778376 140737439251856 140420541539112 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 27.13
Current children cumulated vsize (KiB) 9625040

[startup+25.1007 s]
/proc/loadavg: 2.08 2.04 1.93 3/214 11422
/proc/meminfo: memFree=31758628/32872528 swapFree=7268/7268
[pid=11335] ppid=11332 vsize=9625040 CPUtime=27.23 cores=0,2,4,6
/proc/11335/stat : 11335 (java) S 11332 11335 9094 0 -1 4202496 24711 0 1 0 2717 6 0 0 20 0 19 0 8564621 9856040960 44348 33554432000 1073741824 1073778376 140737439251856 140737439242992 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11335/statm: 2406260 44348 2271 9 0 2396937 0
[pid=11335/tid=11337] ppid=11332 vsize=9625040 CPUtime=25 cores=0,2,4,6
/proc/11335/task/11337/stat : 11337 (java) R 11332 11335 9094 0 -1 4202560 2488 0 1 0 2498 2 0 0 20 0 19 0 8564622 9856040960 44348 33554432000 1073741824 1073778376 140737439251856 140420726055528 140420550562728 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11335/tid=11338] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11338/stat : 11338 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564623 9856040960 44348 33554432000 1073741824 1073778376 140737439251856 140420687546536 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11339] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11339/stat : 11339 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564623 9856040960 44348 33554432000 1073741824 1073778376 140737439251856 140420686493992 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11335/tid=11340] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11340/stat : 11340 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564623 9856040960 44348 33554432000 1073741824 1073778376 140737439251856 140420685441448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11335/tid=11341] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11341/stat : 11341 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564623 9856040960 44348 33554432000 1073741824 1073778376 140737439251856 140420684388904 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11335/tid=11342] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11342/stat : 11342 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564623 9856040960 44348 33554432000 1073741824 1073778376 140737439251856 140420683336360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11343] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11343/stat : 11343 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564623 9856040960 44348 33554432000 1073741824 1073778376 140737439251856 140420682283816 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11335/tid=11344] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11344/stat : 11344 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564623 9856040960 44348 33554432000 1073741824 1073778376 140737439251856 140420681231272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11335/tid=11345] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11345/stat : 11345 (java) S 11332 11335 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8564623 9856040960 44348 33554432000 1073741824 1073778376 140737439251856 140420680178728 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11346] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11346/stat : 11346 (java) S 11332 11335 9094 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8564624 9856040960 44348 33554432000 1073741824 1073778376 140737439251856 140420549961832 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11347] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11347/stat : 11347 (java) S 11332 11335 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8564624 9856040960 44348 33554432000 1073741824 1073778376 140737439251856 140420548908152 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11348] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11348/stat : 11348 (java) S 11332 11335 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8564624 9856040960 44348 33554432000 1073741824 1073778376 140737439251856 140420547855496 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11349] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11349/stat : 11349 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564626 9856040960 44348 33554432000 1073741824 1073778376 140737439251856 140420546804240 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11350] ppid=11332 vsize=9625040 CPUtime=1.12 cores=0,2,4,6
/proc/11335/task/11350/stat : 11350 (java) S 11332 11335 9094 0 -1 4202560 11807 0 0 0 110 2 0 0 20 0 19 0 8564626 9856040960 44348 33554432000 1073741824 1073778376 140737439251856 140420545751608 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11351] ppid=11332 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/11335/task/11351/stat : 11351 (java) S 11332 11335 9094 0 -1 4202560 9137 0 0 0 99 2 0 0 20 0 19 0 8564626 9856040960 44348 33554432000 1073741824 1073778376 140737439251856 140420544699064 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11335/tid=11352] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11352/stat : 11352 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564627 9856040960 44348 33554432000 1073741824 1073778376 140737439251856 140420543646712 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11335/tid=11353] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11353/stat : 11353 (java) S 11332 11335 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564627 9856040960 44348 33554432000 1073741824 1073778376 140737439251856 140420542594376 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11335/tid=11354] ppid=11332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11335/task/11354/stat : 11354 (java) S 11332 11335 9094 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8564653 9856040960 44348 33554432000 1073741824 1073778376 140737439251856 140420541539112 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 27.23
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 25.1838
CPU time (s): 27.2589
CPU user time (s): 27.1659
CPU system time (s): 0.092985
CPU usage (%): 108.24
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.1659
system time used= 0.092985
maximum resident set size= 179500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24730
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= 839
involuntary context switches= 103

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

The end

Launcher Data

Begin job on node151 at 2016-06-16 10:19:58
IDJOB=4090563
IDBENCH=78913
IDSOLVER=2551
FILE ID=node151/4090563-1466065198
RUNJOBID= node151-1466062104-9110
PBS_JOBID= 19903998
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.1900552423--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090563-1466065198/watcher-4090563-1466065198 -o /tmp/evaluation-result-4090563-1466065198/solver-4090563-1466065198 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466062104-9110 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090563-1466065198.wbo

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

MD5SUM BENCH= c3adda683c0d048bf44386b3ccfc9e41
RANDOM SEED=1888857023

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
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		: 2667.103
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:        31966568 kB
Buffers:            5948 kB
Cached:            39288 kB
SwapCached:        61608 kB
Active:           103460 kB
Inactive:          81980 kB
Active(anon):      81400 kB
Inactive(anon):    61024 kB
Active(file):      22060 kB
Inactive(file):    20956 kB
Unevictable:        7268 kB
Mlocked:            7268 kB
SwapTotal:      67108856 kB
SwapFree:       67038960 kB
Dirty:              1548 kB
Writeback:             0 kB
AnonPages:        228416 kB
Mapped:            15296 kB
Shmem:                 0 kB
Slab:             565456 kB
SReclaimable:       8860 kB
SUnreclaim:       556596 kB
KernelStack:        1760 kB
PageTables:         4864 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     697764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    182272 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 node151 at 2016-06-16 10:20:23