Trace number 4109584

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16OPTIMUM 13.5519 11.9206

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111224451--soft-66-100-0.wbo
MD5SUM810107b2d0d7e110201031afb2b4c53e
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark64
Best CPU time to get the best result obtained on this benchmark10.0435
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints28
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 1415
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 1414
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1261
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.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4109584-1466343664.wbo
0.10/0.11	c reading problem ... 
0.10/0.17	c ... done. Wall clock time 0.059s.
0.10/0.17	c declared #vars     169
0.10/0.17	c internal #vars     197
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 => 28
0.10/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.10/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
0.10/0.17	c 101 constraints processed.
0.10/0.17	c objective function length is 28 literals
0.54/0.37	c SATISFIABLE
0.54/0.37	c OPTIMIZING...
0.54/0.37	c Got one! Elapsed wall clock time (in seconds):0.259
0.54/0.37	o 1062
0.66/0.40	c Got one! Elapsed wall clock time (in seconds):0.29
0.66/0.40	o 713
0.66/0.42	c Got one! Elapsed wall clock time (in seconds):0.311
0.66/0.42	o 683
0.66/0.43	c Got one! Elapsed wall clock time (in seconds):0.321
0.66/0.43	o 679
0.66/0.44	c Got one! Elapsed wall clock time (in seconds):0.333
0.66/0.44	o 629
0.85/0.57	c cleaning 3713 clauses out of 7426 with flag 8998/7426
0.85/0.59	c Got one! Elapsed wall clock time (in seconds):0.482
0.85/0.59	o 628
0.99/0.60	c Got one! Elapsed wall clock time (in seconds):0.492
0.99/0.60	o 391
0.99/0.64	c Got one! Elapsed wall clock time (in seconds):0.529
0.99/0.64	o 389
1.13/0.77	c cleaning 4915 clauses out of 9829 with flag 12580/13542
1.33/0.96	c cleaning 5455 clauses out of 10909 with flag 31262/19537
1.44/1.04	c Got one! Elapsed wall clock time (in seconds):0.927
1.44/1.04	o 386
1.54/1.11	c Got one! Elapsed wall clock time (in seconds):0.997
1.54/1.11	o 380
1.54/1.14	c Got one! Elapsed wall clock time (in seconds):1.032
1.54/1.14	o 376
1.64/1.26	c cleaning 6442 clauses out of 12890 with flag 7126/26973
1.64/1.27	c Got one! Elapsed wall clock time (in seconds):1.163
1.64/1.27	o 368
2.06/1.47	c cleaning 5909 clauses out of 11831 with flag 17441/32356
2.43/1.70	c cleaning 5960 clauses out of 11921 with flag 38989/38355
2.54/1.75	c Got one! Elapsed wall clock time (in seconds):1.644
2.54/1.75	o 367
2.54/1.76	c Got one! Elapsed wall clock time (in seconds):1.647
2.54/1.76	o 361
2.94/1.91	c cleaning 5985 clauses out of 11971 with flag 13692/44365
3.11/2.01	c Got one! Elapsed wall clock time (in seconds):1.903
3.11/2.01	o 358
3.11/2.02	c Got one! Elapsed wall clock time (in seconds):1.91
3.11/2.02	o 348
3.11/2.09	c cleaning 5645 clauses out of 11306 with flag 7173/49685
3.33/2.28	c cleaning 5818 clauses out of 11661 with flag 27815/55685
3.52/2.49	c Got one! Elapsed wall clock time (in seconds):2.385
3.52/2.49	o 343
3.62/2.51	c Got one! Elapsed wall clock time (in seconds):2.399
3.62/2.51	o 338
3.82/2.72	c cleaning 8998 clauses out of 18000 with flag 17585/67842
3.82/2.75	c Got one! Elapsed wall clock time (in seconds):2.642
3.82/2.75	o 332
3.82/2.79	c Got one! Elapsed wall clock time (in seconds):2.682
3.82/2.79	o 327
4.02/2.96	c cleaning 7560 clauses out of 15129 with flag 15683/73969
4.22/3.13	c Got one! Elapsed wall clock time (in seconds):3.021
4.22/3.13	o 322
4.22/3.17	c cleaning 6763 clauses out of 13531 with flag 3519/79931
4.32/3.21	c Got one! Elapsed wall clock time (in seconds):3.099
4.32/3.21	o 311
4.43/3.35	c cleaning 5986 clauses out of 11972 with flag 15055/85135
4.62/3.50	c Got one! Elapsed wall clock time (in seconds):3.393
4.62/3.50	o 310
4.62/3.52	c Got one! Elapsed wall clock time (in seconds):3.411
4.62/3.52	o 306
4.62/3.56	c cleaning 6220 clauses out of 12451 with flag 4020/91600
4.82/3.78	c cleaning 6116 clauses out of 12233 with flag 26810/97602
5.36/4.04	c cleaning 6555 clauses out of 13115 with flag 54587/104600
5.79/4.31	c Got one! Elapsed wall clock time (in seconds):4.198
5.79/4.31	o 296
5.79/4.31	c Got one! Elapsed wall clock time (in seconds):4.204
5.79/4.31	o 292
6.00/4.54	c cleaning 9752 clauses out of 19522 with flag 19958/117562
6.00/4.58	c Got one! Elapsed wall clock time (in seconds):4.474
6.00/4.58	o 288
6.00/4.59	c Got one! Elapsed wall clock time (in seconds):4.485
6.00/4.59	o 286
6.19/4.76	c cleaning 7597 clauses out of 15207 with flag 16240/122999
6.29/4.85	c Got one! Elapsed wall clock time (in seconds):4.74
6.29/4.85	o 280
6.29/4.87	c Got one! Elapsed wall clock time (in seconds):4.763
6.29/4.87	o 274
6.39/4.92	c Got one! Elapsed wall clock time (in seconds):4.809
6.39/4.92	o 268
6.49/5.01	c cleaning 7115 clauses out of 14248 with flag 8574/129637
6.49/5.02	c Got one! Elapsed wall clock time (in seconds):4.91
6.49/5.02	o 261
6.49/5.03	c Got one! Elapsed wall clock time (in seconds):4.918
6.49/5.03	o 258
6.69/5.20	c cleaning 6408 clauses out of 12824 with flag 20302/135328
6.69/5.23	c Got one! Elapsed wall clock time (in seconds):5.12
6.69/5.23	o 253
6.69/5.24	c Got one! Elapsed wall clock time (in seconds):5.131
6.69/5.24	o 250
6.69/5.29	c Got one! Elapsed wall clock time (in seconds):5.176
6.69/5.29	o 249
6.80/5.32	c Got one! Elapsed wall clock time (in seconds):5.206
6.80/5.32	o 205
6.90/5.43	c cleaning 6591 clauses out of 13190 with flag 12278/142102
7.00/5.56	c Got one! Elapsed wall clock time (in seconds):5.449
7.00/5.56	o 203
7.00/5.60	c cleaning 5800 clauses out of 11615 with flag 4193/147118
7.10/5.63	c Got one! Elapsed wall clock time (in seconds):5.52
7.10/5.63	o 201
7.20/5.77	c cleaning 5541 clauses out of 11103 with flag 16532/152406
7.30/5.81	c Got one! Elapsed wall clock time (in seconds):5.696
7.30/5.81	o 198
7.30/5.81	c Got one! Elapsed wall clock time (in seconds):5.7
7.30/5.81	o 192
7.42/5.96	c cleaning 5571 clauses out of 11151 with flag 15559/157995
7.42/5.97	c Got one! Elapsed wall clock time (in seconds):5.862
7.42/5.97	o 188
7.62/6.14	c cleaning 5548 clauses out of 11112 with flag 20330/163527
7.72/6.26	c Got one! Elapsed wall clock time (in seconds):6.153
7.72/6.26	o 182
7.82/6.34	c cleaning 5693 clauses out of 11402 with flag 8018/169365
7.82/6.37	c Got one! Elapsed wall clock time (in seconds):6.26
7.82/6.37	o 181
7.92/6.42	c Got one! Elapsed wall clock time (in seconds):6.312
7.92/6.42	o 178
7.92/6.44	c Got one! Elapsed wall clock time (in seconds):6.328
7.92/6.44	o 175
8.02/6.59	c cleaning 6316 clauses out of 12631 with flag 16694/176287
8.13/6.66	c Got one! Elapsed wall clock time (in seconds):6.552
8.13/6.66	o 160
8.23/6.78	c cleaning 5804 clauses out of 11611 with flag 12455/181583
8.32/6.87	c Got one! Elapsed wall clock time (in seconds):6.763
8.32/6.87	o 154
8.32/6.89	c Got one! Elapsed wall clock time (in seconds):6.777
8.32/6.89	o 149
8.32/6.89	c Got one! Elapsed wall clock time (in seconds):6.783
8.32/6.89	o 146
8.52/7.00	c cleaning 6087 clauses out of 12178 with flag 12898/187954
8.72/7.20	c cleaning 6046 clauses out of 12092 with flag 38058/193955
8.82/7.37	c Got one! Elapsed wall clock time (in seconds):7.255
8.82/7.37	o 143
8.82/7.38	c Got one! Elapsed wall clock time (in seconds):7.269
8.82/7.38	o 140
8.94/7.42	c cleaning 6112 clauses out of 12230 with flag 4475/200139
8.94/7.44	c Got one! Elapsed wall clock time (in seconds):7.328
8.94/7.44	o 137
9.17/7.62	c cleaning 5768 clauses out of 11546 with flag 22511/205567
9.17/7.67	c Got one! Elapsed wall clock time (in seconds):7.562
9.17/7.67	o 136
9.38/7.82	c cleaning 5651 clauses out of 11316 with flag 17809/211105
9.57/8.04	c cleaning 5827 clauses out of 11665 with flag 44504/217105
9.67/8.14	c Got one! Elapsed wall clock time (in seconds):8.034
9.67/8.14	o 135
9.77/8.22	c cleaning 5616 clauses out of 11239 with flag 9224/222506
9.87/8.33	c Got one! Elapsed wall clock time (in seconds):8.218
9.87/8.33	o 134
9.97/8.40	c cleaning 5535 clauses out of 11087 with flag 9287/227970
9.97/8.42	c Got one! Elapsed wall clock time (in seconds):8.309
9.97/8.42	o 127
10.17/8.60	c cleaning 5555 clauses out of 11113 with flag 22142/233531
10.17/8.64	c Got one! Elapsed wall clock time (in seconds):8.532
10.17/8.64	o 126
10.27/8.79	c cleaning 5498 clauses out of 11004 with flag 18657/238977
10.37/8.88	c Got one! Elapsed wall clock time (in seconds):8.774
10.37/8.88	o 123
10.37/8.89	c Got one! Elapsed wall clock time (in seconds):8.777
10.37/8.89	o 117
10.59/9.01	c cleaning 5669 clauses out of 11342 with flag 15719/244813
10.68/9.18	c Got one! Elapsed wall clock time (in seconds):9.068
10.68/9.18	o 114
10.68/9.18	c Got one! Elapsed wall clock time (in seconds):9.073
10.68/9.18	o 112
10.78/9.23	c cleaning 5779 clauses out of 11567 with flag 4889/250707
10.99/9.43	c cleaning 5892 clauses out of 11789 with flag 32300/256708
10.99/9.50	c Got one! Elapsed wall clock time (in seconds):9.387
10.99/9.50	o 110
11.09/9.52	c Got one! Elapsed wall clock time (in seconds):9.414
11.09/9.52	o 103
11.09/9.53	c Got one! Elapsed wall clock time (in seconds):9.421
11.09/9.53	o 101
11.09/9.54	c Got one! Elapsed wall clock time (in seconds):9.429
11.09/9.54	o 95
11.20/9.66	c cleaning 6143 clauses out of 12291 with flag 14430/263102
11.40/9.84	c Got one! Elapsed wall clock time (in seconds):9.732
11.40/9.84	o 93
11.61/10.05	c cleaning 8244 clauses out of 16488 with flag 23314/273442
11.70/10.15	c Got one! Elapsed wall clock time (in seconds):10.044
11.70/10.15	o 89
11.70/10.19	c Got one! Elapsed wall clock time (in seconds):10.079
11.70/10.19	o 86
11.80/10.23	c Got one! Elapsed wall clock time (in seconds):10.124
11.80/10.23	o 80
11.80/10.28	c cleaning 7105 clauses out of 14213 with flag 5023/279411
12.10/10.50	c cleaning 6550 clauses out of 13105 with flag 34054/285409
12.30/10.75	c cleaning 6770 clauses out of 13553 with flag 66564/292408
12.62/11.06	c cleaning 7386 clauses out of 14781 with flag 104748/300408
12.62/11.07	c Got one! Elapsed wall clock time (in seconds):10.958
12.62/11.07	o 76
12.72/11.17	c Got one! Elapsed wall clock time (in seconds):11.06
12.72/11.17	o 70
12.91/11.31	c cleaning 6816 clauses out of 13640 with flag 16205/306653
12.91/11.33	c Got one! Elapsed wall clock time (in seconds):11.222
12.91/11.33	o 64
13.11/11.53	c cleaning 6239 clauses out of 12486 with flag 24745/312317
13.31/11.75	c cleaning 6122 clauses out of 12245 with flag 52504/318318
13.51/11.91	c starts		: 345
13.51/11.91	c conflicts		: 322837
13.51/11.91	c decisions		: 503720
13.51/11.91	c propagations		: 6199378
13.51/11.91	c inspects		: 143422536
13.51/11.91	c shortcuts		: 0
13.51/11.91	c learnt literals	: 38
13.51/11.91	c learnt binary clauses	: 5
13.51/11.91	c learnt ternary clauses	: 169
13.51/11.91	c learnt constraints	: 322798
13.51/11.91	c ignored constraints	: 0
13.51/11.91	c root simplifications	: 0
13.51/11.91	c removed literals (reason simplification)	: 0
13.51/11.91	c reason swapping (by a shorter reason)	: 0
13.51/11.91	c Calls to reduceDB	: 50
13.51/11.91	c Number of update (reduction) of LBD	: 76420
13.51/11.91	c Imported unit clauses	: 0
13.51/11.91	c number of reductions to clauses (during analyze)	: 0
13.51/11.91	c number of learned constraints concerned by reduction	: 0
13.51/11.91	c number of learning phase by resolution	: 0
13.51/11.91	c number of learning phase by cutting planes	: 0
13.51/11.91	c speed (assignments/second)	: 528056.0477001703
13.51/11.91	c non guided choices	2153
13.51/11.91	c learnt constraints type 
13.51/11.91	s OPTIMUM FOUND
13.51/11.91	c Found 73 solution(s)
13.51/11.91	v -x1 -x2 -x3 -x4 -x5 x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 x24 -x25 -x26 -x27 x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 x43 -x44 -x45 -x46 -x47 -x48 x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 x74 -x75 -x76 -x77 -x78 -x79 -x80 x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 x164 -x165 -x166 -x167 -x168 -x169 
13.51/11.91	c objective function=64
13.51/11.91	c Total wall clock time (in seconds): 11.803

Verifier Data

OK	64

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-4109584-1466343664/watcher-4109584-1466343664 -o /tmp/evaluation-result-4109584-1466343664/solver-4109584-1466343664 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466341814-20470 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109584-1466343664.wbo 

pid=21341
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.40 2.22 1.90 3/194 21344
/proc/meminfo: memFree=30273948/32872528 swapFree=1286400/1433568
[pid=21344] ppid=21341 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/21344/stat : 21344 (java) S 21341 21344 20454 0 -1 4202496 1293 0 0 0 0 0 0 0 20 0 2 0 36413129 95129600 927 33554432000 1073741824 1073778376 140734986385392 140734986376528 214373007421 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21344/statm: 23225 927 703 9 0 16769 0
[pid=21344/tid=21345] ppid=21341 vsize=94112 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21345/stat : 21345 (java) R 21341 21344 20454 0 -1 4202560 75 0 0 0 0 0 0 0 20 0 2 0 36413129 96370688 931 33554432000 1073741824 1073778376 140734986385392 140475672116776 214360486762 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100113 s]
/proc/loadavg: 2.40 2.22 1.90 3/194 21344
/proc/meminfo: memFree=30273948/32872528 swapFree=1286400/1433568
[pid=21344] ppid=21341 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/21344/stat : 21344 (java) S 21341 21344 20454 0 -1 4202496 4397 0 1 0 9 1 0 0 20 0 18 0 36413129 9787879424 6029 33554432000 1073741824 1073778376 140734986385392 140734986376528 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21344/statm: 2389619 6029 2125 9 0 2380296 0
[pid=21344/tid=21345] ppid=21341 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/21344/task/21345/stat : 21345 (java) R 21341 21344 20454 0 -1 4202560 2380 0 1 0 7 0 0 0 20 0 18 0 36413129 9787879424 6029 33554432000 1073741824 1073778376 140734986385392 140475672120224 214373033229 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.200262 s]
/proc/loadavg: 2.40 2.22 1.90 3/194 21344
/proc/meminfo: memFree=30273948/32872528 swapFree=1286400/1433568
[pid=21344] ppid=21341 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/21344/stat : 21344 (java) S 21341 21344 20454 0 -1 4202496 5229 0 1 0 23 1 0 0 20 0 19 0 36413129 9856040960 7617 33554432000 1073741824 1073778376 140734986385392 140734986376528 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21344/statm: 2406260 7619 2220 9 0 2396937 0
[pid=21344/tid=21345] ppid=21341 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/21344/task/21345/stat : 21345 (java) R 21341 21344 20454 0 -1 4202560 2409 0 1 0 17 0 0 0 20 0 19 0 36413129 9856040960 7621 33554432000 1073741824 1073778376 140734986385392 140475672121496 140475512240673 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9625040

[startup+0.300268 s]
/proc/loadavg: 2.40 2.22 1.90 3/194 21344
/proc/meminfo: memFree=30273948/32872528 swapFree=1286400/1433568
[pid=21344] ppid=21341 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/21344/stat : 21344 (java) S 21341 21344 20454 0 -1 4202496 7594 0 1 0 52 2 0 0 20 0 19 0 36413129 9856040960 8838 33554432000 1073741824 1073778376 140734986385392 140734986376528 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21344/statm: 2406260 8838 2244 9 0 2396937 0
[pid=21344/tid=21345] ppid=21341 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/21344/task/21345/stat : 21345 (java) R 21341 21344 20454 0 -1 4202560 2410 0 1 0 27 0 0 0 20 0 19 0 36413129 9856040960 8838 33554432000 1073741824 1073778376 140734986385392 140475672121512 140475512614815 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9625040

[startup+0.700198 s]
/proc/loadavg: 2.40 2.22 1.90 3/194 21344
/proc/meminfo: memFree=30273948/32872528 swapFree=1286400/1433568
[pid=21344] ppid=21341 vsize=9625040 CPUtime=1.13 cores=0,2,4,6
/proc/21344/stat : 21344 (java) S 21341 21344 20454 0 -1 4202496 9479 0 1 0 110 3 0 0 20 0 19 0 36413129 9856040960 9610 33554432000 1073741824 1073778376 140734986385392 140734986376528 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21344/statm: 2406260 9610 2258 9 0 2396937 0
[pid=21344/tid=21345] ppid=21341 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/21344/task/21345/stat : 21345 (java) R 21341 21344 20454 0 -1 4202560 2411 0 1 0 67 0 0 0 20 0 19 0 36413129 9856040960 9610 33554432000 1073741824 1073778376 140734986385392 140475672121672 140475512553520 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 9625040

[startup+1.50081 s]
/proc/loadavg: 2.40 2.22 1.90 3/213 21363
/proc/meminfo: memFree=30235580/32872528 swapFree=1286400/1433568
[pid=21344] ppid=21341 vsize=9625040 CPUtime=2.27 cores=0,2,4,6
/proc/21344/stat : 21344 (java) S 21341 21344 20454 0 -1 4202496 15649 0 1 0 223 4 0 0 20 0 19 0 36413129 9856040960 14700 33554432000 1073741824 1073778376 140734986385392 140734986376528 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21344/statm: 2406260 14700 2260 9 0 2396937 0
[pid=21344/tid=21345] ppid=21341 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/21344/task/21345/stat : 21345 (java) R 21341 21344 20454 0 -1 4202560 2415 0 1 0 147 0 0 0 20 0 19 0 36413129 9856040960 14700 33554432000 1073741824 1073778376 140734986385392 140475672121672 140475512603026 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21344/tid=21347] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21347/stat : 21347 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413130 9856040960 14700 33554432000 1073741824 1073778376 140734986385392 140475633613864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21344/tid=21348] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21348/stat : 21348 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413130 9856040960 14700 33554432000 1073741824 1073778376 140734986385392 140475632561064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21344/tid=21349] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21349/stat : 21349 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413130 9856040960 14700 33554432000 1073741824 1073778376 140734986385392 140475631508264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21344/tid=21350] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21350/stat : 21350 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413130 9856040960 14700 33554432000 1073741824 1073778376 140734986385392 140475512122024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21344/tid=21351] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21351/stat : 21351 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413130 9856040960 14700 33554432000 1073741824 1073778376 140734986385392 140475511069224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21344/tid=21352] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21352/stat : 21352 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413130 9856040960 14700 33554432000 1073741824 1073778376 140734986385392 140475510016424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21344/tid=21353] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21353/stat : 21353 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413130 9856040960 14700 33554432000 1073741824 1073778376 140734986385392 140475508963624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21344/tid=21354] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21354/stat : 21354 (java) S 21341 21344 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36413130 9856040960 14700 33554432000 1073741824 1073778376 140734986385392 140475507910824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21344/tid=21355] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21355/stat : 21355 (java) S 21341 21344 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36413131 9856040960 14700 33554432000 1073741824 1073778376 140734986385392 140475025583080 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21344/tid=21356] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21356/stat : 21356 (java) S 21341 21344 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36413132 9856040960 14700 33554432000 1073741824 1073778376 140734986385392 140475024529144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21344/tid=21357] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21357/stat : 21357 (java) S 21341 21344 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413132 9856040960 14700 33554432000 1073741824 1073778376 140734986385392 140475023476232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21344/tid=21358] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21358/stat : 21358 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413134 9856040960 14700 33554432000 1073741824 1073778376 140734986385392 140475022424720 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21344/tid=21359] ppid=21341 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/21344/task/21359/stat : 21359 (java) S 21341 21344 20454 0 -1 4202560 2196 0 0 0 25 0 0 0 20 0 19 0 36413134 9856040960 14700 33554432000 1073741824 1073778376 140734986385392 140475021371832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21344/tid=21360] ppid=21341 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/21344/task/21360/stat : 21360 (java) R 21341 21344 20454 0 -1 4202560 9767 0 0 0 49 3 0 0 20 0 19 0 36413134 9856040960 14700 33554432000 1073741824 1073778376 140734986385392 140475020306600 140475676239276 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21344/tid=21361] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21361/stat : 21361 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413134 9856040960 14700 33554432000 1073741824 1073778376 140734986385392 140475019266424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21344/tid=21362] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21362/stat : 21362 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413134 9856040960 14700 33554432000 1073741824 1073778376 140734986385392 140475018213832 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21344/tid=21363] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21363/stat : 21363 (java) S 21341 21344 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413147 9856040960 14700 33554432000 1073741824 1073778376 140734986385392 140475017160360 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.44 2.24 1.90 3/213 21363
/proc/meminfo: memFree=30206860/32872528 swapFree=1286400/1433568
[pid=21344] ppid=21341 vsize=9625040 CPUtime=4.22 cores=0,2,4,6
/proc/21344/stat : 21344 (java) S 21341 21344 20454 0 -1 4202496 17438 0 1 0 418 4 0 0 20 0 19 0 36413129 9856040960 17130 33554432000 1073741824 1073778376 140734986385392 140734986376528 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21344/statm: 2406260 17130 2260 9 0 2396937 0
[pid=21344/tid=21345] ppid=21341 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/21344/task/21345/stat : 21345 (java) R 21341 21344 20454 0 -1 4202560 2422 0 1 0 306 0 0 0 20 0 19 0 36413129 9856040960 17130 33554432000 1073741824 1073778376 140734986385392 140475672112832 140475512614855 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21344/tid=21347] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21347/stat : 21347 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413130 9856040960 17130 33554432000 1073741824 1073778376 140734986385392 140475633613864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21344/tid=21348] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21348/stat : 21348 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413130 9856040960 17130 33554432000 1073741824 1073778376 140734986385392 140475632561064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21344/tid=21349] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21349/stat : 21349 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413130 9856040960 17130 33554432000 1073741824 1073778376 140734986385392 140475631508264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21344/tid=21350] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21350/stat : 21350 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413130 9856040960 17130 33554432000 1073741824 1073778376 140734986385392 140475512122024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21344/tid=21351] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21351/stat : 21351 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413130 9856040960 17130 33554432000 1073741824 1073778376 140734986385392 140475511069224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21344/tid=21352] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21352/stat : 21352 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413130 9856040960 17130 33554432000 1073741824 1073778376 140734986385392 140475510016424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21344/tid=21353] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21353/stat : 21353 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413130 9856040960 17130 33554432000 1073741824 1073778376 140734986385392 140475508963624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21344/tid=21354] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21354/stat : 21354 (java) S 21341 21344 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36413130 9856040960 17130 33554432000 1073741824 1073778376 140734986385392 140475507910824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21344/tid=21355] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21355/stat : 21355 (java) S 21341 21344 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36413131 9856040960 17130 33554432000 1073741824 1073778376 140734986385392 140475025583080 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21344/tid=21356] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21356/stat : 21356 (java) S 21341 21344 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36413132 9856040960 17130 33554432000 1073741824 1073778376 140734986385392 140475024529144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21344/tid=21357] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21357/stat : 21357 (java) S 21341 21344 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413132 9856040960 17130 33554432000 1073741824 1073778376 140734986385392 140475023476232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21344/tid=21358] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21358/stat : 21358 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413134 9856040960 17130 33554432000 1073741824 1073778376 140734986385392 140475022424720 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21344/tid=21359] ppid=21341 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/21344/task/21359/stat : 21359 (java) S 21341 21344 20454 0 -1 4202560 2316 0 0 0 26 0 0 0 20 0 19 0 36413134 9856040960 17130 33554432000 1073741824 1073778376 140734986385392 140475021371832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21344/tid=21360] ppid=21341 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/21344/task/21360/stat : 21360 (java) S 21341 21344 20454 0 -1 4202560 11429 0 0 0 83 3 0 0 20 0 19 0 36413134 9856040960 17130 33554432000 1073741824 1073778376 140734986385392 140475020319032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21344/tid=21361] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21361/stat : 21361 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413134 9856040960 17130 33554432000 1073741824 1073778376 140734986385392 140475019266424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21344/tid=21362] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21362/stat : 21362 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413134 9856040960 17130 33554432000 1073741824 1073778376 140734986385392 140475018213832 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21344/tid=21363] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21363/stat : 21363 (java) S 21341 21344 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413147 9856040960 17130 33554432000 1073741824 1073778376 140734986385392 140475017160360 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.22
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.44 2.24 1.90 3/213 21428
/proc/meminfo: memFree=30227016/32872528 swapFree=1286400/1433568
[pid=21344] ppid=21341 vsize=9625040 CPUtime=7.82 cores=0,2,4,6
/proc/21344/stat : 21344 (java) S 21341 21344 20454 0 -1 4202496 18888 0 1 0 777 5 0 0 20 0 19 0 36413129 9856040960 21340 33554432000 1073741824 1073778376 140734986385392 140734986376528 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21344/statm: 2406260 21340 2263 9 0 2396937 0
[pid=21344/tid=21345] ppid=21341 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/21344/task/21345/stat : 21345 (java) R 21341 21344 20454 0 -1 4202560 2433 0 1 0 624 2 0 0 20 0 19 0 36413129 9856040960 21340 33554432000 1073741824 1073778376 140734986385392 140475672113456 140475512553545 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21344/tid=21347] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21347/stat : 21347 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413130 9856040960 21340 33554432000 1073741824 1073778376 140734986385392 140475633613864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21344/tid=21348] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21348/stat : 21348 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413130 9856040960 21340 33554432000 1073741824 1073778376 140734986385392 140475632561064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21344/tid=21349] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21349/stat : 21349 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413130 9856040960 21340 33554432000 1073741824 1073778376 140734986385392 140475631508264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21344/tid=21350] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21350/stat : 21350 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413130 9856040960 21340 33554432000 1073741824 1073778376 140734986385392 140475512122024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21344/tid=21351] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21351/stat : 21351 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413130 9856040960 21340 33554432000 1073741824 1073778376 140734986385392 140475511069224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21344/tid=21352] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21352/stat : 21352 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413130 9856040960 21340 33554432000 1073741824 1073778376 140734986385392 140475510016424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21344/tid=21353] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21353/stat : 21353 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413130 9856040960 21340 33554432000 1073741824 1073778376 140734986385392 140475508963624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21344/tid=21354] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21354/stat : 21354 (java) S 21341 21344 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36413130 9856040960 21340 33554432000 1073741824 1073778376 140734986385392 140475507910824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21344/tid=21355] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21355/stat : 21355 (java) S 21341 21344 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36413131 9856040960 21340 33554432000 1073741824 1073778376 140734986385392 140475025583080 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21344/tid=21356] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21356/stat : 21356 (java) S 21341 21344 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36413132 9856040960 21340 33554432000 1073741824 1073778376 140734986385392 140475024529144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21344/tid=21357] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21357/stat : 21357 (java) S 21341 21344 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413132 9856040960 21340 33554432000 1073741824 1073778376 140734986385392 140475023476232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21344/tid=21358] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21358/stat : 21358 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413134 9856040960 21340 33554432000 1073741824 1073778376 140734986385392 140475022424720 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21344/tid=21359] ppid=21341 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/21344/task/21359/stat : 21359 (java) S 21341 21344 20454 0 -1 4202560 2316 0 0 0 27 0 0 0 20 0 19 0 36413134 9856040960 21340 33554432000 1073741824 1073778376 140734986385392 140475021371832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21344/tid=21360] ppid=21341 vsize=9625040 CPUtime=1.25 cores=0,2,4,6

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

[pid=21344/tid=21349] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21349/stat : 21349 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413130 9856040960 28948 33554432000 1073741824 1073778376 140734986385392 140475631508264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21344/tid=21350] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21350/stat : 21350 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413130 9856040960 28948 33554432000 1073741824 1073778376 140734986385392 140475512122024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21344/tid=21351] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21351/stat : 21351 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413130 9856040960 28948 33554432000 1073741824 1073778376 140734986385392 140475511069224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21344/tid=21352] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21352/stat : 21352 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413130 9856040960 28948 33554432000 1073741824 1073778376 140734986385392 140475510016424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21344/tid=21353] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21353/stat : 21353 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413130 9856040960 28948 33554432000 1073741824 1073778376 140734986385392 140475508963624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21344/tid=21354] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21354/stat : 21354 (java) S 21341 21344 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36413130 9856040960 28948 33554432000 1073741824 1073778376 140734986385392 140475507910824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21344/tid=21355] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21355/stat : 21355 (java) S 21341 21344 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36413131 9856040960 28948 33554432000 1073741824 1073778376 140734986385392 140475025583080 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21344/tid=21356] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21356/stat : 21356 (java) S 21341 21344 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36413132 9856040960 28948 33554432000 1073741824 1073778376 140734986385392 140475024529144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21344/tid=21357] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21357/stat : 21357 (java) S 21341 21344 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413132 9856040960 28948 33554432000 1073741824 1073778376 140734986385392 140475023476232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21344/tid=21358] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21358/stat : 21358 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413134 9856040960 28948 33554432000 1073741824 1073778376 140734986385392 140475022424720 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21344/tid=21359] ppid=21341 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/21344/task/21359/stat : 21359 (java) S 21341 21344 20454 0 -1 4202560 2765 0 0 0 35 0 0 0 20 0 19 0 36413134 9856040960 28948 33554432000 1073741824 1073778376 140734986385392 140475021371832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21344/tid=21360] ppid=21341 vsize=9625040 CPUtime=1.29 cores=0,2,4,6
/proc/21344/task/21360/stat : 21360 (java) S 21341 21344 20454 0 -1 4202560 12867 0 0 0 126 3 0 0 20 0 19 0 36413134 9856040960 28948 33554432000 1073741824 1073778376 140734986385392 140475020319032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21344/tid=21361] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21361/stat : 21361 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413134 9856040960 28948 33554432000 1073741824 1073778376 140734986385392 140475019266424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21344/tid=21362] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21362/stat : 21362 (java) S 21341 21344 20454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36413134 9856040960 28948 33554432000 1073741824 1073778376 140734986385392 140475018213832 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21344/tid=21363] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21363/stat : 21363 (java) S 21341 21344 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413147 9856040960 28948 33554432000 1073741824 1073778376 140734986385392 140475017160360 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.81
Current children cumulated vsize (KiB) 9625040

[startup+11.6008 s]
/proc/loadavg: 2.41 2.23 1.90 2/189 21462
/proc/meminfo: memFree=30231612/32872528 swapFree=1286400/1433568
[pid=21344] ppid=21341 vsize=9625040 CPUtime=13.21 cores=0,2,4,6
/proc/21344/stat : 21344 (java) S 21341 21344 20454 0 -1 4202496 19356 0 1 0 1315 6 0 0 20 0 19 0 36413129 9856040960 29972 33554432000 1073741824 1073778376 140734986385392 140734986376528 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21344/statm: 2406260 29972 2263 9 0 2396937 0
[pid=21344/tid=21345] ppid=21341 vsize=9625040 CPUtime=11.54 cores=0,2,4,6
/proc/21344/task/21345/stat : 21345 (java) R 21341 21344 20454 0 -1 4202560 2452 0 1 0 1152 2 0 0 20 0 19 0 36413129 9856040960 29972 33554432000 1073741824 1073778376 140734986385392 140475672113456 140475512561938 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21344/tid=21347] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21347/stat : 21347 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413130 9856040960 29972 33554432000 1073741824 1073778376 140734986385392 140475633613864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21344/tid=21348] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21348/stat : 21348 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413130 9856040960 29972 33554432000 1073741824 1073778376 140734986385392 140475632561064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21344/tid=21349] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21349/stat : 21349 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413130 9856040960 29972 33554432000 1073741824 1073778376 140734986385392 140475631508264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21344/tid=21350] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21350/stat : 21350 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413130 9856040960 29972 33554432000 1073741824 1073778376 140734986385392 140475512122024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21344/tid=21351] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21351/stat : 21351 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413130 9856040960 29972 33554432000 1073741824 1073778376 140734986385392 140475511069224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21344/tid=21352] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21352/stat : 21352 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413130 9856040960 29972 33554432000 1073741824 1073778376 140734986385392 140475510016424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21344/tid=21353] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21353/stat : 21353 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413130 9856040960 29972 33554432000 1073741824 1073778376 140734986385392 140475508963624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21344/tid=21354] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21354/stat : 21354 (java) S 21341 21344 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36413130 9856040960 29972 33554432000 1073741824 1073778376 140734986385392 140475507910824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21344/tid=21355] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21355/stat : 21355 (java) S 21341 21344 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36413131 9856040960 29972 33554432000 1073741824 1073778376 140734986385392 140475025583080 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21344/tid=21356] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21356/stat : 21356 (java) S 21341 21344 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36413132 9856040960 29972 33554432000 1073741824 1073778376 140734986385392 140475024529144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21344/tid=21357] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21357/stat : 21357 (java) S 21341 21344 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413132 9856040960 29972 33554432000 1073741824 1073778376 140734986385392 140475023476232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21344/tid=21358] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21358/stat : 21358 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413134 9856040960 29972 33554432000 1073741824 1073778376 140734986385392 140475022424720 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21344/tid=21359] ppid=21341 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/21344/task/21359/stat : 21359 (java) S 21341 21344 20454 0 -1 4202560 2765 0 0 0 35 0 0 0 20 0 19 0 36413134 9856040960 29972 33554432000 1073741824 1073778376 140734986385392 140475021371832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21344/tid=21360] ppid=21341 vsize=9625040 CPUtime=1.29 cores=0,2,4,6
/proc/21344/task/21360/stat : 21360 (java) S 21341 21344 20454 0 -1 4202560 12867 0 0 0 126 3 0 0 20 0 19 0 36413134 9856040960 29972 33554432000 1073741824 1073778376 140734986385392 140475020319032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21344/tid=21361] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21361/stat : 21361 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413134 9856040960 29972 33554432000 1073741824 1073778376 140734986385392 140475019266424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21344/tid=21362] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21362/stat : 21362 (java) S 21341 21344 20454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36413134 9856040960 29972 33554432000 1073741824 1073778376 140734986385392 140475018213832 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21344/tid=21363] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21363/stat : 21363 (java) S 21341 21344 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413147 9856040960 29972 33554432000 1073741824 1073778376 140734986385392 140475017160360 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 13.21
Current children cumulated vsize (KiB) 9625040

[startup+11.8007 s]
/proc/loadavg: 2.41 2.23 1.90 2/189 21462
/proc/meminfo: memFree=30231612/32872528 swapFree=1286400/1433568
[pid=21344] ppid=21341 vsize=9625040 CPUtime=13.41 cores=0,2,4,6
/proc/21344/stat : 21344 (java) S 21341 21344 20454 0 -1 4202496 19356 0 1 0 1335 6 0 0 20 0 19 0 36413129 9856040960 29972 33554432000 1073741824 1073778376 140734986385392 140734986376528 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21344/statm: 2406260 29972 2263 9 0 2396937 0
[pid=21344/tid=21345] ppid=21341 vsize=9625040 CPUtime=11.74 cores=0,2,4,6
/proc/21344/task/21345/stat : 21345 (java) R 21341 21344 20454 0 -1 4202560 2452 0 1 0 1172 2 0 0 20 0 19 0 36413129 9856040960 29972 33554432000 1073741824 1073778376 140734986385392 140475672113456 140475512643103 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21344/tid=21347] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21347/stat : 21347 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413130 9856040960 29972 33554432000 1073741824 1073778376 140734986385392 140475633613864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21344/tid=21348] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21348/stat : 21348 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413130 9856040960 29972 33554432000 1073741824 1073778376 140734986385392 140475632561064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21344/tid=21349] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21349/stat : 21349 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413130 9856040960 29972 33554432000 1073741824 1073778376 140734986385392 140475631508264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21344/tid=21350] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21350/stat : 21350 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413130 9856040960 29972 33554432000 1073741824 1073778376 140734986385392 140475512122024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21344/tid=21351] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21351/stat : 21351 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413130 9856040960 29972 33554432000 1073741824 1073778376 140734986385392 140475511069224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21344/tid=21352] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21352/stat : 21352 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413130 9856040960 29972 33554432000 1073741824 1073778376 140734986385392 140475510016424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21344/tid=21353] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21353/stat : 21353 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413130 9856040960 29972 33554432000 1073741824 1073778376 140734986385392 140475508963624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21344/tid=21354] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21354/stat : 21354 (java) S 21341 21344 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36413130 9856040960 29972 33554432000 1073741824 1073778376 140734986385392 140475507910824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21344/tid=21355] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21355/stat : 21355 (java) S 21341 21344 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36413131 9856040960 29972 33554432000 1073741824 1073778376 140734986385392 140475025583080 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21344/tid=21356] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21356/stat : 21356 (java) S 21341 21344 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36413132 9856040960 29972 33554432000 1073741824 1073778376 140734986385392 140475024529144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21344/tid=21357] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21357/stat : 21357 (java) S 21341 21344 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413132 9856040960 29972 33554432000 1073741824 1073778376 140734986385392 140475023476232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21344/tid=21358] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21358/stat : 21358 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413134 9856040960 29972 33554432000 1073741824 1073778376 140734986385392 140475022424720 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21344/tid=21359] ppid=21341 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/21344/task/21359/stat : 21359 (java) S 21341 21344 20454 0 -1 4202560 2765 0 0 0 35 0 0 0 20 0 19 0 36413134 9856040960 29972 33554432000 1073741824 1073778376 140734986385392 140475021371832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21344/tid=21360] ppid=21341 vsize=9625040 CPUtime=1.29 cores=0,2,4,6
/proc/21344/task/21360/stat : 21360 (java) S 21341 21344 20454 0 -1 4202560 12867 0 0 0 126 3 0 0 20 0 19 0 36413134 9856040960 29972 33554432000 1073741824 1073778376 140734986385392 140475020319032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21344/tid=21361] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21361/stat : 21361 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413134 9856040960 29972 33554432000 1073741824 1073778376 140734986385392 140475019266424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21344/tid=21362] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21362/stat : 21362 (java) S 21341 21344 20454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36413134 9856040960 29972 33554432000 1073741824 1073778376 140734986385392 140475018213832 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21344/tid=21363] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21363/stat : 21363 (java) S 21341 21344 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413147 9856040960 29972 33554432000 1073741824 1073778376 140734986385392 140475017160360 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 13.41
Current children cumulated vsize (KiB) 9625040

[startup+11.9008 s]
/proc/loadavg: 2.41 2.23 1.90 2/189 21462
/proc/meminfo: memFree=30231612/32872528 swapFree=1286400/1433568
[pid=21344] ppid=21341 vsize=9625040 CPUtime=13.51 cores=0,2,4,6
/proc/21344/stat : 21344 (java) S 21341 21344 20454 0 -1 4202496 19356 0 1 0 1345 6 0 0 20 0 19 0 36413129 9856040960 29972 33554432000 1073741824 1073778376 140734986385392 140734986376528 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21344/statm: 2406260 29972 2263 9 0 2396937 0
[pid=21344/tid=21345] ppid=21341 vsize=9625040 CPUtime=11.84 cores=0,2,4,6
/proc/21344/task/21345/stat : 21345 (java) R 21341 21344 20454 0 -1 4202560 2452 0 1 0 1182 2 0 0 20 0 19 0 36413129 9856040960 29972 33554432000 1073741824 1073778376 140734986385392 140475672113456 140475512643103 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21344/tid=21347] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21347/stat : 21347 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413130 9856040960 29972 33554432000 1073741824 1073778376 140734986385392 140475633613864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21344/tid=21348] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21348/stat : 21348 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413130 9856040960 29972 33554432000 1073741824 1073778376 140734986385392 140475632561064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21344/tid=21349] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21349/stat : 21349 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413130 9856040960 29972 33554432000 1073741824 1073778376 140734986385392 140475631508264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21344/tid=21350] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21350/stat : 21350 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413130 9856040960 29972 33554432000 1073741824 1073778376 140734986385392 140475512122024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21344/tid=21351] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21351/stat : 21351 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413130 9856040960 29972 33554432000 1073741824 1073778376 140734986385392 140475511069224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21344/tid=21352] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21352/stat : 21352 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413130 9856040960 29972 33554432000 1073741824 1073778376 140734986385392 140475510016424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21344/tid=21353] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21353/stat : 21353 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413130 9856040960 29972 33554432000 1073741824 1073778376 140734986385392 140475508963624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21344/tid=21354] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21354/stat : 21354 (java) S 21341 21344 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36413130 9856040960 29972 33554432000 1073741824 1073778376 140734986385392 140475507910824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21344/tid=21355] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21355/stat : 21355 (java) S 21341 21344 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36413131 9856040960 29972 33554432000 1073741824 1073778376 140734986385392 140475025583080 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21344/tid=21356] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21356/stat : 21356 (java) S 21341 21344 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36413132 9856040960 29972 33554432000 1073741824 1073778376 140734986385392 140475024529144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21344/tid=21357] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21357/stat : 21357 (java) S 21341 21344 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413132 9856040960 29972 33554432000 1073741824 1073778376 140734986385392 140475023476232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21344/tid=21358] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21358/stat : 21358 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413134 9856040960 29972 33554432000 1073741824 1073778376 140734986385392 140475022424720 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21344/tid=21359] ppid=21341 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/21344/task/21359/stat : 21359 (java) S 21341 21344 20454 0 -1 4202560 2765 0 0 0 35 0 0 0 20 0 19 0 36413134 9856040960 29972 33554432000 1073741824 1073778376 140734986385392 140475021371832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21344/tid=21360] ppid=21341 vsize=9625040 CPUtime=1.29 cores=0,2,4,6
/proc/21344/task/21360/stat : 21360 (java) S 21341 21344 20454 0 -1 4202560 12867 0 0 0 126 3 0 0 20 0 19 0 36413134 9856040960 29972 33554432000 1073741824 1073778376 140734986385392 140475020319032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21344/tid=21361] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21361/stat : 21361 (java) S 21341 21344 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413134 9856040960 29972 33554432000 1073741824 1073778376 140734986385392 140475019266424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21344/tid=21362] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21362/stat : 21362 (java) S 21341 21344 20454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36413134 9856040960 29972 33554432000 1073741824 1073778376 140734986385392 140475018213832 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21344/tid=21363] ppid=21341 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21344/task/21363/stat : 21363 (java) S 21341 21344 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413147 9856040960 29972 33554432000 1073741824 1073778376 140734986385392 140475017160360 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 13.51
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 11.9206
CPU time (s): 13.5519
CPU user time (s): 13.469
CPU system time (s): 0.082987
CPU usage (%): 113.685
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.469
system time used= 0.082987
maximum resident set size= 121992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19375
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= 572
involuntary context switches= 199

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

The end

Launcher Data

Begin job on node130 at 2016-06-19 15:41:04
IDJOB=4109584
IDBENCH=78860
IDSOLVER=2551
FILE ID=node130/4109584-1466343664
RUNJOBID= node130-1466341814-20470
PBS_JOBID= 19922023
Free space on /tmp= 71748 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.1111224451--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109584-1466343664/watcher-4109584-1466343664 -o /tmp/evaluation-result-4109584-1466343664/solver-4109584-1466343664 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466341814-20470 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4109584-1466343664.wbo

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

MD5SUM BENCH= 810107b2d0d7e110201031afb2b4c53e
RANDOM SEED=208686960

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.365
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:        30274740 kB
Buffers:           95844 kB
Cached:           258492 kB
SwapCached:         1836 kB
Active:           157656 kB
Inactive:         267168 kB
Active(anon):      69944 kB
Inactive(anon):     2524 kB
Active(file):      87712 kB
Inactive(file):   264644 kB
Unevictable:     1433568 kB
Mlocked:         1286400 kB
SwapTotal:      67108856 kB
SwapFree:       67099104 kB
Dirty:              1388 kB
Writeback:             0 kB
AnonPages:       1570448 kB
Mapped:            15428 kB
Shmem:                 0 kB
Slab:             607300 kB
SReclaimable:      50204 kB
SUnreclaim:       557096 kB
KernelStack:        1760 kB
PageTables:         7432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2122484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    243712 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= 71748 MiB
End job on node130 at 2016-06-19 15:41:16