Trace number 4109456

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 17.6503 16.247

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110970631--soft-66-100-0.wbo
MD5SUMb526845d30abddab077c9de3ad820c33
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark73
Best CPU time to get the best result obtained on this benchmark15.9876
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 constraints42
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 1838
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 1837
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1320
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@2b21cc40
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@7c64dc11
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-4109456-1466343643.wbo
0.08/0.11	c reading problem ... 
0.08/0.17	c ... done. Wall clock time 0.053s.
0.08/0.17	c declared #vars     169
0.08/0.17	c internal #vars     211
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 => 27
0.08/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
0.08/0.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.08/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
0.08/0.17	c 101 constraints processed.
0.08/0.17	c objective function length is 42 literals
0.67/0.46	c SATISFIABLE
0.67/0.46	c OPTIMIZING...
0.67/0.46	c Got one! Elapsed wall clock time (in seconds):0.348
0.67/0.46	o 1551
0.83/0.52	c cleaning 2965 clauses out of 5931 with flag 2788/5931
0.83/0.54	c Got one! Elapsed wall clock time (in seconds):0.427
0.83/0.54	o 1485
0.83/0.56	c Got one! Elapsed wall clock time (in seconds):0.445
0.83/0.56	o 1081
0.83/0.57	c Got one! Elapsed wall clock time (in seconds):0.461
0.83/0.57	o 1045
0.83/0.58	c Got one! Elapsed wall clock time (in seconds):0.473
0.83/0.58	o 973
1.03/0.60	c Got one! Elapsed wall clock time (in seconds):0.49
1.03/0.60	o 970
1.03/0.61	c Got one! Elapsed wall clock time (in seconds):0.495
1.03/0.61	o 961
1.03/0.61	c Got one! Elapsed wall clock time (in seconds):0.502
1.03/0.61	o 936
1.03/0.62	c Got one! Elapsed wall clock time (in seconds):0.508
1.03/0.62	o 831
1.03/0.66	c Got one! Elapsed wall clock time (in seconds):0.552
1.03/0.66	o 825
1.03/0.67	c Got one! Elapsed wall clock time (in seconds):0.56
1.03/0.67	o 806
1.17/0.74	c Got one! Elapsed wall clock time (in seconds):0.632
1.17/0.74	o 800
1.17/0.75	c Got one! Elapsed wall clock time (in seconds):0.638
1.17/0.75	o 789
1.17/0.76	c Got one! Elapsed wall clock time (in seconds):0.649
1.17/0.76	o 781
1.17/0.78	c Got one! Elapsed wall clock time (in seconds):0.667
1.17/0.78	o 765
1.17/0.79	c Got one! Elapsed wall clock time (in seconds):0.676
1.17/0.79	o 758
1.27/0.80	c Got one! Elapsed wall clock time (in seconds):0.686
1.27/0.80	o 753
1.27/0.83	c Got one! Elapsed wall clock time (in seconds):0.721
1.27/0.83	o 747
1.27/0.84	c Got one! Elapsed wall clock time (in seconds):0.727
1.27/0.84	o 735
1.27/0.85	c Got one! Elapsed wall clock time (in seconds):0.737
1.27/0.85	o 732
1.27/0.88	c Got one! Elapsed wall clock time (in seconds):0.763
1.27/0.88	o 717
1.37/0.90	c Got one! Elapsed wall clock time (in seconds):0.789
1.37/0.90	o 710
1.37/0.92	c Got one! Elapsed wall clock time (in seconds):0.804
1.37/0.92	o 699
1.37/0.93	c Got one! Elapsed wall clock time (in seconds):0.814
1.37/0.93	o 695
1.37/0.94	c Got one! Elapsed wall clock time (in seconds):0.826
1.37/0.94	o 694
1.37/0.94	c Got one! Elapsed wall clock time (in seconds):0.832
1.37/0.94	o 675
1.37/0.95	c Got one! Elapsed wall clock time (in seconds):0.837
1.37/0.95	o 670
1.47/1.00	c cleaning 8161 clauses out of 16324 with flag 2789/19289
1.47/1.02	c Got one! Elapsed wall clock time (in seconds):0.91
1.47/1.02	o 665
1.47/1.03	c Got one! Elapsed wall clock time (in seconds):0.914
1.47/1.03	o 664
1.47/1.03	c Got one! Elapsed wall clock time (in seconds):0.919
1.47/1.03	o 641
1.47/1.04	c Got one! Elapsed wall clock time (in seconds):0.924
1.47/1.04	o 625
1.47/1.04	c Got one! Elapsed wall clock time (in seconds):0.932
1.47/1.04	o 624
1.47/1.06	c Got one! Elapsed wall clock time (in seconds):0.944
1.47/1.06	o 622
1.47/1.06	c Got one! Elapsed wall clock time (in seconds):0.948
1.47/1.06	o 621
1.47/1.08	c Got one! Elapsed wall clock time (in seconds):0.964
1.47/1.08	o 602
1.47/1.08	c Got one! Elapsed wall clock time (in seconds):0.97
1.47/1.08	o 599
1.60/1.13	c Got one! Elapsed wall clock time (in seconds):1.019
1.60/1.13	o 591
1.60/1.18	c Got one! Elapsed wall clock time (in seconds):1.064
1.60/1.18	o 585
1.60/1.20	c Got one! Elapsed wall clock time (in seconds):1.09
1.60/1.20	o 576
1.70/1.26	c Got one! Elapsed wall clock time (in seconds):1.143
1.70/1.26	o 570
1.70/1.29	c Got one! Elapsed wall clock time (in seconds):1.176
1.70/1.29	o 569
1.80/1.30	c Got one! Elapsed wall clock time (in seconds):1.189
1.80/1.30	o 567
1.80/1.30	c Got one! Elapsed wall clock time (in seconds):1.192
1.80/1.30	o 383
1.80/1.31	c Got one! Elapsed wall clock time (in seconds):1.199
1.80/1.31	o 377
1.80/1.32	c Got one! Elapsed wall clock time (in seconds):1.209
1.80/1.32	o 369
1.80/1.33	c Got one! Elapsed wall clock time (in seconds):1.221
1.80/1.33	o 360
1.80/1.34	c Got one! Elapsed wall clock time (in seconds):1.223
1.80/1.34	o 359
1.80/1.39	c Got one! Elapsed wall clock time (in seconds):1.28
1.80/1.39	o 358
1.91/1.41	c Got one! Elapsed wall clock time (in seconds):1.294
1.91/1.41	o 357
1.91/1.41	c Got one! Elapsed wall clock time (in seconds):1.297
1.91/1.41	o 356
1.91/1.41	c Got one! Elapsed wall clock time (in seconds):1.301
1.91/1.41	o 348
1.91/1.44	c Got one! Elapsed wall clock time (in seconds):1.328
1.91/1.44	o 344
1.91/1.45	c Got one! Elapsed wall clock time (in seconds):1.338
1.91/1.45	o 335
1.91/1.46	c Got one! Elapsed wall clock time (in seconds):1.352
1.91/1.46	o 331
1.91/1.47	c Got one! Elapsed wall clock time (in seconds):1.358
1.91/1.47	o 319
1.91/1.48	c Got one! Elapsed wall clock time (in seconds):1.372
1.91/1.48	o 307
2.06/1.52	c Got one! Elapsed wall clock time (in seconds):1.404
2.06/1.52	o 302
2.06/1.53	c Got one! Elapsed wall clock time (in seconds):1.417
2.06/1.53	o 291
2.06/1.54	c Got one! Elapsed wall clock time (in seconds):1.424
2.06/1.54	o 285
2.06/1.54	c Got one! Elapsed wall clock time (in seconds):1.429
2.06/1.54	o 284
2.06/1.55	c Got one! Elapsed wall clock time (in seconds):1.437
2.06/1.55	o 280
2.06/1.57	c Got one! Elapsed wall clock time (in seconds):1.458
2.06/1.57	o 277
2.06/1.59	c Got one! Elapsed wall clock time (in seconds):1.478
2.06/1.59	o 270
2.23/1.60	c Got one! Elapsed wall clock time (in seconds):1.49
2.23/1.60	o 265
2.23/1.68	c cleaning 11765 clauses out of 23535 with flag 3392/34661
2.36/1.72	c Got one! Elapsed wall clock time (in seconds):1.603
2.36/1.72	o 263
2.46/1.84	c Got one! Elapsed wall clock time (in seconds):1.724
2.46/1.84	o 262
2.46/1.86	c Got one! Elapsed wall clock time (in seconds):1.749
2.46/1.86	o 259
2.56/1.92	c cleaning 8851 clauses out of 17705 with flag 3643/40596
2.56/1.94	c Got one! Elapsed wall clock time (in seconds):1.825
2.56/1.94	o 258
2.56/1.95	c Got one! Elapsed wall clock time (in seconds):1.837
2.56/1.95	o 252
2.56/1.98	c Got one! Elapsed wall clock time (in seconds):1.869
2.56/1.98	o 247
2.65/2.00	c Got one! Elapsed wall clock time (in seconds):1.886
2.65/2.00	o 242
2.65/2.10	c Got one! Elapsed wall clock time (in seconds):1.984
2.65/2.10	o 240
2.75/2.12	c Got one! Elapsed wall clock time (in seconds):2.012
2.75/2.12	o 238
2.75/2.14	c Got one! Elapsed wall clock time (in seconds):2.03
2.75/2.14	o 237
2.75/2.15	c Got one! Elapsed wall clock time (in seconds):2.034
2.75/2.15	o 235
2.75/2.18	c Got one! Elapsed wall clock time (in seconds):2.063
2.75/2.18	o 228
2.86/2.21	c Got one! Elapsed wall clock time (in seconds):2.097
2.86/2.21	o 227
2.86/2.21	c Got one! Elapsed wall clock time (in seconds):2.102
2.86/2.21	o 222
2.86/2.22	c Got one! Elapsed wall clock time (in seconds):2.111
2.86/2.22	o 217
2.96/2.30	c Got one! Elapsed wall clock time (in seconds):2.193
2.96/2.30	o 206
2.96/2.37	c Got one! Elapsed wall clock time (in seconds):2.259
2.96/2.37	o 201
3.06/2.43	c cleaning 10634 clauses out of 21268 with flag 3135/53010
3.06/2.49	c Got one! Elapsed wall clock time (in seconds):2.376
3.06/2.49	o 192
3.16/2.50	c Got one! Elapsed wall clock time (in seconds):2.389
3.16/2.50	o 191
3.16/2.53	c Got one! Elapsed wall clock time (in seconds):2.421
3.16/2.53	o 155
3.16/2.54	c Got one! Elapsed wall clock time (in seconds):2.428
3.16/2.54	o 154
3.36/2.73	c cleaning 8935 clauses out of 17872 with flag 14917/60248
3.36/2.78	c Got one! Elapsed wall clock time (in seconds):2.664
3.36/2.78	o 149
3.46/2.82	c Got one! Elapsed wall clock time (in seconds):2.709
3.46/2.82	o 135
3.46/2.83	c Got one! Elapsed wall clock time (in seconds):2.716
3.46/2.83	o 123
3.46/2.84	c Got one! Elapsed wall clock time (in seconds):2.727
3.46/2.84	o 120
3.56/2.95	c Got one! Elapsed wall clock time (in seconds):2.84
3.56/2.95	o 113
3.66/3.00	c cleaning 7870 clauses out of 15746 with flag 3068/67057
3.87/3.21	c cleaning 6930 clauses out of 13877 with flag 22349/73058
4.07/3.47	c cleaning 6970 clauses out of 13946 with flag 51644/80057
4.36/3.76	c cleaning 7483 clauses out of 14982 with flag 89394/88063
4.66/4.07	c cleaning 8240 clauses out of 16493 with flag 121571/97057
5.07/4.44	c cleaning 9127 clauses out of 18254 with flag 158916/107058
5.47/4.90	c cleaning 10063 clauses out of 20126 with flag 202593/118057
5.97/5.37	c cleaning 11022 clauses out of 22066 with flag 244415/130060
6.57/5.94	c cleaning 12014 clauses out of 24041 with flag 293013/143057
7.17/6.56	c cleaning 13012 clauses out of 26029 with flag 352617/157059
7.87/7.24	c cleaning 14003 clauses out of 28015 with flag 414491/172057
8.17/7.51	c Got one! Elapsed wall clock time (in seconds):7.399
8.17/7.51	o 105
8.17/7.52	c Got one! Elapsed wall clock time (in seconds):7.41
8.17/7.52	o 97
8.38/7.80	c cleaning 12954 clauses out of 25907 with flag 21117/183953
8.67/8.05	c cleaning 9472 clauses out of 18952 with flag 49475/189952
8.97/8.33	c cleaning 8241 clauses out of 16486 with flag 83666/196958
9.28/8.65	c cleaning 8116 clauses out of 16238 with flag 128825/204951
9.67/9.00	c cleaning 8560 clauses out of 17123 with flag 170967/213952
10.08/9.40	c cleaning 9282 clauses out of 18564 with flag 213681/223953
10.48/9.84	c cleaning 10140 clauses out of 20282 with flag 259578/234953
10.97/10.35	c cleaning 11065 clauses out of 22141 with flag 312292/246952
10.97/10.37	c Got one! Elapsed wall clock time (in seconds):10.259
10.97/10.37	o 73
11.17/10.56	c cleaning 8343 clauses out of 16689 with flag 20304/252565
11.37/10.78	c cleaning 7166 clauses out of 14344 with flag 43969/258563
11.68/11.02	c cleaning 7080 clauses out of 14178 with flag 72159/265564
11.97/11.30	c cleaning 7535 clauses out of 15098 with flag 103106/273565
12.27/11.63	c cleaning 8276 clauses out of 16561 with flag 139677/282563
12.67/12.01	c cleaning 9136 clauses out of 18286 with flag 181591/292564
13.08/12.48	c cleaning 10069 clauses out of 20149 with flag 226549/303564
13.68/13.04	c cleaning 11036 clauses out of 22079 with flag 278987/315563
14.58/13.65	c cleaning 12025 clauses out of 24049 with flag 335545/328570
15.65/14.31	c cleaning 13006 clauses out of 26017 with flag 396826/342564
16.45/15.12	c cleaning 14005 clauses out of 28009 with flag 467255/357564
17.26/15.94	c cleaning 14994 clauses out of 29996 with flag 536884/373565
17.59/16.24	c starts		: 566
17.59/16.24	c conflicts		: 379806
17.59/16.24	c decisions		: 638179
17.59/16.24	c propagations		: 9472644
17.59/16.24	c inspects		: 218702769
17.59/16.24	c shortcuts		: 0
17.59/16.24	c learnt literals	: 34
17.59/16.24	c learnt binary clauses	: 8
17.59/16.24	c learnt ternary clauses	: 625
17.59/16.24	c learnt constraints	: 379771
17.59/16.24	c ignored constraints	: 0
17.59/16.24	c root simplifications	: 0
17.59/16.24	c removed literals (reason simplification)	: 0
17.59/16.24	c reason swapping (by a shorter reason)	: 0
17.59/16.24	c Calls to reduceDB	: 37
17.59/16.24	c Number of update (reduction) of LBD	: 102177
17.59/16.24	c Imported unit clauses	: 0
17.59/16.24	c number of reductions to clauses (during analyze)	: 0
17.59/16.24	c number of learned constraints concerned by reduction	: 0
17.59/16.24	c number of learning phase by resolution	: 0
17.59/16.24	c number of learning phase by cutting planes	: 0
17.59/16.24	c speed (assignments/second)	: 589534.7274085138
17.59/16.24	c non guided choices	3045
17.59/16.24	c learnt constraints type 
17.59/16.24	s OPTIMUM FOUND
17.59/16.24	c Found 93 solution(s)
17.59/16.24	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 
17.59/16.24	c objective function=73
17.59/16.24	c Total wall clock time (in seconds): 16.127

Verifier Data

OK	73

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-4109456-1466343643/watcher-4109456-1466343643 -o /tmp/evaluation-result-4109456-1466343643/solver-4109456-1466343643 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466341805-32110 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109456-1466343643.wbo 

pid=32656
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.72 2.22 1.82 3/195 32659
/proc/meminfo: memFree=30515060/32872528 swapFree=534252/566956
[pid=32659] ppid=32656 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/32659/stat : 32659 (java) D 32656 32659 32093 0 -1 4202496 374 0 0 0 0 0 0 0 20 0 1 0 36409971 2560000 46 33554432000 1073741824 1073778376 140737209153888 140737209151016 206619897127 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/32659/statm: 625 46 37 9 0 29 0

[startup+0.10006 s]
/proc/loadavg: 2.72 2.22 1.82 3/195 32659
/proc/meminfo: memFree=30515060/32872528 swapFree=534252/566956
[pid=32659] ppid=32656 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/32659/stat : 32659 (java) S 32656 32659 32093 0 -1 4202496 4409 0 1 0 7 1 0 0 20 0 18 0 36409971 9787879424 6042 33554432000 1073741824 1073778376 140737209153888 140737209145024 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32659/statm: 2389619 6042 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.20022 s]
/proc/loadavg: 2.72 2.22 1.82 3/195 32659
/proc/meminfo: memFree=30515060/32872528 swapFree=534252/566956
[pid=32659] ppid=32656 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/32659/stat : 32659 (java) S 32656 32659 32093 0 -1 4202496 5560 0 1 0 23 2 0 0 20 0 19 0 36409971 9856040960 7822 33554432000 1073741824 1073778376 140737209153888 140737209145024 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32659/statm: 2406260 7822 2221 9 0 2396937 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9625040

[startup+0.306105 s]
/proc/loadavg: 2.72 2.22 1.82 3/195 32659
/proc/meminfo: memFree=30515060/32872528 swapFree=534252/566956
[pid=32659] ppid=32656 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/32659/stat : 32659 (java) S 32656 32659 32093 0 -1 4202496 7219 0 1 0 54 2 0 0 20 0 19 0 36409971 9856040960 8777 33554432000 1073741824 1073778376 140737209153888 140737209145024 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32659/statm: 2406260 8777 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9625040

[startup+0.700169 s]
/proc/loadavg: 2.72 2.22 1.82 3/195 32659
/proc/meminfo: memFree=30515060/32872528 swapFree=534252/566956
[pid=32659] ppid=32656 vsize=9625040 CPUtime=1.17 cores=1,3,5,7
/proc/32659/stat : 32659 (java) S 32656 32659 32093 0 -1 4202496 9374 0 1 0 115 2 0 0 20 0 19 0 36409971 9856040960 9738 33554432000 1073741824 1073778376 140737209153888 140737209145024 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32659/statm: 2406260 9738 2258 9 0 2396937 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 9625040

[startup+1.50082 s]
/proc/loadavg: 2.72 2.22 1.82 3/214 32678
/proc/meminfo: memFree=30482552/32872528 swapFree=534252/566956
[pid=32659] ppid=32656 vsize=9625040 CPUtime=2.06 cores=1,3,5,7
/proc/32659/stat : 32659 (java) S 32656 32659 32093 0 -1 4202496 9592 0 1 0 204 2 0 0 20 0 19 0 36409971 9856040960 11340 33554432000 1073741824 1073778376 140737209153888 140737209145024 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32659/statm: 2406260 11340 2261 9 0 2396937 0
[pid=32659/tid=32661] ppid=32656 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/32659/task/32661/stat : 32661 (java) R 32656 32659 32093 0 -1 4202560 2407 0 1 0 144 2 0 0 20 0 19 0 36409972 9856040960 11340 33554432000 1073741824 1073778376 140737209153888 139816254468400 139816100859343 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=32659/tid=32662] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32662/stat : 32662 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409973 9856040960 11340 33554432000 1073741824 1073778376 140737209153888 139816226929320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32663] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32663/stat : 32663 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409973 9856040960 11340 33554432000 1073741824 1073778376 140737209153888 139816225876776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32659/tid=32664] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32664/stat : 32664 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409973 9856040960 11340 33554432000 1073741824 1073778376 140737209153888 139816224824232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32659/tid=32665] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32665/stat : 32665 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409973 9856040960 11340 33554432000 1073741824 1073778376 140737209153888 139816223771688 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32659/tid=32666] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32666/stat : 32666 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409973 9856040960 11340 33554432000 1073741824 1073778376 140737209153888 139816222718120 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32667] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32667/stat : 32667 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409973 9856040960 11340 33554432000 1073741824 1073778376 140737209153888 139816221665576 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32659/tid=32668] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32668/stat : 32668 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409973 9856040960 11340 33554432000 1073741824 1073778376 140737209153888 139816220613032 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32669] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32669/stat : 32669 (java) S 32656 32659 32093 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36409973 9856040960 11340 33554432000 1073741824 1073778376 140737209153888 139816219560488 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32670] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32670/stat : 32670 (java) S 32656 32659 32093 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36409974 9856040960 11340 33554432000 1073741824 1073778376 140737209153888 139815607569000 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32671] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32671/stat : 32671 (java) S 32656 32659 32093 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36409974 9856040960 11340 33554432000 1073741824 1073778376 140737209153888 139815606515320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32672] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32672/stat : 32672 (java) S 32656 32659 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36409974 9856040960 11340 33554432000 1073741824 1073778376 140737209153888 139815605462664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32673] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32673/stat : 32673 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409977 9856040960 11340 33554432000 1073741824 1073778376 140737209153888 139815604411408 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32674] ppid=32656 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/32659/task/32674/stat : 32674 (java) S 32656 32659 32093 0 -1 4202560 1471 0 0 0 20 0 0 0 20 0 19 0 36409977 9856040960 11340 33554432000 1073741824 1073778376 140737209153888 139815603357752 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32675] ppid=32656 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/32659/task/32675/stat : 32675 (java) S 32656 32659 32093 0 -1 4202560 4443 0 0 0 36 0 0 0 20 0 19 0 36409977 9856040960 11340 33554432000 1073741824 1073778376 140737209153888 139815602305208 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32659/tid=32676] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32676/stat : 32676 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409977 9856040960 11340 33554432000 1073741824 1073778376 140737209153888 139815601252856 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32659/tid=32677] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32677/stat : 32677 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409977 9856040960 11340 33554432000 1073741824 1073778376 140737209153888 139815600200520 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32678] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32678/stat : 32678 (java) S 32656 32659 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36409988 9856040960 11340 33554432000 1073741824 1073778376 140737209153888 139815599146280 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.72 2.22 1.82 3/214 32678
/proc/meminfo: memFree=30472244/32872528 swapFree=534252/566956
[pid=32659] ppid=32656 vsize=9625040 CPUtime=3.76 cores=1,3,5,7
/proc/32659/stat : 32659 (java) S 32656 32659 32093 0 -1 4202496 10148 0 1 0 374 2 0 0 20 0 19 0 36409971 9856040960 13633 33554432000 1073741824 1073778376 140737209153888 140737209145024 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32659/statm: 2406260 13633 2263 9 0 2396937 0
[pid=32659/tid=32661] ppid=32656 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/32659/task/32661/stat : 32661 (java) R 32656 32659 32093 0 -1 4202560 2412 0 1 0 303 2 0 0 20 0 19 0 36409972 9856040960 13633 33554432000 1073741824 1073778376 140737209153888 139816254468400 139816100931744 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32659/tid=32662] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32662/stat : 32662 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409973 9856040960 13633 33554432000 1073741824 1073778376 140737209153888 139816226929320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32663] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32663/stat : 32663 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409973 9856040960 13633 33554432000 1073741824 1073778376 140737209153888 139816225876776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32659/tid=32664] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32664/stat : 32664 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409973 9856040960 13633 33554432000 1073741824 1073778376 140737209153888 139816224824232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32659/tid=32665] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32665/stat : 32665 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409973 9856040960 13633 33554432000 1073741824 1073778376 140737209153888 139816223771688 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32659/tid=32666] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32666/stat : 32666 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409973 9856040960 13633 33554432000 1073741824 1073778376 140737209153888 139816222718120 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32667] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32667/stat : 32667 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409973 9856040960 13633 33554432000 1073741824 1073778376 140737209153888 139816221665576 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32659/tid=32668] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32668/stat : 32668 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409973 9856040960 13633 33554432000 1073741824 1073778376 140737209153888 139816220613032 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32669] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32669/stat : 32669 (java) S 32656 32659 32093 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36409973 9856040960 13633 33554432000 1073741824 1073778376 140737209153888 139816219560488 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32670] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32670/stat : 32670 (java) S 32656 32659 32093 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36409974 9856040960 13633 33554432000 1073741824 1073778376 140737209153888 139815607569000 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32671] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32671/stat : 32671 (java) S 32656 32659 32093 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36409974 9856040960 13633 33554432000 1073741824 1073778376 140737209153888 139815606515320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32672] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32672/stat : 32672 (java) S 32656 32659 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36409974 9856040960 13633 33554432000 1073741824 1073778376 140737209153888 139815605462664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32673] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32673/stat : 32673 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409977 9856040960 13633 33554432000 1073741824 1073778376 140737209153888 139815604411408 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32674] ppid=32656 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/32659/task/32674/stat : 32674 (java) S 32656 32659 32093 0 -1 4202560 2015 0 0 0 28 0 0 0 20 0 19 0 36409977 9856040960 13633 33554432000 1073741824 1073778376 140737209153888 139815603357752 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32675] ppid=32656 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/32659/task/32675/stat : 32675 (java) S 32656 32659 32093 0 -1 4202560 4450 0 0 0 39 0 0 0 20 0 19 0 36409977 9856040960 13633 33554432000 1073741824 1073778376 140737209153888 139815602305208 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32659/tid=32676] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32676/stat : 32676 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409977 9856040960 13633 33554432000 1073741824 1073778376 140737209153888 139815601252856 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32659/tid=32677] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32677/stat : 32677 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409977 9856040960 13633 33554432000 1073741824 1073778376 140737209153888 139815600200520 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32678] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32678/stat : 32678 (java) S 32656 32659 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36409988 9856040960 13633 33554432000 1073741824 1073778376 140737209153888 139815599146280 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.76
Current children cumulated vsize (KiB) 9625040

[startup+6.30087 s]
/proc/loadavg: 2.66 2.22 1.82 3/214 32678
/proc/meminfo: memFree=30453620/32872528 swapFree=534252/566956
[pid=32659] ppid=32656 vsize=9625040 CPUtime=6.97 cores=1,3,5,7
/proc/32659/stat : 32659 (java) S 32656 32659 32093 0 -1 4202496 10159 0 1 0 694 3 0 0 20 0 19 0 36409971 9856040960 18168 33554432000 1073741824 1073778376 140737209153888 140737209145024 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32659/statm: 2406260 18168 2264 9 0 2396937 0
[pid=32659/tid=32661] ppid=32656 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/32659/task/32661/stat : 32661 (java) R 32656 32659 32093 0 -1 4202560 2422 0 1 0 623 2 0 0 20 0 19 0 36409972 9856040960 18168 33554432000 1073741824 1073778376 140737209153888 139816254467792 139816100875112 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32659/tid=32662] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32662/stat : 32662 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409973 9856040960 18168 33554432000 1073741824 1073778376 140737209153888 139816226929320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32663] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32663/stat : 32663 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409973 9856040960 18168 33554432000 1073741824 1073778376 140737209153888 139816225876776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32659/tid=32664] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32664/stat : 32664 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409973 9856040960 18168 33554432000 1073741824 1073778376 140737209153888 139816224824232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32659/tid=32665] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32665/stat : 32665 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409973 9856040960 18168 33554432000 1073741824 1073778376 140737209153888 139816223771688 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32659/tid=32666] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32666/stat : 32666 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409973 9856040960 18168 33554432000 1073741824 1073778376 140737209153888 139816222718120 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32667] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32667/stat : 32667 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409973 9856040960 18168 33554432000 1073741824 1073778376 140737209153888 139816221665576 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32659/tid=32668] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32668/stat : 32668 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409973 9856040960 18168 33554432000 1073741824 1073778376 140737209153888 139816220613032 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32669] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32669/stat : 32669 (java) S 32656 32659 32093 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36409973 9856040960 18168 33554432000 1073741824 1073778376 140737209153888 139816219560488 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32670] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32670/stat : 32670 (java) S 32656 32659 32093 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36409974 9856040960 18168 33554432000 1073741824 1073778376 140737209153888 139815607569000 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32671] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32671/stat : 32671 (java) S 32656 32659 32093 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36409974 9856040960 18168 33554432000 1073741824 1073778376 140737209153888 139815606515320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32672] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32672/stat : 32672 (java) S 32656 32659 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36409974 9856040960 18168 33554432000 1073741824 1073778376 140737209153888 139815605462664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32673] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32673/stat : 32673 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409977 9856040960 18168 33554432000 1073741824 1073778376 140737209153888 139815604411408 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32674] ppid=32656 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/32659/task/32674/stat : 32674 (java) S 32656 32659 32093 0 -1 4202560 2015 0 0 0 28 0 0 0 20 0 19 0 36409977 9856040960 18168 33554432000 1073741824 1073778376 140737209153888 139815603357752 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32675] ppid=32656 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/32659/task/32675/stat : 32675 (java) S 32656 32659 32093 0 -1 4202560 4450 0 0 0 39 0 0 0 20 0 19 0 36409977 9856040960 18168 33554432000 1073741824 1073778376 140737209153888 139815602305208 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32659/tid=32676] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32676/stat : 32676 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409977 9856040960 18168 33554432000 1073741824 1073778376 140737209153888 139815601252856 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32659/tid=32677] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32677/stat : 32677 (java) S 32656 32659 32093 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36409977 9856040960 18168 33554432000 1073741824 1073778376 140737209153888 139815600200520 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32678] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32678/stat : 32678 (java) S 32656 32659 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36409988 9856040960 18168 33554432000 1073741824 1073778376 140737209153888 139815599146280 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.97
Current children cumulated vsize (KiB) 9625040


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

[pid=32659/tid=32664] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32664/stat : 32664 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409973 9856040960 32502 33554432000 1073741824 1073778376 140737209153888 139816224824232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32659/tid=32665] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32665/stat : 32665 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409973 9856040960 32502 33554432000 1073741824 1073778376 140737209153888 139816223771688 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32659/tid=32666] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32666/stat : 32666 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409973 9856040960 32502 33554432000 1073741824 1073778376 140737209153888 139816222718120 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32667] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32667/stat : 32667 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409973 9856040960 32502 33554432000 1073741824 1073778376 140737209153888 139816221665576 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32659/tid=32668] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32668/stat : 32668 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409973 9856040960 32502 33554432000 1073741824 1073778376 140737209153888 139816220613032 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32669] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32669/stat : 32669 (java) S 32656 32659 32093 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36409973 9856040960 32502 33554432000 1073741824 1073778376 140737209153888 139816219560488 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32670] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32670/stat : 32670 (java) S 32656 32659 32093 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36409974 9856040960 32502 33554432000 1073741824 1073778376 140737209153888 139815607569000 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32671] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32671/stat : 32671 (java) S 32656 32659 32093 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36409974 9856040960 32502 33554432000 1073741824 1073778376 140737209153888 139815606515320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32672] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32672/stat : 32672 (java) S 32656 32659 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36409974 9856040960 32502 33554432000 1073741824 1073778376 140737209153888 139815605462664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32673] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32673/stat : 32673 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409977 9856040960 32502 33554432000 1073741824 1073778376 140737209153888 139815604411408 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32674] ppid=32656 vsize=9625040 CPUtime=0.93 cores=1,3,5,7
/proc/32659/task/32674/stat : 32674 (java) S 32656 32659 32093 0 -1 4202560 12698 0 0 0 91 2 0 0 20 0 19 0 36409977 9856040960 32502 33554432000 1073741824 1073778376 140737209153888 139815603357752 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32659/tid=32675] ppid=32656 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/32659/task/32675/stat : 32675 (java) S 32656 32659 32093 0 -1 4202560 4450 0 0 0 42 0 0 0 20 0 19 0 36409977 9856040960 32502 33554432000 1073741824 1073778376 140737209153888 139815602305208 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32659/tid=32676] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32676/stat : 32676 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409977 9856040960 32502 33554432000 1073741824 1073778376 140737209153888 139815601252856 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32659/tid=32677] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32677/stat : 32677 (java) S 32656 32659 32093 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36409977 9856040960 32502 33554432000 1073741824 1073778376 140737209153888 139815600200520 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32678] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32678/stat : 32678 (java) S 32656 32659 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36409988 9856040960 32502 33554432000 1073741824 1073778376 140737209153888 139815599146280 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 15.75
Current children cumulated vsize (KiB) 9625040

[startup+15.2007 s]
/proc/loadavg: 2.64 2.23 1.83 3/214 32678
/proc/meminfo: memFree=30312752/32872528 swapFree=534252/566956
[pid=32659] ppid=32656 vsize=9625040 CPUtime=16.55 cores=1,3,5,7
/proc/32659/stat : 32659 (java) S 32656 32659 32093 0 -1 4202496 20868 0 1 0 1649 6 0 0 20 0 19 0 36409971 9856040960 33380 33554432000 1073741824 1073778376 140737209153888 140737209145024 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32659/statm: 2406260 33380 2265 9 0 2396937 0
[pid=32659/tid=32661] ppid=32656 vsize=9625040 CPUtime=15.15 cores=1,3,5,7
/proc/32659/task/32661/stat : 32661 (java) R 32656 32659 32093 0 -1 4202560 2447 0 1 0 1512 3 0 0 20 0 19 0 36409972 9856040960 33380 33554432000 1073741824 1073778376 140737209153888 139816254467792 139816100915232 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32659/tid=32662] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32662/stat : 32662 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409973 9856040960 33380 33554432000 1073741824 1073778376 140737209153888 139816226929320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32663] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32663/stat : 32663 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409973 9856040960 33380 33554432000 1073741824 1073778376 140737209153888 139816225876776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32659/tid=32664] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32664/stat : 32664 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409973 9856040960 33380 33554432000 1073741824 1073778376 140737209153888 139816224824232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32659/tid=32665] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32665/stat : 32665 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409973 9856040960 33380 33554432000 1073741824 1073778376 140737209153888 139816223771688 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32659/tid=32666] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32666/stat : 32666 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409973 9856040960 33380 33554432000 1073741824 1073778376 140737209153888 139816222718120 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32667] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32667/stat : 32667 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409973 9856040960 33380 33554432000 1073741824 1073778376 140737209153888 139816221665576 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32659/tid=32668] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32668/stat : 32668 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409973 9856040960 33380 33554432000 1073741824 1073778376 140737209153888 139816220613032 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32669] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32669/stat : 32669 (java) S 32656 32659 32093 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36409973 9856040960 33380 33554432000 1073741824 1073778376 140737209153888 139816219560488 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32670] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32670/stat : 32670 (java) S 32656 32659 32093 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36409974 9856040960 33380 33554432000 1073741824 1073778376 140737209153888 139815607569000 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32671] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32671/stat : 32671 (java) S 32656 32659 32093 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36409974 9856040960 33380 33554432000 1073741824 1073778376 140737209153888 139815606515320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32672] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32672/stat : 32672 (java) S 32656 32659 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36409974 9856040960 33380 33554432000 1073741824 1073778376 140737209153888 139815605462664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32673] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32673/stat : 32673 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409977 9856040960 33380 33554432000 1073741824 1073778376 140737209153888 139815604411408 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32674] ppid=32656 vsize=9625040 CPUtime=0.93 cores=1,3,5,7
/proc/32659/task/32674/stat : 32674 (java) S 32656 32659 32093 0 -1 4202560 12698 0 0 0 91 2 0 0 20 0 19 0 36409977 9856040960 33380 33554432000 1073741824 1073778376 140737209153888 139815603357752 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32659/tid=32675] ppid=32656 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/32659/task/32675/stat : 32675 (java) S 32656 32659 32093 0 -1 4202560 4450 0 0 0 42 0 0 0 20 0 19 0 36409977 9856040960 33380 33554432000 1073741824 1073778376 140737209153888 139815602305208 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32659/tid=32676] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32676/stat : 32676 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409977 9856040960 33380 33554432000 1073741824 1073778376 140737209153888 139815601252856 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32659/tid=32677] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32677/stat : 32677 (java) S 32656 32659 32093 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36409977 9856040960 33380 33554432000 1073741824 1073778376 140737209153888 139815600200520 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32678] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32678/stat : 32678 (java) S 32656 32659 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36409988 9856040960 33380 33554432000 1073741824 1073778376 140737209153888 139815599146280 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 16.55
Current children cumulated vsize (KiB) 9625040

[startup+16.0008 s]
/proc/loadavg: 2.64 2.23 1.83 3/214 32678
/proc/meminfo: memFree=30309276/32872528 swapFree=534252/566956
[pid=32659] ppid=32656 vsize=9625040 CPUtime=17.36 cores=1,3,5,7
/proc/32659/stat : 32659 (java) S 32656 32659 32093 0 -1 4202496 20869 0 1 0 1730 6 0 0 20 0 19 0 36409971 9856040960 33892 33554432000 1073741824 1073778376 140737209153888 140737209145024 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32659/statm: 2406260 33892 2265 9 0 2396937 0
[pid=32659/tid=32661] ppid=32656 vsize=9625040 CPUtime=15.96 cores=1,3,5,7
/proc/32659/task/32661/stat : 32661 (java) R 32656 32659 32093 0 -1 4202560 2448 0 1 0 1592 4 0 0 20 0 19 0 36409972 9856040960 33892 33554432000 1073741824 1073778376 140737209153888 139816254467792 139816100952063 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32659/tid=32662] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32662/stat : 32662 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409973 9856040960 33892 33554432000 1073741824 1073778376 140737209153888 139816226929320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32663] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32663/stat : 32663 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409973 9856040960 33892 33554432000 1073741824 1073778376 140737209153888 139816225876776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32659/tid=32664] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32664/stat : 32664 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409973 9856040960 33892 33554432000 1073741824 1073778376 140737209153888 139816224824232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32659/tid=32665] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32665/stat : 32665 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409973 9856040960 33892 33554432000 1073741824 1073778376 140737209153888 139816223771688 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32659/tid=32666] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32666/stat : 32666 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409973 9856040960 33892 33554432000 1073741824 1073778376 140737209153888 139816222718120 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32667] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32667/stat : 32667 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409973 9856040960 33892 33554432000 1073741824 1073778376 140737209153888 139816221665576 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32659/tid=32668] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32668/stat : 32668 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409973 9856040960 33892 33554432000 1073741824 1073778376 140737209153888 139816220613032 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32669] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32669/stat : 32669 (java) S 32656 32659 32093 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36409973 9856040960 33892 33554432000 1073741824 1073778376 140737209153888 139816219560488 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32670] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32670/stat : 32670 (java) S 32656 32659 32093 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36409974 9856040960 33892 33554432000 1073741824 1073778376 140737209153888 139815607569000 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32671] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32671/stat : 32671 (java) S 32656 32659 32093 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36409974 9856040960 33892 33554432000 1073741824 1073778376 140737209153888 139815606515320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32672] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32672/stat : 32672 (java) S 32656 32659 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36409974 9856040960 33892 33554432000 1073741824 1073778376 140737209153888 139815605462664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32673] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32673/stat : 32673 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409977 9856040960 33892 33554432000 1073741824 1073778376 140737209153888 139815604411408 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32674] ppid=32656 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/32659/task/32674/stat : 32674 (java) S 32656 32659 32093 0 -1 4202560 12698 0 0 0 92 2 0 0 20 0 19 0 36409977 9856040960 33892 33554432000 1073741824 1073778376 140737209153888 139815603357752 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32659/tid=32675] ppid=32656 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/32659/task/32675/stat : 32675 (java) S 32656 32659 32093 0 -1 4202560 4450 0 0 0 42 0 0 0 20 0 19 0 36409977 9856040960 33892 33554432000 1073741824 1073778376 140737209153888 139815602305208 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32659/tid=32676] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32676/stat : 32676 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409977 9856040960 33892 33554432000 1073741824 1073778376 140737209153888 139815601252856 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32659/tid=32677] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32677/stat : 32677 (java) S 32656 32659 32093 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36409977 9856040960 33892 33554432000 1073741824 1073778376 140737209153888 139815600200520 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32678] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32678/stat : 32678 (java) S 32656 32659 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36409988 9856040960 33892 33554432000 1073741824 1073778376 140737209153888 139815599146280 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 17.36
Current children cumulated vsize (KiB) 9625040

[startup+16.2008 s]
/proc/loadavg: 2.64 2.23 1.83 3/214 32678
/proc/meminfo: memFree=30309276/32872528 swapFree=534252/566956
[pid=32659] ppid=32656 vsize=9625040 CPUtime=17.59 cores=1,3,5,7
/proc/32659/stat : 32659 (java) S 32656 32659 32093 0 -1 4202496 20870 0 1 0 1753 6 0 0 20 0 19 0 36409971 9856040960 34404 33554432000 1073741824 1073778376 140737209153888 140737209145024 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32659/statm: 2406260 34404 2265 9 0 2396937 0
[pid=32659/tid=32661] ppid=32656 vsize=9625040 CPUtime=16.16 cores=1,3,5,7
/proc/32659/task/32661/stat : 32661 (java) R 32656 32659 32093 0 -1 4202560 2449 0 1 0 1612 4 0 0 20 0 19 0 36409972 9856040960 34404 33554432000 1073741824 1073778376 140737209153888 139816254475416 139816100952063 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32659/tid=32662] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32662/stat : 32662 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409973 9856040960 34404 33554432000 1073741824 1073778376 140737209153888 139816226929320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32663] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32663/stat : 32663 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409973 9856040960 34404 33554432000 1073741824 1073778376 140737209153888 139816225876776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32659/tid=32664] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32664/stat : 32664 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409973 9856040960 34404 33554432000 1073741824 1073778376 140737209153888 139816224824232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32659/tid=32665] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32665/stat : 32665 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409973 9856040960 34404 33554432000 1073741824 1073778376 140737209153888 139816223771688 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32659/tid=32666] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32666/stat : 32666 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409973 9856040960 34404 33554432000 1073741824 1073778376 140737209153888 139816222718120 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32667] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32667/stat : 32667 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409973 9856040960 34404 33554432000 1073741824 1073778376 140737209153888 139816221665576 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32659/tid=32668] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32668/stat : 32668 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409973 9856040960 34404 33554432000 1073741824 1073778376 140737209153888 139816220613032 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32669] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32669/stat : 32669 (java) S 32656 32659 32093 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36409973 9856040960 34404 33554432000 1073741824 1073778376 140737209153888 139816219560488 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32670] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32670/stat : 32670 (java) S 32656 32659 32093 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36409974 9856040960 34404 33554432000 1073741824 1073778376 140737209153888 139815607569000 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32671] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32671/stat : 32671 (java) S 32656 32659 32093 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36409974 9856040960 34404 33554432000 1073741824 1073778376 140737209153888 139815606515320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32672] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32672/stat : 32672 (java) S 32656 32659 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36409974 9856040960 34404 33554432000 1073741824 1073778376 140737209153888 139815605462664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32673] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32673/stat : 32673 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409977 9856040960 34404 33554432000 1073741824 1073778376 140737209153888 139815604411408 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32674] ppid=32656 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/32659/task/32674/stat : 32674 (java) S 32656 32659 32093 0 -1 4202560 12698 0 0 0 94 2 0 0 20 0 19 0 36409977 9856040960 34404 33554432000 1073741824 1073778376 140737209153888 139815603357752 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32659/tid=32675] ppid=32656 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/32659/task/32675/stat : 32675 (java) S 32656 32659 32093 0 -1 4202560 4450 0 0 0 43 0 0 0 20 0 19 0 36409977 9856040960 34404 33554432000 1073741824 1073778376 140737209153888 139815602305208 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32659/tid=32676] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32676/stat : 32676 (java) S 32656 32659 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409977 9856040960 34404 33554432000 1073741824 1073778376 140737209153888 139815601252856 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32659/tid=32677] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32677/stat : 32677 (java) S 32656 32659 32093 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36409977 9856040960 34404 33554432000 1073741824 1073778376 140737209153888 139815600200520 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32659/tid=32678] ppid=32656 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32659/task/32678/stat : 32678 (java) S 32656 32659 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36409988 9856040960 34404 33554432000 1073741824 1073778376 140737209153888 139815599146280 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 17.59
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 16.247
CPU time (s): 17.6503
CPU user time (s): 17.5583
CPU system time (s): 0.091986
CPU usage (%): 108.637
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.5583
system time used= 0.091986
maximum resident set size= 139716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20887
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= 662
involuntary context switches= 82

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

The end

Launcher Data

Begin job on node138 at 2016-06-19 15:40:43
IDJOB=4109456
IDBENCH=78818
IDSOLVER=2551
FILE ID=node138/4109456-1466343643
RUNJOBID= node138-1466341805-32110
PBS_JOBID= 19922015
Free space on /tmp= 71732 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.1110970631--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109456-1466343643/watcher-4109456-1466343643 -o /tmp/evaluation-result-4109456-1466343643/solver-4109456-1466343643 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466341805-32110 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4109456-1466343643.wbo

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

MD5SUM BENCH= b526845d30abddab077c9de3ad820c33
RANDOM SEED=1625924356

node138.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.395
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.79
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.395
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.395
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.395
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.395
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.395
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.395
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.395
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30515992 kB
Buffers:          174968 kB
Cached:           271508 kB
SwapCached:         1136 kB
Active:           700776 kB
Inactive:         333416 kB
Active(anon):     587164 kB
Inactive(anon):     3144 kB
Active(file):     113612 kB
Inactive(file):   330272 kB
Unevictable:      566956 kB
Mlocked:          534252 kB
SwapTotal:      67108856 kB
SwapFree:       67099724 kB
Dirty:               808 kB
Writeback:             4 kB
AnonPages:       1156168 kB
Mapped:            15500 kB
Shmem:                 0 kB
Slab:             610020 kB
SReclaimable:      53444 kB
SUnreclaim:       556576 kB
KernelStack:        1736 kB
PageTables:         6588 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1440452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    581632 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= 71732 MiB
End job on node138 at 2016-06-19 15:41:00