Trace number 4090904

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 12.1921 10.949

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110967523--soft-0-100-0.wbo
MD5SUM36573e20f94a233c9b9c8f8613b15785
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark7.83981
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1188
Number of bits of the biggest sum of numbers11
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@587bd9f2
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@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4090904-1466067828.wbo
0.11/0.10	c reading problem ... 
0.11/0.15	c ... done. Wall clock time 0.054s.
0.11/0.15	c declared #vars     169
0.11/0.15	c internal #vars     270
0.11/0.15	c #constraints  101
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.11/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.11/0.16	c 101 constraints processed.
0.11/0.16	c objective function length is 101 literals
0.53/0.30	c SATISFIABLE
0.53/0.30	c OPTIMIZING...
0.53/0.30	c Got one! Elapsed wall clock time (in seconds):0.201
0.53/0.30	o 369
0.53/0.32	c Got one! Elapsed wall clock time (in seconds):0.221
0.53/0.32	o 367
0.53/0.34	c Got one! Elapsed wall clock time (in seconds):0.242
0.53/0.34	o 361
0.53/0.35	c Got one! Elapsed wall clock time (in seconds):0.247
0.53/0.35	o 359
0.53/0.35	c Got one! Elapsed wall clock time (in seconds):0.253
0.53/0.35	o 345
0.53/0.36	c Got one! Elapsed wall clock time (in seconds):0.257
0.53/0.36	o 334
0.53/0.39	c Got one! Elapsed wall clock time (in seconds):0.291
0.53/0.39	o 333
0.66/0.41	c Got one! Elapsed wall clock time (in seconds):0.311
0.66/0.41	o 285
0.66/0.43	c Got one! Elapsed wall clock time (in seconds):0.331
0.66/0.43	o 282
0.66/0.48	c Got one! Elapsed wall clock time (in seconds):0.377
0.66/0.48	o 258
0.85/0.51	c Got one! Elapsed wall clock time (in seconds):0.405
0.85/0.51	o 255
0.85/0.53	c Got one! Elapsed wall clock time (in seconds):0.43
0.85/0.53	o 254
0.85/0.55	c Got one! Elapsed wall clock time (in seconds):0.45
0.85/0.55	o 253
0.85/0.56	c Got one! Elapsed wall clock time (in seconds):0.456
0.85/0.56	o 251
0.85/0.57	c Got one! Elapsed wall clock time (in seconds):0.465
0.85/0.57	o 234
0.98/0.60	c Got one! Elapsed wall clock time (in seconds):0.503
0.98/0.60	o 232
1.08/0.70	c Got one! Elapsed wall clock time (in seconds):0.598
1.08/0.70	o 229
1.21/0.89	c cleaning 6065 clauses out of 12129 with flag 12957/12129
1.33/0.94	c Got one! Elapsed wall clock time (in seconds):0.838
1.33/0.94	o 226
1.55/1.17	c Got one! Elapsed wall clock time (in seconds):1.068
1.55/1.17	o 224
1.65/1.23	c cleaning 6328 clauses out of 12656 with flag 4713/18721
1.75/1.37	c Got one! Elapsed wall clock time (in seconds):1.268
1.75/1.37	o 223
1.85/1.41	c Got one! Elapsed wall clock time (in seconds):1.312
1.85/1.41	o 216
1.85/1.45	c Got one! Elapsed wall clock time (in seconds):1.346
1.85/1.45	o 197
1.95/1.55	c Got one! Elapsed wall clock time (in seconds):1.45
1.95/1.55	o 194
2.09/1.65	c Got one! Elapsed wall clock time (in seconds):1.547
2.09/1.65	o 193
2.09/1.67	c Got one! Elapsed wall clock time (in seconds):1.573
2.09/1.67	o 192
2.29/1.70	c Got one! Elapsed wall clock time (in seconds):1.603
2.29/1.70	o 185
2.29/1.72	c Got one! Elapsed wall clock time (in seconds):1.621
2.29/1.72	o 183
2.29/1.75	c Got one! Elapsed wall clock time (in seconds):1.651
2.29/1.75	o 180
2.39/1.82	c cleaning 8664 clauses out of 17327 with flag 3917/29720
2.39/1.84	c Got one! Elapsed wall clock time (in seconds):1.736
2.39/1.84	o 176
2.39/1.88	c Got one! Elapsed wall clock time (in seconds):1.782
2.39/1.88	o 172
2.50/1.91	c Got one! Elapsed wall clock time (in seconds):1.805
2.50/1.91	o 170
2.50/1.92	c Got one! Elapsed wall clock time (in seconds):1.822
2.50/1.92	o 149
2.61/2.00	c Got one! Elapsed wall clock time (in seconds):1.901
2.61/2.00	o 147
2.61/2.03	c Got one! Elapsed wall clock time (in seconds):1.93
2.61/2.03	o 136
2.61/2.06	c Got one! Elapsed wall clock time (in seconds):1.956
2.61/2.06	o 133
2.61/2.09	c Got one! Elapsed wall clock time (in seconds):1.991
2.61/2.09	o 132
2.71/2.19	c Got one! Elapsed wall clock time (in seconds):2.092
2.71/2.19	o 131
2.83/2.25	c Got one! Elapsed wall clock time (in seconds):2.152
2.83/2.25	o 115
3.11/2.46	c Got one! Elapsed wall clock time (in seconds):2.357
3.11/2.46	o 106
3.11/2.48	c Got one! Elapsed wall clock time (in seconds):2.384
3.11/2.48	o 101
3.38/2.60	c cleaning 10376 clauses out of 20760 with flag 4671/41817
3.38/2.62	c Got one! Elapsed wall clock time (in seconds):2.524
3.38/2.62	o 97
3.38/2.66	c Got one! Elapsed wall clock time (in seconds):2.563
3.38/2.66	o 92
3.38/2.69	c Got one! Elapsed wall clock time (in seconds):2.589
3.38/2.69	o 81
4.18/3.00	c cleaning 8457 clauses out of 16936 with flag 24506/48369
4.18/3.09	c Got one! Elapsed wall clock time (in seconds):2.99
4.18/3.09	o 80
4.38/3.25	c cleaning 6826 clauses out of 13656 with flag 13446/53546
4.49/3.30	c Got one! Elapsed wall clock time (in seconds):3.204
4.49/3.30	o 76
4.49/3.31	c Got one! Elapsed wall clock time (in seconds):3.214
4.49/3.31	o 75
4.49/3.34	c Got one! Elapsed wall clock time (in seconds):3.241
4.49/3.34	o 72
4.68/3.53	c Got one! Elapsed wall clock time (in seconds):3.432
4.68/3.53	o 71
4.68/3.59	c cleaning 6981 clauses out of 13985 with flag 5009/60701
4.78/3.62	c Got one! Elapsed wall clock time (in seconds):3.521
4.78/3.62	o 68
4.78/3.68	c Got one! Elapsed wall clock time (in seconds):3.578
4.78/3.68	o 67
4.88/3.72	c Got one! Elapsed wall clock time (in seconds):3.617
4.88/3.72	o 66
5.08/3.91	c cleaning 7033 clauses out of 14073 with flag 16006/67770
5.08/3.92	c Got one! Elapsed wall clock time (in seconds):3.823
5.08/3.92	o 65
5.18/4.05	c Got one! Elapsed wall clock time (in seconds):3.95
5.18/4.05	o 61
5.18/4.08	c Got one! Elapsed wall clock time (in seconds):3.975
5.18/4.08	o 59
5.28/4.12	c Got one! Elapsed wall clock time (in seconds):4.023
5.28/4.12	o 57
5.28/4.17	c Got one! Elapsed wall clock time (in seconds):4.069
5.28/4.17	o 55
5.38/4.20	c Got one! Elapsed wall clock time (in seconds):4.104
5.38/4.20	o 54
5.38/4.26	c cleaning 7314 clauses out of 14630 with flag 3442/75360
5.50/4.31	c Got one! Elapsed wall clock time (in seconds):4.205
5.50/4.31	o 52
5.50/4.35	c Got one! Elapsed wall clock time (in seconds):4.247
5.50/4.35	o 50
5.50/4.36	c Got one! Elapsed wall clock time (in seconds):4.255
5.50/4.36	o 49
5.50/4.36	c Got one! Elapsed wall clock time (in seconds):4.261
5.50/4.36	o 47
5.62/4.49	c cleaning 6548 clauses out of 13106 with flag 11019/81150
5.62/4.50	c Got one! Elapsed wall clock time (in seconds):4.396
5.62/4.50	o 44
5.72/4.52	c Got one! Elapsed wall clock time (in seconds):4.424
5.72/4.52	o 43
5.82/4.64	c Got one! Elapsed wall clock time (in seconds):4.541
5.82/4.64	o 38
5.82/4.65	c Got one! Elapsed wall clock time (in seconds):4.548
5.82/4.65	o 36
5.92/4.74	c cleaning 6514 clauses out of 13040 with flag 9427/87632
6.02/4.82	c Got one! Elapsed wall clock time (in seconds):4.719
6.02/4.82	o 31
6.02/4.87	c Got one! Elapsed wall clock time (in seconds):4.771
6.02/4.87	o 26
6.12/4.96	c cleaning 6237 clauses out of 12490 with flag 8604/93596
6.32/5.18	c cleaning 6125 clauses out of 12255 with flag 33567/99598
6.52/5.37	c Got one! Elapsed wall clock time (in seconds):5.267
6.52/5.37	o 24
6.72/5.57	c cleaning 8243 clauses out of 16495 with flag 18627/109963
6.92/5.79	c cleaning 7122 clauses out of 14252 with flag 39680/115963
7.22/6.02	c Got one! Elapsed wall clock time (in seconds):5.915
7.22/6.02	o 15
7.42/6.24	c cleaning 9424 clauses out of 18848 with flag 18478/127681
7.52/6.37	c Got one! Elapsed wall clock time (in seconds):6.267
7.52/6.37	o 14
7.62/6.46	c cleaning 7544 clauses out of 15089 with flag 8772/133346
7.83/6.68	c cleaning 6774 clauses out of 13547 with flag 31904/139349
8.12/6.94	c cleaning 6880 clauses out of 13770 with flag 56216/146348
8.43/7.24	c cleaning 7441 clauses out of 14888 with flag 86124/154346
8.63/7.46	c Got one! Elapsed wall clock time (in seconds):7.354
8.63/7.46	o 13
8.84/7.67	c cleaning 9296 clauses out of 18604 with flag 19399/165505
9.05/7.89	c cleaning 7653 clauses out of 15309 with flag 42944/171506
9.35/8.13	c cleaning 7313 clauses out of 14654 with flag 68200/178505
9.65/8.42	c cleaning 7670 clauses out of 15340 with flag 97073/186505
9.74/8.56	c Got one! Elapsed wall clock time (in seconds):8.464
9.74/8.56	o 10
9.85/8.61	c cleaning 6331 clauses out of 12672 with flag 4518/191508
9.85/8.70	c Got one! Elapsed wall clock time (in seconds):8.595
9.85/8.70	o 6
10.05/8.81	c cleaning 5976 clauses out of 11952 with flag 13821/197120
10.05/8.85	c Got one! Elapsed wall clock time (in seconds):8.745
10.05/8.85	o 4
10.15/8.99	c cleaning 5499 clauses out of 10997 with flag 16028/202142
10.25/9.08	c Got one! Elapsed wall clock time (in seconds):8.983
10.25/9.08	o 3
10.45/9.20	c cleaning 5615 clauses out of 11238 with flag 14143/207883
10.65/9.44	c cleaning 5811 clauses out of 11625 with flag 44003/213885
10.95/9.70	c cleaning 6398 clauses out of 12812 with flag 73558/220887
11.26/10.02	c cleaning 7204 clauses out of 14409 with flag 109471/228883
11.65/10.41	c cleaning 8101 clauses out of 16205 with flag 151904/237883
12.05/10.87	c cleaning 9052 clauses out of 18104 with flag 199020/247883
12.15/10.94	c starts		: 195
12.15/10.94	c conflicts		: 249491
12.15/10.94	c decisions		: 402779
12.15/10.94	c propagations		: 6714662
12.15/10.94	c inspects		: 125780227
12.15/10.94	c shortcuts		: 0
12.15/10.94	c learnt literals	: 29
12.15/10.94	c learnt binary clauses	: 21
12.15/10.94	c learnt ternary clauses	: 525
12.15/10.94	c learnt constraints	: 249461
12.15/10.94	c ignored constraints	: 0
12.15/10.94	c root simplifications	: 0
12.15/10.94	c removed literals (reason simplification)	: 0
12.15/10.94	c reason swapping (by a shorter reason)	: 0
12.15/10.94	c Calls to reduceDB	: 33
12.15/10.94	c Number of update (reduction) of LBD	: 67822
12.15/10.94	c Imported unit clauses	: 0
12.15/10.94	c number of reductions to clauses (during analyze)	: 0
12.15/10.94	c number of learned constraints concerned by reduction	: 0
12.15/10.94	c number of learning phase by resolution	: 0
12.15/10.94	c number of learning phase by cutting planes	: 0
12.15/10.94	c speed (assignments/second)	: 622708.1517203005
12.15/10.94	c non guided choices	3711
12.15/10.94	c learnt constraints type 
12.15/10.94	s OPTIMUM FOUND
12.15/10.94	c Found 75 solution(s)
12.15/10.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 
12.15/10.94	c objective function=3
12.15/10.94	c Total wall clock time (in seconds): 10.841

Verifier Data

OK	3

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-4090904-1466067828/watcher-4090904-1466067828 -o /tmp/evaluation-result-4090904-1466067828/solver-4090904-1466067828 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1466062109-8003 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090904-1466067828.wbo 

pid=9473
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.15 2.20 2.18 3/194 9476
/proc/meminfo: memFree=29802384/32872528 swapFree=1399392/1569044
[pid=9476] ppid=9473 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/9476/stat : 9476 (java) S 9473 9476 7986 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 8828020 98570240 978 33554432000 1073741824 1073778376 140735543481968 140735543473104 213422997565 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9476/statm: 24065 978 744 9 0 16771 0
[pid=9476/tid=9477] ppid=9473 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9477/stat : 9477 (java) R 9473 9476 7986 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 8828020 98570240 978 33554432000 1073741824 1073778376 140735543481968 140306575007272 213419640192 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100058 s]
/proc/loadavg: 2.15 2.20 2.18 3/194 9476
/proc/meminfo: memFree=29802384/32872528 swapFree=1399392/1569044
[pid=9476] ppid=9473 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/9476/stat : 9476 (java) S 9473 9476 7986 0 -1 4202496 4505 0 1 0 10 1 0 0 20 0 18 0 8828020 9787879424 6138 33554432000 1073741824 1073778376 140735543481968 140735543473104 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9476/statm: 2389619 6138 2157 9 0 2380296 0
[pid=9476/tid=9477] ppid=9473 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/9476/task/9477/stat : 9477 (java) R 9473 9476 7986 0 -1 4202560 2375 0 1 0 6 1 0 0 20 0 18 0 8828020 9787879424 6138 33554432000 1073741824 1073778376 140735543481968 140306575010720 213423022517 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200271 s]
/proc/loadavg: 2.15 2.20 2.18 3/194 9476
/proc/meminfo: memFree=29802384/32872528 swapFree=1399392/1569044
[pid=9476] ppid=9473 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/9476/stat : 9476 (java) S 9473 9476 7986 0 -1 4202496 6642 0 1 0 27 2 0 0 20 0 19 0 8828020 9856040960 8295 33554432000 1073741824 1073778376 140735543481968 140735543473104 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9476/statm: 2406260 8295 2233 9 0 2396937 0
[pid=9476/tid=9477] ppid=9473 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/9476/task/9477/stat : 9477 (java) R 9473 9476 7986 0 -1 4202560 2402 0 1 0 16 1 0 0 20 0 19 0 8828020 9856040960 8295 33554432000 1073741824 1073778376 140735543481968 140306575012480 140306397903469 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625040

[startup+0.300278 s]
/proc/loadavg: 2.15 2.20 2.18 3/194 9476
/proc/meminfo: memFree=29802384/32872528 swapFree=1399392/1569044
[pid=9476] ppid=9473 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/9476/stat : 9476 (java) S 9473 9476 7986 0 -1 4202496 7206 0 1 0 51 2 0 0 20 0 19 0 8828020 9856040960 8281 33554432000 1073741824 1073778376 140735543481968 140735543473104 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9476/statm: 2406260 8281 2243 9 0 2396937 0
[pid=9476/tid=9477] ppid=9473 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/9476/task/9477/stat : 9477 (java) R 9473 9476 7986 0 -1 4202560 2403 0 1 0 26 1 0 0 20 0 19 0 8828020 9856040960 8281 33554432000 1073741824 1073778376 140735543481968 140306575012480 140306398292550 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9625040

[startup+0.700259 s]
/proc/loadavg: 2.15 2.20 2.18 3/194 9476
/proc/meminfo: memFree=29802384/32872528 swapFree=1399392/1569044
[pid=9476] ppid=9473 vsize=9625040 CPUtime=1.08 cores=1,3,5,7
/proc/9476/stat : 9476 (java) S 9473 9476 7986 0 -1 4202496 9111 0 1 0 106 2 0 0 20 0 19 0 8828020 9856040960 9636 33554432000 1073741824 1073778376 140735543481968 140735543473104 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9476/statm: 2406260 9636 2254 9 0 2396937 0
[pid=9476/tid=9477] ppid=9473 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/9476/task/9477/stat : 9477 (java) R 9473 9476 7986 0 -1 4202560 2405 0 1 0 66 1 0 0 20 0 19 0 8828020 9856040960 9636 33554432000 1073741824 1073778376 140735543481968 140306575003952 140306398241282 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.15 2.20 2.18 4/213 9495
/proc/meminfo: memFree=29769704/32872528 swapFree=1399392/1569044
[pid=9476] ppid=9473 vsize=9625040 CPUtime=1.95 cores=1,3,5,7
/proc/9476/stat : 9476 (java) S 9473 9476 7986 0 -1 4202496 9124 0 1 0 193 2 0 0 20 0 19 0 8828020 9856040960 11180 33554432000 1073741824 1073778376 140735543481968 140735543473104 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9476/statm: 2406260 11180 2261 9 0 2396937 0
[pid=9476/tid=9477] ppid=9473 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/9476/task/9477/stat : 9477 (java) R 9473 9476 7986 0 -1 4202560 2409 0 1 0 146 2 0 0 20 0 19 0 8828020 9856040960 11180 33554432000 1073741824 1073778376 140735543481968 140306575003952 140306398229248 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9476/tid=9479] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9479/stat : 9479 (java) S 9473 9476 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8828021 9856040960 11180 33554432000 1073741824 1073778376 140735543481968 140306536503848 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9476/tid=9480] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9480/stat : 9480 (java) S 9473 9476 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8828021 9856040960 11180 33554432000 1073741824 1073778376 140735543481968 140306535451048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9476/tid=9481] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9481/stat : 9481 (java) S 9473 9476 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8828021 9856040960 11180 33554432000 1073741824 1073778376 140735543481968 140306534398248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9476/tid=9482] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9482/stat : 9482 (java) S 9473 9476 7986 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8828021 9856040960 11180 33554432000 1073741824 1073778376 140735543481968 140306533345448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9476/tid=9483] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9483/stat : 9483 (java) S 9473 9476 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8828021 9856040960 11180 33554432000 1073741824 1073778376 140735543481968 140306532293672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9476/tid=9484] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9484/stat : 9484 (java) S 9473 9476 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8828021 9856040960 11180 33554432000 1073741824 1073778376 140735543481968 140306531240872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9476/tid=9485] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9485/stat : 9485 (java) S 9473 9476 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8828021 9856040960 11180 33554432000 1073741824 1073778376 140735543481968 140306530188072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9476/tid=9486] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9486/stat : 9486 (java) S 9473 9476 7986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8828021 9856040960 11180 33554432000 1073741824 1073778376 140735543481968 140306529135272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9476/tid=9487] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9487/stat : 9487 (java) S 9473 9476 7986 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8828022 9856040960 11180 33554432000 1073741824 1073778376 140735543481968 140306516724200 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9476/tid=9488] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9488/stat : 9488 (java) S 9473 9476 7986 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8828022 9856040960 11180 33554432000 1073741824 1073778376 140735543481968 140306397783288 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9476/tid=9489] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9489/stat : 9489 (java) S 9473 9476 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8828023 9856040960 11180 33554432000 1073741824 1073778376 140735543481968 140306396730376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9476/tid=9490] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9490/stat : 9490 (java) S 9473 9476 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8828025 9856040960 11180 33554432000 1073741824 1073778376 140735543481968 140306395678864 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9476/tid=9491] ppid=9473 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/9476/task/9491/stat : 9491 (java) S 9473 9476 7986 0 -1 4202560 2865 0 0 0 20 0 0 0 20 0 19 0 8828025 9856040960 11180 33554432000 1073741824 1073778376 140735543481968 140306394627000 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9476/tid=9492] ppid=9473 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/9476/task/9492/stat : 9492 (java) S 9473 9476 7986 0 -1 4202560 2578 0 0 0 23 0 0 0 20 0 19 0 8828025 9856040960 11180 33554432000 1073741824 1073778376 140735543481968 140306393574200 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9476/tid=9493] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9493/stat : 9493 (java) S 9473 9476 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8828025 9856040960 11180 33554432000 1073741824 1073778376 140735543481968 140306392521592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9476/tid=9494] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9494/stat : 9494 (java) S 9473 9476 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8828025 9856040960 11180 33554432000 1073741824 1073778376 140735543481968 140306391469000 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9476/tid=9495] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9495/stat : 9495 (java) S 9473 9476 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8828036 9856040960 11180 33554432000 1073741824 1073778376 140735543481968 140306390414504 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 9625040

[startup+3.10083 s]
/proc/loadavg: 2.15 2.20 2.18 5/213 9495
/proc/meminfo: memFree=29761148/32872528 swapFree=1399392/1569044
[pid=9476] ppid=9473 vsize=9625040 CPUtime=4.28 cores=1,3,5,7
/proc/9476/stat : 9476 (java) S 9473 9476 7986 0 -1 4202496 18975 0 1 0 424 4 0 0 20 0 19 0 8828020 9856040960 17156 33554432000 1073741824 1073778376 140735543481968 140735543473104 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9476/statm: 2406260 17156 2261 9 0 2396937 0
[pid=9476/tid=9477] ppid=9473 vsize=9625040 CPUtime=3.08 cores=1,3,5,7
/proc/9476/task/9477/stat : 9477 (java) R 9473 9476 7986 0 -1 4202560 2414 0 1 0 306 2 0 0 20 0 19 0 8828020 9856040960 17156 33554432000 1073741824 1073778376 140735543481968 140306575012296 140306398229253 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9476/tid=9479] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9479/stat : 9479 (java) S 9473 9476 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8828021 9856040960 17156 33554432000 1073741824 1073778376 140735543481968 140306536503848 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9476/tid=9480] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9480/stat : 9480 (java) S 9473 9476 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8828021 9856040960 17156 33554432000 1073741824 1073778376 140735543481968 140306535451048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9476/tid=9481] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9481/stat : 9481 (java) S 9473 9476 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8828021 9856040960 17156 33554432000 1073741824 1073778376 140735543481968 140306534398248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9476/tid=9482] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9482/stat : 9482 (java) S 9473 9476 7986 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8828021 9856040960 17156 33554432000 1073741824 1073778376 140735543481968 140306533345448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9476/tid=9483] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9483/stat : 9483 (java) S 9473 9476 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8828021 9856040960 17156 33554432000 1073741824 1073778376 140735543481968 140306532293672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9476/tid=9484] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9484/stat : 9484 (java) S 9473 9476 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8828021 9856040960 17156 33554432000 1073741824 1073778376 140735543481968 140306531240872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9476/tid=9485] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9485/stat : 9485 (java) S 9473 9476 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8828021 9856040960 17156 33554432000 1073741824 1073778376 140735543481968 140306530188072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9476/tid=9486] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9486/stat : 9486 (java) S 9473 9476 7986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8828021 9856040960 17156 33554432000 1073741824 1073778376 140735543481968 140306529135272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9476/tid=9487] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9487/stat : 9487 (java) S 9473 9476 7986 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8828022 9856040960 17156 33554432000 1073741824 1073778376 140735543481968 140306516724200 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9476/tid=9488] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9488/stat : 9488 (java) S 9473 9476 7986 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8828022 9856040960 17156 33554432000 1073741824 1073778376 140735543481968 140306397783288 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9476/tid=9489] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9489/stat : 9489 (java) S 9473 9476 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8828023 9856040960 17156 33554432000 1073741824 1073778376 140735543481968 140306396730376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9476/tid=9490] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9490/stat : 9490 (java) S 9473 9476 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8828025 9856040960 17156 33554432000 1073741824 1073778376 140735543481968 140306395678864 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9476/tid=9491] ppid=9473 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/9476/task/9491/stat : 9491 (java) S 9473 9476 7986 0 -1 4202560 6762 0 0 0 49 2 0 0 20 0 19 0 8828025 9856040960 17156 33554432000 1073741824 1073778376 140735543481968 140306394627000 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9476/tid=9492] ppid=9473 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/9476/task/9492/stat : 9492 (java) S 9473 9476 7986 0 -1 4202560 8527 0 0 0 65 0 0 0 20 0 19 0 8828025 9856040960 17156 33554432000 1073741824 1073778376 140735543481968 140306393574200 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9476/tid=9493] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9493/stat : 9493 (java) S 9473 9476 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8828025 9856040960 17156 33554432000 1073741824 1073778376 140735543481968 140306392521592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9476/tid=9494] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9494/stat : 9494 (java) S 9473 9476 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8828025 9856040960 17156 33554432000 1073741824 1073778376 140735543481968 140306391469000 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9476/tid=9495] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9495/stat : 9495 (java) S 9473 9476 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8828036 9856040960 17156 33554432000 1073741824 1073778376 140735543481968 140306390414504 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.28
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.22 2.21 2.18 4/213 9495
/proc/meminfo: memFree=29725052/32872528 swapFree=1399392/1569044
[pid=9476] ppid=9473 vsize=9625040 CPUtime=7.52 cores=1,3,5,7
/proc/9476/stat : 9476 (java) S 9473 9476 7986 0 -1 4202496 19319 0 1 0 748 4 0 0 20 0 19 0 8828020 9856040960 22041 33554432000 1073741824 1073778376 140735543481968 140735543473104 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9476/statm: 2406260 22041 2263 9 0 2396937 0
[pid=9476/tid=9477] ppid=9473 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/9476/task/9477/stat : 9477 (java) R 9473 9476 7986 0 -1 4202560 2425 0 1 0 625 2 0 0 20 0 19 0 8828020 9856040960 22041 33554432000 1073741824 1073778376 140735543481968 140306575003952 140306397855725 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9476/tid=9479] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9479/stat : 9479 (java) S 9473 9476 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8828021 9856040960 22041 33554432000 1073741824 1073778376 140735543481968 140306536503848 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9476/tid=9480] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9480/stat : 9480 (java) S 9473 9476 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8828021 9856040960 22041 33554432000 1073741824 1073778376 140735543481968 140306535451048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9476/tid=9481] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9481/stat : 9481 (java) S 9473 9476 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8828021 9856040960 22041 33554432000 1073741824 1073778376 140735543481968 140306534398248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9476/tid=9482] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9482/stat : 9482 (java) S 9473 9476 7986 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8828021 9856040960 22041 33554432000 1073741824 1073778376 140735543481968 140306533345448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9476/tid=9483] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9483/stat : 9483 (java) S 9473 9476 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8828021 9856040960 22041 33554432000 1073741824 1073778376 140735543481968 140306532293672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9476/tid=9484] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9484/stat : 9484 (java) S 9473 9476 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8828021 9856040960 22041 33554432000 1073741824 1073778376 140735543481968 140306531240872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9476/tid=9485] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9485/stat : 9485 (java) S 9473 9476 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8828021 9856040960 22041 33554432000 1073741824 1073778376 140735543481968 140306530188072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9476/tid=9486] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9486/stat : 9486 (java) S 9473 9476 7986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8828021 9856040960 22041 33554432000 1073741824 1073778376 140735543481968 140306529135272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9476/tid=9487] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9487/stat : 9487 (java) S 9473 9476 7986 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8828022 9856040960 22041 33554432000 1073741824 1073778376 140735543481968 140306516724200 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9476/tid=9488] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9488/stat : 9488 (java) S 9473 9476 7986 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8828022 9856040960 22041 33554432000 1073741824 1073778376 140735543481968 140306397783288 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9476/tid=9489] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9489/stat : 9489 (java) S 9473 9476 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8828023 9856040960 22041 33554432000 1073741824 1073778376 140735543481968 140306396730376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9476/tid=9490] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9490/stat : 9490 (java) S 9473 9476 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8828025 9856040960 22041 33554432000 1073741824 1073778376 140735543481968 140306395678864 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9476/tid=9491] ppid=9473 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/9476/task/9491/stat : 9491 (java) S 9473 9476 7986 0 -1 4202560 7092 0 0 0 52 2 0 0 20 0 19 0 8828025 9856040960 22041 33554432000 1073741824 1073778376 140735543481968 140306394627000 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9476/tid=9492] ppid=9473 vsize=9625040 CPUtime=0.66 cores=1,3,5,7

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

[pid=9476/tid=9481] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9481/stat : 9481 (java) S 9473 9476 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8828021 9856040960 27161 33554432000 1073741824 1073778376 140735543481968 140306534398248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9476/tid=9482] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9482/stat : 9482 (java) S 9473 9476 7986 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8828021 9856040960 27161 33554432000 1073741824 1073778376 140735543481968 140306533345448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9476/tid=9483] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9483/stat : 9483 (java) S 9473 9476 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8828021 9856040960 27161 33554432000 1073741824 1073778376 140735543481968 140306532293672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9476/tid=9484] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9484/stat : 9484 (java) S 9473 9476 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8828021 9856040960 27161 33554432000 1073741824 1073778376 140735543481968 140306531240872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9476/tid=9485] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9485/stat : 9485 (java) S 9473 9476 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8828021 9856040960 27161 33554432000 1073741824 1073778376 140735543481968 140306530188072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9476/tid=9486] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9486/stat : 9486 (java) S 9473 9476 7986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8828021 9856040960 27161 33554432000 1073741824 1073778376 140735543481968 140306529135272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9476/tid=9487] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9487/stat : 9487 (java) S 9473 9476 7986 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8828022 9856040960 27161 33554432000 1073741824 1073778376 140735543481968 140306516724200 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9476/tid=9488] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9488/stat : 9488 (java) S 9473 9476 7986 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8828022 9856040960 27161 33554432000 1073741824 1073778376 140735543481968 140306397783288 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9476/tid=9489] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9489/stat : 9489 (java) S 9473 9476 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8828023 9856040960 27161 33554432000 1073741824 1073778376 140735543481968 140306396730376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9476/tid=9490] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9490/stat : 9490 (java) S 9473 9476 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8828025 9856040960 27161 33554432000 1073741824 1073778376 140735543481968 140306395678864 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9476/tid=9491] ppid=9473 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/9476/task/9491/stat : 9491 (java) S 9473 9476 7986 0 -1 4202560 7092 0 0 0 54 2 0 0 20 0 19 0 8828025 9856040960 27161 33554432000 1073741824 1073778376 140735543481968 140306394627000 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9476/tid=9492] ppid=9473 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/9476/task/9492/stat : 9492 (java) S 9473 9476 7986 0 -1 4202560 8529 0 0 0 68 0 0 0 20 0 19 0 8828025 9856040960 27161 33554432000 1073741824 1073778376 140735543481968 140306393574200 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9476/tid=9493] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9493/stat : 9493 (java) S 9473 9476 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8828025 9856040960 27161 33554432000 1073741824 1073778376 140735543481968 140306392521592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9476/tid=9494] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9494/stat : 9494 (java) S 9473 9476 7986 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8828025 9856040960 27161 33554432000 1073741824 1073778376 140735543481968 140306391469000 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9476/tid=9495] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9495/stat : 9495 (java) S 9473 9476 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8828036 9856040960 27161 33554432000 1073741824 1073778376 140735543481968 140306390414504 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 10.85
Current children cumulated vsize (KiB) 9625040

[startup+10.4007 s]
/proc/loadavg: 2.20 2.21 2.18 3/213 9495
/proc/meminfo: memFree=29698576/32872528 swapFree=1399392/1569044
[pid=9476] ppid=9473 vsize=9625040 CPUtime=11.65 cores=1,3,5,7
/proc/9476/stat : 9476 (java) S 9473 9476 7986 0 -1 4202496 19334 0 1 0 1160 5 0 0 20 0 19 0 8828020 9856040960 24622 33554432000 1073741824 1073778376 140735543481968 140735543473104 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9476/statm: 2406260 24622 2263 9 0 2396937 0
[pid=9476/tid=9477] ppid=9473 vsize=9625040 CPUtime=10.35 cores=1,3,5,7
/proc/9476/task/9477/stat : 9477 (java) R 9473 9476 7986 0 -1 4202560 2440 0 1 0 1033 2 0 0 20 0 19 0 8828020 9856040960 24622 33554432000 1073741824 1073778376 140735543481968 140306575012408 140306398292601 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9476/tid=9479] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9479/stat : 9479 (java) S 9473 9476 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8828021 9856040960 24622 33554432000 1073741824 1073778376 140735543481968 140306536503848 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9476/tid=9480] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9480/stat : 9480 (java) S 9473 9476 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8828021 9856040960 24622 33554432000 1073741824 1073778376 140735543481968 140306535451048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9476/tid=9481] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9481/stat : 9481 (java) S 9473 9476 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8828021 9856040960 24622 33554432000 1073741824 1073778376 140735543481968 140306534398248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9476/tid=9482] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9482/stat : 9482 (java) S 9473 9476 7986 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8828021 9856040960 24622 33554432000 1073741824 1073778376 140735543481968 140306533345448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9476/tid=9483] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9483/stat : 9483 (java) S 9473 9476 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8828021 9856040960 24622 33554432000 1073741824 1073778376 140735543481968 140306532293672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9476/tid=9484] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9484/stat : 9484 (java) S 9473 9476 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8828021 9856040960 24622 33554432000 1073741824 1073778376 140735543481968 140306531240872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9476/tid=9485] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9485/stat : 9485 (java) S 9473 9476 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8828021 9856040960 24622 33554432000 1073741824 1073778376 140735543481968 140306530188072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9476/tid=9486] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9486/stat : 9486 (java) S 9473 9476 7986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8828021 9856040960 24622 33554432000 1073741824 1073778376 140735543481968 140306529135272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9476/tid=9487] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9487/stat : 9487 (java) S 9473 9476 7986 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8828022 9856040960 24622 33554432000 1073741824 1073778376 140735543481968 140306516724200 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9476/tid=9488] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9488/stat : 9488 (java) S 9473 9476 7986 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8828022 9856040960 24622 33554432000 1073741824 1073778376 140735543481968 140306397783288 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9476/tid=9489] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9489/stat : 9489 (java) S 9473 9476 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8828023 9856040960 24622 33554432000 1073741824 1073778376 140735543481968 140306396730376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9476/tid=9490] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9490/stat : 9490 (java) S 9473 9476 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8828025 9856040960 24622 33554432000 1073741824 1073778376 140735543481968 140306395678864 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9476/tid=9491] ppid=9473 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/9476/task/9491/stat : 9491 (java) S 9473 9476 7986 0 -1 4202560 7092 0 0 0 54 2 0 0 20 0 19 0 8828025 9856040960 24622 33554432000 1073741824 1073778376 140735543481968 140306394627000 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9476/tid=9492] ppid=9473 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/9476/task/9492/stat : 9492 (java) S 9473 9476 7986 0 -1 4202560 8529 0 0 0 68 0 0 0 20 0 19 0 8828025 9856040960 24622 33554432000 1073741824 1073778376 140735543481968 140306393574200 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9476/tid=9493] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9493/stat : 9493 (java) S 9473 9476 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8828025 9856040960 24622 33554432000 1073741824 1073778376 140735543481968 140306392521592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9476/tid=9494] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9494/stat : 9494 (java) S 9473 9476 7986 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8828025 9856040960 24622 33554432000 1073741824 1073778376 140735543481968 140306391469000 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9476/tid=9495] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9495/stat : 9495 (java) S 9473 9476 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8828036 9856040960 24622 33554432000 1073741824 1073778376 140735543481968 140306390414504 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 11.65
Current children cumulated vsize (KiB) 9625040

[startup+10.8007 s]
/proc/loadavg: 2.20 2.21 2.18 3/213 9495
/proc/meminfo: memFree=29698576/32872528 swapFree=1399392/1569044
[pid=9476] ppid=9473 vsize=9625040 CPUtime=12.05 cores=1,3,5,7
/proc/9476/stat : 9476 (java) S 9473 9476 7986 0 -1 4202496 19335 0 1 0 1200 5 0 0 20 0 19 0 8828020 9856040960 25134 33554432000 1073741824 1073778376 140735543481968 140735543473104 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9476/statm: 2406260 25134 2263 9 0 2396937 0
[pid=9476/tid=9477] ppid=9473 vsize=9625040 CPUtime=10.75 cores=1,3,5,7
/proc/9476/task/9477/stat : 9477 (java) R 9473 9476 7986 0 -1 4202560 2441 0 1 0 1073 2 0 0 20 0 19 0 8828020 9856040960 25134 33554432000 1073741824 1073778376 140735543481968 140306575003344 140306398278226 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9476/tid=9479] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9479/stat : 9479 (java) S 9473 9476 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8828021 9856040960 25134 33554432000 1073741824 1073778376 140735543481968 140306536503848 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9476/tid=9480] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9480/stat : 9480 (java) S 9473 9476 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8828021 9856040960 25134 33554432000 1073741824 1073778376 140735543481968 140306535451048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9476/tid=9481] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9481/stat : 9481 (java) S 9473 9476 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8828021 9856040960 25134 33554432000 1073741824 1073778376 140735543481968 140306534398248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9476/tid=9482] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9482/stat : 9482 (java) S 9473 9476 7986 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8828021 9856040960 25134 33554432000 1073741824 1073778376 140735543481968 140306533345448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9476/tid=9483] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9483/stat : 9483 (java) S 9473 9476 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8828021 9856040960 25134 33554432000 1073741824 1073778376 140735543481968 140306532293672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9476/tid=9484] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9484/stat : 9484 (java) S 9473 9476 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8828021 9856040960 25134 33554432000 1073741824 1073778376 140735543481968 140306531240872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9476/tid=9485] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9485/stat : 9485 (java) S 9473 9476 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8828021 9856040960 25134 33554432000 1073741824 1073778376 140735543481968 140306530188072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9476/tid=9486] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9486/stat : 9486 (java) S 9473 9476 7986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8828021 9856040960 25134 33554432000 1073741824 1073778376 140735543481968 140306529135272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9476/tid=9487] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9487/stat : 9487 (java) S 9473 9476 7986 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8828022 9856040960 25134 33554432000 1073741824 1073778376 140735543481968 140306516724200 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9476/tid=9488] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9488/stat : 9488 (java) S 9473 9476 7986 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8828022 9856040960 25134 33554432000 1073741824 1073778376 140735543481968 140306397783288 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9476/tid=9489] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9489/stat : 9489 (java) S 9473 9476 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8828023 9856040960 25134 33554432000 1073741824 1073778376 140735543481968 140306396730376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9476/tid=9490] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9490/stat : 9490 (java) S 9473 9476 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8828025 9856040960 25134 33554432000 1073741824 1073778376 140735543481968 140306395678864 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9476/tid=9491] ppid=9473 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/9476/task/9491/stat : 9491 (java) S 9473 9476 7986 0 -1 4202560 7092 0 0 0 54 2 0 0 20 0 19 0 8828025 9856040960 25134 33554432000 1073741824 1073778376 140735543481968 140306394627000 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9476/tid=9492] ppid=9473 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/9476/task/9492/stat : 9492 (java) S 9473 9476 7986 0 -1 4202560 8529 0 0 0 68 0 0 0 20 0 19 0 8828025 9856040960 25134 33554432000 1073741824 1073778376 140735543481968 140306393574200 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9476/tid=9493] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9493/stat : 9493 (java) S 9473 9476 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8828025 9856040960 25134 33554432000 1073741824 1073778376 140735543481968 140306392521592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9476/tid=9494] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9494/stat : 9494 (java) S 9473 9476 7986 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8828025 9856040960 25134 33554432000 1073741824 1073778376 140735543481968 140306391469000 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9476/tid=9495] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9495/stat : 9495 (java) S 9473 9476 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8828036 9856040960 25134 33554432000 1073741824 1073778376 140735543481968 140306390414504 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.05
Current children cumulated vsize (KiB) 9625040

[startup+10.9008 s]
/proc/loadavg: 2.20 2.21 2.18 3/213 9495
/proc/meminfo: memFree=29698576/32872528 swapFree=1399392/1569044
[pid=9476] ppid=9473 vsize=9625040 CPUtime=12.15 cores=1,3,5,7
/proc/9476/stat : 9476 (java) S 9473 9476 7986 0 -1 4202496 19335 0 1 0 1210 5 0 0 20 0 19 0 8828020 9856040960 25134 33554432000 1073741824 1073778376 140735543481968 140735543473104 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9476/statm: 2406260 25134 2263 9 0 2396937 0
[pid=9476/tid=9477] ppid=9473 vsize=9625040 CPUtime=10.85 cores=1,3,5,7
/proc/9476/task/9477/stat : 9477 (java) R 9473 9476 7986 0 -1 4202560 2441 0 1 0 1083 2 0 0 20 0 19 0 8828020 9856040960 25134 33554432000 1073741824 1073778376 140735543481968 140306575003344 140306398278258 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9476/tid=9479] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9479/stat : 9479 (java) S 9473 9476 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8828021 9856040960 25134 33554432000 1073741824 1073778376 140735543481968 140306536503848 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9476/tid=9480] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9480/stat : 9480 (java) S 9473 9476 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8828021 9856040960 25134 33554432000 1073741824 1073778376 140735543481968 140306535451048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9476/tid=9481] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9481/stat : 9481 (java) S 9473 9476 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8828021 9856040960 25134 33554432000 1073741824 1073778376 140735543481968 140306534398248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9476/tid=9482] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9482/stat : 9482 (java) S 9473 9476 7986 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8828021 9856040960 25134 33554432000 1073741824 1073778376 140735543481968 140306533345448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9476/tid=9483] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9483/stat : 9483 (java) S 9473 9476 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8828021 9856040960 25134 33554432000 1073741824 1073778376 140735543481968 140306532293672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9476/tid=9484] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9484/stat : 9484 (java) S 9473 9476 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8828021 9856040960 25134 33554432000 1073741824 1073778376 140735543481968 140306531240872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9476/tid=9485] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9485/stat : 9485 (java) S 9473 9476 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8828021 9856040960 25134 33554432000 1073741824 1073778376 140735543481968 140306530188072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9476/tid=9486] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9486/stat : 9486 (java) S 9473 9476 7986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8828021 9856040960 25134 33554432000 1073741824 1073778376 140735543481968 140306529135272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9476/tid=9487] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9487/stat : 9487 (java) S 9473 9476 7986 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8828022 9856040960 25134 33554432000 1073741824 1073778376 140735543481968 140306516724200 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9476/tid=9488] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9488/stat : 9488 (java) S 9473 9476 7986 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8828022 9856040960 25134 33554432000 1073741824 1073778376 140735543481968 140306397783288 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9476/tid=9489] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9489/stat : 9489 (java) S 9473 9476 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8828023 9856040960 25134 33554432000 1073741824 1073778376 140735543481968 140306396730376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9476/tid=9490] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9490/stat : 9490 (java) S 9473 9476 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8828025 9856040960 25134 33554432000 1073741824 1073778376 140735543481968 140306395678864 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9476/tid=9491] ppid=9473 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/9476/task/9491/stat : 9491 (java) S 9473 9476 7986 0 -1 4202560 7092 0 0 0 54 2 0 0 20 0 19 0 8828025 9856040960 25134 33554432000 1073741824 1073778376 140735543481968 140306394627000 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9476/tid=9492] ppid=9473 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/9476/task/9492/stat : 9492 (java) S 9473 9476 7986 0 -1 4202560 8529 0 0 0 68 0 0 0 20 0 19 0 8828025 9856040960 25134 33554432000 1073741824 1073778376 140735543481968 140306393574200 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9476/tid=9493] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9493/stat : 9493 (java) S 9473 9476 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8828025 9856040960 25134 33554432000 1073741824 1073778376 140735543481968 140306392521592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9476/tid=9494] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9494/stat : 9494 (java) S 9473 9476 7986 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8828025 9856040960 25134 33554432000 1073741824 1073778376 140735543481968 140306391469000 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9476/tid=9495] ppid=9473 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9476/task/9495/stat : 9495 (java) S 9473 9476 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8828036 9856040960 25134 33554432000 1073741824 1073778376 140735543481968 140306390414504 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.15
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 10.949
CPU time (s): 12.1921
CPU user time (s): 12.1202
CPU system time (s): 0.071989
CPU usage (%): 111.354
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.1202
system time used= 0.071989
maximum resident set size= 110692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19354
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 542
involuntary context switches= 48

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.06399 second user time and 0.099984 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-16 11:03:48
IDJOB=4090904
IDBENCH=79215
IDSOLVER=2551
FILE ID=node140/4090904-1466067828
RUNJOBID= node140-1466062109-8003
PBS_JOBID= 19904000
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110967523--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090904-1466067828/watcher-4090904-1466067828 -o /tmp/evaluation-result-4090904-1466067828/solver-4090904-1466067828 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1466062109-8003 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090904-1466067828.wbo

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

MD5SUM BENCH= 36573e20f94a233c9b9c8f8613b15785
RANDOM SEED=1502306054

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

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.714
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:        29802540 kB
Buffers:            9212 kB
Cached:            42724 kB
SwapCached:         2572 kB
Active:           772640 kB
Inactive:          29872 kB
Active(anon):     750752 kB
Inactive(anon):     1792 kB
Active(file):      21888 kB
Inactive(file):    28080 kB
Unevictable:     1569044 kB
Mlocked:         1399392 kB
SwapTotal:      67108856 kB
SwapFree:       67096812 kB
Dirty:               496 kB
Writeback:             0 kB
AnonPages:       2418320 kB
Mapped:            15364 kB
Shmem:                 0 kB
Slab:             564656 kB
SReclaimable:       8684 kB
SUnreclaim:       555972 kB
KernelStack:        1760 kB
PageTables:         8756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2603540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    993280 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71740 MiB
End job on node140 at 2016-06-16 11:03:59