Trace number 4109724

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 60.13 58.9504

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900569834--soft-33-100-0.wbo
MD5SUM9b675eaf583b613075d5327645ad3a71
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark89.0185
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 constraints1863
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 94064
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 94063
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 723
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.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4109724-1466343697.wbo
0.10/0.11	c reading problem ... 
0.47/0.32	c ... done. Wall clock time 0.209s.
0.47/0.32	c declared #vars     231
0.47/0.32	c internal #vars     2094
0.47/0.32	c #constraints  2707
0.47/0.32	c constraints type 
0.47/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2601
0.47/0.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 5
0.47/0.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 83
0.47/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18
0.47/0.32	c 2707 constraints processed.
0.47/0.32	c objective function length is 1863 literals
0.71/0.43	c SATISFIABLE
0.71/0.43	c OPTIMIZING...
0.71/0.43	c Got one! Elapsed wall clock time (in seconds):0.324
0.71/0.43	o 566
1.01/0.53	c Got one! Elapsed wall clock time (in seconds):0.423
1.01/0.53	o 460
1.01/0.55	c Got one! Elapsed wall clock time (in seconds):0.441
1.01/0.55	o 436
1.01/0.59	c Got one! Elapsed wall clock time (in seconds):0.478
1.01/0.59	o 366
1.28/0.60	c Got one! Elapsed wall clock time (in seconds):0.492
1.28/0.60	o 346
1.28/0.61	c Got one! Elapsed wall clock time (in seconds):0.505
1.28/0.61	o 318
1.28/0.64	c Got one! Elapsed wall clock time (in seconds):0.537
1.28/0.64	o 285
1.28/0.67	c Got one! Elapsed wall clock time (in seconds):0.56
1.28/0.67	o 278
1.28/0.68	c Got one! Elapsed wall clock time (in seconds):0.568
1.28/0.68	o 243
1.28/0.69	c Got one! Elapsed wall clock time (in seconds):0.585
1.28/0.69	o 218
1.57/0.70	c Got one! Elapsed wall clock time (in seconds):0.594
1.57/0.70	o 212
1.57/0.74	c Got one! Elapsed wall clock time (in seconds):0.633
1.57/0.74	o 211
1.57/0.75	c Got one! Elapsed wall clock time (in seconds):0.648
1.57/0.75	o 208
1.74/0.83	c Got one! Elapsed wall clock time (in seconds):0.72
1.74/0.83	o 207
1.84/0.91	c Got one! Elapsed wall clock time (in seconds):0.799
1.84/0.91	o 204
1.84/0.98	c Got one! Elapsed wall clock time (in seconds):0.878
1.84/0.98	o 203
1.84/0.99	c Got one! Elapsed wall clock time (in seconds):0.886
1.84/0.99	o 199
1.94/1.01	c Got one! Elapsed wall clock time (in seconds):0.901
1.94/1.01	o 198
1.94/1.07	c Got one! Elapsed wall clock time (in seconds):0.964
1.94/1.07	o 197
1.94/1.09	c Got one! Elapsed wall clock time (in seconds):0.978
1.94/1.09	o 182
2.25/1.30	c Got one! Elapsed wall clock time (in seconds):1.19
2.25/1.30	o 181
2.25/1.31	c Got one! Elapsed wall clock time (in seconds):1.201
2.25/1.31	o 180
2.35/1.44	c Got one! Elapsed wall clock time (in seconds):1.335
2.35/1.44	o 176
2.45/1.55	c Got one! Elapsed wall clock time (in seconds):1.447
2.45/1.55	o 173
2.57/1.61	c Got one! Elapsed wall clock time (in seconds):1.507
2.57/1.61	o 170
2.57/1.63	c Got one! Elapsed wall clock time (in seconds):1.528
2.57/1.63	o 157
2.57/1.65	c Got one! Elapsed wall clock time (in seconds):1.544
2.57/1.65	o 152
2.67/1.74	c Got one! Elapsed wall clock time (in seconds):1.628
2.67/1.74	o 151
3.00/2.10	c Got one! Elapsed wall clock time (in seconds):1.988
3.00/2.10	o 150
3.21/2.24	c Got one! Elapsed wall clock time (in seconds):2.136
3.21/2.24	o 137
3.21/2.29	c Got one! Elapsed wall clock time (in seconds):2.184
3.21/2.29	o 127
3.21/2.30	c Got one! Elapsed wall clock time (in seconds):2.194
3.21/2.30	o 123
3.31/2.31	c Got one! Elapsed wall clock time (in seconds):2.203
3.31/2.31	o 122
3.52/2.56	c cleaning 7116 clauses out of 14241 with flag 5501/14241
3.76/2.74	c Got one! Elapsed wall clock time (in seconds):2.628
3.76/2.74	o 121
3.76/2.78	c Got one! Elapsed wall clock time (in seconds):2.674
3.76/2.78	o 118
3.76/2.79	c Got one! Elapsed wall clock time (in seconds):2.685
3.76/2.79	o 104
3.86/2.83	c Got one! Elapsed wall clock time (in seconds):2.723
3.86/2.83	o 103
3.86/2.85	c Got one! Elapsed wall clock time (in seconds):2.739
3.86/2.85	o 96
3.86/2.86	c Got one! Elapsed wall clock time (in seconds):2.753
3.86/2.86	o 93
4.26/3.21	c Got one! Elapsed wall clock time (in seconds):3.099
4.26/3.21	o 91
4.26/3.22	c Got one! Elapsed wall clock time (in seconds):3.113
4.26/3.22	o 90
4.26/3.24	c Got one! Elapsed wall clock time (in seconds):3.129
4.26/3.24	o 89
4.26/3.27	c Got one! Elapsed wall clock time (in seconds):3.166
4.26/3.27	o 87
4.37/3.32	c Got one! Elapsed wall clock time (in seconds):3.211
4.37/3.32	o 83
4.37/3.38	c Got one! Elapsed wall clock time (in seconds):3.274
4.37/3.38	o 78
4.89/3.87	c cleaning 7466 clauses out of 14950 with flag 17493/22066
5.02/3.93	c Got one! Elapsed wall clock time (in seconds):3.827
5.02/3.93	o 76
5.02/3.95	c Got one! Elapsed wall clock time (in seconds):3.847
5.02/3.95	o 72
5.13/4.03	c Got one! Elapsed wall clock time (in seconds):3.926
5.13/4.03	o 62
5.43/4.31	c Got one! Elapsed wall clock time (in seconds):4.199
5.43/4.31	o 61
5.64/4.58	c Got one! Elapsed wall clock time (in seconds):4.476
5.64/4.58	o 48
5.73/4.68	c cleaning 6999 clauses out of 14010 with flag 6236/28592
5.85/4.73	c Got one! Elapsed wall clock time (in seconds):4.625
5.85/4.73	o 42
5.95/4.82	c Got one! Elapsed wall clock time (in seconds):4.718
5.95/4.82	o 40
5.95/4.85	c Got one! Elapsed wall clock time (in seconds):4.746
5.95/4.85	o 39
5.95/4.89	c Got one! Elapsed wall clock time (in seconds):4.78
5.95/4.89	o 37
6.05/4.91	c Got one! Elapsed wall clock time (in seconds):4.798
6.05/4.91	o 36
6.05/4.92	c Got one! Elapsed wall clock time (in seconds):4.808
6.05/4.92	o 32
6.05/4.96	c Got one! Elapsed wall clock time (in seconds):4.852
6.05/4.96	o 25
6.49/5.34	c Got one! Elapsed wall clock time (in seconds):5.235
6.49/5.34	o 20
6.59/5.45	c cleaning 7804 clauses out of 15618 with flag 9033/37199
7.08/5.93	c cleaning 6897 clauses out of 13814 with flag 50084/43199
7.08/5.94	c Got one! Elapsed wall clock time (in seconds):5.829
7.08/5.94	o 18
7.50/6.32	c cleaning 6012 clauses out of 12049 with flag 42359/48331
7.50/6.34	c Got one! Elapsed wall clock time (in seconds):6.233
7.50/6.34	o 16
7.91/6.73	c cleaning 5685 clauses out of 11385 with flag 46926/53679
8.30/7.12	c cleaning 5833 clauses out of 11699 with flag 96302/59678
8.70/7.58	c cleaning 6426 clauses out of 12866 with flag 153233/66678
9.31/8.17	c cleaning 7206 clauses out of 14440 with flag 220940/74678
10.02/8.90	c cleaning 8107 clauses out of 16236 with flag 299302/83680
10.91/9.70	c cleaning 9044 clauses out of 18127 with flag 381573/93678
11.61/10.46	c Got one! Elapsed wall clock time (in seconds):10.349
11.61/10.46	o 15
12.11/10.94	c cleaning 11696 clauses out of 23412 with flag 42573/108007
12.61/11.43	c cleaning 8856 clauses out of 17718 with flag 93847/114009
13.11/11.93	c cleaning 7918 clauses out of 15860 with flag 149142/121007
13.71/12.50	c cleaning 7963 clauses out of 15941 with flag 208537/129006
14.42/13.26	c cleaning 8475 clauses out of 16980 with flag 283143/138008
15.21/14.06	c cleaning 9239 clauses out of 18505 with flag 366245/148008
16.11/14.93	c cleaning 10113 clauses out of 20264 with flag 462162/159006
16.81/15.64	c Got one! Elapsed wall clock time (in seconds):15.536
16.81/15.64	o 13
17.21/16.09	c cleaning 11974 clauses out of 23977 with flag 37880/172832
17.82/16.61	c cleaning 8997 clauses out of 18004 with flag 91233/178833
18.31/17.19	c cleaning 7986 clauses out of 16006 with flag 152387/185832
19.01/17.81	c cleaning 7986 clauses out of 16020 with flag 223867/193832
19.71/18.55	c cleaning 8484 clauses out of 17033 with flag 299421/202831
20.51/19.38	c cleaning 9267 clauses out of 18549 with flag 382628/212831
21.51/20.36	c cleaning 10133 clauses out of 20282 with flag 471123/223831
22.61/21.46	c cleaning 11072 clauses out of 22152 with flag 566295/235834
22.71/21.55	c Got one! Elapsed wall clock time (in seconds):21.444
22.71/21.55	o 12
23.01/21.87	c cleaning 8118 clauses out of 16259 with flag 29656/241013
23.41/22.29	c cleaning 7060 clauses out of 14141 with flag 75034/247013
24.01/22.80	c cleaning 7024 clauses out of 14081 with flag 129871/254013
24.61/23.40	c cleaning 7516 clauses out of 15058 with flag 193657/262014
25.31/24.17	c cleaning 8267 clauses out of 16541 with flag 272583/271013
26.12/24.97	c Got one! Elapsed wall clock time (in seconds):24.863
26.12/24.97	o 9
26.52/25.39	c cleaning 11193 clauses out of 22396 with flag 34223/285135
27.02/25.87	c cleaning 8586 clauses out of 17202 with flag 81132/291134
27.52/26.39	c cleaning 7797 clauses out of 15616 with flag 137360/298134
28.22/27.04	c Got one! Elapsed wall clock time (in seconds):26.937
28.22/27.04	o 8
28.72/27.54	c cleaning 10184 clauses out of 20368 with flag 33982/310683
29.22/28.09	c cleaning 8079 clauses out of 16186 with flag 75327/316685
29.82/28.67	c cleaning 7538 clauses out of 15108 with flag 122469/323686
30.52/29.38	c cleaning 7777 clauses out of 15567 with flag 180977/331683
31.42/30.26	c cleaning 8388 clauses out of 16789 with flag 245872/340682
32.42/31.27	c cleaning 9194 clauses out of 18401 with flag 326352/350682
33.52/32.34	c cleaning 10095 clauses out of 20210 with flag 412224/361685
34.82/33.65	c cleaning 11054 clauses out of 22113 with flag 516828/373685
36.53/35.34	c cleaning 12023 clauses out of 24056 with flag 612393/386682
38.32/37.16	c cleaning 13006 clauses out of 26032 with flag 712647/400682
40.32/39.12	c cleaning 14008 clauses out of 28026 with flag 828973/415683
42.63/41.44	c cleaning 15000 clauses out of 30017 with flag 941581/431682
45.03/43.86	c cleaning 16004 clauses out of 32019 with flag 1066595/448684
47.73/46.52	c cleaning 17004 clauses out of 34013 with flag 1189080/466683
50.53/49.34	c cleaning 18001 clauses out of 36009 with flag 1325211/485684
53.83/52.63	c cleaning 18999 clauses out of 38005 with flag 1463979/505682
57.34/56.19	c cleaning 19994 clauses out of 40006 with flag 1615560/526686
60.13/58.94	c starts		: 353
60.13/58.94	c conflicts		: 544359
60.13/58.94	c decisions		: 906078
60.13/58.94	c propagations		: 41590514
60.13/58.94	c inspects		: 859113018
60.13/58.94	c shortcuts		: 0
60.13/58.94	c learnt literals	: 34
60.13/58.94	c learnt binary clauses	: 49
60.13/58.94	c learnt ternary clauses	: 482
60.13/58.94	c learnt constraints	: 544324
60.13/58.94	c ignored constraints	: 0
60.13/58.94	c root simplifications	: 0
60.13/58.94	c removed literals (reason simplification)	: 0
60.13/58.94	c reason swapping (by a shorter reason)	: 0
60.13/58.94	c Calls to reduceDB	: 52
60.13/58.94	c Number of update (reduction) of LBD	: 199774
60.13/58.94	c Imported unit clauses	: 0
60.13/58.94	c number of reductions to clauses (during analyze)	: 0
60.13/58.94	c number of learned constraints concerned by reduction	: 0
60.13/58.94	c number of learning phase by resolution	: 0
60.13/58.94	c number of learning phase by cutting planes	: 0
60.13/58.94	c speed (assignments/second)	: 709590.4251689074
60.13/58.94	c non guided choices	7943
60.13/58.94	c learnt constraints type 
60.13/58.94	s OPTIMUM FOUND
60.13/58.94	c Found 65 solution(s)
60.13/58.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 
60.13/58.94	c objective function=8
60.13/58.94	c Total wall clock time (in seconds): 58.836

Verifier Data

OK	8

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

pid=23676
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.66 2.37 1.99 4/196 23679
/proc/meminfo: memFree=29905908/32872528 swapFree=1482636/1662508
[pid=23679] ppid=23676 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/23679/stat : 23679 (java) S 23676 23679 22399 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 36416131 98570240 978 33554432000 1073741824 1073778376 140735003048368 140735003039504 273909055549 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23679/statm: 24065 978 744 9 0 16771 0
[pid=23679/tid=23680] ppid=23676 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23680/stat : 23680 (java) R 23676 23679 22399 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 36416132 98570240 978 33554432000 1073741824 1073778376 140735003048368 140183295389224 273905698176 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100117 s]
/proc/loadavg: 2.66 2.37 1.99 4/196 23679
/proc/meminfo: memFree=29905908/32872528 swapFree=1482636/1662508
[pid=23679] ppid=23676 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/23679/stat : 23679 (java) S 23676 23679 22399 0 -1 4202496 4424 0 1 0 9 1 0 0 20 0 18 0 36416131 9787879424 6056 33554432000 1073741824 1073778376 140735003048368 140735003039504 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23679/statm: 2389619 6056 2140 9 0 2380296 0
[pid=23679/tid=23680] ppid=23676 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/23679/task/23680/stat : 23680 (java) R 23676 23679 22399 0 -1 4202560 2374 0 1 0 6 1 0 0 20 0 18 0 36416132 9787879424 6056 33554432000 1073741824 1073778376 140735003048368 140183295392672 273909081357 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200311 s]
/proc/loadavg: 2.66 2.37 1.99 4/196 23679
/proc/meminfo: memFree=29905908/32872528 swapFree=1482636/1662508
[pid=23679] ppid=23676 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/23679/stat : 23679 (java) S 23676 23679 22399 0 -1 4202496 4753 0 1 0 24 2 0 0 20 0 18 0 36416131 9787879424 6817 33554432000 1073741824 1073778376 140735003048368 140735003039504 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23679/statm: 2389619 6817 2202 9 0 2380296 0
[pid=23679/tid=23680] ppid=23676 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/23679/task/23680/stat : 23680 (java) R 23676 23679 22399 0 -1 4202560 2390 0 1 0 16 1 0 0 20 0 18 0 36416132 9787879424 6817 33554432000 1073741824 1073778376 140735003048368 140183295393448 140183118871108 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300309 s]
/proc/loadavg: 2.66 2.37 1.99 4/196 23679
/proc/meminfo: memFree=29905908/32872528 swapFree=1482636/1662508
[pid=23679] ppid=23676 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/23679/stat : 23679 (java) S 23676 23679 22399 0 -1 4202496 5600 0 1 0 45 2 0 0 20 0 18 0 36416131 9787879424 8198 33554432000 1073741824 1073778376 140735003048368 140735003039504 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23679/statm: 2389619 8198 2232 9 0 2380296 0
[pid=23679/tid=23680] ppid=23676 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/23679/task/23680/stat : 23680 (java) R 23676 23679 22399 0 -1 4202560 2392 0 1 0 26 1 0 0 20 0 18 0 36416132 9787879424 8199 33554432000 1073741824 1073778376 140735003048368 140183295393448 140183118920837 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700284 s]
/proc/loadavg: 2.66 2.37 1.99 4/196 23679
/proc/meminfo: memFree=29905908/32872528 swapFree=1482636/1662508
[pid=23679] ppid=23676 vsize=9625040 CPUtime=1.57 cores=0,2,4,6
/proc/23679/stat : 23679 (java) S 23676 23679 22399 0 -1 4202496 13416 0 1 0 154 3 0 0 20 0 19 0 36416131 9856040960 13798 33554432000 1073741824 1073778376 140735003048368 140735003039504 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23679/statm: 2406260 13798 2261 9 0 2396937 0
[pid=23679/tid=23680] ppid=23676 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/23679/task/23680/stat : 23680 (java) R 23676 23679 22399 0 -1 4202560 2410 0 1 0 65 2 0 0 20 0 19 0 36416132 9856040960 13798 33554432000 1073741824 1073778376 140735003048368 140183295393864 140183119363842 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.66 2.37 1.99 4/215 23698
/proc/meminfo: memFree=29851184/32872528 swapFree=1482636/1662508
[pid=23679] ppid=23676 vsize=9625040 CPUtime=2.45 cores=0,2,4,6
/proc/23679/stat : 23679 (java) S 23676 23679 22399 0 -1 4202496 13429 0 1 0 242 3 0 0 20 0 19 0 36416131 9856040960 16364 33554432000 1073741824 1073778376 140735003048368 140735003039504 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23679/statm: 2406260 16364 2266 9 0 2396937 0
[pid=23679/tid=23680] ppid=23676 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/23679/task/23680/stat : 23680 (java) R 23676 23679 22399 0 -1 4202560 2418 0 1 0 145 2 0 0 20 0 19 0 36416132 9856040960 16364 33554432000 1073741824 1073778376 140735003048368 140183295385864 140183119340383 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23679/tid=23682] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23682/stat : 23682 (java) S 23676 23679 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416133 9856040960 16364 33554432000 1073741824 1073778376 140735003048368 140183256885416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23679/tid=23683] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23683/stat : 23683 (java) S 23676 23679 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416133 9856040960 16364 33554432000 1073741824 1073778376 140735003048368 140183255832872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23679/tid=23684] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23684/stat : 23684 (java) S 23676 23679 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416133 9856040960 16364 33554432000 1073741824 1073778376 140735003048368 140183254780328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23679/tid=23685] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23685/stat : 23685 (java) S 23676 23679 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416133 9856040960 16364 33554432000 1073741824 1073778376 140735003048368 140183253727784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23679/tid=23686] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23686/stat : 23686 (java) S 23676 23679 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416133 9856040960 16364 33554432000 1073741824 1073778376 140735003048368 140183252675240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23679/tid=23687] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23687/stat : 23687 (java) S 23676 23679 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416133 9856040960 16364 33554432000 1073741824 1073778376 140735003048368 140183251622696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23679/tid=23688] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23688/stat : 23688 (java) S 23676 23679 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416133 9856040960 16364 33554432000 1073741824 1073778376 140735003048368 140183250570152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23679/tid=23689] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23689/stat : 23689 (java) S 23676 23679 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36416133 9856040960 16364 33554432000 1073741824 1073778376 140735003048368 140183249517608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23679/tid=23690] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23690/stat : 23690 (java) S 23676 23679 22399 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36416134 9856040960 16364 33554432000 1073741824 1073778376 140735003048368 140183118801000 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23679/tid=23691] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23691/stat : 23691 (java) S 23676 23679 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36416134 9856040960 16364 33554432000 1073741824 1073778376 140735003048368 140183117747320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23679/tid=23692] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23692/stat : 23692 (java) S 23676 23679 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36416134 9856040960 16364 33554432000 1073741824 1073778376 140735003048368 140183116694664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23679/tid=23693] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23693/stat : 23693 (java) S 23676 23679 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416137 9856040960 16364 33554432000 1073741824 1073778376 140735003048368 140183115643408 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23679/tid=23694] ppid=23676 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/23679/task/23694/stat : 23694 (java) S 23676 23679 22399 0 -1 4202560 4516 0 0 0 46 0 0 0 20 0 19 0 36416137 9856040960 16364 33554432000 1073741824 1073778376 140735003048368 140183114590776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23679/tid=23695] ppid=23676 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/23679/task/23695/stat : 23695 (java) S 23676 23679 22399 0 -1 4202560 5217 0 0 0 47 2 0 0 20 0 19 0 36416137 9856040960 16364 33554432000 1073741824 1073778376 140735003048368 140183113538232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23679/tid=23696] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23696/stat : 23696 (java) S 23676 23679 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416137 9856040960 16364 33554432000 1073741824 1073778376 140735003048368 140183112485880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23679/tid=23697] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23697/stat : 23697 (java) S 23676 23679 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416137 9856040960 16364 33554432000 1073741824 1073778376 140735003048368 140183111433544 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23679/tid=23698] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23698/stat : 23698 (java) S 23676 23679 22399 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36416165 9856040960 16364 33554432000 1073741824 1073778376 140735003048368 140183110378280 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.61 2.36 1.99 4/215 23698
/proc/meminfo: memFree=29834468/32872528 swapFree=1482636/1662508
[pid=23679] ppid=23676 vsize=9625040 CPUtime=4.16 cores=0,2,4,6
/proc/23679/stat : 23679 (java) S 23676 23679 22399 0 -1 4202496 13442 0 1 0 412 4 0 0 20 0 19 0 36416131 9856040960 19952 33554432000 1073741824 1073778376 140735003048368 140735003039504 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23679/statm: 2406260 19952 2270 9 0 2396937 0
[pid=23679/tid=23680] ppid=23676 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/23679/task/23680/stat : 23680 (java) R 23676 23679 22399 0 -1 4202560 2426 0 1 0 305 2 0 0 20 0 19 0 36416132 9856040960 19952 33554432000 1073741824 1073778376 140735003048368 140183295392120 140183119037959 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23679/tid=23682] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23682/stat : 23682 (java) S 23676 23679 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416133 9856040960 19952 33554432000 1073741824 1073778376 140735003048368 140183256885416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23679/tid=23683] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23683/stat : 23683 (java) S 23676 23679 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416133 9856040960 19952 33554432000 1073741824 1073778376 140735003048368 140183255832872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23679/tid=23684] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23684/stat : 23684 (java) S 23676 23679 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416133 9856040960 19952 33554432000 1073741824 1073778376 140735003048368 140183254780328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23679/tid=23685] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23685/stat : 23685 (java) S 23676 23679 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416133 9856040960 19952 33554432000 1073741824 1073778376 140735003048368 140183253727784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23679/tid=23686] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23686/stat : 23686 (java) S 23676 23679 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416133 9856040960 19952 33554432000 1073741824 1073778376 140735003048368 140183252675240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23679/tid=23687] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23687/stat : 23687 (java) S 23676 23679 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416133 9856040960 19952 33554432000 1073741824 1073778376 140735003048368 140183251622696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23679/tid=23688] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23688/stat : 23688 (java) S 23676 23679 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416133 9856040960 19952 33554432000 1073741824 1073778376 140735003048368 140183250570152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23679/tid=23689] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23689/stat : 23689 (java) S 23676 23679 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36416133 9856040960 19952 33554432000 1073741824 1073778376 140735003048368 140183249517608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23679/tid=23690] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23690/stat : 23690 (java) S 23676 23679 22399 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36416134 9856040960 19952 33554432000 1073741824 1073778376 140735003048368 140183118801000 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23679/tid=23691] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23691/stat : 23691 (java) S 23676 23679 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36416134 9856040960 19952 33554432000 1073741824 1073778376 140735003048368 140183117747320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23679/tid=23692] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23692/stat : 23692 (java) S 23676 23679 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36416134 9856040960 19952 33554432000 1073741824 1073778376 140735003048368 140183116694664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23679/tid=23693] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23693/stat : 23693 (java) S 23676 23679 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416137 9856040960 19952 33554432000 1073741824 1073778376 140735003048368 140183115643408 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23679/tid=23694] ppid=23676 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/23679/task/23694/stat : 23694 (java) S 23676 23679 22399 0 -1 4202560 4520 0 0 0 53 0 0 0 20 0 19 0 36416137 9856040960 19952 33554432000 1073741824 1073778376 140735003048368 140183114590776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23679/tid=23695] ppid=23676 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/23679/task/23695/stat : 23695 (java) S 23676 23679 22399 0 -1 4202560 5218 0 0 0 50 2 0 0 20 0 19 0 36416137 9856040960 19952 33554432000 1073741824 1073778376 140735003048368 140183113538232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23679/tid=23696] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23696/stat : 23696 (java) S 23676 23679 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416137 9856040960 19952 33554432000 1073741824 1073778376 140735003048368 140183112485880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23679/tid=23697] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23697/stat : 23697 (java) S 23676 23679 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416137 9856040960 19952 33554432000 1073741824 1073778376 140735003048368 140183111433544 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23679/tid=23698] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23698/stat : 23698 (java) S 23676 23679 22399 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36416165 9856040960 19952 33554432000 1073741824 1073778376 140735003048368 140183110378280 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.16
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.61 2.36 1.99 4/215 23698
/proc/meminfo: memFree=29798436/32872528 swapFree=1482636/1662508
[pid=23679] ppid=23676 vsize=9625040 CPUtime=7.5 cores=0,2,4,6
/proc/23679/stat : 23679 (java) S 23676 23679 22399 0 -1 4202496 13550 0 1 0 746 4 0 0 20 0 19 0 36416131 9856040960 25546 33554432000 1073741824 1073778376 140735003048368 140735003039504 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23679/statm: 2406260 25546 2271 9 0 2396937 0
[pid=23679/tid=23680] ppid=23676 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/23679/task/23680/stat : 23680 (java) R 23676 23679 22399 0 -1 4202560 2440 0 1 0 624 2 0 0 20 0 19 0 36416132 9856040960 25546 33554432000 1073741824 1073778376 140735003048368 140183295394408 140183119074756 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23679/tid=23682] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23682/stat : 23682 (java) S 23676 23679 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416133 9856040960 25546 33554432000 1073741824 1073778376 140735003048368 140183256885416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23679/tid=23683] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23683/stat : 23683 (java) S 23676 23679 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416133 9856040960 25546 33554432000 1073741824 1073778376 140735003048368 140183255832872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23679/tid=23684] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23684/stat : 23684 (java) S 23676 23679 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416133 9856040960 25546 33554432000 1073741824 1073778376 140735003048368 140183254780328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23679/tid=23685] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23685/stat : 23685 (java) S 23676 23679 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416133 9856040960 25546 33554432000 1073741824 1073778376 140735003048368 140183253727784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23679/tid=23686] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23686/stat : 23686 (java) S 23676 23679 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416133 9856040960 25546 33554432000 1073741824 1073778376 140735003048368 140183252675240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23679/tid=23687] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23687/stat : 23687 (java) S 23676 23679 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416133 9856040960 25546 33554432000 1073741824 1073778376 140735003048368 140183251622696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23679/tid=23688] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23688/stat : 23688 (java) S 23676 23679 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416133 9856040960 25546 33554432000 1073741824 1073778376 140735003048368 140183250570152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23679/tid=23689] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23689/stat : 23689 (java) S 23676 23679 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36416133 9856040960 25546 33554432000 1073741824 1073778376 140735003048368 140183249517608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23679/tid=23690] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23690/stat : 23690 (java) S 23676 23679 22399 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36416134 9856040960 25546 33554432000 1073741824 1073778376 140735003048368 140183118801000 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23679/tid=23691] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23691/stat : 23691 (java) S 23676 23679 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36416134 9856040960 25546 33554432000 1073741824 1073778376 140735003048368 140183117747320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23679/tid=23692] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23692/stat : 23692 (java) S 23676 23679 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36416134 9856040960 25546 33554432000 1073741824 1073778376 140735003048368 140183116694664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23679/tid=23693] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23693/stat : 23693 (java) S 23676 23679 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416137 9856040960 25546 33554432000 1073741824 1073778376 140735003048368 140183115643408 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23679/tid=23694] ppid=23676 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/23679/task/23694/stat : 23694 (java) S 23676 23679 22399 0 -1 4202560 4521 0 0 0 61 0 0 0 20 0 19 0 36416137 9856040960 25546 33554432000 1073741824 1073778376 140735003048368 140183114590776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23679/tid=23695] ppid=23676 vsize=9625040 CPUtime=0.59 cores=0,2,4,6

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

[pid=23679/tid=23691] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23691/stat : 23691 (java) S 23676 23679 22399 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36416134 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183117747320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23679/tid=23692] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23692/stat : 23692 (java) S 23676 23679 22399 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36416134 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183116694664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23679/tid=23693] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23693/stat : 23693 (java) S 23676 23679 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416137 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183115643408 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23679/tid=23694] ppid=23676 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/23679/task/23694/stat : 23694 (java) S 23676 23679 22399 0 -1 4202560 4521 0 0 0 61 0 0 0 20 0 19 0 36416137 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183114590776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23679/tid=23695] ppid=23676 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/23679/task/23695/stat : 23695 (java) S 23676 23679 22399 0 -1 4202560 5312 0 0 0 59 2 0 0 20 0 19 0 36416137 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183113538232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23679/tid=23696] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23696/stat : 23696 (java) S 23676 23679 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416137 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183112485880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23679/tid=23697] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23697/stat : 23697 (java) S 23676 23679 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36416137 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183111433544 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23679/tid=23698] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23698/stat : 23698 (java) S 23676 23679 22399 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36416165 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183110378280 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 58.83
Current children cumulated vsize (KiB) 9625040

[startup+58.4077 s]
/proc/loadavg: 2.43 2.36 2.01 3/215 23763
/proc/meminfo: memFree=29671132/32872528 swapFree=1482636/1662508
[pid=23679] ppid=23676 vsize=9625040 CPUtime=59.64 cores=0,2,4,6
/proc/23679/stat : 23679 (java) S 23676 23679 22399 0 -1 4202496 13619 0 1 0 5958 6 0 0 20 0 19 0 36416131 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140735003039504 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23679/statm: 2406260 42461 2284 9 0 2396937 0
[pid=23679/tid=23680] ppid=23676 vsize=9625040 CPUtime=58.22 cores=0,2,4,6
/proc/23679/task/23680/stat : 23680 (java) R 23676 23679 22399 0 -1 4202560 2477 0 1 0 5819 3 0 0 20 0 19 0 36416132 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183295385344 140183119455808 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23679/tid=23682] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23682/stat : 23682 (java) S 23676 23679 22399 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36416133 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183256885416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23679/tid=23683] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23683/stat : 23683 (java) S 23676 23679 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416133 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183255832872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23679/tid=23684] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23684/stat : 23684 (java) S 23676 23679 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416133 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183254780328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23679/tid=23685] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23685/stat : 23685 (java) S 23676 23679 22399 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 36416133 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183253727784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23679/tid=23686] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23686/stat : 23686 (java) S 23676 23679 22399 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36416133 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183252675240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23679/tid=23687] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23687/stat : 23687 (java) S 23676 23679 22399 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36416133 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183251622696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23679/tid=23688] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23688/stat : 23688 (java) S 23676 23679 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416133 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183250570152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23679/tid=23689] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23689/stat : 23689 (java) S 23676 23679 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36416133 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183249517608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23679/tid=23690] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23690/stat : 23690 (java) S 23676 23679 22399 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 36416134 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183118801000 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23679/tid=23691] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23691/stat : 23691 (java) S 23676 23679 22399 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36416134 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183117747320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23679/tid=23692] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23692/stat : 23692 (java) S 23676 23679 22399 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36416134 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183116694664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23679/tid=23693] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23693/stat : 23693 (java) S 23676 23679 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416137 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183115643408 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23679/tid=23694] ppid=23676 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/23679/task/23694/stat : 23694 (java) S 23676 23679 22399 0 -1 4202560 4521 0 0 0 61 0 0 0 20 0 19 0 36416137 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183114590776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23679/tid=23695] ppid=23676 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/23679/task/23695/stat : 23695 (java) S 23676 23679 22399 0 -1 4202560 5312 0 0 0 59 2 0 0 20 0 19 0 36416137 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183113538232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23679/tid=23696] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23696/stat : 23696 (java) S 23676 23679 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416137 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183112485880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23679/tid=23697] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23697/stat : 23697 (java) S 23676 23679 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36416137 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183111433544 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23679/tid=23698] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23698/stat : 23698 (java) S 23676 23679 22399 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36416165 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183110378280 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 59.64
Current children cumulated vsize (KiB) 9625040

[startup+58.8008 s]
/proc/loadavg: 2.43 2.36 2.01 3/215 23763
/proc/meminfo: memFree=29671132/32872528 swapFree=1482636/1662508
[pid=23679] ppid=23676 vsize=9625040 CPUtime=60.03 cores=0,2,4,6
/proc/23679/stat : 23679 (java) S 23676 23679 22399 0 -1 4202496 13619 0 1 0 5997 6 0 0 20 0 19 0 36416131 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140735003039504 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23679/statm: 2406260 42461 2284 9 0 2396937 0
[pid=23679/tid=23680] ppid=23676 vsize=9625040 CPUtime=58.61 cores=0,2,4,6
/proc/23679/task/23680/stat : 23680 (java) R 23676 23679 22399 0 -1 4202560 2477 0 1 0 5858 3 0 0 20 0 19 0 36416132 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183295385344 140183119402133 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23679/tid=23682] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23682/stat : 23682 (java) S 23676 23679 22399 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36416133 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183256885416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23679/tid=23683] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23683/stat : 23683 (java) S 23676 23679 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416133 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183255832872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23679/tid=23684] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23684/stat : 23684 (java) S 23676 23679 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416133 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183254780328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23679/tid=23685] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23685/stat : 23685 (java) S 23676 23679 22399 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 36416133 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183253727784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23679/tid=23686] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23686/stat : 23686 (java) S 23676 23679 22399 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36416133 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183252675240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23679/tid=23687] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23687/stat : 23687 (java) S 23676 23679 22399 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36416133 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183251622696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23679/tid=23688] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23688/stat : 23688 (java) S 23676 23679 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416133 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183250570152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23679/tid=23689] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23689/stat : 23689 (java) S 23676 23679 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36416133 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183249517608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23679/tid=23690] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23690/stat : 23690 (java) S 23676 23679 22399 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 36416134 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183118801000 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23679/tid=23691] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23691/stat : 23691 (java) S 23676 23679 22399 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36416134 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183117747320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23679/tid=23692] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23692/stat : 23692 (java) S 23676 23679 22399 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36416134 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183116694664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23679/tid=23693] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23693/stat : 23693 (java) S 23676 23679 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416137 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183115643408 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23679/tid=23694] ppid=23676 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/23679/task/23694/stat : 23694 (java) S 23676 23679 22399 0 -1 4202560 4521 0 0 0 61 0 0 0 20 0 19 0 36416137 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183114590776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23679/tid=23695] ppid=23676 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/23679/task/23695/stat : 23695 (java) S 23676 23679 22399 0 -1 4202560 5312 0 0 0 59 2 0 0 20 0 19 0 36416137 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183113538232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23679/tid=23696] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23696/stat : 23696 (java) S 23676 23679 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416137 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183112485880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23679/tid=23697] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23697/stat : 23697 (java) S 23676 23679 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36416137 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183111433544 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23679/tid=23698] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23698/stat : 23698 (java) S 23676 23679 22399 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36416165 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183110378280 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 60.03
Current children cumulated vsize (KiB) 9625040

[startup+58.9008 s]
/proc/loadavg: 2.43 2.36 2.01 3/215 23763
/proc/meminfo: memFree=29671132/32872528 swapFree=1482636/1662508
[pid=23679] ppid=23676 vsize=9625040 CPUtime=60.13 cores=0,2,4,6
/proc/23679/stat : 23679 (java) S 23676 23679 22399 0 -1 4202496 13619 0 1 0 6007 6 0 0 20 0 19 0 36416131 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140735003039504 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23679/statm: 2406260 42461 2284 9 0 2396937 0
[pid=23679/tid=23680] ppid=23676 vsize=9625040 CPUtime=58.71 cores=0,2,4,6
/proc/23679/task/23680/stat : 23680 (java) R 23676 23679 22399 0 -1 4202560 2477 0 1 0 5868 3 0 0 20 0 19 0 36416132 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183295385344 140183119037959 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23679/tid=23682] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23682/stat : 23682 (java) S 23676 23679 22399 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36416133 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183256885416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23679/tid=23683] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23683/stat : 23683 (java) S 23676 23679 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416133 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183255832872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23679/tid=23684] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23684/stat : 23684 (java) S 23676 23679 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416133 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183254780328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23679/tid=23685] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23685/stat : 23685 (java) S 23676 23679 22399 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 36416133 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183253727784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23679/tid=23686] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23686/stat : 23686 (java) S 23676 23679 22399 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36416133 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183252675240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23679/tid=23687] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23687/stat : 23687 (java) S 23676 23679 22399 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36416133 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183251622696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23679/tid=23688] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23688/stat : 23688 (java) S 23676 23679 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416133 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183250570152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23679/tid=23689] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23689/stat : 23689 (java) S 23676 23679 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36416133 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183249517608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23679/tid=23690] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23690/stat : 23690 (java) S 23676 23679 22399 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 36416134 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183118801000 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23679/tid=23691] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23691/stat : 23691 (java) S 23676 23679 22399 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36416134 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183117747320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23679/tid=23692] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23692/stat : 23692 (java) S 23676 23679 22399 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36416134 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183116694664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23679/tid=23693] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23693/stat : 23693 (java) S 23676 23679 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416137 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183115643408 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23679/tid=23694] ppid=23676 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/23679/task/23694/stat : 23694 (java) S 23676 23679 22399 0 -1 4202560 4521 0 0 0 61 0 0 0 20 0 19 0 36416137 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183114590776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23679/tid=23695] ppid=23676 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/23679/task/23695/stat : 23695 (java) S 23676 23679 22399 0 -1 4202560 5312 0 0 0 59 2 0 0 20 0 19 0 36416137 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183113538232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23679/tid=23696] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23696/stat : 23696 (java) S 23676 23679 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416137 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183112485880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23679/tid=23697] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23697/stat : 23697 (java) S 23676 23679 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36416137 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183111433544 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23679/tid=23698] ppid=23676 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23679/task/23698/stat : 23698 (java) S 23676 23679 22399 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36416165 9856040960 42461 33554432000 1073741824 1073778376 140735003048368 140183110378280 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 60.13
Current children cumulated vsize (KiB) 9625040

Child status: 30

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

Real time (s): 58.9504
CPU time (s): 60.13
CPU user time (s): 60.07
CPU system time (s): 0.06
CPU usage (%): 102.001
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 59.9619
system time used= 0.092985
maximum resident set size= 169900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13641
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= 1538
involuntary context switches= 116

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

The end

Launcher Data

Begin job on node134 at 2016-06-19 15:41:37
IDJOB=4109724
IDBENCH=78905
IDSOLVER=2551
FILE ID=node134/4109724-1466343697
RUNJOBID= node134-1466341813-22415
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.1900569834--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109724-1466343697/watcher-4109724-1466343697 -o /tmp/evaluation-result-4109724-1466343697/solver-4109724-1466343697 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466341813-22415 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4109724-1466343697.wbo

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

MD5SUM BENCH= 9b675eaf583b613075d5327645ad3a71
RANDOM SEED=1660154615

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:        29908756 kB
Buffers:          195596 kB
Cached:           264068 kB
SwapCached:         1068 kB
Active:           209284 kB
Inactive:         349064 kB
Active(anon):      99164 kB
Inactive(anon):     1732 kB
Active(file):     110120 kB
Inactive(file):   347332 kB
Unevictable:     1662508 kB
Mlocked:         1482636 kB
SwapTotal:      67108856 kB
SwapFree:       67100176 kB
Dirty:              1432 kB
Writeback:             0 kB
AnonPages:       1838128 kB
Mapped:            15452 kB
Shmem:                 0 kB
Slab:             607068 kB
SReclaimable:      50148 kB
SUnreclaim:       556920 kB
KernelStack:        1776 kB
PageTables:         7640 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2351376 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    311296 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:42:36