Trace number 4110436

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 29.6185 27.7863

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900584219--soft-0-100-0.wbo
MD5SUM81f3c07bf85fb8fa2211498324cd1b10
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark29.6185
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 constraints2707
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 136843
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136842
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 689
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.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4110436-1466343920.wbo
0.10/0.11	c reading problem ... 
0.48/0.32	c ... done. Wall clock time 0.213s.
0.48/0.32	c declared #vars     231
0.48/0.32	c internal #vars     2938
0.48/0.32	c #constraints  2707
0.48/0.32	c constraints type 
0.48/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.48/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.48/0.32	c 2707 constraints processed.
0.48/0.32	c objective function length is 2707 literals
0.76/0.48	c SATISFIABLE
0.76/0.48	c OPTIMIZING...
0.76/0.48	c Got one! Elapsed wall clock time (in seconds):0.37
0.76/0.48	o 769
1.05/0.53	c Got one! Elapsed wall clock time (in seconds):0.418
1.05/0.53	o 366
1.05/0.55	c Got one! Elapsed wall clock time (in seconds):0.444
1.05/0.55	o 363
1.05/0.58	c Got one! Elapsed wall clock time (in seconds):0.469
1.05/0.58	o 353
1.35/0.61	c Got one! Elapsed wall clock time (in seconds):0.501
1.35/0.61	o 349
1.35/0.62	c Got one! Elapsed wall clock time (in seconds):0.513
1.35/0.62	o 324
2.15/1.22	c Got one! Elapsed wall clock time (in seconds):1.111
2.15/1.22	o 321
2.15/1.23	c Got one! Elapsed wall clock time (in seconds):1.12
2.15/1.23	o 310
2.15/1.25	c Got one! Elapsed wall clock time (in seconds):1.136
2.15/1.25	o 300
2.49/1.56	c Got one! Elapsed wall clock time (in seconds):1.449
2.49/1.56	o 293
2.59/1.68	c Got one! Elapsed wall clock time (in seconds):1.573
2.59/1.68	o 279
3.09/2.18	c cleaning 3531 clauses out of 7076 with flag 9358/7076
3.22/2.21	c Got one! Elapsed wall clock time (in seconds):2.097
3.22/2.21	o 273
3.22/2.22	c Got one! Elapsed wall clock time (in seconds):2.105
3.22/2.22	o 271
4.45/3.48	c cleaning 4353 clauses out of 8721 with flag 23788/12252
6.05/5.06	c cleaning 5166 clauses out of 10367 with flag 61375/18251
6.35/5.30	c Got one! Elapsed wall clock time (in seconds):5.187
6.35/5.30	o 270
6.35/5.32	c Got one! Elapsed wall clock time (in seconds):5.208
6.35/5.32	o 259
6.45/5.45	c Got one! Elapsed wall clock time (in seconds):5.339
6.45/5.45	o 253
6.45/5.50	c Got one! Elapsed wall clock time (in seconds):5.386
6.45/5.50	o 251
6.56/5.51	c Got one! Elapsed wall clock time (in seconds):5.397
6.56/5.51	o 250
6.56/5.51	c Got one! Elapsed wall clock time (in seconds):5.404
6.56/5.51	o 230
6.56/5.59	c Got one! Elapsed wall clock time (in seconds):5.474
6.56/5.59	o 224
6.56/5.59	c Got one! Elapsed wall clock time (in seconds):5.482
6.56/5.59	o 186
6.75/5.71	c Got one! Elapsed wall clock time (in seconds):5.597
6.75/5.71	o 183
6.75/5.72	c Got one! Elapsed wall clock time (in seconds):5.608
6.75/5.72	o 177
7.35/6.33	c Got one! Elapsed wall clock time (in seconds):6.215
7.35/6.33	o 175
7.35/6.37	c Got one! Elapsed wall clock time (in seconds):6.258
7.35/6.37	o 173
7.35/6.38	c Got one! Elapsed wall clock time (in seconds):6.271
7.35/6.38	o 159
7.45/6.45	c Got one! Elapsed wall clock time (in seconds):6.344
7.45/6.45	o 158
7.45/6.48	c Got one! Elapsed wall clock time (in seconds):6.373
7.45/6.48	o 156
7.66/6.62	c Got one! Elapsed wall clock time (in seconds):6.511
7.66/6.62	o 155
7.95/6.94	c Got one! Elapsed wall clock time (in seconds):6.832
7.95/6.94	o 151
8.25/7.26	c cleaning 7551 clauses out of 15132 with flag 9860/28182
9.32/7.99	c Got one! Elapsed wall clock time (in seconds):7.876
9.32/7.99	o 150
9.42/8.04	c Got one! Elapsed wall clock time (in seconds):7.926
9.42/8.04	o 149
9.42/8.04	c Got one! Elapsed wall clock time (in seconds):7.931
9.42/8.04	o 114
9.83/8.41	c cleaning 6518 clauses out of 13055 with flag 10655/33656
10.99/9.29	c Got one! Elapsed wall clock time (in seconds):9.175
10.99/9.29	o 99
10.99/9.30	c Got one! Elapsed wall clock time (in seconds):9.185
10.99/9.30	o 91
11.09/9.36	c Got one! Elapsed wall clock time (in seconds):9.248
11.09/9.36	o 81
11.19/9.45	c cleaning 6207 clauses out of 12420 with flag 5326/39539
11.29/9.57	c Got one! Elapsed wall clock time (in seconds):9.461
11.29/9.57	o 80
11.40/9.64	c Got one! Elapsed wall clock time (in seconds):9.527
11.40/9.64	o 77
12.29/10.52	c cleaning 5864 clauses out of 11756 with flag 27462/45082
12.80/11.02	c Got one! Elapsed wall clock time (in seconds):10.911
12.80/11.02	o 76
12.80/11.04	c Got one! Elapsed wall clock time (in seconds):10.93
12.80/11.04	o 75
12.80/11.08	c Got one! Elapsed wall clock time (in seconds):10.972
12.80/11.08	o 74
13.09/11.33	c cleaning 5743 clauses out of 11499 with flag 11889/50689
13.29/11.55	c Got one! Elapsed wall clock time (in seconds):11.44
13.29/11.55	o 72
13.39/11.60	c Got one! Elapsed wall clock time (in seconds):11.494
13.39/11.60	o 71
13.39/11.62	c Got one! Elapsed wall clock time (in seconds):11.508
13.39/11.62	o 65
13.70/11.95	c Got one! Elapsed wall clock time (in seconds):11.835
13.70/11.95	o 62
13.92/12.14	c cleaning 6207 clauses out of 12421 with flag 5533/57354
14.42/12.68	c Got one! Elapsed wall clock time (in seconds):12.564
14.42/12.68	o 61
14.63/12.85	c Got one! Elapsed wall clock time (in seconds):12.737
14.63/12.85	o 60
14.63/12.88	c Got one! Elapsed wall clock time (in seconds):12.766
14.63/12.88	o 59
14.74/12.90	c Got one! Elapsed wall clock time (in seconds):12.79
14.74/12.90	o 54
15.07/13.25	c cleaning 6435 clauses out of 12881 with flag 17055/64021
15.86/14.06	c cleaning 6211 clauses out of 12447 with flag 72411/70022
16.06/14.25	c Got one! Elapsed wall clock time (in seconds):14.139
16.06/14.25	o 52
16.36/14.53	c cleaning 5866 clauses out of 11745 with flag 25408/75531
16.36/14.53	c Got one! Elapsed wall clock time (in seconds):14.424
16.36/14.53	o 51
16.36/14.58	c Got one! Elapsed wall clock time (in seconds):14.47
16.36/14.58	o 49
16.76/14.93	c cleaning 5620 clauses out of 11256 with flag 37766/80908
16.86/15.03	c Got one! Elapsed wall clock time (in seconds):14.921
16.86/15.03	o 47
17.18/15.36	c Got one! Elapsed wall clock time (in seconds):15.25
17.18/15.36	o 44
17.48/15.69	c cleaning 5837 clauses out of 11681 with flag 15038/86953
17.68/15.86	c Got one! Elapsed wall clock time (in seconds):15.747
17.68/15.86	o 42
17.98/16.17	c cleaning 5565 clauses out of 11161 with flag 30488/92270
18.39/16.58	c cleaning 5787 clauses out of 11597 with flag 79867/98271
18.98/17.14	c cleaning 6395 clauses out of 12809 with flag 151800/105270
19.48/17.66	c cleaning 7204 clauses out of 14414 with flag 217838/113270
20.18/18.34	c cleaning 8099 clauses out of 16210 with flag 302641/122270
20.68/18.81	c Got one! Elapsed wall clock time (in seconds):18.702
20.68/18.81	o 41
20.87/19.01	c Got one! Elapsed wall clock time (in seconds):18.896
20.87/19.01	o 40
21.37/19.53	c Got one! Elapsed wall clock time (in seconds):19.419
21.37/19.53	o 39
21.57/19.73	c cleaning 9899 clauses out of 19826 with flag 8799/133985
21.57/19.79	c Got one! Elapsed wall clock time (in seconds):19.676
21.57/19.79	o 38
21.68/19.85	c Got one! Elapsed wall clock time (in seconds):19.735
21.68/19.85	o 37
21.68/19.89	c Got one! Elapsed wall clock time (in seconds):19.775
21.68/19.89	o 24
21.97/20.11	c Got one! Elapsed wall clock time (in seconds):20.003
21.97/20.11	o 23
22.07/20.25	c Got one! Elapsed wall clock time (in seconds):20.14
22.07/20.25	o 19
22.47/20.61	c cleaning 8502 clauses out of 17019 with flag 27109/141077
22.78/20.91	c Got one! Elapsed wall clock time (in seconds):20.796
22.78/20.91	o 18
22.97/21.14	c Got one! Elapsed wall clock time (in seconds):21.025
22.97/21.14	o 17
23.27/21.40	c cleaning 7579 clauses out of 15171 with flag 20813/147731
23.88/22.03	c cleaning 6793 clauses out of 13593 with flag 81586/153732
24.17/22.30	c Got one! Elapsed wall clock time (in seconds):22.189
24.17/22.30	o 16
24.47/22.63	c cleaning 6318 clauses out of 12644 with flag 33709/159576
24.67/22.82	c Got one! Elapsed wall clock time (in seconds):22.712
24.67/22.82	o 15
24.67/22.87	c Got one! Elapsed wall clock time (in seconds):22.756
24.67/22.87	o 12
24.88/23.10	c Got one! Elapsed wall clock time (in seconds):22.989
24.88/23.10	o 9
25.09/23.29	c cleaning 6533 clauses out of 13076 with flag 18169/166326
25.18/23.34	c Got one! Elapsed wall clock time (in seconds):23.233
25.18/23.34	o 8
25.28/23.40	c Got one! Elapsed wall clock time (in seconds):23.29
25.28/23.40	o 7
25.68/23.86	c Got one! Elapsed wall clock time (in seconds):23.746
25.68/23.86	o 6
25.78/23.97	c cleaning 6807 clauses out of 13626 with flag 10279/173410
26.38/24.50	c Got one! Elapsed wall clock time (in seconds):24.386
26.38/24.50	o 5
26.69/24.80	c Got one! Elapsed wall clock time (in seconds):24.693
26.69/24.80	o 4
26.89/25.00	c cleaning 8940 clauses out of 17881 with flag 16417/184473
26.99/25.16	c Got one! Elapsed wall clock time (in seconds):25.049
26.99/25.16	o 3
27.30/25.42	c cleaning 6986 clauses out of 13989 with flag 25272/189522
27.79/25.92	c cleaning 6500 clauses out of 13004 with flag 82872/195523
28.32/26.45	c cleaning 6741 clauses out of 13502 with flag 142436/202522
28.71/26.85	c Got one! Elapsed wall clock time (in seconds):26.743
28.71/26.85	o 2
29.21/27.32	c cleaning 8512 clauses out of 17025 with flag 43068/212790
29.61/27.78	c starts		: 253
29.61/27.78	c conflicts		: 218487
29.61/27.78	c decisions		: 555364
29.61/27.78	c propagations		: 44955896
29.61/27.78	c inspects		: 194071316
29.61/27.78	c shortcuts		: 0
29.61/27.78	c learnt literals	: 20
29.61/27.78	c learnt binary clauses	: 50
29.61/27.78	c learnt ternary clauses	: 215
29.61/27.78	c learnt constraints	: 218466
29.61/27.78	c ignored constraints	: 0
29.61/27.78	c root simplifications	: 0
29.61/27.78	c removed literals (reason simplification)	: 0
29.61/27.78	c reason swapping (by a shorter reason)	: 0
29.61/27.78	c Calls to reduceDB	: 31
29.61/27.78	c Number of update (reduction) of LBD	: 94353
29.61/27.78	c Imported unit clauses	: 0
29.61/27.78	c number of reductions to clauses (during analyze)	: 0
29.61/27.78	c number of learned constraints concerned by reduction	: 0
29.61/27.78	c number of learning phase by resolution	: 0
29.61/27.78	c number of learning phase by cutting planes	: 0
29.61/27.78	c speed (assignments/second)	: 1638573.2614083686
29.61/27.78	c non guided choices	10140
29.61/27.78	c learnt constraints type 
29.61/27.78	s OPTIMUM FOUND
29.61/27.78	c Found 76 solution(s)
29.61/27.78	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 
29.61/27.78	c objective function=2
29.61/27.78	c Total wall clock time (in seconds): 27.668

Verifier Data

OK	2

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4110436-1466343920/watcher-4110436-1466343920 -o /tmp/evaluation-result-4110436-1466343920/solver-4110436-1466343920 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466341822-5259 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4110436-1466343920.wbo 

pid=7691
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.28 2.23 1.95 3/194 7694
/proc/meminfo: memFree=30312448/32872528 swapFree=1075284/1157044
[pid=7694] ppid=7691 vsize=23172 CPUtime=0 cores=0,2,4,6
/proc/7694/stat : 7694 (java) R 7691 7694 5243 0 -1 4202496 1218 0 0 0 0 0 0 0 20 0 1 0 36441277 23728128 860 33554432000 1073741824 1073778376 140734984564352 140734984553416 140621005306832 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7694/statm: 6050 866 654 9 0 385 0
[pid=7694/tid=7695] ppid=7691 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7695/stat : 7695 (java) R 7691 7694 5243 0 -1 4202560 26 0 0 0 0 0 0 0 20 0 2 0 36441277 91889664 892 33554432000 1073741824 1073778376 140734984564352 140734984553416 140621007297632 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.10012 s]
/proc/loadavg: 2.28 2.23 1.95 3/194 7694
/proc/meminfo: memFree=30312448/32872528 swapFree=1075284/1157044
[pid=7694] ppid=7691 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/7694/stat : 7694 (java) S 7691 7694 5243 0 -1 4202496 4408 0 1 0 9 1 0 0 20 0 18 0 36441277 9787879424 6027 33554432000 1073741824 1073778376 140734984564352 140734984555488 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7694/statm: 2389619 6027 2125 9 0 2380296 0
[pid=7694/tid=7695] ppid=7691 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/7694/task/7695/stat : 7695 (java) R 7691 7694 5243 0 -1 4202560 2376 0 1 0 6 1 0 0 20 0 18 0 36441277 9787879424 6027 33554432000 1073741824 1073778376 140734984564352 140621000743840 140621008621370 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200311 s]
/proc/loadavg: 2.28 2.23 1.95 3/194 7694
/proc/meminfo: memFree=30312448/32872528 swapFree=1075284/1157044
[pid=7694] ppid=7691 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/7694/stat : 7694 (java) S 7691 7694 5243 0 -1 4202496 4752 0 1 0 24 1 0 0 20 0 18 0 36441277 9787879424 6821 33554432000 1073741824 1073778376 140734984564352 140734984555488 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7694/statm: 2389619 6821 2201 9 0 2380296 0
[pid=7694/tid=7695] ppid=7691 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/7694/task/7695/stat : 7695 (java) R 7691 7694 5243 0 -1 4202560 2390 0 1 0 16 1 0 0 20 0 18 0 36441277 9787879424 6821 33554432000 1073741824 1073778376 140734984564352 140621000745192 140621005042964 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300308 s]
/proc/loadavg: 2.28 2.23 1.95 3/194 7694
/proc/meminfo: memFree=30312448/32872528 swapFree=1075284/1157044
[pid=7694] ppid=7691 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/7694/stat : 7694 (java) S 7691 7694 5243 0 -1 4202496 6281 0 1 0 46 2 0 0 20 0 18 0 36441277 9787879424 8670 33554432000 1073741824 1073778376 140734984564352 140734984555488 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7694/statm: 2389619 8670 2236 9 0 2380296 0
[pid=7694/tid=7695] ppid=7691 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/7694/task/7695/stat : 7695 (java) R 7691 7694 5243 0 -1 4202560 2392 0 1 0 26 1 0 0 20 0 18 0 36441277 9787879424 8670 33554432000 1073741824 1073778376 140734984564352 140621000745192 140620870050515 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700269 s]
/proc/loadavg: 2.28 2.23 1.95 3/194 7694
/proc/meminfo: memFree=30312448/32872528 swapFree=1075284/1157044
[pid=7694] ppid=7691 vsize=9625040 CPUtime=1.64 cores=0,2,4,6
/proc/7694/stat : 7694 (java) S 7691 7694 5243 0 -1 4202496 10998 0 1 0 161 3 0 0 20 0 19 0 36441277 9856040960 13793 33554432000 1073741824 1073778376 140734984564352 140734984555488 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7694/statm: 2406260 13793 2270 9 0 2396937 0
[pid=7694/tid=7695] ppid=7691 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/7694/task/7695/stat : 7695 (java) R 7691 7694 5243 0 -1 4202560 2411 0 1 0 66 1 0 0 20 0 19 0 36441277 9856040960 13793 33554432000 1073741824 1073778376 140734984564352 140621000745160 140620870541424 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.42 2.26 1.96 3/213 7713
/proc/meminfo: memFree=30266400/32872528 swapFree=1075284/1157044
[pid=7694] ppid=7691 vsize=9625040 CPUtime=2.49 cores=0,2,4,6
/proc/7694/stat : 7694 (java) S 7691 7694 5243 0 -1 4202496 11004 0 1 0 246 3 0 0 20 0 19 0 36441277 9856040960 14820 33554432000 1073741824 1073778376 140734984564352 140734984555488 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7694/statm: 2406260 14820 2272 9 0 2396937 0
[pid=7694/tid=7695] ppid=7691 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/7694/task/7695/stat : 7695 (java) R 7691 7694 5243 0 -1 4202560 2414 0 1 0 145 2 0 0 20 0 19 0 36441277 9856040960 14820 33554432000 1073741824 1073778376 140734984564352 140621000745544 140620870574646 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7694/tid=7697] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7697/stat : 7697 (java) S 7691 7694 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441278 9856040960 14820 33554432000 1073741824 1073778376 140734984564352 140620989806888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7698] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7698/stat : 7698 (java) S 7691 7694 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441278 9856040960 14820 33554432000 1073741824 1073778376 140734984564352 140620988754088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7694/tid=7699] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7699/stat : 7699 (java) S 7691 7694 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441278 9856040960 14820 33554432000 1073741824 1073778376 140734984564352 140620842351144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7694/tid=7700] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7700/stat : 7700 (java) S 7691 7694 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441278 9856040960 14820 33554432000 1073741824 1073778376 140734984564352 140620841298344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7694/tid=7701] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7701/stat : 7701 (java) S 7691 7694 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441278 9856040960 14820 33554432000 1073741824 1073778376 140734984564352 140620840246056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7702] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7702/stat : 7702 (java) S 7691 7694 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441278 9856040960 14820 33554432000 1073741824 1073778376 140734984564352 140620839193256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7694/tid=7703] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7703/stat : 7703 (java) S 7691 7694 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441278 9856040960 14820 33554432000 1073741824 1073778376 140734984564352 140620838140968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7704] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7704/stat : 7704 (java) S 7691 7694 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36441278 9856040960 14820 33554432000 1073741824 1073778376 140734984564352 140620837088168 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7705] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7705/stat : 7705 (java) S 7691 7694 5243 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36441279 9856040960 14820 33554432000 1073741824 1073778376 140734984564352 140620824889576 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7706] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7706/stat : 7706 (java) S 7691 7694 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36441280 9856040960 14820 33554432000 1073741824 1073778376 140734984564352 140620823835640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7707] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7707/stat : 7707 (java) S 7691 7694 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36441280 9856040960 14820 33554432000 1073741824 1073778376 140734984564352 140620822783240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7708] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7708/stat : 7708 (java) S 7691 7694 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441282 9856040960 14820 33554432000 1073741824 1073778376 140734984564352 140620821731728 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7709] ppid=7691 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/7694/task/7709/stat : 7709 (java) S 7691 7694 5243 0 -1 4202560 4523 0 0 0 47 0 0 0 20 0 19 0 36441282 9856040960 14820 33554432000 1073741824 1073778376 140734984564352 140620820679352 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7710] ppid=7691 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/7694/task/7710/stat : 7710 (java) S 7691 7694 5243 0 -1 4202560 2790 0 0 0 50 0 0 0 20 0 19 0 36441282 9856040960 14820 33554432000 1073741824 1073778376 140734984564352 140620819626552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7694/tid=7711] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7711/stat : 7711 (java) S 7691 7694 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441282 9856040960 14820 33554432000 1073741824 1073778376 140734984564352 140620818574456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7694/tid=7712] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7712/stat : 7712 (java) S 7691 7694 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441282 9856040960 14820 33554432000 1073741824 1073778376 140734984564352 140620817521864 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7713] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7713/stat : 7713 (java) S 7691 7694 5243 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36441311 9856040960 14820 33554432000 1073741824 1073778376 140734984564352 140620816466856 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 9625040

[startup+3.10075 s]
/proc/loadavg: 2.42 2.26 1.96 3/213 7713
/proc/meminfo: memFree=30259760/32872528 swapFree=1075284/1157044
[pid=7694] ppid=7691 vsize=9625040 CPUtime=4.14 cores=0,2,4,6
/proc/7694/stat : 7694 (java) S 7691 7694 5243 0 -1 4202496 11014 0 1 0 411 3 0 0 20 0 19 0 36441277 9856040960 16360 33554432000 1073741824 1073778376 140734984564352 140734984555488 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7694/statm: 2406260 16360 2276 9 0 2396937 0
[pid=7694/tid=7695] ppid=7691 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/7694/task/7695/stat : 7695 (java) R 7691 7694 5243 0 -1 4202560 2419 0 1 0 305 2 0 0 20 0 19 0 36441277 9856040960 16360 33554432000 1073741824 1073778376 140734984564352 140621000745416 140620870493599 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7694/tid=7697] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7697/stat : 7697 (java) S 7691 7694 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441278 9856040960 16360 33554432000 1073741824 1073778376 140734984564352 140620989806888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7698] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7698/stat : 7698 (java) S 7691 7694 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441278 9856040960 16360 33554432000 1073741824 1073778376 140734984564352 140620988754088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7694/tid=7699] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7699/stat : 7699 (java) S 7691 7694 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441278 9856040960 16360 33554432000 1073741824 1073778376 140734984564352 140620842351144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7694/tid=7700] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7700/stat : 7700 (java) S 7691 7694 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441278 9856040960 16360 33554432000 1073741824 1073778376 140734984564352 140620841298344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7694/tid=7701] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7701/stat : 7701 (java) S 7691 7694 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441278 9856040960 16360 33554432000 1073741824 1073778376 140734984564352 140620840246056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7702] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7702/stat : 7702 (java) S 7691 7694 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441278 9856040960 16360 33554432000 1073741824 1073778376 140734984564352 140620839193256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7694/tid=7703] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7703/stat : 7703 (java) S 7691 7694 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441278 9856040960 16360 33554432000 1073741824 1073778376 140734984564352 140620838140968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7704] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7704/stat : 7704 (java) S 7691 7694 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36441278 9856040960 16360 33554432000 1073741824 1073778376 140734984564352 140620837088168 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7705] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7705/stat : 7705 (java) S 7691 7694 5243 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36441279 9856040960 16360 33554432000 1073741824 1073778376 140734984564352 140620824889576 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7706] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7706/stat : 7706 (java) S 7691 7694 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36441280 9856040960 16360 33554432000 1073741824 1073778376 140734984564352 140620823835640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7707] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7707/stat : 7707 (java) S 7691 7694 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36441280 9856040960 16360 33554432000 1073741824 1073778376 140734984564352 140620822783240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7708] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7708/stat : 7708 (java) S 7691 7694 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441282 9856040960 16360 33554432000 1073741824 1073778376 140734984564352 140620821731728 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7709] ppid=7691 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/7694/task/7709/stat : 7709 (java) S 7691 7694 5243 0 -1 4202560 4527 0 0 0 49 0 0 0 20 0 19 0 36441282 9856040960 16360 33554432000 1073741824 1073778376 140734984564352 140620820679352 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7710] ppid=7691 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/7694/task/7710/stat : 7710 (java) S 7691 7694 5243 0 -1 4202560 2791 0 0 0 53 0 0 0 20 0 19 0 36441282 9856040960 16360 33554432000 1073741824 1073778376 140734984564352 140620819626552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7694/tid=7711] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7711/stat : 7711 (java) S 7691 7694 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441282 9856040960 16360 33554432000 1073741824 1073778376 140734984564352 140620818574456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7694/tid=7712] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7712/stat : 7712 (java) S 7691 7694 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441282 9856040960 16360 33554432000 1073741824 1073778376 140734984564352 140620817521864 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7713] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7713/stat : 7713 (java) S 7691 7694 5243 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36441311 9856040960 16360 33554432000 1073741824 1073778376 140734984564352 140620816466856 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.14
Current children cumulated vsize (KiB) 9625040

[startup+6.30076 s]
/proc/loadavg: 2.38 2.25 1.96 3/213 7713
/proc/meminfo: memFree=30254544/32872528 swapFree=1075284/1157044
[pid=7694] ppid=7691 vsize=9625040 CPUtime=7.35 cores=0,2,4,6
/proc/7694/stat : 7694 (java) S 7691 7694 5243 0 -1 4202496 11023 0 1 0 732 3 0 0 20 0 19 0 36441277 9856040960 18533 33554432000 1073741824 1073778376 140734984564352 140734984555488 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7694/statm: 2406260 18533 2277 9 0 2396937 0
[pid=7694/tid=7695] ppid=7691 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/7694/task/7695/stat : 7695 (java) R 7691 7694 5243 0 -1 4202560 2427 0 1 0 623 2 0 0 20 0 19 0 36441277 9856040960 18533 33554432000 1073741824 1073778376 140734984564352 140621000745320 140620870640734 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7694/tid=7697] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7697/stat : 7697 (java) S 7691 7694 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441278 9856040960 18533 33554432000 1073741824 1073778376 140734984564352 140620989806888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7698] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7698/stat : 7698 (java) S 7691 7694 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441278 9856040960 18533 33554432000 1073741824 1073778376 140734984564352 140620988754088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7694/tid=7699] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7699/stat : 7699 (java) S 7691 7694 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441278 9856040960 18533 33554432000 1073741824 1073778376 140734984564352 140620842351144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7694/tid=7700] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7700/stat : 7700 (java) S 7691 7694 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441278 9856040960 18533 33554432000 1073741824 1073778376 140734984564352 140620841298344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7694/tid=7701] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7701/stat : 7701 (java) S 7691 7694 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441278 9856040960 18533 33554432000 1073741824 1073778376 140734984564352 140620840246056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7702] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7702/stat : 7702 (java) S 7691 7694 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441278 9856040960 18533 33554432000 1073741824 1073778376 140734984564352 140620839193256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7694/tid=7703] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7703/stat : 7703 (java) S 7691 7694 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441278 9856040960 18533 33554432000 1073741824 1073778376 140734984564352 140620838140968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7704] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7704/stat : 7704 (java) S 7691 7694 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36441278 9856040960 18533 33554432000 1073741824 1073778376 140734984564352 140620837088168 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7705] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7705/stat : 7705 (java) S 7691 7694 5243 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36441279 9856040960 18533 33554432000 1073741824 1073778376 140734984564352 140620824889576 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7706] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7706/stat : 7706 (java) S 7691 7694 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36441280 9856040960 18533 33554432000 1073741824 1073778376 140734984564352 140620823835640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7707] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7707/stat : 7707 (java) S 7691 7694 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36441280 9856040960 18533 33554432000 1073741824 1073778376 140734984564352 140620822783240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7708] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7708/stat : 7708 (java) S 7691 7694 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441282 9856040960 18533 33554432000 1073741824 1073778376 140734984564352 140620821731728 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7709] ppid=7691 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/7694/task/7709/stat : 7709 (java) S 7691 7694 5243 0 -1 4202560 4527 0 0 0 50 0 0 0 20 0 19 0 36441282 9856040960 18533 33554432000 1073741824 1073778376 140734984564352 140620820679352 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7710] ppid=7691 vsize=9625040 CPUtime=0.53 cores=0,2,4,6

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

[pid=7694/tid=7699] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7699/stat : 7699 (java) S 7691 7694 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441278 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620842351144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7694/tid=7700] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7700/stat : 7700 (java) S 7691 7694 5243 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 36441278 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620841298344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7694/tid=7701] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7701/stat : 7701 (java) S 7691 7694 5243 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36441278 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620840246056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7694/tid=7702] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7702/stat : 7702 (java) S 7691 7694 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441278 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620839193256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7694/tid=7703] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7703/stat : 7703 (java) S 7691 7694 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441278 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620838140968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7704] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7704/stat : 7704 (java) S 7691 7694 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36441278 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620837088168 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7705] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7705/stat : 7705 (java) S 7691 7694 5243 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36441279 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620824889576 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7706] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7706/stat : 7706 (java) S 7691 7694 5243 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36441280 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620823835640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7707] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7707/stat : 7707 (java) S 7691 7694 5243 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36441280 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620822783240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7708] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7708/stat : 7708 (java) S 7691 7694 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441282 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620821731728 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7709] ppid=7691 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/7694/task/7709/stat : 7709 (java) S 7691 7694 5243 0 -1 4202560 4695 0 0 0 62 0 0 0 20 0 19 0 36441282 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620820679352 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7710] ppid=7691 vsize=9625040 CPUtime=1.27 cores=0,2,4,6
/proc/7694/task/7710/stat : 7710 (java) S 7691 7694 5243 0 -1 4202560 11254 0 0 0 125 2 0 0 20 0 19 0 36441282 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620819626552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7694/tid=7711] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7711/stat : 7711 (java) S 7691 7694 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441282 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620818574456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7694/tid=7712] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7712/stat : 7712 (java) S 7691 7694 5243 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36441282 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620817521864 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7713] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7713/stat : 7713 (java) S 7691 7694 5243 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36441311 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620816466856 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 28.32
Current children cumulated vsize (KiB) 9625040

[startup+27.2007 s]
/proc/loadavg: 2.27 2.24 1.96 3/213 8038
/proc/meminfo: memFree=30214960/32872528 swapFree=1075284/1157044
[pid=7694] ppid=7691 vsize=9625040 CPUtime=29.11 cores=0,2,4,6
/proc/7694/stat : 7694 (java) S 7691 7694 5243 0 -1 4202496 19732 0 1 0 2904 7 0 0 20 0 19 0 36441277 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140734984555488 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7694/statm: 2406260 44229 2291 9 0 2396937 0
[pid=7694/tid=7695] ppid=7691 vsize=9625040 CPUtime=27.09 cores=0,2,4,6
/proc/7694/task/7695/stat : 7695 (java) R 7691 7694 5243 0 -1 4202560 2480 0 1 0 2705 4 0 0 20 0 19 0 36441277 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140621000745488 140620870594526 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7694/tid=7697] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7697/stat : 7697 (java) S 7691 7694 5243 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36441278 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620989806888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7698] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7698/stat : 7698 (java) S 7691 7694 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441278 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620988754088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7694/tid=7699] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7699/stat : 7699 (java) S 7691 7694 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441278 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620842351144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7694/tid=7700] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7700/stat : 7700 (java) S 7691 7694 5243 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 36441278 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620841298344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7694/tid=7701] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7701/stat : 7701 (java) S 7691 7694 5243 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36441278 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620840246056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7694/tid=7702] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7702/stat : 7702 (java) S 7691 7694 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441278 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620839193256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7694/tid=7703] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7703/stat : 7703 (java) S 7691 7694 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441278 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620838140968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7704] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7704/stat : 7704 (java) S 7691 7694 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36441278 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620837088168 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7705] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7705/stat : 7705 (java) S 7691 7694 5243 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36441279 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620824889576 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7706] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7706/stat : 7706 (java) S 7691 7694 5243 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36441280 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620823835640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7707] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7707/stat : 7707 (java) S 7691 7694 5243 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36441280 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620822783240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7708] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7708/stat : 7708 (java) S 7691 7694 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441282 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620821731728 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7709] ppid=7691 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/7694/task/7709/stat : 7709 (java) S 7691 7694 5243 0 -1 4202560 4695 0 0 0 62 0 0 0 20 0 19 0 36441282 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620820679352 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7710] ppid=7691 vsize=9625040 CPUtime=1.27 cores=0,2,4,6
/proc/7694/task/7710/stat : 7710 (java) S 7691 7694 5243 0 -1 4202560 11254 0 0 0 125 2 0 0 20 0 19 0 36441282 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620819626552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7694/tid=7711] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7711/stat : 7711 (java) S 7691 7694 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441282 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620818574456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7694/tid=7712] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7712/stat : 7712 (java) S 7691 7694 5243 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36441282 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620817521864 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7713] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7713/stat : 7713 (java) S 7691 7694 5243 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36441311 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620816466856 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 29.11
Current children cumulated vsize (KiB) 9625040

[startup+27.6076 s]
/proc/loadavg: 2.27 2.24 1.96 3/213 8038
/proc/meminfo: memFree=30213036/32872528 swapFree=1075284/1157044
[pid=7694] ppid=7691 vsize=9625040 CPUtime=29.52 cores=0,2,4,6
/proc/7694/stat : 7694 (java) S 7691 7694 5243 0 -1 4202496 19732 0 1 0 2945 7 0 0 20 0 19 0 36441277 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140734984555488 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7694/statm: 2406260 44229 2291 9 0 2396937 0
[pid=7694/tid=7695] ppid=7691 vsize=9625040 CPUtime=27.49 cores=0,2,4,6
/proc/7694/task/7695/stat : 7695 (java) R 7691 7694 5243 0 -1 4202560 2480 0 1 0 2745 4 0 0 20 0 19 0 36441277 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140621000745488 140620870531001 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7694/tid=7697] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7697/stat : 7697 (java) S 7691 7694 5243 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36441278 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620989806888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7698] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7698/stat : 7698 (java) S 7691 7694 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441278 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620988754088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7694/tid=7699] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7699/stat : 7699 (java) S 7691 7694 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441278 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620842351144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7694/tid=7700] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7700/stat : 7700 (java) S 7691 7694 5243 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 36441278 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620841298344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7694/tid=7701] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7701/stat : 7701 (java) S 7691 7694 5243 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36441278 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620840246056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7694/tid=7702] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7702/stat : 7702 (java) S 7691 7694 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441278 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620839193256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7694/tid=7703] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7703/stat : 7703 (java) S 7691 7694 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441278 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620838140968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7704] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7704/stat : 7704 (java) S 7691 7694 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36441278 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620837088168 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7705] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7705/stat : 7705 (java) S 7691 7694 5243 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36441279 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620824889576 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7706] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7706/stat : 7706 (java) S 7691 7694 5243 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36441280 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620823835640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7707] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7707/stat : 7707 (java) S 7691 7694 5243 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36441280 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620822783240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7708] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7708/stat : 7708 (java) S 7691 7694 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441282 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620821731728 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7709] ppid=7691 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/7694/task/7709/stat : 7709 (java) S 7691 7694 5243 0 -1 4202560 4695 0 0 0 62 0 0 0 20 0 19 0 36441282 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620820679352 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7710] ppid=7691 vsize=9625040 CPUtime=1.27 cores=0,2,4,6
/proc/7694/task/7710/stat : 7710 (java) S 7691 7694 5243 0 -1 4202560 11254 0 0 0 125 2 0 0 20 0 19 0 36441282 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620819626552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7694/tid=7711] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7711/stat : 7711 (java) S 7691 7694 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441282 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620818574456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7694/tid=7712] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7712/stat : 7712 (java) S 7691 7694 5243 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36441282 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620817521864 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7713] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7713/stat : 7713 (java) S 7691 7694 5243 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36441311 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620816466856 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 29.52
Current children cumulated vsize (KiB) 9625040

[startup+27.7007 s]
/proc/loadavg: 2.27 2.24 1.96 3/213 8038
/proc/meminfo: memFree=30213036/32872528 swapFree=1075284/1157044
[pid=7694] ppid=7691 vsize=9625040 CPUtime=29.61 cores=0,2,4,6
/proc/7694/stat : 7694 (java) S 7691 7694 5243 0 -1 4202496 19732 0 1 0 2954 7 0 0 20 0 19 0 36441277 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140734984555488 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7694/statm: 2406260 44229 2291 9 0 2396937 0
[pid=7694/tid=7695] ppid=7691 vsize=9625040 CPUtime=27.58 cores=0,2,4,6
/proc/7694/task/7695/stat : 7695 (java) R 7691 7694 5243 0 -1 4202560 2480 0 1 0 2754 4 0 0 20 0 19 0 36441277 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140621000745488 140620870594049 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7694/tid=7697] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7697/stat : 7697 (java) S 7691 7694 5243 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36441278 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620989806888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7698] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7698/stat : 7698 (java) S 7691 7694 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441278 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620988754088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7694/tid=7699] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7699/stat : 7699 (java) S 7691 7694 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441278 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620842351144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7694/tid=7700] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7700/stat : 7700 (java) S 7691 7694 5243 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 36441278 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620841298344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7694/tid=7701] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7701/stat : 7701 (java) S 7691 7694 5243 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36441278 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620840246056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7694/tid=7702] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7702/stat : 7702 (java) S 7691 7694 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441278 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620839193256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7694/tid=7703] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7703/stat : 7703 (java) S 7691 7694 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441278 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620838140968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7704] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7704/stat : 7704 (java) S 7691 7694 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36441278 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620837088168 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7705] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7705/stat : 7705 (java) S 7691 7694 5243 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36441279 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620824889576 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7706] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7706/stat : 7706 (java) S 7691 7694 5243 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36441280 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620823835640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7707] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7707/stat : 7707 (java) S 7691 7694 5243 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36441280 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620822783240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7708] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7708/stat : 7708 (java) S 7691 7694 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441282 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620821731728 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7709] ppid=7691 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/7694/task/7709/stat : 7709 (java) S 7691 7694 5243 0 -1 4202560 4695 0 0 0 62 0 0 0 20 0 19 0 36441282 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620820679352 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7710] ppid=7691 vsize=9625040 CPUtime=1.27 cores=0,2,4,6
/proc/7694/task/7710/stat : 7710 (java) S 7691 7694 5243 0 -1 4202560 11254 0 0 0 125 2 0 0 20 0 19 0 36441282 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620819626552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7694/tid=7711] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7711/stat : 7711 (java) S 7691 7694 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441282 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620818574456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7694/tid=7712] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7712/stat : 7712 (java) S 7691 7694 5243 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36441282 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620817521864 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7694/tid=7713] ppid=7691 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7694/task/7713/stat : 7713 (java) S 7691 7694 5243 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36441311 9856040960 44229 33554432000 1073741824 1073778376 140734984564352 140620816466856 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 29.61
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 27.7863
CPU time (s): 29.6185
CPU user time (s): 29.5275
CPU system time (s): 0.090986
CPU usage (%): 106.594
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.5275
system time used= 0.090986
maximum resident set size= 176976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19755
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= 907
involuntary context switches= 162

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.208968 second user time and 0.241963 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-19 15:45:20
IDJOB=4110436
IDBENCH=79314
IDSOLVER=2551
FILE ID=node114/4110436-1466343920
RUNJOBID= node114-1466341822-5259
PBS_JOBID= 19922038
Free space on /tmp= 71724 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900584219--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110436-1466343920/watcher-4110436-1466343920 -o /tmp/evaluation-result-4110436-1466343920/solver-4110436-1466343920 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466341822-5259 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4110436-1466343920.wbo

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

MD5SUM BENCH= 81f3c07bf85fb8fa2211498324cd1b10
RANDOM SEED=1683298432

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

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.761
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:        30313356 kB
Buffers:          147280 kB
Cached:           328288 kB
SwapCached:          836 kB
Active:           287856 kB
Inactive:         340248 kB
Active(anon):     153136 kB
Inactive(anon):     1760 kB
Active(file):     134720 kB
Inactive(file):   338488 kB
Unevictable:     1157044 kB
Mlocked:         1075284 kB
SwapTotal:      67108856 kB
SwapFree:       67100572 kB
Dirty:               944 kB
Writeback:             0 kB
AnonPages:       1450088 kB
Mapped:            16628 kB
Shmem:                 0 kB
Slab:             623448 kB
SReclaimable:      67176 kB
SUnreclaim:       556272 kB
KernelStack:        1632 kB
PageTables:         6820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1845364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    350208 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= 71720 MiB
End job on node114 at 2016-06-19 15:45:48