Trace number 4109480

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.2823 9.89906

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111224255--soft-33-100-0.wbo
MD5SUM51ec66e2af29a72ddad86a3465d2cbc7
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark8.58769
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 constraints69
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 3204
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3203
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.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.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.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-4109480-1466343645.wbo
0.10/0.11	c reading problem ... 
0.10/0.17	c ... done. Wall clock time 0.056s.
0.10/0.17	c declared #vars     169
0.10/0.17	c internal #vars     238
0.10/0.17	c #constraints  101
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.10/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.10/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
0.10/0.17	c 101 constraints processed.
0.10/0.17	c objective function length is 69 literals
0.27/0.27	c SATISFIABLE
0.27/0.27	c OPTIMIZING...
0.27/0.27	c Got one! Elapsed wall clock time (in seconds):0.158
0.27/0.27	o 1208
0.27/0.28	c Got one! Elapsed wall clock time (in seconds):0.169
0.27/0.28	o 921
0.27/0.29	c Got one! Elapsed wall clock time (in seconds):0.179
0.27/0.29	o 909
0.54/0.30	c Got one! Elapsed wall clock time (in seconds):0.193
0.54/0.30	o 906
0.54/0.33	c Got one! Elapsed wall clock time (in seconds):0.217
0.54/0.33	o 854
0.54/0.34	c Got one! Elapsed wall clock time (in seconds):0.227
0.54/0.34	o 469
0.54/0.34	c Got one! Elapsed wall clock time (in seconds):0.235
0.54/0.34	o 466
0.54/0.35	c Got one! Elapsed wall clock time (in seconds):0.238
0.54/0.35	o 438
0.54/0.36	c Got one! Elapsed wall clock time (in seconds):0.245
0.54/0.36	o 434
0.54/0.36	c Got one! Elapsed wall clock time (in seconds):0.248
0.54/0.36	o 432
0.54/0.36	c Got one! Elapsed wall clock time (in seconds):0.253
0.54/0.36	o 409
0.54/0.37	c Got one! Elapsed wall clock time (in seconds):0.265
0.54/0.37	o 407
0.54/0.38	c Got one! Elapsed wall clock time (in seconds):0.275
0.54/0.38	o 406
0.54/0.39	c Got one! Elapsed wall clock time (in seconds):0.282
0.54/0.39	o 403
0.69/0.40	c Got one! Elapsed wall clock time (in seconds):0.287
0.69/0.40	o 391
0.87/0.56	c Got one! Elapsed wall clock time (in seconds):0.452
0.87/0.56	o 374
0.87/0.58	c Got one! Elapsed wall clock time (in seconds):0.465
0.87/0.58	o 373
0.87/0.58	c Got one! Elapsed wall clock time (in seconds):0.472
0.87/0.58	o 367
0.87/0.59	c Got one! Elapsed wall clock time (in seconds):0.477
0.87/0.59	o 361
0.98/0.60	c Got one! Elapsed wall clock time (in seconds):0.488
0.98/0.60	o 358
0.98/0.61	c Got one! Elapsed wall clock time (in seconds):0.501
0.98/0.61	o 351
0.98/0.62	c Got one! Elapsed wall clock time (in seconds):0.51
0.98/0.62	o 348
0.98/0.63	c Got one! Elapsed wall clock time (in seconds):0.521
0.98/0.63	o 345
0.98/0.64	c Got one! Elapsed wall clock time (in seconds):0.53
0.98/0.64	o 339
0.98/0.65	c Got one! Elapsed wall clock time (in seconds):0.538
0.98/0.65	o 327
0.98/0.66	c Got one! Elapsed wall clock time (in seconds):0.554
0.98/0.66	o 312
0.98/0.67	c Got one! Elapsed wall clock time (in seconds):0.559
0.98/0.67	o 307
1.11/0.70	c Got one! Elapsed wall clock time (in seconds):0.591
1.11/0.70	o 306
1.11/0.70	c Got one! Elapsed wall clock time (in seconds):0.595
1.11/0.70	o 305
1.11/0.71	c Got one! Elapsed wall clock time (in seconds):0.601
1.11/0.71	o 298
1.11/0.73	c Got one! Elapsed wall clock time (in seconds):0.615
1.11/0.73	o 295
1.11/0.73	c Got one! Elapsed wall clock time (in seconds):0.618
1.11/0.73	o 268
1.11/0.73	c Got one! Elapsed wall clock time (in seconds):0.622
1.11/0.73	o 256
1.26/0.81	c cleaning 5687 clauses out of 11383 with flag 3679/11383
1.49/1.05	c Got one! Elapsed wall clock time (in seconds):0.936
1.49/1.05	o 252
1.49/1.10	c Got one! Elapsed wall clock time (in seconds):0.993
1.49/1.10	o 247
1.60/1.12	c Got one! Elapsed wall clock time (in seconds):1.014
1.60/1.12	o 237
1.70/1.24	c Got one! Elapsed wall clock time (in seconds):1.131
1.70/1.24	o 236
1.70/1.26	c Got one! Elapsed wall clock time (in seconds):1.149
1.70/1.26	o 206
1.83/1.38	c cleaning 8703 clauses out of 17413 with flag 8302/23100
2.04/1.51	c Got one! Elapsed wall clock time (in seconds):1.396
2.04/1.51	o 202
2.04/1.54	c Got one! Elapsed wall clock time (in seconds):1.434
2.04/1.54	o 201
2.04/1.56	c Got one! Elapsed wall clock time (in seconds):1.449
2.04/1.56	o 200
2.04/1.59	c Got one! Elapsed wall clock time (in seconds):1.479
2.04/1.59	o 199
2.19/1.66	c Got one! Elapsed wall clock time (in seconds):1.548
2.19/1.66	o 198
2.19/1.67	c Got one! Elapsed wall clock time (in seconds):1.559
2.19/1.67	o 197
2.40/1.70	c Got one! Elapsed wall clock time (in seconds):1.59
2.40/1.70	o 168
2.40/1.71	c Got one! Elapsed wall clock time (in seconds):1.604
2.40/1.71	o 158
2.40/1.72	c Got one! Elapsed wall clock time (in seconds):1.615
2.40/1.72	o 157
2.51/1.85	c cleaning 8875 clauses out of 17752 with flag 7557/32142
2.65/1.93	c Got one! Elapsed wall clock time (in seconds):1.821
2.65/1.93	o 151
2.65/1.97	c Got one! Elapsed wall clock time (in seconds):1.86
2.65/1.97	o 149
2.75/2.02	c Got one! Elapsed wall clock time (in seconds):1.91
2.75/2.02	o 131
2.85/2.17	c cleaning 7819 clauses out of 15639 with flag 12795/38904
2.96/2.21	c Got one! Elapsed wall clock time (in seconds):2.102
2.96/2.21	o 130
2.96/2.28	c Got one! Elapsed wall clock time (in seconds):2.167
2.96/2.28	o 126
2.96/2.30	c Got one! Elapsed wall clock time (in seconds):2.188
2.96/2.30	o 124
3.17/2.49	c Got one! Elapsed wall clock time (in seconds):2.375
3.17/2.49	o 121
3.27/2.53	c Got one! Elapsed wall clock time (in seconds):2.421
3.27/2.53	o 120
3.27/2.54	c Got one! Elapsed wall clock time (in seconds):2.434
3.27/2.54	o 119
3.38/2.64	c cleaning 8115 clauses out of 16242 with flag 3773/47326
3.38/2.66	c Got one! Elapsed wall clock time (in seconds):2.546
3.38/2.66	o 117
3.59/2.72	c Got one! Elapsed wall clock time (in seconds):2.608
3.59/2.72	o 106
4.02/2.92	c Got one! Elapsed wall clock time (in seconds):2.813
4.02/2.92	o 104
4.23/3.00	c cleaning 7428 clauses out of 14870 with flag 3576/54069
4.23/3.03	c Got one! Elapsed wall clock time (in seconds):2.923
4.23/3.03	o 103
4.41/3.12	c Got one! Elapsed wall clock time (in seconds):3.012
4.41/3.12	o 101
4.53/3.26	c cleaning 6691 clauses out of 13386 with flag 12072/60013
4.64/3.31	c Got one! Elapsed wall clock time (in seconds):3.198
4.64/3.31	o 99
4.74/3.48	c cleaning 5993 clauses out of 11995 with flag 15453/65313
4.93/3.62	c Got one! Elapsed wall clock time (in seconds):3.514
4.93/3.62	o 93
5.03/3.72	c cleaning 5866 clauses out of 11743 with flag 7197/71054
5.23/3.95	c Got one! Elapsed wall clock time (in seconds):3.841
5.23/3.95	o 67
5.33/4.02	c Got one! Elapsed wall clock time (in seconds):3.91
5.33/4.02	o 26
5.54/4.20	c cleaning 8583 clauses out of 17165 with flag 16068/82342
5.74/4.43	c Got one! Elapsed wall clock time (in seconds):4.317
5.74/4.43	o 25
5.74/4.46	c Got one! Elapsed wall clock time (in seconds):4.348
5.74/4.46	o 24
5.84/4.59	c Got one! Elapsed wall clock time (in seconds):4.484
5.84/4.59	o 20
6.04/4.71	c cleaning 10180 clauses out of 20371 with flag 8123/94131
6.04/4.72	c Got one! Elapsed wall clock time (in seconds):4.606
6.04/4.72	o 18
6.24/4.94	c cleaning 7688 clauses out of 15385 with flag 20009/99325
6.43/5.18	c cleaning 6844 clauses out of 13696 with flag 45657/105325
6.63/5.39	c Got one! Elapsed wall clock time (in seconds):5.278
6.63/5.39	o 17
6.63/5.40	c Got one! Elapsed wall clock time (in seconds):5.286
6.63/5.40	o 16
6.74/5.43	c Got one! Elapsed wall clock time (in seconds):5.316
6.74/5.43	o 15
6.95/5.69	c cleaning 8998 clauses out of 18002 with flag 23632/116476
7.24/5.94	c cleaning 7500 clauses out of 15005 with flag 47983/122478
7.54/6.22	c cleaning 7251 clauses out of 14504 with flag 76622/129477
7.86/6.55	c cleaning 7622 clauses out of 15249 with flag 108775/137475
8.26/6.95	c cleaning 8313 clauses out of 16627 with flag 147556/146476
8.76/7.40	c cleaning 9148 clauses out of 18312 with flag 191426/156475
9.17/7.83	c Got one! Elapsed wall clock time (in seconds):7.715
9.17/7.83	o 11
9.46/8.11	c cleaning 11958 clauses out of 23918 with flag 23246/171230
9.46/8.17	c Got one! Elapsed wall clock time (in seconds):8.056
9.46/8.17	o 10
9.66/8.36	c cleaning 8613 clauses out of 17244 with flag 18721/176515
9.96/8.62	c cleaning 7310 clauses out of 14631 with flag 46922/182515
10.27/8.91	c cleaning 7155 clauses out of 14318 with flag 80761/189515
10.36/9.02	c Got one! Elapsed wall clock time (in seconds):8.912
10.36/9.02	o 9
10.46/9.11	c cleaning 6192 clauses out of 12383 with flag 9618/194735
10.66/9.35	c cleaning 6092 clauses out of 12189 with flag 37944/200736
10.86/9.57	c Got one! Elapsed wall clock time (in seconds):9.463
10.86/9.57	o 8
11.16/9.85	c cleaning 8358 clauses out of 16724 with flag 25853/211371
11.16/9.89	c starts		: 188
11.16/9.89	c conflicts		: 212190
11.16/9.89	c decisions		: 354496
11.16/9.89	c propagations		: 5264668
11.16/9.89	c inspects		: 117035047
11.16/9.89	c shortcuts		: 0
11.16/9.89	c learnt literals	: 35
11.16/9.89	c learnt binary clauses	: 20
11.16/9.89	c learnt ternary clauses	: 426
11.16/9.89	c learnt constraints	: 212154
11.16/9.89	c ignored constraints	: 0
11.16/9.89	c root simplifications	: 0
11.16/9.89	c removed literals (reason simplification)	: 0
11.16/9.89	c reason swapping (by a shorter reason)	: 0
11.16/9.89	c Calls to reduceDB	: 26
11.16/9.89	c Number of update (reduction) of LBD	: 59239
11.16/9.89	c Imported unit clauses	: 0
11.16/9.89	c number of reductions to clauses (during analyze)	: 0
11.16/9.89	c number of learned constraints concerned by reduction	: 0
11.16/9.89	c number of learning phase by resolution	: 0
11.16/9.89	c number of learning phase by cutting planes	: 0
11.16/9.89	c speed (assignments/second)	: 541632.5102880658
11.16/9.89	c non guided choices	2947
11.16/9.89	c learnt constraints type 
11.16/9.89	s OPTIMUM FOUND
11.16/9.89	c Found 76 solution(s)
11.16/9.89	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.16/9.89	c objective function=8
11.16/9.89	c Total wall clock time (in seconds): 9.781

Verifier Data

OK	8

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-4109480-1466343645/watcher-4109480-1466343645 -o /tmp/evaluation-result-4109480-1466343645/solver-4109480-1466343645 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466341816-5531 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109480-1466343645.wbo 

pid=6336
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.12 2.14 1.85 3/195 6339
/proc/meminfo: memFree=31259620/32872528 swapFree=338416/354768
[pid=6339] ppid=6336 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/6339/stat : 6339 (java) S 6336 6339 5514 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 36411250 98570240 978 33554432000 1073741824 1073778376 140736222459072 140736222450208 242170757181 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6339/statm: 24065 978 744 9 0 16771 0
[pid=6339/tid=6340] ppid=6336 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6340/stat : 6340 (java) R 6336 6339 5514 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 36411251 98570240 978 33554432000 1073741824 1073778376 140736222459072 140094209977896 242167399808 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100173 s]
/proc/loadavg: 2.12 2.14 1.85 3/195 6339
/proc/meminfo: memFree=31259620/32872528 swapFree=338416/354768
[pid=6339] ppid=6336 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/6339/stat : 6339 (java) S 6336 6339 5514 0 -1 4202496 4397 0 1 0 9 1 0 0 20 0 18 0 36411250 9787879424 6032 33554432000 1073741824 1073778376 140736222459072 140736222450208 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6339/statm: 2389619 6032 2125 9 0 2380296 0
[pid=6339/tid=6340] ppid=6336 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/6339/task/6340/stat : 6340 (java) R 6336 6339 5514 0 -1 4202560 2378 0 1 0 7 0 0 0 20 0 18 0 36411251 9787879424 6032 33554432000 1073741824 1073778376 140736222459072 140094209981344 242170782989 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200416 s]
/proc/loadavg: 2.12 2.14 1.85 3/195 6339
/proc/meminfo: memFree=31259620/32872528 swapFree=338416/354768
[pid=6339] ppid=6336 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/6339/stat : 6339 (java) S 6336 6339 5514 0 -1 4202496 5847 0 1 0 26 1 0 0 20 0 19 0 36411250 9856040960 8165 33554432000 1073741824 1073778376 140736222459072 140736222450208 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6339/statm: 2406260 8174 2228 9 0 2396937 0
[pid=6339/tid=6340] ppid=6336 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/6339/task/6340/stat : 6340 (java) R 6336 6339 5514 0 -1 4202560 2407 0 1 0 17 0 0 0 20 0 19 0 36411251 9856040960 8182 33554432000 1073741824 1073778376 140736222459072 140094209982616 140094065460609 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9625040

[startup+0.300404 s]
/proc/loadavg: 2.12 2.14 1.85 3/195 6339
/proc/meminfo: memFree=31259620/32872528 swapFree=338416/354768
[pid=6339] ppid=6336 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/6339/stat : 6339 (java) S 6336 6339 5514 0 -1 4202496 7135 0 1 0 53 1 0 0 20 0 19 0 36411250 9856040960 8573 33554432000 1073741824 1073778376 140736222459072 140736222450208 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6339/statm: 2406260 8573 2244 9 0 2396937 0
[pid=6339/tid=6340] ppid=6336 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/6339/task/6340/stat : 6340 (java) R 6336 6339 5514 0 -1 4202560 2408 0 1 0 27 0 0 0 20 0 19 0 36411251 9856040960 8573 33554432000 1073741824 1073778376 140736222459072 140094209982520 140094065428768 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9625040

[startup+0.700278 s]
/proc/loadavg: 2.12 2.14 1.85 3/195 6339
/proc/meminfo: memFree=31259620/32872528 swapFree=338416/354768
[pid=6339] ppid=6336 vsize=9625040 CPUtime=1.11 cores=1,3,5,7
/proc/6339/stat : 6339 (java) S 6336 6339 5514 0 -1 4202496 9424 0 1 0 110 1 0 0 20 0 19 0 36411250 9856040960 9436 33554432000 1073741824 1073778376 140736222459072 140736222450208 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6339/statm: 2406260 9436 2255 9 0 2396937 0
[pid=6339/tid=6340] ppid=6336 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/6339/task/6340/stat : 6340 (java) R 6336 6339 5514 0 -1 4202560 2409 0 1 0 67 0 0 0 20 0 19 0 36411251 9856040960 9436 33554432000 1073741824 1073778376 140736222459072 140094209982520 140094065850784 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 9625040

[startup+1.50081 s]
/proc/loadavg: 2.11 2.14 1.85 3/214 6358
/proc/meminfo: memFree=31221548/32872528 swapFree=338416/354768
[pid=6339] ppid=6336 vsize=9625040 CPUtime=2.04 cores=1,3,5,7
/proc/6339/stat : 6339 (java) S 6336 6339 5514 0 -1 4202496 9524 0 1 0 202 2 0 0 20 0 19 0 36411250 9856040960 10989 33554432000 1073741824 1073778376 140736222459072 140736222450208 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6339/statm: 2406260 10989 2262 9 0 2396937 0
[pid=6339/tid=6340] ppid=6336 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/6339/task/6340/stat : 6340 (java) R 6336 6339 5514 0 -1 4202560 2413 0 1 0 146 1 0 0 20 0 19 0 36411251 9856040960 10989 33554432000 1073741824 1073778376 140736222459072 140094209974576 140094065850809 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6339/tid=6342] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6342/stat : 6342 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411251 9856040960 10989 33554432000 1073741824 1073778376 140736222459072 140094188083880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6343] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6343/stat : 6343 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411251 9856040960 10989 33554432000 1073741824 1073778376 140736222459072 140094187031336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6339/tid=6344] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6344/stat : 6344 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411251 9856040960 10989 33554432000 1073741824 1073778376 140736222459072 140094185978792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6339/tid=6345] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6345/stat : 6345 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411251 9856040960 10989 33554432000 1073741824 1073778376 140736222459072 140094184926248 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6339/tid=6346] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6346/stat : 6346 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411251 9856040960 10989 33554432000 1073741824 1073778376 140736222459072 140094183872680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6347] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6347/stat : 6347 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411251 9856040960 10989 33554432000 1073741824 1073778376 140736222459072 140093713017128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6339/tid=6348] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6348/stat : 6348 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411251 9856040960 10989 33554432000 1073741824 1073778376 140736222459072 140093711964584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6349] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6349/stat : 6349 (java) S 6336 6339 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36411251 9856040960 10989 33554432000 1073741824 1073778376 140736222459072 140093710912040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6350] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6350/stat : 6350 (java) S 6336 6339 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36411252 9856040960 10989 33554432000 1073741824 1073778376 140736222459072 140093698501224 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6351] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6351/stat : 6351 (java) S 6336 6339 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36411253 9856040960 10989 33554432000 1073741824 1073778376 140736222459072 140093697447544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6352] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6352/stat : 6352 (java) S 6336 6339 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36411253 9856040960 10989 33554432000 1073741824 1073778376 140736222459072 140093696394888 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6353] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6353/stat : 6353 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411255 9856040960 10989 33554432000 1073741824 1073778376 140736222459072 140093695343632 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6354] ppid=6336 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/6339/task/6354/stat : 6354 (java) S 6336 6339 5514 0 -1 4202560 1894 0 0 0 20 0 0 0 20 0 19 0 36411255 9856040960 10989 33554432000 1073741824 1073778376 140736222459072 140093694289976 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6355] ppid=6336 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/6339/task/6355/stat : 6355 (java) S 6336 6339 5514 0 -1 4202560 3945 0 0 0 32 0 0 0 20 0 19 0 36411255 9856040960 10989 33554432000 1073741824 1073778376 140736222459072 140093693237432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6339/tid=6356] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6356/stat : 6356 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411255 9856040960 10989 33554432000 1073741824 1073778376 140736222459072 140093692185080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6339/tid=6357] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6357/stat : 6357 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411255 9856040960 10989 33554432000 1073741824 1073778376 140736222459072 140093691132744 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6358] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6358/stat : 6358 (java) S 6336 6339 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36411268 9856040960 10989 33554432000 1073741824 1073778376 140736222459072 140093689980200 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 9625040

[startup+3.10091 s]
/proc/loadavg: 2.11 2.14 1.85 3/214 6358
/proc/meminfo: memFree=31210192/32872528 swapFree=338416/354768
[pid=6339] ppid=6336 vsize=9625040 CPUtime=4.41 cores=1,3,5,7
/proc/6339/stat : 6339 (java) S 6336 6339 5514 0 -1 4202496 20374 0 1 0 438 3 0 0 20 0 19 0 36411250 9856040960 16577 33554432000 1073741824 1073778376 140736222459072 140736222450208 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6339/statm: 2406260 16577 2263 9 0 2396937 0
[pid=6339/tid=6340] ppid=6336 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/6339/task/6340/stat : 6340 (java) R 6336 6339 5514 0 -1 4202560 2418 0 1 0 306 1 0 0 20 0 19 0 36411251 9856040960 16577 33554432000 1073741824 1073778376 140736222459072 140094209980888 140094065804220 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6339/tid=6342] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6342/stat : 6342 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411251 9856040960 16577 33554432000 1073741824 1073778376 140736222459072 140094188083880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6343] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6343/stat : 6343 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411251 9856040960 16577 33554432000 1073741824 1073778376 140736222459072 140094187031336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6339/tid=6344] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6344/stat : 6344 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411251 9856040960 16577 33554432000 1073741824 1073778376 140736222459072 140094185978792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6339/tid=6345] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6345/stat : 6345 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411251 9856040960 16577 33554432000 1073741824 1073778376 140736222459072 140094184926248 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6339/tid=6346] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6346/stat : 6346 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411251 9856040960 16577 33554432000 1073741824 1073778376 140736222459072 140094183872680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6347] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6347/stat : 6347 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411251 9856040960 16577 33554432000 1073741824 1073778376 140736222459072 140093713017128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6339/tid=6348] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6348/stat : 6348 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411251 9856040960 16577 33554432000 1073741824 1073778376 140736222459072 140093711964584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6349] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6349/stat : 6349 (java) S 6336 6339 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36411251 9856040960 16577 33554432000 1073741824 1073778376 140736222459072 140093710912040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6350] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6350/stat : 6350 (java) S 6336 6339 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36411252 9856040960 16577 33554432000 1073741824 1073778376 140736222459072 140093698501224 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6351] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6351/stat : 6351 (java) S 6336 6339 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36411253 9856040960 16577 33554432000 1073741824 1073778376 140736222459072 140093697447544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6352] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6352/stat : 6352 (java) S 6336 6339 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36411253 9856040960 16577 33554432000 1073741824 1073778376 140736222459072 140093696394888 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6353] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6353/stat : 6353 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411255 9856040960 16577 33554432000 1073741824 1073778376 140736222459072 140093695343632 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6354] ppid=6336 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/6339/task/6354/stat : 6354 (java) S 6336 6339 5514 0 -1 4202560 4919 0 0 0 41 0 0 0 20 0 19 0 36411255 9856040960 16577 33554432000 1073741824 1073778376 140736222459072 140093694289976 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6355] ppid=6336 vsize=9625040 CPUtime=0.9 cores=1,3,5,7
/proc/6339/task/6355/stat : 6355 (java) S 6336 6339 5514 0 -1 4202560 11765 0 0 0 88 2 0 0 20 0 19 0 36411255 9856040960 16577 33554432000 1073741824 1073778376 140736222459072 140093693237432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6339/tid=6356] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6356/stat : 6356 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411255 9856040960 16577 33554432000 1073741824 1073778376 140736222459072 140093692185080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6339/tid=6357] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6357/stat : 6357 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411255 9856040960 16577 33554432000 1073741824 1073778376 140736222459072 140093691132744 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6358] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6358/stat : 6358 (java) S 6336 6339 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36411268 9856040960 16577 33554432000 1073741824 1073778376 140736222459072 140093689980200 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.41
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.10 2.13 1.85 3/214 6358
/proc/meminfo: memFree=31161580/32872528 swapFree=338416/354768
[pid=6339] ppid=6336 vsize=9625040 CPUtime=7.64 cores=1,3,5,7
/proc/6339/stat : 6339 (java) S 6336 6339 5514 0 -1 4202496 20388 0 1 0 760 4 0 0 20 0 19 0 36411250 9856040960 20329 33554432000 1073741824 1073778376 140736222459072 140736222450208 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6339/statm: 2406260 20329 2264 9 0 2396937 0
[pid=6339/tid=6340] ppid=6336 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/6339/task/6340/stat : 6340 (java) R 6336 6339 5514 0 -1 4202560 2429 0 1 0 625 2 0 0 20 0 19 0 36411251 9856040960 20329 33554432000 1073741824 1073778376 140736222459072 140094209973968 140094065826656 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6339/tid=6342] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6342/stat : 6342 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411251 9856040960 20329 33554432000 1073741824 1073778376 140736222459072 140094188083880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6343] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6343/stat : 6343 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411251 9856040960 20329 33554432000 1073741824 1073778376 140736222459072 140094187031336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6339/tid=6344] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6344/stat : 6344 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411251 9856040960 20329 33554432000 1073741824 1073778376 140736222459072 140094185978792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6339/tid=6345] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6345/stat : 6345 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411251 9856040960 20329 33554432000 1073741824 1073778376 140736222459072 140094184926248 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6339/tid=6346] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6346/stat : 6346 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411251 9856040960 20329 33554432000 1073741824 1073778376 140736222459072 140094183872680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6347] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6347/stat : 6347 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411251 9856040960 20329 33554432000 1073741824 1073778376 140736222459072 140093713017128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6339/tid=6348] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6348/stat : 6348 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411251 9856040960 20329 33554432000 1073741824 1073778376 140736222459072 140093711964584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6349] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6349/stat : 6349 (java) S 6336 6339 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36411251 9856040960 20329 33554432000 1073741824 1073778376 140736222459072 140093710912040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6350] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6350/stat : 6350 (java) S 6336 6339 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36411252 9856040960 20329 33554432000 1073741824 1073778376 140736222459072 140093698501224 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6351] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6351/stat : 6351 (java) S 6336 6339 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36411253 9856040960 20329 33554432000 1073741824 1073778376 140736222459072 140093697447544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6352] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6352/stat : 6352 (java) S 6336 6339 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36411253 9856040960 20329 33554432000 1073741824 1073778376 140736222459072 140093696394888 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6353] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6353/stat : 6353 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411255 9856040960 20329 33554432000 1073741824 1073778376 140736222459072 140093695343632 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6354] ppid=6336 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/6339/task/6354/stat : 6354 (java) S 6336 6339 5514 0 -1 4202560 4919 0 0 0 41 0 0 0 20 0 19 0 36411255 9856040960 20329 33554432000 1073741824 1073778376 140736222459072 140093694289976 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6355] ppid=6336 vsize=9625040 CPUtime=0.92 cores=1,3,5,7

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

[pid=6339/tid=6344] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6344/stat : 6344 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411251 9856040960 21865 33554432000 1073741824 1073778376 140736222459072 140094185978792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6339/tid=6345] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6345/stat : 6345 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411251 9856040960 21865 33554432000 1073741824 1073778376 140736222459072 140094184926248 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6339/tid=6346] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6346/stat : 6346 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411251 9856040960 21865 33554432000 1073741824 1073778376 140736222459072 140094183872680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6347] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6347/stat : 6347 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411251 9856040960 21865 33554432000 1073741824 1073778376 140736222459072 140093713017128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6339/tid=6348] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6348/stat : 6348 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411251 9856040960 21865 33554432000 1073741824 1073778376 140736222459072 140093711964584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6349] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6349/stat : 6349 (java) S 6336 6339 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36411251 9856040960 21865 33554432000 1073741824 1073778376 140736222459072 140093710912040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6350] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6350/stat : 6350 (java) S 6336 6339 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36411252 9856040960 21865 33554432000 1073741824 1073778376 140736222459072 140093698501224 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6351] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6351/stat : 6351 (java) S 6336 6339 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36411253 9856040960 21865 33554432000 1073741824 1073778376 140736222459072 140093697447544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6352] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6352/stat : 6352 (java) S 6336 6339 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36411253 9856040960 21865 33554432000 1073741824 1073778376 140736222459072 140093696394888 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6353] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6353/stat : 6353 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411255 9856040960 21865 33554432000 1073741824 1073778376 140736222459072 140093695343632 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6354] ppid=6336 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/6339/task/6354/stat : 6354 (java) S 6336 6339 5514 0 -1 4202560 4919 0 0 0 42 0 0 0 20 0 19 0 36411255 9856040960 21865 33554432000 1073741824 1073778376 140736222459072 140093694289976 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6355] ppid=6336 vsize=9625040 CPUtime=0.93 cores=1,3,5,7
/proc/6339/task/6355/stat : 6355 (java) S 6336 6339 5514 0 -1 4202560 11767 0 0 0 91 2 0 0 20 0 19 0 36411255 9856040960 21865 33554432000 1073741824 1073778376 140736222459072 140093693237432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6339/tid=6356] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6356/stat : 6356 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411255 9856040960 21865 33554432000 1073741824 1073778376 140736222459072 140093692185080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6339/tid=6357] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6357/stat : 6357 (java) S 6336 6339 5514 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36411255 9856040960 21865 33554432000 1073741824 1073778376 140736222459072 140093691132744 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6358] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6358/stat : 6358 (java) S 6336 6339 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36411268 9856040960 21865 33554432000 1073741824 1073778376 140736222459072 140093689980200 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 9.36
Current children cumulated vsize (KiB) 9625040

[startup+8.8007 s]
/proc/loadavg: 2.10 2.13 1.85 3/214 6423
/proc/meminfo: memFree=31177988/32872528 swapFree=338416/354768
[pid=6339] ppid=6336 vsize=9625040 CPUtime=10.17 cores=1,3,5,7
/proc/6339/stat : 6339 (java) S 6336 6339 5514 0 -1 4202496 20395 0 1 0 1013 4 0 0 20 0 19 0 36411250 9856040960 22889 33554432000 1073741824 1073778376 140736222459072 140736222450208 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6339/statm: 2406260 22889 2264 9 0 2396937 0
[pid=6339/tid=6340] ppid=6336 vsize=9625040 CPUtime=8.78 cores=1,3,5,7
/proc/6339/task/6340/stat : 6340 (java) R 6336 6339 5514 0 -1 4202560 2436 0 1 0 876 2 0 0 20 0 19 0 36411251 9856040960 22889 33554432000 1073741824 1073778376 140736222459072 140094209974576 140094065797957 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6339/tid=6342] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6342/stat : 6342 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411251 9856040960 22889 33554432000 1073741824 1073778376 140736222459072 140094188083880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6343] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6343/stat : 6343 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411251 9856040960 22889 33554432000 1073741824 1073778376 140736222459072 140094187031336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6339/tid=6344] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6344/stat : 6344 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411251 9856040960 22889 33554432000 1073741824 1073778376 140736222459072 140094185978792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6339/tid=6345] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6345/stat : 6345 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411251 9856040960 22889 33554432000 1073741824 1073778376 140736222459072 140094184926248 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6339/tid=6346] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6346/stat : 6346 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411251 9856040960 22889 33554432000 1073741824 1073778376 140736222459072 140094183872680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6347] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6347/stat : 6347 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411251 9856040960 22889 33554432000 1073741824 1073778376 140736222459072 140093713017128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6339/tid=6348] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6348/stat : 6348 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411251 9856040960 22889 33554432000 1073741824 1073778376 140736222459072 140093711964584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6349] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6349/stat : 6349 (java) S 6336 6339 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36411251 9856040960 22889 33554432000 1073741824 1073778376 140736222459072 140093710912040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6350] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6350/stat : 6350 (java) S 6336 6339 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36411252 9856040960 22889 33554432000 1073741824 1073778376 140736222459072 140093698501224 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6351] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6351/stat : 6351 (java) S 6336 6339 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36411253 9856040960 22889 33554432000 1073741824 1073778376 140736222459072 140093697447544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6352] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6352/stat : 6352 (java) S 6336 6339 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36411253 9856040960 22889 33554432000 1073741824 1073778376 140736222459072 140093696394888 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6353] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6353/stat : 6353 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411255 9856040960 22889 33554432000 1073741824 1073778376 140736222459072 140093695343632 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6354] ppid=6336 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/6339/task/6354/stat : 6354 (java) S 6336 6339 5514 0 -1 4202560 4919 0 0 0 42 0 0 0 20 0 19 0 36411255 9856040960 22889 33554432000 1073741824 1073778376 140736222459072 140093694289976 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6355] ppid=6336 vsize=9625040 CPUtime=0.93 cores=1,3,5,7
/proc/6339/task/6355/stat : 6355 (java) S 6336 6339 5514 0 -1 4202560 11767 0 0 0 91 2 0 0 20 0 19 0 36411255 9856040960 22889 33554432000 1073741824 1073778376 140736222459072 140093693237432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6339/tid=6356] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6356/stat : 6356 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411255 9856040960 22889 33554432000 1073741824 1073778376 140736222459072 140093692185080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6339/tid=6357] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6357/stat : 6357 (java) S 6336 6339 5514 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36411255 9856040960 22889 33554432000 1073741824 1073778376 140736222459072 140093691132744 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6358] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6358/stat : 6358 (java) S 6336 6339 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36411268 9856040960 22889 33554432000 1073741824 1073778376 140736222459072 140093689980200 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 10.17
Current children cumulated vsize (KiB) 9625040

[startup+9.60076 s]
/proc/loadavg: 2.10 2.13 1.85 3/214 6423
/proc/meminfo: memFree=31177988/32872528 swapFree=338416/354768
[pid=6339] ppid=6336 vsize=9625040 CPUtime=10.96 cores=1,3,5,7
/proc/6339/stat : 6339 (java) S 6336 6339 5514 0 -1 4202496 20397 0 1 0 1092 4 0 0 20 0 19 0 36411250 9856040960 23913 33554432000 1073741824 1073778376 140736222459072 140736222450208 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6339/statm: 2406260 23913 2264 9 0 2396937 0
[pid=6339/tid=6340] ppid=6336 vsize=9625040 CPUtime=9.57 cores=1,3,5,7
/proc/6339/task/6340/stat : 6340 (java) R 6336 6339 5514 0 -1 4202560 2438 0 1 0 955 2 0 0 20 0 19 0 36411251 9856040960 23913 33554432000 1073741824 1073778376 140736222459072 140094209973968 140094065826703 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6339/tid=6342] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6342/stat : 6342 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411251 9856040960 23913 33554432000 1073741824 1073778376 140736222459072 140094188083880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6343] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6343/stat : 6343 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411251 9856040960 23913 33554432000 1073741824 1073778376 140736222459072 140094187031336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6339/tid=6344] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6344/stat : 6344 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411251 9856040960 23913 33554432000 1073741824 1073778376 140736222459072 140094185978792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6339/tid=6345] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6345/stat : 6345 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411251 9856040960 23913 33554432000 1073741824 1073778376 140736222459072 140094184926248 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6339/tid=6346] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6346/stat : 6346 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411251 9856040960 23913 33554432000 1073741824 1073778376 140736222459072 140094183872680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6347] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6347/stat : 6347 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411251 9856040960 23913 33554432000 1073741824 1073778376 140736222459072 140093713017128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6339/tid=6348] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6348/stat : 6348 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411251 9856040960 23913 33554432000 1073741824 1073778376 140736222459072 140093711964584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6349] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6349/stat : 6349 (java) S 6336 6339 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36411251 9856040960 23913 33554432000 1073741824 1073778376 140736222459072 140093710912040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6350] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6350/stat : 6350 (java) S 6336 6339 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36411252 9856040960 23913 33554432000 1073741824 1073778376 140736222459072 140093698501224 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6351] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6351/stat : 6351 (java) S 6336 6339 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36411253 9856040960 23913 33554432000 1073741824 1073778376 140736222459072 140093697447544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6352] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6352/stat : 6352 (java) S 6336 6339 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36411253 9856040960 23913 33554432000 1073741824 1073778376 140736222459072 140093696394888 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6353] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6353/stat : 6353 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411255 9856040960 23913 33554432000 1073741824 1073778376 140736222459072 140093695343632 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6354] ppid=6336 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/6339/task/6354/stat : 6354 (java) S 6336 6339 5514 0 -1 4202560 4919 0 0 0 42 0 0 0 20 0 19 0 36411255 9856040960 23913 33554432000 1073741824 1073778376 140736222459072 140093694289976 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6355] ppid=6336 vsize=9625040 CPUtime=0.93 cores=1,3,5,7
/proc/6339/task/6355/stat : 6355 (java) S 6336 6339 5514 0 -1 4202560 11767 0 0 0 91 2 0 0 20 0 19 0 36411255 9856040960 23913 33554432000 1073741824 1073778376 140736222459072 140093693237432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6339/tid=6356] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6356/stat : 6356 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411255 9856040960 23913 33554432000 1073741824 1073778376 140736222459072 140093692185080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6339/tid=6357] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6357/stat : 6357 (java) S 6336 6339 5514 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36411255 9856040960 23913 33554432000 1073741824 1073778376 140736222459072 140093691132744 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6358] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6358/stat : 6358 (java) S 6336 6339 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36411268 9856040960 23913 33554432000 1073741824 1073778376 140736222459072 140093689980200 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 10.96
Current children cumulated vsize (KiB) 9625040

[startup+9.80076 s]
/proc/loadavg: 2.10 2.13 1.85 3/214 6423
/proc/meminfo: memFree=31177988/32872528 swapFree=338416/354768
[pid=6339] ppid=6336 vsize=9625040 CPUtime=11.16 cores=1,3,5,7
/proc/6339/stat : 6339 (java) S 6336 6339 5514 0 -1 4202496 20398 0 1 0 1112 4 0 0 20 0 19 0 36411250 9856040960 24425 33554432000 1073741824 1073778376 140736222459072 140736222450208 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6339/statm: 2406260 24425 2264 9 0 2396937 0
[pid=6339/tid=6340] ppid=6336 vsize=9625040 CPUtime=9.77 cores=1,3,5,7
/proc/6339/task/6340/stat : 6340 (java) R 6336 6339 5514 0 -1 4202560 2439 0 1 0 975 2 0 0 20 0 19 0 36411251 9856040960 24425 33554432000 1073741824 1073778376 140736222459072 140094209973968 140094065850846 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6339/tid=6342] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6342/stat : 6342 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411251 9856040960 24425 33554432000 1073741824 1073778376 140736222459072 140094188083880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6343] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6343/stat : 6343 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411251 9856040960 24425 33554432000 1073741824 1073778376 140736222459072 140094187031336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6339/tid=6344] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6344/stat : 6344 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411251 9856040960 24425 33554432000 1073741824 1073778376 140736222459072 140094185978792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6339/tid=6345] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6345/stat : 6345 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411251 9856040960 24425 33554432000 1073741824 1073778376 140736222459072 140094184926248 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6339/tid=6346] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6346/stat : 6346 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411251 9856040960 24425 33554432000 1073741824 1073778376 140736222459072 140094183872680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6347] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6347/stat : 6347 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411251 9856040960 24425 33554432000 1073741824 1073778376 140736222459072 140093713017128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6339/tid=6348] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6348/stat : 6348 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411251 9856040960 24425 33554432000 1073741824 1073778376 140736222459072 140093711964584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6349] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6349/stat : 6349 (java) S 6336 6339 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36411251 9856040960 24425 33554432000 1073741824 1073778376 140736222459072 140093710912040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6350] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6350/stat : 6350 (java) S 6336 6339 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36411252 9856040960 24425 33554432000 1073741824 1073778376 140736222459072 140093698501224 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6351] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6351/stat : 6351 (java) S 6336 6339 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36411253 9856040960 24425 33554432000 1073741824 1073778376 140736222459072 140093697447544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6352] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6352/stat : 6352 (java) S 6336 6339 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36411253 9856040960 24425 33554432000 1073741824 1073778376 140736222459072 140093696394888 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6353] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6353/stat : 6353 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411255 9856040960 24425 33554432000 1073741824 1073778376 140736222459072 140093695343632 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6354] ppid=6336 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/6339/task/6354/stat : 6354 (java) S 6336 6339 5514 0 -1 4202560 4919 0 0 0 42 0 0 0 20 0 19 0 36411255 9856040960 24425 33554432000 1073741824 1073778376 140736222459072 140093694289976 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6355] ppid=6336 vsize=9625040 CPUtime=0.93 cores=1,3,5,7
/proc/6339/task/6355/stat : 6355 (java) S 6336 6339 5514 0 -1 4202560 11767 0 0 0 91 2 0 0 20 0 19 0 36411255 9856040960 24425 33554432000 1073741824 1073778376 140736222459072 140093693237432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6339/tid=6356] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6356/stat : 6356 (java) S 6336 6339 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411255 9856040960 24425 33554432000 1073741824 1073778376 140736222459072 140093692185080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6339/tid=6357] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6357/stat : 6357 (java) S 6336 6339 5514 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36411255 9856040960 24425 33554432000 1073741824 1073778376 140736222459072 140093691132744 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6339/tid=6358] ppid=6336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6339/task/6358/stat : 6358 (java) S 6336 6339 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36411268 9856040960 24425 33554432000 1073741824 1073778376 140736222459072 140093689980200 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 11.16
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 9.89906
CPU time (s): 11.2823
CPU user time (s): 11.2113
CPU system time (s): 0.070989
CPU usage (%): 113.973
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.2113
system time used= 0.070989
maximum resident set size= 97764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20421
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= 496
involuntary context switches= 51

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.080987 second user time and 0.079987 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-19 15:40:45
IDJOB=4109480
IDBENCH=78825
IDSOLVER=2551
FILE ID=node126/4109480-1466343645
RUNJOBID= node126-1466341816-5531
PBS_JOBID= 19922027
Free space on /tmp= 71740 MiB

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

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

MD5SUM BENCH= 51ec66e2af29a72ddad86a3465d2cbc7
RANDOM SEED=458580562

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.121
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.121
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:        31259776 kB
Buffers:          173632 kB
Cached:           277324 kB
SwapCached:         1796 kB
Active:           165084 kB
Inactive:         345220 kB
Active(anon):      59784 kB
Inactive(anon):     1916 kB
Active(file):     105300 kB
Inactive(file):   343304 kB
Unevictable:      354768 kB
Mlocked:          338416 kB
SwapTotal:      67108856 kB
SwapFree:       67100300 kB
Dirty:              1908 kB
Writeback:             0 kB
AnonPages:        443728 kB
Mapped:            17036 kB
Shmem:                 0 kB
Slab:             609516 kB
SReclaimable:      52696 kB
SUnreclaim:       556820 kB
KernelStack:        1768 kB
PageTables:         5200 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1042496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     86016 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71740 MiB
End job on node126 at 2016-06-19 15:40:55