Trace number 4110276

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.7121 11.4529

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111220019--soft-0-100-0.wbo
MD5SUMe73465a328717b1b804a610f4d9de315
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark3.44048
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 5034
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 5033
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1259
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4110276-1466343862.wbo
0.10/0.11	c reading problem ... 
0.10/0.17	c ... done. Wall clock time 0.058s.
0.10/0.17	c declared #vars     169
0.10/0.17	c internal #vars     270
0.10/0.17	c #constraints  101
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.10/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.10/0.17	c 101 constraints processed.
0.10/0.17	c objective function length is 101 literals
0.26/0.24	c SATISFIABLE
0.26/0.24	c OPTIMIZING...
0.26/0.24	c Got one! Elapsed wall clock time (in seconds):0.13
0.26/0.24	o 1123
0.26/0.26	c Got one! Elapsed wall clock time (in seconds):0.148
0.26/0.26	o 1111
0.63/0.43	c Got one! Elapsed wall clock time (in seconds):0.321
0.63/0.43	o 893
0.63/0.44	c Got one! Elapsed wall clock time (in seconds):0.328
0.63/0.44	o 891
0.63/0.44	c Got one! Elapsed wall clock time (in seconds):0.336
0.63/0.44	o 871
0.81/0.52	c Got one! Elapsed wall clock time (in seconds):0.412
0.81/0.52	o 339
0.81/0.53	c Got one! Elapsed wall clock time (in seconds):0.416
0.81/0.53	o 306
0.81/0.53	c Got one! Elapsed wall clock time (in seconds):0.421
0.81/0.53	o 300
0.99/0.61	c cleaning 3627 clauses out of 7254 with flag 3554/7254
0.99/0.62	c Got one! Elapsed wall clock time (in seconds):0.507
0.99/0.62	o 278
0.99/0.62	c Got one! Elapsed wall clock time (in seconds):0.516
0.99/0.62	o 276
0.99/0.68	c Got one! Elapsed wall clock time (in seconds):0.574
0.99/0.68	o 275
1.24/0.80	c Got one! Elapsed wall clock time (in seconds):0.693
1.24/0.80	o 266
1.24/0.88	c Got one! Elapsed wall clock time (in seconds):0.775
1.24/0.88	o 265
1.35/0.93	c Got one! Elapsed wall clock time (in seconds):0.824
1.35/0.93	o 263
1.35/0.96	c Got one! Elapsed wall clock time (in seconds):0.852
1.35/0.96	o 256
1.35/0.97	c Got one! Elapsed wall clock time (in seconds):0.858
1.35/0.97	o 240
1.45/1.03	c cleaning 6062 clauses out of 12125 with flag 4015/15752
1.45/1.03	c Got one! Elapsed wall clock time (in seconds):0.924
1.45/1.03	o 237
1.65/1.28	c cleaning 5567 clauses out of 11148 with flag 20562/20837
1.78/1.38	c Got one! Elapsed wall clock time (in seconds):1.276
1.78/1.38	o 236
2.00/1.54	c Got one! Elapsed wall clock time (in seconds):1.436
2.00/1.54	o 234
2.00/1.57	c Got one! Elapsed wall clock time (in seconds):1.466
2.00/1.57	o 230
2.10/1.63	c cleaning 6191 clauses out of 12389 with flag 4345/27645
2.10/1.65	c Got one! Elapsed wall clock time (in seconds):1.54
2.10/1.65	o 229
2.22/1.72	c Got one! Elapsed wall clock time (in seconds):1.612
2.22/1.72	o 228
2.22/1.74	c Got one! Elapsed wall clock time (in seconds):1.632
2.22/1.74	o 217
2.32/1.87	c Got one! Elapsed wall clock time (in seconds):1.759
2.32/1.87	o 216
2.42/1.92	c Got one! Elapsed wall clock time (in seconds):1.813
2.42/1.92	o 215
2.42/1.94	c Got one! Elapsed wall clock time (in seconds):1.829
2.42/1.94	o 214
2.42/1.98	c Got one! Elapsed wall clock time (in seconds):1.871
2.42/1.98	o 208
2.54/2.00	c Got one! Elapsed wall clock time (in seconds):1.894
2.54/2.00	o 198
2.54/2.01	c Got one! Elapsed wall clock time (in seconds):1.903
2.54/2.01	o 185
2.54/2.02	c Got one! Elapsed wall clock time (in seconds):1.908
2.54/2.02	o 180
2.54/2.06	c Got one! Elapsed wall clock time (in seconds):1.948
2.54/2.06	o 176
2.54/2.06	c Got one! Elapsed wall clock time (in seconds):1.953
2.54/2.06	o 172
2.54/2.07	c Got one! Elapsed wall clock time (in seconds):1.961
2.54/2.07	o 164
2.72/2.10	c Got one! Elapsed wall clock time (in seconds):1.996
2.72/2.10	o 161
2.72/2.15	c Got one! Elapsed wall clock time (in seconds):2.037
2.72/2.15	o 150
2.72/2.16	c Got one! Elapsed wall clock time (in seconds):2.048
2.72/2.16	o 148
2.85/2.21	c Got one! Elapsed wall clock time (in seconds):2.106
2.85/2.21	o 147
3.01/2.33	c cleaning 9000 clauses out of 18017 with flag 4180/39464
3.01/2.35	c Got one! Elapsed wall clock time (in seconds):2.238
3.01/2.35	o 146
3.01/2.38	c Got one! Elapsed wall clock time (in seconds):2.268
3.01/2.38	o 145
3.25/2.42	c Got one! Elapsed wall clock time (in seconds):2.313
3.25/2.42	o 142
3.70/2.61	c Got one! Elapsed wall clock time (in seconds):2.503
3.70/2.61	o 140
3.70/2.65	c Got one! Elapsed wall clock time (in seconds):2.54
3.70/2.65	o 127
3.70/2.70	c Got one! Elapsed wall clock time (in seconds):2.587
3.70/2.70	o 125
3.89/2.76	c Got one! Elapsed wall clock time (in seconds):2.654
3.89/2.76	o 123
3.89/2.78	c Got one! Elapsed wall clock time (in seconds):2.674
3.89/2.78	o 118
3.99/2.80	c Got one! Elapsed wall clock time (in seconds):2.691
3.99/2.80	o 116
3.99/2.88	c cleaning 8689 clauses out of 17381 with flag 3822/47828
4.09/2.93	c Got one! Elapsed wall clock time (in seconds):2.818
4.09/2.93	o 106
4.19/3.02	c Got one! Elapsed wall clock time (in seconds):2.912
4.19/3.02	o 67
4.40/3.22	c cleaning 7737 clauses out of 15484 with flag 14301/54620
4.40/3.22	c Got one! Elapsed wall clock time (in seconds):3.115
4.40/3.22	o 57
4.61/3.43	c cleaning 6441 clauses out of 12888 with flag 16623/59761
4.80/3.70	c cleaning 6220 clauses out of 12448 with flag 39671/65762
5.10/4.00	c cleaning 6607 clauses out of 13227 with flag 66177/72761
5.50/4.36	c cleaning 7306 clauses out of 14619 with flag 95950/80760
5.90/4.77	c cleaning 8151 clauses out of 16313 with flag 130549/89760
6.00/4.83	c Got one! Elapsed wall clock time (in seconds):4.725
6.00/4.83	o 42
6.00/4.85	c Got one! Elapsed wall clock time (in seconds):4.741
6.00/4.85	o 41
6.20/5.03	c cleaning 7081 clauses out of 14169 with flag 14914/95767
6.40/5.28	c Got one! Elapsed wall clock time (in seconds):5.169
6.40/5.28	o 40
6.51/5.33	c Got one! Elapsed wall clock time (in seconds):5.222
6.51/5.33	o 37
6.61/5.45	c Got one! Elapsed wall clock time (in seconds):5.344
6.61/5.45	o 36
6.61/5.46	c Got one! Elapsed wall clock time (in seconds):5.352
6.61/5.46	o 32
6.61/5.48	c Got one! Elapsed wall clock time (in seconds):5.367
6.61/5.48	o 30
6.61/5.48	c Got one! Elapsed wall clock time (in seconds):5.374
6.61/5.48	o 28
6.72/5.60	c cleaning 9663 clauses out of 19325 with flag 8382/108004
6.91/5.71	c Got one! Elapsed wall clock time (in seconds):5.604
6.91/5.71	o 26
6.91/5.73	c Got one! Elapsed wall clock time (in seconds):5.619
6.91/5.73	o 25
7.02/5.87	c cleaning 7895 clauses out of 15792 with flag 12767/114134
7.32/6.13	c cleaning 6945 clauses out of 13896 with flag 39664/120133
7.62/6.41	c Got one! Elapsed wall clock time (in seconds):6.3
7.62/6.41	o 23
7.73/6.52	c Got one! Elapsed wall clock time (in seconds):6.41
7.73/6.52	o 21
7.73/6.53	c Got one! Elapsed wall clock time (in seconds):6.423
7.73/6.53	o 20
7.84/6.68	c Got one! Elapsed wall clock time (in seconds):6.572
7.84/6.68	o 19
7.94/6.75	c cleaning 9971 clauses out of 19943 with flag 4310/133125
7.94/6.75	c Got one! Elapsed wall clock time (in seconds):6.645
7.94/6.75	o 15
8.13/6.95	c Got one! Elapsed wall clock time (in seconds):6.839
8.13/6.95	o 13
8.23/7.00	c cleaning 7926 clauses out of 15855 with flag 4645/139008
8.23/7.08	c Got one! Elapsed wall clock time (in seconds):6.966
8.23/7.08	o 11
8.23/7.09	c Got one! Elapsed wall clock time (in seconds):6.977
8.23/7.09	o 10
8.43/7.26	c cleaning 7041 clauses out of 14090 with flag 16860/145169
8.73/7.52	c cleaning 6522 clauses out of 13048 with flag 44056/151168
8.83/7.70	c Got one! Elapsed wall clock time (in seconds):7.594
8.83/7.70	o 8
8.94/7.73	c Got one! Elapsed wall clock time (in seconds):7.623
8.94/7.73	o 7
8.94/7.78	c cleaning 6358 clauses out of 12731 with flag 4283/157374
9.24/8.02	c cleaning 6182 clauses out of 12373 with flag 31765/163374
9.54/8.30	c cleaning 6593 clauses out of 13189 with flag 63161/170374
9.86/8.67	c cleaning 7295 clauses out of 14595 with flag 99444/178375
10.37/9.11	c cleaning 8145 clauses out of 16296 with flag 141729/187374
10.87/9.63	c cleaning 9069 clauses out of 18150 with flag 188175/197376
10.97/9.78	c Got one! Elapsed wall clock time (in seconds):9.675
10.97/9.78	o 6
11.07/9.89	c cleaning 7305 clauses out of 14621 with flag 9376/202916
11.28/10.00	c Got one! Elapsed wall clock time (in seconds):9.896
11.28/10.00	o 5
11.37/10.16	c cleaning 6549 clauses out of 13098 with flag 14700/208701
11.67/10.43	c cleaning 6264 clauses out of 12544 with flag 43691/214699
11.77/10.50	c Got one! Elapsed wall clock time (in seconds):10.391
11.77/10.50	o 4
11.97/10.71	c cleaning 6024 clauses out of 12067 with flag 20694/220487
12.17/10.99	c cleaning 6007 clauses out of 12041 with flag 51370/226485
12.57/11.32	c cleaning 6511 clauses out of 13035 with flag 85949/233486
12.57/11.40	c Got one! Elapsed wall clock time (in seconds):11.287
12.57/11.40	o 3
12.67/11.44	c Got one! Elapsed wall clock time (in seconds):11.33
12.67/11.44	o 2
12.67/11.44	c starts		: 191
12.67/11.44	c conflicts		: 236306
12.67/11.44	c decisions		: 388813
12.67/11.44	c propagations		: 6446678
12.67/11.44	c inspects		: 121384782
12.67/11.44	c shortcuts		: 0
12.67/11.44	c learnt literals	: 21
12.67/11.44	c learnt binary clauses	: 17
12.67/11.44	c learnt ternary clauses	: 496
12.67/11.44	c learnt constraints	: 236285
12.67/11.44	c ignored constraints	: 0
12.67/11.44	c root simplifications	: 0
12.67/11.44	c removed literals (reason simplification)	: 0
12.67/11.44	c reason swapping (by a shorter reason)	: 0
12.67/11.44	c Calls to reduceDB	: 32
12.67/11.44	c Number of update (reduction) of LBD	: 67441
12.67/11.44	c Imported unit clauses	: 0
12.67/11.44	c number of reductions to clauses (during analyze)	: 0
12.67/11.44	c number of learned constraints concerned by reduction	: 0
12.67/11.44	c number of learning phase by resolution	: 0
12.67/11.44	c number of learning phase by cutting planes	: 0
12.67/11.44	c speed (assignments/second)	: 571818.1656909704
12.67/11.44	c non guided choices	3110
12.67/11.44	c learnt constraints type 
12.67/11.44	s OPTIMUM FOUND
12.67/11.44	c Found 74 solution(s)
12.67/11.44	v -x1 -x2 x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 x52 -x53 x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 x76 -x77 -x78 -x79 -x80 -x81 -x82 x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 x113 -x114 -x115 -x116 -x117 x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 x142 -x143 -x144 -x145 -x146 x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 
12.67/11.45	c objective function=2
12.67/11.45	c Total wall clock time (in seconds): 11.337

Verifier Data

OK	2

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-4110276-1466343862/watcher-4110276-1466343862 -o /tmp/evaluation-result-4110276-1466343862/solver-4110276-1466343862 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466341821-12126 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4110276-1466343862.wbo 

pid=13322
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.25 2.27 2.02 3/194 13325
/proc/meminfo: memFree=29269048/32872528 swapFree=1556504/1720024
[pid=13325] ppid=13322 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/13325/stat : 13325 (java) R 13322 13325 12110 0 -1 4202496 1209 0 0 0 0 0 0 0 20 0 1 0 36434872 23793664 860 33554432000 1073741824 1073778376 140733715742256 140733715731320 140484929023344 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13325/statm: 5793 856 646 9 0 128 0
[pid=13325/tid=13326] ppid=13322 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13326/stat : 13326 (java) R 13322 13325 12110 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 2 0 36434873 91889664 880 33554432000 1073741824 1073778376 140733715742256 140733715731320 270330053520 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100138 s]
/proc/loadavg: 2.25 2.27 2.02 3/194 13325
/proc/meminfo: memFree=29269048/32872528 swapFree=1556504/1720024
[pid=13325] ppid=13322 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/13325/stat : 13325 (java) S 13322 13325 12110 0 -1 4202496 4409 0 1 0 9 1 0 0 20 0 18 0 36434872 9787879424 6035 33554432000 1073741824 1073778376 140733715742256 140733715733392 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13325/statm: 2389619 6035 2125 9 0 2380296 0
[pid=13325/tid=13326] ppid=13322 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/13325/task/13326/stat : 13326 (java) R 13322 13325 12110 0 -1 4202560 2380 0 1 0 6 1 0 0 20 0 18 0 36434873 9787879424 6035 33554432000 1073741824 1073778376 140733715742256 140484927064992 270333437197 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200325 s]
/proc/loadavg: 2.25 2.27 2.02 3/194 13325
/proc/meminfo: memFree=29269048/32872528 swapFree=1556504/1720024
[pid=13325] ppid=13322 vsize=9625332 CPUtime=0.26 cores=0,2,4,6
/proc/13325/stat : 13325 (java) S 13322 13325 12110 0 -1 4202496 5822 0 1 0 25 1 0 0 20 0 19 0 36434872 9856339968 7634 33554432000 1073741824 1073778376 140733715742256 140733715733392 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13325/statm: 2406333 7634 2228 9 0 2397010 0
[pid=13325/tid=13326] ppid=13322 vsize=9625332 CPUtime=0.17 cores=0,2,4,6
/proc/13325/task/13326/stat : 13326 (java) R 13322 13325 12110 0 -1 4202560 2408 0 1 0 16 1 0 0 20 0 19 0 36434873 9856339968 7561 33554432000 1073741824 1073778376 140733715742256 140484927066752 140484773230318 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9625332

[startup+0.300328 s]
/proc/loadavg: 2.25 2.27 2.02 3/194 13325
/proc/meminfo: memFree=29269048/32872528 swapFree=1556504/1720024
[pid=13325] ppid=13322 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/13325/stat : 13325 (java) S 13322 13325 12110 0 -1 4202496 6703 0 1 0 49 1 0 0 20 0 19 0 36434872 9856040960 8565 33554432000 1073741824 1073778376 140733715742256 140733715733392 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13325/statm: 2406260 8565 2243 9 0 2396937 0
[pid=13325/tid=13326] ppid=13322 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/13325/task/13326/stat : 13326 (java) R 13322 13325 12110 0 -1 4202560 2410 0 1 0 26 1 0 0 20 0 19 0 36434873 9856040960 8565 33554432000 1073741824 1073778376 140733715742256 140484927066752 140484773274628 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.700261 s]
/proc/loadavg: 2.25 2.27 2.02 3/194 13325
/proc/meminfo: memFree=29269048/32872528 swapFree=1556504/1720024
[pid=13325] ppid=13322 vsize=9625040 CPUtime=1.11 cores=0,2,4,6
/proc/13325/stat : 13325 (java) S 13322 13325 12110 0 -1 4202496 8981 0 1 0 109 2 0 0 20 0 19 0 36434872 9856040960 9567 33554432000 1073741824 1073778376 140733715742256 140733715733392 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13325/statm: 2406260 9567 2258 9 0 2396937 0
[pid=13325/tid=13326] ppid=13322 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/13325/task/13326/stat : 13326 (java) R 13322 13325 12110 0 -1 4202560 2411 0 1 0 66 1 0 0 20 0 19 0 36434873 9856040960 9567 33554432000 1073741824 1073778376 140733715742256 140484927058224 140484773579670 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 9625040

[startup+1.50082 s]
/proc/loadavg: 2.25 2.27 2.02 3/213 13344
/proc/meminfo: memFree=29236408/32872528 swapFree=1556504/1720024
[pid=13325] ppid=13322 vsize=9625040 CPUtime=2 cores=0,2,4,6
/proc/13325/stat : 13325 (java) S 13322 13325 12110 0 -1 4202496 9125 0 1 0 198 2 0 0 20 0 19 0 36434872 9856040960 10680 33554432000 1073741824 1073778376 140733715742256 140733715733392 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13325/statm: 2406260 10680 2261 9 0 2396937 0
[pid=13325/tid=13326] ppid=13322 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/13325/task/13326/stat : 13326 (java) R 13322 13325 12110 0 -1 4202560 2414 0 1 0 146 1 0 0 20 0 19 0 36434873 9856040960 10680 33554432000 1073741824 1073778376 140733715742256 140484927063640 140484773418952 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13325/tid=13328] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13328/stat : 13328 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434874 9856040960 10680 33554432000 1073741824 1073778376 140733715742256 140484899518888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13325/tid=13329] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13329/stat : 13329 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434874 9856040960 10680 33554432000 1073741824 1073778376 140733715742256 140484898466344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13325/tid=13330] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13330/stat : 13330 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434874 9856040960 10680 33554432000 1073741824 1073778376 140733715742256 140484897413288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13325/tid=13331] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13331/stat : 13331 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434874 9856040960 10680 33554432000 1073741824 1073778376 140733715742256 140484896360744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13325/tid=13332] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13332/stat : 13332 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434874 9856040960 10680 33554432000 1073741824 1073778376 140733715742256 140484895308712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13325/tid=13333] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13333/stat : 13333 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434874 9856040960 10680 33554432000 1073741824 1073778376 140733715742256 140484894256168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13325/tid=13334] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13334/stat : 13334 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434874 9856040960 10680 33554432000 1073741824 1073778376 140733715742256 140484893203112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13325/tid=13335] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13335/stat : 13335 (java) S 13322 13325 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36434874 9856040960 10680 33554432000 1073741824 1073778376 140733715742256 140484892150568 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13325/tid=13336] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13336/stat : 13336 (java) S 13322 13325 12110 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36434875 9856040960 10680 33554432000 1073741824 1073778376 140733715742256 140484280289640 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13325/tid=13337] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13337/stat : 13337 (java) S 13322 13325 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36434875 9856040960 10680 33554432000 1073741824 1073778376 140733715742256 140484279235960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13325/tid=13338] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13338/stat : 13338 (java) S 13322 13325 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36434875 9856040960 10680 33554432000 1073741824 1073778376 140733715742256 140484278182792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13325/tid=13339] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13339/stat : 13339 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434878 9856040960 10680 33554432000 1073741824 1073778376 140733715742256 140484277131536 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13325/tid=13340] ppid=13322 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/13325/task/13340/stat : 13340 (java) S 13322 13325 12110 0 -1 4202560 4226 0 0 0 32 0 0 0 20 0 19 0 36434878 9856040960 10680 33554432000 1073741824 1073778376 140733715742256 140484276079416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13325/tid=13341] ppid=13322 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/13325/task/13341/stat : 13341 (java) S 13322 13325 12110 0 -1 4202560 1214 0 0 0 17 0 0 0 20 0 19 0 36434878 9856040960 10680 33554432000 1073741824 1073778376 140733715742256 140484275026872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13325/tid=13342] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13342/stat : 13342 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434878 9856040960 10680 33554432000 1073741824 1073778376 140733715742256 140484273974008 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13325/tid=13343] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13343/stat : 13343 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434878 9856040960 10680 33554432000 1073741824 1073778376 140733715742256 140484272921672 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13325/tid=13344] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13344/stat : 13344 (java) S 13322 13325 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36434890 9856040960 10680 33554432000 1073741824 1073778376 140733715742256 140484271866920 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 9625040

[startup+3.10075 s]
/proc/loadavg: 2.25 2.27 2.02 3/213 13344
/proc/meminfo: memFree=29227224/32872528 swapFree=1556504/1720024
[pid=13325] ppid=13322 vsize=9625040 CPUtime=4.3 cores=0,2,4,6
/proc/13325/stat : 13325 (java) S 13322 13325 12110 0 -1 4202496 19021 0 1 0 426 4 0 0 20 0 19 0 36434872 9856040960 17365 33554432000 1073741824 1073778376 140733715742256 140733715733392 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13325/statm: 2406260 17365 2262 9 0 2396937 0
[pid=13325/tid=13326] ppid=13322 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/13325/task/13326/stat : 13326 (java) R 13322 13325 12110 0 -1 4202560 2422 0 1 0 306 1 0 0 20 0 19 0 36434873 9856040960 17365 33554432000 1073741824 1073778376 140733715742256 140484927066664 140484773605542 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13325/tid=13328] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13328/stat : 13328 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434874 9856040960 17365 33554432000 1073741824 1073778376 140733715742256 140484899518888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13325/tid=13329] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13329/stat : 13329 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434874 9856040960 17365 33554432000 1073741824 1073778376 140733715742256 140484898466344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13325/tid=13330] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13330/stat : 13330 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434874 9856040960 17365 33554432000 1073741824 1073778376 140733715742256 140484897413288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13325/tid=13331] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13331/stat : 13331 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434874 9856040960 17365 33554432000 1073741824 1073778376 140733715742256 140484896360744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13325/tid=13332] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13332/stat : 13332 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434874 9856040960 17365 33554432000 1073741824 1073778376 140733715742256 140484895308712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13325/tid=13333] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13333/stat : 13333 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434874 9856040960 17365 33554432000 1073741824 1073778376 140733715742256 140484894256168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13325/tid=13334] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13334/stat : 13334 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434874 9856040960 17365 33554432000 1073741824 1073778376 140733715742256 140484893203112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13325/tid=13335] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13335/stat : 13335 (java) S 13322 13325 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36434874 9856040960 17365 33554432000 1073741824 1073778376 140733715742256 140484892150568 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13325/tid=13336] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13336/stat : 13336 (java) S 13322 13325 12110 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36434875 9856040960 17365 33554432000 1073741824 1073778376 140733715742256 140484280289640 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13325/tid=13337] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13337/stat : 13337 (java) S 13322 13325 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36434875 9856040960 17365 33554432000 1073741824 1073778376 140733715742256 140484279235960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13325/tid=13338] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13338/stat : 13338 (java) S 13322 13325 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36434875 9856040960 17365 33554432000 1073741824 1073778376 140733715742256 140484278182792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13325/tid=13339] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13339/stat : 13339 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434878 9856040960 17365 33554432000 1073741824 1073778376 140733715742256 140484277131536 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13325/tid=13340] ppid=13322 vsize=9625040 CPUtime=0.77 cores=0,2,4,6
/proc/13325/task/13340/stat : 13340 (java) S 13322 13325 12110 0 -1 4202560 9464 0 0 0 75 2 0 0 20 0 19 0 36434878 9856040960 17365 33554432000 1073741824 1073778376 140733715742256 140484276079416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13325/tid=13341] ppid=13322 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/13325/task/13341/stat : 13341 (java) S 13322 13325 12110 0 -1 4202560 5864 0 0 0 41 0 0 0 20 0 19 0 36434878 9856040960 17365 33554432000 1073741824 1073778376 140733715742256 140484275026872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13325/tid=13342] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13342/stat : 13342 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434878 9856040960 17365 33554432000 1073741824 1073778376 140733715742256 140484273974008 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13325/tid=13343] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13343/stat : 13343 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434878 9856040960 17365 33554432000 1073741824 1073778376 140733715742256 140484272921672 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13325/tid=13344] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13344/stat : 13344 (java) S 13322 13325 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36434890 9856040960 17365 33554432000 1073741824 1073778376 140733715742256 140484271866920 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.3
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.23 2.26 2.02 3/213 13344
/proc/meminfo: memFree=29199108/32872528 swapFree=1556504/1720024
[pid=13325] ppid=13322 vsize=9625040 CPUtime=7.52 cores=0,2,4,6
/proc/13325/stat : 13325 (java) S 13322 13325 12110 0 -1 4202496 19033 0 1 0 748 4 0 0 20 0 19 0 36434872 9856040960 20225 33554432000 1073741824 1073778376 140733715742256 140733715733392 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13325/statm: 2406260 20225 2264 9 0 2396937 0
[pid=13325/tid=13326] ppid=13322 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/13325/task/13326/stat : 13326 (java) R 13322 13325 12110 0 -1 4202560 2431 0 1 0 625 1 0 0 20 0 19 0 36434873 9856040960 20225 33554432000 1073741824 1073778376 140733715742256 140484927057584 140484773579692 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13325/tid=13328] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13328/stat : 13328 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434874 9856040960 20225 33554432000 1073741824 1073778376 140733715742256 140484899518888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13325/tid=13329] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13329/stat : 13329 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434874 9856040960 20225 33554432000 1073741824 1073778376 140733715742256 140484898466344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13325/tid=13330] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13330/stat : 13330 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434874 9856040960 20225 33554432000 1073741824 1073778376 140733715742256 140484897413288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13325/tid=13331] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13331/stat : 13331 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434874 9856040960 20225 33554432000 1073741824 1073778376 140733715742256 140484896360744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13325/tid=13332] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13332/stat : 13332 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434874 9856040960 20225 33554432000 1073741824 1073778376 140733715742256 140484895308712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13325/tid=13333] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13333/stat : 13333 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434874 9856040960 20225 33554432000 1073741824 1073778376 140733715742256 140484894256168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13325/tid=13334] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13334/stat : 13334 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434874 9856040960 20225 33554432000 1073741824 1073778376 140733715742256 140484893203112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13325/tid=13335] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13335/stat : 13335 (java) S 13322 13325 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36434874 9856040960 20225 33554432000 1073741824 1073778376 140733715742256 140484892150568 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13325/tid=13336] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13336/stat : 13336 (java) S 13322 13325 12110 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36434875 9856040960 20225 33554432000 1073741824 1073778376 140733715742256 140484280289640 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13325/tid=13337] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13337/stat : 13337 (java) S 13322 13325 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36434875 9856040960 20225 33554432000 1073741824 1073778376 140733715742256 140484279235960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13325/tid=13338] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13338/stat : 13338 (java) S 13322 13325 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36434875 9856040960 20225 33554432000 1073741824 1073778376 140733715742256 140484278182792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13325/tid=13339] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13339/stat : 13339 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434878 9856040960 20225 33554432000 1073741824 1073778376 140733715742256 140484277131536 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13325/tid=13340] ppid=13322 vsize=9625040 CPUtime=0.79 cores=0,2,4,6
/proc/13325/task/13340/stat : 13340 (java) S 13322 13325 12110 0 -1 4202560 9466 0 0 0 77 2 0 0 20 0 19 0 36434878 9856040960 20225 33554432000 1073741824 1073778376 140733715742256 140484276079416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13325/tid=13341] ppid=13322 vsize=9625040 CPUtime=0.42 cores=0,2,4,6

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

[pid=13325/tid=13330] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13330/stat : 13330 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434874 9856040960 24833 33554432000 1073741824 1073778376 140733715742256 140484897413288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13325/tid=13331] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13331/stat : 13331 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434874 9856040960 24833 33554432000 1073741824 1073778376 140733715742256 140484896360744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13325/tid=13332] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13332/stat : 13332 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434874 9856040960 24833 33554432000 1073741824 1073778376 140733715742256 140484895308712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13325/tid=13333] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13333/stat : 13333 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434874 9856040960 24833 33554432000 1073741824 1073778376 140733715742256 140484894256168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13325/tid=13334] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13334/stat : 13334 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434874 9856040960 24833 33554432000 1073741824 1073778376 140733715742256 140484893203112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13325/tid=13335] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13335/stat : 13335 (java) S 13322 13325 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36434874 9856040960 24833 33554432000 1073741824 1073778376 140733715742256 140484892150568 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13325/tid=13336] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13336/stat : 13336 (java) S 13322 13325 12110 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36434875 9856040960 24833 33554432000 1073741824 1073778376 140733715742256 140484280289640 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13325/tid=13337] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13337/stat : 13337 (java) S 13322 13325 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36434875 9856040960 24833 33554432000 1073741824 1073778376 140733715742256 140484279235960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13325/tid=13338] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13338/stat : 13338 (java) S 13322 13325 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36434875 9856040960 24833 33554432000 1073741824 1073778376 140733715742256 140484278182792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13325/tid=13339] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13339/stat : 13339 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434878 9856040960 24833 33554432000 1073741824 1073778376 140733715742256 140484277131536 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13325/tid=13340] ppid=13322 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/13325/task/13340/stat : 13340 (java) S 13322 13325 12110 0 -1 4202560 9466 0 0 0 78 2 0 0 20 0 19 0 36434878 9856040960 24833 33554432000 1073741824 1073778376 140733715742256 140484276079416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13325/tid=13341] ppid=13322 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/13325/task/13341/stat : 13341 (java) S 13322 13325 12110 0 -1 4202560 5864 0 0 0 45 0 0 0 20 0 19 0 36434878 9856040960 24833 33554432000 1073741824 1073778376 140733715742256 140484275026872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13325/tid=13342] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13342/stat : 13342 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434878 9856040960 24833 33554432000 1073741824 1073778376 140733715742256 140484273974008 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13325/tid=13343] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13343/stat : 13343 (java) S 13322 13325 12110 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36434878 9856040960 24833 33554432000 1073741824 1073778376 140733715742256 140484272921672 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13325/tid=13344] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13344/stat : 13344 (java) S 13322 13325 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36434890 9856040960 24833 33554432000 1073741824 1073778376 140733715742256 140484271866920 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 10.87
Current children cumulated vsize (KiB) 9625040

[startup+10.4007 s]
/proc/loadavg: 2.21 2.26 2.02 3/213 13344
/proc/meminfo: memFree=29174432/32872528 swapFree=1556504/1720024
[pid=13325] ppid=13322 vsize=9625040 CPUtime=11.67 cores=0,2,4,6
/proc/13325/stat : 13325 (java) S 13322 13325 12110 0 -1 4202496 19046 0 1 0 1162 5 0 0 20 0 19 0 36434872 9856040960 25857 33554432000 1073741824 1073778376 140733715742256 140733715733392 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13325/statm: 2406260 25857 2264 9 0 2396937 0
[pid=13325/tid=13326] ppid=13322 vsize=9625040 CPUtime=10.35 cores=0,2,4,6
/proc/13325/task/13326/stat : 13326 (java) R 13322 13325 12110 0 -1 4202560 2444 0 1 0 1033 2 0 0 20 0 19 0 36434873 9856040960 25857 33554432000 1073741824 1073778376 140733715742256 140484927057600 140484773645733 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13325/tid=13328] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13328/stat : 13328 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434874 9856040960 25857 33554432000 1073741824 1073778376 140733715742256 140484899518888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13325/tid=13329] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13329/stat : 13329 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434874 9856040960 25857 33554432000 1073741824 1073778376 140733715742256 140484898466344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13325/tid=13330] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13330/stat : 13330 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434874 9856040960 25857 33554432000 1073741824 1073778376 140733715742256 140484897413288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13325/tid=13331] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13331/stat : 13331 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434874 9856040960 25857 33554432000 1073741824 1073778376 140733715742256 140484896360744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13325/tid=13332] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13332/stat : 13332 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434874 9856040960 25857 33554432000 1073741824 1073778376 140733715742256 140484895308712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13325/tid=13333] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13333/stat : 13333 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434874 9856040960 25857 33554432000 1073741824 1073778376 140733715742256 140484894256168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13325/tid=13334] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13334/stat : 13334 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434874 9856040960 25857 33554432000 1073741824 1073778376 140733715742256 140484893203112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13325/tid=13335] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13335/stat : 13335 (java) S 13322 13325 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36434874 9856040960 25857 33554432000 1073741824 1073778376 140733715742256 140484892150568 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13325/tid=13336] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13336/stat : 13336 (java) S 13322 13325 12110 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36434875 9856040960 25857 33554432000 1073741824 1073778376 140733715742256 140484280289640 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13325/tid=13337] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13337/stat : 13337 (java) S 13322 13325 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36434875 9856040960 25857 33554432000 1073741824 1073778376 140733715742256 140484279235960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13325/tid=13338] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13338/stat : 13338 (java) S 13322 13325 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36434875 9856040960 25857 33554432000 1073741824 1073778376 140733715742256 140484278182792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13325/tid=13339] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13339/stat : 13339 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434878 9856040960 25857 33554432000 1073741824 1073778376 140733715742256 140484277131536 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13325/tid=13340] ppid=13322 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/13325/task/13340/stat : 13340 (java) S 13322 13325 12110 0 -1 4202560 9466 0 0 0 79 2 0 0 20 0 19 0 36434878 9856040960 25857 33554432000 1073741824 1073778376 140733715742256 140484276079416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13325/tid=13341] ppid=13322 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/13325/task/13341/stat : 13341 (java) S 13322 13325 12110 0 -1 4202560 5864 0 0 0 45 0 0 0 20 0 19 0 36434878 9856040960 25857 33554432000 1073741824 1073778376 140733715742256 140484275026872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13325/tid=13342] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13342/stat : 13342 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434878 9856040960 25857 33554432000 1073741824 1073778376 140733715742256 140484273974008 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13325/tid=13343] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13343/stat : 13343 (java) S 13322 13325 12110 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36434878 9856040960 25857 33554432000 1073741824 1073778376 140733715742256 140484272921672 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13325/tid=13344] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13344/stat : 13344 (java) S 13322 13325 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36434890 9856040960 25857 33554432000 1073741824 1073778376 140733715742256 140484271866920 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 11.67
Current children cumulated vsize (KiB) 9625040

[startup+11.2007 s]
/proc/loadavg: 2.21 2.26 2.02 3/213 13344
/proc/meminfo: memFree=29168444/32872528 swapFree=1556504/1720024
[pid=13325] ppid=13322 vsize=9625040 CPUtime=12.47 cores=0,2,4,6
/proc/13325/stat : 13325 (java) S 13322 13325 12110 0 -1 4202496 19048 0 1 0 1242 5 0 0 20 0 19 0 36434872 9856040960 26881 33554432000 1073741824 1073778376 140733715742256 140733715733392 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13325/statm: 2406260 26881 2264 9 0 2396937 0
[pid=13325/tid=13326] ppid=13322 vsize=9625040 CPUtime=11.14 cores=0,2,4,6
/proc/13325/task/13326/stat : 13326 (java) R 13322 13325 12110 0 -1 4202560 2446 0 1 0 1112 2 0 0 20 0 19 0 36434873 9856040960 26881 33554432000 1073741824 1073778376 140733715742256 140484927057600 140484773576640 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13325/tid=13328] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13328/stat : 13328 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434874 9856040960 26881 33554432000 1073741824 1073778376 140733715742256 140484899518888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13325/tid=13329] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13329/stat : 13329 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434874 9856040960 26881 33554432000 1073741824 1073778376 140733715742256 140484898466344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13325/tid=13330] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13330/stat : 13330 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434874 9856040960 26881 33554432000 1073741824 1073778376 140733715742256 140484897413288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13325/tid=13331] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13331/stat : 13331 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434874 9856040960 26881 33554432000 1073741824 1073778376 140733715742256 140484896360744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13325/tid=13332] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13332/stat : 13332 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434874 9856040960 26881 33554432000 1073741824 1073778376 140733715742256 140484895308712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13325/tid=13333] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13333/stat : 13333 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434874 9856040960 26881 33554432000 1073741824 1073778376 140733715742256 140484894256168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13325/tid=13334] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13334/stat : 13334 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434874 9856040960 26881 33554432000 1073741824 1073778376 140733715742256 140484893203112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13325/tid=13335] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13335/stat : 13335 (java) S 13322 13325 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36434874 9856040960 26881 33554432000 1073741824 1073778376 140733715742256 140484892150568 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13325/tid=13336] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13336/stat : 13336 (java) S 13322 13325 12110 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36434875 9856040960 26881 33554432000 1073741824 1073778376 140733715742256 140484280289640 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13325/tid=13337] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13337/stat : 13337 (java) S 13322 13325 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36434875 9856040960 26881 33554432000 1073741824 1073778376 140733715742256 140484279235960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13325/tid=13338] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13338/stat : 13338 (java) S 13322 13325 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36434875 9856040960 26881 33554432000 1073741824 1073778376 140733715742256 140484278182792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13325/tid=13339] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13339/stat : 13339 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434878 9856040960 26881 33554432000 1073741824 1073778376 140733715742256 140484277131536 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13325/tid=13340] ppid=13322 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/13325/task/13340/stat : 13340 (java) S 13322 13325 12110 0 -1 4202560 9466 0 0 0 79 2 0 0 20 0 19 0 36434878 9856040960 26881 33554432000 1073741824 1073778376 140733715742256 140484276079416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13325/tid=13341] ppid=13322 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/13325/task/13341/stat : 13341 (java) S 13322 13325 12110 0 -1 4202560 5864 0 0 0 45 0 0 0 20 0 19 0 36434878 9856040960 26881 33554432000 1073741824 1073778376 140733715742256 140484275026872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13325/tid=13342] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13342/stat : 13342 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434878 9856040960 26881 33554432000 1073741824 1073778376 140733715742256 140484273974008 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13325/tid=13343] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13343/stat : 13343 (java) S 13322 13325 12110 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36434878 9856040960 26881 33554432000 1073741824 1073778376 140733715742256 140484272921672 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13325/tid=13344] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13344/stat : 13344 (java) S 13322 13325 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36434890 9856040960 26881 33554432000 1073741824 1073778376 140733715742256 140484271866920 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 9625040

[startup+11.4007 s]
/proc/loadavg: 2.21 2.26 2.02 3/213 13344
/proc/meminfo: memFree=29168444/32872528 swapFree=1556504/1720024
[pid=13325] ppid=13322 vsize=9625040 CPUtime=12.67 cores=0,2,4,6
/proc/13325/stat : 13325 (java) S 13322 13325 12110 0 -1 4202496 19048 0 1 0 1262 5 0 0 20 0 19 0 36434872 9856040960 26881 33554432000 1073741824 1073778376 140733715742256 140733715733392 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13325/statm: 2406260 26881 2264 9 0 2396937 0
[pid=13325/tid=13326] ppid=13322 vsize=9625040 CPUtime=11.34 cores=0,2,4,6
/proc/13325/task/13326/stat : 13326 (java) R 13322 13325 12110 0 -1 4202560 2446 0 1 0 1132 2 0 0 20 0 19 0 36434873 9856040960 26881 33554432000 1073741824 1073778376 140733715742256 140484927057600 140484773806129 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13325/tid=13328] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13328/stat : 13328 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434874 9856040960 26881 33554432000 1073741824 1073778376 140733715742256 140484899518888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13325/tid=13329] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13329/stat : 13329 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434874 9856040960 26881 33554432000 1073741824 1073778376 140733715742256 140484898466344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13325/tid=13330] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13330/stat : 13330 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434874 9856040960 26881 33554432000 1073741824 1073778376 140733715742256 140484897413288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13325/tid=13331] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13331/stat : 13331 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434874 9856040960 26881 33554432000 1073741824 1073778376 140733715742256 140484896360744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13325/tid=13332] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13332/stat : 13332 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434874 9856040960 27393 33554432000 1073741824 1073778376 140733715742256 140484895308712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13325/tid=13333] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13333/stat : 13333 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434874 9856040960 27393 33554432000 1073741824 1073778376 140733715742256 140484894256168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13325/tid=13334] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13334/stat : 13334 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434874 9856040960 27393 33554432000 1073741824 1073778376 140733715742256 140484893203112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13325/tid=13335] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13335/stat : 13335 (java) S 13322 13325 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36434874 9856040960 27393 33554432000 1073741824 1073778376 140733715742256 140484892150568 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13325/tid=13336] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13336/stat : 13336 (java) S 13322 13325 12110 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36434875 9856040960 27393 33554432000 1073741824 1073778376 140733715742256 140484280289640 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13325/tid=13337] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13337/stat : 13337 (java) S 13322 13325 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36434875 9856040960 27393 33554432000 1073741824 1073778376 140733715742256 140484279235960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13325/tid=13338] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13338/stat : 13338 (java) S 13322 13325 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36434875 9856040960 27393 33554432000 1073741824 1073778376 140733715742256 140484278182792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13325/tid=13339] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13339/stat : 13339 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434878 9856040960 27393 33554432000 1073741824 1073778376 140733715742256 140484277131536 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13325/tid=13340] ppid=13322 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/13325/task/13340/stat : 13340 (java) S 13322 13325 12110 0 -1 4202560 9466 0 0 0 79 2 0 0 20 0 19 0 36434878 9856040960 27393 33554432000 1073741824 1073778376 140733715742256 140484276079416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13325/tid=13341] ppid=13322 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/13325/task/13341/stat : 13341 (java) S 13322 13325 12110 0 -1 4202560 5864 0 0 0 45 0 0 0 20 0 19 0 36434878 9856040960 27393 33554432000 1073741824 1073778376 140733715742256 140484275026872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13325/tid=13342] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13342/stat : 13342 (java) S 13322 13325 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434878 9856040960 27393 33554432000 1073741824 1073778376 140733715742256 140484273974008 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13325/tid=13343] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13343/stat : 13343 (java) S 13322 13325 12110 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36434878 9856040960 27393 33554432000 1073741824 1073778376 140733715742256 140484272921672 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13325/tid=13344] ppid=13322 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13325/task/13344/stat : 13344 (java) S 13322 13325 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36434890 9856040960 27393 33554432000 1073741824 1073778376 140733715742256 140484271866920 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 11.4529
CPU time (s): 12.7121
CPU user time (s): 12.6411
CPU system time (s): 0.070989
CPU usage (%): 110.994
Max. virtual memory (cumulated for all children) (KiB): 9625332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.6411
system time used= 0.070989
maximum resident set size= 109636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19072
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= 554
involuntary context switches= 72

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.074988 second user time and 0.107983 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-19 15:44:22
IDJOB=4110276
IDBENCH=79227
IDSOLVER=2551
FILE ID=node117/4110276-1466343862
RUNJOBID= node117-1466341821-12126
PBS_JOBID= 19922035
Free space on /tmp= 71740 MiB

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

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

MD5SUM BENCH= e73465a328717b1b804a610f4d9de315
RANDOM SEED=1435740718

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.912
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.54
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.912
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:        29269840 kB
Buffers:          172572 kB
Cached:           592508 kB
SwapCached:            0 kB
Active:           503768 kB
Inactive:         610404 kB
Active(anon):     341280 kB
Inactive(anon):    10624 kB
Active(file):     162488 kB
Inactive(file):   599780 kB
Unevictable:     1720024 kB
Mlocked:         1556504 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1068 kB
Writeback:             0 kB
AnonPages:       2069400 kB
Mapped:            21036 kB
Shmem:               204 kB
Slab:             628828 kB
SReclaimable:      72508 kB
SUnreclaim:       556320 kB
KernelStack:        1584 kB
PageTables:         8564 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2197560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    477184 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71740 MiB
End job on node117 at 2016-06-19 15:44:34