Trace number 4109828

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 101.628 100.493

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900670234--soft-66-100-0.wbo
MD5SUM20db9b5796300dda9a6b98219b888af4
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark111.329
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 constraints911
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 46278
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46277
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 641
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-4109828-1466343739.wbo
0.10/0.10	c reading problem ... 
0.26/0.29	c ... done. Wall clock time 0.189s.
0.26/0.29	c declared #vars     231
0.26/0.29	c internal #vars     1142
0.26/0.29	c #constraints  2707
0.26/0.29	c constraints type 
0.26/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2535
0.26/0.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 11
0.26/0.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 149
0.26/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 12
0.26/0.29	c 2707 constraints processed.
0.26/0.29	c objective function length is 911 literals
0.48/0.39	c SATISFIABLE
0.48/0.39	c OPTIMIZING...
0.48/0.39	c Got one! Elapsed wall clock time (in seconds):0.29
0.48/0.39	o 244
0.77/0.47	c Got one! Elapsed wall clock time (in seconds):0.366
0.77/0.47	o 243
0.98/0.50	c Got one! Elapsed wall clock time (in seconds):0.393
0.98/0.50	o 207
1.20/0.63	c Got one! Elapsed wall clock time (in seconds):0.525
1.20/0.63	o 206
1.20/0.64	c Got one! Elapsed wall clock time (in seconds):0.537
1.20/0.64	o 200
1.20/0.65	c Got one! Elapsed wall clock time (in seconds):0.546
1.20/0.65	o 190
1.20/0.67	c Got one! Elapsed wall clock time (in seconds):0.561
1.20/0.67	o 188
1.41/0.70	c Got one! Elapsed wall clock time (in seconds):0.596
1.41/0.70	o 171
1.41/0.73	c Got one! Elapsed wall clock time (in seconds):0.63
1.41/0.73	o 168
1.68/0.90	c Got one! Elapsed wall clock time (in seconds):0.797
1.68/0.90	o 166
1.84/1.07	c Got one! Elapsed wall clock time (in seconds):0.968
1.84/1.07	o 158
1.84/1.09	c Got one! Elapsed wall clock time (in seconds):0.986
1.84/1.09	o 150
2.11/1.29	c cleaning 4745 clauses out of 9495 with flag 9797/9495
2.23/1.30	c Got one! Elapsed wall clock time (in seconds):1.192
2.23/1.30	o 144
2.23/1.30	c Got one! Elapsed wall clock time (in seconds):1.199
2.23/1.30	o 142
2.23/1.31	c Got one! Elapsed wall clock time (in seconds):1.204
2.23/1.31	o 140
2.23/1.33	c Got one! Elapsed wall clock time (in seconds):1.222
2.23/1.33	o 139
2.39/1.42	c Got one! Elapsed wall clock time (in seconds):1.315
2.39/1.42	o 134
2.49/1.56	c Got one! Elapsed wall clock time (in seconds):1.455
2.49/1.56	o 111
2.49/1.57	c Got one! Elapsed wall clock time (in seconds):1.461
2.49/1.57	o 107
2.59/1.64	c Got one! Elapsed wall clock time (in seconds):1.531
2.59/1.64	o 79
2.59/1.68	c Got one! Elapsed wall clock time (in seconds):1.575
2.59/1.68	o 39
2.69/1.72	c Got one! Elapsed wall clock time (in seconds):1.611
2.69/1.72	o 38
2.69/1.73	c Got one! Elapsed wall clock time (in seconds):1.63
2.69/1.73	o 28
2.88/1.96	c cleaning 6653 clauses out of 13305 with flag 17899/18050
2.99/2.04	c Got one! Elapsed wall clock time (in seconds):1.936
2.99/2.04	o 25
2.99/2.05	c Got one! Elapsed wall clock time (in seconds):1.948
2.99/2.05	o 22
2.99/2.06	c Got one! Elapsed wall clock time (in seconds):1.951
2.99/2.06	o 19
3.19/2.29	c cleaning 6076 clauses out of 12176 with flag 26938/23574
3.60/2.66	c cleaning 6033 clauses out of 12098 with flag 83114/29572
3.70/2.74	c Got one! Elapsed wall clock time (in seconds):2.633
3.70/2.74	o 18
4.00/3.02	c cleaning 5835 clauses out of 11671 with flag 34448/35178
4.42/3.41	c cleaning 5913 clauses out of 11836 with flag 85654/41178
4.73/3.71	c Got one! Elapsed wall clock time (in seconds):3.609
4.73/3.71	o 14
5.03/4.06	c cleaning 8083 clauses out of 16183 with flag 47133/51438
5.44/4.43	c cleaning 7041 clauses out of 14097 with flag 109115/57435
5.83/4.86	c cleaning 7025 clauses out of 14059 with flag 181396/64438
6.33/5.36	c cleaning 7502 clauses out of 15032 with flag 265921/72436
6.93/5.94	c cleaning 8251 clauses out of 16529 with flag 358305/81435
7.34/6.30	c Got one! Elapsed wall clock time (in seconds):6.199
7.34/6.30	o 12
7.64/6.66	c cleaning 9524 clauses out of 19060 with flag 45162/92217
8.04/7.08	c cleaning 7761 clauses out of 15538 with flag 110703/98219
8.53/7.59	c cleaning 7382 clauses out of 14776 with flag 190198/105218
9.13/8.13	c cleaning 7693 clauses out of 15394 with flag 270066/113218
9.84/8.82	c cleaning 8346 clauses out of 16702 with flag 366335/122219
10.63/9.63	c cleaning 9167 clauses out of 18356 with flag 471479/132219
11.53/10.56	c cleaning 10084 clauses out of 20187 with flag 589396/143217
12.64/11.67	c cleaning 11043 clauses out of 22103 with flag 733476/155217
13.54/12.51	c Got one! Elapsed wall clock time (in seconds):12.41
13.54/12.51	o 11
14.04/13.09	c cleaning 12701 clauses out of 25409 with flag 55923/169566
14.64/13.65	c cleaning 9349 clauses out of 18708 with flag 122839/175566
15.14/14.14	c Got one! Elapsed wall clock time (in seconds):14.036
15.14/14.14	o 9
15.64/14.68	c cleaning 9963 clauses out of 19930 with flag 53617/186137
16.24/15.24	c Got one! Elapsed wall clock time (in seconds):15.135
16.24/15.24	o 8
16.74/15.79	c cleaning 10254 clauses out of 20516 with flag 47335/196686
17.24/16.26	c cleaning 8118 clauses out of 16261 with flag 101982/202685
17.74/16.79	c cleaning 7569 clauses out of 15143 with flag 166549/209685
18.44/17.43	c cleaning 7779 clauses out of 15574 with flag 233458/217685
19.24/18.22	c cleaning 8388 clauses out of 16796 with flag 310402/226686
20.14/19.12	c cleaning 9198 clauses out of 18407 with flag 398769/236685
21.14/20.17	c cleaning 10093 clauses out of 20211 with flag 497519/247688
22.13/21.18	c cleaning 11050 clauses out of 22115 with flag 584921/259685
23.35/22.32	c cleaning 12027 clauses out of 24065 with flag 689394/272685
24.65/23.61	c cleaning 13013 clauses out of 26038 with flag 805858/286685
26.25/25.24	c cleaning 14009 clauses out of 28025 with flag 943510/301685
28.16/27.15	c cleaning 15002 clauses out of 30016 with flag 1083874/317685
30.46/29.41	c cleaning 16001 clauses out of 32014 with flag 1230295/334685
32.86/31.84	c cleaning 17005 clauses out of 34016 with flag 1380014/352688
35.56/34.53	c cleaning 18002 clauses out of 36010 with flag 1536419/371687
38.36/37.39	c cleaning 18994 clauses out of 38006 with flag 1697356/391685
41.55/40.57	c cleaning 20005 clauses out of 40014 with flag 1867960/412688
44.66/43.62	c cleaning 21000 clauses out of 42006 with flag 2022301/434685
47.76/46.80	c cleaning 21998 clauses out of 44007 with flag 2185192/457686
48.86/47.81	c Got one! Elapsed wall clock time (in seconds):47.705
48.86/47.81	o 5
49.66/48.61	c cleaning 17339 clauses out of 34699 with flag 38380/470376
50.26/49.24	c cleaning 11674 clauses out of 23362 with flag 74432/476378
50.96/49.90	c cleaning 9341 clauses out of 18687 with flag 117738/483377
51.67/50.66	c cleaning 8662 clauses out of 17345 with flag 167805/491376
52.66/51.62	c cleaning 8829 clauses out of 17682 with flag 228202/500375
53.76/52.71	c cleaning 9426 clauses out of 18853 with flag 294992/510375
54.97/53.95	c cleaning 10214 clauses out of 20429 with flag 369303/521377
56.46/55.42	c cleaning 11103 clauses out of 22216 with flag 460804/533378
57.27/56.27	c Got one! Elapsed wall clock time (in seconds):56.166
57.27/56.27	o 3
57.79/56.77	c cleaning 11582 clauses out of 23171 with flag 25739/545436
58.40/57.33	c cleaning 8788 clauses out of 17588 with flag 61414/551435
59.09/58.05	c cleaning 7896 clauses out of 15801 with flag 105427/558436
59.89/58.86	c cleaning 7941 clauses out of 15905 with flag 152431/566436
60.79/59.76	c cleaning 8472 clauses out of 16964 with flag 207055/575436
61.70/60.69	c cleaning 9245 clauses out of 18491 with flag 259533/585435
62.89/61.84	c cleaning 10116 clauses out of 20246 with flag 324602/596435
64.19/63.16	c cleaning 11062 clauses out of 22130 with flag 397469/608435
65.79/64.74	c cleaning 12032 clauses out of 24068 with flag 475029/621435
67.49/66.43	c cleaning 13012 clauses out of 26036 with flag 559227/635435
69.49/68.48	c cleaning 14008 clauses out of 28024 with flag 664628/650435
71.69/70.60	c cleaning 14999 clauses out of 30015 with flag 773014/666435
73.89/72.90	c cleaning 16005 clauses out of 32016 with flag 874300/683435
75.29/74.23	c Got one! Elapsed wall clock time (in seconds):74.127
75.29/74.23	o 2
76.00/74.98	c cleaning 15829 clauses out of 31664 with flag 27133/699088
76.89/75.81	c cleaning 10907 clauses out of 21835 with flag 64569/705088
77.69/76.69	c cleaning 8949 clauses out of 17928 with flag 107203/712088
78.59/77.59	c cleaning 8482 clauses out of 16982 with flag 143785/720091
79.59/78.58	c cleaning 8746 clauses out of 17501 with flag 178813/729092
80.69/79.64	c cleaning 9366 clauses out of 18752 with flag 222127/739089
81.89/80.85	c cleaning 10187 clauses out of 20388 with flag 272383/750091
83.29/82.25	c cleaning 11096 clauses out of 22198 with flag 325725/762088
84.89/83.83	c cleaning 12049 clauses out of 24104 with flag 386643/775090
86.60/85.53	c cleaning 13023 clauses out of 26054 with flag 463319/789089
88.60/87.53	c cleaning 14010 clauses out of 28033 with flag 530290/804091
90.80/89.79	c cleaning 15005 clauses out of 30021 with flag 615352/820089
93.30/92.24	c cleaning 16004 clauses out of 32016 with flag 701116/837089
95.81/94.76	c cleaning 17003 clauses out of 34011 with flag 796353/855088
98.41/97.36	c cleaning 18003 clauses out of 36012 with flag 900812/874093
100.91/99.85	c cleaning 18997 clauses out of 38000 with flag 1004060/894088
101.51/100.47	c starts		: 1130
101.51/100.47	c conflicts		: 903034
101.51/100.47	c decisions		: 1216616
101.51/100.47	c propagations		: 40176060
101.51/100.47	c inspects		: 1772166261
101.51/100.47	c shortcuts		: 0
101.51/100.47	c learnt literals	: 28
101.51/100.47	c learnt binary clauses	: 74
101.51/100.47	c learnt ternary clauses	: 686
101.51/100.47	c learnt constraints	: 903005
101.51/100.47	c ignored constraints	: 0
101.51/100.47	c root simplifications	: 0
101.51/100.47	c removed literals (reason simplification)	: 0
101.51/100.47	c reason swapping (by a shorter reason)	: 0
101.51/100.47	c Calls to reduceDB	: 78
101.51/100.47	c Number of update (reduction) of LBD	: 275601
101.51/100.47	c Imported unit clauses	: 0
101.51/100.47	c number of reductions to clauses (during analyze)	: 0
101.51/100.47	c number of learned constraints concerned by reduction	: 0
101.51/100.47	c number of learning phase by resolution	: 0
101.51/100.47	c number of learning phase by cutting planes	: 0
101.51/100.47	c speed (assignments/second)	: 401066.75451468956
101.51/100.47	c non guided choices	4293
101.51/100.47	c learnt constraints type 
101.51/100.47	s OPTIMUM FOUND
101.51/100.47	c Found 35 solution(s)
101.51/100.48	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 
101.51/100.48	c objective function=2
101.51/100.48	c Total wall clock time (in seconds): 100.371

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

pid=21861
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.24 2.23 1.92 3/194 21864
/proc/meminfo: memFree=30239416/32872528 swapFree=1286400/1433568
[pid=21864] ppid=21861 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/21864/stat : 21864 (java) R 21861 21864 20454 0 -1 4202496 1060 0 0 0 0 0 0 0 20 0 1 0 36420646 23793664 709 33554432000 1073741824 1073778376 140734611949408 140734611938472 214360438120 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21864/statm: 5809 709 524 9 0 128 0

[startup+0.10006 s]
/proc/loadavg: 2.24 2.23 1.92 3/194 21864
/proc/meminfo: memFree=30239416/32872528 swapFree=1286400/1433568
[pid=21864] ppid=21861 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/21864/stat : 21864 (java) S 21861 21864 20454 0 -1 4202496 4412 0 1 0 9 1 0 0 20 0 18 0 36420646 9787879424 6050 33554432000 1073741824 1073778376 140734611949408 140734611940544 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21864/statm: 2389619 6051 2140 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200219 s]
/proc/loadavg: 2.24 2.23 1.92 3/194 21864
/proc/meminfo: memFree=30239416/32872528 swapFree=1286400/1433568
[pid=21864] ppid=21861 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/21864/stat : 21864 (java) S 21861 21864 20454 0 -1 4202496 4778 0 1 0 25 1 0 0 20 0 18 0 36420646 9787879424 6831 33554432000 1073741824 1073778376 140734611949408 140734611940544 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21864/statm: 2389619 6831 2214 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300225 s]
/proc/loadavg: 2.24 2.23 1.92 3/194 21864
/proc/meminfo: memFree=30239416/32872528 swapFree=1286400/1433568
[pid=21864] ppid=21861 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/21864/stat : 21864 (java) S 21861 21864 20454 0 -1 4202496 5897 0 1 0 47 1 0 0 20 0 18 0 36420646 9787879424 8411 33554432000 1073741824 1073778376 140734611949408 140734611940544 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21864/statm: 2389619 8411 2239 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700186 s]
/proc/loadavg: 2.24 2.23 1.92 3/194 21864
/proc/meminfo: memFree=30239416/32872528 swapFree=1286400/1433568
[pid=21864] ppid=21861 vsize=9625040 CPUtime=1.41 cores=0,2,4,6
/proc/21864/stat : 21864 (java) S 21861 21864 20454 0 -1 4202496 11276 0 1 0 139 2 0 0 20 0 19 0 36420646 9856040960 11107 33554432000 1073741824 1073778376 140734611949408 140734611940544 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21864/statm: 2406260 11107 2257 9 0 2396937 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 9625040

[startup+1.50081 s]
/proc/loadavg: 2.24 2.23 1.92 5/213 21883
/proc/meminfo: memFree=30193588/32872528 swapFree=1286400/1433568
[pid=21864] ppid=21861 vsize=9625040 CPUtime=2.49 cores=0,2,4,6
/proc/21864/stat : 21864 (java) S 21861 21864 20454 0 -1 4202496 12754 0 1 0 246 3 0 0 20 0 19 0 36420646 9856040960 12898 33554432000 1073741824 1073778376 140734611949408 140734611940544 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21864/statm: 2406260 12898 2270 9 0 2396937 0
[pid=21864/tid=21866] ppid=21861 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/21864/task/21866/stat : 21866 (java) R 21861 21864 20454 0 -1 4202560 2425 0 1 0 145 2 0 0 20 0 19 0 36420647 9856040960 12898 33554432000 1073741824 1073778376 140734611949408 139725722427576 139725571227049 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21864/tid=21867] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21867/stat : 21867 (java) S 21861 21864 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420648 9856040960 12898 33554432000 1073741824 1073778376 140734611949408 139725694880808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21868] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21868/stat : 21868 (java) S 21861 21864 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420648 9856040960 12898 33554432000 1073741824 1073778376 140734611949408 139725693828008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21864/tid=21869] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21869/stat : 21869 (java) S 21861 21864 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420648 9856040960 12898 33554432000 1073741824 1073778376 140734611949408 139725692775208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21864/tid=21870] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21870/stat : 21870 (java) S 21861 21864 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420648 9856040960 12898 33554432000 1073741824 1073778376 140734611949408 139725691722408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21864/tid=21871] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21871/stat : 21871 (java) S 21861 21864 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420648 9856040960 12898 33554432000 1073741824 1073778376 140734611949408 139725690669608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21872] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21872/stat : 21872 (java) S 21861 21864 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420648 9856040960 12898 33554432000 1073741824 1073778376 140734611949408 139725689616808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21864/tid=21873] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21873/stat : 21873 (java) S 21861 21864 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420648 9856040960 12898 33554432000 1073741824 1073778376 140734611949408 139725559605544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21874] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21874/stat : 21874 (java) S 21861 21864 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36420648 9856040960 12898 33554432000 1073741824 1073778376 140734611949408 139725558552744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21875] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21875/stat : 21875 (java) S 21861 21864 20454 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36420649 9856040960 12898 33554432000 1073741824 1073778376 140734611949408 139725075606504 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21876] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21876/stat : 21876 (java) S 21861 21864 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36420649 9856040960 12898 33554432000 1073741824 1073778376 140734611949408 139725074552568 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21877] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21877/stat : 21877 (java) S 21861 21864 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36420649 9856040960 12898 33554432000 1073741824 1073778376 140734611949408 139725073499656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21878] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21878/stat : 21878 (java) S 21861 21864 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420651 9856040960 12898 33554432000 1073741824 1073778376 140734611949408 139725072448144 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21879] ppid=21861 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/21864/task/21879/stat : 21879 (java) S 21861 21864 20454 0 -1 4202560 5110 0 0 0 49 0 0 0 20 0 19 0 36420651 9856040960 12898 33554432000 1073741824 1073778376 140734611949408 139725071395256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21880] ppid=21861 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/21864/task/21880/stat : 21880 (java) S 21861 21864 20454 0 -1 4202560 3940 0 0 0 51 0 0 0 20 0 19 0 36420651 9856040960 12898 33554432000 1073741824 1073778376 140734611949408 139725070342456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21864/tid=21881] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21881/stat : 21881 (java) S 21861 21864 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420651 9856040960 12898 33554432000 1073741824 1073778376 140734611949408 139725069289848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21864/tid=21882] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21882/stat : 21882 (java) S 21861 21864 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420651 9856040960 12898 33554432000 1073741824 1073778376 140734611949408 139725068237256 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21883] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21883/stat : 21883 (java) S 21861 21864 20454 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36420677 9856040960 12898 33554432000 1073741824 1073778376 140734611949408 139725067183784 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 9625040

[startup+3.10082 s]
/proc/loadavg: 2.22 2.22 1.92 3/213 21883
/proc/meminfo: memFree=30182728/32872528 swapFree=1286400/1433568
[pid=21864] ppid=21861 vsize=9625040 CPUtime=4.11 cores=0,2,4,6
/proc/21864/stat : 21864 (java) S 21861 21864 20454 0 -1 4202496 12760 0 1 0 408 3 0 0 20 0 19 0 36420646 9856040960 15458 33554432000 1073741824 1073778376 140734611949408 140734611940544 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21864/statm: 2406260 15458 2270 9 0 2396937 0
[pid=21864/tid=21866] ppid=21861 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/21864/task/21866/stat : 21866 (java) R 21861 21864 20454 0 -1 4202560 2431 0 1 0 304 2 0 0 20 0 19 0 36420647 9856040960 15458 33554432000 1073741824 1073778376 140734611949408 139725722418896 139725571103839 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21867] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21867/stat : 21867 (java) S 21861 21864 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420648 9856040960 15458 33554432000 1073741824 1073778376 140734611949408 139725694880808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21868] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21868/stat : 21868 (java) S 21861 21864 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420648 9856040960 15458 33554432000 1073741824 1073778376 140734611949408 139725693828008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21864/tid=21869] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21869/stat : 21869 (java) S 21861 21864 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420648 9856040960 15458 33554432000 1073741824 1073778376 140734611949408 139725692775208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21864/tid=21870] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21870/stat : 21870 (java) S 21861 21864 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420648 9856040960 15458 33554432000 1073741824 1073778376 140734611949408 139725691722408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21864/tid=21871] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21871/stat : 21871 (java) S 21861 21864 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420648 9856040960 15458 33554432000 1073741824 1073778376 140734611949408 139725690669608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21872] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21872/stat : 21872 (java) S 21861 21864 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420648 9856040960 15458 33554432000 1073741824 1073778376 140734611949408 139725689616808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21864/tid=21873] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21873/stat : 21873 (java) S 21861 21864 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420648 9856040960 15458 33554432000 1073741824 1073778376 140734611949408 139725559605544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21874] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21874/stat : 21874 (java) S 21861 21864 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36420648 9856040960 15458 33554432000 1073741824 1073778376 140734611949408 139725558552744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21875] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21875/stat : 21875 (java) S 21861 21864 20454 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36420649 9856040960 15458 33554432000 1073741824 1073778376 140734611949408 139725075606504 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21876] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21876/stat : 21876 (java) S 21861 21864 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36420649 9856040960 15458 33554432000 1073741824 1073778376 140734611949408 139725074552568 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21877] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21877/stat : 21877 (java) S 21861 21864 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36420649 9856040960 15458 33554432000 1073741824 1073778376 140734611949408 139725073499656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21878] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21878/stat : 21878 (java) S 21861 21864 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420651 9856040960 15458 33554432000 1073741824 1073778376 140734611949408 139725072448144 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21879] ppid=21861 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/21864/task/21879/stat : 21879 (java) S 21861 21864 20454 0 -1 4202560 5110 0 0 0 49 0 0 0 20 0 19 0 36420651 9856040960 15458 33554432000 1073741824 1073778376 140734611949408 139725071395256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21880] ppid=21861 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/21864/task/21880/stat : 21880 (java) S 21861 21864 20454 0 -1 4202560 3940 0 0 0 54 0 0 0 20 0 19 0 36420651 9856040960 15458 33554432000 1073741824 1073778376 140734611949408 139725070342456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21864/tid=21881] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21881/stat : 21881 (java) S 21861 21864 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420651 9856040960 15458 33554432000 1073741824 1073778376 140734611949408 139725069289848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21864/tid=21882] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21882/stat : 21882 (java) S 21861 21864 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420651 9856040960 15458 33554432000 1073741824 1073778376 140734611949408 139725068237256 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21883] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21883/stat : 21883 (java) S 21861 21864 20454 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36420677 9856040960 15458 33554432000 1073741824 1073778376 140734611949408 139725067183784 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.11
Current children cumulated vsize (KiB) 9625040

[startup+6.30082 s]
/proc/loadavg: 2.22 2.22 1.92 4/213 21883
/proc/meminfo: memFree=30161660/32872528 swapFree=1286400/1433568
[pid=21864] ppid=21861 vsize=9625040 CPUtime=7.34 cores=0,2,4,6
/proc/21864/stat : 21864 (java) S 21861 21864 20454 0 -1 4202496 12768 0 1 0 730 4 0 0 20 0 19 0 36420646 9856040960 19042 33554432000 1073741824 1073778376 140734611949408 140734611940544 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21864/statm: 2406260 19042 2270 9 0 2396937 0
[pid=21864/tid=21866] ppid=21861 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/21864/task/21866/stat : 21866 (java) R 21861 21864 20454 0 -1 4202560 2439 0 1 0 622 3 0 0 20 0 19 0 36420647 9856040960 19042 33554432000 1073741824 1073778376 140734611949408 139725722427568 139725571103819 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21864/tid=21867] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21867/stat : 21867 (java) S 21861 21864 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420648 9856040960 19042 33554432000 1073741824 1073778376 140734611949408 139725694880808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21868] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21868/stat : 21868 (java) S 21861 21864 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420648 9856040960 19042 33554432000 1073741824 1073778376 140734611949408 139725693828008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21864/tid=21869] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21869/stat : 21869 (java) S 21861 21864 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420648 9856040960 19042 33554432000 1073741824 1073778376 140734611949408 139725692775208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21864/tid=21870] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21870/stat : 21870 (java) S 21861 21864 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420648 9856040960 19042 33554432000 1073741824 1073778376 140734611949408 139725691722408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21864/tid=21871] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21871/stat : 21871 (java) S 21861 21864 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420648 9856040960 19042 33554432000 1073741824 1073778376 140734611949408 139725690669608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21872] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21872/stat : 21872 (java) S 21861 21864 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420648 9856040960 19042 33554432000 1073741824 1073778376 140734611949408 139725689616808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21864/tid=21873] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21873/stat : 21873 (java) S 21861 21864 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420648 9856040960 19042 33554432000 1073741824 1073778376 140734611949408 139725559605544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21874] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21874/stat : 21874 (java) S 21861 21864 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36420648 9856040960 19042 33554432000 1073741824 1073778376 140734611949408 139725558552744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21875] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21875/stat : 21875 (java) S 21861 21864 20454 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36420649 9856040960 19042 33554432000 1073741824 1073778376 140734611949408 139725075606504 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21876] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21876/stat : 21876 (java) S 21861 21864 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36420649 9856040960 19042 33554432000 1073741824 1073778376 140734611949408 139725074552568 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21877] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21877/stat : 21877 (java) S 21861 21864 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36420649 9856040960 19042 33554432000 1073741824 1073778376 140734611949408 139725073499656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21878] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21878/stat : 21878 (java) S 21861 21864 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420651 9856040960 19042 33554432000 1073741824 1073778376 140734611949408 139725072448144 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21879] ppid=21861 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/21864/task/21879/stat : 21879 (java) S 21861 21864 20454 0 -1 4202560 5110 0 0 0 49 0 0 0 20 0 19 0 36420651 9856040960 19042 33554432000 1073741824 1073778376 140734611949408 139725071395256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21880] ppid=21861 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/21864/task/21880/stat : 21880 (java) S 21861 21864 20454 0 -1 4202560 3940 0 0 0 56 0 0 0 20 0 19 0 36420651 9856040960 19042 33554432000 1073741824 1073778376 140734611949408 139725070342456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21864/tid=21881] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21881/stat : 21881 (java) S 21861 21864 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420651 9856040960 19042 33554432000 1073741824 1073778376 140734611949408 139725069289848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21864/tid=21882] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21882/stat : 21882 (java) S 21861 21864 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420651 9856040960 19042 33554432000 1073741824 1073778376 140734611949408 139725068237256 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21883] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21883/stat : 21883 (java) S 21861 21864 20454 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36420677 9856040960 19042 33554432000 1073741824 1073778376 140734611949408 139725067183784 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.34
Current children cumulated vsize (KiB) 9625040


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

[pid=21864/tid=21869] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21869/stat : 21869 (java) S 21861 21864 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420648 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725692775208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21864/tid=21870] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21870/stat : 21870 (java) S 21861 21864 20454 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36420648 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725691722408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21864/tid=21871] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21871/stat : 21871 (java) S 21861 21864 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420648 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725690669608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21864/tid=21872] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21872/stat : 21872 (java) S 21861 21864 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36420648 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725689616808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21864/tid=21873] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21873/stat : 21873 (java) S 21861 21864 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420648 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725559605544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21874] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21874/stat : 21874 (java) S 21861 21864 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36420648 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725558552744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21875] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21875/stat : 21875 (java) S 21861 21864 20454 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36420649 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725075606504 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21876] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21876/stat : 21876 (java) S 21861 21864 20454 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36420649 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725074552568 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21877] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21877/stat : 21877 (java) S 21861 21864 20454 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36420649 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725073499656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21878] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21878/stat : 21878 (java) S 21861 21864 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420651 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725072448144 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21879] ppid=21861 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/21864/task/21879/stat : 21879 (java) S 21861 21864 20454 0 -1 4202560 5110 0 0 0 49 0 0 0 20 0 19 0 36420651 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725071395256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21880] ppid=21861 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/21864/task/21880/stat : 21880 (java) S 21861 21864 20454 0 -1 4202560 4119 0 0 0 63 0 0 0 20 0 19 0 36420651 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725070342456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21864/tid=21881] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21881/stat : 21881 (java) S 21861 21864 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420651 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725069289848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21864/tid=21882] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21882/stat : 21882 (java) S 21861 21864 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36420651 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725068237256 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21883] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21883/stat : 21883 (java) S 21861 21864 20454 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36420677 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725067183784 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 98.71
Current children cumulated vsize (KiB) 9625040

[startup+99.2008 s]
/proc/loadavg: 2.37 2.26 1.96 3/192 22614
/proc/meminfo: memFree=30175928/32872528 swapFree=1286400/1433568
[pid=21864] ppid=21861 vsize=9625040 CPUtime=100.31 cores=0,2,4,6
/proc/21864/stat : 21864 (java) S 21861 21864 20454 0 -1 4202496 13026 0 1 0 10024 7 0 0 20 0 19 0 36420646 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 140734611940544 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21864/statm: 2406260 41590 2284 9 0 2396937 0
[pid=21864/tid=21866] ppid=21861 vsize=9625040 CPUtime=99.13 cores=0,2,4,6
/proc/21864/task/21866/stat : 21866 (java) R 21861 21864 20454 0 -1 4202560 2486 0 1 0 9908 5 0 0 20 0 19 0 36420647 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725722425840 139725571158997 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21864/tid=21867] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21867/stat : 21867 (java) S 21861 21864 20454 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36420648 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725694880808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21868] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21868/stat : 21868 (java) S 21861 21864 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420648 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725693828008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21864/tid=21869] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21869/stat : 21869 (java) S 21861 21864 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420648 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725692775208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21864/tid=21870] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21870/stat : 21870 (java) S 21861 21864 20454 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36420648 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725691722408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21864/tid=21871] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21871/stat : 21871 (java) S 21861 21864 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420648 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725690669608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21864/tid=21872] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21872/stat : 21872 (java) S 21861 21864 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36420648 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725689616808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21864/tid=21873] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21873/stat : 21873 (java) S 21861 21864 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420648 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725559605544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21874] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21874/stat : 21874 (java) S 21861 21864 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36420648 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725558552744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21875] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21875/stat : 21875 (java) S 21861 21864 20454 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 36420649 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725075606504 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21876] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21876/stat : 21876 (java) S 21861 21864 20454 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36420649 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725074552568 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21877] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21877/stat : 21877 (java) S 21861 21864 20454 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36420649 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725073499656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21878] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21878/stat : 21878 (java) S 21861 21864 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420651 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725072448144 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21879] ppid=21861 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/21864/task/21879/stat : 21879 (java) S 21861 21864 20454 0 -1 4202560 5110 0 0 0 49 0 0 0 20 0 19 0 36420651 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725071395256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21880] ppid=21861 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/21864/task/21880/stat : 21880 (java) S 21861 21864 20454 0 -1 4202560 4119 0 0 0 63 0 0 0 20 0 19 0 36420651 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725070342456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21864/tid=21881] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21881/stat : 21881 (java) S 21861 21864 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420651 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725069289848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21864/tid=21882] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21882/stat : 21882 (java) S 21861 21864 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36420651 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725068237256 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21883] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21883/stat : 21883 (java) S 21861 21864 20454 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36420677 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725067183784 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 100.31
Current children cumulated vsize (KiB) 9625040

[startup+100.001 s]
/proc/loadavg: 2.37 2.26 1.96 3/192 22614
/proc/meminfo: memFree=30175928/32872528 swapFree=1286400/1433568
[pid=21864] ppid=21861 vsize=9625040 CPUtime=101.11 cores=0,2,4,6
/proc/21864/stat : 21864 (java) S 21861 21864 20454 0 -1 4202496 13026 0 1 0 10104 7 0 0 20 0 19 0 36420646 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 140734611940544 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21864/statm: 2406260 41590 2284 9 0 2396937 0
[pid=21864/tid=21866] ppid=21861 vsize=9625040 CPUtime=99.93 cores=0,2,4,6
/proc/21864/task/21866/stat : 21866 (java) R 21861 21864 20454 0 -1 4202560 2486 0 1 0 9988 5 0 0 20 0 19 0 36420647 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725722425840 139725571158997 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21864/tid=21867] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21867/stat : 21867 (java) S 21861 21864 20454 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36420648 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725694880808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21868] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21868/stat : 21868 (java) S 21861 21864 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420648 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725693828008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21864/tid=21869] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21869/stat : 21869 (java) S 21861 21864 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420648 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725692775208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21864/tid=21870] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21870/stat : 21870 (java) S 21861 21864 20454 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36420648 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725691722408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21864/tid=21871] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21871/stat : 21871 (java) S 21861 21864 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420648 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725690669608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21864/tid=21872] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21872/stat : 21872 (java) S 21861 21864 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36420648 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725689616808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21864/tid=21873] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21873/stat : 21873 (java) S 21861 21864 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420648 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725559605544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21874] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21874/stat : 21874 (java) S 21861 21864 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36420648 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725558552744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21875] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21875/stat : 21875 (java) S 21861 21864 20454 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 36420649 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725075606504 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21876] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21876/stat : 21876 (java) S 21861 21864 20454 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36420649 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725074552568 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21877] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21877/stat : 21877 (java) S 21861 21864 20454 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36420649 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725073499656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21878] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21878/stat : 21878 (java) S 21861 21864 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420651 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725072448144 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21879] ppid=21861 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/21864/task/21879/stat : 21879 (java) S 21861 21864 20454 0 -1 4202560 5110 0 0 0 49 0 0 0 20 0 19 0 36420651 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725071395256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21880] ppid=21861 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/21864/task/21880/stat : 21880 (java) S 21861 21864 20454 0 -1 4202560 4119 0 0 0 63 0 0 0 20 0 19 0 36420651 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725070342456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21864/tid=21881] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21881/stat : 21881 (java) S 21861 21864 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420651 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725069289848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21864/tid=21882] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21882/stat : 21882 (java) S 21861 21864 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36420651 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725068237256 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21883] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21883/stat : 21883 (java) S 21861 21864 20454 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36420677 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725067183784 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 101.11
Current children cumulated vsize (KiB) 9625040

[startup+100.401 s]
/proc/loadavg: 2.37 2.26 1.96 3/213 22664
/proc/meminfo: memFree=30144888/32872528 swapFree=1286400/1433568
[pid=21864] ppid=21861 vsize=9625040 CPUtime=101.51 cores=0,2,4,6
/proc/21864/stat : 21864 (java) S 21861 21864 20454 0 -1 4202496 13026 0 1 0 10144 7 0 0 20 0 19 0 36420646 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 140734611940544 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21864/statm: 2406260 41590 2284 9 0 2396937 0
[pid=21864/tid=21866] ppid=21861 vsize=9625040 CPUtime=100.33 cores=0,2,4,6
/proc/21864/task/21866/stat : 21866 (java) R 21861 21864 20454 0 -1 4202560 2486 0 1 0 10028 5 0 0 20 0 19 0 36420647 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725722418944 139725571158955 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21864/tid=21867] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21867/stat : 21867 (java) S 21861 21864 20454 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36420648 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725694880808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21868] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21868/stat : 21868 (java) S 21861 21864 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420648 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725693828008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21864/tid=21869] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21869/stat : 21869 (java) S 21861 21864 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420648 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725692775208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21864/tid=21870] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21870/stat : 21870 (java) S 21861 21864 20454 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36420648 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725691722408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21864/tid=21871] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21871/stat : 21871 (java) S 21861 21864 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420648 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725690669608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21864/tid=21872] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21872/stat : 21872 (java) S 21861 21864 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36420648 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725689616808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21864/tid=21873] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21873/stat : 21873 (java) S 21861 21864 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420648 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725559605544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21874] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21874/stat : 21874 (java) S 21861 21864 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36420648 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725558552744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21875] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21875/stat : 21875 (java) S 21861 21864 20454 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 36420649 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725075606504 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21876] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21876/stat : 21876 (java) S 21861 21864 20454 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36420649 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725074552568 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21877] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21877/stat : 21877 (java) S 21861 21864 20454 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36420649 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725073499656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21878] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21878/stat : 21878 (java) S 21861 21864 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420651 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725072448144 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21879] ppid=21861 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/21864/task/21879/stat : 21879 (java) S 21861 21864 20454 0 -1 4202560 5110 0 0 0 49 0 0 0 20 0 19 0 36420651 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725071395256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21880] ppid=21861 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/21864/task/21880/stat : 21880 (java) S 21861 21864 20454 0 -1 4202560 4119 0 0 0 63 0 0 0 20 0 19 0 36420651 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725070342456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21864/tid=21881] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21881/stat : 21881 (java) S 21861 21864 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420651 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725069289848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21864/tid=21882] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21882/stat : 21882 (java) S 21861 21864 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36420651 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725068237256 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21864/tid=21883] ppid=21861 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21864/task/21883/stat : 21883 (java) S 21861 21864 20454 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36420677 9856040960 41590 33554432000 1073741824 1073778376 140734611949408 139725067183784 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 101.51
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 100.493
CPU time (s): 101.628
CPU user time (s): 101.536
CPU system time (s): 0.091986
CPU usage (%): 101.129
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 101.536
system time used= 0.091986
maximum resident set size= 172572
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13059
page faults= 1
swaps= 0
block input operations= 0
block output operations= 176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2452
involuntary context switches= 212

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.732888 second user time and 0.631903 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-19 15:42:19
IDJOB=4109828
IDBENCH=78938
IDSOLVER=2551
FILE ID=node130/4109828-1466343739
RUNJOBID= node130-1466341814-20470
PBS_JOBID= 19922023
Free space on /tmp= 71748 MiB

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

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

MD5SUM BENCH= 20db9b5796300dda9a6b98219b888af4
RANDOM SEED=1888029096

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30240052 kB
Buffers:           96160 kB
Cached:           259312 kB
SwapCached:         1836 kB
Active:           169024 kB
Inactive:         267560 kB
Active(anon):      80964 kB
Inactive(anon):     2524 kB
Active(file):      88060 kB
Inactive(file):   265036 kB
Unevictable:     1433568 kB
Mlocked:         1286400 kB
SwapTotal:      67108856 kB
SwapFree:       67099104 kB
Dirty:              1740 kB
Writeback:             0 kB
AnonPages:       1479268 kB
Mapped:            15508 kB
Shmem:                 0 kB
Slab:             607028 kB
SReclaimable:      50288 kB
SUnreclaim:       556740 kB
KernelStack:        1760 kB
PageTables:         7628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2122484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    163840 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71748 MiB
End job on node130 at 2016-06-19 15:43:59