Trace number 4110292

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 11.8212 10.4579

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111221203--soft-0-100-0.wbo
MD5SUMf13e124cee089e765b8a95beaa9c7cdd
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark3.12452
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1228
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.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4110292-1466343868.wbo
0.10/0.11	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.057s.
0.10/0.16	c declared #vars     169
0.10/0.16	c internal #vars     270
0.10/0.16	c #constraints  101
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.10/0.16	c 101 constraints processed.
0.10/0.16	c objective function length is 101 literals
0.26/0.29	c SATISFIABLE
0.26/0.29	c OPTIMIZING...
0.26/0.29	c Got one! Elapsed wall clock time (in seconds):0.179
0.26/0.29	o 1004
0.26/0.29	c Got one! Elapsed wall clock time (in seconds):0.187
0.26/0.29	o 1000
0.52/0.30	c Got one! Elapsed wall clock time (in seconds):0.191
0.52/0.30	o 695
0.52/0.31	c Got one! Elapsed wall clock time (in seconds):0.198
0.52/0.31	o 682
0.52/0.31	c Got one! Elapsed wall clock time (in seconds):0.203
0.52/0.31	o 562
0.52/0.36	c Got one! Elapsed wall clock time (in seconds):0.252
0.52/0.36	o 557
0.52/0.37	c Got one! Elapsed wall clock time (in seconds):0.26
0.52/0.37	o 527
0.52/0.37	c Got one! Elapsed wall clock time (in seconds):0.264
0.52/0.37	o 499
0.52/0.38	c Got one! Elapsed wall clock time (in seconds):0.27
0.52/0.38	o 484
0.66/0.42	c Got one! Elapsed wall clock time (in seconds):0.308
0.66/0.42	o 482
0.66/0.42	c Got one! Elapsed wall clock time (in seconds):0.312
0.66/0.42	o 478
0.66/0.46	c Got one! Elapsed wall clock time (in seconds):0.356
0.66/0.46	o 477
0.66/0.47	c Got one! Elapsed wall clock time (in seconds):0.36
0.66/0.47	o 472
0.66/0.47	c Got one! Elapsed wall clock time (in seconds):0.366
0.66/0.47	o 458
0.66/0.48	c Got one! Elapsed wall clock time (in seconds):0.372
0.66/0.48	o 442
0.66/0.48	c Got one! Elapsed wall clock time (in seconds):0.375
0.66/0.48	o 428
0.66/0.49	c Got one! Elapsed wall clock time (in seconds):0.382
0.66/0.49	o 422
0.86/0.50	c Got one! Elapsed wall clock time (in seconds):0.389
0.86/0.50	o 419
0.86/0.51	c Got one! Elapsed wall clock time (in seconds):0.406
0.86/0.51	o 395
0.86/0.52	c Got one! Elapsed wall clock time (in seconds):0.41
0.86/0.52	o 392
0.86/0.52	c Got one! Elapsed wall clock time (in seconds):0.415
0.86/0.52	o 373
0.86/0.56	c Got one! Elapsed wall clock time (in seconds):0.453
0.86/0.56	o 372
0.86/0.56	c Got one! Elapsed wall clock time (in seconds):0.456
0.86/0.56	o 363
0.97/0.64	c Got one! Elapsed wall clock time (in seconds):0.53
0.97/0.64	o 361
0.97/0.64	c Got one! Elapsed wall clock time (in seconds):0.536
0.97/0.64	o 357
1.36/0.82	c cleaning 5242 clauses out of 10499 with flag 11028/10499
1.36/0.88	c Got one! Elapsed wall clock time (in seconds):0.774
1.36/0.88	o 355
1.36/0.89	c Got one! Elapsed wall clock time (in seconds):0.78
1.36/0.89	o 337
1.49/0.93	c Got one! Elapsed wall clock time (in seconds):0.826
1.49/0.93	o 328
1.49/0.94	c Got one! Elapsed wall clock time (in seconds):0.83
1.49/0.94	o 320
1.49/0.94	c Got one! Elapsed wall clock time (in seconds):0.835
1.49/0.94	o 318
1.49/0.95	c Got one! Elapsed wall clock time (in seconds):0.843
1.49/0.95	o 314
1.49/0.97	c Got one! Elapsed wall clock time (in seconds):0.857
1.49/0.97	o 311
1.49/0.97	c Got one! Elapsed wall clock time (in seconds):0.862
1.49/0.97	o 309
1.49/0.98	c Got one! Elapsed wall clock time (in seconds):0.87
1.49/0.98	o 308
1.49/0.98	c Got one! Elapsed wall clock time (in seconds):0.873
1.49/0.98	o 278
1.59/1.01	c Got one! Elapsed wall clock time (in seconds):0.9
1.59/1.01	o 276
1.59/1.08	c Got one! Elapsed wall clock time (in seconds):0.969
1.59/1.08	o 275
1.59/1.08	c Got one! Elapsed wall clock time (in seconds):0.976
1.59/1.08	o 273
1.59/1.09	c Got one! Elapsed wall clock time (in seconds):0.979
1.59/1.09	o 272
1.73/1.15	c Got one! Elapsed wall clock time (in seconds):1.043
1.73/1.15	o 271
1.88/1.21	c cleaning 6543 clauses out of 13098 with flag 3756/18340
1.88/1.24	c Got one! Elapsed wall clock time (in seconds):1.129
1.88/1.24	o 260
1.88/1.26	c Got one! Elapsed wall clock time (in seconds):1.155
1.88/1.26	o 248
1.88/1.27	c Got one! Elapsed wall clock time (in seconds):1.158
1.88/1.27	o 211
1.98/1.35	c Got one! Elapsed wall clock time (in seconds):1.245
1.98/1.35	o 210
1.98/1.37	c Got one! Elapsed wall clock time (in seconds):1.259
1.98/1.37	o 207
1.98/1.38	c Got one! Elapsed wall clock time (in seconds):1.272
1.98/1.38	o 205
2.28/1.63	c cleaning 6915 clauses out of 13846 with flag 17905/25631
2.39/1.78	c Got one! Elapsed wall clock time (in seconds):1.676
2.39/1.78	o 199
2.39/1.79	c Got one! Elapsed wall clock time (in seconds):1.685
2.39/1.79	o 195
2.49/1.83	c Got one! Elapsed wall clock time (in seconds):1.718
2.49/1.83	o 193
2.59/1.94	c Got one! Elapsed wall clock time (in seconds):1.832
2.59/1.94	o 179
2.59/1.99	c Got one! Elapsed wall clock time (in seconds):1.883
2.59/1.99	o 168
2.69/2.06	c cleaning 7265 clauses out of 14531 with flag 4795/33231
2.79/2.18	c Got one! Elapsed wall clock time (in seconds):2.068
2.79/2.18	o 165
2.91/2.24	c Got one! Elapsed wall clock time (in seconds):2.131
2.91/2.24	o 163
2.91/2.28	c Got one! Elapsed wall clock time (in seconds):2.177
2.91/2.28	o 161
3.10/2.41	c cleaning 6778 clauses out of 13563 with flag 8861/39528
3.10/2.41	c Got one! Elapsed wall clock time (in seconds):2.303
3.10/2.41	o 155
3.30/2.68	c cleaning 5915 clauses out of 11842 with flag 23162/44585
3.40/2.72	c Got one! Elapsed wall clock time (in seconds):2.611
3.40/2.72	o 153
3.40/2.76	c Got one! Elapsed wall clock time (in seconds):2.651
3.40/2.76	o 151
3.40/2.79	c Got one! Elapsed wall clock time (in seconds):2.685
3.40/2.79	o 148
3.50/2.80	c Got one! Elapsed wall clock time (in seconds):2.693
3.50/2.80	o 146
3.50/2.85	c Got one! Elapsed wall clock time (in seconds):2.742
3.50/2.85	o 144
3.50/2.89	c Got one! Elapsed wall clock time (in seconds):2.781
3.50/2.89	o 138
3.63/2.90	c Got one! Elapsed wall clock time (in seconds):2.794
3.63/2.90	o 137
3.63/2.91	c Got one! Elapsed wall clock time (in seconds):2.804
3.63/2.91	o 131
3.83/3.20	c cleaning 7720 clauses out of 15464 with flag 21273/54122
3.93/3.20	c Got one! Elapsed wall clock time (in seconds):3.089
3.93/3.20	o 130
3.93/3.26	c Got one! Elapsed wall clock time (in seconds):3.148
3.93/3.26	o 126
3.93/3.27	c Got one! Elapsed wall clock time (in seconds):3.159
3.93/3.27	o 125
3.93/3.29	c Got one! Elapsed wall clock time (in seconds):3.178
3.93/3.29	o 121
4.04/3.35	c Got one! Elapsed wall clock time (in seconds):3.238
4.04/3.35	o 87
4.04/3.36	c Got one! Elapsed wall clock time (in seconds):3.25
4.04/3.36	o 71
4.04/3.38	c Got one! Elapsed wall clock time (in seconds):3.273
4.04/3.38	o 70
4.24/3.57	c cleaning 7106 clauses out of 14212 with flag 12129/60590
4.81/3.88	c cleaning 6549 clauses out of 13107 with flag 40025/66591
5.15/4.08	c Got one! Elapsed wall clock time (in seconds):3.977
5.15/4.08	o 60
5.35/4.15	c cleaning 6025 clauses out of 12058 with flag 4167/72091
5.52/4.21	c Got one! Elapsed wall clock time (in seconds):4.098
5.52/4.21	o 59
5.62/4.38	c cleaning 5682 clauses out of 11365 with flag 15887/77423
5.72/4.45	c Got one! Elapsed wall clock time (in seconds):4.342
5.72/4.45	o 58
5.72/4.46	c Got one! Elapsed wall clock time (in seconds):4.351
5.72/4.46	o 54
5.72/4.47	c Got one! Elapsed wall clock time (in seconds):4.365
5.72/4.47	o 52
5.82/4.51	c Got one! Elapsed wall clock time (in seconds):4.406
5.82/4.51	o 37
5.82/4.56	c Got one! Elapsed wall clock time (in seconds):4.45
5.82/4.56	o 36
5.92/4.61	c cleaning 5704 clauses out of 11409 with flag 3367/83149
5.92/4.62	c Got one! Elapsed wall clock time (in seconds):4.508
5.92/4.62	o 33
6.02/4.79	c cleaning 5460 clauses out of 10923 with flag 15478/88367
6.32/5.00	c cleaning 5726 clauses out of 11459 with flag 34386/94363
6.32/5.05	c Got one! Elapsed wall clock time (in seconds):4.939
6.32/5.05	o 30
6.52/5.20	c cleaning 5488 clauses out of 10997 with flag 12763/99628
6.52/5.29	c Got one! Elapsed wall clock time (in seconds):5.179
6.52/5.29	o 26
6.73/5.40	c cleaning 5543 clauses out of 11101 with flag 9313/105221
6.95/5.62	c cleaning 5780 clauses out of 11559 with flag 28481/111222
7.14/5.88	c cleaning 6389 clauses out of 12778 with flag 50576/118221
7.24/5.97	c Got one! Elapsed wall clock time (in seconds):5.858
7.24/5.97	o 25
7.34/6.09	c cleaning 5960 clauses out of 11923 with flag 10473/123756
7.44/6.18	c Got one! Elapsed wall clock time (in seconds):6.069
7.44/6.18	o 18
7.54/6.30	c cleaning 5834 clauses out of 11692 with flag 10356/129485
7.85/6.52	c cleaning 5924 clauses out of 11857 with flag 30376/135484
8.06/6.73	c Got one! Elapsed wall clock time (in seconds):6.618
8.06/6.73	o 8
8.26/6.95	c cleaning 8543 clauses out of 17108 with flag 18989/146659
8.56/7.22	c cleaning 7272 clauses out of 14566 with flag 44244/152660
8.86/7.52	c cleaning 7140 clauses out of 14294 with flag 74852/159660
9.17/7.86	c Got one! Elapsed wall clock time (in seconds):7.757
9.17/7.86	o 3
9.46/8.14	c cleaning 10007 clauses out of 20019 with flag 22575/172526
9.76/8.42	c cleaning 8000 clauses out of 16011 with flag 49593/178526
10.06/8.72	c cleaning 7502 clauses out of 15013 with flag 81012/185529
10.36/9.06	c cleaning 7744 clauses out of 15506 with flag 117747/193526
10.76/9.47	c cleaning 8380 clauses out of 16760 with flag 159313/202526
11.06/9.70	c Got one! Elapsed wall clock time (in seconds):9.589
11.06/9.70	o 2
11.27/9.98	c cleaning 9312 clauses out of 18631 with flag 24045/212779
11.57/10.26	c cleaning 7654 clauses out of 15317 with flag 53557/218778
11.77/10.43	c Got one! Elapsed wall clock time (in seconds):10.324
11.77/10.43	o 1
11.77/10.44	c starts		: 212
11.77/10.44	c conflicts		: 222982
11.77/10.44	c decisions		: 381534
11.77/10.44	c propagations		: 6509520
11.77/10.44	c inspects		: 106222149
11.77/10.44	c shortcuts		: 0
11.77/10.44	c learnt literals	: 16
11.77/10.44	c learnt binary clauses	: 5
11.77/10.44	c learnt ternary clauses	: 517
11.77/10.44	c learnt constraints	: 222966
11.77/10.44	c ignored constraints	: 0
11.77/10.44	c root simplifications	: 0
11.77/10.44	c removed literals (reason simplification)	: 0
11.77/10.44	c reason swapping (by a shorter reason)	: 0
11.77/10.44	c Calls to reduceDB	: 31
11.77/10.44	c Number of update (reduction) of LBD	: 64293
11.77/10.44	c Imported unit clauses	: 0
11.77/10.44	c number of reductions to clauses (during analyze)	: 0
11.77/10.44	c number of learned constraints concerned by reduction	: 0
11.77/10.44	c number of learning phase by resolution	: 0
11.77/10.44	c number of learning phase by cutting planes	: 0
11.77/10.44	c speed (assignments/second)	: 633776.6527115178
11.77/10.44	c non guided choices	3898
11.77/10.44	c learnt constraints type 
11.77/10.44	s OPTIMUM FOUND
11.77/10.44	c Found 86 solution(s)
11.77/10.44	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 
11.77/10.44	c objective function=1
11.77/10.44	c Total wall clock time (in seconds): 10.332

Verifier Data

OK	1

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

pid=25107
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.39 2.35 2.04 5/196 25110
/proc/meminfo: memFree=29979896/32872528 swapFree=1482636/1662508
[pid=25110] ppid=25107 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/25110/stat : 25110 (java) S 25107 25110 22399 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 36433259 98570240 977 33554432000 1073741824 1073778376 140735807375744 140735807366880 273909055549 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25110/statm: 24065 977 743 9 0 16771 0
[pid=25110/tid=25111] ppid=25107 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25111/stat : 25111 (java) R 25107 25110 22399 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 36433260 98570240 977 33554432000 1073741824 1073778376 140735807375744 140516342857256 273905698176 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100113 s]
/proc/loadavg: 2.39 2.35 2.04 5/196 25110
/proc/meminfo: memFree=29979896/32872528 swapFree=1482636/1662508
[pid=25110] ppid=25107 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/25110/stat : 25110 (java) S 25107 25110 22399 0 -1 4202496 4411 0 1 0 9 1 0 0 20 0 18 0 36433259 9787879424 6042 33554432000 1073741824 1073778376 140735807375744 140735807366880 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25110/statm: 2389619 6042 2140 9 0 2380296 0
[pid=25110/tid=25111] ppid=25107 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/25110/task/25111/stat : 25111 (java) R 25107 25110 22399 0 -1 4202560 2374 0 1 0 7 0 0 0 20 0 18 0 36433260 9787879424 6042 33554432000 1073741824 1073778376 140735807375744 140516342860704 140516345668421 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200258 s]
/proc/loadavg: 2.39 2.35 2.04 5/196 25110
/proc/meminfo: memFree=29979896/32872528 swapFree=1482636/1662508
[pid=25110] ppid=25107 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/25110/stat : 25110 (java) S 25107 25110 22399 0 -1 4202496 5834 0 1 0 25 1 0 0 20 0 19 0 36433259 9856040960 7514 33554432000 1073741824 1073778376 140735807375744 140735807366880 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25110/statm: 2406260 7514 2222 9 0 2396937 0
[pid=25110/tid=25111] ppid=25107 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/25110/task/25111/stat : 25111 (java) R 25107 25110 22399 0 -1 4202560 2402 0 1 0 16 1 0 0 20 0 19 0 36433260 9856040960 7515 33554432000 1073741824 1073778376 140735807375744 140516342862464 140516180164490 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9625040

[startup+0.300253 s]
/proc/loadavg: 2.39 2.35 2.04 5/196 25110
/proc/meminfo: memFree=29979896/32872528 swapFree=1482636/1662508
[pid=25110] ppid=25107 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/25110/stat : 25110 (java) S 25107 25110 22399 0 -1 4202496 7326 0 1 0 51 1 0 0 20 0 19 0 36433259 9856040960 8665 33554432000 1073741824 1073778376 140735807375744 140735807366880 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25110/statm: 2406260 8665 2243 9 0 2396937 0
[pid=25110/tid=25111] ppid=25107 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/25110/task/25111/stat : 25111 (java) R 25107 25110 22399 0 -1 4202560 2404 0 1 0 26 1 0 0 20 0 19 0 36433260 9856040960 8665 33554432000 1073741824 1073778376 140735807375744 140516342862464 140516180123244 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625040

[startup+0.700177 s]
/proc/loadavg: 2.39 2.35 2.04 5/196 25110
/proc/meminfo: memFree=29979896/32872528 swapFree=1482636/1662508
[pid=25110] ppid=25107 vsize=9625040 CPUtime=1.17 cores=0,2,4,6
/proc/25110/stat : 25110 (java) S 25107 25110 22399 0 -1 4202496 12299 0 1 0 115 2 0 0 20 0 19 0 36433259 9856040960 11564 33554432000 1073741824 1073778376 140735807375744 140735807366880 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25110/statm: 2406260 11564 2256 9 0 2396937 0
[pid=25110/tid=25111] ppid=25107 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/25110/task/25111/stat : 25111 (java) R 25107 25110 22399 0 -1 4202560 2406 0 1 0 66 1 0 0 20 0 19 0 36433260 9856040960 11564 33554432000 1073741824 1073778376 140735807375744 140516342862464 140516180599740 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.60 2.39 2.05 4/215 25129
/proc/meminfo: memFree=29930676/32872528 swapFree=1482636/1662508
[pid=25110] ppid=25107 vsize=9625040 CPUtime=2.18 cores=0,2,4,6
/proc/25110/stat : 25110 (java) S 25107 25110 22399 0 -1 4202496 12401 0 1 0 216 2 0 0 20 0 19 0 36433259 9856040960 12686 33554432000 1073741824 1073778376 140735807375744 140735807366880 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25110/statm: 2406260 12686 2262 9 0 2396937 0
[pid=25110/tid=25111] ppid=25107 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/25110/task/25111/stat : 25111 (java) R 25107 25110 22399 0 -1 4202560 2409 0 1 0 146 2 0 0 20 0 19 0 36433260 9856040960 12686 33554432000 1073741824 1073778376 140735807375744 140516342853936 140516180599097 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25110/tid=25113] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25113/stat : 25113 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433261 9856040960 12686 33554432000 1073741824 1073778376 140735807375744 140516304353576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25114] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25114/stat : 25114 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433261 9856040960 12686 33554432000 1073741824 1073778376 140735807375744 140516303300776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25110/tid=25115] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25115/stat : 25115 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433261 9856040960 12686 33554432000 1073741824 1073778376 140735807375744 140516302248488 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25110/tid=25116] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25116/stat : 25116 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433261 9856040960 12686 33554432000 1073741824 1073778376 140735807375744 140516301195688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25110/tid=25117] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25117/stat : 25117 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433261 9856040960 12686 33554432000 1073741824 1073778376 140735807375744 140516300143400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25118] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25118/stat : 25118 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433261 9856040960 12686 33554432000 1073741824 1073778376 140735807375744 140516299090600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25110/tid=25119] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25119/stat : 25119 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433261 9856040960 12686 33554432000 1073741824 1073778376 140735807375744 140516180093992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25120] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25120/stat : 25120 (java) S 25107 25110 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36433261 9856040960 12686 33554432000 1073741824 1073778376 140735807375744 140516179041192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25121] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25121/stat : 25121 (java) S 25107 25110 22399 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36433262 9856040960 12686 33554432000 1073741824 1073778376 140735807375744 140516166842600 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25122] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25122/stat : 25122 (java) S 25107 25110 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36433262 9856040960 12686 33554432000 1073741824 1073778376 140735807375744 140516165788664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25123] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25123/stat : 25123 (java) S 25107 25110 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36433262 9856040960 12686 33554432000 1073741824 1073778376 140735807375744 140516164736264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25124] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25124/stat : 25124 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433265 9856040960 12686 33554432000 1073741824 1073778376 140735807375744 140515425118608 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25125] ppid=25107 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/25110/task/25125/stat : 25125 (java) S 25107 25110 22399 0 -1 4202560 3337 0 0 0 24 0 0 0 20 0 19 0 36433265 9856040960 12686 33554432000 1073741824 1073778376 140735807375744 140515424066232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25126] ppid=25107 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/25110/task/25126/stat : 25126 (java) S 25107 25110 22399 0 -1 4202560 5383 0 0 0 43 0 0 0 20 0 19 0 36433265 9856040960 12686 33554432000 1073741824 1073778376 140735807375744 140515423013432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25110/tid=25127] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25127/stat : 25127 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433265 9856040960 12686 33554432000 1073741824 1073778376 140735807375744 140515421961336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25110/tid=25128] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25128/stat : 25128 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433265 9856040960 12686 33554432000 1073741824 1073778376 140735807375744 140515420908744 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25129] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25129/stat : 25129 (java) S 25107 25110 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36433277 9856040960 12686 33554432000 1073741824 1073778376 140735807375744 140515419853736 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 2.60 2.39 2.05 3/215 25129
/proc/meminfo: memFree=29917404/32872528 swapFree=1482636/1662508
[pid=25110] ppid=25107 vsize=9625040 CPUtime=3.83 cores=0,2,4,6
/proc/25110/stat : 25110 (java) S 25107 25110 22399 0 -1 4202496 12447 0 1 0 380 3 0 0 20 0 19 0 36433259 9856040960 14766 33554432000 1073741824 1073778376 140735807375744 140735807366880 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25110/statm: 2406260 14766 2263 9 0 2396937 0
[pid=25110/tid=25111] ppid=25107 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/25110/task/25111/stat : 25111 (java) R 25107 25110 22399 0 -1 4202560 2414 0 1 0 305 2 0 0 20 0 19 0 36433260 9856040960 14766 33554432000 1073741824 1073778376 140735807375744 140516342853312 140516180612175 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25110/tid=25113] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25113/stat : 25113 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433261 9856040960 14766 33554432000 1073741824 1073778376 140735807375744 140516304353576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25114] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25114/stat : 25114 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433261 9856040960 14766 33554432000 1073741824 1073778376 140735807375744 140516303300776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25110/tid=25115] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25115/stat : 25115 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433261 9856040960 14766 33554432000 1073741824 1073778376 140735807375744 140516302248488 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25110/tid=25116] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25116/stat : 25116 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433261 9856040960 14766 33554432000 1073741824 1073778376 140735807375744 140516301195688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25110/tid=25117] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25117/stat : 25117 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433261 9856040960 14766 33554432000 1073741824 1073778376 140735807375744 140516300143400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25118] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25118/stat : 25118 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433261 9856040960 14766 33554432000 1073741824 1073778376 140735807375744 140516299090600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25110/tid=25119] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25119/stat : 25119 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433261 9856040960 14766 33554432000 1073741824 1073778376 140735807375744 140516180093992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25120] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25120/stat : 25120 (java) S 25107 25110 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36433261 9856040960 14766 33554432000 1073741824 1073778376 140735807375744 140516179041192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25121] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25121/stat : 25121 (java) S 25107 25110 22399 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36433262 9856040960 14766 33554432000 1073741824 1073778376 140735807375744 140516166842600 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25122] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25122/stat : 25122 (java) S 25107 25110 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36433262 9856040960 14766 33554432000 1073741824 1073778376 140735807375744 140516165788664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25123] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25123/stat : 25123 (java) S 25107 25110 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36433262 9856040960 14766 33554432000 1073741824 1073778376 140735807375744 140516164736264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25124] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25124/stat : 25124 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433265 9856040960 14766 33554432000 1073741824 1073778376 140735807375744 140515425118608 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25125] ppid=25107 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/25110/task/25125/stat : 25125 (java) S 25107 25110 22399 0 -1 4202560 3376 0 0 0 27 0 0 0 20 0 19 0 36433265 9856040960 14766 33554432000 1073741824 1073778376 140735807375744 140515424066232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25126] ppid=25107 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/25110/task/25126/stat : 25126 (java) S 25107 25110 22399 0 -1 4202560 5385 0 0 0 46 0 0 0 20 0 19 0 36433265 9856040960 14766 33554432000 1073741824 1073778376 140735807375744 140515423013432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25110/tid=25127] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25127/stat : 25127 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433265 9856040960 14766 33554432000 1073741824 1073778376 140735807375744 140515421961336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25110/tid=25128] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25128/stat : 25128 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433265 9856040960 14766 33554432000 1073741824 1073778376 140735807375744 140515420908744 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25129] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25129/stat : 25129 (java) S 25107 25110 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36433277 9856040960 14766 33554432000 1073741824 1073778376 140735807375744 140515419853736 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.83
Current children cumulated vsize (KiB) 9625040

[startup+6.30068 s]
/proc/loadavg: 2.55 2.38 2.05 3/215 25129
/proc/meminfo: memFree=29863112/32872528 swapFree=1482636/1662508
[pid=25110] ppid=25107 vsize=9625040 CPUtime=7.64 cores=0,2,4,6
/proc/25110/stat : 25110 (java) S 25107 25110 22399 0 -1 4202496 19603 0 1 0 760 4 0 0 20 0 19 0 36433259 9856040960 21720 33554432000 1073741824 1073778376 140735807375744 140735807366880 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25110/statm: 2406260 21720 2264 9 0 2396937 0
[pid=25110/tid=25111] ppid=25107 vsize=9625040 CPUtime=6.27 cores=0,2,4,6
/proc/25110/task/25111/stat : 25111 (java) R 25107 25110 22399 0 -1 4202560 2427 0 1 0 625 2 0 0 20 0 19 0 36433260 9856040960 21720 33554432000 1073741824 1073778376 140735807375744 140516342853328 140516180538440 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25110/tid=25113] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25113/stat : 25113 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433261 9856040960 21720 33554432000 1073741824 1073778376 140735807375744 140516304353576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25114] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25114/stat : 25114 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433261 9856040960 21720 33554432000 1073741824 1073778376 140735807375744 140516303300776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25110/tid=25115] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25115/stat : 25115 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433261 9856040960 21720 33554432000 1073741824 1073778376 140735807375744 140516302248488 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25110/tid=25116] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25116/stat : 25116 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433261 9856040960 21720 33554432000 1073741824 1073778376 140735807375744 140516301195688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25110/tid=25117] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25117/stat : 25117 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433261 9856040960 21720 33554432000 1073741824 1073778376 140735807375744 140516300143400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25118] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25118/stat : 25118 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433261 9856040960 21720 33554432000 1073741824 1073778376 140735807375744 140516299090600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25110/tid=25119] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25119/stat : 25119 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433261 9856040960 21720 33554432000 1073741824 1073778376 140735807375744 140516180093992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25120] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25120/stat : 25120 (java) S 25107 25110 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36433261 9856040960 21720 33554432000 1073741824 1073778376 140735807375744 140516179041192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25121] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25121/stat : 25121 (java) S 25107 25110 22399 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36433262 9856040960 21720 33554432000 1073741824 1073778376 140735807375744 140516166842600 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25122] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25122/stat : 25122 (java) S 25107 25110 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36433262 9856040960 21720 33554432000 1073741824 1073778376 140735807375744 140516165788664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25123] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25123/stat : 25123 (java) S 25107 25110 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36433262 9856040960 21720 33554432000 1073741824 1073778376 140735807375744 140516164736264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25124] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25124/stat : 25124 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433265 9856040960 21720 33554432000 1073741824 1073778376 140735807375744 140515425118608 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25125] ppid=25107 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/25110/task/25125/stat : 25125 (java) S 25107 25110 22399 0 -1 4202560 10518 0 0 0 83 1 0 0 20 0 19 0 36433265 9856040960 21720 33554432000 1073741824 1073778376 140735807375744 140515424066232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25126] ppid=25107 vsize=9625040 CPUtime=0.49 cores=0,2,4,6

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

[pid=25110/tid=25115] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25115/stat : 25115 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433261 9856040960 24280 33554432000 1073741824 1073778376 140735807375744 140516302248488 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25110/tid=25116] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25116/stat : 25116 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433261 9856040960 24280 33554432000 1073741824 1073778376 140735807375744 140516301195688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25110/tid=25117] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25117/stat : 25117 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433261 9856040960 24280 33554432000 1073741824 1073778376 140735807375744 140516300143400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25118] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25118/stat : 25118 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433261 9856040960 24280 33554432000 1073741824 1073778376 140735807375744 140516299090600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25110/tid=25119] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25119/stat : 25119 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433261 9856040960 24280 33554432000 1073741824 1073778376 140735807375744 140516180093992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25120] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25120/stat : 25120 (java) S 25107 25110 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36433261 9856040960 24280 33554432000 1073741824 1073778376 140735807375744 140516179041192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25121] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25121/stat : 25121 (java) S 25107 25110 22399 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36433262 9856040960 24280 33554432000 1073741824 1073778376 140735807375744 140516166842600 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25122] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25122/stat : 25122 (java) S 25107 25110 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36433262 9856040960 24280 33554432000 1073741824 1073778376 140735807375744 140516165788664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25123] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25123/stat : 25123 (java) S 25107 25110 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36433262 9856040960 24280 33554432000 1073741824 1073778376 140735807375744 140516164736264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25124] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25124/stat : 25124 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433265 9856040960 24280 33554432000 1073741824 1073778376 140735807375744 140515425118608 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25125] ppid=25107 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/25110/task/25125/stat : 25125 (java) S 25107 25110 22399 0 -1 4202560 10518 0 0 0 83 1 0 0 20 0 19 0 36433265 9856040960 24280 33554432000 1073741824 1073778376 140735807375744 140515424066232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25126] ppid=25107 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/25110/task/25126/stat : 25126 (java) S 25107 25110 22399 0 -1 4202560 5385 0 0 0 50 0 0 0 20 0 19 0 36433265 9856040960 24280 33554432000 1073741824 1073778376 140735807375744 140515423013432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25110/tid=25127] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25127/stat : 25127 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433265 9856040960 24280 33554432000 1073741824 1073778376 140735807375744 140515421961336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25110/tid=25128] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25128/stat : 25128 (java) S 25107 25110 22399 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36433265 9856040960 24280 33554432000 1073741824 1073778376 140735807375744 140515420908744 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25129] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25129/stat : 25129 (java) S 25107 25110 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36433277 9856040960 24280 33554432000 1073741824 1073778376 140735807375744 140515419853736 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 9.36
Current children cumulated vsize (KiB) 9625040

[startup+9.60073 s]
/proc/loadavg: 2.55 2.38 2.05 3/215 25194
/proc/meminfo: memFree=29857932/32872528 swapFree=1482636/1662508
[pid=25110] ppid=25107 vsize=9625040 CPUtime=10.96 cores=0,2,4,6
/proc/25110/stat : 25110 (java) S 25107 25110 22399 0 -1 4202496 19614 0 1 0 1092 4 0 0 20 0 19 0 36433259 9856040960 26328 33554432000 1073741824 1073778376 140735807375744 140735807366880 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25110/statm: 2406260 26328 2264 9 0 2396937 0
[pid=25110/tid=25111] ppid=25107 vsize=9625040 CPUtime=9.55 cores=0,2,4,6
/proc/25110/task/25111/stat : 25111 (java) R 25107 25110 22399 0 -1 4202560 2438 0 1 0 953 2 0 0 20 0 19 0 36433260 9856040960 26328 33554432000 1073741824 1073778376 140735807375744 140516342853328 140516180599609 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25110/tid=25113] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25113/stat : 25113 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433261 9856040960 26328 33554432000 1073741824 1073778376 140735807375744 140516304353576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25114] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25114/stat : 25114 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433261 9856040960 26328 33554432000 1073741824 1073778376 140735807375744 140516303300776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25110/tid=25115] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25115/stat : 25115 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433261 9856040960 26328 33554432000 1073741824 1073778376 140735807375744 140516302248488 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25110/tid=25116] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25116/stat : 25116 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433261 9856040960 26328 33554432000 1073741824 1073778376 140735807375744 140516301195688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25110/tid=25117] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25117/stat : 25117 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433261 9856040960 26328 33554432000 1073741824 1073778376 140735807375744 140516300143400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25118] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25118/stat : 25118 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433261 9856040960 26328 33554432000 1073741824 1073778376 140735807375744 140516299090600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25110/tid=25119] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25119/stat : 25119 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433261 9856040960 26328 33554432000 1073741824 1073778376 140735807375744 140516180093992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25120] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25120/stat : 25120 (java) S 25107 25110 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36433261 9856040960 26328 33554432000 1073741824 1073778376 140735807375744 140516179041192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25121] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25121/stat : 25121 (java) S 25107 25110 22399 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36433262 9856040960 26328 33554432000 1073741824 1073778376 140735807375744 140516166842600 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25122] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25122/stat : 25122 (java) S 25107 25110 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36433262 9856040960 26328 33554432000 1073741824 1073778376 140735807375744 140516165788664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25123] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25123/stat : 25123 (java) S 25107 25110 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36433262 9856040960 26328 33554432000 1073741824 1073778376 140735807375744 140516164736264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25124] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25124/stat : 25124 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433265 9856040960 26328 33554432000 1073741824 1073778376 140735807375744 140515425118608 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25125] ppid=25107 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/25110/task/25125/stat : 25125 (java) S 25107 25110 22399 0 -1 4202560 10518 0 0 0 83 1 0 0 20 0 19 0 36433265 9856040960 26328 33554432000 1073741824 1073778376 140735807375744 140515424066232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25126] ppid=25107 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/25110/task/25126/stat : 25126 (java) S 25107 25110 22399 0 -1 4202560 5385 0 0 0 51 0 0 0 20 0 19 0 36433265 9856040960 26328 33554432000 1073741824 1073778376 140735807375744 140515423013432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25110/tid=25127] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25127/stat : 25127 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433265 9856040960 26328 33554432000 1073741824 1073778376 140735807375744 140515421961336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25110/tid=25128] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25128/stat : 25128 (java) S 25107 25110 22399 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36433265 9856040960 26328 33554432000 1073741824 1073778376 140735807375744 140515420908744 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25129] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25129/stat : 25129 (java) S 25107 25110 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36433277 9856040960 26328 33554432000 1073741824 1073778376 140735807375744 140515419853736 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 10.96
Current children cumulated vsize (KiB) 9625040

[startup+10.0078 s]
/proc/loadavg: 2.55 2.38 2.05 3/215 25194
/proc/meminfo: memFree=29839144/32872528 swapFree=1482636/1662508
[pid=25110] ppid=25107 vsize=9625040 CPUtime=11.38 cores=0,2,4,6
/proc/25110/stat : 25110 (java) S 25107 25110 22399 0 -1 4202496 19615 0 1 0 1134 4 0 0 20 0 19 0 36433259 9856040960 26840 33554432000 1073741824 1073778376 140735807375744 140735807366880 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25110/statm: 2406260 26840 2264 9 0 2396937 0
[pid=25110/tid=25111] ppid=25107 vsize=9625040 CPUtime=9.95 cores=0,2,4,6
/proc/25110/task/25111/stat : 25111 (java) R 25107 25110 22399 0 -1 4202560 2439 0 1 0 993 2 0 0 20 0 19 0 36433260 9856040960 26840 33554432000 1073741824 1073778376 140735807375744 140516342853328 140516180599740 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25110/tid=25113] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25113/stat : 25113 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433261 9856040960 26840 33554432000 1073741824 1073778376 140735807375744 140516304353576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25114] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25114/stat : 25114 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433261 9856040960 26840 33554432000 1073741824 1073778376 140735807375744 140516303300776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25110/tid=25115] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25115/stat : 25115 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433261 9856040960 26840 33554432000 1073741824 1073778376 140735807375744 140516302248488 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25110/tid=25116] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25116/stat : 25116 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433261 9856040960 26840 33554432000 1073741824 1073778376 140735807375744 140516301195688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25110/tid=25117] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25117/stat : 25117 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433261 9856040960 26840 33554432000 1073741824 1073778376 140735807375744 140516300143400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25118] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25118/stat : 25118 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433261 9856040960 26840 33554432000 1073741824 1073778376 140735807375744 140516299090600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25110/tid=25119] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25119/stat : 25119 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433261 9856040960 26840 33554432000 1073741824 1073778376 140735807375744 140516180093992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25120] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25120/stat : 25120 (java) S 25107 25110 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36433261 9856040960 26840 33554432000 1073741824 1073778376 140735807375744 140516179041192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25121] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25121/stat : 25121 (java) S 25107 25110 22399 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36433262 9856040960 26840 33554432000 1073741824 1073778376 140735807375744 140516166842600 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25122] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25122/stat : 25122 (java) S 25107 25110 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36433262 9856040960 26840 33554432000 1073741824 1073778376 140735807375744 140516165788664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25123] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25123/stat : 25123 (java) S 25107 25110 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36433262 9856040960 26840 33554432000 1073741824 1073778376 140735807375744 140516164736264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25124] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25124/stat : 25124 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433265 9856040960 26840 33554432000 1073741824 1073778376 140735807375744 140515425118608 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25125] ppid=25107 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/25110/task/25125/stat : 25125 (java) S 25107 25110 22399 0 -1 4202560 10518 0 0 0 83 1 0 0 20 0 19 0 36433265 9856040960 26840 33554432000 1073741824 1073778376 140735807375744 140515424066232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25126] ppid=25107 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/25110/task/25126/stat : 25126 (java) S 25107 25110 22399 0 -1 4202560 5385 0 0 0 52 0 0 0 20 0 19 0 36433265 9856040960 26840 33554432000 1073741824 1073778376 140735807375744 140515423013432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25110/tid=25127] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25127/stat : 25127 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433265 9856040960 26840 33554432000 1073741824 1073778376 140735807375744 140515421961336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25110/tid=25128] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25128/stat : 25128 (java) S 25107 25110 22399 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36433265 9856040960 26840 33554432000 1073741824 1073778376 140735807375744 140515420908744 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25129] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25129/stat : 25129 (java) S 25107 25110 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36433277 9856040960 26840 33554432000 1073741824 1073778376 140735807375744 140515419853736 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 11.38
Current children cumulated vsize (KiB) 9625040

[startup+10.4007 s]
/proc/loadavg: 2.55 2.38 2.05 3/215 25194
/proc/meminfo: memFree=29839144/32872528 swapFree=1482636/1662508
[pid=25110] ppid=25107 vsize=9625040 CPUtime=11.77 cores=0,2,4,6
/proc/25110/stat : 25110 (java) S 25107 25110 22399 0 -1 4202496 19616 0 1 0 1173 4 0 0 20 0 19 0 36433259 9856040960 27352 33554432000 1073741824 1073778376 140735807375744 140735807366880 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25110/statm: 2406260 27352 2264 9 0 2396937 0
[pid=25110/tid=25111] ppid=25107 vsize=9625040 CPUtime=10.34 cores=0,2,4,6
/proc/25110/task/25111/stat : 25111 (java) R 25107 25110 22399 0 -1 4202560 2440 0 1 0 1032 2 0 0 20 0 19 0 36433260 9856040960 27352 33554432000 1073741824 1073778376 140735807375744 140516342861032 140516180550367 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25110/tid=25113] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25113/stat : 25113 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433261 9856040960 27352 33554432000 1073741824 1073778376 140735807375744 140516304353576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25114] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25114/stat : 25114 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433261 9856040960 27352 33554432000 1073741824 1073778376 140735807375744 140516303300776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25110/tid=25115] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25115/stat : 25115 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433261 9856040960 27352 33554432000 1073741824 1073778376 140735807375744 140516302248488 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25110/tid=25116] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25116/stat : 25116 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433261 9856040960 27352 33554432000 1073741824 1073778376 140735807375744 140516301195688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25110/tid=25117] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25117/stat : 25117 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433261 9856040960 27352 33554432000 1073741824 1073778376 140735807375744 140516300143400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25118] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25118/stat : 25118 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433261 9856040960 27352 33554432000 1073741824 1073778376 140735807375744 140516299090600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25110/tid=25119] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25119/stat : 25119 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433261 9856040960 27352 33554432000 1073741824 1073778376 140735807375744 140516180093992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25120] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25120/stat : 25120 (java) S 25107 25110 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36433261 9856040960 27352 33554432000 1073741824 1073778376 140735807375744 140516179041192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25121] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25121/stat : 25121 (java) S 25107 25110 22399 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36433262 9856040960 27352 33554432000 1073741824 1073778376 140735807375744 140516166842600 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25122] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25122/stat : 25122 (java) S 25107 25110 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36433262 9856040960 27352 33554432000 1073741824 1073778376 140735807375744 140516165788664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25123] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25123/stat : 25123 (java) S 25107 25110 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36433262 9856040960 27352 33554432000 1073741824 1073778376 140735807375744 140516164736264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25124] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25124/stat : 25124 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433265 9856040960 27352 33554432000 1073741824 1073778376 140735807375744 140515425118608 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25125] ppid=25107 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/25110/task/25125/stat : 25125 (java) S 25107 25110 22399 0 -1 4202560 10518 0 0 0 83 1 0 0 20 0 19 0 36433265 9856040960 27352 33554432000 1073741824 1073778376 140735807375744 140515424066232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25126] ppid=25107 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/25110/task/25126/stat : 25126 (java) S 25107 25110 22399 0 -1 4202560 5385 0 0 0 52 0 0 0 20 0 19 0 36433265 9856040960 27352 33554432000 1073741824 1073778376 140735807375744 140515423013432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25110/tid=25127] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25127/stat : 25127 (java) S 25107 25110 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433265 9856040960 27352 33554432000 1073741824 1073778376 140735807375744 140515421961336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25110/tid=25128] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25128/stat : 25128 (java) S 25107 25110 22399 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36433265 9856040960 27352 33554432000 1073741824 1073778376 140735807375744 140515420908744 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25110/tid=25129] ppid=25107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25110/task/25129/stat : 25129 (java) S 25107 25110 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36433277 9856040960 27352 33554432000 1073741824 1073778376 140735807375744 140515419853736 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 11.77
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 10.4579
CPU time (s): 11.8212
CPU user time (s): 11.7612
CPU system time (s): 0.05999
CPU usage (%): 113.036
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.7612
system time used= 0.05999
maximum resident set size= 109488
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19644
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= 525
involuntary context switches= 63

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.070989 second user time and 0.096985 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-19 15:44:28
IDJOB=4110292
IDBENCH=79236
IDSOLVER=2551
FILE ID=node134/4110292-1466343868
RUNJOBID= node134-1466341813-22415
PBS_JOBID= 19922019
Free space on /tmp= 71720 MiB

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

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

MD5SUM BENCH= f13e124cee089e765b8a95beaa9c7cdd
RANDOM SEED=2101385579

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29980796 kB
Buffers:          196408 kB
Cached:           265624 kB
SwapCached:         1068 kB
Active:           136780 kB
Inactive:         350660 kB
Active(anon):      26288 kB
Inactive(anon):     1732 kB
Active(file):     110492 kB
Inactive(file):   348928 kB
Unevictable:     1662508 kB
Mlocked:         1482636 kB
SwapTotal:      67108856 kB
SwapFree:       67100176 kB
Dirty:              2204 kB
Writeback:             0 kB
AnonPages:       1808724 kB
Mapped:            15040 kB
Shmem:                 0 kB
Slab:             607352 kB
SReclaimable:      50532 kB
SUnreclaim:       556820 kB
KernelStack:        1776 kB
PageTables:         7256 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2351376 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    309248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

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