Trace number 4090591

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.823 11.2609

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110968561--soft-33-100-0.wbo
MD5SUM8c7284b7ccf7c3e8bad0ea1f2a54ab5e
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark12.5531
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints69
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 3204
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3203
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1247
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	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.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4090591-1466065015.wbo
0.09/0.11	c reading problem ... 
0.09/0.17	c ... done. Wall clock time 0.054s.
0.09/0.17	c declared #vars     169
0.09/0.17	c internal #vars     238
0.09/0.17	c #constraints  101
0.09/0.17	c constraints type 
0.09/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.09/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.09/0.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.09/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
0.09/0.17	c 101 constraints processed.
0.09/0.17	c objective function length is 69 literals
0.55/0.32	c SATISFIABLE
0.55/0.32	c OPTIMIZING...
0.55/0.32	c Got one! Elapsed wall clock time (in seconds):0.203
0.55/0.32	o 974
0.55/0.35	c Got one! Elapsed wall clock time (in seconds):0.237
0.55/0.35	o 962
0.55/0.36	c Got one! Elapsed wall clock time (in seconds):0.242
0.55/0.36	o 958
0.68/0.41	c Got one! Elapsed wall clock time (in seconds):0.295
0.68/0.41	o 953
0.68/0.41	c Got one! Elapsed wall clock time (in seconds):0.299
0.68/0.41	o 911
0.68/0.42	c Got one! Elapsed wall clock time (in seconds):0.303
0.68/0.42	o 882
0.68/0.42	c Got one! Elapsed wall clock time (in seconds):0.309
0.68/0.42	o 869
0.68/0.43	c Got one! Elapsed wall clock time (in seconds):0.32
0.68/0.43	o 866
0.68/0.44	c Got one! Elapsed wall clock time (in seconds):0.323
0.68/0.44	o 614
0.68/0.45	c Got one! Elapsed wall clock time (in seconds):0.333
0.68/0.45	o 609
0.68/0.46	c Got one! Elapsed wall clock time (in seconds):0.344
0.68/0.46	o 574
0.68/0.48	c Got one! Elapsed wall clock time (in seconds):0.362
0.68/0.48	o 570
0.68/0.48	c Got one! Elapsed wall clock time (in seconds):0.366
0.68/0.48	o 569
0.68/0.48	c Got one! Elapsed wall clock time (in seconds):0.37
0.68/0.48	o 568
0.68/0.49	c Got one! Elapsed wall clock time (in seconds):0.377
0.68/0.49	o 553
0.87/0.54	c Got one! Elapsed wall clock time (in seconds):0.424
0.87/0.54	o 552
0.87/0.56	c Got one! Elapsed wall clock time (in seconds):0.444
0.87/0.56	o 545
0.99/0.67	c cleaning 4405 clauses out of 8829 with flag 6658/8829
0.99/0.69	c Got one! Elapsed wall clock time (in seconds):0.574
0.99/0.69	o 544
0.99/0.69	c Got one! Elapsed wall clock time (in seconds):0.58
0.99/0.69	o 532
1.13/0.70	c Got one! Elapsed wall clock time (in seconds):0.588
1.13/0.70	o 528
1.13/0.71	c Got one! Elapsed wall clock time (in seconds):0.596
1.13/0.71	o 527
1.13/0.72	c Got one! Elapsed wall clock time (in seconds):0.602
1.13/0.72	o 521
1.13/0.72	c Got one! Elapsed wall clock time (in seconds):0.608
1.13/0.72	o 476
1.13/0.74	c Got one! Elapsed wall clock time (in seconds):0.623
1.13/0.74	o 471
1.13/0.74	c Got one! Elapsed wall clock time (in seconds):0.626
1.13/0.74	o 457
1.13/0.74	c Got one! Elapsed wall clock time (in seconds):0.629
1.13/0.74	o 453
1.13/0.75	c Got one! Elapsed wall clock time (in seconds):0.632
1.13/0.75	o 432
1.13/0.75	c Got one! Elapsed wall clock time (in seconds):0.636
1.13/0.75	o 429
1.13/0.76	c Got one! Elapsed wall clock time (in seconds):0.642
1.13/0.76	o 406
1.13/0.76	c Got one! Elapsed wall clock time (in seconds):0.649
1.13/0.76	o 403
1.13/0.77	c Got one! Elapsed wall clock time (in seconds):0.654
1.13/0.77	o 402
1.13/0.79	c Got one! Elapsed wall clock time (in seconds):0.676
1.13/0.79	o 400
1.13/0.79	c Got one! Elapsed wall clock time (in seconds):0.68
1.13/0.79	o 398
1.28/0.80	c Got one! Elapsed wall clock time (in seconds):0.685
1.28/0.80	o 393
1.28/0.80	c Got one! Elapsed wall clock time (in seconds):0.69
1.28/0.80	o 389
1.28/0.81	c Got one! Elapsed wall clock time (in seconds):0.693
1.28/0.81	o 386
1.28/0.86	c Got one! Elapsed wall clock time (in seconds):0.744
1.28/0.86	o 382
1.28/0.86	c Got one! Elapsed wall clock time (in seconds):0.748
1.28/0.86	o 371
1.28/0.87	c Got one! Elapsed wall clock time (in seconds):0.756
1.28/0.87	o 365
1.28/0.88	c Got one! Elapsed wall clock time (in seconds):0.761
1.28/0.88	o 364
1.28/0.88	c Got one! Elapsed wall clock time (in seconds):0.766
1.28/0.88	o 362
1.28/0.88	c Got one! Elapsed wall clock time (in seconds):0.771
1.28/0.88	o 361
1.28/0.89	c Got one! Elapsed wall clock time (in seconds):0.776
1.28/0.89	o 347
1.44/0.90	c Got one! Elapsed wall clock time (in seconds):0.784
1.44/0.90	o 339
1.44/0.92	c Got one! Elapsed wall clock time (in seconds):0.806
1.44/0.92	o 333
1.44/0.93	c Got one! Elapsed wall clock time (in seconds):0.818
1.44/0.93	o 332
1.44/0.94	c Got one! Elapsed wall clock time (in seconds):0.823
1.44/0.94	o 331
1.44/0.99	c Got one! Elapsed wall clock time (in seconds):0.874
1.44/0.99	o 330
1.69/1.05	c Got one! Elapsed wall clock time (in seconds):0.937
1.69/1.05	o 326
1.69/1.05	c Got one! Elapsed wall clock time (in seconds):0.94
1.69/1.05	o 310
1.69/1.06	c Got one! Elapsed wall clock time (in seconds):0.948
1.69/1.06	o 281
1.69/1.06	c Got one! Elapsed wall clock time (in seconds):0.95
1.69/1.06	o 280
1.80/1.16	c Got one! Elapsed wall clock time (in seconds):1.047
1.80/1.16	o 275
1.80/1.16	c Got one! Elapsed wall clock time (in seconds):1.05
1.80/1.16	o 268
1.80/1.20	c Got one! Elapsed wall clock time (in seconds):1.085
1.80/1.20	o 267
1.80/1.20	c Got one! Elapsed wall clock time (in seconds):1.088
1.80/1.20	o 260
1.90/1.27	c cleaning 8842 clauses out of 17689 with flag 3744/22094
1.90/1.29	c Got one! Elapsed wall clock time (in seconds):1.174
1.90/1.29	o 259
2.02/1.32	c Got one! Elapsed wall clock time (in seconds):1.203
2.02/1.32	o 255
2.12/1.42	c Got one! Elapsed wall clock time (in seconds):1.302
2.12/1.42	o 250
2.12/1.45	c Got one! Elapsed wall clock time (in seconds):1.34
2.12/1.45	o 249
2.24/1.58	c Got one! Elapsed wall clock time (in seconds):1.465
2.24/1.58	o 247
2.36/1.64	c cleaning 8214 clauses out of 16452 with flag 3733/29699
2.36/1.66	c Got one! Elapsed wall clock time (in seconds):1.542
2.36/1.66	o 246
2.57/1.88	c cleaning 6799 clauses out of 13605 with flag 20822/35066
2.57/1.89	c Got one! Elapsed wall clock time (in seconds):1.775
2.57/1.89	o 245
2.67/1.90	c Got one! Elapsed wall clock time (in seconds):1.784
2.67/1.90	o 204
2.67/1.90	c Got one! Elapsed wall clock time (in seconds):1.786
2.67/1.90	o 184
2.67/1.99	c Got one! Elapsed wall clock time (in seconds):1.875
2.67/1.99	o 165
2.77/2.01	c Got one! Elapsed wall clock time (in seconds):1.892
2.77/2.01	o 163
2.77/2.03	c Got one! Elapsed wall clock time (in seconds):1.921
2.77/2.03	o 161
2.87/2.18	c cleaning 6807 clauses out of 13624 with flag 12753/41884
3.17/2.44	c cleaning 6408 clauses out of 12819 with flag 38500/47886
3.47/2.75	c cleaning 6701 clauses out of 13409 with flag 70766/54884
3.77/3.08	c Got one! Elapsed wall clock time (in seconds):2.963
3.77/3.08	o 160
3.87/3.13	c Got one! Elapsed wall clock time (in seconds):3.013
3.87/3.13	o 152
4.08/3.35	c cleaning 9521 clauses out of 19054 with flag 17595/67230
4.18/3.47	c Got one! Elapsed wall clock time (in seconds):3.353
4.18/3.47	o 143
4.18/3.48	c Got one! Elapsed wall clock time (in seconds):3.369
4.18/3.48	o 140
4.28/3.52	c Got one! Elapsed wall clock time (in seconds):3.409
4.28/3.52	o 139
4.28/3.57	c Got one! Elapsed wall clock time (in seconds):3.452
4.28/3.57	o 109
4.28/3.58	c Got one! Elapsed wall clock time (in seconds):3.466
4.28/3.58	o 106
4.28/3.59	c Got one! Elapsed wall clock time (in seconds):3.477
4.28/3.59	o 102
4.38/3.66	c Got one! Elapsed wall clock time (in seconds):3.543
4.38/3.66	o 101
4.50/3.79	c cleaning 8996 clauses out of 18005 with flag 7582/75702
4.86/3.91	c Got one! Elapsed wall clock time (in seconds):3.8
4.86/3.91	o 97
5.06/4.08	c cleaning 7345 clauses out of 14699 with flag 12936/81392
5.26/4.13	c Got one! Elapsed wall clock time (in seconds):4.019
5.26/4.13	o 94
5.26/4.19	c Got one! Elapsed wall clock time (in seconds):4.075
5.26/4.19	o 93
5.46/4.22	c Got one! Elapsed wall clock time (in seconds):4.108
5.46/4.22	o 92
5.66/4.40	c cleaning 6789 clauses out of 13577 with flag 15948/87615
5.88/4.41	c Got one! Elapsed wall clock time (in seconds):4.292
5.88/4.41	o 84
5.88/4.50	c Got one! Elapsed wall clock time (in seconds):4.389
5.88/4.50	o 80
6.13/4.65	c cleaning 6348 clauses out of 12708 with flag 13957/93535
6.23/4.71	c Got one! Elapsed wall clock time (in seconds):4.599
6.23/4.71	o 79
6.23/4.77	c Got one! Elapsed wall clock time (in seconds):4.655
6.23/4.77	o 65
6.44/4.90	c cleaning 6238 clauses out of 12483 with flag 12601/99658
6.63/5.13	c cleaning 6120 clauses out of 12248 with flag 36458/105661
6.93/5.41	c cleaning 6563 clauses out of 13127 with flag 65191/112660
7.04/5.56	c Got one! Elapsed wall clock time (in seconds):5.444
7.04/5.56	o 64
7.14/5.65	c cleaning 6276 clauses out of 12556 with flag 7298/118652
7.33/5.85	c Got one! Elapsed wall clock time (in seconds):5.739
7.33/5.85	o 56
7.43/5.93	c Got one! Elapsed wall clock time (in seconds):5.82
7.43/5.93	o 46
7.63/6.12	c cleaning 8931 clauses out of 17868 with flag 15578/130240
7.73/6.28	c Got one! Elapsed wall clock time (in seconds):6.161
7.73/6.28	o 34
7.83/6.36	c cleaning 7437 clauses out of 14876 with flag 8404/136179
7.93/6.43	c Got one! Elapsed wall clock time (in seconds):6.313
7.93/6.43	o 33
8.03/6.54	c cleaning 6295 clauses out of 12589 with flag 11630/141329
8.14/6.61	c Got one! Elapsed wall clock time (in seconds):6.494
8.14/6.61	o 28
8.14/6.63	c Got one! Elapsed wall clock time (in seconds):6.513
8.14/6.63	o 26
8.24/6.74	c cleaning 6042 clauses out of 12100 with flag 12565/147135
8.24/6.75	c Got one! Elapsed wall clock time (in seconds):6.634
8.24/6.75	o 25
8.33/6.89	c Got one! Elapsed wall clock time (in seconds):6.773
8.33/6.89	o 24
8.43/6.90	c Got one! Elapsed wall clock time (in seconds):6.787
8.43/6.90	o 23
8.43/6.94	c cleaning 6198 clauses out of 12403 with flag 4171/153480
8.63/7.14	c cleaning 6097 clauses out of 12205 with flag 27807/159480
8.83/7.38	c cleaning 6553 clauses out of 13108 with flag 54228/166480
9.13/7.66	c cleaning 7275 clauses out of 14554 with flag 83896/174480
9.44/7.96	c Got one! Elapsed wall clock time (in seconds):7.851
9.44/7.96	o 19
9.64/8.18	c cleaning 10470 clauses out of 20946 with flag 18984/188148
9.84/8.30	c Got one! Elapsed wall clock time (in seconds):8.191
9.84/8.30	o 13
9.84/8.39	c cleaning 8147 clauses out of 16297 with flag 7961/193970
10.14/8.60	c cleaning 7070 clauses out of 14148 with flag 32652/199968
10.14/8.65	c Got one! Elapsed wall clock time (in seconds):8.537
10.14/8.65	o 12
10.24/8.79	c cleaning 6396 clauses out of 12791 with flag 16111/205681
10.35/8.81	c Got one! Elapsed wall clock time (in seconds):8.696
10.35/8.81	o 11
10.35/8.88	c Got one! Elapsed wall clock time (in seconds):8.764
10.35/8.88	o 8
10.45/8.99	c cleaning 6118 clauses out of 12237 with flag 12452/211523
10.76/9.21	c cleaning 6055 clauses out of 12117 with flag 37346/217522
10.96/9.46	c cleaning 6527 clauses out of 13062 with flag 68483/224523
11.26/9.75	c cleaning 7266 clauses out of 14533 with flag 103113/232523
11.57/10.09	c cleaning 8129 clauses out of 16267 with flag 144436/241525
12.06/10.50	c cleaning 9064 clauses out of 18135 with flag 190539/251523
12.46/10.98	c cleaning 10035 clauses out of 20071 with flag 241452/262523
12.76/11.25	c starts		: 226
12.76/11.25	c conflicts		: 269247
12.76/11.25	c decisions		: 454655
12.76/11.25	c propagations		: 6743634
12.76/11.25	c inspects		: 128380907
12.76/11.25	c shortcuts		: 0
12.76/11.25	c learnt literals	: 17
12.76/11.25	c learnt binary clauses	: 19
12.76/11.25	c learnt ternary clauses	: 540
12.76/11.25	c learnt constraints	: 269229
12.76/11.25	c ignored constraints	: 0
12.76/11.25	c root simplifications	: 0
12.76/11.25	c removed literals (reason simplification)	: 0
12.76/11.25	c reason swapping (by a shorter reason)	: 0
12.76/11.25	c Calls to reduceDB	: 35
12.76/11.25	c Number of update (reduction) of LBD	: 76747
12.76/11.25	c Imported unit clauses	: 0
12.76/11.25	c number of reductions to clauses (during analyze)	: 0
12.76/11.25	c number of learned constraints concerned by reduction	: 0
12.76/11.25	c number of learning phase by resolution	: 0
12.76/11.25	c number of learning phase by cutting planes	: 0
12.76/11.25	c speed (assignments/second)	: 608631.2274368231
12.76/11.25	c non guided choices	4023
12.76/11.25	c learnt constraints type 
12.76/11.25	s OPTIMUM FOUND
12.76/11.25	c Found 100 solution(s)
12.76/11.25	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.76/11.25	c objective function=8
12.76/11.25	c Total wall clock time (in seconds): 11.139

Verifier Data

OK	8

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4090591-1466065015/watcher-4090591-1466065015 -o /tmp/evaluation-result-4090591-1466065015/solver-4090591-1466065015 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466062104-9110 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090591-1466065015.wbo 

pid=9445
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.11 2.02 1.90 3/194 9448
/proc/meminfo: memFree=31688604/32872528 swapFree=7268/7268
[pid=9448] ppid=9445 vsize=268 CPUtime=0 cores=0,2,4,6
/proc/9448/stat : 9448 (java) R 9445 9448 9094 0 -1 4194304 352 0 0 0 0 0 0 0 20 0 1 0 8546339 274432 23 33554432000 1073741824 1073778376 140736028247648 140737456216584 243756197088 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9448/statm: 68 28 20 9 0 25 0

[startup+0.10006 s]
/proc/loadavg: 2.11 2.02 1.90 3/194 9448
/proc/meminfo: memFree=31688604/32872528 swapFree=7268/7268
[pid=9448] ppid=9445 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/9448/stat : 9448 (java) S 9445 9448 9094 0 -1 4202496 4388 0 1 0 8 1 0 0 20 0 18 0 8546339 9787879424 6028 33554432000 1073741824 1073778376 140736028247648 140736028238784 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9448/statm: 2389619 6028 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200223 s]
/proc/loadavg: 2.11 2.02 1.90 3/194 9448
/proc/meminfo: memFree=31688604/32872528 swapFree=7268/7268
[pid=9448] ppid=9445 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/9448/stat : 9448 (java) S 9445 9448 9094 0 -1 4202496 5700 0 1 0 23 2 0 0 20 0 19 0 8546339 9856040960 8103 33554432000 1073741824 1073778376 140736028247648 140736028238784 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9448/statm: 2406260 8105 2225 9 0 2396937 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9625040

[startup+0.300231 s]
/proc/loadavg: 2.11 2.02 1.90 3/194 9448
/proc/meminfo: memFree=31688604/32872528 swapFree=7268/7268
[pid=9448] ppid=9445 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/9448/stat : 9448 (java) S 9445 9448 9094 0 -1 4202496 7284 0 1 0 53 2 0 0 20 0 19 0 8546339 9856040960 8634 33554432000 1073741824 1073778376 140736028247648 140736028238784 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9448/statm: 2406260 8634 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9625040

[startup+0.700142 s]
/proc/loadavg: 2.11 2.02 1.90 3/194 9448
/proc/meminfo: memFree=31688604/32872528 swapFree=7268/7268
[pid=9448] ppid=9445 vsize=9625040 CPUtime=1.13 cores=0,2,4,6
/proc/9448/stat : 9448 (java) S 9445 9448 9094 0 -1 4202496 8665 0 1 0 110 3 0 0 20 0 19 0 8546339 9856040960 9192 33554432000 1073741824 1073778376 140736028247648 140736028238784 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9448/statm: 2406260 9192 2258 9 0 2396937 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.11 2.02 1.90 3/213 9467
/proc/meminfo: memFree=31648064/32872528 swapFree=7268/7268
[pid=9448] ppid=9445 vsize=9625040 CPUtime=2.24 cores=0,2,4,6
/proc/9448/stat : 9448 (java) S 9445 9448 9094 0 -1 4202496 12994 0 1 0 220 4 0 0 20 0 19 0 8546339 9856040960 12634 33554432000 1073741824 1073778376 140736028247648 140736028238784 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9448/statm: 2406260 12634 2262 9 0 2396937 0
[pid=9448/tid=9450] ppid=9445 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/9448/task/9450/stat : 9450 (java) R 9445 9448 9094 0 -1 4202560 2411 0 1 0 143 2 0 0 20 0 19 0 8546340 9856040960 12634 33554432000 1073741824 1073778376 140736028247648 140029371675472 140029238689392 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9448/tid=9451] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9451/stat : 9451 (java) S 9445 9448 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546341 9856040960 12634 33554432000 1073741824 1073778376 140736028247648 140029360737320 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9452] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9452/stat : 9452 (java) S 9445 9448 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546341 9856040960 12634 33554432000 1073741824 1073778376 140736028247648 140029359684520 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9448/tid=9453] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9453/stat : 9453 (java) S 9445 9448 9094 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8546341 9856040960 12634 33554432000 1073741824 1073778376 140736028247648 140029358631720 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9448/tid=9454] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9454/stat : 9454 (java) S 9445 9448 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546341 9856040960 12634 33554432000 1073741824 1073778376 140736028247648 140029357578920 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9448/tid=9455] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9455/stat : 9455 (java) S 9445 9448 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546341 9856040960 12634 33554432000 1073741824 1073778376 140736028247648 140029210606120 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9456] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9456/stat : 9456 (java) S 9445 9448 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546341 9856040960 12634 33554432000 1073741824 1073778376 140736028247648 140029209553320 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9448/tid=9457] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9457/stat : 9457 (java) S 9445 9448 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546341 9856040960 12634 33554432000 1073741824 1073778376 140736028247648 140029208500520 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9448/tid=9458] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9458/stat : 9458 (java) S 9445 9448 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8546341 9856040960 12634 33554432000 1073741824 1073778376 140736028247648 140029207447720 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9459] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9459/stat : 9459 (java) S 9445 9448 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8546342 9856040960 12634 33554432000 1073741824 1073778376 140736028247648 140029195250664 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9460] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9460/stat : 9460 (java) S 9445 9448 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8546343 9856040960 12634 33554432000 1073741824 1073778376 140736028247648 140029194196728 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9461] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9461/stat : 9461 (java) S 9445 9448 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8546343 9856040960 12634 33554432000 1073741824 1073778376 140736028247648 140029193143816 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9462] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9462/stat : 9462 (java) S 9445 9448 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546345 9856040960 12634 33554432000 1073741824 1073778376 140736028247648 140029192092304 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9463] ppid=9445 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/9448/task/9463/stat : 9463 (java) S 9445 9448 9094 0 -1 4202560 5873 0 0 0 44 2 0 0 20 0 19 0 8546345 9856040960 12634 33554432000 1073741824 1073778376 140736028247648 140029191039416 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9464] ppid=9445 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/9448/task/9464/stat : 9464 (java) S 9445 9448 9094 0 -1 4202560 3437 0 0 0 29 0 0 0 20 0 19 0 8546345 9856040960 12634 33554432000 1073741824 1073778376 140736028247648 140029189986616 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9448/tid=9465] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9465/stat : 9465 (java) S 9445 9448 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546345 9856040960 12634 33554432000 1073741824 1073778376 140736028247648 140029188934008 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9448/tid=9466] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9466/stat : 9466 (java) S 9445 9448 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546345 9856040960 12634 33554432000 1073741824 1073778376 140736028247648 140029187881416 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9467] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9467/stat : 9467 (java) S 9445 9448 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8546356 9856040960 12634 33554432000 1073741824 1073778376 140736028247648 140029186827944 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.11 2.02 1.90 3/213 9467
/proc/meminfo: memFree=31641672/32872528 swapFree=7268/7268
[pid=9448] ppid=9445 vsize=9625040 CPUtime=3.87 cores=0,2,4,6
/proc/9448/stat : 9448 (java) S 9445 9448 9094 0 -1 4202496 13015 0 1 0 383 4 0 0 20 0 19 0 8546339 9856040960 14698 33554432000 1073741824 1073778376 140736028247648 140736028238784 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9448/statm: 2406260 14698 2263 9 0 2396937 0
[pid=9448/tid=9450] ppid=9445 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/9448/task/9450/stat : 9450 (java) R 9445 9448 9094 0 -1 4202560 2416 0 1 0 303 2 0 0 20 0 19 0 8546340 9856040960 14698 33554432000 1073741824 1073778376 140736028247648 140029371666128 140029238644371 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9448/tid=9451] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9451/stat : 9451 (java) S 9445 9448 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546341 9856040960 14698 33554432000 1073741824 1073778376 140736028247648 140029360737320 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9452] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9452/stat : 9452 (java) S 9445 9448 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546341 9856040960 14698 33554432000 1073741824 1073778376 140736028247648 140029359684520 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9448/tid=9453] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9453/stat : 9453 (java) S 9445 9448 9094 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8546341 9856040960 14698 33554432000 1073741824 1073778376 140736028247648 140029358631720 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9448/tid=9454] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9454/stat : 9454 (java) S 9445 9448 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546341 9856040960 14698 33554432000 1073741824 1073778376 140736028247648 140029357578920 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9448/tid=9455] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9455/stat : 9455 (java) S 9445 9448 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546341 9856040960 14698 33554432000 1073741824 1073778376 140736028247648 140029210606120 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9456] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9456/stat : 9456 (java) S 9445 9448 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546341 9856040960 14698 33554432000 1073741824 1073778376 140736028247648 140029209553320 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9448/tid=9457] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9457/stat : 9457 (java) S 9445 9448 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546341 9856040960 14698 33554432000 1073741824 1073778376 140736028247648 140029208500520 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9448/tid=9458] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9458/stat : 9458 (java) S 9445 9448 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8546341 9856040960 14698 33554432000 1073741824 1073778376 140736028247648 140029207447720 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9459] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9459/stat : 9459 (java) S 9445 9448 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8546342 9856040960 14698 33554432000 1073741824 1073778376 140736028247648 140029195250664 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9460] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9460/stat : 9460 (java) S 9445 9448 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8546343 9856040960 14698 33554432000 1073741824 1073778376 140736028247648 140029194196728 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9461] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9461/stat : 9461 (java) S 9445 9448 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8546343 9856040960 14698 33554432000 1073741824 1073778376 140736028247648 140029193143816 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9462] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9462/stat : 9462 (java) S 9445 9448 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546345 9856040960 14698 33554432000 1073741824 1073778376 140736028247648 140029192092304 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9463] ppid=9445 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/9448/task/9463/stat : 9463 (java) S 9445 9448 9094 0 -1 4202560 5889 0 0 0 48 2 0 0 20 0 19 0 8546345 9856040960 14698 33554432000 1073741824 1073778376 140736028247648 140029191039416 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9464] ppid=9445 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/9448/task/9464/stat : 9464 (java) S 9445 9448 9094 0 -1 4202560 3437 0 0 0 29 0 0 0 20 0 19 0 8546345 9856040960 14698 33554432000 1073741824 1073778376 140736028247648 140029189986616 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9448/tid=9465] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9465/stat : 9465 (java) S 9445 9448 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546345 9856040960 14698 33554432000 1073741824 1073778376 140736028247648 140029188934008 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9448/tid=9466] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9466/stat : 9466 (java) S 9445 9448 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546345 9856040960 14698 33554432000 1073741824 1073778376 140736028247648 140029187881416 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9467] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9467/stat : 9467 (java) S 9445 9448 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8546356 9856040960 14698 33554432000 1073741824 1073778376 140736028247648 140029186827944 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.87
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.11 2.01 1.91 3/213 9467
/proc/meminfo: memFree=31610284/32872528 swapFree=7268/7268
[pid=9448] ppid=9445 vsize=9625040 CPUtime=7.83 cores=0,2,4,6
/proc/9448/stat : 9448 (java) S 9445 9448 9094 0 -1 4202496 21748 0 1 0 777 6 0 0 20 0 19 0 8546339 9856040960 22743 33554432000 1073741824 1073778376 140736028247648 140736028238784 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9448/statm: 2406260 22743 2264 9 0 2396937 0
[pid=9448/tid=9450] ppid=9445 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/9448/task/9450/stat : 9450 (java) R 9445 9448 9094 0 -1 4202560 2431 0 1 0 623 2 0 0 20 0 19 0 8546340 9856040960 22743 33554432000 1073741824 1073778376 140736028247648 140029371666736 140029238671474 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9448/tid=9451] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9451/stat : 9451 (java) S 9445 9448 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546341 9856040960 22743 33554432000 1073741824 1073778376 140736028247648 140029360737320 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9452] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9452/stat : 9452 (java) S 9445 9448 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546341 9856040960 22743 33554432000 1073741824 1073778376 140736028247648 140029359684520 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9448/tid=9453] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9453/stat : 9453 (java) S 9445 9448 9094 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8546341 9856040960 22743 33554432000 1073741824 1073778376 140736028247648 140029358631720 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9448/tid=9454] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9454/stat : 9454 (java) S 9445 9448 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546341 9856040960 22743 33554432000 1073741824 1073778376 140736028247648 140029357578920 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9448/tid=9455] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9455/stat : 9455 (java) S 9445 9448 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546341 9856040960 22743 33554432000 1073741824 1073778376 140736028247648 140029210606120 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9456] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9456/stat : 9456 (java) S 9445 9448 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546341 9856040960 22743 33554432000 1073741824 1073778376 140736028247648 140029209553320 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9448/tid=9457] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9457/stat : 9457 (java) S 9445 9448 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546341 9856040960 22743 33554432000 1073741824 1073778376 140736028247648 140029208500520 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9448/tid=9458] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9458/stat : 9458 (java) S 9445 9448 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8546341 9856040960 22743 33554432000 1073741824 1073778376 140736028247648 140029207447720 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9459] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9459/stat : 9459 (java) S 9445 9448 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8546342 9856040960 22743 33554432000 1073741824 1073778376 140736028247648 140029195250664 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9460] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9460/stat : 9460 (java) S 9445 9448 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8546343 9856040960 22743 33554432000 1073741824 1073778376 140736028247648 140029194196728 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9461] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9461/stat : 9461 (java) S 9445 9448 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8546343 9856040960 22743 33554432000 1073741824 1073778376 140736028247648 140029193143816 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9462] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9462/stat : 9462 (java) S 9445 9448 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546345 9856040960 22743 33554432000 1073741824 1073778376 140736028247648 140029192092304 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9463] ppid=9445 vsize=9625040 CPUtime=0.92 cores=0,2,4,6
/proc/9448/task/9463/stat : 9463 (java) S 9445 9448 9094 0 -1 4202560 8432 0 0 0 90 2 0 0 20 0 19 0 8546345 9856040960 22743 33554432000 1073741824 1073778376 140736028247648 140029191039416 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9464] ppid=9445 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/9448/task/9464/stat : 9464 (java) S 9445 9448 9094 0 -1 4202560 9611 0 0 0 60 2 0 0 20 0 19 0 8546345 9856040960 22743 33554432000 1073741824 1073778376 140736028247648 140029189986616 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9448/tid=9465] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9465/stat : 9465 (java) S 9445 9448 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546345 9856040960 22743 33554432000 1073741824 1073778376 140736028247648 140029188934008 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9448/tid=9466] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9466/stat : 9466 (java) S 9445 9448 9094 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8546345 9856040960 22743 33554432000 1073741824 1073778376 140736028247648 140029187881416 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9467] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9467/stat : 9467 (java) S 9445 9448 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8546356 9856040960 22743 33554432000 1073741824 1073778376 140736028247648 140029186827944 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.83
Current children cumulated vsize (KiB) 9625040


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

[pid=9448/tid=9453] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9453/stat : 9453 (java) S 9445 9448 9094 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8546341 9856040960 27863 33554432000 1073741824 1073778376 140736028247648 140029358631720 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9448/tid=9454] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9454/stat : 9454 (java) S 9445 9448 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546341 9856040960 27863 33554432000 1073741824 1073778376 140736028247648 140029357578920 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9448/tid=9455] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9455/stat : 9455 (java) S 9445 9448 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546341 9856040960 27863 33554432000 1073741824 1073778376 140736028247648 140029210606120 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9456] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9456/stat : 9456 (java) S 9445 9448 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546341 9856040960 27863 33554432000 1073741824 1073778376 140736028247648 140029209553320 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9448/tid=9457] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9457/stat : 9457 (java) S 9445 9448 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546341 9856040960 27863 33554432000 1073741824 1073778376 140736028247648 140029208500520 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9448/tid=9458] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9458/stat : 9458 (java) S 9445 9448 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8546341 9856040960 27863 33554432000 1073741824 1073778376 140736028247648 140029207447720 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9459] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9459/stat : 9459 (java) S 9445 9448 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8546342 9856040960 27863 33554432000 1073741824 1073778376 140736028247648 140029195250664 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9460] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9460/stat : 9460 (java) S 9445 9448 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8546343 9856040960 27863 33554432000 1073741824 1073778376 140736028247648 140029194196728 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9461] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9461/stat : 9461 (java) S 9445 9448 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8546343 9856040960 27863 33554432000 1073741824 1073778376 140736028247648 140029193143816 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9462] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9462/stat : 9462 (java) S 9445 9448 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546345 9856040960 27863 33554432000 1073741824 1073778376 140736028247648 140029192092304 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9463] ppid=9445 vsize=9625040 CPUtime=0.94 cores=0,2,4,6
/proc/9448/task/9463/stat : 9463 (java) S 9445 9448 9094 0 -1 4202560 8432 0 0 0 92 2 0 0 20 0 19 0 8546345 9856040960 27863 33554432000 1073741824 1073778376 140736028247648 140029191039416 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9464] ppid=9445 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/9448/task/9464/stat : 9464 (java) S 9445 9448 9094 0 -1 4202560 9611 0 0 0 61 2 0 0 20 0 19 0 8546345 9856040960 27863 33554432000 1073741824 1073778376 140736028247648 140029189986616 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9448/tid=9465] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9465/stat : 9465 (java) S 9445 9448 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546345 9856040960 27863 33554432000 1073741824 1073778376 140736028247648 140029188934008 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9448/tid=9466] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9466/stat : 9466 (java) S 9445 9448 9094 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8546345 9856040960 27863 33554432000 1073741824 1073778376 140736028247648 140029187881416 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9467] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9467/stat : 9467 (java) S 9445 9448 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8546356 9856040960 27863 33554432000 1073741824 1073778376 140736028247648 140029186827944 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 11.16
Current children cumulated vsize (KiB) 9625040

[startup+10.4008 s]
/proc/loadavg: 2.10 2.01 1.91 3/213 9467
/proc/meminfo: memFree=31583756/32872528 swapFree=7268/7268
[pid=9448] ppid=9445 vsize=9625040 CPUtime=11.96 cores=0,2,4,6
/proc/9448/stat : 9448 (java) S 9445 9448 9094 0 -1 4202496 21762 0 1 0 1190 6 0 0 20 0 19 0 8546339 9856040960 28887 33554432000 1073741824 1073778376 140736028247648 140736028238784 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9448/statm: 2406260 28887 2264 9 0 2396937 0
[pid=9448/tid=9450] ppid=9445 vsize=9625040 CPUtime=10.32 cores=0,2,4,6
/proc/9448/task/9450/stat : 9450 (java) R 9445 9448 9094 0 -1 4202560 2445 0 1 0 1030 2 0 0 20 0 19 0 8546340 9856040960 28887 33554432000 1073741824 1073778376 140736028247648 140029371666128 140029238643193 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9448/tid=9451] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9451/stat : 9451 (java) S 9445 9448 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546341 9856040960 28887 33554432000 1073741824 1073778376 140736028247648 140029360737320 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9452] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9452/stat : 9452 (java) S 9445 9448 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546341 9856040960 28887 33554432000 1073741824 1073778376 140736028247648 140029359684520 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9448/tid=9453] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9453/stat : 9453 (java) S 9445 9448 9094 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8546341 9856040960 28887 33554432000 1073741824 1073778376 140736028247648 140029358631720 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9448/tid=9454] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9454/stat : 9454 (java) S 9445 9448 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546341 9856040960 28887 33554432000 1073741824 1073778376 140736028247648 140029357578920 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9448/tid=9455] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9455/stat : 9455 (java) S 9445 9448 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546341 9856040960 28887 33554432000 1073741824 1073778376 140736028247648 140029210606120 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9456] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9456/stat : 9456 (java) S 9445 9448 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546341 9856040960 28887 33554432000 1073741824 1073778376 140736028247648 140029209553320 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9448/tid=9457] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9457/stat : 9457 (java) S 9445 9448 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546341 9856040960 28887 33554432000 1073741824 1073778376 140736028247648 140029208500520 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9448/tid=9458] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9458/stat : 9458 (java) S 9445 9448 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8546341 9856040960 28887 33554432000 1073741824 1073778376 140736028247648 140029207447720 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9459] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9459/stat : 9459 (java) S 9445 9448 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8546342 9856040960 28887 33554432000 1073741824 1073778376 140736028247648 140029195250664 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9460] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9460/stat : 9460 (java) S 9445 9448 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8546343 9856040960 28887 33554432000 1073741824 1073778376 140736028247648 140029194196728 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9461] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9461/stat : 9461 (java) S 9445 9448 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8546343 9856040960 28887 33554432000 1073741824 1073778376 140736028247648 140029193143816 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9462] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9462/stat : 9462 (java) S 9445 9448 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546345 9856040960 28887 33554432000 1073741824 1073778376 140736028247648 140029192092304 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9463] ppid=9445 vsize=9625040 CPUtime=0.94 cores=0,2,4,6
/proc/9448/task/9463/stat : 9463 (java) S 9445 9448 9094 0 -1 4202560 8432 0 0 0 92 2 0 0 20 0 19 0 8546345 9856040960 28887 33554432000 1073741824 1073778376 140736028247648 140029191039416 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9464] ppid=9445 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/9448/task/9464/stat : 9464 (java) S 9445 9448 9094 0 -1 4202560 9611 0 0 0 61 2 0 0 20 0 19 0 8546345 9856040960 28887 33554432000 1073741824 1073778376 140736028247648 140029189986616 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9448/tid=9465] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9465/stat : 9465 (java) S 9445 9448 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546345 9856040960 28887 33554432000 1073741824 1073778376 140736028247648 140029188934008 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9448/tid=9466] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9466/stat : 9466 (java) S 9445 9448 9094 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8546345 9856040960 28887 33554432000 1073741824 1073778376 140736028247648 140029187881416 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9467] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9467/stat : 9467 (java) S 9445 9448 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8546356 9856040960 28887 33554432000 1073741824 1073778376 140736028247648 140029186827944 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 11.96
Current children cumulated vsize (KiB) 9625040

[startup+10.8007 s]
/proc/loadavg: 2.10 2.01 1.91 3/213 9467
/proc/meminfo: memFree=31583756/32872528 swapFree=7268/7268
[pid=9448] ppid=9445 vsize=9625040 CPUtime=12.36 cores=0,2,4,6
/proc/9448/stat : 9448 (java) S 9445 9448 9094 0 -1 4202496 21763 0 1 0 1230 6 0 0 20 0 19 0 8546339 9856040960 29399 33554432000 1073741824 1073778376 140736028247648 140736028238784 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9448/statm: 2406260 29399 2264 9 0 2396937 0
[pid=9448/tid=9450] ppid=9445 vsize=9625040 CPUtime=10.72 cores=0,2,4,6
/proc/9448/task/9450/stat : 9450 (java) R 9445 9448 9094 0 -1 4202560 2446 0 1 0 1070 2 0 0 20 0 19 0 8546340 9856040960 29399 33554432000 1073741824 1073778376 140736028247648 140029371666128 140029238672157 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9448/tid=9451] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9451/stat : 9451 (java) S 9445 9448 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546341 9856040960 29399 33554432000 1073741824 1073778376 140736028247648 140029360737320 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9452] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9452/stat : 9452 (java) S 9445 9448 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546341 9856040960 29399 33554432000 1073741824 1073778376 140736028247648 140029359684520 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9448/tid=9453] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9453/stat : 9453 (java) S 9445 9448 9094 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8546341 9856040960 29399 33554432000 1073741824 1073778376 140736028247648 140029358631720 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9448/tid=9454] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9454/stat : 9454 (java) S 9445 9448 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546341 9856040960 29399 33554432000 1073741824 1073778376 140736028247648 140029357578920 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9448/tid=9455] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9455/stat : 9455 (java) S 9445 9448 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546341 9856040960 29399 33554432000 1073741824 1073778376 140736028247648 140029210606120 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9456] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9456/stat : 9456 (java) S 9445 9448 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546341 9856040960 29399 33554432000 1073741824 1073778376 140736028247648 140029209553320 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9448/tid=9457] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9457/stat : 9457 (java) S 9445 9448 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546341 9856040960 29399 33554432000 1073741824 1073778376 140736028247648 140029208500520 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9448/tid=9458] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9458/stat : 9458 (java) S 9445 9448 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8546341 9856040960 29399 33554432000 1073741824 1073778376 140736028247648 140029207447720 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9459] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9459/stat : 9459 (java) S 9445 9448 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8546342 9856040960 29399 33554432000 1073741824 1073778376 140736028247648 140029195250664 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9460] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9460/stat : 9460 (java) S 9445 9448 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8546343 9856040960 29399 33554432000 1073741824 1073778376 140736028247648 140029194196728 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9461] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9461/stat : 9461 (java) S 9445 9448 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8546343 9856040960 29399 33554432000 1073741824 1073778376 140736028247648 140029193143816 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9462] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9462/stat : 9462 (java) S 9445 9448 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546345 9856040960 29399 33554432000 1073741824 1073778376 140736028247648 140029192092304 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9463] ppid=9445 vsize=9625040 CPUtime=0.94 cores=0,2,4,6
/proc/9448/task/9463/stat : 9463 (java) S 9445 9448 9094 0 -1 4202560 8432 0 0 0 92 2 0 0 20 0 19 0 8546345 9856040960 29399 33554432000 1073741824 1073778376 140736028247648 140029191039416 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9464] ppid=9445 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/9448/task/9464/stat : 9464 (java) S 9445 9448 9094 0 -1 4202560 9611 0 0 0 61 2 0 0 20 0 19 0 8546345 9856040960 29399 33554432000 1073741824 1073778376 140736028247648 140029189986616 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9448/tid=9465] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9465/stat : 9465 (java) S 9445 9448 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546345 9856040960 29399 33554432000 1073741824 1073778376 140736028247648 140029188934008 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9448/tid=9466] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9466/stat : 9466 (java) S 9445 9448 9094 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8546345 9856040960 29399 33554432000 1073741824 1073778376 140736028247648 140029187881416 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9467] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9467/stat : 9467 (java) S 9445 9448 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8546356 9856040960 29399 33554432000 1073741824 1073778376 140736028247648 140029186827944 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 9625040

[startup+11.2008 s]
/proc/loadavg: 2.10 2.01 1.91 3/213 9467
/proc/meminfo: memFree=31577636/32872528 swapFree=7268/7268
[pid=9448] ppid=9445 vsize=9625040 CPUtime=12.76 cores=0,2,4,6
/proc/9448/stat : 9448 (java) S 9445 9448 9094 0 -1 4202496 21764 0 1 0 1270 6 0 0 20 0 19 0 8546339 9856040960 29911 33554432000 1073741824 1073778376 140736028247648 140736028238784 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9448/statm: 2406260 29911 2264 9 0 2396937 0
[pid=9448/tid=9450] ppid=9445 vsize=9625040 CPUtime=11.12 cores=0,2,4,6
/proc/9448/task/9450/stat : 9450 (java) R 9445 9448 9094 0 -1 4202560 2447 0 1 0 1110 2 0 0 20 0 19 0 8546340 9856040960 29911 33554432000 1073741824 1073778376 140736028247648 140029371666128 140029238672157 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9448/tid=9451] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9451/stat : 9451 (java) S 9445 9448 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546341 9856040960 29911 33554432000 1073741824 1073778376 140736028247648 140029360737320 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9452] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9452/stat : 9452 (java) S 9445 9448 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546341 9856040960 29911 33554432000 1073741824 1073778376 140736028247648 140029359684520 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9448/tid=9453] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9453/stat : 9453 (java) S 9445 9448 9094 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8546341 9856040960 29911 33554432000 1073741824 1073778376 140736028247648 140029358631720 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9448/tid=9454] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9454/stat : 9454 (java) S 9445 9448 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546341 9856040960 29911 33554432000 1073741824 1073778376 140736028247648 140029357578920 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9448/tid=9455] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9455/stat : 9455 (java) S 9445 9448 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546341 9856040960 29911 33554432000 1073741824 1073778376 140736028247648 140029210606120 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9456] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9456/stat : 9456 (java) S 9445 9448 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546341 9856040960 29911 33554432000 1073741824 1073778376 140736028247648 140029209553320 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9448/tid=9457] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9457/stat : 9457 (java) S 9445 9448 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546341 9856040960 29911 33554432000 1073741824 1073778376 140736028247648 140029208500520 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9448/tid=9458] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9458/stat : 9458 (java) S 9445 9448 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8546341 9856040960 29911 33554432000 1073741824 1073778376 140736028247648 140029207447720 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9459] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9459/stat : 9459 (java) S 9445 9448 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8546342 9856040960 29911 33554432000 1073741824 1073778376 140736028247648 140029195250664 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9460] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9460/stat : 9460 (java) S 9445 9448 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8546343 9856040960 29911 33554432000 1073741824 1073778376 140736028247648 140029194196728 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9461] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9461/stat : 9461 (java) S 9445 9448 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8546343 9856040960 29911 33554432000 1073741824 1073778376 140736028247648 140029193143816 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9462] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9462/stat : 9462 (java) S 9445 9448 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546345 9856040960 29911 33554432000 1073741824 1073778376 140736028247648 140029192092304 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9463] ppid=9445 vsize=9625040 CPUtime=0.94 cores=0,2,4,6
/proc/9448/task/9463/stat : 9463 (java) S 9445 9448 9094 0 -1 4202560 8432 0 0 0 92 2 0 0 20 0 19 0 8546345 9856040960 29911 33554432000 1073741824 1073778376 140736028247648 140029191039416 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9464] ppid=9445 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/9448/task/9464/stat : 9464 (java) S 9445 9448 9094 0 -1 4202560 9611 0 0 0 61 2 0 0 20 0 19 0 8546345 9856040960 29911 33554432000 1073741824 1073778376 140736028247648 140029189986616 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9448/tid=9465] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9465/stat : 9465 (java) S 9445 9448 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546345 9856040960 29911 33554432000 1073741824 1073778376 140736028247648 140029188934008 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9448/tid=9466] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9466/stat : 9466 (java) S 9445 9448 9094 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8546345 9856040960 29911 33554432000 1073741824 1073778376 140736028247648 140029187881416 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9448/tid=9467] ppid=9445 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9448/task/9467/stat : 9467 (java) S 9445 9448 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8546356 9856040960 29911 33554432000 1073741824 1073778376 140736028247648 140029186827944 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.76
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 11.2609
CPU time (s): 12.823
CPU user time (s): 12.7301
CPU system time (s): 0.092985
CPU usage (%): 113.872
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.7301
system time used= 0.092985
maximum resident set size= 121748
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21783
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= 565
involuntary context switches= 90

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.044993 second user time and 0.104984 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-16 10:16:55
IDJOB=4090591
IDBENCH=78774
IDSOLVER=2551
FILE ID=node151/4090591-1466065015
RUNJOBID= node151-1466062104-9110
PBS_JOBID= 19903998
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.1110968561--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090591-1466065015/watcher-4090591-1466065015 -o /tmp/evaluation-result-4090591-1466065015/solver-4090591-1466065015 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466062104-9110 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090591-1466065015.wbo

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

MD5SUM BENCH= 8c7284b7ccf7c3e8bad0ea1f2a54ab5e
RANDOM SEED=239172766

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
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		: 2667.103
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:        31689024 kB
Buffers:            4424 kB
Cached:            38772 kB
SwapCached:        61608 kB
Active:           384444 kB
Inactive:          80984 kB
Active(anon):     363696 kB
Inactive(anon):    61024 kB
Active(file):      20748 kB
Inactive(file):    19960 kB
Unevictable:        7268 kB
Mlocked:            7268 kB
SwapTotal:      67108856 kB
SwapFree:       67038960 kB
Dirty:               440 kB
Writeback:             0 kB
AnonPages:        315996 kB
Mapped:            15352 kB
Shmem:                 0 kB
Slab:             564824 kB
SReclaimable:       8632 kB
SUnreclaim:       556192 kB
KernelStack:        1768 kB
PageTables:         5068 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     510232 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    286720 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 node151 at 2016-06-16 10:17:07