Trace number 4109612

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.5911 11.6622

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110973163--soft-66-100-0.wbo
MD5SUMe7272fac9c266fd7ef88e48b4d5664ef
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark69
Best CPU time to get the best result obtained on this benchmark22.4036
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 constraints26
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 1243
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 1242
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1215
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
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@7c64dc11
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4109612-1466343669.wbo
0.10/0.11	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.054s.
0.10/0.16	c declared #vars     169
0.10/0.16	c internal #vars     195
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 => 26
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 49
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22
0.10/0.16	c 101 constraints processed.
0.10/0.16	c objective function length is 26 literals
0.70/0.40	c SATISFIABLE
0.70/0.40	c OPTIMIZING...
0.70/0.40	c Got one! Elapsed wall clock time (in seconds):0.294
0.70/0.40	o 982
0.70/0.49	c cleaning 2832 clauses out of 5665 with flag 5753/5665
1.04/0.68	c cleaning 4415 clauses out of 8832 with flag 23562/11665
1.17/0.78	c Got one! Elapsed wall clock time (in seconds):0.676
1.17/0.78	o 978
1.28/0.84	c Got one! Elapsed wall clock time (in seconds):0.739
1.28/0.84	o 974
1.28/0.89	c cleaning 5550 clauses out of 11110 with flag 3249/18358
1.49/1.07	c Got one! Elapsed wall clock time (in seconds):0.962
1.49/1.07	o 970
1.49/1.09	c Got one! Elapsed wall clock time (in seconds):0.983
1.49/1.09	o 811
1.59/1.12	c Got one! Elapsed wall clock time (in seconds):1.012
1.59/1.12	o 808
1.59/1.13	c Got one! Elapsed wall clock time (in seconds):1.028
1.59/1.13	o 743
1.79/1.34	c cleaning 9011 clauses out of 18027 with flag 18500/30825
1.79/1.38	c Got one! Elapsed wall clock time (in seconds):1.273
1.79/1.38	o 730
1.92/1.42	c Got one! Elapsed wall clock time (in seconds):1.315
1.92/1.42	o 717
2.02/1.51	c Got one! Elapsed wall clock time (in seconds):1.405
2.02/1.51	o 703
2.02/1.56	c cleaning 7395 clauses out of 14802 with flag 3892/36611
2.02/1.56	c Got one! Elapsed wall clock time (in seconds):1.457
2.02/1.56	o 685
2.12/1.61	c Got one! Elapsed wall clock time (in seconds):1.5
2.12/1.61	o 672
2.22/1.74	c cleaning 6515 clauses out of 13037 with flag 15364/42241
2.42/1.93	c Got one! Elapsed wall clock time (in seconds):1.821
2.42/1.93	o 655
2.42/1.93	c Got one! Elapsed wall clock time (in seconds):1.827
2.42/1.93	o 652
2.52/2.01	c Got one! Elapsed wall clock time (in seconds):1.905
2.52/2.01	o 649
2.52/2.02	c Got one! Elapsed wall clock time (in seconds):1.919
2.52/2.02	o 643
2.62/2.12	c Got one! Elapsed wall clock time (in seconds):2.012
2.62/2.12	o 629
2.62/2.13	c Got one! Elapsed wall clock time (in seconds):2.023
2.62/2.13	o 600
2.62/2.14	c Got one! Elapsed wall clock time (in seconds):2.032
2.62/2.14	o 582
2.62/2.14	c Got one! Elapsed wall clock time (in seconds):2.039
2.62/2.14	o 580
2.62/2.16	c Got one! Elapsed wall clock time (in seconds):2.053
2.62/2.16	o 544
2.62/2.20	c Got one! Elapsed wall clock time (in seconds):2.096
2.62/2.20	o 536
2.73/2.24	c Got one! Elapsed wall clock time (in seconds):2.131
2.73/2.24	o 524
2.73/2.24	c Got one! Elapsed wall clock time (in seconds):2.136
2.73/2.24	o 506
2.73/2.28	c Got one! Elapsed wall clock time (in seconds):2.174
2.73/2.28	o 505
2.83/2.32	c Got one! Elapsed wall clock time (in seconds):2.211
2.83/2.32	o 504
2.83/2.35	c Got one! Elapsed wall clock time (in seconds):2.244
2.83/2.35	o 499
2.92/2.42	c cleaning 11482 clauses out of 22963 with flag 4748/58683
2.92/2.42	c Got one! Elapsed wall clock time (in seconds):2.317
2.92/2.42	o 492
2.92/2.43	c Got one! Elapsed wall clock time (in seconds):2.324
2.92/2.43	o 491
2.92/2.44	c Got one! Elapsed wall clock time (in seconds):2.334
2.92/2.44	o 483
2.92/2.45	c Got one! Elapsed wall clock time (in seconds):2.343
2.92/2.45	o 477
2.92/2.45	c Got one! Elapsed wall clock time (in seconds):2.348
2.92/2.45	o 470
2.92/2.46	c Got one! Elapsed wall clock time (in seconds):2.358
2.92/2.46	o 460
2.92/2.48	c Got one! Elapsed wall clock time (in seconds):2.373
2.92/2.48	o 438
3.02/2.50	c Got one! Elapsed wall clock time (in seconds):2.393
3.02/2.50	o 437
3.02/2.51	c Got one! Elapsed wall clock time (in seconds):2.4
3.02/2.51	o 369
3.23/2.71	c cleaning 9271 clauses out of 18552 with flag 19665/65755
3.33/2.87	c Got one! Elapsed wall clock time (in seconds):2.766
3.33/2.87	o 356
3.33/2.89	c Got one! Elapsed wall clock time (in seconds):2.781
3.33/2.89	o 350
3.33/2.89	c Got one! Elapsed wall clock time (in seconds):2.787
3.33/2.89	o 349
3.43/2.94	c cleaning 7872 clauses out of 15756 with flag 4770/72231
3.43/2.94	c Got one! Elapsed wall clock time (in seconds):2.838
3.43/2.94	o 348
3.43/2.95	c Got one! Elapsed wall clock time (in seconds):2.84
3.43/2.95	o 343
3.63/3.11	c cleaning 6559 clauses out of 13122 with flag 21204/77469
3.73/3.21	c Got one! Elapsed wall clock time (in seconds):3.1
3.73/3.21	o 329
3.73/3.25	c Got one! Elapsed wall clock time (in seconds):3.146
3.73/3.25	o 328
3.73/3.26	c Got one! Elapsed wall clock time (in seconds):3.153
3.73/3.26	o 326
3.73/3.27	c Got one! Elapsed wall clock time (in seconds):3.164
3.73/3.27	o 301
3.73/3.27	c Got one! Elapsed wall clock time (in seconds):3.167
3.73/3.27	o 300
3.85/3.31	c cleaning 6442 clauses out of 12891 with flag 4290/83797
3.85/3.34	c Got one! Elapsed wall clock time (in seconds):3.231
3.85/3.34	o 297
3.95/3.47	c cleaning 5742 clauses out of 11499 with flag 17878/88847
4.04/3.50	c Got one! Elapsed wall clock time (in seconds):3.392
4.04/3.50	o 294
4.04/3.51	c Got one! Elapsed wall clock time (in seconds):3.4
4.04/3.51	o 278
4.04/3.58	c Got one! Elapsed wall clock time (in seconds):3.471
4.04/3.58	o 268
4.14/3.61	c Got one! Elapsed wall clock time (in seconds):3.505
4.14/3.61	o 263
4.14/3.65	c cleaning 5767 clauses out of 11544 with flag 4085/94634
4.37/3.83	c cleaning 5886 clauses out of 11777 with flag 27783/100634
4.57/4.06	c cleaning 6444 clauses out of 12892 with flag 58921/107635
4.67/4.18	c Got one! Elapsed wall clock time (in seconds):4.079
4.67/4.18	o 254
4.78/4.22	c cleaning 5784 clauses out of 11579 with flag 4494/112767
4.78/4.29	c Got one! Elapsed wall clock time (in seconds):4.18
4.78/4.29	o 241
4.89/4.31	c Got one! Elapsed wall clock time (in seconds):4.208
4.89/4.31	o 232
5.04/4.42	c cleaning 5921 clauses out of 11857 with flag 12163/118829
5.04/4.46	c Got one! Elapsed wall clock time (in seconds):4.353
5.04/4.46	o 231
5.14/4.54	c Got one! Elapsed wall clock time (in seconds):4.437
5.14/4.54	o 229
5.14/4.56	c Got one! Elapsed wall clock time (in seconds):4.452
5.14/4.56	o 226
5.14/4.57	c Got one! Elapsed wall clock time (in seconds):4.464
5.14/4.57	o 214
5.14/4.57	c Got one! Elapsed wall clock time (in seconds):4.466
5.14/4.57	o 205
5.14/4.58	c Got one! Elapsed wall clock time (in seconds):4.477
5.14/4.58	o 203
5.14/4.59	c Got one! Elapsed wall clock time (in seconds):4.483
5.14/4.59	o 201
5.25/4.67	c cleaning 6650 clauses out of 13314 with flag 8623/126208
5.35/4.77	c Got one! Elapsed wall clock time (in seconds):4.665
5.35/4.77	o 188
5.35/4.78	c Got one! Elapsed wall clock time (in seconds):4.67
5.35/4.78	o 176
5.45/4.85	c cleaning 6096 clauses out of 12200 with flag 8970/131744
5.65/5.04	c cleaning 6045 clauses out of 12105 with flag 34691/137745
5.85/5.27	c cleaning 6520 clauses out of 13060 with flag 65498/144746
5.95/5.30	c Got one! Elapsed wall clock time (in seconds):5.193
5.95/5.30	o 171
5.95/5.38	c Got one! Elapsed wall clock time (in seconds):5.27
5.95/5.38	o 164
6.05/5.44	c Got one! Elapsed wall clock time (in seconds):5.33
6.05/5.44	o 148
6.05/5.48	c cleaning 6496 clauses out of 13003 with flag 4277/151209
6.26/5.68	c cleaning 6248 clauses out of 12506 with flag 31690/157208
6.26/5.70	c Got one! Elapsed wall clock time (in seconds):5.591
6.26/5.70	o 138
6.35/5.70	c Got one! Elapsed wall clock time (in seconds):5.597
6.35/5.70	o 135
6.45/5.87	c cleaning 5977 clauses out of 11956 with flag 23597/162906
6.65/6.07	c cleaning 5985 clauses out of 11979 with flag 51162/168906
6.65/6.08	c Got one! Elapsed wall clock time (in seconds):5.979
6.65/6.08	o 129
6.75/6.19	c Got one! Elapsed wall clock time (in seconds):6.083
6.75/6.19	o 112
6.85/6.21	c Got one! Elapsed wall clock time (in seconds):6.1
6.85/6.21	o 111
6.85/6.24	c Got one! Elapsed wall clock time (in seconds):6.133
6.85/6.24	o 104
6.95/6.31	c cleaning 6547 clauses out of 13098 with flag 7676/176010
7.15/6.52	c cleaning 6275 clauses out of 12550 with flag 36346/182009
7.25/6.63	c Got one! Elapsed wall clock time (in seconds):6.525
7.25/6.63	o 78
7.25/6.70	c cleaning 5926 clauses out of 11865 with flag 7354/187599
7.45/6.89	c cleaning 5965 clauses out of 11938 with flag 30467/193600
7.55/6.93	c Got one! Elapsed wall clock time (in seconds):6.824
7.55/6.93	o 76
7.65/7.06	c cleaning 5699 clauses out of 11415 with flag 18151/199042
7.85/7.27	c cleaning 5858 clauses out of 11716 with flag 44278/205042
8.05/7.50	c cleaning 6429 clauses out of 12862 with flag 73320/212046
8.36/7.78	c cleaning 7212 clauses out of 14428 with flag 108454/220042
8.76/8.12	c cleaning 8108 clauses out of 16218 with flag 150038/229044
9.16/8.52	c cleaning 9050 clauses out of 18111 with flag 197999/239046
9.16/8.54	c Got one! Elapsed wall clock time (in seconds):8.429
9.16/8.54	o 75
9.36/8.73	c cleaning 7291 clauses out of 14595 with flag 24052/244581
9.36/8.79	c Got one! Elapsed wall clock time (in seconds):8.682
9.36/8.79	o 70
9.57/8.93	c cleaning 6644 clauses out of 13298 with flag 18693/250575
9.76/9.13	c cleaning 6322 clauses out of 12653 with flag 46744/256574
9.97/9.36	c cleaning 6660 clauses out of 13332 with flag 78338/263575
10.17/9.58	c Got one! Elapsed wall clock time (in seconds):9.47
10.17/9.58	o 69
10.37/9.79	c cleaning 8943 clauses out of 17889 with flag 25524/274792
10.67/10.02	c cleaning 7467 clauses out of 14944 with flag 55695/280792
10.87/10.28	c cleaning 7228 clauses out of 14475 with flag 88894/287792
11.17/10.59	c cleaning 7622 clauses out of 15247 with flag 129803/295792
11.56/10.93	c cleaning 8307 clauses out of 16623 with flag 172168/304794
11.96/11.38	c cleaning 9147 clauses out of 18312 with flag 221405/314794
12.52/11.64	c starts		: 549
12.52/11.64	c conflicts		: 321160
12.52/11.64	c decisions		: 502723
12.52/11.64	c propagations		: 6347026
12.52/11.64	c inspects		: 157926021
12.52/11.64	c shortcuts		: 0
12.52/11.64	c learnt literals	: 43
12.52/11.64	c learnt binary clauses	: 7
12.52/11.64	c learnt ternary clauses	: 143
12.52/11.64	c learnt constraints	: 321116
12.52/11.64	c ignored constraints	: 0
12.52/11.64	c root simplifications	: 0
12.52/11.64	c removed literals (reason simplification)	: 0
12.52/11.64	c reason swapping (by a shorter reason)	: 0
12.52/11.64	c Calls to reduceDB	: 45
12.52/11.64	c Number of update (reduction) of LBD	: 74349
12.52/11.64	c Imported unit clauses	: 0
12.52/11.64	c number of reductions to clauses (during analyze)	: 0
12.52/11.64	c number of learned constraints concerned by reduction	: 0
12.52/11.64	c number of learning phase by resolution	: 0
12.52/11.64	c number of learning phase by cutting planes	: 0
12.52/11.64	c speed (assignments/second)	: 552876.8292682926
12.52/11.64	c non guided choices	2235
12.52/11.64	c learnt constraints type 
12.52/11.64	s OPTIMUM FOUND
12.52/11.64	c Found 77 solution(s)
12.52/11.64	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.52/11.64	c objective function=69
12.52/11.64	c Total wall clock time (in seconds): 11.538

Verifier Data

OK	69

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-4109612-1466343669/watcher-4109612-1466343669 -o /tmp/evaluation-result-4109612-1466343669/solver-4109612-1466343669 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466341824-18889 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109612-1466343669.wbo 

pid=19693
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.16 2.10 1.77 3/194 19696
/proc/meminfo: memFree=30954972/32872528 swapFree=526336/559040
[pid=19696] ppid=19693 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/19696/stat : 19696 (java) R 19693 19696 18872 0 -1 4202496 1057 0 0 0 0 0 0 0 20 0 1 0 36417015 23793664 706 33554432000 1073741824 1073778376 140735882972736 140735882960872 270109029736 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19696/statm: 5809 706 521 9 0 128 0

[startup+0.100061 s]
/proc/loadavg: 2.16 2.10 1.77 3/194 19696
/proc/meminfo: memFree=30954972/32872528 swapFree=526336/559040
[pid=19696] ppid=19693 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/19696/stat : 19696 (java) S 19693 19696 18872 0 -1 4202496 4455 0 1 0 8 2 0 0 20 0 18 0 36417015 9787879424 6081 33554432000 1073741824 1073778376 140735882972736 140735882963872 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19696/statm: 2389619 6081 2140 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200222 s]
/proc/loadavg: 2.16 2.10 1.77 3/194 19696
/proc/meminfo: memFree=30954972/32872528 swapFree=526336/559040
[pid=19696] ppid=19693 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/19696/stat : 19696 (java) S 19693 19696 18872 0 -1 4202496 6192 0 1 0 24 2 0 0 20 0 19 0 36417015 9856040960 8298 33554432000 1073741824 1073778376 140735882972736 140735882963872 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19696/statm: 2406260 8298 2226 9 0 2396937 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9625040

[startup+0.300231 s]
/proc/loadavg: 2.16 2.10 1.77 3/194 19696
/proc/meminfo: memFree=30954972/32872528 swapFree=526336/559040
[pid=19696] ppid=19693 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/19696/stat : 19696 (java) S 19693 19696 18872 0 -1 4202496 7301 0 1 0 53 3 0 0 20 0 19 0 36417015 9856040960 8783 33554432000 1073741824 1073778376 140735882972736 140735882963872 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19696/statm: 2406260 8783 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9625040

[startup+0.700179 s]
/proc/loadavg: 2.16 2.10 1.77 3/194 19696
/proc/meminfo: memFree=30954972/32872528 swapFree=526336/559040
[pid=19696] ppid=19693 vsize=9625040 CPUtime=1.17 cores=1,3,5,7
/proc/19696/stat : 19696 (java) S 19693 19696 18872 0 -1 4202496 9592 0 1 0 114 3 0 0 20 0 19 0 36417015 9856040960 9893 33554432000 1073741824 1073778376 140735882972736 140735882963872 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19696/statm: 2406260 9893 2258 9 0 2396937 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 9625040

[startup+1.5008 s]
/proc/loadavg: 2.16 2.10 1.77 3/213 19715
/proc/meminfo: memFree=30921152/32872528 swapFree=526336/559040
[pid=19696] ppid=19693 vsize=9625040 CPUtime=2.02 cores=1,3,5,7
/proc/19696/stat : 19696 (java) S 19693 19696 18872 0 -1 4202496 9599 0 1 0 199 3 0 0 20 0 19 0 36417015 9856040960 11432 33554432000 1073741824 1073778376 140735882972736 140735882963872 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19696/statm: 2406260 11432 2260 9 0 2396937 0
[pid=19696/tid=19698] ppid=19693 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/19696/task/19698/stat : 19698 (java) R 19693 19696 18872 0 -1 4202560 2408 0 1 0 145 2 0 0 20 0 19 0 36417016 9856040960 11432 33554432000 1073741824 1073778376 140735882972736 140359547506992 140359414315813 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19696/tid=19699] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19699/stat : 19699 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417016 9856040960 11432 33554432000 1073741824 1073778376 140735882972736 140359536577576 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19700] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19700/stat : 19700 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417016 9856040960 11432 33554432000 1073741824 1073778376 140735882972736 140359535524776 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19696/tid=19701] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19701/stat : 19701 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417016 9856040960 11432 33554432000 1073741824 1073778376 140735882972736 140359534471976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19696/tid=19702] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19702/stat : 19702 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417016 9856040960 11432 33554432000 1073741824 1073778376 140735882972736 140359533419176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19696/tid=19703] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19703/stat : 19703 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417016 9856040960 11432 33554432000 1073741824 1073778376 140735882972736 140359532366376 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19704] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19704/stat : 19704 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417016 9856040960 11432 33554432000 1073741824 1073778376 140735882972736 140359386216872 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19696/tid=19705] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19705/stat : 19705 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417016 9856040960 11432 33554432000 1073741824 1073778376 140735882972736 140359385164072 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19696/tid=19706] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19706/stat : 19706 (java) S 19693 19696 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36417016 9856040960 11432 33554432000 1073741824 1073778376 140735882972736 140359384111272 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19707] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19707/stat : 19707 (java) S 19693 19696 18872 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36417018 9856040960 11432 33554432000 1073741824 1073778376 140735882972736 140359371701224 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19708] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19708/stat : 19708 (java) S 19693 19696 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36417018 9856040960 11432 33554432000 1073741824 1073778376 140735882972736 140359370647288 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19709] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19709/stat : 19709 (java) S 19693 19696 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36417018 9856040960 11432 33554432000 1073741824 1073778376 140735882972736 140359369594376 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19710] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19710/stat : 19710 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417020 9856040960 11432 33554432000 1073741824 1073778376 140735882972736 140359368542864 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19711] ppid=19693 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/19696/task/19711/stat : 19711 (java) S 19693 19696 18872 0 -1 4202560 2833 0 0 0 26 0 0 0 20 0 19 0 36417020 9856040960 11432 33554432000 1073741824 1073778376 140735882972736 140359367489976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19712] ppid=19693 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/19696/task/19712/stat : 19712 (java) S 19693 19696 18872 0 -1 4202560 3086 0 0 0 26 0 0 0 20 0 19 0 36417020 9856040960 11432 33554432000 1073741824 1073778376 140735882972736 140359366437176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19696/tid=19713] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19713/stat : 19713 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417020 9856040960 11432 33554432000 1073741824 1073778376 140735882972736 140359365384568 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19696/tid=19714] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19714/stat : 19714 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417020 9856040960 11432 33554432000 1073741824 1073778376 140735882972736 140359364331976 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19715] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19715/stat : 19715 (java) S 19693 19696 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36417032 9856040960 11432 33554432000 1073741824 1073778376 140735882972736 140359363278504 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 9625040

[startup+3.10084 s]
/proc/loadavg: 2.16 2.10 1.77 3/213 19715
/proc/meminfo: memFree=30912588/32872528 swapFree=526336/559040
[pid=19696] ppid=19693 vsize=9625040 CPUtime=3.63 cores=1,3,5,7
/proc/19696/stat : 19696 (java) S 19693 19696 18872 0 -1 4202496 9604 0 1 0 360 3 0 0 20 0 19 0 36417015 9856040960 13481 33554432000 1073741824 1073778376 140735882972736 140735882963872 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19696/statm: 2406260 13481 2261 9 0 2396937 0
[pid=19696/tid=19698] ppid=19693 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/19696/task/19698/stat : 19698 (java) R 19693 19696 18872 0 -1 4202560 2412 0 1 0 305 2 0 0 20 0 19 0 36417016 9856040960 13481 33554432000 1073741824 1073778376 140735882972736 140359547506992 140359414218842 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19696/tid=19699] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19699/stat : 19699 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417016 9856040960 13481 33554432000 1073741824 1073778376 140735882972736 140359536577576 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19700] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19700/stat : 19700 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417016 9856040960 13481 33554432000 1073741824 1073778376 140735882972736 140359535524776 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19696/tid=19701] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19701/stat : 19701 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417016 9856040960 13481 33554432000 1073741824 1073778376 140735882972736 140359534471976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19696/tid=19702] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19702/stat : 19702 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417016 9856040960 13481 33554432000 1073741824 1073778376 140735882972736 140359533419176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19696/tid=19703] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19703/stat : 19703 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417016 9856040960 13481 33554432000 1073741824 1073778376 140735882972736 140359532366376 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19704] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19704/stat : 19704 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417016 9856040960 13481 33554432000 1073741824 1073778376 140735882972736 140359386216872 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19696/tid=19705] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19705/stat : 19705 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417016 9856040960 13481 33554432000 1073741824 1073778376 140735882972736 140359385164072 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19696/tid=19706] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19706/stat : 19706 (java) S 19693 19696 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36417016 9856040960 13481 33554432000 1073741824 1073778376 140735882972736 140359384111272 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19707] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19707/stat : 19707 (java) S 19693 19696 18872 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36417018 9856040960 13481 33554432000 1073741824 1073778376 140735882972736 140359371701224 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19708] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19708/stat : 19708 (java) S 19693 19696 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36417018 9856040960 13481 33554432000 1073741824 1073778376 140735882972736 140359370647288 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19709] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19709/stat : 19709 (java) S 19693 19696 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36417018 9856040960 13481 33554432000 1073741824 1073778376 140735882972736 140359369594376 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19710] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19710/stat : 19710 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417020 9856040960 13481 33554432000 1073741824 1073778376 140735882972736 140359368542864 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19711] ppid=19693 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/19696/task/19711/stat : 19711 (java) S 19693 19696 18872 0 -1 4202560 2833 0 0 0 26 0 0 0 20 0 19 0 36417020 9856040960 13481 33554432000 1073741824 1073778376 140735882972736 140359367489976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19712] ppid=19693 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/19696/task/19712/stat : 19712 (java) S 19693 19696 18872 0 -1 4202560 3087 0 0 0 27 0 0 0 20 0 19 0 36417020 9856040960 13481 33554432000 1073741824 1073778376 140735882972736 140359366437176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19696/tid=19713] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19713/stat : 19713 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417020 9856040960 13481 33554432000 1073741824 1073778376 140735882972736 140359365384568 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19696/tid=19714] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19714/stat : 19714 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417020 9856040960 13481 33554432000 1073741824 1073778376 140735882972736 140359364331976 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19715] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19715/stat : 19715 (java) S 19693 19696 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36417032 9856040960 13481 33554432000 1073741824 1073778376 140735882972736 140359363278504 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.63
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.15 2.10 1.77 3/213 19715
/proc/meminfo: memFree=30893160/32872528 swapFree=526336/559040
[pid=19696] ppid=19693 vsize=9625040 CPUtime=6.95 cores=1,3,5,7
/proc/19696/stat : 19696 (java) S 19693 19696 18872 0 -1 4202496 10252 0 1 0 691 4 0 0 20 0 19 0 36417015 9856040960 18962 33554432000 1073741824 1073778376 140735882972736 140735882963872 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19696/statm: 2406260 18962 2263 9 0 2396937 0
[pid=19696/tid=19698] ppid=19693 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/19696/task/19698/stat : 19698 (java) R 19693 19696 18872 0 -1 4202560 2425 0 1 0 623 2 0 0 20 0 19 0 36417016 9856040960 18962 33554432000 1073741824 1073778376 140735882972736 140359547506368 140359414305567 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19696/tid=19699] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19699/stat : 19699 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417016 9856040960 18962 33554432000 1073741824 1073778376 140735882972736 140359536577576 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19700] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19700/stat : 19700 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417016 9856040960 18962 33554432000 1073741824 1073778376 140735882972736 140359535524776 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19696/tid=19701] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19701/stat : 19701 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417016 9856040960 18962 33554432000 1073741824 1073778376 140735882972736 140359534471976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19696/tid=19702] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19702/stat : 19702 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417016 9856040960 18962 33554432000 1073741824 1073778376 140735882972736 140359533419176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19696/tid=19703] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19703/stat : 19703 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417016 9856040960 18962 33554432000 1073741824 1073778376 140735882972736 140359532366376 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19704] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19704/stat : 19704 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417016 9856040960 18962 33554432000 1073741824 1073778376 140735882972736 140359386216872 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19696/tid=19705] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19705/stat : 19705 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417016 9856040960 18962 33554432000 1073741824 1073778376 140735882972736 140359385164072 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19696/tid=19706] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19706/stat : 19706 (java) S 19693 19696 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36417016 9856040960 18962 33554432000 1073741824 1073778376 140735882972736 140359384111272 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19707] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19707/stat : 19707 (java) S 19693 19696 18872 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36417018 9856040960 18962 33554432000 1073741824 1073778376 140735882972736 140359371701224 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19708] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19708/stat : 19708 (java) S 19693 19696 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36417018 9856040960 18962 33554432000 1073741824 1073778376 140735882972736 140359370647288 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19709] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19709/stat : 19709 (java) S 19693 19696 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36417018 9856040960 18962 33554432000 1073741824 1073778376 140735882972736 140359369594376 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19710] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19710/stat : 19710 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417020 9856040960 18962 33554432000 1073741824 1073778376 140735882972736 140359368542864 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19711] ppid=19693 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/19696/task/19711/stat : 19711 (java) S 19693 19696 18872 0 -1 4202560 2849 0 0 0 30 0 0 0 20 0 19 0 36417020 9856040960 18962 33554432000 1073741824 1073778376 140735882972736 140359367489976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19712] ppid=19693 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/19696/task/19712/stat : 19712 (java) S 19693 19696 18872 0 -1 4202560 3705 0 0 0 34 0 0 0 20 0 19 0 36417020 9856040960 18962 33554432000 1073741824 1073778376 140735882972736 140359366437176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19696/tid=19713] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19713/stat : 19713 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417020 9856040960 18962 33554432000 1073741824 1073778376 140735882972736 140359365384568 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19696/tid=19714] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19714/stat : 19714 (java) S 19693 19696 18872 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36417020 9856040960 18962 33554432000 1073741824 1073778376 140735882972736 140359364331976 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19715] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19715/stat : 19715 (java) S 19693 19696 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36417032 9856040960 18962 33554432000 1073741824 1073778376 140735882972736 140359363278504 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.95
Current children cumulated vsize (KiB) 9625040


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

[pid=19696/tid=19701] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19701/stat : 19701 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417016 9856040960 24082 33554432000 1073741824 1073778376 140735882972736 140359534471976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19696/tid=19702] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19702/stat : 19702 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417016 9856040960 24082 33554432000 1073741824 1073778376 140735882972736 140359533419176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19696/tid=19703] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19703/stat : 19703 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417016 9856040960 24082 33554432000 1073741824 1073778376 140735882972736 140359532366376 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19704] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19704/stat : 19704 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417016 9856040960 24082 33554432000 1073741824 1073778376 140735882972736 140359386216872 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19696/tid=19705] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19705/stat : 19705 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417016 9856040960 24082 33554432000 1073741824 1073778376 140735882972736 140359385164072 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19696/tid=19706] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19706/stat : 19706 (java) S 19693 19696 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36417016 9856040960 24082 33554432000 1073741824 1073778376 140735882972736 140359384111272 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19707] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19707/stat : 19707 (java) S 19693 19696 18872 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36417018 9856040960 24082 33554432000 1073741824 1073778376 140735882972736 140359371701224 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19708] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19708/stat : 19708 (java) S 19693 19696 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36417018 9856040960 24082 33554432000 1073741824 1073778376 140735882972736 140359370647288 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19709] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19709/stat : 19709 (java) S 19693 19696 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36417018 9856040960 24082 33554432000 1073741824 1073778376 140735882972736 140359369594376 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19710] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19710/stat : 19710 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417020 9856040960 24082 33554432000 1073741824 1073778376 140735882972736 140359368542864 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19711] ppid=19693 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/19696/task/19711/stat : 19711 (java) S 19693 19696 18872 0 -1 4202560 2849 0 0 0 31 1 0 0 20 0 19 0 36417020 9856040960 24082 33554432000 1073741824 1073778376 140735882972736 140359367489976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19712] ppid=19693 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/19696/task/19712/stat : 19712 (java) S 19693 19696 18872 0 -1 4202560 3705 0 0 0 34 0 0 0 20 0 19 0 36417020 9856040960 24082 33554432000 1073741824 1073778376 140735882972736 140359366437176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19696/tid=19713] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19713/stat : 19713 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417020 9856040960 24082 33554432000 1073741824 1073778376 140735882972736 140359365384568 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19696/tid=19714] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19714/stat : 19714 (java) S 19693 19696 18872 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36417020 9856040960 24082 33554432000 1073741824 1073778376 140735882972736 140359364331976 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19715] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19715/stat : 19715 (java) S 19693 19696 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36417032 9856040960 24082 33554432000 1073741824 1073778376 140735882972736 140359363278504 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 10.27
Current children cumulated vsize (KiB) 9625040

[startup+10.4008 s]
/proc/loadavg: 2.14 2.09 1.77 3/213 19715
/proc/meminfo: memFree=30864528/32872528 swapFree=526336/559040
[pid=19696] ppid=19693 vsize=9625040 CPUtime=11.07 cores=1,3,5,7
/proc/19696/stat : 19696 (java) S 19693 19696 18872 0 -1 4202496 10264 0 1 0 1102 5 0 0 20 0 19 0 36417015 9856040960 25106 33554432000 1073741824 1073778376 140735882972736 140735882963872 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19696/statm: 2406260 25106 2263 9 0 2396937 0
[pid=19696/tid=19698] ppid=19693 vsize=9625040 CPUtime=10.34 cores=1,3,5,7
/proc/19696/task/19698/stat : 19698 (java) R 19693 19696 18872 0 -1 4202560 2437 0 1 0 1031 3 0 0 20 0 19 0 36417016 9856040960 25106 33554432000 1073741824 1073778376 140735882972736 140359547506368 140359414293187 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19696/tid=19699] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19699/stat : 19699 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417016 9856040960 25106 33554432000 1073741824 1073778376 140735882972736 140359536577576 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19700] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19700/stat : 19700 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417016 9856040960 25106 33554432000 1073741824 1073778376 140735882972736 140359535524776 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19696/tid=19701] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19701/stat : 19701 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417016 9856040960 25106 33554432000 1073741824 1073778376 140735882972736 140359534471976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19696/tid=19702] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19702/stat : 19702 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417016 9856040960 25106 33554432000 1073741824 1073778376 140735882972736 140359533419176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19696/tid=19703] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19703/stat : 19703 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417016 9856040960 25106 33554432000 1073741824 1073778376 140735882972736 140359532366376 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19704] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19704/stat : 19704 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417016 9856040960 25106 33554432000 1073741824 1073778376 140735882972736 140359386216872 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19696/tid=19705] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19705/stat : 19705 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417016 9856040960 25106 33554432000 1073741824 1073778376 140735882972736 140359385164072 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19696/tid=19706] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19706/stat : 19706 (java) S 19693 19696 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36417016 9856040960 25106 33554432000 1073741824 1073778376 140735882972736 140359384111272 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19707] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19707/stat : 19707 (java) S 19693 19696 18872 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36417018 9856040960 25106 33554432000 1073741824 1073778376 140735882972736 140359371701224 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19708] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19708/stat : 19708 (java) S 19693 19696 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36417018 9856040960 25106 33554432000 1073741824 1073778376 140735882972736 140359370647288 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19709] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19709/stat : 19709 (java) S 19693 19696 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36417018 9856040960 25106 33554432000 1073741824 1073778376 140735882972736 140359369594376 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19710] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19710/stat : 19710 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417020 9856040960 25106 33554432000 1073741824 1073778376 140735882972736 140359368542864 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19711] ppid=19693 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/19696/task/19711/stat : 19711 (java) S 19693 19696 18872 0 -1 4202560 2849 0 0 0 31 1 0 0 20 0 19 0 36417020 9856040960 25106 33554432000 1073741824 1073778376 140735882972736 140359367489976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19712] ppid=19693 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/19696/task/19712/stat : 19712 (java) S 19693 19696 18872 0 -1 4202560 3705 0 0 0 34 0 0 0 20 0 19 0 36417020 9856040960 25106 33554432000 1073741824 1073778376 140735882972736 140359366437176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19696/tid=19713] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19713/stat : 19713 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417020 9856040960 25106 33554432000 1073741824 1073778376 140735882972736 140359365384568 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19696/tid=19714] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19714/stat : 19714 (java) S 19693 19696 18872 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36417020 9856040960 25106 33554432000 1073741824 1073778376 140735882972736 140359364331976 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19715] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19715/stat : 19715 (java) S 19693 19696 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36417032 9856040960 25106 33554432000 1073741824 1073778376 140735882972736 140359363278504 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 11.07
Current children cumulated vsize (KiB) 9625040

[startup+11.2008 s]
/proc/loadavg: 2.14 2.09 1.77 3/213 19715
/proc/meminfo: memFree=30858160/32872528 swapFree=526336/559040
[pid=19696] ppid=19693 vsize=9625040 CPUtime=11.86 cores=1,3,5,7
/proc/19696/stat : 19696 (java) S 19693 19696 18872 0 -1 4202496 10266 0 1 0 1181 5 0 0 20 0 19 0 36417015 9856040960 26130 33554432000 1073741824 1073778376 140735882972736 140735882963872 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19696/statm: 2406260 26130 2263 9 0 2396937 0
[pid=19696/tid=19698] ppid=19693 vsize=9625040 CPUtime=11.14 cores=1,3,5,7
/proc/19696/task/19698/stat : 19698 (java) R 19693 19696 18872 0 -1 4202560 2439 0 1 0 1111 3 0 0 20 0 19 0 36417016 9856040960 26130 33554432000 1073741824 1073778376 140735882972736 140359547506368 140359414315775 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19696/tid=19699] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19699/stat : 19699 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417016 9856040960 26130 33554432000 1073741824 1073778376 140735882972736 140359536577576 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19700] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19700/stat : 19700 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417016 9856040960 26130 33554432000 1073741824 1073778376 140735882972736 140359535524776 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19696/tid=19701] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19701/stat : 19701 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417016 9856040960 26130 33554432000 1073741824 1073778376 140735882972736 140359534471976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19696/tid=19702] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19702/stat : 19702 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417016 9856040960 26130 33554432000 1073741824 1073778376 140735882972736 140359533419176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19696/tid=19703] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19703/stat : 19703 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417016 9856040960 26130 33554432000 1073741824 1073778376 140735882972736 140359532366376 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19704] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19704/stat : 19704 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417016 9856040960 26130 33554432000 1073741824 1073778376 140735882972736 140359386216872 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19696/tid=19705] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19705/stat : 19705 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417016 9856040960 26130 33554432000 1073741824 1073778376 140735882972736 140359385164072 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19696/tid=19706] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19706/stat : 19706 (java) S 19693 19696 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36417016 9856040960 26130 33554432000 1073741824 1073778376 140735882972736 140359384111272 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19707] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19707/stat : 19707 (java) S 19693 19696 18872 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36417018 9856040960 26130 33554432000 1073741824 1073778376 140735882972736 140359371701224 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19708] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19708/stat : 19708 (java) S 19693 19696 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36417018 9856040960 26130 33554432000 1073741824 1073778376 140735882972736 140359370647288 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19709] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19709/stat : 19709 (java) S 19693 19696 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36417018 9856040960 26130 33554432000 1073741824 1073778376 140735882972736 140359369594376 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19710] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19710/stat : 19710 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417020 9856040960 26130 33554432000 1073741824 1073778376 140735882972736 140359368542864 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19711] ppid=19693 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/19696/task/19711/stat : 19711 (java) S 19693 19696 18872 0 -1 4202560 2849 0 0 0 31 1 0 0 20 0 19 0 36417020 9856040960 26130 33554432000 1073741824 1073778376 140735882972736 140359367489976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19712] ppid=19693 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/19696/task/19712/stat : 19712 (java) S 19693 19696 18872 0 -1 4202560 3705 0 0 0 34 0 0 0 20 0 19 0 36417020 9856040960 26130 33554432000 1073741824 1073778376 140735882972736 140359366437176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19696/tid=19713] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19713/stat : 19713 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417020 9856040960 26130 33554432000 1073741824 1073778376 140735882972736 140359365384568 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19696/tid=19714] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19714/stat : 19714 (java) S 19693 19696 18872 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36417020 9856040960 26130 33554432000 1073741824 1073778376 140735882972736 140359364331976 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19715] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19715/stat : 19715 (java) S 19693 19696 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36417032 9856040960 26130 33554432000 1073741824 1073778376 140735882972736 140359363278504 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 11.86
Current children cumulated vsize (KiB) 9625040

[startup+11.6009 s]
/proc/loadavg: 2.14 2.09 1.77 3/213 19715
/proc/meminfo: memFree=30858160/32872528 swapFree=526336/559040
[pid=19696] ppid=19693 vsize=9625040 CPUtime=12.52 cores=1,3,5,7
/proc/19696/stat : 19696 (java) S 19693 19696 18872 0 -1 4202496 17701 0 1 0 1245 7 0 0 20 0 19 0 36417015 9856040960 30785 33554432000 1073741824 1073778376 140735882972736 140735882963872 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19696/statm: 2406260 30785 2264 9 0 2396937 0
[pid=19696/tid=19698] ppid=19693 vsize=9625040 CPUtime=11.54 cores=1,3,5,7
/proc/19696/task/19698/stat : 19698 (java) R 19693 19696 18872 0 -1 4202560 2441 0 1 0 1151 3 0 0 20 0 19 0 36417016 9856040960 30785 33554432000 1073741824 1073778376 140735882972736 140359547506368 140359414315775 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19696/tid=19699] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19699/stat : 19699 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417016 9856040960 30785 33554432000 1073741824 1073778376 140735882972736 140359536577576 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19700] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19700/stat : 19700 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417016 9856040960 30785 33554432000 1073741824 1073778376 140735882972736 140359535524776 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19696/tid=19701] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19701/stat : 19701 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417016 9856040960 30785 33554432000 1073741824 1073778376 140735882972736 140359534471976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19696/tid=19702] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19702/stat : 19702 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417016 9856040960 30785 33554432000 1073741824 1073778376 140735882972736 140359533419176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19696/tid=19703] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19703/stat : 19703 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417016 9856040960 30785 33554432000 1073741824 1073778376 140735882972736 140359532366376 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19704] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19704/stat : 19704 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417016 9856040960 30785 33554432000 1073741824 1073778376 140735882972736 140359386216872 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19696/tid=19705] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19705/stat : 19705 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417016 9856040960 30785 33554432000 1073741824 1073778376 140735882972736 140359385164072 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19696/tid=19706] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19706/stat : 19706 (java) S 19693 19696 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36417016 9856040960 30785 33554432000 1073741824 1073778376 140735882972736 140359384111272 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19707] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19707/stat : 19707 (java) S 19693 19696 18872 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36417018 9856040960 30785 33554432000 1073741824 1073778376 140735882972736 140359371701224 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19708] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19708/stat : 19708 (java) S 19693 19696 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36417018 9856040960 30785 33554432000 1073741824 1073778376 140735882972736 140359370647288 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19709] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19709/stat : 19709 (java) S 19693 19696 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36417018 9856040960 30785 33554432000 1073741824 1073778376 140735882972736 140359369594376 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19710] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19710/stat : 19710 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417020 9856040960 30785 33554432000 1073741824 1073778376 140735882972736 140359368542864 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19711] ppid=19693 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/19696/task/19711/stat : 19711 (java) R 19693 19696 18872 0 -1 4202560 10281 0 0 0 54 2 0 0 20 0 19 0 36417020 9856040960 30785 33554432000 1073741824 1073778376 140735882972736 140359367477256 140359551607247 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19712] ppid=19693 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/19696/task/19712/stat : 19712 (java) S 19693 19696 18872 0 -1 4202560 3705 0 0 0 35 0 0 0 20 0 19 0 36417020 9856040960 30785 33554432000 1073741824 1073778376 140735882972736 140359366437176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19696/tid=19713] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19713/stat : 19713 (java) S 19693 19696 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417020 9856040960 30785 33554432000 1073741824 1073778376 140735882972736 140359365384568 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19696/tid=19714] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19714/stat : 19714 (java) S 19693 19696 18872 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36417020 9856040960 30785 33554432000 1073741824 1073778376 140735882972736 140359364331976 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19696/tid=19715] ppid=19693 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19696/task/19715/stat : 19715 (java) S 19693 19696 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36417032 9856040960 30785 33554432000 1073741824 1073778376 140735882972736 140359363278504 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 11.6622
CPU time (s): 12.5911
CPU user time (s): 12.5091
CPU system time (s): 0.081987
CPU usage (%): 107.965
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.5091
system time used= 0.081987
maximum resident set size= 123392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17725
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= 552
involuntary context switches= 94

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.042993 second user time and 0.106983 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-19 15:41:09
IDJOB=4109612
IDBENCH=78869
IDSOLVER=2551
FILE ID=node106/4109612-1466343669
RUNJOBID= node106-1466341824-18889
PBS_JOBID= 19922042
Free space on /tmp= 71700 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.1110973163--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109612-1466343669/watcher-4109612-1466343669 -o /tmp/evaluation-result-4109612-1466343669/solver-4109612-1466343669 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466341824-18889 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4109612-1466343669.wbo

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

MD5SUM BENCH= e7272fac9c266fd7ef88e48b4d5664ef
RANDOM SEED=2109493281

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.073
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:        30954980 kB
Buffers:           71100 kB
Cached:           226284 kB
SwapCached:         1780 kB
Active:           362820 kB
Inactive:         239160 kB
Active(anon):     303760 kB
Inactive(anon):     3188 kB
Active(file):      59060 kB
Inactive(file):   235972 kB
Unevictable:      559040 kB
Mlocked:          526336 kB
SwapTotal:      67108856 kB
SwapFree:       67099264 kB
Dirty:               588 kB
Writeback:             0 kB
AnonPages:        901792 kB
Mapped:            15508 kB
Shmem:                 0 kB
Slab:             625228 kB
SReclaimable:      68420 kB
SUnreclaim:       556808 kB
KernelStack:        1760 kB
PageTables:         6436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     998428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    356352 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= 71700 MiB
End job on node106 at 2016-06-19 15:41:21