Trace number 4109908

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 35.59 33.9513

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900552735--soft-66-100-0.wbo
MD5SUMfc51ff1d1c737b59f1aece9b373640d1
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark30.2364
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 constraints906
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 44801
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 44800
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 739
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4109908-1466343773.wbo
0.11/0.10	c reading problem ... 
0.27/0.29	c ... done. Wall clock time 0.19s.
0.27/0.29	c declared #vars     231
0.27/0.29	c internal #vars     1137
0.27/0.29	c #constraints  2707
0.27/0.29	c constraints type 
0.27/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2530
0.27/0.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 12
0.27/0.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 154
0.27/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 11
0.27/0.29	c 2707 constraints processed.
0.27/0.29	c objective function length is 906 literals
0.50/0.38	c SATISFIABLE
0.50/0.38	c OPTIMIZING...
0.50/0.38	c Got one! Elapsed wall clock time (in seconds):0.279
0.50/0.38	o 352
0.78/0.46	c Got one! Elapsed wall clock time (in seconds):0.355
0.78/0.46	o 338
0.78/0.48	c Got one! Elapsed wall clock time (in seconds):0.38
0.78/0.48	o 337
1.08/0.50	c Got one! Elapsed wall clock time (in seconds):0.403
1.08/0.50	o 293
1.08/0.54	c Got one! Elapsed wall clock time (in seconds):0.439
1.08/0.54	o 290
1.08/0.57	c Got one! Elapsed wall clock time (in seconds):0.466
1.08/0.57	o 286
1.08/0.59	c Got one! Elapsed wall clock time (in seconds):0.491
1.08/0.59	o 284
1.37/0.60	c Got one! Elapsed wall clock time (in seconds):0.503
1.37/0.60	o 278
1.37/0.62	c Got one! Elapsed wall clock time (in seconds):0.516
1.37/0.62	o 276
1.37/0.63	c Got one! Elapsed wall clock time (in seconds):0.531
1.37/0.63	o 274
1.37/0.64	c Got one! Elapsed wall clock time (in seconds):0.54
1.37/0.64	o 268
1.37/0.69	c Got one! Elapsed wall clock time (in seconds):0.59
1.37/0.69	o 266
1.76/0.82	c Got one! Elapsed wall clock time (in seconds):0.715
1.76/0.82	o 250
1.76/0.82	c Got one! Elapsed wall clock time (in seconds):0.719
1.76/0.82	o 243
1.76/0.85	c Got one! Elapsed wall clock time (in seconds):0.753
1.76/0.85	o 240
1.76/0.88	c Got one! Elapsed wall clock time (in seconds):0.779
1.76/0.88	o 238
1.76/0.89	c Got one! Elapsed wall clock time (in seconds):0.788
1.76/0.89	o 236
1.88/0.90	c Got one! Elapsed wall clock time (in seconds):0.799
1.88/0.90	o 234
1.88/0.91	c Got one! Elapsed wall clock time (in seconds):0.811
1.88/0.91	o 231
1.88/0.95	c Got one! Elapsed wall clock time (in seconds):0.844
1.88/0.95	o 230
1.88/0.98	c Got one! Elapsed wall clock time (in seconds):0.877
1.88/0.98	o 229
1.88/0.98	c Got one! Elapsed wall clock time (in seconds):0.879
1.88/0.98	o 220
1.88/0.98	c Got one! Elapsed wall clock time (in seconds):0.883
1.88/0.98	o 181
2.09/1.14	c Got one! Elapsed wall clock time (in seconds):1.035
2.09/1.14	o 180
2.46/1.41	c cleaning 6164 clauses out of 12336 with flag 16923/12336
3.00/1.90	c cleaning 6077 clauses out of 12172 with flag 62863/18336
3.00/1.94	c Got one! Elapsed wall clock time (in seconds):1.839
3.00/1.94	o 165
3.20/2.09	c Got one! Elapsed wall clock time (in seconds):1.985
3.20/2.09	o 163
3.81/2.35	c cleaning 6008 clauses out of 12017 with flag 17737/24258
3.81/2.39	c Got one! Elapsed wall clock time (in seconds):2.293
3.81/2.39	o 156
4.28/2.72	c cleaning 5815 clauses out of 11646 with flag 36706/29895
4.38/2.84	c Got one! Elapsed wall clock time (in seconds):2.742
4.38/2.84	o 131
4.48/2.96	c Got one! Elapsed wall clock time (in seconds):2.861
4.48/2.96	o 125
4.68/3.17	c Got one! Elapsed wall clock time (in seconds):3.068
4.68/3.17	o 124
4.78/3.26	c cleaning 6560 clauses out of 13125 with flag 6473/37189
4.89/3.32	c Got one! Elapsed wall clock time (in seconds):3.222
4.89/3.32	o 122
5.28/3.74	c cleaning 6154 clauses out of 12312 with flag 39454/42936
5.78/4.27	c Got one! Elapsed wall clock time (in seconds):4.173
5.78/4.27	o 118
5.99/4.43	c Got one! Elapsed wall clock time (in seconds):4.328
5.99/4.43	o 117
6.28/4.70	c Got one! Elapsed wall clock time (in seconds):4.604
6.28/4.70	o 115
6.39/4.81	c Got one! Elapsed wall clock time (in seconds):4.712
6.39/4.81	o 113
6.49/4.92	c cleaning 9485 clauses out of 18979 with flag 11429/55757
6.79/5.28	c Got one! Elapsed wall clock time (in seconds):5.177
6.79/5.28	o 106
6.89/5.36	c cleaning 7321 clauses out of 14653 with flag 10092/60916
6.99/5.47	c Got one! Elapsed wall clock time (in seconds):5.364
6.99/5.47	o 93
7.39/5.83	c cleaning 6368 clauses out of 12737 with flag 31206/66321
7.39/5.87	c Got one! Elapsed wall clock time (in seconds):5.774
7.39/5.87	o 92
7.89/6.31	c cleaning 5938 clauses out of 11897 with flag 41631/71849
8.39/6.87	c cleaning 5970 clauses out of 11957 with flag 93142/77847
8.49/6.99	c Got one! Elapsed wall clock time (in seconds):6.892
8.49/6.99	o 84
8.89/7.31	c cleaning 5711 clauses out of 11453 with flag 33745/83313
9.30/7.76	c cleaning 5855 clauses out of 11743 with flag 74557/89314
9.30/7.79	c Got one! Elapsed wall clock time (in seconds):7.69
9.30/7.79	o 80
9.79/8.20	c cleaning 5643 clauses out of 11307 with flag 38923/94733
10.19/8.68	c cleaning 5821 clauses out of 11665 with flag 82473/100734
10.40/8.84	c Got one! Elapsed wall clock time (in seconds):8.737
10.40/8.84	o 79
10.69/9.10	c cleaning 5595 clauses out of 11204 with flag 32284/106094
11.09/9.58	c cleaning 5800 clauses out of 11615 with flag 83184/112100
11.79/10.26	c cleaning 6399 clauses out of 12809 with flag 146776/119094
11.89/10.32	c Got one! Elapsed wall clock time (in seconds):10.216
11.89/10.32	o 72
12.29/10.74	c cleaning 6047 clauses out of 12106 with flag 44152/124790
12.60/11.02	c Got one! Elapsed wall clock time (in seconds):10.922
12.60/11.02	o 61
12.71/11.20	c cleaning 5945 clauses out of 11901 with flag 22825/130632
13.22/11.68	c cleaning 5970 clauses out of 11956 with flag 67850/136632
13.72/12.20	c cleaning 6480 clauses out of 12984 with flag 122230/143630
14.42/12.82	c cleaning 7246 clauses out of 14504 with flag 185377/151630
15.22/13.62	c cleaning 8120 clauses out of 16259 with flag 259031/160631
16.12/14.59	c cleaning 9064 clauses out of 18139 with flag 351872/170631
17.32/15.72	c cleaning 10037 clauses out of 20075 with flag 453240/181631
17.62/16.06	c Got one! Elapsed wall clock time (in seconds):15.958
17.62/16.06	o 51
17.83/16.28	c cleaning 7683 clauses out of 15371 with flag 21630/186964
18.13/16.56	c Got one! Elapsed wall clock time (in seconds):16.464
18.13/16.56	o 48
18.33/16.76	c cleaning 6553 clauses out of 13117 with flag 20989/192393
18.63/17.07	c Got one! Elapsed wall clock time (in seconds):16.972
18.63/17.07	o 47
18.83/17.25	c cleaning 5980 clauses out of 11975 with flag 18193/197804
19.13/17.55	c Got one! Elapsed wall clock time (in seconds):17.452
19.13/17.55	o 46
19.34/17.75	c cleaning 5805 clauses out of 11623 with flag 19925/203432
19.63/18.00	c Got one! Elapsed wall clock time (in seconds):17.896
19.63/18.00	o 45
19.83/18.26	c cleaning 5797 clauses out of 11612 with flag 25409/209226
20.13/18.55	c Got one! Elapsed wall clock time (in seconds):18.448
20.13/18.55	o 44
20.23/18.70	c cleaning 5738 clauses out of 11489 with flag 14127/214900
20.73/19.11	c cleaning 5861 clauses out of 11754 with flag 56109/220903
21.23/19.65	c cleaning 6424 clauses out of 12890 with flag 106310/227900
21.83/20.29	c cleaning 7230 clauses out of 14473 with flag 168622/235907
22.13/20.58	c Got one! Elapsed wall clock time (in seconds):20.475
22.13/20.58	o 42
22.33/20.77	c cleaning 6183 clauses out of 12372 with flag 15513/241036
22.83/21.29	c cleaning 6080 clauses out of 12191 with flag 63920/247038
23.53/21.93	c Got one! Elapsed wall clock time (in seconds):21.834
23.53/21.93	o 41
24.03/22.50	c cleaning 9032 clauses out of 18076 with flag 45363/259003
24.23/22.69	c Got one! Elapsed wall clock time (in seconds):22.586
24.23/22.69	o 40
24.63/23.00	c cleaning 7074 clauses out of 14165 with flag 25993/264124
24.84/23.27	c Got one! Elapsed wall clock time (in seconds):23.172
24.84/23.27	o 36
25.03/23.45	c cleaning 6137 clauses out of 12283 with flag 14099/269316
25.33/23.73	c Got one! Elapsed wall clock time (in seconds):23.631
25.33/23.73	o 35
25.53/23.92	c cleaning 5849 clauses out of 11710 with flag 15000/274880
25.63/24.09	c Got one! Elapsed wall clock time (in seconds):23.99
25.63/24.09	o 32
25.84/24.22	c Got one! Elapsed wall clock time (in seconds):24.117
25.84/24.22	o 31
26.03/24.45	c cleaning 6048 clauses out of 12107 with flag 20315/281126
26.23/24.64	c Got one! Elapsed wall clock time (in seconds):24.535
26.23/24.64	o 23
26.43/24.89	c cleaning 5848 clauses out of 11716 with flag 22320/286783
26.94/25.36	c cleaning 5914 clauses out of 11865 with flag 65318/292780
27.53/25.93	c cleaning 6457 clauses out of 12952 with flag 116517/299781
27.93/26.33	c Got one! Elapsed wall clock time (in seconds):26.233
27.93/26.33	o 22
28.04/26.41	c cleaning 5999 clauses out of 12018 with flag 6072/305304
28.43/26.86	c cleaning 5998 clauses out of 12021 with flag 46044/311306
29.03/27.48	c Got one! Elapsed wall clock time (in seconds):27.382
29.03/27.48	o 18
29.33/27.78	c Got one! Elapsed wall clock time (in seconds):27.682
29.33/27.78	o 17
29.66/28.07	c cleaning 9365 clauses out of 18733 with flag 17049/324016
29.96/28.30	c Got one! Elapsed wall clock time (in seconds):28.199
29.96/28.30	o 14
30.17/28.60	c cleaning 7522 clauses out of 15043 with flag 25353/329691
30.27/28.68	c Got one! Elapsed wall clock time (in seconds):28.581
30.27/28.68	o 10
30.37/28.76	c Got one! Elapsed wall clock time (in seconds):28.66
30.37/28.76	o 9
30.67/29.06	c Got one! Elapsed wall clock time (in seconds):28.958
30.67/29.06	o 8
30.77/29.16	c cleaning 7084 clauses out of 14188 with flag 6446/336358
30.97/29.38	c Got one! Elapsed wall clock time (in seconds):29.282
30.97/29.38	o 6
31.28/29.61	c cleaning 6529 clauses out of 13092 with flag 19668/342346
31.68/30.02	c cleaning 6272 clauses out of 12564 with flag 59417/348347
32.18/30.51	c cleaning 6642 clauses out of 13293 with flag 108095/355348
32.68/31.05	c cleaning 7318 clauses out of 14648 with flag 163818/363345
33.28/31.69	c cleaning 8159 clauses out of 16329 with flag 222856/372346
34.08/32.46	c cleaning 9079 clauses out of 18167 with flag 280317/382345
34.89/33.28	c cleaning 10037 clauses out of 20085 with flag 340187/393346
35.59/33.94	c starts		: 250
35.59/33.94	c conflicts		: 403095
35.59/33.94	c decisions		: 698797
35.59/33.94	c propagations		: 37081072
35.59/33.94	c inspects		: 446033671
35.59/33.94	c shortcuts		: 0
35.59/33.94	c learnt literals	: 28
35.59/33.94	c learnt binary clauses	: 43
35.59/33.94	c learnt ternary clauses	: 584
35.59/33.94	c learnt constraints	: 403066
35.59/33.94	c ignored constraints	: 0
35.59/33.94	c root simplifications	: 0
35.59/33.94	c removed literals (reason simplification)	: 0
35.59/33.94	c reason swapping (by a shorter reason)	: 0
35.59/33.94	c Calls to reduceDB	: 57
35.59/33.94	c Number of update (reduction) of LBD	: 167407
35.59/33.94	c Imported unit clauses	: 0
35.59/33.94	c number of reductions to clauses (during analyze)	: 0
35.59/33.94	c number of learned constraints concerned by reduction	: 0
35.59/33.94	c number of learning phase by resolution	: 0
35.59/33.94	c number of learning phase by cutting planes	: 0
35.59/33.94	c speed (assignments/second)	: 1102192.7889902804
35.59/33.94	c non guided choices	8090
35.59/33.94	c learnt constraints type 
35.59/33.94	s OPTIMUM FOUND
35.59/33.94	c Found 65 solution(s)
35.59/33.94	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 
35.59/33.94	c objective function=6
35.59/33.94	c Total wall clock time (in seconds): 33.842

Verifier Data

OK	6

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-4109908-1466343773/watcher-4109908-1466343773 -o /tmp/evaluation-result-4109908-1466343773/solver-4109908-1466343773 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466341813-22416 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109908-1466343773.wbo 

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

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


[startup+0 s]
/proc/loadavg: 2.33 2.34 2.01 4/196 24004
/proc/meminfo: memFree=29917332/32872528 swapFree=1482636/1662508
[pid=24004] ppid=24001 vsize=96268 CPUtime=0 cores=1,3,5,7
/proc/24004/stat : 24004 (java) S 24001 24004 22399 0 -1 4202496 1357 0 0 0 0 0 0 0 20 0 2 0 36423765 98578432 980 33554432000 1073741824 1073778376 140735802980720 140735802971856 273909055549 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24004/statm: 24068 983 749 9 0 16774 0
[pid=24004/tid=24005] ppid=24001 vsize=96272 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24005/stat : 24005 (java) R 24001 24004 22399 0 -1 4202560 137 0 0 0 0 0 0 0 20 0 2 0 36423766 98582528 985 33554432000 1073741824 1073778376 140735802980720 140147558530600 273905698205 0 0 0 16784584 0 0 0 -1 5 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 2.33 2.34 2.01 4/196 24004
/proc/meminfo: memFree=29917332/32872528 swapFree=1482636/1662508
[pid=24004] ppid=24001 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/24004/stat : 24004 (java) S 24001 24004 22399 0 -1 4202496 4484 0 1 0 10 1 0 0 20 0 18 0 36423765 9787879424 6104 33554432000 1073741824 1073778376 140735802980720 140735802971856 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24004/statm: 2389619 6104 2157 9 0 2380296 0
[pid=24004/tid=24005] ppid=24001 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/24004/task/24005/stat : 24005 (java) R 24001 24004 22399 0 -1 4202560 2376 0 1 0 7 0 0 0 20 0 18 0 36423766 9787879424 6104 33554432000 1073741824 1073778376 140735802980720 140147558532360 273909081357 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200274 s]
/proc/loadavg: 2.33 2.34 2.01 4/196 24004
/proc/meminfo: memFree=29917332/32872528 swapFree=1482636/1662508
[pid=24004] ppid=24001 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/24004/stat : 24004 (java) S 24001 24004 22399 0 -1 4202496 4792 0 1 0 26 1 0 0 20 0 18 0 36423765 9787879424 6835 33554432000 1073741824 1073778376 140735802980720 140735802971856 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24004/statm: 2389619 6835 2214 9 0 2380296 0
[pid=24004/tid=24005] ppid=24001 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/24004/task/24005/stat : 24005 (java) R 24001 24004 22399 0 -1 4202560 2393 0 1 0 17 0 0 0 20 0 18 0 36423766 9787879424 6835 33554432000 1073741824 1073778376 140735802980720 140147558527312 140147416991018 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300267 s]
/proc/loadavg: 2.33 2.34 2.01 4/196 24004
/proc/meminfo: memFree=29917332/32872528 swapFree=1482636/1662508
[pid=24004] ppid=24001 vsize=9558476 CPUtime=0.5 cores=1,3,5,7
/proc/24004/stat : 24004 (java) S 24001 24004 22399 0 -1 4202496 5994 0 1 0 48 2 0 0 20 0 18 0 36423765 9787879424 8310 33554432000 1073741824 1073778376 140735802980720 140735802971856 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24004/statm: 2389619 8310 2239 9 0 2380296 0
[pid=24004/tid=24005] ppid=24001 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/24004/task/24005/stat : 24005 (java) R 24001 24004 22399 0 -1 4202560 2405 0 1 0 27 0 0 0 20 0 18 0 36423766 9787879424 8310 33554432000 1073741824 1073778376 140735802980720 140147558527912 140147417004623 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700222 s]
/proc/loadavg: 2.33 2.34 2.01 4/196 24004
/proc/meminfo: memFree=29917332/32872528 swapFree=1482636/1662508
[pid=24004] ppid=24001 vsize=9625040 CPUtime=1.62 cores=1,3,5,7
/proc/24004/stat : 24004 (java) S 24001 24004 22399 0 -1 4202496 14266 0 1 0 159 3 0 0 20 0 19 0 36423765 9856040960 13734 33554432000 1073741824 1073778376 140735802980720 140735802971856 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24004/statm: 2406260 13734 2260 9 0 2396937 0
[pid=24004/tid=24005] ppid=24001 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/24004/task/24005/stat : 24005 (java) R 24001 24004 22399 0 -1 4202560 2411 0 1 0 66 1 0 0 20 0 19 0 36423766 9856040960 13734 33554432000 1073741824 1073778376 140735802980720 140147558535688 140147417479196 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.39 2.35 2.01 4/215 24023
/proc/meminfo: memFree=29855492/32872528 swapFree=1482636/1662508
[pid=24004] ppid=24001 vsize=9625040 CPUtime=2.59 cores=1,3,5,7
/proc/24004/stat : 24004 (java) S 24001 24004 22399 0 -1 4202496 14287 0 1 0 255 4 0 0 20 0 19 0 36423765 9856040960 15795 33554432000 1073741824 1073778376 140735802980720 140735802971856 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24004/statm: 2406260 15795 2270 9 0 2396937 0
[pid=24004/tid=24005] ppid=24001 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/24004/task/24005/stat : 24005 (java) R 24001 24004 22399 0 -1 4202560 2418 0 1 0 146 1 0 0 20 0 19 0 36423766 9856040960 15795 33554432000 1073741824 1073778376 140735802980720 140147558527240 140147416956855 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24004/tid=24007] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24007/stat : 24007 (java) S 24001 24004 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423766 9856040960 15795 33554432000 1073741824 1073778376 140735802980720 140147536636456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24004/tid=24008] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24008/stat : 24008 (java) S 24001 24004 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423766 9856040960 15795 33554432000 1073741824 1073778376 140735802980720 140147535583656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24009] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24009/stat : 24009 (java) S 24001 24004 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423766 9856040960 15795 33554432000 1073741824 1073778376 140735802980720 140147332999464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24004/tid=24010] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24010/stat : 24010 (java) S 24001 24004 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423766 9856040960 15795 33554432000 1073741824 1073778376 140735802980720 140147331946664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24004/tid=24011] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24011/stat : 24011 (java) S 24001 24004 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423766 9856040960 15795 33554432000 1073741824 1073778376 140735802980720 140147330894888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24004/tid=24012] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24012/stat : 24012 (java) S 24001 24004 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423766 9856040960 15795 33554432000 1073741824 1073778376 140735802980720 140147329842088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24004/tid=24013] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24013/stat : 24013 (java) S 24001 24004 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423766 9856040960 15795 33554432000 1073741824 1073778376 140735802980720 140147328789288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24004/tid=24014] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24014/stat : 24014 (java) S 24001 24004 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36423766 9856040960 15795 33554432000 1073741824 1073778376 140735802980720 140147327736488 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24004/tid=24015] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24015/stat : 24015 (java) S 24001 24004 22399 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36423767 9856040960 15795 33554432000 1073741824 1073778376 140735802980720 140147315325416 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24004/tid=24016] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24016/stat : 24016 (java) S 24001 24004 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36423768 9856040960 15795 33554432000 1073741824 1073778376 140735802980720 140147314271480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24004/tid=24017] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24017/stat : 24017 (java) S 24001 24004 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36423768 9856040960 15795 33554432000 1073741824 1073778376 140735802980720 140147313218568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24004/tid=24018] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24018/stat : 24018 (java) S 24001 24004 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423770 9856040960 15795 33554432000 1073741824 1073778376 140735802980720 140147312167056 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24004/tid=24019] ppid=24001 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/24004/task/24019/stat : 24019 (java) S 24001 24004 22399 0 -1 4202560 4415 0 0 0 54 0 0 0 20 0 19 0 36423770 9856040960 15795 33554432000 1073741824 1073778376 140735802980720 140147311115192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24004/tid=24020] ppid=24001 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/24004/task/24020/stat : 24020 (java) S 24001 24004 22399 0 -1 4202560 6175 0 0 0 51 2 0 0 20 0 19 0 36423770 9856040960 15795 33554432000 1073741824 1073778376 140735802980720 140147310062392 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24021] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24021/stat : 24021 (java) S 24001 24004 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423770 9856040960 15795 33554432000 1073741824 1073778376 140735802980720 140147309009784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24022] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24022/stat : 24022 (java) S 24001 24004 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423770 9856040960 15795 33554432000 1073741824 1073778376 140735802980720 140147307957192 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24023] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24023/stat : 24023 (java) S 24001 24004 22399 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36423795 9856040960 15795 33554432000 1073741824 1073778376 140735802980720 140147306902696 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 9625040

[startup+3.1008 s]
/proc/loadavg: 2.39 2.35 2.01 5/214 24023
/proc/meminfo: memFree=29830312/32872528 swapFree=1482636/1662508
[pid=24004] ppid=24001 vsize=9625040 CPUtime=4.68 cores=1,3,5,7
/proc/24004/stat : 24004 (java) S 24001 24004 22399 0 -1 4202496 21269 0 1 0 463 5 0 0 20 0 19 0 36423765 9856040960 21697 33554432000 1073741824 1073778376 140735802980720 140735802971856 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24004/statm: 2406260 21697 2270 9 0 2396937 0
[pid=24004/tid=24005] ppid=24001 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/24004/task/24005/stat : 24005 (java) R 24001 24004 22399 0 -1 4202560 2423 0 1 0 306 1 0 0 20 0 19 0 36423766 9856040960 21697 33554432000 1073741824 1073778376 140735802980720 140147558527280 140147417554111 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24004/tid=24007] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24007/stat : 24007 (java) S 24001 24004 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423766 9856040960 21697 33554432000 1073741824 1073778376 140735802980720 140147536636456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24004/tid=24008] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24008/stat : 24008 (java) S 24001 24004 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423766 9856040960 21697 33554432000 1073741824 1073778376 140735802980720 140147535583656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24009] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24009/stat : 24009 (java) S 24001 24004 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423766 9856040960 21697 33554432000 1073741824 1073778376 140735802980720 140147332999464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24004/tid=24010] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24010/stat : 24010 (java) S 24001 24004 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423766 9856040960 21697 33554432000 1073741824 1073778376 140735802980720 140147331946664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24004/tid=24011] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24011/stat : 24011 (java) S 24001 24004 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423766 9856040960 21697 33554432000 1073741824 1073778376 140735802980720 140147330894888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24004/tid=24012] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24012/stat : 24012 (java) S 24001 24004 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423766 9856040960 21697 33554432000 1073741824 1073778376 140735802980720 140147329842088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24004/tid=24013] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24013/stat : 24013 (java) S 24001 24004 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423766 9856040960 21697 33554432000 1073741824 1073778376 140735802980720 140147328789288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24004/tid=24014] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24014/stat : 24014 (java) S 24001 24004 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36423766 9856040960 21697 33554432000 1073741824 1073778376 140735802980720 140147327736488 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24004/tid=24015] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24015/stat : 24015 (java) S 24001 24004 22399 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36423767 9856040960 21697 33554432000 1073741824 1073778376 140735802980720 140147315325416 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24016] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24016/stat : 24016 (java) S 24001 24004 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36423768 9856040960 21697 33554432000 1073741824 1073778376 140735802980720 140147314271480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24004/tid=24017] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24017/stat : 24017 (java) S 24001 24004 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36423768 9856040960 21697 33554432000 1073741824 1073778376 140735802980720 140147313218568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24004/tid=24018] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24018/stat : 24018 (java) S 24001 24004 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423770 9856040960 21697 33554432000 1073741824 1073778376 140735802980720 140147312167056 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24004/tid=24019] ppid=24001 vsize=9625040 CPUtime=1.01 cores=1,3,5,7
/proc/24004/task/24019/stat : 24019 (java) S 24001 24004 22399 0 -1 4202560 11392 0 0 0 99 2 0 0 20 0 19 0 36423770 9856040960 21697 33554432000 1073741824 1073778376 140735802980720 140147311115192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24004/tid=24020] ppid=24001 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/24004/task/24020/stat : 24020 (java) S 24001 24004 22399 0 -1 4202560 6175 0 0 0 53 2 0 0 20 0 19 0 36423770 9856040960 21697 33554432000 1073741824 1073778376 140735802980720 140147310062392 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24021] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24021/stat : 24021 (java) S 24001 24004 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423770 9856040960 21697 33554432000 1073741824 1073778376 140735802980720 140147309009784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24022] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24022/stat : 24022 (java) S 24001 24004 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423770 9856040960 21697 33554432000 1073741824 1073778376 140735802980720 140147307957192 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24023] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24023/stat : 24023 (java) S 24001 24004 22399 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36423795 9856040960 21697 33554432000 1073741824 1073778376 140735802980720 140147306902696 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.68
Current children cumulated vsize (KiB) 9625040

[startup+6.30081 s]
/proc/loadavg: 2.36 2.35 2.01 3/214 24023
/proc/meminfo: memFree=29798688/32872528 swapFree=1482636/1662508
[pid=24004] ppid=24001 vsize=9625040 CPUtime=7.89 cores=1,3,5,7
/proc/24004/stat : 24004 (java) S 24001 24004 22399 0 -1 4202496 21281 0 1 0 784 5 0 0 20 0 19 0 36423765 9856040960 24839 33554432000 1073741824 1073778376 140735802980720 140735802971856 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24004/statm: 2406260 24839 2270 9 0 2396937 0
[pid=24004/tid=24005] ppid=24001 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/24004/task/24005/stat : 24005 (java) R 24001 24004 22399 0 -1 4202560 2432 0 1 0 625 1 0 0 20 0 19 0 36423766 9856040960 24839 33554432000 1073741824 1073778376 140735802980720 140147558533688 140147417451161 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24004/tid=24007] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24007/stat : 24007 (java) S 24001 24004 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423766 9856040960 24839 33554432000 1073741824 1073778376 140735802980720 140147536636456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24004/tid=24008] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24008/stat : 24008 (java) S 24001 24004 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423766 9856040960 24839 33554432000 1073741824 1073778376 140735802980720 140147535583656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24009] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24009/stat : 24009 (java) S 24001 24004 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423766 9856040960 24839 33554432000 1073741824 1073778376 140735802980720 140147332999464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24004/tid=24010] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24010/stat : 24010 (java) S 24001 24004 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423766 9856040960 24839 33554432000 1073741824 1073778376 140735802980720 140147331946664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24004/tid=24011] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24011/stat : 24011 (java) S 24001 24004 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423766 9856040960 24839 33554432000 1073741824 1073778376 140735802980720 140147330894888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24004/tid=24012] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24012/stat : 24012 (java) S 24001 24004 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423766 9856040960 24839 33554432000 1073741824 1073778376 140735802980720 140147329842088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24004/tid=24013] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24013/stat : 24013 (java) S 24001 24004 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423766 9856040960 24839 33554432000 1073741824 1073778376 140735802980720 140147328789288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24004/tid=24014] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24014/stat : 24014 (java) S 24001 24004 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36423766 9856040960 24839 33554432000 1073741824 1073778376 140735802980720 140147327736488 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24004/tid=24015] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24015/stat : 24015 (java) S 24001 24004 22399 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36423767 9856040960 24839 33554432000 1073741824 1073778376 140735802980720 140147315325416 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24016] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24016/stat : 24016 (java) S 24001 24004 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36423768 9856040960 24839 33554432000 1073741824 1073778376 140735802980720 140147314271480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24004/tid=24017] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24017/stat : 24017 (java) S 24001 24004 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36423768 9856040960 24839 33554432000 1073741824 1073778376 140735802980720 140147313218568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24004/tid=24018] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24018/stat : 24018 (java) S 24001 24004 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423770 9856040960 24839 33554432000 1073741824 1073778376 140735802980720 140147312167056 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24004/tid=24019] ppid=24001 vsize=9625040 CPUtime=1.03 cores=1,3,5,7
/proc/24004/task/24019/stat : 24019 (java) S 24001 24004 22399 0 -1 4202560 11395 0 0 0 101 2 0 0 20 0 19 0 36423770 9856040960 24839 33554432000 1073741824 1073778376 140735802980720 140147311115192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24004/tid=24020] ppid=24001 vsize=9625040 CPUtime=0.55 cores=1,3,5,7

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

[pid=24004/tid=24016] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24016/stat : 24016 (java) S 24001 24004 22399 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36423768 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147314271480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24004/tid=24017] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24017/stat : 24017 (java) S 24001 24004 22399 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36423768 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147313218568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24004/tid=24018] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24018/stat : 24018 (java) S 24001 24004 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423770 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147312167056 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24004/tid=24019] ppid=24001 vsize=9625040 CPUtime=1.08 cores=1,3,5,7
/proc/24004/task/24019/stat : 24019 (java) S 24001 24004 22399 0 -1 4202560 11397 0 0 0 106 2 0 0 20 0 19 0 36423770 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147311115192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24004/tid=24020] ppid=24001 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/24004/task/24020/stat : 24020 (java) S 24001 24004 22399 0 -1 4202560 6181 0 0 0 57 2 0 0 20 0 19 0 36423770 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147310062392 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24021] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24021/stat : 24021 (java) S 24001 24004 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423770 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147309009784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24022] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24022/stat : 24022 (java) S 24001 24004 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36423770 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147307957192 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24023] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24023/stat : 24023 (java) S 24001 24004 22399 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36423795 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147306902696 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 34.49
Current children cumulated vsize (KiB) 9625040

[startup+33.6009 s]
/proc/loadavg: 2.30 2.33 2.01 3/215 24089
/proc/meminfo: memFree=29744068/32872528 swapFree=1482636/1662508
[pid=24004] ppid=24001 vsize=9625040 CPUtime=35.29 cores=1,3,5,7
/proc/24004/stat : 24004 (java) S 24001 24004 22399 0 -1 4202496 21360 0 1 0 3522 7 0 0 20 0 19 0 36423765 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140735802971856 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24004/statm: 2406260 43972 2284 9 0 2396937 0
[pid=24004/tid=24005] ppid=24001 vsize=9625040 CPUtime=33.48 cores=1,3,5,7
/proc/24004/task/24005/stat : 24005 (java) R 24001 24004 22399 0 -1 4202560 2480 0 1 0 3346 2 0 0 20 0 19 0 36423766 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147558535784 140147417479196 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24004/tid=24007] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24007/stat : 24007 (java) S 24001 24004 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36423766 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147536636456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24004/tid=24008] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24008/stat : 24008 (java) S 24001 24004 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423766 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147535583656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24009] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24009/stat : 24009 (java) S 24001 24004 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423766 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147332999464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24004/tid=24010] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24010/stat : 24010 (java) S 24001 24004 22399 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36423766 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147331946664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24004/tid=24011] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24011/stat : 24011 (java) S 24001 24004 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423766 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147330894888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24004/tid=24012] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24012/stat : 24012 (java) S 24001 24004 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423766 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147329842088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24004/tid=24013] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24013/stat : 24013 (java) S 24001 24004 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423766 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147328789288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24004/tid=24014] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24014/stat : 24014 (java) S 24001 24004 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36423766 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147327736488 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24004/tid=24015] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24015/stat : 24015 (java) S 24001 24004 22399 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 36423767 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147315325416 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24016] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24016/stat : 24016 (java) S 24001 24004 22399 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36423768 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147314271480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24004/tid=24017] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24017/stat : 24017 (java) S 24001 24004 22399 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36423768 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147313218568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24004/tid=24018] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24018/stat : 24018 (java) S 24001 24004 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423770 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147312167056 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24004/tid=24019] ppid=24001 vsize=9625040 CPUtime=1.08 cores=1,3,5,7
/proc/24004/task/24019/stat : 24019 (java) S 24001 24004 22399 0 -1 4202560 11397 0 0 0 106 2 0 0 20 0 19 0 36423770 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147311115192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24004/tid=24020] ppid=24001 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/24004/task/24020/stat : 24020 (java) S 24001 24004 22399 0 -1 4202560 6181 0 0 0 57 2 0 0 20 0 19 0 36423770 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147310062392 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24021] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24021/stat : 24021 (java) S 24001 24004 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423770 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147309009784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24022] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24022/stat : 24022 (java) S 24001 24004 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36423770 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147307957192 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24023] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24023/stat : 24023 (java) S 24001 24004 22399 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36423795 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147306902696 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 35.29
Current children cumulated vsize (KiB) 9625040

[startup+33.8007 s]
/proc/loadavg: 2.30 2.33 2.01 3/215 24089
/proc/meminfo: memFree=29744068/32872528 swapFree=1482636/1662508
[pid=24004] ppid=24001 vsize=9625040 CPUtime=35.49 cores=1,3,5,7
/proc/24004/stat : 24004 (java) S 24001 24004 22399 0 -1 4202496 21360 0 1 0 3542 7 0 0 20 0 19 0 36423765 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140735802971856 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24004/statm: 2406260 43972 2284 9 0 2396937 0
[pid=24004/tid=24005] ppid=24001 vsize=9625040 CPUtime=33.68 cores=1,3,5,7
/proc/24004/task/24005/stat : 24005 (java) R 24001 24004 22399 0 -1 4202560 2480 0 1 0 3366 2 0 0 20 0 19 0 36423766 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147558535784 140147417479303 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24004/tid=24007] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24007/stat : 24007 (java) S 24001 24004 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36423766 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147536636456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24004/tid=24008] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24008/stat : 24008 (java) S 24001 24004 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423766 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147535583656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24009] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24009/stat : 24009 (java) S 24001 24004 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423766 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147332999464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24004/tid=24010] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24010/stat : 24010 (java) S 24001 24004 22399 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36423766 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147331946664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24004/tid=24011] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24011/stat : 24011 (java) S 24001 24004 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423766 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147330894888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24004/tid=24012] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24012/stat : 24012 (java) S 24001 24004 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423766 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147329842088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24004/tid=24013] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24013/stat : 24013 (java) S 24001 24004 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423766 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147328789288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24004/tid=24014] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24014/stat : 24014 (java) S 24001 24004 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36423766 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147327736488 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24004/tid=24015] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24015/stat : 24015 (java) S 24001 24004 22399 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 36423767 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147315325416 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24016] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24016/stat : 24016 (java) S 24001 24004 22399 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36423768 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147314271480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24004/tid=24017] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24017/stat : 24017 (java) S 24001 24004 22399 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36423768 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147313218568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24004/tid=24018] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24018/stat : 24018 (java) S 24001 24004 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423770 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147312167056 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24004/tid=24019] ppid=24001 vsize=9625040 CPUtime=1.08 cores=1,3,5,7
/proc/24004/task/24019/stat : 24019 (java) S 24001 24004 22399 0 -1 4202560 11397 0 0 0 106 2 0 0 20 0 19 0 36423770 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147311115192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24004/tid=24020] ppid=24001 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/24004/task/24020/stat : 24020 (java) S 24001 24004 22399 0 -1 4202560 6181 0 0 0 57 2 0 0 20 0 19 0 36423770 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147310062392 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24021] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24021/stat : 24021 (java) S 24001 24004 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423770 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147309009784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24022] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24022/stat : 24022 (java) S 24001 24004 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36423770 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147307957192 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24023] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24023/stat : 24023 (java) S 24001 24004 22399 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36423795 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147306902696 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 35.49
Current children cumulated vsize (KiB) 9625040

[startup+33.9008 s]
/proc/loadavg: 2.30 2.33 2.01 3/215 24089
/proc/meminfo: memFree=29744068/32872528 swapFree=1482636/1662508
[pid=24004] ppid=24001 vsize=9625040 CPUtime=35.59 cores=1,3,5,7
/proc/24004/stat : 24004 (java) S 24001 24004 22399 0 -1 4202496 21360 0 1 0 3552 7 0 0 20 0 19 0 36423765 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140735802971856 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24004/statm: 2406260 43972 2284 9 0 2396937 0
[pid=24004/tid=24005] ppid=24001 vsize=9625040 CPUtime=33.78 cores=1,3,5,7
/proc/24004/task/24005/stat : 24005 (java) R 24001 24004 22399 0 -1 4202560 2480 0 1 0 3376 2 0 0 20 0 19 0 36423766 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147558535784 140147417478917 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24004/tid=24007] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24007/stat : 24007 (java) S 24001 24004 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36423766 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147536636456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24004/tid=24008] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24008/stat : 24008 (java) S 24001 24004 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423766 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147535583656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24009] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24009/stat : 24009 (java) S 24001 24004 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423766 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147332999464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24004/tid=24010] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24010/stat : 24010 (java) S 24001 24004 22399 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36423766 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147331946664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24004/tid=24011] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24011/stat : 24011 (java) S 24001 24004 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423766 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147330894888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24004/tid=24012] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24012/stat : 24012 (java) S 24001 24004 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423766 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147329842088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24004/tid=24013] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24013/stat : 24013 (java) S 24001 24004 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423766 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147328789288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24004/tid=24014] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24014/stat : 24014 (java) S 24001 24004 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36423766 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147327736488 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24004/tid=24015] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24015/stat : 24015 (java) S 24001 24004 22399 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 36423767 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147315325416 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24016] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24016/stat : 24016 (java) S 24001 24004 22399 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36423768 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147314271480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24004/tid=24017] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24017/stat : 24017 (java) S 24001 24004 22399 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36423768 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147313218568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24004/tid=24018] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24018/stat : 24018 (java) S 24001 24004 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423770 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147312167056 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24004/tid=24019] ppid=24001 vsize=9625040 CPUtime=1.08 cores=1,3,5,7
/proc/24004/task/24019/stat : 24019 (java) S 24001 24004 22399 0 -1 4202560 11397 0 0 0 106 2 0 0 20 0 19 0 36423770 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147311115192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24004/tid=24020] ppid=24001 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/24004/task/24020/stat : 24020 (java) S 24001 24004 22399 0 -1 4202560 6181 0 0 0 57 2 0 0 20 0 19 0 36423770 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147310062392 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24021] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24021/stat : 24021 (java) S 24001 24004 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423770 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147309009784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24022] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24022/stat : 24022 (java) S 24001 24004 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36423770 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147307957192 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24023] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24023/stat : 24023 (java) S 24001 24004 22399 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36423795 9856040960 43972 33554432000 1073741824 1073778376 140735802980720 140147306902696 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 35.59
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24004 and gives
#  childrusage.ru_utime.tv_sec=35
#  childrusage.ru_utime.tv_usec=476606
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=92985
# CPU time returned by wait4() is 35.5696
# while last known CPU time is 35.59
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 33.9513
CPU time (s): 35.59
CPU user time (s): 35.52
CPU system time (s): 0.07
CPU usage (%): 104.826
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.4766
system time used= 0.092985
maximum resident set size= 175944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21381
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1031
involuntary context switches= 70

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.19497 second user time and 0.245962 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-19 15:42:54
IDJOB=4109908
IDBENCH=78965
IDSOLVER=2551
FILE ID=node134/4109908-1466343773
RUNJOBID= node134-1466341813-22416
PBS_JOBID= 19922019
Free space on /tmp= 71720 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.1900552735--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109908-1466343773/watcher-4109908-1466343773 -o /tmp/evaluation-result-4109908-1466343773/solver-4109908-1466343773 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466341813-22416 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4109908-1466343773.wbo

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

MD5SUM BENCH= fc51ff1d1c737b59f1aece9b373640d1
RANDOM SEED=1875817691

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.020
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		: 2667.020
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:        29917340 kB
Buffers:          195816 kB
Cached:           264608 kB
SwapCached:         1068 kB
Active:           179340 kB
Inactive:         349460 kB
Active(anon):      69252 kB
Inactive(anon):     1732 kB
Active(file):     110088 kB
Inactive(file):   347728 kB
Unevictable:     1662508 kB
Mlocked:         1482636 kB
SwapTotal:      67108856 kB
SwapFree:       67100176 kB
Dirty:              1936 kB
Writeback:             0 kB
AnonPages:       1814552 kB
Mapped:            15452 kB
Shmem:                 0 kB
Slab:             606948 kB
SReclaimable:      50236 kB
SUnreclaim:       556712 kB
KernelStack:        1776 kB
PageTables:         7540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2351396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    288768 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71720 MiB
End job on node134 at 2016-06-19 15:43:28