Trace number 4090926

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16OPTIMUM 13.8619 12.2919

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111224255--soft-0-100-0.wbo
MD5SUM2d2bf2958836971f0db370fff49dd93d
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.39048
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 1217
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4090926-1466067883.wbo
0.10/0.10	c reading problem ... 
0.10/0.15	c ... done. Wall clock time 0.053s.
0.10/0.15	c declared #vars     169
0.10/0.15	c internal #vars     270
0.10/0.15	c #constraints  101
0.10/0.15	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.28/0.21	c SATISFIABLE
0.28/0.21	c OPTIMIZING...
0.28/0.21	c Got one! Elapsed wall clock time (in seconds):0.104
0.28/0.21	o 793
0.28/0.22	c Got one! Elapsed wall clock time (in seconds):0.122
0.28/0.22	o 668
0.28/0.24	c Got one! Elapsed wall clock time (in seconds):0.142
0.28/0.24	o 639
0.28/0.25	c Got one! Elapsed wall clock time (in seconds):0.152
0.28/0.25	o 634
0.28/0.26	c Got one! Elapsed wall clock time (in seconds):0.16
0.28/0.26	o 632
0.51/0.31	c Got one! Elapsed wall clock time (in seconds):0.213
0.51/0.31	o 617
0.51/0.32	c Got one! Elapsed wall clock time (in seconds):0.217
0.51/0.32	o 533
0.51/0.32	c Got one! Elapsed wall clock time (in seconds):0.222
0.51/0.32	o 526
0.51/0.33	c Got one! Elapsed wall clock time (in seconds):0.226
0.51/0.33	o 514
0.51/0.33	c Got one! Elapsed wall clock time (in seconds):0.23
0.51/0.33	o 463
0.51/0.34	c Got one! Elapsed wall clock time (in seconds):0.234
0.51/0.34	o 448
0.51/0.34	c Got one! Elapsed wall clock time (in seconds):0.238
0.51/0.34	o 440
0.51/0.34	c Got one! Elapsed wall clock time (in seconds):0.242
0.51/0.34	o 400
0.51/0.35	c Got one! Elapsed wall clock time (in seconds):0.248
0.51/0.35	o 399
0.51/0.36	c Got one! Elapsed wall clock time (in seconds):0.254
0.51/0.36	o 381
0.51/0.36	c Got one! Elapsed wall clock time (in seconds):0.258
0.51/0.36	o 349
0.51/0.36	c Got one! Elapsed wall clock time (in seconds):0.261
0.51/0.36	o 343
0.51/0.37	c Got one! Elapsed wall clock time (in seconds):0.27
0.51/0.37	o 337
0.51/0.38	c Got one! Elapsed wall clock time (in seconds):0.276
0.51/0.38	o 326
0.70/0.44	c Got one! Elapsed wall clock time (in seconds):0.343
0.70/0.44	o 321
0.70/0.46	c Got one! Elapsed wall clock time (in seconds):0.361
0.70/0.46	o 317
0.70/0.48	c Got one! Elapsed wall clock time (in seconds):0.376
0.70/0.48	o 315
0.70/0.49	c Got one! Elapsed wall clock time (in seconds):0.387
0.70/0.49	o 314
0.70/0.49	c Got one! Elapsed wall clock time (in seconds):0.392
0.70/0.49	o 296
0.86/0.51	c Got one! Elapsed wall clock time (in seconds):0.412
0.86/0.51	o 293
0.86/0.53	c Got one! Elapsed wall clock time (in seconds):0.424
0.86/0.53	o 292
1.10/0.66	c Got one! Elapsed wall clock time (in seconds):0.56
1.10/0.66	o 287
1.22/0.73	c cleaning 4950 clauses out of 9911 with flag 3059/9911
1.47/0.95	c cleaning 5462 clauses out of 10963 with flag 23547/15913
1.58/1.08	c Got one! Elapsed wall clock time (in seconds):0.974
1.58/1.08	o 282
1.58/1.10	c Got one! Elapsed wall clock time (in seconds):0.994
1.58/1.10	o 280
1.69/1.10	c Got one! Elapsed wall clock time (in seconds):1.003
1.69/1.10	o 279
1.69/1.11	c Got one! Elapsed wall clock time (in seconds):1.013
1.69/1.11	o 275
1.69/1.12	c Got one! Elapsed wall clock time (in seconds):1.019
1.69/1.12	o 249
1.80/1.22	c cleaning 5904 clauses out of 11843 with flag 7298/22255
2.00/1.42	c Got one! Elapsed wall clock time (in seconds):1.319
2.00/1.42	o 239
2.00/1.45	c Got one! Elapsed wall clock time (in seconds):1.353
2.00/1.45	o 231
2.10/1.51	c cleaning 6072 clauses out of 12149 with flag 3710/28465
2.10/1.59	c Got one! Elapsed wall clock time (in seconds):1.484
2.10/1.59	o 226
2.20/1.66	c Got one! Elapsed wall clock time (in seconds):1.557
2.20/1.66	o 222
2.40/1.83	c cleaning 6081 clauses out of 12186 with flag 13670/34574
2.70/2.14	c cleaning 6042 clauses out of 12104 with flag 39629/40573
3.10/2.50	c cleaning 6526 clauses out of 13062 with flag 75316/47573
3.10/2.51	c Got one! Elapsed wall clock time (in seconds):2.405
3.10/2.51	o 221
3.10/2.56	c Got one! Elapsed wall clock time (in seconds):2.458
3.10/2.56	o 217
3.25/2.61	c Got one! Elapsed wall clock time (in seconds):2.512
3.25/2.61	o 215
3.25/2.66	c Got one! Elapsed wall clock time (in seconds):2.557
3.25/2.66	o 214
3.25/2.68	c Got one! Elapsed wall clock time (in seconds):2.575
3.25/2.68	o 210
3.38/2.70	c Got one! Elapsed wall clock time (in seconds):2.6
3.38/2.70	o 165
3.38/2.72	c Got one! Elapsed wall clock time (in seconds):2.621
3.38/2.72	o 164
3.38/2.77	c Got one! Elapsed wall clock time (in seconds):2.668
3.38/2.77	o 160
3.38/2.79	c Got one! Elapsed wall clock time (in seconds):2.684
3.38/2.79	o 158
3.48/2.81	c Got one! Elapsed wall clock time (in seconds):2.713
3.48/2.81	o 120
3.48/2.84	c Got one! Elapsed wall clock time (in seconds):2.736
3.48/2.84	o 118
3.71/3.07	c cleaning 8183 clauses out of 16373 with flag 14355/57410
3.90/3.15	c Got one! Elapsed wall clock time (in seconds):3.044
3.90/3.15	o 116
4.10/3.25	c Got one! Elapsed wall clock time (in seconds):3.149
4.10/3.25	o 115
4.10/3.28	c Got one! Elapsed wall clock time (in seconds):3.18
4.10/3.28	o 113
4.32/3.31	c Got one! Elapsed wall clock time (in seconds):3.207
4.32/3.31	o 112
4.32/3.33	c Got one! Elapsed wall clock time (in seconds):3.226
4.32/3.33	o 110
4.47/3.47	c Got one! Elapsed wall clock time (in seconds):3.364
4.47/3.47	o 106
4.47/3.49	c Got one! Elapsed wall clock time (in seconds):3.387
4.47/3.49	o 101
4.56/3.57	c cleaning 8510 clauses out of 17020 with flag 4408/66240
4.56/3.58	c Got one! Elapsed wall clock time (in seconds):3.483
4.56/3.58	o 99
4.91/3.76	c Got one! Elapsed wall clock time (in seconds):3.662
4.91/3.76	o 97
5.13/3.80	c Got one! Elapsed wall clock time (in seconds):3.697
5.13/3.80	o 95
5.33/3.93	c cleaning 7406 clauses out of 14816 with flag 9722/72546
5.68/4.23	c cleaning 6699 clauses out of 13409 with flag 36100/78545
5.89/4.43	c Got one! Elapsed wall clock time (in seconds):4.332
5.89/4.43	o 93
5.89/4.49	c cleaning 6034 clauses out of 12075 with flag 5082/83910
5.99/4.56	c Got one! Elapsed wall clock time (in seconds):4.454
5.99/4.56	o 92
6.19/4.75	c cleaning 5808 clauses out of 11642 with flag 16009/89511
6.19/4.78	c Got one! Elapsed wall clock time (in seconds):4.677
6.19/4.78	o 91
6.19/4.79	c Got one! Elapsed wall clock time (in seconds):4.687
6.19/4.79	o 87
6.31/4.81	c Got one! Elapsed wall clock time (in seconds):4.704
6.31/4.81	o 70
6.31/4.82	c Got one! Elapsed wall clock time (in seconds):4.72
6.31/4.82	o 69
6.31/4.86	c Got one! Elapsed wall clock time (in seconds):4.762
6.31/4.86	o 68
6.41/4.91	c Got one! Elapsed wall clock time (in seconds):4.804
6.41/4.91	o 61
6.41/4.96	c Got one! Elapsed wall clock time (in seconds):4.856
6.41/4.96	o 60
6.51/5.01	c Got one! Elapsed wall clock time (in seconds):4.906
6.51/5.01	o 57
6.51/5.05	c Got one! Elapsed wall clock time (in seconds):4.945
6.51/5.05	o 55
6.61/5.10	c cleaning 6818 clauses out of 13644 with flag 3632/97321
6.71/5.21	c Got one! Elapsed wall clock time (in seconds):5.109
6.71/5.21	o 51
6.81/5.30	c cleaning 5978 clauses out of 11978 with flag 7388/102473
7.01/5.55	c cleaning 5979 clauses out of 12000 with flag 31060/108473
7.11/5.62	c Got one! Elapsed wall clock time (in seconds):5.517
7.11/5.62	o 50
7.11/5.63	c Got one! Elapsed wall clock time (in seconds):5.531
7.11/5.63	o 33
7.21/5.79	c cleaning 6176 clauses out of 12359 with flag 14568/114811
7.51/6.01	c cleaning 6085 clauses out of 12185 with flag 38357/120813
7.71/6.27	c cleaning 6546 clauses out of 13098 with flag 66114/127811
7.81/6.38	c Got one! Elapsed wall clock time (in seconds):6.281
7.81/6.38	o 31
7.91/6.43	c Got one! Elapsed wall clock time (in seconds):6.326
7.91/6.43	o 28
7.91/6.44	c Got one! Elapsed wall clock time (in seconds):6.339
7.91/6.44	o 20
7.91/6.45	c Got one! Elapsed wall clock time (in seconds):6.345
7.91/6.45	o 18
8.01/6.50	c cleaning 6122 clauses out of 12260 with flag 4686/133519
8.22/6.72	c cleaning 6064 clauses out of 12138 with flag 29287/139519
8.31/6.87	c Got one! Elapsed wall clock time (in seconds):6.767
8.31/6.87	o 15
8.41/6.91	c cleaning 5767 clauses out of 11556 with flag 4378/145001
8.61/7.12	c cleaning 5893 clauses out of 11790 with flag 29077/151002
8.81/7.37	c cleaning 6447 clauses out of 12895 with flag 57165/158001
8.81/7.40	c Got one! Elapsed wall clock time (in seconds):7.294
8.81/7.40	o 14
9.11/7.60	c cleaning 6193 clauses out of 12401 with flag 23334/163954
9.33/7.84	c cleaning 6089 clauses out of 12208 with flag 50562/169954
9.62/8.12	c cleaning 6544 clauses out of 13122 with flag 82155/176957
9.92/8.45	c cleaning 7282 clauses out of 14575 with flag 117661/184954
10.33/8.86	c cleaning 8139 clauses out of 16293 with flag 163031/193954
10.82/9.31	c cleaning 9069 clauses out of 18154 with flag 211990/203954
11.22/9.79	c cleaning 10040 clauses out of 20086 with flag 260370/214955
11.53/10.06	c Got one! Elapsed wall clock time (in seconds):9.959
11.53/10.06	o 12
11.83/10.31	c cleaning 10840 clauses out of 21697 with flag 24717/226609
11.83/10.33	c Got one! Elapsed wall clock time (in seconds):10.224
11.83/10.33	o 10
12.04/10.54	c cleaning 8057 clauses out of 16121 with flag 23360/231874
12.04/10.58	c Got one! Elapsed wall clock time (in seconds):10.481
12.04/10.58	o 7
12.24/10.75	c cleaning 6690 clauses out of 13397 with flag 19884/237208
12.44/10.98	c cleaning 6344 clauses out of 12708 with flag 47099/243209
12.55/11.03	c Got one! Elapsed wall clock time (in seconds):10.924
12.55/11.03	o 6
12.55/11.06	c Got one! Elapsed wall clock time (in seconds):10.954
12.55/11.06	o 4
12.74/11.22	c cleaning 6362 clauses out of 12732 with flag 18056/249578
12.74/11.25	c Got one! Elapsed wall clock time (in seconds):11.149
12.74/11.25	o 3
12.95/11.45	c cleaning 6158 clauses out of 12328 with flag 22554/255538
12.95/11.50	c Got one! Elapsed wall clock time (in seconds):11.394
12.95/11.50	o 1
13.15/11.66	c cleaning 5808 clauses out of 11626 with flag 19349/260997
13.35/11.88	c cleaning 5905 clauses out of 11815 with flag 46328/266999
13.65/12.18	c cleaning 6450 clauses out of 12903 with flag 80704/273999
13.75/12.28	c starts		: 203
13.75/12.28	c conflicts		: 276734
13.75/12.28	c decisions		: 458038
13.75/12.28	c propagations		: 7895411
13.75/12.28	c inspects		: 131666829
13.75/12.28	c shortcuts		: 0
13.75/12.28	c learnt literals	: 41
13.75/12.28	c learnt binary clauses	: 35
13.75/12.28	c learnt ternary clauses	: 560
13.75/12.28	c learnt constraints	: 276692
13.75/12.28	c ignored constraints	: 0
13.75/12.28	c root simplifications	: 0
13.75/12.28	c removed literals (reason simplification)	: 0
13.75/12.28	c reason swapping (by a shorter reason)	: 0
13.75/12.28	c Calls to reduceDB	: 40
13.75/12.28	c Number of update (reduction) of LBD	: 78813
13.75/12.28	c Imported unit clauses	: 0
13.75/12.28	c number of reductions to clauses (during analyze)	: 0
13.75/12.28	c number of learned constraints concerned by reduction	: 0
13.75/12.28	c number of learning phase by resolution	: 0
13.75/12.28	c number of learning phase by cutting planes	: 0
13.75/12.28	c speed (assignments/second)	: 651221.626525899
13.75/12.28	c non guided choices	4183
13.75/12.28	c learnt constraints type 
13.75/12.28	s OPTIMUM FOUND
13.75/12.28	c Found 84 solution(s)
13.75/12.28	v -x1 -x2 -x3 -x4 x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 x21 -x22 -x23 -x24 -x25 -x26 x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 x100 -x101 -x102 -x103 -x104 -x105 -x106 x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 x143 -x144 x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 x166 -x167 -x168 -x169 
13.75/12.28	c objective function=1
13.75/12.28	c Total wall clock time (in seconds): 12.183

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-4090926-1466067883/watcher-4090926-1466067883 -o /tmp/evaluation-result-4090926-1466067883/solver-4090926-1466067883 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466062122-10381 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090926-1466067883.wbo 

pid=11918
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.51 2.38 2.28 3/194 11921
/proc/meminfo: memFree=29934220/32872528 swapFree=1370072/1517240
[pid=11921] ppid=11918 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/11921/stat : 11921 (java) S 11918 11921 10365 0 -1 4202496 1294 0 0 0 0 0 0 0 20 0 2 0 8834749 95129600 927 33554432000 1073741824 1073778376 140734994401328 140734994392464 229359255613 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11921/statm: 23225 927 703 9 0 16769 0
[pid=11921/tid=11922] ppid=11918 vsize=94112 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11922/stat : 11922 (java) R 11918 11921 10365 0 -1 4202560 75 0 0 0 0 0 0 0 20 0 2 0 8834750 96370688 931 33554432000 1073741824 1073778376 140734994401328 139895940562472 229346733351 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 2.51 2.38 2.28 3/194 11921
/proc/meminfo: memFree=29934220/32872528 swapFree=1370072/1517240
[pid=11921] ppid=11918 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/11921/stat : 11921 (java) S 11918 11921 10365 0 -1 4202496 4501 0 1 0 9 1 0 0 20 0 18 0 8834749 9787879424 6130 33554432000 1073741824 1073778376 140734994401328 140734994392464 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11921/statm: 2389619 6130 2157 9 0 2380296 0
[pid=11921/tid=11922] ppid=11918 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/11921/task/11922/stat : 11922 (java) R 11918 11921 10365 0 -1 4202560 2382 0 1 0 6 1 0 0 20 0 18 0 8834750 9787879424 6130 33554432000 1073741824 1073778376 140734994401328 139895940565720 229359281421 0 4 0 16800975 0 0 0 -1 2 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.51 2.38 2.28 3/194 11921
/proc/meminfo: memFree=29934220/32872528 swapFree=1370072/1517240
[pid=11921] ppid=11918 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/11921/stat : 11921 (java) S 11918 11921 10365 0 -1 4202496 6453 0 1 0 26 2 0 0 20 0 19 0 8834749 9856040960 8014 33554432000 1073741824 1073778376 140734994401328 140734994392464 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11921/statm: 2406260 8014 2233 9 0 2396937 0
[pid=11921/tid=11922] ppid=11918 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/11921/task/11922/stat : 11922 (java) R 11918 11921 10365 0 -1 4202560 2412 0 1 0 16 1 0 0 20 0 19 0 8834750 9856040960 8014 33554432000 1073741824 1073778376 140734994401328 139895940567192 139895880337430 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9625040

[startup+0.300285 s]
/proc/loadavg: 2.51 2.38 2.28 3/194 11921
/proc/meminfo: memFree=29934220/32872528 swapFree=1370072/1517240
[pid=11921] ppid=11918 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/11921/stat : 11921 (java) S 11918 11921 10365 0 -1 4202496 6762 0 1 0 49 2 0 0 20 0 19 0 8834749 9856040960 8459 33554432000 1073741824 1073778376 140734994401328 140734994392464 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11921/statm: 2406260 8459 2243 9 0 2396937 0
[pid=11921/tid=11922] ppid=11918 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/11921/task/11922/stat : 11922 (java) R 11918 11921 10365 0 -1 4202560 2414 0 1 0 26 1 0 0 20 0 19 0 8834750 9856040960 8459 33554432000 1073741824 1073778376 140734994401328 139895940567192 139895880719824 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700306 s]
/proc/loadavg: 2.51 2.38 2.28 3/194 11921
/proc/meminfo: memFree=29934220/32872528 swapFree=1370072/1517240
[pid=11921] ppid=11918 vsize=9625040 CPUtime=1.22 cores=0,2,4,6
/proc/11921/stat : 11921 (java) S 11918 11921 10365 0 -1 4202496 12579 0 1 0 119 3 0 0 20 0 19 0 8834749 9856040960 11883 33554432000 1073741824 1073778376 140734994401328 140734994392464 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11921/statm: 2406260 11883 2256 9 0 2396937 0
[pid=11921/tid=11922] ppid=11918 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/11921/task/11922/stat : 11922 (java) R 11918 11921 10365 0 -1 4202560 2416 0 1 0 66 1 0 0 20 0 19 0 8834750 9856040960 11883 33554432000 1073741824 1073778376 140734994401328 139895940567192 139895880737152 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 9625040

[startup+1.50073 s]
/proc/loadavg: 2.47 2.37 2.27 4/213 11940
/proc/meminfo: memFree=29893208/32872528 swapFree=1370072/1517240
[pid=11921] ppid=11918 vsize=9625040 CPUtime=2.1 cores=0,2,4,6
/proc/11921/stat : 11921 (java) S 11918 11921 10365 0 -1 4202496 12662 0 1 0 207 3 0 0 20 0 19 0 8834749 9856040960 13498 33554432000 1073741824 1073778376 140734994401328 140734994392464 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11921/statm: 2406260 13498 2262 9 0 2396937 0
[pid=11921/tid=11922] ppid=11918 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/11921/task/11922/stat : 11922 (java) R 11918 11921 10365 0 -1 4202560 2420 0 1 0 146 1 0 0 20 0 19 0 8834750 9856040960 13498 33554432000 1073741824 1073778376 140734994401328 139895940567512 139895880776672 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11921/tid=11924] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11924/stat : 11924 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834751 9856040960 13498 33554432000 1073741824 1073778376 140734994401328 139895879297960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11921/tid=11925] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11925/stat : 11925 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834751 9856040960 13498 33554432000 1073741824 1073778376 140734994401328 139895878245416 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11921/tid=11926] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11926/stat : 11926 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834751 9856040960 13498 33554432000 1073741824 1073778376 140734994401328 139895877192360 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11921/tid=11927] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11927/stat : 11927 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834751 9856040960 13498 33554432000 1073741824 1073778376 140734994401328 139895781407528 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11921/tid=11928] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11928/stat : 11928 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834751 9856040960 13498 33554432000 1073741824 1073778376 140734994401328 139895780354472 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11921/tid=11929] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11929/stat : 11929 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834751 9856040960 13498 33554432000 1073741824 1073778376 140734994401328 139895779301928 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11921/tid=11930] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11930/stat : 11930 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834751 9856040960 13498 33554432000 1073741824 1073778376 140734994401328 139895778248872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11921/tid=11931] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11931/stat : 11931 (java) S 11918 11921 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8834751 9856040960 13498 33554432000 1073741824 1073778376 140734994401328 139895777196328 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11921/tid=11932] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11932/stat : 11932 (java) S 11918 11921 10365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8834752 9856040960 13498 33554432000 1073741824 1073778376 140734994401328 139895764786024 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11921/tid=11933] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11933/stat : 11933 (java) S 11918 11921 10365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8834752 9856040960 13498 33554432000 1073741824 1073778376 140734994401328 139895763732344 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11921/tid=11934] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11934/stat : 11934 (java) S 11918 11921 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834752 9856040960 13498 33554432000 1073741824 1073778376 140734994401328 139895762679176 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11921/tid=11935] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11935/stat : 11935 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834754 9856040960 13498 33554432000 1073741824 1073778376 140734994401328 139895761627920 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11921/tid=11936] ppid=11918 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/11921/task/11936/stat : 11936 (java) S 11918 11921 10365 0 -1 4202560 5700 0 0 0 35 2 0 0 20 0 19 0 8834754 9856040960 13498 33554432000 1073741824 1073778376 140734994401328 139895760574776 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11921/tid=11937] ppid=11918 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/11921/task/11937/stat : 11937 (java) S 11918 11921 10365 0 -1 4202560 3270 0 0 0 22 0 0 0 20 0 19 0 8834754 9856040960 13498 33554432000 1073741824 1073778376 140734994401328 139895759522232 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11921/tid=11938] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11938/stat : 11938 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834754 9856040960 13498 33554432000 1073741824 1073778376 140734994401328 139895758469368 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11921/tid=11939] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11939/stat : 11939 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834754 9856040960 13498 33554432000 1073741824 1073778376 140734994401328 139895757417032 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11921/tid=11940] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11940/stat : 11940 (java) S 11918 11921 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834766 9856040960 13498 33554432000 1073741824 1073778376 140734994401328 139895756363304 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 9625040

[startup+3.10068 s]
/proc/loadavg: 2.47 2.37 2.27 3/213 11940
/proc/meminfo: memFree=29886692/32872528 swapFree=1370072/1517240
[pid=11921] ppid=11918 vsize=9625040 CPUtime=3.9 cores=0,2,4,6
/proc/11921/stat : 11921 (java) S 11918 11921 10365 0 -1 4202496 17319 0 1 0 386 4 0 0 20 0 19 0 8834749 9856040960 17516 33554432000 1073741824 1073778376 140734994401328 140734994392464 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11921/statm: 2406260 17516 2262 9 0 2396937 0
[pid=11921/tid=11922] ppid=11918 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/11921/task/11922/stat : 11922 (java) R 11918 11921 10365 0 -1 4202560 2425 0 1 0 306 1 0 0 20 0 19 0 8834750 9856040960 17516 33554432000 1073741824 1073778376 140734994401328 139895940565480 139895880787004 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11921/tid=11924] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11924/stat : 11924 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834751 9856040960 17516 33554432000 1073741824 1073778376 140734994401328 139895879297960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11921/tid=11925] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11925/stat : 11925 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834751 9856040960 17516 33554432000 1073741824 1073778376 140734994401328 139895878245416 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11921/tid=11926] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11926/stat : 11926 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834751 9856040960 17516 33554432000 1073741824 1073778376 140734994401328 139895877192360 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11921/tid=11927] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11927/stat : 11927 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834751 9856040960 17516 33554432000 1073741824 1073778376 140734994401328 139895781407528 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11921/tid=11928] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11928/stat : 11928 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834751 9856040960 17516 33554432000 1073741824 1073778376 140734994401328 139895780354472 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11921/tid=11929] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11929/stat : 11929 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834751 9856040960 17516 33554432000 1073741824 1073778376 140734994401328 139895779301928 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11921/tid=11930] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11930/stat : 11930 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834751 9856040960 17516 33554432000 1073741824 1073778376 140734994401328 139895778248872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11921/tid=11931] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11931/stat : 11931 (java) S 11918 11921 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8834751 9856040960 17516 33554432000 1073741824 1073778376 140734994401328 139895777196328 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11921/tid=11932] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11932/stat : 11932 (java) S 11918 11921 10365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8834752 9856040960 17516 33554432000 1073741824 1073778376 140734994401328 139895764786024 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11921/tid=11933] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11933/stat : 11933 (java) S 11918 11921 10365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8834752 9856040960 17516 33554432000 1073741824 1073778376 140734994401328 139895763732344 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11921/tid=11934] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11934/stat : 11934 (java) S 11918 11921 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834752 9856040960 17516 33554432000 1073741824 1073778376 140734994401328 139895762679176 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11921/tid=11935] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11935/stat : 11935 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834754 9856040960 17516 33554432000 1073741824 1073778376 140734994401328 139895761627920 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11921/tid=11936] ppid=11918 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/11921/task/11936/stat : 11936 (java) S 11918 11921 10365 0 -1 4202560 5700 0 0 0 38 2 0 0 20 0 19 0 8834754 9856040960 17516 33554432000 1073741824 1073778376 140734994401328 139895760574776 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11921/tid=11937] ppid=11918 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/11921/task/11937/stat : 11937 (java) R 11918 11921 10365 0 -1 4202560 7922 0 0 0 37 2 0 0 20 0 19 0 8834754 9856040960 17516 33554432000 1073741824 1073778376 140734994401328 139895759499496 139895946527880 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=11921/tid=11938] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11938/stat : 11938 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834754 9856040960 17516 33554432000 1073741824 1073778376 140734994401328 139895758469368 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11921/tid=11939] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11939/stat : 11939 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834754 9856040960 17516 33554432000 1073741824 1073778376 140734994401328 139895757417032 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11921/tid=11940] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11940/stat : 11940 (java) S 11918 11921 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834766 9856040960 17516 33554432000 1073741824 1073778376 140734994401328 139895756363304 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.9
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.43 2.37 2.27 3/213 11940
/proc/meminfo: memFree=29861128/32872528 swapFree=1370072/1517240
[pid=11921] ppid=11918 vsize=9625040 CPUtime=7.81 cores=0,2,4,6
/proc/11921/stat : 11921 (java) S 11918 11921 10365 0 -1 4202496 20865 0 1 0 776 5 0 0 20 0 19 0 8834749 9856040960 21379 33554432000 1073741824 1073778376 140734994401328 140734994392464 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11921/statm: 2406260 21379 2264 9 0 2396937 0
[pid=11921/tid=11922] ppid=11918 vsize=9625040 CPUtime=6.28 cores=0,2,4,6
/proc/11921/task/11922/stat : 11922 (java) R 11918 11921 10365 0 -1 4202560 2434 0 1 0 626 2 0 0 20 0 19 0 8834750 9856040960 21379 33554432000 1073741824 1073778376 140734994401328 139895940558528 139895880695070 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11921/tid=11924] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11924/stat : 11924 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834751 9856040960 21379 33554432000 1073741824 1073778376 140734994401328 139895879297960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11921/tid=11925] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11925/stat : 11925 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834751 9856040960 21379 33554432000 1073741824 1073778376 140734994401328 139895878245416 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11921/tid=11926] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11926/stat : 11926 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834751 9856040960 21379 33554432000 1073741824 1073778376 140734994401328 139895877192360 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11921/tid=11927] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11927/stat : 11927 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834751 9856040960 21379 33554432000 1073741824 1073778376 140734994401328 139895781407528 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11921/tid=11928] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11928/stat : 11928 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834751 9856040960 21379 33554432000 1073741824 1073778376 140734994401328 139895780354472 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11921/tid=11929] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11929/stat : 11929 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834751 9856040960 21379 33554432000 1073741824 1073778376 140734994401328 139895779301928 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11921/tid=11930] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11930/stat : 11930 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834751 9856040960 21379 33554432000 1073741824 1073778376 140734994401328 139895778248872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11921/tid=11931] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11931/stat : 11931 (java) S 11918 11921 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8834751 9856040960 21379 33554432000 1073741824 1073778376 140734994401328 139895777196328 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11921/tid=11932] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11932/stat : 11932 (java) S 11918 11921 10365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8834752 9856040960 21379 33554432000 1073741824 1073778376 140734994401328 139895764786024 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11921/tid=11933] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11933/stat : 11933 (java) S 11918 11921 10365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8834752 9856040960 21379 33554432000 1073741824 1073778376 140734994401328 139895763732344 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11921/tid=11934] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11934/stat : 11934 (java) S 11918 11921 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834752 9856040960 21379 33554432000 1073741824 1073778376 140734994401328 139895762679176 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11921/tid=11935] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11935/stat : 11935 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834754 9856040960 21379 33554432000 1073741824 1073778376 140734994401328 139895761627920 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11921/tid=11936] ppid=11918 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/11921/task/11936/stat : 11936 (java) S 11918 11921 10365 0 -1 4202560 5732 0 0 0 44 2 0 0 20 0 19 0 8834754 9856040960 21379 33554432000 1073741824 1073778376 140734994401328 139895760574776 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11921/tid=11937] ppid=11918 vsize=9625040 CPUtime=1.04 cores=0,2,4,6

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

[pid=11921/tid=11926] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11926/stat : 11926 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834751 9856040960 26499 33554432000 1073741824 1073778376 140734994401328 139895877192360 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11921/tid=11927] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11927/stat : 11927 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834751 9856040960 26499 33554432000 1073741824 1073778376 140734994401328 139895781407528 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11921/tid=11928] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11928/stat : 11928 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834751 9856040960 26499 33554432000 1073741824 1073778376 140734994401328 139895780354472 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11921/tid=11929] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11929/stat : 11929 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834751 9856040960 26499 33554432000 1073741824 1073778376 140734994401328 139895779301928 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11921/tid=11930] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11930/stat : 11930 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834751 9856040960 26499 33554432000 1073741824 1073778376 140734994401328 139895778248872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11921/tid=11931] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11931/stat : 11931 (java) S 11918 11921 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8834751 9856040960 26499 33554432000 1073741824 1073778376 140734994401328 139895777196328 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11921/tid=11932] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11932/stat : 11932 (java) S 11918 11921 10365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8834752 9856040960 26499 33554432000 1073741824 1073778376 140734994401328 139895764786024 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11921/tid=11933] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11933/stat : 11933 (java) S 11918 11921 10365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8834752 9856040960 26499 33554432000 1073741824 1073778376 140734994401328 139895763732344 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11921/tid=11934] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11934/stat : 11934 (java) S 11918 11921 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834752 9856040960 26499 33554432000 1073741824 1073778376 140734994401328 139895762679176 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11921/tid=11935] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11935/stat : 11935 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834754 9856040960 26499 33554432000 1073741824 1073778376 140734994401328 139895761627920 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11921/tid=11936] ppid=11918 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/11921/task/11936/stat : 11936 (java) S 11918 11921 10365 0 -1 4202560 5732 0 0 0 44 2 0 0 20 0 19 0 8834754 9856040960 26499 33554432000 1073741824 1073778376 140734994401328 139895760574776 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11921/tid=11937] ppid=11918 vsize=9625040 CPUtime=1.05 cores=0,2,4,6
/proc/11921/task/11937/stat : 11937 (java) S 11918 11921 10365 0 -1 4202560 11426 0 0 0 103 2 0 0 20 0 19 0 8834754 9856040960 26499 33554432000 1073741824 1073778376 140734994401328 139895759522232 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11921/tid=11938] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11938/stat : 11938 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834754 9856040960 26499 33554432000 1073741824 1073778376 140734994401328 139895758469368 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11921/tid=11939] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11939/stat : 11939 (java) S 11918 11921 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8834754 9856040960 26499 33554432000 1073741824 1073778376 140734994401328 139895757417032 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11921/tid=11940] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11940/stat : 11940 (java) S 11918 11921 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834766 9856040960 26499 33554432000 1073741824 1073778376 140734994401328 139895756363304 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 11.12
Current children cumulated vsize (KiB) 9625040

[startup+11.2008 s]
/proc/loadavg: 2.40 2.36 2.27 3/213 11940
/proc/meminfo: memFree=29847508/32872528 swapFree=1370072/1517240
[pid=11921] ppid=11918 vsize=9625040 CPUtime=12.74 cores=0,2,4,6
/proc/11921/stat : 11921 (java) S 11918 11921 10365 0 -1 4202496 20881 0 1 0 1269 5 0 0 20 0 19 0 8834749 9856040960 28222 33554432000 1073741824 1073778376 140734994401328 140734994392464 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11921/statm: 2406260 28222 2264 9 0 2396937 0
[pid=11921/tid=11922] ppid=11918 vsize=9625040 CPUtime=11.17 cores=0,2,4,6
/proc/11921/task/11922/stat : 11922 (java) R 11918 11921 10365 0 -1 4202560 2450 0 1 0 1115 2 0 0 20 0 19 0 8834750 9856040960 28222 33554432000 1073741824 1073778376 140734994401328 139895940559152 139895880695318 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11921/tid=11924] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11924/stat : 11924 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834751 9856040960 28222 33554432000 1073741824 1073778376 140734994401328 139895879297960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11921/tid=11925] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11925/stat : 11925 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834751 9856040960 28222 33554432000 1073741824 1073778376 140734994401328 139895878245416 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11921/tid=11926] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11926/stat : 11926 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834751 9856040960 28222 33554432000 1073741824 1073778376 140734994401328 139895877192360 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11921/tid=11927] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11927/stat : 11927 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834751 9856040960 28222 33554432000 1073741824 1073778376 140734994401328 139895781407528 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11921/tid=11928] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11928/stat : 11928 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834751 9856040960 28222 33554432000 1073741824 1073778376 140734994401328 139895780354472 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11921/tid=11929] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11929/stat : 11929 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834751 9856040960 28222 33554432000 1073741824 1073778376 140734994401328 139895779301928 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11921/tid=11930] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11930/stat : 11930 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834751 9856040960 28222 33554432000 1073741824 1073778376 140734994401328 139895778248872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11921/tid=11931] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11931/stat : 11931 (java) S 11918 11921 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8834751 9856040960 28222 33554432000 1073741824 1073778376 140734994401328 139895777196328 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11921/tid=11932] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11932/stat : 11932 (java) S 11918 11921 10365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8834752 9856040960 28222 33554432000 1073741824 1073778376 140734994401328 139895764786024 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11921/tid=11933] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11933/stat : 11933 (java) S 11918 11921 10365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8834752 9856040960 28222 33554432000 1073741824 1073778376 140734994401328 139895763732344 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11921/tid=11934] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11934/stat : 11934 (java) S 11918 11921 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834752 9856040960 28222 33554432000 1073741824 1073778376 140734994401328 139895762679176 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11921/tid=11935] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11935/stat : 11935 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834754 9856040960 28222 33554432000 1073741824 1073778376 140734994401328 139895761627920 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11921/tid=11936] ppid=11918 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/11921/task/11936/stat : 11936 (java) S 11918 11921 10365 0 -1 4202560 5732 0 0 0 44 2 0 0 20 0 19 0 8834754 9856040960 28222 33554432000 1073741824 1073778376 140734994401328 139895760574776 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11921/tid=11937] ppid=11918 vsize=9625040 CPUtime=1.07 cores=0,2,4,6
/proc/11921/task/11937/stat : 11937 (java) S 11918 11921 10365 0 -1 4202560 11426 0 0 0 105 2 0 0 20 0 19 0 8834754 9856040960 28222 33554432000 1073741824 1073778376 140734994401328 139895759522232 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11921/tid=11938] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11938/stat : 11938 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834754 9856040960 28222 33554432000 1073741824 1073778376 140734994401328 139895758469368 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11921/tid=11939] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11939/stat : 11939 (java) S 11918 11921 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8834754 9856040960 28222 33554432000 1073741824 1073778376 140734994401328 139895757417032 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11921/tid=11940] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11940/stat : 11940 (java) S 11918 11921 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834766 9856040960 28222 33554432000 1073741824 1073778376 140734994401328 139895756363304 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.74
Current children cumulated vsize (KiB) 9625040

[startup+12.0007 s]
/proc/loadavg: 2.40 2.36 2.27 3/213 11940
/proc/meminfo: memFree=29847508/32872528 swapFree=1370072/1517240
[pid=11921] ppid=11918 vsize=9625040 CPUtime=13.55 cores=0,2,4,6
/proc/11921/stat : 11921 (java) S 11918 11921 10365 0 -1 4202496 20883 0 1 0 1350 5 0 0 20 0 19 0 8834749 9856040960 29246 33554432000 1073741824 1073778376 140734994401328 140734994392464 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11921/statm: 2406260 29246 2264 9 0 2396937 0
[pid=11921/tid=11922] ppid=11918 vsize=9625040 CPUtime=11.97 cores=0,2,4,6
/proc/11921/task/11922/stat : 11922 (java) R 11918 11921 10365 0 -1 4202560 2452 0 1 0 1195 2 0 0 20 0 19 0 8834750 9856040960 29246 33554432000 1073741824 1073778376 140734994401328 139895940559152 139895880715095 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11921/tid=11924] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11924/stat : 11924 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834751 9856040960 29246 33554432000 1073741824 1073778376 140734994401328 139895879297960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11921/tid=11925] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11925/stat : 11925 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834751 9856040960 29246 33554432000 1073741824 1073778376 140734994401328 139895878245416 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11921/tid=11926] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11926/stat : 11926 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834751 9856040960 29246 33554432000 1073741824 1073778376 140734994401328 139895877192360 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11921/tid=11927] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11927/stat : 11927 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834751 9856040960 29246 33554432000 1073741824 1073778376 140734994401328 139895781407528 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11921/tid=11928] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11928/stat : 11928 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834751 9856040960 29246 33554432000 1073741824 1073778376 140734994401328 139895780354472 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11921/tid=11929] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11929/stat : 11929 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834751 9856040960 29246 33554432000 1073741824 1073778376 140734994401328 139895779301928 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11921/tid=11930] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11930/stat : 11930 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834751 9856040960 29246 33554432000 1073741824 1073778376 140734994401328 139895778248872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11921/tid=11931] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11931/stat : 11931 (java) S 11918 11921 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8834751 9856040960 29246 33554432000 1073741824 1073778376 140734994401328 139895777196328 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11921/tid=11932] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11932/stat : 11932 (java) S 11918 11921 10365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8834752 9856040960 29246 33554432000 1073741824 1073778376 140734994401328 139895764786024 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11921/tid=11933] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11933/stat : 11933 (java) S 11918 11921 10365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8834752 9856040960 29246 33554432000 1073741824 1073778376 140734994401328 139895763732344 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11921/tid=11934] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11934/stat : 11934 (java) S 11918 11921 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834752 9856040960 29246 33554432000 1073741824 1073778376 140734994401328 139895762679176 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11921/tid=11935] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11935/stat : 11935 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834754 9856040960 29246 33554432000 1073741824 1073778376 140734994401328 139895761627920 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11921/tid=11936] ppid=11918 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/11921/task/11936/stat : 11936 (java) S 11918 11921 10365 0 -1 4202560 5732 0 0 0 44 2 0 0 20 0 19 0 8834754 9856040960 29246 33554432000 1073741824 1073778376 140734994401328 139895760574776 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11921/tid=11937] ppid=11918 vsize=9625040 CPUtime=1.08 cores=0,2,4,6
/proc/11921/task/11937/stat : 11937 (java) S 11918 11921 10365 0 -1 4202560 11426 0 0 0 106 2 0 0 20 0 19 0 8834754 9856040960 29246 33554432000 1073741824 1073778376 140734994401328 139895759522232 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11921/tid=11938] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11938/stat : 11938 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834754 9856040960 29246 33554432000 1073741824 1073778376 140734994401328 139895758469368 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11921/tid=11939] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11939/stat : 11939 (java) S 11918 11921 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8834754 9856040960 29246 33554432000 1073741824 1073778376 140734994401328 139895757417032 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11921/tid=11940] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11940/stat : 11940 (java) S 11918 11921 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834766 9856040960 29246 33554432000 1073741824 1073778376 140734994401328 139895756363304 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 13.55
Current children cumulated vsize (KiB) 9625040

[startup+12.2076 s]
/proc/loadavg: 2.40 2.36 2.27 3/213 11940
/proc/meminfo: memFree=29841256/32872528 swapFree=1370072/1517240
[pid=11921] ppid=11918 vsize=9625040 CPUtime=13.75 cores=0,2,4,6
/proc/11921/stat : 11921 (java) S 11918 11921 10365 0 -1 4202496 20885 0 1 0 1370 5 0 0 20 0 19 0 8834749 9856040960 29758 33554432000 1073741824 1073778376 140734994401328 140734994392464 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11921/statm: 2406260 29758 2264 9 0 2396937 0
[pid=11921/tid=11922] ppid=11918 vsize=9625040 CPUtime=12.18 cores=0,2,4,6
/proc/11921/task/11922/stat : 11922 (java) R 11918 11921 10365 0 -1 4202560 2454 0 1 0 1216 2 0 0 20 0 19 0 8834750 9856040960 29758 33554432000 1073741824 1073778376 140734994401328 139895940558528 139895880715103 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11921/tid=11924] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11924/stat : 11924 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834751 9856040960 29758 33554432000 1073741824 1073778376 140734994401328 139895879297960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11921/tid=11925] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11925/stat : 11925 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834751 9856040960 29758 33554432000 1073741824 1073778376 140734994401328 139895878245416 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11921/tid=11926] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11926/stat : 11926 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834751 9856040960 29758 33554432000 1073741824 1073778376 140734994401328 139895877192360 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11921/tid=11927] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11927/stat : 11927 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834751 9856040960 29758 33554432000 1073741824 1073778376 140734994401328 139895781407528 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11921/tid=11928] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11928/stat : 11928 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834751 9856040960 29758 33554432000 1073741824 1073778376 140734994401328 139895780354472 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11921/tid=11929] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11929/stat : 11929 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834751 9856040960 29758 33554432000 1073741824 1073778376 140734994401328 139895779301928 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11921/tid=11930] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11930/stat : 11930 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834751 9856040960 29758 33554432000 1073741824 1073778376 140734994401328 139895778248872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11921/tid=11931] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11931/stat : 11931 (java) S 11918 11921 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8834751 9856040960 29758 33554432000 1073741824 1073778376 140734994401328 139895777196328 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11921/tid=11932] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11932/stat : 11932 (java) S 11918 11921 10365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8834752 9856040960 29758 33554432000 1073741824 1073778376 140734994401328 139895764786024 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11921/tid=11933] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11933/stat : 11933 (java) S 11918 11921 10365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8834752 9856040960 29758 33554432000 1073741824 1073778376 140734994401328 139895763732344 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11921/tid=11934] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11934/stat : 11934 (java) S 11918 11921 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834752 9856040960 29758 33554432000 1073741824 1073778376 140734994401328 139895762679176 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11921/tid=11935] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11935/stat : 11935 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834754 9856040960 29758 33554432000 1073741824 1073778376 140734994401328 139895761627920 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11921/tid=11936] ppid=11918 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/11921/task/11936/stat : 11936 (java) S 11918 11921 10365 0 -1 4202560 5732 0 0 0 44 2 0 0 20 0 19 0 8834754 9856040960 29758 33554432000 1073741824 1073778376 140734994401328 139895760574776 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11921/tid=11937] ppid=11918 vsize=9625040 CPUtime=1.08 cores=0,2,4,6
/proc/11921/task/11937/stat : 11937 (java) S 11918 11921 10365 0 -1 4202560 11426 0 0 0 106 2 0 0 20 0 19 0 8834754 9856040960 29758 33554432000 1073741824 1073778376 140734994401328 139895759522232 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11921/tid=11938] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11938/stat : 11938 (java) S 11918 11921 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834754 9856040960 29758 33554432000 1073741824 1073778376 140734994401328 139895758469368 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11921/tid=11939] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11939/stat : 11939 (java) S 11918 11921 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8834754 9856040960 29758 33554432000 1073741824 1073778376 140734994401328 139895757417032 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11921/tid=11940] ppid=11918 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11921/task/11940/stat : 11940 (java) S 11918 11921 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834766 9856040960 29758 33554432000 1073741824 1073778376 140734994401328 139895756363304 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 13.75
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 12.2919
CPU time (s): 13.8619
CPU user time (s): 13.7699
CPU system time (s): 0.091986
CPU usage (%): 112.773
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.7699
system time used= 0.091986
maximum resident set size= 119088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20903
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= 629
involuntary context switches= 59

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.073988 second user time and 0.085986 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-16 11:04:43
IDJOB=4090926
IDBENCH=79247
IDSOLVER=2551
FILE ID=node129/4090926-1466067883
RUNJOBID= node129-1466062122-10381
PBS_JOBID= 19904010
Free space on /tmp= 71736 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.1111224255--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090926-1466067883/watcher-4090926-1466067883 -o /tmp/evaluation-result-4090926-1466067883/solver-4090926-1466067883 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466062122-10381 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090926-1466067883.wbo

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

MD5SUM BENCH= 2d2bf2958836971f0db370fff49dd93d
RANDOM SEED=28215377

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29935128 kB
Buffers:            9140 kB
Cached:            42504 kB
SwapCached:          672 kB
Active:           693032 kB
Inactive:          28372 kB
Active(anon):     671212 kB
Inactive(anon):      912 kB
Active(file):      21820 kB
Inactive(file):    27460 kB
Unevictable:     1517240 kB
Mlocked:         1370072 kB
SwapTotal:      67108856 kB
SwapFree:       67100228 kB
Dirty:               588 kB
Writeback:             0 kB
AnonPages:       2257656 kB
Mapped:            15404 kB
Shmem:                 0 kB
Slab:             564796 kB
SReclaimable:       8860 kB
SUnreclaim:       555936 kB
KernelStack:        1760 kB
PageTables:         8824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2408356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    858112 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= 71736 MiB
End job on node129 at 2016-06-16 11:04:55