Trace number 4090604

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 12.1422 11.2183

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111218757--soft-66-100-0.wbo
MD5SUM8ae5062c7652fddde3927693898a40dc
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark80
Best CPU time to get the best result obtained on this benchmark18.1402
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints28
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 1415
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 1414
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1266
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.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-4090604-1466065058.wbo
0.10/0.10	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.053s.
0.10/0.16	c declared #vars     169
0.10/0.16	c internal #vars     197
0.10/0.16	c #constraints  101
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
0.10/0.16	c 101 constraints processed.
0.10/0.16	c objective function length is 28 literals
0.69/0.47	c cleaning 2499 clauses out of 5000 with flag 13591/5000
1.00/0.68	c cleaning 4249 clauses out of 8502 with flag 32693/11001
1.00/0.69	c SATISFIABLE
1.00/0.69	c OPTIMIZING...
1.00/0.69	c Got one! Elapsed wall clock time (in seconds):0.587
1.00/0.69	o 1257
1.18/0.72	c Got one! Elapsed wall clock time (in seconds):0.611
1.18/0.72	o 790
1.28/0.87	c cleaning 5326 clauses out of 10653 with flag 16198/17401
1.39/0.98	c Got one! Elapsed wall clock time (in seconds):0.877
1.39/0.98	o 789
1.49/1.05	c cleaning 5453 clauses out of 10921 with flag 6970/22995
1.49/1.10	c Got one! Elapsed wall clock time (in seconds):0.995
1.49/1.10	o 788
1.61/1.17	c Got one! Elapsed wall clock time (in seconds):1.065
1.61/1.17	o 784
1.61/1.20	c Got one! Elapsed wall clock time (in seconds):1.096
1.61/1.20	o 767
1.71/1.21	c Got one! Elapsed wall clock time (in seconds):1.108
1.71/1.21	o 764
1.71/1.29	c cleaning 6235 clauses out of 12477 with flag 7016/30004
1.80/1.35	c Got one! Elapsed wall clock time (in seconds):1.246
1.80/1.35	o 763
1.90/1.42	c Got one! Elapsed wall clock time (in seconds):1.317
1.90/1.42	o 750
1.90/1.46	c cleaning 5763 clauses out of 11530 with flag 4093/35292
2.00/1.53	c Got one! Elapsed wall clock time (in seconds):1.424
2.00/1.53	o 745
2.10/1.63	c cleaning 5502 clauses out of 11010 with flag 10757/40535
2.30/1.83	c cleaning 5752 clauses out of 11508 with flag 34909/46535
2.30/1.89	c Got one! Elapsed wall clock time (in seconds):1.784
2.30/1.89	o 741
2.40/1.90	c Got one! Elapsed wall clock time (in seconds):1.793
2.40/1.90	o 732
2.40/1.95	c Got one! Elapsed wall clock time (in seconds):1.846
2.40/1.95	o 726
2.40/1.98	c Got one! Elapsed wall clock time (in seconds):1.875
2.40/1.98	o 724
2.60/2.10	c cleaning 6591 clauses out of 13181 with flag 11813/53960
2.60/2.19	c Got one! Elapsed wall clock time (in seconds):2.082
2.60/2.19	o 723
2.60/2.20	c Got one! Elapsed wall clock time (in seconds):2.091
2.60/2.20	o 721
2.70/2.20	c Got one! Elapsed wall clock time (in seconds):2.1
2.70/2.20	o 685
2.70/2.27	c Got one! Elapsed wall clock time (in seconds):2.17
2.70/2.27	o 683
2.80/2.32	c cleaning 6423 clauses out of 12864 with flag 4160/60234
3.00/2.51	c Got one! Elapsed wall clock time (in seconds):2.409
3.00/2.51	o 681
3.10/2.62	c Got one! Elapsed wall clock time (in seconds):2.521
3.10/2.62	o 669
3.20/2.76	c cleaning 8842 clauses out of 17696 with flag 11703/71489
3.30/2.87	c Got one! Elapsed wall clock time (in seconds):2.764
3.30/2.87	o 668
3.30/2.87	c Got one! Elapsed wall clock time (in seconds):2.767
3.30/2.87	o 546
3.40/2.92	c Got one! Elapsed wall clock time (in seconds):2.818
3.40/2.92	o 532
3.40/2.97	c cleaning 7221 clauses out of 14445 with flag 4052/77080
3.60/3.10	c Got one! Elapsed wall clock time (in seconds):2.996
3.60/3.10	o 528
3.60/3.14	c cleaning 6267 clauses out of 12534 with flag 4447/82390
3.81/3.35	c cleaning 6130 clauses out of 12265 with flag 30307/88388
3.81/3.38	c Got one! Elapsed wall clock time (in seconds):3.271
3.81/3.38	o 526
4.00/3.56	c cleaning 5985 clauses out of 11971 with flag 19784/94224
4.00/3.59	c Got one! Elapsed wall clock time (in seconds):3.49
4.00/3.59	o 524
4.20/3.74	c Got one! Elapsed wall clock time (in seconds):3.632
4.20/3.74	o 521
4.20/3.78	c cleaning 6150 clauses out of 12307 with flag 4318/100545
4.30/3.84	c Got one! Elapsed wall clock time (in seconds):3.732
4.30/3.84	o 514
4.40/3.91	c Got one! Elapsed wall clock time (in seconds):3.81
4.40/3.91	o 508
4.40/3.93	c Got one! Elapsed wall clock time (in seconds):3.83
4.40/3.93	o 502
4.40/3.99	c Got one! Elapsed wall clock time (in seconds):3.882
4.40/3.99	o 497
4.50/4.02	c Got one! Elapsed wall clock time (in seconds):3.919
4.50/4.02	o 492
4.50/4.03	c Got one! Elapsed wall clock time (in seconds):3.928
4.50/4.03	o 489
4.50/4.03	c Got one! Elapsed wall clock time (in seconds):3.93
4.50/4.03	o 485
4.50/4.04	c Got one! Elapsed wall clock time (in seconds):3.937
4.50/4.04	o 483
4.50/4.05	c Got one! Elapsed wall clock time (in seconds):3.947
4.50/4.05	o 477
4.50/4.07	c Got one! Elapsed wall clock time (in seconds):3.965
4.50/4.07	o 460
4.61/4.12	c cleaning 7548 clauses out of 15102 with flag 4142/109490
4.81/4.36	c cleaning 6776 clauses out of 13556 with flag 29999/115492
5.37/4.65	c cleaning 6882 clauses out of 13780 with flag 60210/122492
5.69/4.94	c cleaning 7441 clauses out of 14896 with flag 93229/130490
6.01/5.29	c cleaning 8228 clauses out of 16457 with flag 133281/139492
6.11/5.37	c Got one! Elapsed wall clock time (in seconds):5.269
6.11/5.37	o 459
6.11/5.39	c Got one! Elapsed wall clock time (in seconds):5.287
6.11/5.39	o 451
6.11/5.39	c Got one! Elapsed wall clock time (in seconds):5.29
6.11/5.39	o 398
6.21/5.40	c Got one! Elapsed wall clock time (in seconds):5.3
6.21/5.40	o 394
6.21/5.42	c Got one! Elapsed wall clock time (in seconds):5.316
6.21/5.42	o 389
6.21/5.46	c Got one! Elapsed wall clock time (in seconds):5.356
6.21/5.46	o 376
6.21/5.47	c Got one! Elapsed wall clock time (in seconds):5.364
6.21/5.47	o 363
6.21/5.49	c Got one! Elapsed wall clock time (in seconds):5.39
6.21/5.49	o 361
6.35/5.51	c Got one! Elapsed wall clock time (in seconds):5.402
6.35/5.51	o 346
6.35/5.51	c Got one! Elapsed wall clock time (in seconds):5.41
6.35/5.51	o 335
6.45/5.61	c cleaning 8147 clauses out of 16298 with flag 9478/147561
6.64/5.82	c cleaning 7069 clauses out of 14151 with flag 36120/153561
6.74/5.91	c Got one! Elapsed wall clock time (in seconds):5.808
6.74/5.91	o 332
6.74/5.92	c Got one! Elapsed wall clock time (in seconds):5.814
6.74/5.92	o 320
6.84/6.03	c cleaning 6593 clauses out of 13198 with flag 12855/159677
6.84/6.05	c Got one! Elapsed wall clock time (in seconds):5.946
6.84/6.05	o 313
6.84/6.05	c Got one! Elapsed wall clock time (in seconds):5.948
6.84/6.05	o 256
6.84/6.06	c Got one! Elapsed wall clock time (in seconds):5.958
6.84/6.06	o 240
6.84/6.07	c Got one! Elapsed wall clock time (in seconds):5.962
6.84/6.07	o 236
6.84/6.08	c Got one! Elapsed wall clock time (in seconds):5.973
6.84/6.08	o 233
6.84/6.09	c Got one! Elapsed wall clock time (in seconds):5.991
6.84/6.09	o 223
7.11/6.27	c Got one! Elapsed wall clock time (in seconds):6.166
7.11/6.27	o 214
7.21/6.32	c cleaning 7214 clauses out of 14435 with flag 4360/167507
7.31/6.47	c Got one! Elapsed wall clock time (in seconds):6.366
7.31/6.47	o 211
7.31/6.47	c Got one! Elapsed wall clock time (in seconds):6.37
7.31/6.47	o 206
7.31/6.48	c Got one! Elapsed wall clock time (in seconds):6.379
7.31/6.48	o 200
7.42/6.53	c cleaning 6439 clauses out of 12884 with flag 4655/173170
7.62/6.74	c cleaning 6221 clauses out of 12445 with flag 31918/179170
7.82/6.99	c cleaning 6609 clauses out of 13224 with flag 65726/186170
8.12/7.29	c cleaning 7301 clauses out of 14617 with flag 102808/194172
8.32/7.46	c Got one! Elapsed wall clock time (in seconds):7.352
8.32/7.46	o 199
8.32/7.49	c Got one! Elapsed wall clock time (in seconds):7.381
8.32/7.49	o 196
8.32/7.49	c Got one! Elapsed wall clock time (in seconds):7.389
8.32/7.49	o 193
8.42/7.54	c cleaning 7117 clauses out of 14250 with flag 4455/201106
8.63/7.76	c cleaning 6557 clauses out of 13133 with flag 32234/207106
8.82/7.91	c Got one! Elapsed wall clock time (in seconds):7.811
8.82/7.91	o 192
8.82/7.92	c Got one! Elapsed wall clock time (in seconds):7.816
8.82/7.92	o 187
8.82/7.96	c cleaning 6132 clauses out of 12283 with flag 4519/212813
8.92/8.01	c Got one! Elapsed wall clock time (in seconds):7.902
8.92/8.01	o 183
8.92/8.01	c Got one! Elapsed wall clock time (in seconds):7.906
8.92/8.01	o 180
8.92/8.03	c Got one! Elapsed wall clock time (in seconds):7.922
8.92/8.03	o 176
9.03/8.17	c cleaning 6130 clauses out of 12267 with flag 17509/218929
9.13/8.23	c Got one! Elapsed wall clock time (in seconds):8.122
9.13/8.23	o 164
9.13/8.23	c Got one! Elapsed wall clock time (in seconds):8.125
9.13/8.23	o 162
9.13/8.27	c Got one! Elapsed wall clock time (in seconds):8.166
9.13/8.27	o 161
9.23/8.35	c cleaning 5724 clauses out of 11453 with flag 9498/224245
9.43/8.52	c Got one! Elapsed wall clock time (in seconds):8.414
9.43/8.52	o 157
9.43/8.57	c Got one! Elapsed wall clock time (in seconds):8.463
9.43/8.57	o 156
9.63/8.74	c cleaning 8050 clauses out of 16110 with flag 18367/234626
9.84/8.96	c Got one! Elapsed wall clock time (in seconds):8.852
9.84/8.96	o 154
10.03/9.19	c cleaning 9363 clauses out of 18732 with flag 24576/245298
10.23/9.37	c Got one! Elapsed wall clock time (in seconds):9.269
10.23/9.37	o 153
10.33/9.40	c Got one! Elapsed wall clock time (in seconds):9.296
10.33/9.40	o 152
10.33/9.45	c cleaning 7945 clauses out of 15897 with flag 4592/251826
10.53/9.68	c cleaning 6973 clauses out of 13952 with flag 33216/257826
10.63/9.74	c Got one! Elapsed wall clock time (in seconds):9.637
10.63/9.74	o 151
10.73/9.82	c Got one! Elapsed wall clock time (in seconds):9.718
10.73/9.82	o 146
10.73/9.87	c cleaning 6267 clauses out of 12538 with flag 5024/263385
10.94/10.08	c cleaning 6123 clauses out of 12268 with flag 34969/269382
11.03/10.19	c Got one! Elapsed wall clock time (in seconds):10.088
11.03/10.19	o 142
11.13/10.24	c Got one! Elapsed wall clock time (in seconds):10.137
11.13/10.24	o 90
11.13/10.29	c cleaning 6080 clauses out of 12173 with flag 4777/275410
11.43/10.50	c cleaning 6037 clauses out of 12090 with flag 34822/281407
11.63/10.77	c cleaning 6527 clauses out of 13054 with flag 70039/288408
11.94/11.07	c cleaning 7261 clauses out of 14527 with flag 109653/296408
12.13/11.20	c Got one! Elapsed wall clock time (in seconds):11.098
12.13/11.20	o 87
12.13/11.20	c Got one! Elapsed wall clock time (in seconds):11.099
12.13/11.20	o 80
12.13/11.21	c starts		: 535
12.13/11.21	c conflicts		: 300026
12.13/11.21	c decisions		: 469733
12.13/11.21	c propagations		: 5916988
12.13/11.21	c inspects		: 134613651
12.13/11.21	c shortcuts		: 0
12.13/11.21	c learnt literals	: 1
12.13/11.21	c learnt binary clauses	: 1
12.13/11.21	c learnt ternary clauses	: 73
12.13/11.21	c learnt constraints	: 300025
12.13/11.21	c ignored constraints	: 0
12.13/11.21	c root simplifications	: 0
12.13/11.21	c removed literals (reason simplification)	: 0
12.13/11.21	c reason swapping (by a shorter reason)	: 0
12.13/11.21	c Calls to reduceDB	: 44
12.13/11.21	c Number of update (reduction) of LBD	: 73837
12.13/11.21	c Imported unit clauses	: 0
12.13/11.21	c number of reductions to clauses (during analyze)	: 0
12.13/11.21	c number of learned constraints concerned by reduction	: 0
12.13/11.21	c number of learning phase by resolution	: 0
12.13/11.21	c number of learning phase by cutting planes	: 0
12.13/11.21	c speed (assignments/second)	: 535522.4907231424
12.13/11.21	c non guided choices	2383
12.13/11.21	c learnt constraints type 
12.13/11.21	s OPTIMUM FOUND
12.13/11.21	c Found 81 solution(s)
12.13/11.21	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 
12.13/11.21	c objective function=80
12.13/11.21	c Total wall clock time (in seconds): 11.107

Verifier Data

OK	80

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-4090604-1466065058/watcher-4090604-1466065058 -o /tmp/evaluation-result-4090604-1466065058/solver-4090604-1466065058 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1466062123-8045 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090604-1466065058.wbo 

pid=8900
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.29 2.21 2.07 3/194 8903
/proc/meminfo: memFree=30434876/32872528 swapFree=1190796/1305260
[pid=8903] ppid=8900 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/8903/stat : 8903 (java) D 8900 8903 8029 0 -1 4202496 523 0 0 0 0 0 0 0 20 0 1 0 8552414 9515008 175 33554432000 1073741824 1073778376 140736828907248 140736828889976 214537421712 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/8903/statm: 2323 175 133 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 2.29 2.21 2.07 3/194 8903
/proc/meminfo: memFree=30434876/32872528 swapFree=1190796/1305260
[pid=8903] ppid=8900 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/8903/stat : 8903 (java) S 8900 8903 8029 0 -1 4202496 4439 0 1 0 9 1 0 0 20 0 18 0 8552414 9787879424 6065 33554432000 1073741824 1073778376 140736828907248 140736828898384 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8903/statm: 2389619 6066 2140 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.20022 s]
/proc/loadavg: 2.29 2.21 2.07 3/194 8903
/proc/meminfo: memFree=30434876/32872528 swapFree=1190796/1305260
[pid=8903] ppid=8900 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/8903/stat : 8903 (java) S 8900 8903 8029 0 -1 4202496 6460 0 1 0 26 2 0 0 20 0 19 0 8552414 9856040960 8563 33554432000 1073741824 1073778376 140736828907248 140736828898384 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8903/statm: 2406260 8563 2232 9 0 2396937 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9625040

[startup+0.300229 s]
/proc/loadavg: 2.29 2.21 2.07 3/194 8903
/proc/meminfo: memFree=30434876/32872528 swapFree=1190796/1305260
[pid=8903] ppid=8900 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/8903/stat : 8903 (java) S 8900 8903 8029 0 -1 4202496 7643 0 1 0 54 2 0 0 20 0 19 0 8552414 9856040960 8736 33554432000 1073741824 1073778376 140736828907248 140736828898384 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8903/statm: 2406260 8736 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9625040

[startup+0.700171 s]
/proc/loadavg: 2.29 2.21 2.07 3/194 8903
/proc/meminfo: memFree=30434876/32872528 swapFree=1190796/1305260
[pid=8903] ppid=8900 vsize=9625040 CPUtime=1.18 cores=0,2,4,6
/proc/8903/stat : 8903 (java) S 8900 8903 8029 0 -1 4202496 9618 0 1 0 116 2 0 0 20 0 19 0 8552414 9856040960 9783 33554432000 1073741824 1073778376 140736828907248 140736828898384 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8903/statm: 2406260 9783 2258 9 0 2396937 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.29 2.21 2.07 3/213 8922
/proc/meminfo: memFree=30402128/32872528 swapFree=1190796/1305260
[pid=8903] ppid=8900 vsize=9625040 CPUtime=2 cores=0,2,4,6
/proc/8903/stat : 8903 (java) S 8900 8903 8029 0 -1 4202496 9625 0 1 0 198 2 0 0 20 0 19 0 8552414 9856040960 11322 33554432000 1073741824 1073778376 140736828907248 140736828898384 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8903/statm: 2406260 11322 2260 9 0 2396937 0
[pid=8903/tid=8905] ppid=8900 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/8903/task/8905/stat : 8905 (java) R 8900 8903 8029 0 -1 4202560 2423 0 1 0 145 1 0 0 20 0 19 0 8552415 9856040960 11322 33554432000 1073741824 1073778376 140736828907248 139839331328304 139839186314319 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8906] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8906/stat : 8906 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552416 9856040960 11322 33554432000 1073741824 1073778376 140736828907248 139839174912168 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8907] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8907/stat : 8907 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552416 9856040960 11322 33554432000 1073741824 1073778376 140736828907248 139839173859624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8903/tid=8908] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8908/stat : 8908 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552416 9856040960 11322 33554432000 1073741824 1073778376 140736828907248 139839172807080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8903/tid=8909] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8909/stat : 8909 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552416 9856040960 11322 33554432000 1073741824 1073778376 140736828907248 139839171754536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8903/tid=8910] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8910/stat : 8910 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552416 9856040960 11322 33554432000 1073741824 1073778376 140736828907248 139839170701992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8911] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8911/stat : 8911 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552416 9856040960 11322 33554432000 1073741824 1073778376 140736828907248 139838833552168 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8903/tid=8912] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8912/stat : 8912 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552416 9856040960 11322 33554432000 1073741824 1073778376 140736828907248 139838832499624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8913] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8913/stat : 8913 (java) S 8900 8903 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8552416 9856040960 11322 33554432000 1073741824 1073778376 140736828907248 139838831447080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8914] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8914/stat : 8914 (java) S 8900 8903 8029 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8552417 9856040960 11322 33554432000 1073741824 1073778376 140736828907248 139838819248232 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8915] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8915/stat : 8915 (java) S 8900 8903 8029 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8552418 9856040960 11322 33554432000 1073741824 1073778376 140736828907248 139838818194552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8916] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8916/stat : 8916 (java) S 8900 8903 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8552418 9856040960 11322 33554432000 1073741824 1073778376 140736828907248 139838817141896 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8917] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8917/stat : 8917 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552420 9856040960 11322 33554432000 1073741824 1073778376 140736828907248 139838816090640 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8918] ppid=8900 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/8903/task/8918/stat : 8918 (java) S 8900 8903 8029 0 -1 4202560 3553 0 0 0 29 0 0 0 20 0 19 0 8552420 9856040960 11322 33554432000 1073741824 1073778376 140736828907248 139838815038008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8919] ppid=8900 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/8903/task/8919/stat : 8919 (java) S 8900 8903 8029 0 -1 4202560 2372 0 0 0 20 0 0 0 20 0 19 0 8552420 9856040960 11322 33554432000 1073741824 1073778376 140736828907248 139838813985464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8903/tid=8920] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8920/stat : 8920 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552420 9856040960 11322 33554432000 1073741824 1073778376 140736828907248 139838812933112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8903/tid=8921] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8921/stat : 8921 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552420 9856040960 11322 33554432000 1073741824 1073778376 140736828907248 139838811880776 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8922] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8922/stat : 8922 (java) S 8900 8903 8029 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8552431 9856040960 11322 33554432000 1073741824 1073778376 140736828907248 139838810727208 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 2.29 2.21 2.07 3/213 8922
/proc/meminfo: memFree=30393440/32872528 swapFree=1190796/1305260
[pid=8903] ppid=8900 vsize=9625040 CPUtime=3.6 cores=0,2,4,6
/proc/8903/stat : 8903 (java) S 8900 8903 8029 0 -1 4202496 9630 0 1 0 358 2 0 0 20 0 19 0 8552414 9856040960 13882 33554432000 1073741824 1073778376 140736828907248 140736828898384 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8903/statm: 2406260 13882 2260 9 0 2396937 0
[pid=8903/tid=8905] ppid=8900 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/8903/task/8905/stat : 8905 (java) R 8900 8903 8029 0 -1 4202560 2428 0 1 0 305 1 0 0 20 0 19 0 8552415 9856040960 13882 33554432000 1073741824 1073778376 140736828907248 139839331327648 139839186400497 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8906] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8906/stat : 8906 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552416 9856040960 13882 33554432000 1073741824 1073778376 140736828907248 139839174912168 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8907] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8907/stat : 8907 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552416 9856040960 13882 33554432000 1073741824 1073778376 140736828907248 139839173859624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8903/tid=8908] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8908/stat : 8908 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552416 9856040960 13882 33554432000 1073741824 1073778376 140736828907248 139839172807080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8903/tid=8909] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8909/stat : 8909 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552416 9856040960 13882 33554432000 1073741824 1073778376 140736828907248 139839171754536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8903/tid=8910] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8910/stat : 8910 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552416 9856040960 13882 33554432000 1073741824 1073778376 140736828907248 139839170701992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8911] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8911/stat : 8911 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552416 9856040960 13882 33554432000 1073741824 1073778376 140736828907248 139838833552168 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8903/tid=8912] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8912/stat : 8912 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552416 9856040960 13882 33554432000 1073741824 1073778376 140736828907248 139838832499624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8913] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8913/stat : 8913 (java) S 8900 8903 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8552416 9856040960 13882 33554432000 1073741824 1073778376 140736828907248 139838831447080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8914] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8914/stat : 8914 (java) S 8900 8903 8029 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8552417 9856040960 13882 33554432000 1073741824 1073778376 140736828907248 139838819248232 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8915] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8915/stat : 8915 (java) S 8900 8903 8029 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8552418 9856040960 13882 33554432000 1073741824 1073778376 140736828907248 139838818194552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8916] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8916/stat : 8916 (java) S 8900 8903 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8552418 9856040960 13882 33554432000 1073741824 1073778376 140736828907248 139838817141896 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8917] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8917/stat : 8917 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552420 9856040960 13882 33554432000 1073741824 1073778376 140736828907248 139838816090640 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8918] ppid=8900 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/8903/task/8918/stat : 8918 (java) S 8900 8903 8029 0 -1 4202560 3553 0 0 0 29 0 0 0 20 0 19 0 8552420 9856040960 13882 33554432000 1073741824 1073778376 140736828907248 139838815038008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8919] ppid=8900 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/8903/task/8919/stat : 8919 (java) S 8900 8903 8029 0 -1 4202560 2372 0 0 0 20 0 0 0 20 0 19 0 8552420 9856040960 13882 33554432000 1073741824 1073778376 140736828907248 139838813985464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8903/tid=8920] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8920/stat : 8920 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552420 9856040960 13882 33554432000 1073741824 1073778376 140736828907248 139838812933112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8903/tid=8921] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8921/stat : 8921 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552420 9856040960 13882 33554432000 1073741824 1073778376 140736828907248 139838811880776 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8922] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8922/stat : 8922 (java) S 8900 8903 8029 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8552431 9856040960 13882 33554432000 1073741824 1073778376 140736828907248 139838810727208 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.27 2.20 2.07 3/213 8922
/proc/meminfo: memFree=30359996/32872528 swapFree=1190796/1305260
[pid=8903] ppid=8900 vsize=9625040 CPUtime=7.21 cores=0,2,4,6
/proc/8903/stat : 8903 (java) S 8900 8903 8029 0 -1 4202496 15454 0 1 0 717 4 0 0 20 0 19 0 8552414 9856040960 20945 33554432000 1073741824 1073778376 140736828907248 140736828898384 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8903/statm: 2406260 20945 2263 9 0 2396937 0
[pid=8903/tid=8905] ppid=8900 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/8903/task/8905/stat : 8905 (java) R 8900 8903 8029 0 -1 4202560 2441 0 1 0 623 1 0 0 20 0 19 0 8552415 9856040960 20945 33554432000 1073741824 1073778376 140736828907248 139839331336712 139839186378021 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8903/tid=8906] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8906/stat : 8906 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552416 9856040960 20945 33554432000 1073741824 1073778376 140736828907248 139839174912168 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8907] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8907/stat : 8907 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552416 9856040960 20945 33554432000 1073741824 1073778376 140736828907248 139839173859624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8903/tid=8908] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8908/stat : 8908 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552416 9856040960 20945 33554432000 1073741824 1073778376 140736828907248 139839172807080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8903/tid=8909] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8909/stat : 8909 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552416 9856040960 20945 33554432000 1073741824 1073778376 140736828907248 139839171754536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8903/tid=8910] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8910/stat : 8910 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552416 9856040960 20945 33554432000 1073741824 1073778376 140736828907248 139839170701992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8911] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8911/stat : 8911 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552416 9856040960 20945 33554432000 1073741824 1073778376 140736828907248 139838833552168 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8903/tid=8912] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8912/stat : 8912 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552416 9856040960 20945 33554432000 1073741824 1073778376 140736828907248 139838832499624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8913] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8913/stat : 8913 (java) S 8900 8903 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8552416 9856040960 20945 33554432000 1073741824 1073778376 140736828907248 139838831447080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8914] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8914/stat : 8914 (java) S 8900 8903 8029 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8552417 9856040960 20945 33554432000 1073741824 1073778376 140736828907248 139838819248232 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8915] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8915/stat : 8915 (java) S 8900 8903 8029 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8552418 9856040960 20945 33554432000 1073741824 1073778376 140736828907248 139838818194552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8916] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8916/stat : 8916 (java) S 8900 8903 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8552418 9856040960 20945 33554432000 1073741824 1073778376 140736828907248 139838817141896 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8917] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8917/stat : 8917 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552420 9856040960 20945 33554432000 1073741824 1073778376 140736828907248 139838816090640 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8918] ppid=8900 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/8903/task/8918/stat : 8918 (java) S 8900 8903 8029 0 -1 4202560 3553 0 0 0 37 0 0 0 20 0 19 0 8552420 9856040960 20945 33554432000 1073741824 1073778376 140736828907248 139838815038008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8919] ppid=8900 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/8903/task/8919/stat : 8919 (java) S 8900 8903 8029 0 -1 4202560 8182 0 0 0 53 1 0 0 20 0 19 0 8552420 9856040960 20945 33554432000 1073741824 1073778376 140736828907248 139838813985464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8903/tid=8920] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8920/stat : 8920 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552420 9856040960 20945 33554432000 1073741824 1073778376 140736828907248 139838812933112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8903/tid=8921] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8921/stat : 8921 (java) S 8900 8903 8029 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8552420 9856040960 20945 33554432000 1073741824 1073778376 140736828907248 139838811880776 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8922] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8922/stat : 8922 (java) S 8900 8903 8029 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8552431 9856040960 20945 33554432000 1073741824 1073778376 140736828907248 139838810727208 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.21
Current children cumulated vsize (KiB) 9625040


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

[pid=8903/tid=8908] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8908/stat : 8908 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552416 9856040960 26577 33554432000 1073741824 1073778376 140736828907248 139839172807080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8903/tid=8909] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8909/stat : 8909 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552416 9856040960 26577 33554432000 1073741824 1073778376 140736828907248 139839171754536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8903/tid=8910] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8910/stat : 8910 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552416 9856040960 26577 33554432000 1073741824 1073778376 140736828907248 139839170701992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8911] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8911/stat : 8911 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552416 9856040960 26577 33554432000 1073741824 1073778376 140736828907248 139838833552168 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8903/tid=8912] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8912/stat : 8912 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552416 9856040960 26577 33554432000 1073741824 1073778376 140736828907248 139838832499624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8913] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8913/stat : 8913 (java) S 8900 8903 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8552416 9856040960 26577 33554432000 1073741824 1073778376 140736828907248 139838831447080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8914] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8914/stat : 8914 (java) S 8900 8903 8029 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8552417 9856040960 26577 33554432000 1073741824 1073778376 140736828907248 139838819248232 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8915] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8915/stat : 8915 (java) S 8900 8903 8029 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8552418 9856040960 26577 33554432000 1073741824 1073778376 140736828907248 139838818194552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8916] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8916/stat : 8916 (java) S 8900 8903 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8552418 9856040960 26577 33554432000 1073741824 1073778376 140736828907248 139838817141896 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8917] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8917/stat : 8917 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552420 9856040960 26577 33554432000 1073741824 1073778376 140736828907248 139838816090640 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8918] ppid=8900 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/8903/task/8918/stat : 8918 (java) S 8900 8903 8029 0 -1 4202560 3553 0 0 0 37 0 0 0 20 0 19 0 8552420 9856040960 26577 33554432000 1073741824 1073778376 140736828907248 139838815038008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8919] ppid=8900 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/8903/task/8919/stat : 8919 (java) S 8900 8903 8029 0 -1 4202560 8182 0 0 0 56 1 0 0 20 0 19 0 8552420 9856040960 26577 33554432000 1073741824 1073778376 140736828907248 139838813985464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8903/tid=8920] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8920/stat : 8920 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552420 9856040960 26577 33554432000 1073741824 1073778376 140736828907248 139838812933112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8903/tid=8921] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8921/stat : 8921 (java) S 8900 8903 8029 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8552420 9856040960 26577 33554432000 1073741824 1073778376 140736828907248 139838811880776 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8922] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8922/stat : 8922 (java) S 8900 8903 8029 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8552431 9856040960 26577 33554432000 1073741824 1073778376 140736828907248 139838810727208 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 10.53
Current children cumulated vsize (KiB) 9625040

[startup+10.4007 s]
/proc/loadavg: 2.25 2.20 2.07 3/213 8922
/proc/meminfo: memFree=30329576/32872528 swapFree=1190796/1305260
[pid=8903] ppid=8900 vsize=9625040 CPUtime=11.33 cores=0,2,4,6
/proc/8903/stat : 8903 (java) S 8900 8903 8029 0 -1 4202496 15468 0 1 0 1129 4 0 0 20 0 19 0 8552414 9856040960 27046 33554432000 1073741824 1073778376 140736828907248 140736828898384 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8903/statm: 2406260 27046 2263 9 0 2396937 0
[pid=8903/tid=8905] ppid=8900 vsize=9625040 CPUtime=10.33 cores=0,2,4,6
/proc/8903/task/8905/stat : 8905 (java) R 8900 8903 8029 0 -1 4202560 2455 0 1 0 1031 2 0 0 20 0 19 0 8552415 9856040960 27046 33554432000 1073741824 1073778376 140736828907248 139839331327664 139839186400607 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8903/tid=8906] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8906/stat : 8906 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552416 9856040960 27046 33554432000 1073741824 1073778376 140736828907248 139839174912168 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8907] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8907/stat : 8907 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552416 9856040960 27046 33554432000 1073741824 1073778376 140736828907248 139839173859624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8903/tid=8908] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8908/stat : 8908 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552416 9856040960 27046 33554432000 1073741824 1073778376 140736828907248 139839172807080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8903/tid=8909] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8909/stat : 8909 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552416 9856040960 27046 33554432000 1073741824 1073778376 140736828907248 139839171754536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8903/tid=8910] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8910/stat : 8910 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552416 9856040960 27046 33554432000 1073741824 1073778376 140736828907248 139839170701992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8911] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8911/stat : 8911 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552416 9856040960 27046 33554432000 1073741824 1073778376 140736828907248 139838833552168 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8903/tid=8912] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8912/stat : 8912 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552416 9856040960 27046 33554432000 1073741824 1073778376 140736828907248 139838832499624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8913] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8913/stat : 8913 (java) S 8900 8903 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8552416 9856040960 27046 33554432000 1073741824 1073778376 140736828907248 139838831447080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8914] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8914/stat : 8914 (java) S 8900 8903 8029 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8552417 9856040960 27046 33554432000 1073741824 1073778376 140736828907248 139838819248232 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8915] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8915/stat : 8915 (java) S 8900 8903 8029 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8552418 9856040960 27046 33554432000 1073741824 1073778376 140736828907248 139838818194552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8916] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8916/stat : 8916 (java) S 8900 8903 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8552418 9856040960 27046 33554432000 1073741824 1073778376 140736828907248 139838817141896 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8917] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8917/stat : 8917 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552420 9856040960 27046 33554432000 1073741824 1073778376 140736828907248 139838816090640 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8918] ppid=8900 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/8903/task/8918/stat : 8918 (java) S 8900 8903 8029 0 -1 4202560 3553 0 0 0 37 0 0 0 20 0 19 0 8552420 9856040960 27046 33554432000 1073741824 1073778376 140736828907248 139838815038008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8919] ppid=8900 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/8903/task/8919/stat : 8919 (java) S 8900 8903 8029 0 -1 4202560 8182 0 0 0 56 1 0 0 20 0 19 0 8552420 9856040960 27046 33554432000 1073741824 1073778376 140736828907248 139838813985464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8903/tid=8920] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8920/stat : 8920 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552420 9856040960 27046 33554432000 1073741824 1073778376 140736828907248 139838812933112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8903/tid=8921] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8921/stat : 8921 (java) S 8900 8903 8029 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8552420 9856040960 27046 33554432000 1073741824 1073778376 140736828907248 139838811880776 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8922] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8922/stat : 8922 (java) S 8900 8903 8029 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8552431 9856040960 27046 33554432000 1073741824 1073778376 140736828907248 139838810727208 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 11.33
Current children cumulated vsize (KiB) 9625040

[startup+10.8006 s]
/proc/loadavg: 2.25 2.20 2.07 3/213 8922
/proc/meminfo: memFree=30329576/32872528 swapFree=1190796/1305260
[pid=8903] ppid=8900 vsize=9625040 CPUtime=11.73 cores=0,2,4,6
/proc/8903/stat : 8903 (java) S 8900 8903 8029 0 -1 4202496 15470 0 1 0 1169 4 0 0 20 0 19 0 8552414 9856040960 28070 33554432000 1073741824 1073778376 140736828907248 140736828898384 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8903/statm: 2406260 28070 2263 9 0 2396937 0
[pid=8903/tid=8905] ppid=8900 vsize=9625040 CPUtime=10.73 cores=0,2,4,6
/proc/8903/task/8905/stat : 8905 (java) R 8900 8903 8029 0 -1 4202560 2457 0 1 0 1071 2 0 0 20 0 19 0 8552415 9856040960 28070 33554432000 1073741824 1073778376 140736828907248 139839331327664 139839186360775 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8903/tid=8906] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8906/stat : 8906 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552416 9856040960 28070 33554432000 1073741824 1073778376 140736828907248 139839174912168 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8907] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8907/stat : 8907 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552416 9856040960 28070 33554432000 1073741824 1073778376 140736828907248 139839173859624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8903/tid=8908] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8908/stat : 8908 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552416 9856040960 28070 33554432000 1073741824 1073778376 140736828907248 139839172807080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8903/tid=8909] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8909/stat : 8909 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552416 9856040960 28070 33554432000 1073741824 1073778376 140736828907248 139839171754536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8903/tid=8910] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8910/stat : 8910 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552416 9856040960 28070 33554432000 1073741824 1073778376 140736828907248 139839170701992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8911] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8911/stat : 8911 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552416 9856040960 28070 33554432000 1073741824 1073778376 140736828907248 139838833552168 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8903/tid=8912] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8912/stat : 8912 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552416 9856040960 28070 33554432000 1073741824 1073778376 140736828907248 139838832499624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8913] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8913/stat : 8913 (java) S 8900 8903 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8552416 9856040960 28070 33554432000 1073741824 1073778376 140736828907248 139838831447080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8914] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8914/stat : 8914 (java) S 8900 8903 8029 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8552417 9856040960 28070 33554432000 1073741824 1073778376 140736828907248 139838819248232 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8915] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8915/stat : 8915 (java) S 8900 8903 8029 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8552418 9856040960 28070 33554432000 1073741824 1073778376 140736828907248 139838818194552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8916] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8916/stat : 8916 (java) S 8900 8903 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8552418 9856040960 28070 33554432000 1073741824 1073778376 140736828907248 139838817141896 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8917] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8917/stat : 8917 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552420 9856040960 28070 33554432000 1073741824 1073778376 140736828907248 139838816090640 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8918] ppid=8900 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/8903/task/8918/stat : 8918 (java) S 8900 8903 8029 0 -1 4202560 3553 0 0 0 37 0 0 0 20 0 19 0 8552420 9856040960 28070 33554432000 1073741824 1073778376 140736828907248 139838815038008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8919] ppid=8900 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/8903/task/8919/stat : 8919 (java) S 8900 8903 8029 0 -1 4202560 8182 0 0 0 56 1 0 0 20 0 19 0 8552420 9856040960 28070 33554432000 1073741824 1073778376 140736828907248 139838813985464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8903/tid=8920] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8920/stat : 8920 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552420 9856040960 28070 33554432000 1073741824 1073778376 140736828907248 139838812933112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8903/tid=8921] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8921/stat : 8921 (java) S 8900 8903 8029 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8552420 9856040960 28070 33554432000 1073741824 1073778376 140736828907248 139838811880776 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8922] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8922/stat : 8922 (java) S 8900 8903 8029 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8552431 9856040960 28070 33554432000 1073741824 1073778376 140736828907248 139838810727208 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 11.73
Current children cumulated vsize (KiB) 9625040

[startup+11.2008 s]
/proc/loadavg: 2.25 2.20 2.07 3/213 8922
/proc/meminfo: memFree=30325432/32872528 swapFree=1190796/1305260
[pid=8903] ppid=8900 vsize=9625040 CPUtime=12.13 cores=0,2,4,6
/proc/8903/stat : 8903 (java) S 8900 8903 8029 0 -1 4202496 15471 0 1 0 1209 4 0 0 20 0 19 0 8552414 9856040960 28582 33554432000 1073741824 1073778376 140736828907248 140736828898384 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8903/statm: 2406260 28582 2263 9 0 2396937 0
[pid=8903/tid=8905] ppid=8900 vsize=9625040 CPUtime=11.13 cores=0,2,4,6
/proc/8903/task/8905/stat : 8905 (java) R 8900 8903 8029 0 -1 4202560 2458 0 1 0 1111 2 0 0 20 0 19 0 8552415 9856040960 28582 33554432000 1073741824 1073778376 140736828907248 139839331327664 139839186365984 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8903/tid=8906] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8906/stat : 8906 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552416 9856040960 28582 33554432000 1073741824 1073778376 140736828907248 139839174912168 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8907] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8907/stat : 8907 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552416 9856040960 28582 33554432000 1073741824 1073778376 140736828907248 139839173859624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8903/tid=8908] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8908/stat : 8908 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552416 9856040960 28582 33554432000 1073741824 1073778376 140736828907248 139839172807080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8903/tid=8909] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8909/stat : 8909 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552416 9856040960 28582 33554432000 1073741824 1073778376 140736828907248 139839171754536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8903/tid=8910] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8910/stat : 8910 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552416 9856040960 28582 33554432000 1073741824 1073778376 140736828907248 139839170701992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8911] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8911/stat : 8911 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552416 9856040960 28582 33554432000 1073741824 1073778376 140736828907248 139838833552168 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8903/tid=8912] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8912/stat : 8912 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552416 9856040960 28582 33554432000 1073741824 1073778376 140736828907248 139838832499624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8913] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8913/stat : 8913 (java) S 8900 8903 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8552416 9856040960 28582 33554432000 1073741824 1073778376 140736828907248 139838831447080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8914] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8914/stat : 8914 (java) S 8900 8903 8029 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8552417 9856040960 28582 33554432000 1073741824 1073778376 140736828907248 139838819248232 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8915] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8915/stat : 8915 (java) S 8900 8903 8029 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8552418 9856040960 28582 33554432000 1073741824 1073778376 140736828907248 139838818194552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8916] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8916/stat : 8916 (java) S 8900 8903 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8552418 9856040960 28582 33554432000 1073741824 1073778376 140736828907248 139838817141896 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8917] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8917/stat : 8917 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552420 9856040960 28582 33554432000 1073741824 1073778376 140736828907248 139838816090640 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8918] ppid=8900 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/8903/task/8918/stat : 8918 (java) S 8900 8903 8029 0 -1 4202560 3553 0 0 0 37 0 0 0 20 0 19 0 8552420 9856040960 28582 33554432000 1073741824 1073778376 140736828907248 139838815038008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8919] ppid=8900 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/8903/task/8919/stat : 8919 (java) S 8900 8903 8029 0 -1 4202560 8182 0 0 0 56 1 0 0 20 0 19 0 8552420 9856040960 28582 33554432000 1073741824 1073778376 140736828907248 139838813985464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8903/tid=8920] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8920/stat : 8920 (java) S 8900 8903 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8552420 9856040960 28582 33554432000 1073741824 1073778376 140736828907248 139838812933112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8903/tid=8921] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8921/stat : 8921 (java) S 8900 8903 8029 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8552420 9856040960 28582 33554432000 1073741824 1073778376 140736828907248 139838811880776 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8903/tid=8922] ppid=8900 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8922/stat : 8922 (java) S 8900 8903 8029 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8552431 9856040960 28582 33554432000 1073741824 1073778376 140736828907248 139838810727208 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.13
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 11.2183
CPU time (s): 12.1422
CPU user time (s): 12.0822
CPU system time (s): 0.05999
CPU usage (%): 108.235
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.0822
system time used= 0.05999
maximum resident set size= 116432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15489
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= 515
involuntary context switches= 143

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.072988 second user time and 0.076988 second system time

The end

Launcher Data

Begin job on node127 at 2016-06-16 10:17:38
IDJOB=4090604
IDBENCH=78814
IDSOLVER=2551
FILE ID=node127/4090604-1466065058
RUNJOBID= node127-1466062123-8045
PBS_JOBID= 19904012
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.1111218757--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090604-1466065058/watcher-4090604-1466065058 -o /tmp/evaluation-result-4090604-1466065058/solver-4090604-1466065058 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1466062123-8045 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090604-1466065058.wbo

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

MD5SUM BENCH= 8ae5062c7652fddde3927693898a40dc
RANDOM SEED=699746049

node127.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.769
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.53
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.769
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.769
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.56
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.769
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.56
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.769
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.769
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.769
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.56
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.769
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:        30436048 kB
Buffers:            5688 kB
Cached:            41132 kB
SwapCached:        34620 kB
Active:           374512 kB
Inactive:          59852 kB
Active(anon):     354404 kB
Inactive(anon):    35536 kB
Active(file):      20108 kB
Inactive(file):    24316 kB
Unevictable:     1305260 kB
Mlocked:         1190796 kB
SwapTotal:      67108856 kB
SwapFree:       67066068 kB
Dirty:              1052 kB
Writeback:             0 kB
AnonPages:       1704228 kB
Mapped:            15352 kB
Shmem:                 0 kB
Slab:             564548 kB
SReclaimable:       8384 kB
SUnreclaim:       556164 kB
KernelStack:        1760 kB
PageTables:         7584 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1807208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    479232 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 node127 at 2016-06-16 10:17:49