Trace number 4109856

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 23.4704 22.2527

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900564824--soft-33-100-0.wbo
MD5SUM901bd5d9c00fc087d540e6ebf4e7f98d
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark9.26059
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 constraints1837
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 93832
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 93831
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 813
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@587bd9f2
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@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4109856-1466343757.wbo
0.10/0.10	c reading problem ... 
0.50/0.30	c ... done. Wall clock time 0.197s.
0.50/0.30	c declared #vars     231
0.50/0.30	c internal #vars     2068
0.50/0.30	c #constraints  2707
0.50/0.30	c constraints type 
0.50/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2607
0.50/0.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 5
0.50/0.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 77
0.50/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18
0.50/0.30	c 2707 constraints processed.
0.50/0.30	c objective function length is 1837 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.316
0.74/0.42	o 518
1.30/0.66	c Got one! Elapsed wall clock time (in seconds):0.554
1.30/0.66	o 516
1.30/0.67	c Got one! Elapsed wall clock time (in seconds):0.569
1.30/0.67	o 504
1.30/0.69	c Got one! Elapsed wall clock time (in seconds):0.581
1.30/0.69	o 268
1.47/0.70	c Got one! Elapsed wall clock time (in seconds):0.593
1.47/0.70	o 212
1.68/0.81	c Got one! Elapsed wall clock time (in seconds):0.705
1.68/0.81	o 210
1.68/0.82	c Got one! Elapsed wall clock time (in seconds):0.719
1.68/0.82	o 205
1.88/0.90	c Got one! Elapsed wall clock time (in seconds):0.793
1.88/0.90	o 202
1.88/0.90	c Got one! Elapsed wall clock time (in seconds):0.799
1.88/0.90	o 200
1.88/0.94	c Got one! Elapsed wall clock time (in seconds):0.834
1.88/0.94	o 199
1.88/0.99	c Got one! Elapsed wall clock time (in seconds):0.89
1.88/0.99	o 198
2.01/1.10	c Got one! Elapsed wall clock time (in seconds):0.993
2.01/1.10	o 196
2.01/1.10	c Got one! Elapsed wall clock time (in seconds):0.997
2.01/1.10	o 178
2.13/1.16	c Got one! Elapsed wall clock time (in seconds):1.058
2.13/1.16	o 174
2.24/1.26	c Got one! Elapsed wall clock time (in seconds):1.157
2.24/1.26	o 158
2.66/1.69	c cleaning 4737 clauses out of 9475 with flag 19514/9475
2.92/1.82	c Got one! Elapsed wall clock time (in seconds):1.712
2.92/1.82	o 156
2.92/1.86	c Got one! Elapsed wall clock time (in seconds):1.755
2.92/1.86	o 155
3.02/1.90	c Got one! Elapsed wall clock time (in seconds):1.795
3.02/1.90	o 148
3.33/2.23	c Got one! Elapsed wall clock time (in seconds):2.124
3.33/2.23	o 147
3.62/2.50	c cleaning 5761 clauses out of 11526 with flag 11910/16263
3.73/2.61	c Got one! Elapsed wall clock time (in seconds):2.509
3.73/2.61	o 133
4.13/3.06	c cleaning 5419 clauses out of 10853 with flag 22922/21351
4.85/3.74	c cleaning 5715 clauses out of 11435 with flag 64608/27352
5.75/4.61	c cleaning 6354 clauses out of 12719 with flag 119411/34351
6.84/5.76	c cleaning 7170 clauses out of 14366 with flag 194943/42352
7.14/6.09	c Got one! Elapsed wall clock time (in seconds):5.988
7.14/6.09	o 130
7.24/6.11	c Got one! Elapsed wall clock time (in seconds):6.004
7.24/6.11	o 128
7.65/6.52	c cleaning 6546 clauses out of 13105 with flag 22670/48261
8.24/7.15	c Got one! Elapsed wall clock time (in seconds):7.043
8.24/7.15	o 125
8.34/7.21	c Got one! Elapsed wall clock time (in seconds):7.102
8.34/7.21	o 124
8.74/7.63	c Got one! Elapsed wall clock time (in seconds):7.523
8.74/7.63	o 122
8.74/7.66	c Got one! Elapsed wall clock time (in seconds):7.555
8.74/7.66	o 120
8.74/7.68	c Got one! Elapsed wall clock time (in seconds):7.577
8.74/7.68	o 118
9.04/7.92	c cleaning 9229 clauses out of 18480 with flag 14149/60182
9.74/8.63	c cleaning 7615 clauses out of 15251 with flag 59036/66182
9.95/8.83	c Got one! Elapsed wall clock time (in seconds):8.722
9.95/8.83	o 116
10.14/9.09	c Got one! Elapsed wall clock time (in seconds):8.988
10.14/9.09	o 114
10.24/9.10	c Got one! Elapsed wall clock time (in seconds):8.998
10.24/9.10	o 109
10.44/9.38	c cleaning 6778 clauses out of 13573 with flag 26208/72119
10.54/9.45	c Got one! Elapsed wall clock time (in seconds):9.345
10.54/9.45	o 103
10.54/9.48	c Got one! Elapsed wall clock time (in seconds):9.378
10.54/9.48	o 102
10.74/9.68	c Got one! Elapsed wall clock time (in seconds):9.575
10.74/9.68	o 87
10.95/9.86	c Got one! Elapsed wall clock time (in seconds):9.754
10.95/9.86	o 85
11.06/9.94	c Got one! Elapsed wall clock time (in seconds):9.832
11.06/9.94	o 84
11.35/10.29	c cleaning 7483 clauses out of 14996 with flag 18688/80320
11.45/10.38	c Got one! Elapsed wall clock time (in seconds):10.272
11.45/10.38	o 76
11.55/10.40	c Got one! Elapsed wall clock time (in seconds):10.301
11.55/10.40	o 74
12.06/10.91	c cleaning 6365 clauses out of 12744 with flag 38076/85551
12.76/11.66	c cleaning 6186 clauses out of 12376 with flag 100931/91548
13.37/12.22	c Got one! Elapsed wall clock time (in seconds):12.119
13.37/12.22	o 72
13.46/12.33	c cleaning 5595 clauses out of 11200 with flag 8563/96558
13.66/12.53	c Got one! Elapsed wall clock time (in seconds):12.424
13.66/12.53	o 71
13.96/12.86	c cleaning 5671 clauses out of 11360 with flag 27551/102313
14.26/13.11	c Got one! Elapsed wall clock time (in seconds):13.01
14.26/13.11	o 65
14.47/13.34	c Got one! Elapsed wall clock time (in seconds):13.233
14.47/13.34	o 61
14.56/13.46	c cleaning 5762 clauses out of 11530 with flag 8039/108154
15.06/13.98	c Got one! Elapsed wall clock time (in seconds):13.879
15.06/13.98	o 59
15.16/14.03	c Got one! Elapsed wall clock time (in seconds):13.927
15.16/14.03	o 57
15.26/14.17	c cleaning 5964 clauses out of 11928 with flag 10457/114314
15.57/14.49	c Got one! Elapsed wall clock time (in seconds):14.384
15.57/14.49	o 56
15.67/14.54	c Got one! Elapsed wall clock time (in seconds):14.439
15.67/14.54	o 55
15.88/14.75	c Got one! Elapsed wall clock time (in seconds):14.642
15.88/14.75	o 50
16.00/14.86	c cleaning 6119 clauses out of 12248 with flag 9428/120598
16.20/15.02	c Got one! Elapsed wall clock time (in seconds):14.916
16.20/15.02	o 48
16.60/15.46	c cleaning 5785 clauses out of 11613 with flag 38122/126082
17.10/15.98	c Got one! Elapsed wall clock time (in seconds):15.877
17.10/15.98	o 47
17.21/16.08	c Got one! Elapsed wall clock time (in seconds):15.971
17.21/16.08	o 46
17.33/16.17	c Got one! Elapsed wall clock time (in seconds):16.068
17.33/16.17	o 45
17.53/16.30	c cleaning 6564 clauses out of 13142 with flag 12227/133396
17.74/16.53	c Got one! Elapsed wall clock time (in seconds):16.428
17.74/16.53	o 44
18.03/16.84	c cleaning 5829 clauses out of 11665 with flag 27780/138483
18.03/16.87	c Got one! Elapsed wall clock time (in seconds):16.77
18.03/16.87	o 43
18.33/17.10	c Got one! Elapsed wall clock time (in seconds):16.993
18.33/17.10	o 39
18.53/17.39	c cleaning 5659 clauses out of 11333 with flag 28129/143980
18.73/17.57	c Got one! Elapsed wall clock time (in seconds):17.467
18.73/17.57	o 35
18.94/17.77	c Got one! Elapsed wall clock time (in seconds):17.662
18.94/17.77	o 32
19.03/17.87	c cleaning 5481 clauses out of 10974 with flag 9174/149280
19.33/18.17	c Got one! Elapsed wall clock time (in seconds):18.063
19.33/18.17	o 30
19.53/18.31	c Got one! Elapsed wall clock time (in seconds):18.207
19.53/18.31	o 29
19.53/18.38	c Got one! Elapsed wall clock time (in seconds):18.272
19.53/18.38	o 28
19.63/18.47	c cleaning 5883 clauses out of 11781 with flag 8976/155568
19.73/18.50	c Got one! Elapsed wall clock time (in seconds):18.393
19.73/18.50	o 26
19.73/18.50	c Got one! Elapsed wall clock time (in seconds):18.399
19.73/18.50	o 24
19.73/18.59	c Got one! Elapsed wall clock time (in seconds):18.484
19.73/18.59	o 23
20.04/18.84	c Got one! Elapsed wall clock time (in seconds):18.731
20.04/18.84	o 22
20.23/19.02	c cleaning 6203 clauses out of 12406 with flag 18804/162076
20.33/19.12	c Got one! Elapsed wall clock time (in seconds):19.019
20.33/19.12	o 20
20.43/19.29	c Got one! Elapsed wall clock time (in seconds):19.189
20.43/19.29	o 19
20.63/19.45	c Got one! Elapsed wall clock time (in seconds):19.344
20.63/19.45	o 18
20.63/19.48	c Got one! Elapsed wall clock time (in seconds):19.373
20.63/19.48	o 17
20.73/19.58	c cleaning 6366 clauses out of 12752 with flag 9416/168625
20.83/19.63	c Got one! Elapsed wall clock time (in seconds):19.521
20.83/19.63	o 16
20.83/19.66	c Got one! Elapsed wall clock time (in seconds):19.557
20.83/19.66	o 15
20.93/19.76	c Got one! Elapsed wall clock time (in seconds):19.66
20.93/19.76	o 14
21.03/19.86	c Got one! Elapsed wall clock time (in seconds):19.758
21.03/19.86	o 13
21.23/20.01	c Got one! Elapsed wall clock time (in seconds):19.902
21.23/20.01	o 11
21.23/20.07	c Got one! Elapsed wall clock time (in seconds):19.969
21.23/20.07	o 10
21.43/20.24	c cleaning 7120 clauses out of 14253 with flag 15216/176492
21.63/20.47	c Got one! Elapsed wall clock time (in seconds):20.366
21.63/20.47	o 9
21.83/20.63	c cleaning 6392 clauses out of 12792 with flag 16578/182151
21.93/20.77	c Got one! Elapsed wall clock time (in seconds):20.667
21.93/20.77	o 8
22.34/21.11	c cleaning 6175 clauses out of 12352 with flag 36231/188105
22.86/21.62	c cleaning 6083 clauses out of 12176 with flag 95161/194106
23.07/21.83	c Got one! Elapsed wall clock time (in seconds):21.722
23.07/21.83	o 5
23.27/22.05	c Got one! Elapsed wall clock time (in seconds):21.944
23.27/22.05	o 4
23.37/22.13	c cleaning 6306 clauses out of 12613 with flag 8165/200629
23.47/22.24	c starts		: 449
23.47/22.24	c conflicts		: 202471
23.47/22.24	c decisions		: 477930
23.47/22.24	c propagations		: 39827286
23.47/22.24	c inspects		: 180255980
23.47/22.24	c shortcuts		: 0
23.47/22.24	c learnt literals	: 16
23.47/22.24	c learnt binary clauses	: 31
23.47/22.24	c learnt ternary clauses	: 157
23.47/22.24	c learnt constraints	: 202454
23.47/22.24	c ignored constraints	: 0
23.47/22.24	c root simplifications	: 0
23.47/22.24	c removed literals (reason simplification)	: 0
23.47/22.24	c reason swapping (by a shorter reason)	: 0
23.47/22.24	c Calls to reduceDB	: 31
23.47/22.24	c Number of update (reduction) of LBD	: 101916
23.47/22.24	c Imported unit clauses	: 0
23.47/22.24	c number of reductions to clauses (during analyze)	: 0
23.47/22.24	c number of learned constraints concerned by reduction	: 0
23.47/22.24	c number of learning phase by resolution	: 0
23.47/22.24	c number of learning phase by cutting planes	: 0
23.47/22.24	c speed (assignments/second)	: 1816109.7127222982
23.47/22.24	c non guided choices	9884
23.47/22.24	c learnt constraints type 
23.47/22.24	s OPTIMUM FOUND
23.47/22.24	c Found 76 solution(s)
23.47/22.24	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 
23.47/22.25	c objective function=4
23.47/22.25	c Total wall clock time (in seconds): 22.141

Verifier Data

OK	4

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

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

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


[startup+0 s]
/proc/loadavg: 2.16 2.06 1.75 3/194 14121
/proc/meminfo: memFree=31214452/32872528 swapFree=8292/8292
[pid=14121] ppid=14118 vsize=89740 CPUtime=0 cores=0,2,4,6
/proc/14121/stat : 14121 (java) S 14118 14121 13098 0 -1 4202496 1243 0 0 0 0 0 0 0 20 0 2 0 36420528 91893760 885 33554432000 1073741824 1073778376 140736525918400 140736525909536 243768787005 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14121/statm: 22435 892 676 9 0 16770 0
[pid=14121/tid=14122] ppid=14118 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14122/stat : 14122 (java) R 14118 14121 13098 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 2 0 36420529 94019584 903 33554432000 1073741824 1073778376 140736525918400 140736525907464 243765055380 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100164 s]
/proc/loadavg: 2.16 2.06 1.75 3/194 14121
/proc/meminfo: memFree=31214452/32872528 swapFree=8292/8292
[pid=14121] ppid=14118 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/14121/stat : 14121 (java) S 14118 14121 13098 0 -1 4202496 4497 0 1 0 9 1 0 0 20 0 18 0 36420528 9787879424 5610 33554432000 1073741824 1073778376 140736525918400 140736525909536 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14121/statm: 2389619 5610 2140 9 0 2380296 0
[pid=14121/tid=14122] ppid=14118 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/14121/task/14122/stat : 14122 (java) R 14118 14121 13098 0 -1 4202560 2427 0 1 0 7 0 0 0 20 0 18 0 36420529 9787879424 5610 33554432000 1073741824 1073778376 140736525918400 140003315350432 243768812813 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200346 s]
/proc/loadavg: 2.16 2.06 1.75 3/194 14121
/proc/meminfo: memFree=31214452/32872528 swapFree=8292/8292
[pid=14121] ppid=14118 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/14121/stat : 14121 (java) S 14118 14121 13098 0 -1 4202496 4840 0 1 0 25 1 0 0 20 0 18 0 36420528 9787879424 6373 33554432000 1073741824 1073778376 140736525918400 140736525909536 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14121/statm: 2389619 6373 2212 9 0 2380296 0
[pid=14121/tid=14122] ppid=14118 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/14121/task/14122/stat : 14122 (java) R 14118 14121 13098 0 -1 4202560 2446 0 1 0 16 1 0 0 20 0 18 0 36420529 9787879424 6373 33554432000 1073741824 1073778376 140736525918400 140003315350432 140003255451157 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300273 s]
/proc/loadavg: 2.16 2.06 1.75 3/194 14121
/proc/meminfo: memFree=31214452/32872528 swapFree=8292/8292
[pid=14121] ppid=14118 vsize=9558476 CPUtime=0.5 cores=0,2,4,6
/proc/14121/stat : 14121 (java) S 14118 14121 13098 0 -1 4202496 5949 0 1 0 48 2 0 0 20 0 18 0 36420528 9787879424 7939 33554432000 1073741824 1073778376 140736525918400 140736525909536 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14121/statm: 2389619 7939 2233 9 0 2380296 0
[pid=14121/tid=14122] ppid=14118 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/14121/task/14122/stat : 14122 (java) R 14118 14121 13098 0 -1 4202560 2451 0 1 0 26 1 0 0 20 0 18 0 36420529 9787879424 7939 33554432000 1073741824 1073778376 140736525918400 140003315337352 140003323116371 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700222 s]
/proc/loadavg: 2.16 2.06 1.75 3/194 14121
/proc/meminfo: memFree=31214452/32872528 swapFree=8292/8292
[pid=14121] ppid=14118 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/14121/stat : 14121 (java) S 14118 14121 13098 0 -1 4202496 13530 0 1 0 144 3 0 0 20 0 19 0 36420528 9856040960 13377 33554432000 1073741824 1073778376 140736525918400 140736525909536 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14121/statm: 2406260 13377 2252 9 0 2396937 0
[pid=14121/tid=14122] ppid=14118 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/14121/task/14122/stat : 14122 (java) R 14118 14121 13098 0 -1 4202560 2466 0 1 0 66 1 0 0 20 0 19 0 36420529 9856040960 13377 33554432000 1073741824 1073778376 140736525918400 140003315351608 140003255641648 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.16 2.06 1.75 3/213 14140
/proc/meminfo: memFree=31163544/32872528 swapFree=8292/8292
[pid=14121] ppid=14118 vsize=9625040 CPUtime=2.56 cores=0,2,4,6
/proc/14121/stat : 14121 (java) S 14118 14121 13098 0 -1 4202496 13598 0 1 0 252 4 0 0 20 0 19 0 36420528 9856040960 15999 33554432000 1073741824 1073778376 140736525918400 140736525909536 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14121/statm: 2406260 15999 2264 9 0 2396937 0
[pid=14121/tid=14122] ppid=14118 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/14121/task/14122/stat : 14122 (java) R 14118 14121 13098 0 -1 4202560 2473 0 1 0 146 2 0 0 20 0 19 0 36420529 9856040960 15999 33554432000 1073741824 1073778376 140736525918400 140003315351816 140003255647757 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14121/tid=14124] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14124/stat : 14124 (java) S 14118 14121 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420530 9856040960 15999 33554432000 1073741824 1073778376 140736525918400 140003254082472 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14121/tid=14125] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14125/stat : 14125 (java) S 14118 14121 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420530 9856040960 15999 33554432000 1073741824 1073778376 140736525918400 140003253029928 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14121/tid=14126] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14126/stat : 14126 (java) S 14118 14121 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420530 9856040960 15999 33554432000 1073741824 1073778376 140736525918400 140003251976872 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14121/tid=14127] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14127/stat : 14127 (java) S 14118 14121 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420530 9856040960 15999 33554432000 1073741824 1073778376 140736525918400 140003155589928 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14121/tid=14128] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14128/stat : 14128 (java) S 14118 14121 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420530 9856040960 15999 33554432000 1073741824 1073778376 140736525918400 140003154536872 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14121/tid=14129] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14129/stat : 14129 (java) S 14118 14121 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420530 9856040960 15999 33554432000 1073741824 1073778376 140736525918400 140003153484328 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14121/tid=14130] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14130/stat : 14130 (java) S 14118 14121 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420530 9856040960 15999 33554432000 1073741824 1073778376 140736525918400 140003152431272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14121/tid=14131] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14131/stat : 14131 (java) S 14118 14121 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36420530 9856040960 15999 33554432000 1073741824 1073778376 140736525918400 140003151378728 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14121/tid=14132] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14132/stat : 14132 (java) S 14118 14121 13098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36420531 9856040960 15999 33554432000 1073741824 1073778376 140736525918400 140003139181416 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14121/tid=14133] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14133/stat : 14133 (java) S 14118 14121 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36420531 9856040960 15999 33554432000 1073741824 1073778376 140736525918400 140003138127736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14121/tid=14134] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14134/stat : 14134 (java) S 14118 14121 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36420531 9856040960 15999 33554432000 1073741824 1073778376 140736525918400 140003137074568 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14121/tid=14135] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14135/stat : 14135 (java) S 14118 14121 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420533 9856040960 15999 33554432000 1073741824 1073778376 140736525918400 140003136023312 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14121/tid=14136] ppid=14118 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/14121/task/14136/stat : 14136 (java) S 14118 14121 13098 0 -1 4202560 4386 0 0 0 52 2 0 0 20 0 19 0 36420533 9856040960 15999 33554432000 1073741824 1073778376 140736525918400 140003134970168 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14121/tid=14137] ppid=14118 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/14121/task/14137/stat : 14137 (java) S 14118 14121 13098 0 -1 4202560 5467 0 0 0 50 1 0 0 20 0 19 0 36420533 9856040960 15999 33554432000 1073741824 1073778376 140736525918400 140003133917624 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14121/tid=14138] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14138/stat : 14138 (java) S 14118 14121 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420533 9856040960 15999 33554432000 1073741824 1073778376 140736525918400 140003132864760 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14121/tid=14139] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14139/stat : 14139 (java) S 14118 14121 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420533 9856040960 15999 33554432000 1073741824 1073778376 140736525918400 140003131812424 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14121/tid=14140] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14140/stat : 14140 (java) S 14118 14121 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36420560 9856040960 15999 33554432000 1073741824 1073778376 140736525918400 140003130758696 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.16 2.06 1.75 3/213 14140
/proc/meminfo: memFree=31154732/32872528 swapFree=8292/8292
[pid=14121] ppid=14118 vsize=9625040 CPUtime=4.24 cores=0,2,4,6
/proc/14121/stat : 14121 (java) S 14118 14121 13098 0 -1 4202496 13623 0 1 0 420 4 0 0 20 0 19 0 36420528 9856040960 18067 33554432000 1073741824 1073778376 140736525918400 140736525909536 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14121/statm: 2406260 18067 2268 9 0 2396937 0
[pid=14121/tid=14122] ppid=14118 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/14121/task/14122/stat : 14122 (java) R 14118 14121 13098 0 -1 4202560 2478 0 1 0 305 2 0 0 20 0 19 0 36420529 9856040960 18067 33554432000 1073741824 1073778376 140736525918400 140003315343664 140003255634649 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14121/tid=14124] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14124/stat : 14124 (java) S 14118 14121 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420530 9856040960 18067 33554432000 1073741824 1073778376 140736525918400 140003254082472 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14121/tid=14125] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14125/stat : 14125 (java) S 14118 14121 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420530 9856040960 18067 33554432000 1073741824 1073778376 140736525918400 140003253029928 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14121/tid=14126] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14126/stat : 14126 (java) S 14118 14121 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420530 9856040960 18067 33554432000 1073741824 1073778376 140736525918400 140003251976872 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14121/tid=14127] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14127/stat : 14127 (java) S 14118 14121 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420530 9856040960 18067 33554432000 1073741824 1073778376 140736525918400 140003155589928 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14121/tid=14128] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14128/stat : 14128 (java) S 14118 14121 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420530 9856040960 18067 33554432000 1073741824 1073778376 140736525918400 140003154536872 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14121/tid=14129] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14129/stat : 14129 (java) S 14118 14121 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420530 9856040960 18067 33554432000 1073741824 1073778376 140736525918400 140003153484328 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14121/tid=14130] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14130/stat : 14130 (java) S 14118 14121 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420530 9856040960 18067 33554432000 1073741824 1073778376 140736525918400 140003152431272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14121/tid=14131] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14131/stat : 14131 (java) S 14118 14121 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36420530 9856040960 18067 33554432000 1073741824 1073778376 140736525918400 140003151378728 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14121/tid=14132] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14132/stat : 14132 (java) S 14118 14121 13098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36420531 9856040960 18067 33554432000 1073741824 1073778376 140736525918400 140003139181416 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14121/tid=14133] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14133/stat : 14133 (java) S 14118 14121 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36420531 9856040960 18067 33554432000 1073741824 1073778376 140736525918400 140003138127736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14121/tid=14134] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14134/stat : 14134 (java) S 14118 14121 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36420531 9856040960 18067 33554432000 1073741824 1073778376 140736525918400 140003137074568 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14121/tid=14135] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14135/stat : 14135 (java) S 14118 14121 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420533 9856040960 18067 33554432000 1073741824 1073778376 140736525918400 140003136023312 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14121/tid=14136] ppid=14118 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/14121/task/14136/stat : 14136 (java) S 14118 14121 13098 0 -1 4202560 4397 0 0 0 56 2 0 0 20 0 19 0 36420533 9856040960 18067 33554432000 1073741824 1073778376 140736525918400 140003134970168 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14121/tid=14137] ppid=14118 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/14121/task/14137/stat : 14137 (java) S 14118 14121 13098 0 -1 4202560 5476 0 0 0 55 1 0 0 20 0 19 0 36420533 9856040960 18067 33554432000 1073741824 1073778376 140736525918400 140003133917624 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14121/tid=14138] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14138/stat : 14138 (java) S 14118 14121 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420533 9856040960 18067 33554432000 1073741824 1073778376 140736525918400 140003132864760 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14121/tid=14139] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14139/stat : 14139 (java) S 14118 14121 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420533 9856040960 18067 33554432000 1073741824 1073778376 140736525918400 140003131812424 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14121/tid=14140] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14140/stat : 14140 (java) S 14118 14121 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36420560 9856040960 18067 33554432000 1073741824 1073778376 140736525918400 140003130758696 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.24
Current children cumulated vsize (KiB) 9625040

[startup+6.30082 s]
/proc/loadavg: 2.23 2.07 1.76 3/213 14140
/proc/meminfo: memFree=31142920/32872528 swapFree=8292/8292
[pid=14121] ppid=14118 vsize=9625040 CPUtime=7.44 cores=0,2,4,6
/proc/14121/stat : 14121 (java) S 14118 14121 13098 0 -1 4202496 13632 0 1 0 740 4 0 0 20 0 19 0 36420528 9856040960 20811 33554432000 1073741824 1073778376 140736525918400 140736525909536 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14121/statm: 2406260 20811 2269 9 0 2396937 0
[pid=14121/tid=14122] ppid=14118 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/14121/task/14122/stat : 14122 (java) R 14118 14121 13098 0 -1 4202560 2486 0 1 0 624 2 0 0 20 0 19 0 36420529 9856040960 20811 33554432000 1073741824 1073778376 140736525918400 140003315343024 140003255735248 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14121/tid=14124] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14124/stat : 14124 (java) S 14118 14121 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420530 9856040960 20811 33554432000 1073741824 1073778376 140736525918400 140003254082472 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14121/tid=14125] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14125/stat : 14125 (java) S 14118 14121 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420530 9856040960 20811 33554432000 1073741824 1073778376 140736525918400 140003253029928 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14121/tid=14126] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14126/stat : 14126 (java) S 14118 14121 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420530 9856040960 20811 33554432000 1073741824 1073778376 140736525918400 140003251976872 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14121/tid=14127] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14127/stat : 14127 (java) S 14118 14121 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420530 9856040960 20811 33554432000 1073741824 1073778376 140736525918400 140003155589928 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14121/tid=14128] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14128/stat : 14128 (java) S 14118 14121 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420530 9856040960 20811 33554432000 1073741824 1073778376 140736525918400 140003154536872 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14121/tid=14129] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14129/stat : 14129 (java) S 14118 14121 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420530 9856040960 20811 33554432000 1073741824 1073778376 140736525918400 140003153484328 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14121/tid=14130] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14130/stat : 14130 (java) S 14118 14121 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420530 9856040960 20811 33554432000 1073741824 1073778376 140736525918400 140003152431272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14121/tid=14131] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14131/stat : 14131 (java) S 14118 14121 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36420530 9856040960 20811 33554432000 1073741824 1073778376 140736525918400 140003151378728 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14121/tid=14132] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14132/stat : 14132 (java) S 14118 14121 13098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36420531 9856040960 20811 33554432000 1073741824 1073778376 140736525918400 140003139181416 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14121/tid=14133] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14133/stat : 14133 (java) S 14118 14121 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36420531 9856040960 20811 33554432000 1073741824 1073778376 140736525918400 140003138127736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14121/tid=14134] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14134/stat : 14134 (java) S 14118 14121 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36420531 9856040960 20811 33554432000 1073741824 1073778376 140736525918400 140003137074568 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14121/tid=14135] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14135/stat : 14135 (java) S 14118 14121 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420533 9856040960 20811 33554432000 1073741824 1073778376 140736525918400 140003136023312 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14121/tid=14136] ppid=14118 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/14121/task/14136/stat : 14136 (java) S 14118 14121 13098 0 -1 4202560 4397 0 0 0 56 2 0 0 20 0 19 0 36420533 9856040960 20811 33554432000 1073741824 1073778376 140736525918400 140003134970168 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14121/tid=14137] ppid=14118 vsize=9625040 CPUtime=0.56 cores=0,2,4,6

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

[pid=14121/tid=14126] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14126/stat : 14126 (java) S 14118 14121 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420530 9856040960 40798 33554432000 1073741824 1073778376 140736525918400 140003251976872 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14121/tid=14127] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14127/stat : 14127 (java) S 14118 14121 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420530 9856040960 40798 33554432000 1073741824 1073778376 140736525918400 140003155589928 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14121/tid=14128] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14128/stat : 14128 (java) S 14118 14121 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420530 9856040960 40798 33554432000 1073741824 1073778376 140736525918400 140003154536872 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14121/tid=14129] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14129/stat : 14129 (java) S 14118 14121 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420530 9856040960 40798 33554432000 1073741824 1073778376 140736525918400 140003153484328 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14121/tid=14130] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14130/stat : 14130 (java) S 14118 14121 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420530 9856040960 40798 33554432000 1073741824 1073778376 140736525918400 140003152431272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14121/tid=14131] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14131/stat : 14131 (java) S 14118 14121 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36420530 9856040960 40798 33554432000 1073741824 1073778376 140736525918400 140003151378728 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14121/tid=14132] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14132/stat : 14132 (java) S 14118 14121 13098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36420531 9856040960 40798 33554432000 1073741824 1073778376 140736525918400 140003139181416 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14121/tid=14133] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14133/stat : 14133 (java) S 14118 14121 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36420531 9856040960 40798 33554432000 1073741824 1073778376 140736525918400 140003138127736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14121/tid=14134] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14134/stat : 14134 (java) S 14118 14121 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36420531 9856040960 40798 33554432000 1073741824 1073778376 140736525918400 140003137074568 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14121/tid=14135] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14135/stat : 14135 (java) S 14118 14121 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420533 9856040960 40798 33554432000 1073741824 1073778376 140736525918400 140003136023312 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14121/tid=14136] ppid=14118 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/14121/task/14136/stat : 14136 (java) S 14118 14121 13098 0 -1 4202560 4416 0 0 0 65 2 0 0 20 0 19 0 36420533 9856040960 40798 33554432000 1073741824 1073778376 140736525918400 140003134970168 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14121/tid=14137] ppid=14118 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/14121/task/14137/stat : 14137 (java) S 14118 14121 13098 0 -1 4202560 5476 0 0 0 55 1 0 0 20 0 19 0 36420533 9856040960 40798 33554432000 1073741824 1073778376 140736525918400 140003133917624 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14121/tid=14138] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14138/stat : 14138 (java) S 14118 14121 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420533 9856040960 40798 33554432000 1073741824 1073778376 140736525918400 140003132864760 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14121/tid=14139] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14139/stat : 14139 (java) S 14118 14121 13098 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36420533 9856040960 40798 33554432000 1073741824 1073778376 140736525918400 140003131812424 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14121/tid=14140] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14140/stat : 14140 (java) S 14118 14121 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36420560 9856040960 40798 33554432000 1073741824 1073778376 140736525918400 140003130758696 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 22.03
Current children cumulated vsize (KiB) 9625040

[startup+21.6008 s]
/proc/loadavg: 2.18 2.07 1.76 3/213 14140
/proc/meminfo: memFree=31058300/32872528 swapFree=8292/8292
[pid=14121] ppid=14118 vsize=9625040 CPUtime=22.86 cores=0,2,4,6
/proc/14121/stat : 14121 (java) S 14118 14121 13098 0 -1 4202496 13694 0 1 0 2280 6 0 0 20 0 19 0 36420528 9856040960 41310 33554432000 1073741824 1073778376 140736525918400 140736525909536 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14121/statm: 2406260 41310 2270 9 0 2396937 0
[pid=14121/tid=14122] ppid=14118 vsize=9625040 CPUtime=21.51 cores=0,2,4,6
/proc/14121/task/14122/stat : 14122 (java) R 14118 14121 13098 0 -1 4202560 2529 0 1 0 2148 3 0 0 20 0 19 0 36420529 9856040960 41310 33554432000 1073741824 1073778376 140736525918400 140003315351896 140003255634712 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14121/tid=14124] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14124/stat : 14124 (java) S 14118 14121 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420530 9856040960 41310 33554432000 1073741824 1073778376 140736525918400 140003254082472 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14121/tid=14125] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14125/stat : 14125 (java) S 14118 14121 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420530 9856040960 41310 33554432000 1073741824 1073778376 140736525918400 140003253029928 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14121/tid=14126] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14126/stat : 14126 (java) S 14118 14121 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420530 9856040960 41310 33554432000 1073741824 1073778376 140736525918400 140003251976872 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14121/tid=14127] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14127/stat : 14127 (java) S 14118 14121 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420530 9856040960 41310 33554432000 1073741824 1073778376 140736525918400 140003155589928 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14121/tid=14128] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14128/stat : 14128 (java) S 14118 14121 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420530 9856040960 41310 33554432000 1073741824 1073778376 140736525918400 140003154536872 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14121/tid=14129] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14129/stat : 14129 (java) S 14118 14121 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420530 9856040960 41310 33554432000 1073741824 1073778376 140736525918400 140003153484328 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14121/tid=14130] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14130/stat : 14130 (java) S 14118 14121 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420530 9856040960 41310 33554432000 1073741824 1073778376 140736525918400 140003152431272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14121/tid=14131] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14131/stat : 14131 (java) S 14118 14121 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36420530 9856040960 41310 33554432000 1073741824 1073778376 140736525918400 140003151378728 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14121/tid=14132] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14132/stat : 14132 (java) S 14118 14121 13098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36420531 9856040960 41310 33554432000 1073741824 1073778376 140736525918400 140003139181416 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14121/tid=14133] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14133/stat : 14133 (java) S 14118 14121 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36420531 9856040960 41310 33554432000 1073741824 1073778376 140736525918400 140003138127736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14121/tid=14134] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14134/stat : 14134 (java) S 14118 14121 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36420531 9856040960 41310 33554432000 1073741824 1073778376 140736525918400 140003137074568 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14121/tid=14135] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14135/stat : 14135 (java) S 14118 14121 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420533 9856040960 41310 33554432000 1073741824 1073778376 140736525918400 140003136023312 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14121/tid=14136] ppid=14118 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/14121/task/14136/stat : 14136 (java) S 14118 14121 13098 0 -1 4202560 4416 0 0 0 67 2 0 0 20 0 19 0 36420533 9856040960 41310 33554432000 1073741824 1073778376 140736525918400 140003134970168 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14121/tid=14137] ppid=14118 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/14121/task/14137/stat : 14137 (java) S 14118 14121 13098 0 -1 4202560 5476 0 0 0 55 1 0 0 20 0 19 0 36420533 9856040960 41310 33554432000 1073741824 1073778376 140736525918400 140003133917624 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14121/tid=14138] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14138/stat : 14138 (java) S 14118 14121 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420533 9856040960 41310 33554432000 1073741824 1073778376 140736525918400 140003132864760 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14121/tid=14139] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14139/stat : 14139 (java) S 14118 14121 13098 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36420533 9856040960 41310 33554432000 1073741824 1073778376 140736525918400 140003131812424 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14121/tid=14140] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14140/stat : 14140 (java) S 14118 14121 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36420560 9856040960 41310 33554432000 1073741824 1073778376 140736525918400 140003130758696 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 22.86
Current children cumulated vsize (KiB) 9625040

[startup+22.0007 s]
/proc/loadavg: 2.18 2.07 1.76 3/213 14140
/proc/meminfo: memFree=31052156/32872528 swapFree=8292/8292
[pid=14121] ppid=14118 vsize=9625040 CPUtime=23.27 cores=0,2,4,6
/proc/14121/stat : 14121 (java) S 14118 14121 13098 0 -1 4202496 13721 0 1 0 2321 6 0 0 20 0 19 0 36420528 9856040960 42354 33554432000 1073741824 1073778376 140736525918400 140736525909536 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14121/statm: 2406260 42354 2283 9 0 2396937 0
[pid=14121/tid=14122] ppid=14118 vsize=9625040 CPUtime=21.92 cores=0,2,4,6
/proc/14121/task/14122/stat : 14122 (java) R 14118 14121 13098 0 -1 4202560 2533 0 1 0 2189 3 0 0 20 0 19 0 36420529 9856040960 42354 33554432000 1073741824 1073778376 140736525918400 140003315350872 140003255634712 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14121/tid=14124] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14124/stat : 14124 (java) S 14118 14121 13098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36420530 9856040960 42354 33554432000 1073741824 1073778376 140736525918400 140003254082472 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14121/tid=14125] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14125/stat : 14125 (java) S 14118 14121 13098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36420530 9856040960 42354 33554432000 1073741824 1073778376 140736525918400 140003253029928 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14121/tid=14126] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14126/stat : 14126 (java) S 14118 14121 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420530 9856040960 42354 33554432000 1073741824 1073778376 140736525918400 140003251976872 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14121/tid=14127] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14127/stat : 14127 (java) S 14118 14121 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36420530 9856040960 42354 33554432000 1073741824 1073778376 140736525918400 140003155589928 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14121/tid=14128] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14128/stat : 14128 (java) S 14118 14121 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420530 9856040960 42354 33554432000 1073741824 1073778376 140736525918400 140003154536872 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14121/tid=14129] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14129/stat : 14129 (java) S 14118 14121 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420530 9856040960 42354 33554432000 1073741824 1073778376 140736525918400 140003153484328 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14121/tid=14130] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14130/stat : 14130 (java) S 14118 14121 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420530 9856040960 42354 33554432000 1073741824 1073778376 140736525918400 140003152431272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14121/tid=14131] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14131/stat : 14131 (java) S 14118 14121 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36420530 9856040960 42354 33554432000 1073741824 1073778376 140736525918400 140003151378728 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14121/tid=14132] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14132/stat : 14132 (java) S 14118 14121 13098 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36420531 9856040960 42354 33554432000 1073741824 1073778376 140736525918400 140003139181416 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14121/tid=14133] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14133/stat : 14133 (java) S 14118 14121 13098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36420531 9856040960 42354 33554432000 1073741824 1073778376 140736525918400 140003138127736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14121/tid=14134] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14134/stat : 14134 (java) S 14118 14121 13098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36420531 9856040960 42354 33554432000 1073741824 1073778376 140736525918400 140003137074568 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14121/tid=14135] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14135/stat : 14135 (java) S 14118 14121 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420533 9856040960 42354 33554432000 1073741824 1073778376 140736525918400 140003136023312 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14121/tid=14136] ppid=14118 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/14121/task/14136/stat : 14136 (java) S 14118 14121 13098 0 -1 4202560 4416 0 0 0 67 2 0 0 20 0 19 0 36420533 9856040960 42354 33554432000 1073741824 1073778376 140736525918400 140003134970168 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14121/tid=14137] ppid=14118 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/14121/task/14137/stat : 14137 (java) S 14118 14121 13098 0 -1 4202560 5476 0 0 0 55 1 0 0 20 0 19 0 36420533 9856040960 42354 33554432000 1073741824 1073778376 140736525918400 140003133917624 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14121/tid=14138] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14138/stat : 14138 (java) S 14118 14121 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420533 9856040960 42354 33554432000 1073741824 1073778376 140736525918400 140003132864760 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14121/tid=14139] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14139/stat : 14139 (java) S 14118 14121 13098 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36420533 9856040960 42354 33554432000 1073741824 1073778376 140736525918400 140003131812424 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14121/tid=14140] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14140/stat : 14140 (java) S 14118 14121 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36420560 9856040960 42354 33554432000 1073741824 1073778376 140736525918400 140003130758696 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 23.27
Current children cumulated vsize (KiB) 9625040

[startup+22.2007 s]
/proc/loadavg: 2.18 2.07 1.76 3/213 14140
/proc/meminfo: memFree=31052156/32872528 swapFree=8292/8292
[pid=14121] ppid=14118 vsize=9625040 CPUtime=23.47 cores=0,2,4,6
/proc/14121/stat : 14121 (java) S 14118 14121 13098 0 -1 4202496 13721 0 1 0 2341 6 0 0 20 0 19 0 36420528 9856040960 42354 33554432000 1073741824 1073778376 140736525918400 140736525909536 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14121/statm: 2406260 42354 2283 9 0 2396937 0
[pid=14121/tid=14122] ppid=14118 vsize=9625040 CPUtime=22.11 cores=0,2,4,6
/proc/14121/task/14122/stat : 14122 (java) R 14118 14121 13098 0 -1 4202560 2533 0 1 0 2208 3 0 0 20 0 19 0 36420529 9856040960 42354 33554432000 1073741824 1073778376 140736525918400 140003315350872 140003255634675 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14121/tid=14124] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14124/stat : 14124 (java) S 14118 14121 13098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36420530 9856040960 42354 33554432000 1073741824 1073778376 140736525918400 140003254082472 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14121/tid=14125] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14125/stat : 14125 (java) S 14118 14121 13098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36420530 9856040960 42354 33554432000 1073741824 1073778376 140736525918400 140003253029928 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14121/tid=14126] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14126/stat : 14126 (java) S 14118 14121 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420530 9856040960 42354 33554432000 1073741824 1073778376 140736525918400 140003251976872 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14121/tid=14127] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14127/stat : 14127 (java) S 14118 14121 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36420530 9856040960 42354 33554432000 1073741824 1073778376 140736525918400 140003155589928 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14121/tid=14128] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14128/stat : 14128 (java) S 14118 14121 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420530 9856040960 42354 33554432000 1073741824 1073778376 140736525918400 140003154536872 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14121/tid=14129] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14129/stat : 14129 (java) S 14118 14121 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420530 9856040960 42354 33554432000 1073741824 1073778376 140736525918400 140003153484328 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14121/tid=14130] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14130/stat : 14130 (java) S 14118 14121 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420530 9856040960 42354 33554432000 1073741824 1073778376 140736525918400 140003152431272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14121/tid=14131] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14131/stat : 14131 (java) S 14118 14121 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36420530 9856040960 42354 33554432000 1073741824 1073778376 140736525918400 140003151378728 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14121/tid=14132] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14132/stat : 14132 (java) S 14118 14121 13098 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36420531 9856040960 42354 33554432000 1073741824 1073778376 140736525918400 140003139181416 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14121/tid=14133] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14133/stat : 14133 (java) S 14118 14121 13098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36420531 9856040960 42354 33554432000 1073741824 1073778376 140736525918400 140003138127736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14121/tid=14134] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14134/stat : 14134 (java) S 14118 14121 13098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36420531 9856040960 42354 33554432000 1073741824 1073778376 140736525918400 140003137074568 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14121/tid=14135] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14135/stat : 14135 (java) S 14118 14121 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420533 9856040960 42354 33554432000 1073741824 1073778376 140736525918400 140003136023312 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14121/tid=14136] ppid=14118 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/14121/task/14136/stat : 14136 (java) S 14118 14121 13098 0 -1 4202560 4416 0 0 0 67 2 0 0 20 0 19 0 36420533 9856040960 42354 33554432000 1073741824 1073778376 140736525918400 140003134970168 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14121/tid=14137] ppid=14118 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/14121/task/14137/stat : 14137 (java) S 14118 14121 13098 0 -1 4202560 5476 0 0 0 55 1 0 0 20 0 19 0 36420533 9856040960 42354 33554432000 1073741824 1073778376 140736525918400 140003133917624 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14121/tid=14138] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14138/stat : 14138 (java) S 14118 14121 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420533 9856040960 42354 33554432000 1073741824 1073778376 140736525918400 140003132864760 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14121/tid=14139] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14139/stat : 14139 (java) S 14118 14121 13098 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36420533 9856040960 42354 33554432000 1073741824 1073778376 140736525918400 140003131812424 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14121/tid=14140] ppid=14118 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14121/task/14140/stat : 14140 (java) S 14118 14121 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36420560 9856040960 42354 33554432000 1073741824 1073778376 140736525918400 140003130758696 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 23.47
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 22.2527
CPU time (s): 23.4704
CPU user time (s): 23.3784
CPU system time (s): 0.091986
CPU usage (%): 105.472
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.3784
system time used= 0.091986
maximum resident set size= 169476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13744
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= 818
involuntary context switches= 58

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.06099 second user time and 0.096985 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-19 15:42:37
IDJOB=4109856
IDBENCH=78948
IDSOLVER=2551
FILE ID=node151/4109856-1466343757
RUNJOBID= node151-1466341797-13114
PBS_JOBID= 19922011
Free space on /tmp= 71744 MiB

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

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

MD5SUM BENCH= 901bd5d9c00fc087d540e6ebf4e7f98d
RANDOM SEED=829872013

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:        31215104 kB
Buffers:          119856 kB
Cached:           197696 kB
SwapCached:         1712 kB
Active:           685008 kB
Inactive:         195500 kB
Active(anon):     561644 kB
Inactive(anon):     3280 kB
Active(file):     123364 kB
Inactive(file):   192220 kB
Unevictable:        8292 kB
Mlocked:            8292 kB
SwapTotal:      67108856 kB
SwapFree:       67099344 kB
Dirty:               552 kB
Writeback:             0 kB
AnonPages:        695544 kB
Mapped:            16596 kB
Shmem:                 0 kB
Slab:             638244 kB
SReclaimable:      81652 kB
SUnreclaim:       556592 kB
KernelStack:        1760 kB
PageTables:         5364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     896412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    659456 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= 71740 MiB
End job on node151 at 2016-06-19 15:42:59