Trace number 4109328

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 13.413 11.8818

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110974180--soft-66-100-0.wbo
MD5SUMd94c91912b6010a0edcf7aeb8ba12985
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark23
Best CPU time to get the best result obtained on this benchmark6.40302
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 constraints28
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 1415
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 1414
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1231
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Glucose 2.1 dynamic restart strategy
0.08/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.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-4109328-1466343617.wbo
0.08/0.11	c reading problem ... 
0.08/0.17	c ... done. Wall clock time 0.054s.
0.08/0.17	c declared #vars     169
0.08/0.17	c internal #vars     197
0.08/0.17	c #constraints  101
0.08/0.17	c constraints type 
0.08/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
0.08/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.08/0.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.08/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
0.08/0.17	c 101 constraints processed.
0.08/0.17	c objective function length is 28 literals
0.67/0.48	c cleaning 2501 clauses out of 5002 with flag 13310/5002
1.01/0.67	c cleaning 4249 clauses out of 8499 with flag 30896/11000
1.39/0.91	c cleaning 5623 clauses out of 11253 with flag 54557/18003
1.75/1.21	c cleaning 6809 clauses out of 13627 with flag 81961/26000
1.75/1.22	c SATISFIABLE
1.75/1.22	c OPTIMIZING...
1.75/1.22	c Got one! Elapsed wall clock time (in seconds):1.103
1.75/1.22	o 1177
1.75/1.23	c Got one! Elapsed wall clock time (in seconds):1.12
1.75/1.23	o 898
1.75/1.24	c Got one! Elapsed wall clock time (in seconds):1.123
1.75/1.24	o 412
1.75/1.27	c Got one! Elapsed wall clock time (in seconds):1.156
1.75/1.27	o 410
2.16/1.44	c cleaning 6257 clauses out of 12525 with flag 13843/31707
2.48/1.62	c Got one! Elapsed wall clock time (in seconds):1.51
2.48/1.62	o 408
2.48/1.67	c Got one! Elapsed wall clock time (in seconds):1.556
2.48/1.67	o 402
2.68/1.84	c cleaning 8673 clauses out of 17347 with flag 13703/42786
3.05/2.05	c Got one! Elapsed wall clock time (in seconds):1.934
3.05/2.05	o 401
3.45/2.28	c cleaning 9809 clauses out of 19631 with flag 18615/53743
3.55/2.39	c Got one! Elapsed wall clock time (in seconds):2.278
3.55/2.39	o 400
3.65/2.48	c cleaning 7495 clauses out of 14995 with flag 7910/58916
3.75/2.52	c Got one! Elapsed wall clock time (in seconds):2.402
3.75/2.52	o 395
3.85/2.65	c cleaning 6297 clauses out of 12607 with flag 15213/64023
4.05/2.85	c cleaning 6153 clauses out of 12310 with flag 38607/70023
4.15/2.95	c Got one! Elapsed wall clock time (in seconds):2.833
4.15/2.95	o 391
4.15/2.99	c Got one! Elapsed wall clock time (in seconds):2.877
4.15/2.99	o 386
4.25/3.03	c cleaning 5802 clauses out of 11611 with flag 4301/75477
4.35/3.15	c Got one! Elapsed wall clock time (in seconds):3.037
4.35/3.15	o 382
4.45/3.23	c cleaning 5860 clauses out of 11725 with flag 7665/81393
4.45/3.23	c Got one! Elapsed wall clock time (in seconds):3.118
4.45/3.23	o 381
4.45/3.25	c Got one! Elapsed wall clock time (in seconds):3.136
4.45/3.25	o 378
4.65/3.42	c cleaning 5815 clauses out of 11649 with flag 21579/87177
4.65/3.42	c Got one! Elapsed wall clock time (in seconds):3.308
4.65/3.42	o 375
4.65/3.47	c Got one! Elapsed wall clock time (in seconds):3.354
4.65/3.47	o 356
4.84/3.61	c cleaning 5715 clauses out of 11439 with flag 17308/92782
4.84/3.67	c Got one! Elapsed wall clock time (in seconds):3.558
4.84/3.67	o 352
4.84/3.68	c Got one! Elapsed wall clock time (in seconds):3.572
4.84/3.68	o 347
4.94/3.70	c Got one! Elapsed wall clock time (in seconds):3.589
4.94/3.70	o 343
4.94/3.71	c Got one! Elapsed wall clock time (in seconds):3.598
4.94/3.71	o 341
4.94/3.74	c Got one! Elapsed wall clock time (in seconds):3.629
4.94/3.74	o 336
5.04/3.81	c Got one! Elapsed wall clock time (in seconds):3.698
5.04/3.81	o 332
5.04/3.82	c Got one! Elapsed wall clock time (in seconds):3.702
5.04/3.82	o 327
5.14/3.90	c cleaning 6993 clauses out of 13993 with flag 8697/101051
5.14/3.99	c Got one! Elapsed wall clock time (in seconds):3.878
5.14/3.99	o 326
5.25/4.01	c Got one! Elapsed wall clock time (in seconds):3.901
5.25/4.01	o 323
5.25/4.04	c Got one! Elapsed wall clock time (in seconds):3.931
5.25/4.04	o 318
5.35/4.16	c cleaning 7151 clauses out of 14306 with flag 11573/108357
5.45/4.21	c Got one! Elapsed wall clock time (in seconds):4.102
5.45/4.21	o 314
5.45/4.22	c Got one! Elapsed wall clock time (in seconds):4.106
5.45/4.22	o 304
5.55/4.37	c cleaning 6607 clauses out of 13216 with flag 16983/114418
5.65/4.48	c Got one! Elapsed wall clock time (in seconds):4.362
5.65/4.48	o 297
5.75/4.55	c cleaning 5994 clauses out of 11990 with flag 8052/119799
5.95/4.75	c cleaning 5998 clauses out of 11997 with flag 33042/125800
6.05/4.88	c Got one! Elapsed wall clock time (in seconds):4.762
6.05/4.88	o 292
6.15/4.90	c Got one! Elapsed wall clock time (in seconds):4.786
6.15/4.90	o 287
6.15/4.94	c cleaning 5857 clauses out of 11727 with flag 3497/131528
6.15/4.96	c Got one! Elapsed wall clock time (in seconds):4.851
6.15/4.96	o 266
6.15/4.97	c Got one! Elapsed wall clock time (in seconds):4.856
6.15/4.97	o 264
6.15/4.97	c Got one! Elapsed wall clock time (in seconds):4.858
6.15/4.97	o 263
6.15/4.98	c Got one! Elapsed wall clock time (in seconds):4.866
6.15/4.98	o 257
6.15/4.98	c Got one! Elapsed wall clock time (in seconds):4.869
6.15/4.98	o 250
6.36/5.16	c cleaning 6136 clauses out of 12278 with flag 21626/137936
6.56/5.36	c cleaning 6063 clauses out of 12142 with flag 47666/143936
6.56/5.36	c Got one! Elapsed wall clock time (in seconds):5.252
6.56/5.36	o 249
6.56/5.39	c Got one! Elapsed wall clock time (in seconds):5.275
6.56/5.39	o 248
6.66/5.40	c Got one! Elapsed wall clock time (in seconds):5.284
6.66/5.40	o 244
6.66/5.42	c Got one! Elapsed wall clock time (in seconds):5.302
6.66/5.42	o 238
6.66/5.43	c Got one! Elapsed wall clock time (in seconds):5.313
6.66/5.43	o 232
6.66/5.43	c Got one! Elapsed wall clock time (in seconds):5.321
6.66/5.43	o 231
6.66/5.44	c Got one! Elapsed wall clock time (in seconds):5.323
6.66/5.44	o 200
6.89/5.63	c cleaning 6810 clauses out of 13630 with flag 22662/151487
6.99/5.70	c Got one! Elapsed wall clock time (in seconds):5.59
6.99/5.70	o 197
7.09/5.82	c cleaning 6097 clauses out of 12197 with flag 13478/156864
7.19/5.91	c Got one! Elapsed wall clock time (in seconds):5.795
7.19/5.91	o 191
7.29/6.02	c cleaning 5994 clauses out of 12008 with flag 13266/162772
7.39/6.17	c Got one! Elapsed wall clock time (in seconds):6.061
7.39/6.17	o 190
7.39/6.18	c Got one! Elapsed wall clock time (in seconds):6.07
7.39/6.18	o 186
7.39/6.19	c Got one! Elapsed wall clock time (in seconds):6.072
7.39/6.19	o 180
7.49/6.23	c cleaning 5938 clauses out of 11894 with flag 5160/168652
7.49/6.24	c Got one! Elapsed wall clock time (in seconds):6.129
7.49/6.24	o 175
7.49/6.25	c Got one! Elapsed wall clock time (in seconds):6.135
7.49/6.25	o 169
7.49/6.28	c Got one! Elapsed wall clock time (in seconds):6.169
7.49/6.28	o 147
7.70/6.42	c cleaning 5824 clauses out of 11661 with flag 18138/174357
7.70/6.47	c Got one! Elapsed wall clock time (in seconds):6.355
7.70/6.47	o 131
7.83/6.50	c Got one! Elapsed wall clock time (in seconds):6.391
7.83/6.50	o 121
7.83/6.54	c Got one! Elapsed wall clock time (in seconds):6.425
7.83/6.54	o 117
7.96/6.65	c cleaning 6198 clauses out of 12400 with flag 15492/180920
8.06/6.76	c Got one! Elapsed wall clock time (in seconds):6.647
8.06/6.76	o 115
8.15/6.84	c cleaning 5752 clauses out of 11511 with flag 9713/186229
8.15/6.89	c Got one! Elapsed wall clock time (in seconds):6.777
8.15/6.89	o 113
8.35/7.03	c cleaning 5765 clauses out of 11545 with flag 18802/192015
8.55/7.25	c cleaning 5890 clauses out of 11781 with flag 45963/198016
8.75/7.49	c cleaning 6443 clauses out of 12891 with flag 78531/205016
9.06/7.78	c Got one! Elapsed wall clock time (in seconds):7.666
9.06/7.78	o 96
9.16/7.83	c Got one! Elapsed wall clock time (in seconds):7.716
9.16/7.83	o 95
9.16/7.85	c Got one! Elapsed wall clock time (in seconds):7.738
9.16/7.85	o 86
9.26/7.99	c Got one! Elapsed wall clock time (in seconds):7.876
9.26/7.99	o 84
9.37/8.06	c Got one! Elapsed wall clock time (in seconds):7.942
9.37/8.06	o 83
9.47/8.12	c cleaning 10490 clauses out of 20980 with flag 5308/219548
9.67/8.39	c cleaning 8240 clauses out of 16490 with flag 37961/225548
9.97/8.68	c cleaning 7620 clauses out of 15250 with flag 77029/232548
10.37/9.03	c cleaning 7813 clauses out of 15632 with flag 126179/240550
10.47/9.18	c Got one! Elapsed wall clock time (in seconds):9.065
10.47/9.18	o 81
10.57/9.26	c cleaning 6809 clauses out of 13626 with flag 10559/246357
10.77/9.49	c cleaning 6404 clauses out of 12815 with flag 43019/252355
10.97/9.65	c Got one! Elapsed wall clock time (in seconds):9.536
10.97/9.65	o 79
10.97/9.69	c cleaning 6008 clauses out of 12020 with flag 4991/257964
11.28/9.91	c cleaning 6003 clauses out of 12014 with flag 37515/263967
11.58/10.20	c cleaning 6501 clauses out of 13005 with flag 76045/270963
12.00/10.55	c cleaning 7252 clauses out of 14503 with flag 123309/278964
12.44/10.94	c cleaning 8120 clauses out of 16249 with flag 173786/287964
12.65/11.14	c Got one! Elapsed wall clock time (in seconds):11.027
12.65/11.14	o 61
12.85/11.39	c cleaning 9096 clauses out of 18196 with flag 27286/298034
13.15/11.65	c cleaning 7544 clauses out of 15094 with flag 59864/304033
13.15/11.67	c Got one! Elapsed wall clock time (in seconds):11.555
13.15/11.67	o 42
13.25/11.71	c Got one! Elapsed wall clock time (in seconds):11.598
13.25/11.71	o 23
13.35/11.87	c starts		: 421
13.35/11.87	c conflicts		: 308943
13.35/11.87	c decisions		: 464208
13.35/11.87	c propagations		: 6135133
13.35/11.87	c inspects		: 152478259
13.35/11.87	c shortcuts		: 0
13.35/11.87	c learnt literals	: 23
13.35/11.87	c learnt binary clauses	: 2
13.35/11.87	c learnt ternary clauses	: 110
13.35/11.87	c learnt constraints	: 308919
13.35/11.87	c ignored constraints	: 0
13.35/11.87	c root simplifications	: 0
13.35/11.87	c removed literals (reason simplification)	: 0
13.35/11.87	c reason swapping (by a shorter reason)	: 0
13.35/11.87	c Calls to reduceDB	: 45
13.35/11.87	c Number of update (reduction) of LBD	: 73137
13.35/11.87	c Imported unit clauses	: 0
13.35/11.87	c number of reductions to clauses (during analyze)	: 0
13.35/11.87	c number of learned constraints concerned by reduction	: 0
13.35/11.87	c number of learning phase by resolution	: 0
13.35/11.87	c number of learning phase by cutting planes	: 0
13.35/11.87	c speed (assignments/second)	: 524235.9224130565
13.35/11.87	c non guided choices	2005
13.35/11.87	c learnt constraints type 
13.35/11.87	s OPTIMUM FOUND
13.35/11.87	c Found 66 solution(s)
13.35/11.87	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 
13.35/11.87	c objective function=23
13.35/11.87	c Total wall clock time (in seconds): 11.761

Verifier Data

OK	23

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-4109328-1466343617/watcher-4109328-1466343617 -o /tmp/evaluation-result-4109328-1466343617/solver-4109328-1466343617 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466341821-12126 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109328-1466343617.wbo 

pid=12346
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.32 2.30 1.96 4/195 12349
/proc/meminfo: memFree=29263032/32872528 swapFree=1556504/1720024
[pid=12349] ppid=12346 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/12349/stat : 12349 (java) R 12346 12349 12110 0 -1 4202496 522 0 0 0 0 0 0 0 20 0 1 0 36410369 9515008 176 33554432000 1073741824 1073778376 140736259882624 140736259865352 270330053520 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12349/statm: 2331 182 139 9 0 79 0

[startup+0.100115 s]
/proc/loadavg: 2.32 2.30 1.96 4/195 12349
/proc/meminfo: memFree=29263032/32872528 swapFree=1556504/1720024
[pid=12349] ppid=12346 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/12349/stat : 12349 (java) S 12346 12349 12110 0 -1 4202496 4438 0 1 0 8 0 0 0 20 0 18 0 36410369 9787879424 6064 33554432000 1073741824 1073778376 140736259882624 140736259873760 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12349/statm: 2389619 6064 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200225 s]
/proc/loadavg: 2.32 2.30 1.96 4/195 12349
/proc/meminfo: memFree=29263032/32872528 swapFree=1556504/1720024
[pid=12349] ppid=12346 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/12349/stat : 12349 (java) S 12346 12349 12110 0 -1 4202496 5510 0 1 0 24 1 0 0 20 0 19 0 36410369 9856040960 7842 33554432000 1073741824 1073778376 140736259882624 140736259873760 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12349/statm: 2406260 7854 2221 9 0 2396937 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9625040

[startup+0.300229 s]
/proc/loadavg: 2.32 2.30 1.96 4/195 12349
/proc/meminfo: memFree=29263032/32872528 swapFree=1556504/1720024
[pid=12349] ppid=12346 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/12349/stat : 12349 (java) S 12346 12349 12110 0 -1 4202496 7797 0 1 0 53 1 0 0 20 0 19 0 36410369 9856040960 9007 33554432000 1073741824 1073778376 140736259882624 140736259873760 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12349/statm: 2406260 9007 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9625040

[startup+0.700187 s]
/proc/loadavg: 2.32 2.30 1.96 4/195 12349
/proc/meminfo: memFree=29263032/32872528 swapFree=1556504/1720024
[pid=12349] ppid=12346 vsize=9625040 CPUtime=1.13 cores=0,2,4,6
/proc/12349/stat : 12349 (java) S 12346 12349 12110 0 -1 4202496 10284 0 1 0 112 1 0 0 20 0 19 0 36410369 9856040960 9597 33554432000 1073741824 1073778376 140736259882624 140736259873760 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12349/statm: 2406260 9597 2258 9 0 2396937 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 9625040

[startup+1.50082 s]
/proc/loadavg: 2.32 2.30 1.96 4/214 12368
/proc/meminfo: memFree=29241696/32872528 swapFree=1556504/1720024
[pid=12349] ppid=12346 vsize=9625040 CPUtime=2.38 cores=0,2,4,6
/proc/12349/stat : 12349 (java) S 12346 12349 12110 0 -1 4202496 17993 0 1 0 235 3 0 0 20 0 19 0 36410369 9856040960 15294 33554432000 1073741824 1073778376 140736259882624 140736259873760 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12349/statm: 2406260 15294 2260 9 0 2396937 0
[pid=12349/tid=12351] ppid=12346 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/12349/task/12351/stat : 12351 (java) R 12346 12349 12110 0 -1 4202560 2439 0 1 0 146 0 0 0 20 0 19 0 36410369 9856040960 15294 33554432000 1073741824 1073778376 140736259882624 140249814439624 140249687028176 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12349/tid=12352] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12352/stat : 12352 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410370 9856040960 15294 33554432000 1073741824 1073778376 140736259882624 140249658145192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12349/tid=12353] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12353/stat : 12353 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410371 9856040960 15294 33554432000 1073741824 1073778376 140736259882624 140249657092648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12349/tid=12354] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12354/stat : 12354 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410371 9856040960 15294 33554432000 1073741824 1073778376 140736259882624 140249656039592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12349/tid=12355] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12355/stat : 12355 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410371 9856040960 15294 33554432000 1073741824 1073778376 140736259882624 140249654987048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12349/tid=12356] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12356/stat : 12356 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410371 9856040960 15294 33554432000 1073741824 1073778376 140736259882624 140249653935016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12349/tid=12357] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12357/stat : 12357 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410371 9856040960 15294 33554432000 1073741824 1073778376 140736259882624 140249652882472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12349/tid=12358] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12358/stat : 12358 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410371 9856040960 15294 33554432000 1073741824 1073778376 140736259882624 140249651829416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12349/tid=12359] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12359/stat : 12359 (java) S 12346 12349 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36410371 9856040960 15294 33554432000 1073741824 1073778376 140736259882624 140249650776872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12349/tid=12360] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12360/stat : 12360 (java) S 12346 12349 12110 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36410372 9856040960 15294 33554432000 1073741824 1073778376 140736259882624 140249638578536 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12349/tid=12361] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12361/stat : 12361 (java) S 12346 12349 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36410372 9856040960 15294 33554432000 1073741824 1073778376 140736259882624 140249637524856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12349/tid=12362] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12362/stat : 12362 (java) S 12346 12349 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36410372 9856040960 15294 33554432000 1073741824 1073778376 140736259882624 140249636471688 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12349/tid=12363] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12363/stat : 12363 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410374 9856040960 15294 33554432000 1073741824 1073778376 140736259882624 140249635420432 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12349/tid=12364] ppid=12346 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/12349/task/12364/stat : 12364 (java) S 12346 12349 12110 0 -1 4202560 4062 0 0 0 28 0 0 0 20 0 19 0 36410374 9856040960 15294 33554432000 1073741824 1073778376 140736259882624 140249634368312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12349/tid=12365] ppid=12346 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/12349/task/12365/stat : 12365 (java) R 12346 12349 12110 0 -1 4202560 10221 0 0 0 57 2 0 0 20 0 19 0 36410375 9856040960 15294 33554432000 1073741824 1073778376 140736259882624 140249633303048 140249816939441 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12349/tid=12366] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12366/stat : 12366 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410375 9856040960 15294 33554432000 1073741824 1073778376 140736259882624 140249632262904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12349/tid=12367] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12367/stat : 12367 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410375 9856040960 15294 33554432000 1073741824 1073778376 140736259882624 140249631210568 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12349/tid=12368] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12368/stat : 12368 (java) S 12346 12349 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36410386 9856040960 15294 33554432000 1073741824 1073778376 140736259882624 140249630155816 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.32 2.30 1.96 4/214 12368
/proc/meminfo: memFree=29216500/32872528 swapFree=1556504/1720024
[pid=12349] ppid=12346 vsize=9625040 CPUtime=4.35 cores=0,2,4,6
/proc/12349/stat : 12349 (java) S 12346 12349 12110 0 -1 4202496 18847 0 1 0 432 3 0 0 20 0 19 0 36410369 9856040960 17430 33554432000 1073741824 1073778376 140736259882624 140736259873760 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12349/statm: 2406260 17430 2260 9 0 2396937 0
[pid=12349/tid=12351] ppid=12346 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/12349/task/12351/stat : 12351 (java) R 12346 12349 12110 0 -1 4202560 2444 0 1 0 305 1 0 0 20 0 19 0 36410369 9856040960 17430 33554432000 1073741824 1073778376 140736259882624 140249814434096 140249687027916 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12349/tid=12352] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12352/stat : 12352 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410370 9856040960 17430 33554432000 1073741824 1073778376 140736259882624 140249658145192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12349/tid=12353] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12353/stat : 12353 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410371 9856040960 17430 33554432000 1073741824 1073778376 140736259882624 140249657092648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12349/tid=12354] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12354/stat : 12354 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410371 9856040960 17430 33554432000 1073741824 1073778376 140736259882624 140249656039592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12349/tid=12355] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12355/stat : 12355 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410371 9856040960 17430 33554432000 1073741824 1073778376 140736259882624 140249654987048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12349/tid=12356] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12356/stat : 12356 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410371 9856040960 17430 33554432000 1073741824 1073778376 140736259882624 140249653935016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12349/tid=12357] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12357/stat : 12357 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410371 9856040960 17430 33554432000 1073741824 1073778376 140736259882624 140249652882472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12349/tid=12358] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12358/stat : 12358 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410371 9856040960 17430 33554432000 1073741824 1073778376 140736259882624 140249651829416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12349/tid=12359] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12359/stat : 12359 (java) S 12346 12349 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36410371 9856040960 17430 33554432000 1073741824 1073778376 140736259882624 140249650776872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12349/tid=12360] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12360/stat : 12360 (java) S 12346 12349 12110 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36410372 9856040960 17430 33554432000 1073741824 1073778376 140736259882624 140249638578536 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12349/tid=12361] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12361/stat : 12361 (java) S 12346 12349 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36410372 9856040960 17430 33554432000 1073741824 1073778376 140736259882624 140249637524856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12349/tid=12362] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12362/stat : 12362 (java) S 12346 12349 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36410372 9856040960 17430 33554432000 1073741824 1073778376 140736259882624 140249636471688 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12349/tid=12363] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12363/stat : 12363 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410374 9856040960 17430 33554432000 1073741824 1073778376 140736259882624 140249635420432 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12349/tid=12364] ppid=12346 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/12349/task/12364/stat : 12364 (java) S 12346 12349 12110 0 -1 4202560 4062 0 0 0 28 0 0 0 20 0 19 0 36410374 9856040960 17430 33554432000 1073741824 1073778376 140736259882624 140249634368312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12349/tid=12365] ppid=12346 vsize=9625040 CPUtime=0.97 cores=0,2,4,6
/proc/12349/task/12365/stat : 12365 (java) S 12346 12349 12110 0 -1 4202560 11070 0 0 0 95 2 0 0 20 0 19 0 36410375 9856040960 17430 33554432000 1073741824 1073778376 140736259882624 140249633315768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12349/tid=12366] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12366/stat : 12366 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410375 9856040960 17430 33554432000 1073741824 1073778376 140736259882624 140249632262904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12349/tid=12367] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12367/stat : 12367 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410375 9856040960 17430 33554432000 1073741824 1073778376 140736259882624 140249631210568 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12349/tid=12368] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12368/stat : 12368 (java) S 12346 12349 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36410386 9856040960 17430 33554432000 1073741824 1073778376 140736259882624 140249630155816 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.35
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.38 2.31 1.97 3/214 12368
/proc/meminfo: memFree=29203340/32872528 swapFree=1556504/1720024
[pid=12349] ppid=12346 vsize=9625040 CPUtime=7.6 cores=0,2,4,6
/proc/12349/stat : 12349 (java) S 12346 12349 12110 0 -1 4202496 18862 0 1 0 756 4 0 0 20 0 19 0 36410369 9856040960 21253 33554432000 1073741824 1073778376 140736259882624 140736259873760 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12349/statm: 2406260 21253 2263 9 0 2396937 0
[pid=12349/tid=12351] ppid=12346 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/12349/task/12351/stat : 12351 (java) R 12346 12349 12110 0 -1 4202560 2456 0 1 0 624 1 0 0 20 0 19 0 36410369 9856040960 21253 33554432000 1073741824 1073778376 140736259882624 140249814434096 140249686924512 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12349/tid=12352] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12352/stat : 12352 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410370 9856040960 21253 33554432000 1073741824 1073778376 140736259882624 140249658145192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12349/tid=12353] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12353/stat : 12353 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410371 9856040960 21253 33554432000 1073741824 1073778376 140736259882624 140249657092648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12349/tid=12354] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12354/stat : 12354 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410371 9856040960 21253 33554432000 1073741824 1073778376 140736259882624 140249656039592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12349/tid=12355] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12355/stat : 12355 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410371 9856040960 21253 33554432000 1073741824 1073778376 140736259882624 140249654987048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12349/tid=12356] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12356/stat : 12356 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410371 9856040960 21253 33554432000 1073741824 1073778376 140736259882624 140249653935016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12349/tid=12357] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12357/stat : 12357 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410371 9856040960 21253 33554432000 1073741824 1073778376 140736259882624 140249652882472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12349/tid=12358] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12358/stat : 12358 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410371 9856040960 21253 33554432000 1073741824 1073778376 140736259882624 140249651829416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12349/tid=12359] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12359/stat : 12359 (java) S 12346 12349 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36410371 9856040960 21253 33554432000 1073741824 1073778376 140736259882624 140249650776872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12349/tid=12360] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12360/stat : 12360 (java) S 12346 12349 12110 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36410372 9856040960 21253 33554432000 1073741824 1073778376 140736259882624 140249638578536 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12349/tid=12361] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12361/stat : 12361 (java) S 12346 12349 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36410372 9856040960 21253 33554432000 1073741824 1073778376 140736259882624 140249637524856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12349/tid=12362] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12362/stat : 12362 (java) S 12346 12349 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36410372 9856040960 21253 33554432000 1073741824 1073778376 140736259882624 140249636471688 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12349/tid=12363] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12363/stat : 12363 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410374 9856040960 21253 33554432000 1073741824 1073778376 140736259882624 140249635420432 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12349/tid=12364] ppid=12346 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/12349/task/12364/stat : 12364 (java) S 12346 12349 12110 0 -1 4202560 4062 0 0 0 30 0 0 0 20 0 19 0 36410374 9856040960 21253 33554432000 1073741824 1073778376 140736259882624 140249634368312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12349/tid=12365] ppid=12346 vsize=9625040 CPUtime=1 cores=0,2,4,6
/proc/12349/task/12365/stat : 12365 (java) S 12346 12349 12110 0 -1 4202560 11072 0 0 0 98 2 0 0 20 0 19 0 36410375 9856040960 21253 33554432000 1073741824 1073778376 140736259882624 140249633315768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12349/tid=12366] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12366/stat : 12366 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410375 9856040960 21253 33554432000 1073741824 1073778376 140736259882624 140249632262904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12349/tid=12367] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12367/stat : 12367 (java) S 12346 12349 12110 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36410375 9856040960 21253 33554432000 1073741824 1073778376 140736259882624 140249631210568 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12349/tid=12368] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12368/stat : 12368 (java) S 12346 12349 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36410386 9856040960 21253 33554432000 1073741824 1073778376 140736259882624 140249630155816 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.6
Current children cumulated vsize (KiB) 9625040


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

[pid=12349/tid=12354] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12354/stat : 12354 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410371 9856040960 26885 33554432000 1073741824 1073778376 140736259882624 140249656039592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12349/tid=12355] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12355/stat : 12355 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410371 9856040960 26885 33554432000 1073741824 1073778376 140736259882624 140249654987048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12349/tid=12356] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12356/stat : 12356 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410371 9856040960 26885 33554432000 1073741824 1073778376 140736259882624 140249653935016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12349/tid=12357] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12357/stat : 12357 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410371 9856040960 26885 33554432000 1073741824 1073778376 140736259882624 140249652882472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12349/tid=12358] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12358/stat : 12358 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410371 9856040960 26885 33554432000 1073741824 1073778376 140736259882624 140249651829416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12349/tid=12359] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12359/stat : 12359 (java) S 12346 12349 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36410371 9856040960 26885 33554432000 1073741824 1073778376 140736259882624 140249650776872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12349/tid=12360] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12360/stat : 12360 (java) S 12346 12349 12110 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36410372 9856040960 26885 33554432000 1073741824 1073778376 140736259882624 140249638578536 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12349/tid=12361] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12361/stat : 12361 (java) S 12346 12349 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36410372 9856040960 26885 33554432000 1073741824 1073778376 140736259882624 140249637524856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12349/tid=12362] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12362/stat : 12362 (java) S 12346 12349 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36410372 9856040960 26885 33554432000 1073741824 1073778376 140736259882624 140249636471688 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12349/tid=12363] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12363/stat : 12363 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410374 9856040960 26885 33554432000 1073741824 1073778376 140736259882624 140249635420432 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12349/tid=12364] ppid=12346 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/12349/task/12364/stat : 12364 (java) S 12346 12349 12110 0 -1 4202560 4062 0 0 0 32 0 0 0 20 0 19 0 36410374 9856040960 26885 33554432000 1073741824 1073778376 140736259882624 140249634368312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12349/tid=12365] ppid=12346 vsize=9625040 CPUtime=1.05 cores=0,2,4,6
/proc/12349/task/12365/stat : 12365 (java) S 12346 12349 12110 0 -1 4202560 11072 0 0 0 103 2 0 0 20 0 19 0 36410375 9856040960 26885 33554432000 1073741824 1073778376 140736259882624 140249633315768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12349/tid=12366] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12366/stat : 12366 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410375 9856040960 26885 33554432000 1073741824 1073778376 140736259882624 140249632262904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12349/tid=12367] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12367/stat : 12367 (java) S 12346 12349 12110 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36410375 9856040960 26885 33554432000 1073741824 1073778376 140736259882624 140249631210568 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12349/tid=12368] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12368/stat : 12368 (java) S 12346 12349 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36410386 9856040960 26885 33554432000 1073741824 1073778376 140736259882624 140249630155816 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 10.97
Current children cumulated vsize (KiB) 9625040

[startup+11.2008 s]
/proc/loadavg: 2.35 2.31 1.97 3/214 12368
/proc/meminfo: memFree=29166632/32872528 swapFree=1556504/1720024
[pid=12349] ppid=12346 vsize=9625040 CPUtime=12.75 cores=0,2,4,6
/proc/12349/stat : 12349 (java) S 12346 12349 12110 0 -1 4202496 19764 0 1 0 1270 5 0 0 20 0 19 0 36410369 9856040960 29425 33554432000 1073741824 1073778376 140736259882624 140736259873760 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12349/statm: 2406260 29425 2263 9 0 2396937 0
[pid=12349/tid=12351] ppid=12346 vsize=9625040 CPUtime=11.14 cores=0,2,4,6
/proc/12349/task/12351/stat : 12351 (java) R 12346 12349 12110 0 -1 4202560 2474 0 1 0 1112 2 0 0 20 0 19 0 36410369 9856040960 29425 33554432000 1073741824 1073778376 140736259882624 140249814442440 140249687028816 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12349/tid=12352] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12352/stat : 12352 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410370 9856040960 29425 33554432000 1073741824 1073778376 140736259882624 140249658145192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12349/tid=12353] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12353/stat : 12353 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410371 9856040960 29425 33554432000 1073741824 1073778376 140736259882624 140249657092648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12349/tid=12354] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12354/stat : 12354 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410371 9856040960 29425 33554432000 1073741824 1073778376 140736259882624 140249656039592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12349/tid=12355] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12355/stat : 12355 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410371 9856040960 29425 33554432000 1073741824 1073778376 140736259882624 140249654987048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12349/tid=12356] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12356/stat : 12356 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410371 9856040960 29425 33554432000 1073741824 1073778376 140736259882624 140249653935016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12349/tid=12357] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12357/stat : 12357 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410371 9856040960 29425 33554432000 1073741824 1073778376 140736259882624 140249652882472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12349/tid=12358] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12358/stat : 12358 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410371 9856040960 29425 33554432000 1073741824 1073778376 140736259882624 140249651829416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12349/tid=12359] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12359/stat : 12359 (java) S 12346 12349 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36410371 9856040960 29425 33554432000 1073741824 1073778376 140736259882624 140249650776872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12349/tid=12360] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12360/stat : 12360 (java) S 12346 12349 12110 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36410372 9856040960 29425 33554432000 1073741824 1073778376 140736259882624 140249638578536 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12349/tid=12361] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12361/stat : 12361 (java) S 12346 12349 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36410372 9856040960 29425 33554432000 1073741824 1073778376 140736259882624 140249637524856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12349/tid=12362] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12362/stat : 12362 (java) S 12346 12349 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36410372 9856040960 29425 33554432000 1073741824 1073778376 140736259882624 140249636471688 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12349/tid=12363] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12363/stat : 12363 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410374 9856040960 29425 33554432000 1073741824 1073778376 140736259882624 140249635420432 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12349/tid=12364] ppid=12346 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/12349/task/12364/stat : 12364 (java) S 12346 12349 12110 0 -1 4202560 4945 0 0 0 46 0 0 0 20 0 19 0 36410374 9856040960 29425 33554432000 1073741824 1073778376 140736259882624 140249634368312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12349/tid=12365] ppid=12346 vsize=9625040 CPUtime=1.08 cores=0,2,4,6
/proc/12349/task/12365/stat : 12365 (java) S 12346 12349 12110 0 -1 4202560 11073 0 0 0 106 2 0 0 20 0 19 0 36410375 9856040960 29425 33554432000 1073741824 1073778376 140736259882624 140249633315768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12349/tid=12366] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12366/stat : 12366 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410375 9856040960 29425 33554432000 1073741824 1073778376 140736259882624 140249632262904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12349/tid=12367] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12367/stat : 12367 (java) S 12346 12349 12110 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36410375 9856040960 29425 33554432000 1073741824 1073778376 140736259882624 140249631210568 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12349/tid=12368] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12368/stat : 12368 (java) S 12346 12349 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36410386 9856040960 29425 33554432000 1073741824 1073778376 140736259882624 140249630155816 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 12.75
Current children cumulated vsize (KiB) 9625040

[startup+11.6008 s]
/proc/loadavg: 2.35 2.31 1.97 3/214 12368
/proc/meminfo: memFree=29166632/32872528 swapFree=1556504/1720024
[pid=12349] ppid=12346 vsize=9625040 CPUtime=13.15 cores=0,2,4,6
/proc/12349/stat : 12349 (java) S 12346 12349 12110 0 -1 4202496 19765 0 1 0 1310 5 0 0 20 0 19 0 36410369 9856040960 29937 33554432000 1073741824 1073778376 140736259882624 140736259873760 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12349/statm: 2406260 29937 2263 9 0 2396937 0
[pid=12349/tid=12351] ppid=12346 vsize=9625040 CPUtime=11.53 cores=0,2,4,6
/proc/12349/task/12351/stat : 12351 (java) R 12346 12349 12110 0 -1 4202560 2475 0 1 0 1151 2 0 0 20 0 19 0 36410369 9856040960 29937 33554432000 1073741824 1073778376 140736259882624 140249814442440 140249687028511 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12349/tid=12352] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12352/stat : 12352 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410370 9856040960 29937 33554432000 1073741824 1073778376 140736259882624 140249658145192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12349/tid=12353] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12353/stat : 12353 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410371 9856040960 29937 33554432000 1073741824 1073778376 140736259882624 140249657092648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12349/tid=12354] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12354/stat : 12354 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410371 9856040960 29937 33554432000 1073741824 1073778376 140736259882624 140249656039592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12349/tid=12355] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12355/stat : 12355 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410371 9856040960 29937 33554432000 1073741824 1073778376 140736259882624 140249654987048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12349/tid=12356] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12356/stat : 12356 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410371 9856040960 29937 33554432000 1073741824 1073778376 140736259882624 140249653935016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12349/tid=12357] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12357/stat : 12357 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410371 9856040960 29937 33554432000 1073741824 1073778376 140736259882624 140249652882472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12349/tid=12358] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12358/stat : 12358 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410371 9856040960 29937 33554432000 1073741824 1073778376 140736259882624 140249651829416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12349/tid=12359] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12359/stat : 12359 (java) S 12346 12349 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36410371 9856040960 29937 33554432000 1073741824 1073778376 140736259882624 140249650776872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12349/tid=12360] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12360/stat : 12360 (java) S 12346 12349 12110 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36410372 9856040960 29937 33554432000 1073741824 1073778376 140736259882624 140249638578536 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12349/tid=12361] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12361/stat : 12361 (java) S 12346 12349 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36410372 9856040960 29937 33554432000 1073741824 1073778376 140736259882624 140249637524856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12349/tid=12362] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12362/stat : 12362 (java) S 12346 12349 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36410372 9856040960 29937 33554432000 1073741824 1073778376 140736259882624 140249636471688 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12349/tid=12363] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12363/stat : 12363 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410374 9856040960 29937 33554432000 1073741824 1073778376 140736259882624 140249635420432 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12349/tid=12364] ppid=12346 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/12349/task/12364/stat : 12364 (java) S 12346 12349 12110 0 -1 4202560 4945 0 0 0 46 0 0 0 20 0 19 0 36410374 9856040960 29937 33554432000 1073741824 1073778376 140736259882624 140249634368312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12349/tid=12365] ppid=12346 vsize=9625040 CPUtime=1.08 cores=0,2,4,6
/proc/12349/task/12365/stat : 12365 (java) S 12346 12349 12110 0 -1 4202560 11073 0 0 0 106 2 0 0 20 0 19 0 36410375 9856040960 29937 33554432000 1073741824 1073778376 140736259882624 140249633315768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12349/tid=12366] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12366/stat : 12366 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410375 9856040960 29937 33554432000 1073741824 1073778376 140736259882624 140249632262904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12349/tid=12367] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12367/stat : 12367 (java) S 12346 12349 12110 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36410375 9856040960 29937 33554432000 1073741824 1073778376 140736259882624 140249631210568 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12349/tid=12368] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12368/stat : 12368 (java) S 12346 12349 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36410386 9856040960 29937 33554432000 1073741824 1073778376 140736259882624 140249630155816 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 13.15
Current children cumulated vsize (KiB) 9625040

[startup+11.8008 s]
/proc/loadavg: 2.35 2.31 1.97 3/214 12368
/proc/meminfo: memFree=29166632/32872528 swapFree=1556504/1720024
[pid=12349] ppid=12346 vsize=9625040 CPUtime=13.35 cores=0,2,4,6
/proc/12349/stat : 12349 (java) S 12346 12349 12110 0 -1 4202496 19765 0 1 0 1330 5 0 0 20 0 19 0 36410369 9856040960 29937 33554432000 1073741824 1073778376 140736259882624 140736259873760 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12349/statm: 2406260 29937 2263 9 0 2396937 0
[pid=12349/tid=12351] ppid=12346 vsize=9625040 CPUtime=11.73 cores=0,2,4,6
/proc/12349/task/12351/stat : 12351 (java) R 12346 12349 12110 0 -1 4202560 2475 0 1 0 1171 2 0 0 20 0 19 0 36410369 9856040960 29937 33554432000 1073741824 1073778376 140736259882624 140249814442440 140249686961800 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12349/tid=12352] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12352/stat : 12352 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410370 9856040960 29937 33554432000 1073741824 1073778376 140736259882624 140249658145192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12349/tid=12353] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12353/stat : 12353 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410371 9856040960 29937 33554432000 1073741824 1073778376 140736259882624 140249657092648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12349/tid=12354] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12354/stat : 12354 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410371 9856040960 29937 33554432000 1073741824 1073778376 140736259882624 140249656039592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12349/tid=12355] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12355/stat : 12355 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410371 9856040960 29937 33554432000 1073741824 1073778376 140736259882624 140249654987048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12349/tid=12356] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12356/stat : 12356 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410371 9856040960 29937 33554432000 1073741824 1073778376 140736259882624 140249653935016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12349/tid=12357] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12357/stat : 12357 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410371 9856040960 29937 33554432000 1073741824 1073778376 140736259882624 140249652882472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12349/tid=12358] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12358/stat : 12358 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410371 9856040960 29937 33554432000 1073741824 1073778376 140736259882624 140249651829416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12349/tid=12359] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12359/stat : 12359 (java) S 12346 12349 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36410371 9856040960 29937 33554432000 1073741824 1073778376 140736259882624 140249650776872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12349/tid=12360] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12360/stat : 12360 (java) S 12346 12349 12110 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36410372 9856040960 29937 33554432000 1073741824 1073778376 140736259882624 140249638578536 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12349/tid=12361] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12361/stat : 12361 (java) S 12346 12349 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36410372 9856040960 29937 33554432000 1073741824 1073778376 140736259882624 140249637524856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12349/tid=12362] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12362/stat : 12362 (java) S 12346 12349 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36410372 9856040960 29937 33554432000 1073741824 1073778376 140736259882624 140249636471688 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12349/tid=12363] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12363/stat : 12363 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410374 9856040960 29937 33554432000 1073741824 1073778376 140736259882624 140249635420432 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12349/tid=12364] ppid=12346 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/12349/task/12364/stat : 12364 (java) S 12346 12349 12110 0 -1 4202560 4945 0 0 0 46 0 0 0 20 0 19 0 36410374 9856040960 29937 33554432000 1073741824 1073778376 140736259882624 140249634368312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12349/tid=12365] ppid=12346 vsize=9625040 CPUtime=1.08 cores=0,2,4,6
/proc/12349/task/12365/stat : 12365 (java) S 12346 12349 12110 0 -1 4202560 11073 0 0 0 106 2 0 0 20 0 19 0 36410375 9856040960 29937 33554432000 1073741824 1073778376 140736259882624 140249633315768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12349/tid=12366] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12366/stat : 12366 (java) S 12346 12349 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410375 9856040960 29937 33554432000 1073741824 1073778376 140736259882624 140249632262904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12349/tid=12367] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12367/stat : 12367 (java) S 12346 12349 12110 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36410375 9856040960 29937 33554432000 1073741824 1073778376 140736259882624 140249631210568 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12349/tid=12368] ppid=12346 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12349/task/12368/stat : 12368 (java) S 12346 12349 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36410386 9856040960 29937 33554432000 1073741824 1073778376 140736259882624 140249630155816 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 13.35
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 11.8818
CPU time (s): 13.413
CPU user time (s): 13.341
CPU system time (s): 0.071989
CPU usage (%): 112.887
Max. virtual memory (cumulated for all children) (KiB): 9626572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.341
system time used= 0.071989
maximum resident set size= 123908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19791
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= 608
involuntary context switches= 85

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.06499 second user time and 0.094985 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-19 15:40:17
IDJOB=4109328
IDBENCH=78779
IDSOLVER=2551
FILE ID=node117/4109328-1466343617
RUNJOBID= node117-1466341821-12126
PBS_JOBID= 19922035
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110974180--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109328-1466343617/watcher-4109328-1466343617 -o /tmp/evaluation-result-4109328-1466343617/solver-4109328-1466343617 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466341821-12126 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4109328-1466343617.wbo

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

MD5SUM BENCH= d94c91912b6010a0edcf7aeb8ba12985
RANDOM SEED=1620739184

node117.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.912
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.82
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.912
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.912
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.912
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.912
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.54
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.912
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		: 2666.912
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.912
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:        29263072 kB
Buffers:          171964 kB
Cached:           591796 kB
SwapCached:            0 kB
Active:           504444 kB
Inactive:         610172 kB
Active(anon):     342400 kB
Inactive(anon):    10624 kB
Active(file):     162044 kB
Inactive(file):   599548 kB
Unevictable:     1720024 kB
Mlocked:         1556504 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               888 kB
Writeback:             0 kB
AnonPages:       2090888 kB
Mapped:            21116 kB
Shmem:               204 kB
Slab:             628168 kB
SReclaimable:      72240 kB
SUnreclaim:       555928 kB
KernelStack:        1768 kB
PageTables:         8380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2199032 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    501760 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 node117 at 2016-06-19 15:40:29