Trace number 4109476

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 17.5923 16.378

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110977780--soft-33-100-0.wbo
MD5SUM11192ef633da7cef97eefdeccab8f20f
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark27
Best CPU time to get the best result obtained on this benchmark6.92895
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 constraints64
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 2925
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 2924
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1327
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-4109476-1466343645.wbo
0.10/0.11	c reading problem ... 
0.10/0.17	c ... done. Wall clock time 0.058s.
0.10/0.17	c declared #vars     169
0.10/0.17	c internal #vars     233
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 => 29
0.10/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
0.10/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 47
0.10/0.17	c 101 constraints processed.
0.10/0.17	c objective function length is 64 literals
0.24/0.27	c SATISFIABLE
0.24/0.27	c OPTIMIZING...
0.24/0.27	c Got one! Elapsed wall clock time (in seconds):0.154
0.24/0.27	o 846
0.24/0.28	c Got one! Elapsed wall clock time (in seconds):0.168
0.24/0.28	o 840
0.24/0.29	c Got one! Elapsed wall clock time (in seconds):0.18
0.24/0.29	o 821
0.54/0.33	c Got one! Elapsed wall clock time (in seconds):0.223
0.54/0.33	o 809
0.54/0.35	c Got one! Elapsed wall clock time (in seconds):0.234
0.54/0.35	o 775
0.54/0.35	c Got one! Elapsed wall clock time (in seconds):0.237
0.54/0.35	o 757
0.54/0.36	c Got one! Elapsed wall clock time (in seconds):0.25
0.54/0.36	o 756
0.54/0.39	c Got one! Elapsed wall clock time (in seconds):0.278
0.54/0.39	o 569
0.69/0.40	c Got one! Elapsed wall clock time (in seconds):0.29
0.69/0.40	o 551
0.69/0.41	c Got one! Elapsed wall clock time (in seconds):0.293
0.69/0.41	o 536
0.69/0.41	c Got one! Elapsed wall clock time (in seconds):0.301
0.69/0.41	o 530
0.69/0.42	c Got one! Elapsed wall clock time (in seconds):0.31
0.69/0.42	o 527
0.69/0.44	c Got one! Elapsed wall clock time (in seconds):0.327
0.69/0.44	o 523
0.69/0.44	c Got one! Elapsed wall clock time (in seconds):0.331
0.69/0.44	o 432
0.69/0.45	c Got one! Elapsed wall clock time (in seconds):0.338
0.69/0.45	o 428
0.69/0.46	c Got one! Elapsed wall clock time (in seconds):0.345
0.69/0.46	o 425
0.69/0.47	c Got one! Elapsed wall clock time (in seconds):0.357
0.69/0.47	o 415
0.69/0.48	c Got one! Elapsed wall clock time (in seconds):0.369
0.69/0.48	o 412
0.85/0.52	c Got one! Elapsed wall clock time (in seconds):0.404
0.85/0.52	o 408
0.85/0.53	c Got one! Elapsed wall clock time (in seconds):0.415
0.85/0.53	o 384
0.85/0.55	c Got one! Elapsed wall clock time (in seconds):0.434
0.85/0.55	o 379
0.85/0.55	c Got one! Elapsed wall clock time (in seconds):0.441
0.85/0.55	o 373
0.85/0.56	c Got one! Elapsed wall clock time (in seconds):0.444
0.85/0.56	o 367
0.85/0.57	c Got one! Elapsed wall clock time (in seconds):0.453
0.85/0.57	o 363
0.85/0.57	c Got one! Elapsed wall clock time (in seconds):0.459
0.85/0.57	o 357
0.85/0.57	c Got one! Elapsed wall clock time (in seconds):0.463
0.85/0.57	o 351
0.85/0.58	c Got one! Elapsed wall clock time (in seconds):0.466
0.85/0.58	o 348
0.85/0.59	c Got one! Elapsed wall clock time (in seconds):0.473
0.85/0.59	o 346
0.85/0.59	c Got one! Elapsed wall clock time (in seconds):0.481
0.85/0.59	o 343
0.98/0.60	c Got one! Elapsed wall clock time (in seconds):0.487
0.98/0.60	o 342
0.98/0.60	c Got one! Elapsed wall clock time (in seconds):0.492
0.98/0.60	o 337
0.98/0.61	c Got one! Elapsed wall clock time (in seconds):0.497
0.98/0.61	o 332
0.98/0.61	c Got one! Elapsed wall clock time (in seconds):0.502
0.98/0.61	o 328
0.98/0.63	c Got one! Elapsed wall clock time (in seconds):0.521
0.98/0.63	o 303
0.98/0.64	c Got one! Elapsed wall clock time (in seconds):0.524
0.98/0.64	o 281
0.98/0.66	c Got one! Elapsed wall clock time (in seconds):0.543
0.98/0.66	o 278
0.98/0.66	c Got one! Elapsed wall clock time (in seconds):0.552
0.98/0.66	o 277
0.98/0.67	c Got one! Elapsed wall clock time (in seconds):0.556
0.98/0.67	o 276
0.98/0.69	c Got one! Elapsed wall clock time (in seconds):0.578
0.98/0.69	o 272
1.08/0.79	c Got one! Elapsed wall clock time (in seconds):0.675
1.08/0.79	o 259
1.23/0.81	c Got one! Elapsed wall clock time (in seconds):0.697
1.23/0.81	o 255
1.23/0.84	c Got one! Elapsed wall clock time (in seconds):0.726
1.23/0.84	o 250
1.48/1.01	c cleaning 8008 clauses out of 16016 with flag 9035/16016
1.70/1.28	c cleaning 7002 clauses out of 14009 with flag 28525/22017
1.82/1.35	c Got one! Elapsed wall clock time (in seconds):1.239
1.82/1.35	o 246
1.82/1.38	c Got one! Elapsed wall clock time (in seconds):1.268
1.82/1.38	o 242
2.01/1.40	c Got one! Elapsed wall clock time (in seconds):1.288
2.01/1.40	o 235
2.01/1.46	c Got one! Elapsed wall clock time (in seconds):1.349
2.01/1.46	o 228
2.22/1.52	c Got one! Elapsed wall clock time (in seconds):1.413
2.22/1.52	o 223
2.32/1.63	c cleaning 7452 clauses out of 14903 with flag 7801/29913
2.44/1.73	c Got one! Elapsed wall clock time (in seconds):1.622
2.44/1.73	o 222
2.54/1.87	c cleaning 6608 clauses out of 13218 with flag 10704/35680
2.64/1.97	c Got one! Elapsed wall clock time (in seconds):1.861
2.64/1.97	o 220
2.84/2.10	c cleaning 6205 clauses out of 12416 with flag 10502/41487
2.84/2.15	c Got one! Elapsed wall clock time (in seconds):2.039
2.84/2.15	o 217
2.84/2.18	c Got one! Elapsed wall clock time (in seconds):2.071
2.84/2.18	o 215
3.05/2.36	c cleaning 6179 clauses out of 12370 with flag 13071/47646
3.25/2.58	c Got one! Elapsed wall clock time (in seconds):2.466
3.25/2.58	o 199
3.55/2.83	c Got one! Elapsed wall clock time (in seconds):2.72
3.55/2.83	o 173
3.55/2.90	c cleaning 8675 clauses out of 17361 with flag 3351/58816
3.85/3.12	c Got one! Elapsed wall clock time (in seconds):3.007
3.85/3.12	o 172
3.95/3.21	c Got one! Elapsed wall clock time (in seconds):3.098
3.95/3.21	o 170
4.15/3.42	c cleaning 9931 clauses out of 19874 with flag 13637/70004
4.15/3.48	c Got one! Elapsed wall clock time (in seconds):3.373
4.15/3.48	o 169
4.36/3.68	c cleaning 7717 clauses out of 15442 with flag 14496/75503
4.56/3.82	c Got one! Elapsed wall clock time (in seconds):3.711
4.56/3.82	o 138
4.66/3.91	c cleaning 6683 clauses out of 13372 with flag 6493/81150
4.76/4.09	c Got one! Elapsed wall clock time (in seconds):3.975
4.76/4.09	o 128
4.86/4.13	c cleaning 6094 clauses out of 12193 with flag 3416/86654
5.06/4.38	c cleaning 6049 clauses out of 12098 with flag 23235/92653
5.17/4.49	c Got one! Elapsed wall clock time (in seconds):4.374
5.17/4.49	o 105
5.37/4.61	c cleaning 5913 clauses out of 11849 with flag 9793/98453
5.37/4.62	c Got one! Elapsed wall clock time (in seconds):4.509
5.37/4.62	o 104
5.58/4.82	c cleaning 5667 clauses out of 11343 with flag 17167/103860
5.94/5.10	c cleaning 5835 clauses out of 11676 with flag 40075/109860
6.13/5.23	c Got one! Elapsed wall clock time (in seconds):5.117
6.13/5.23	o 100
6.33/5.33	c cleaning 5523 clauses out of 11061 with flag 8152/115080
6.65/5.56	c Got one! Elapsed wall clock time (in seconds):5.447
6.65/5.56	o 98
6.94/5.80	c cleaning 8108 clauses out of 16228 with flag 18258/125770
7.14/6.09	c cleaning 7044 clauses out of 14119 with flag 41054/131770
7.44/6.36	c Got one! Elapsed wall clock time (in seconds):6.251
7.44/6.36	o 91
7.75/6.60	c cleaning 9102 clauses out of 18224 with flag 17356/142919
7.94/6.88	c cleaning 7555 clauses out of 15120 with flag 39637/148917
8.25/7.10	c Got one! Elapsed wall clock time (in seconds):6.988
8.25/7.10	o 85
8.45/7.35	c cleaning 8880 clauses out of 17770 with flag 19002/159122
8.75/7.61	c cleaning 7439 clauses out of 14889 with flag 43527/165121
8.96/7.81	c Got one! Elapsed wall clock time (in seconds):7.699
8.96/7.81	o 84
9.15/8.04	c cleaning 8798 clauses out of 17595 with flag 19049/175266
9.35/8.28	c Got one! Elapsed wall clock time (in seconds):8.167
9.35/8.28	o 83
9.66/8.53	c cleaning 9546 clauses out of 19103 with flag 18704/185572
9.86/8.79	c cleaning 7776 clauses out of 15556 with flag 42149/191571
10.16/9.02	c Got one! Elapsed wall clock time (in seconds):8.91
10.16/9.02	o 74
10.36/9.27	c cleaning 9315 clauses out of 18639 with flag 19028/202431
10.46/9.37	c Got one! Elapsed wall clock time (in seconds):9.259
10.46/9.37	o 72
10.58/9.49	c cleaning 7507 clauses out of 15023 with flag 10625/208130
10.88/9.70	c Got one! Elapsed wall clock time (in seconds):9.587
10.88/9.70	o 70
11.08/9.92	c cleaning 9042 clauses out of 18090 with flag 18451/218704
11.27/10.17	c cleaning 7524 clauses out of 15049 with flag 40494/224706
11.37/10.22	c Got one! Elapsed wall clock time (in seconds):10.106
11.37/10.22	o 69
11.47/10.37	c cleaning 6419 clauses out of 12863 with flag 13603/230044
11.67/10.58	c cleaning 6214 clauses out of 12446 with flag 33276/236046
11.67/10.58	c Got one! Elapsed wall clock time (in seconds):10.47
11.67/10.58	o 62
11.89/10.76	c cleaning 5691 clauses out of 11400 with flag 18981/241214
12.09/10.98	c cleaning 5854 clauses out of 11713 with flag 41880/247218
12.20/11.03	c Got one! Elapsed wall clock time (in seconds):10.923
12.20/11.03	o 61
12.30/11.18	c cleaning 5783 clauses out of 11570 with flag 14367/252930
12.49/11.39	c Got one! Elapsed wall clock time (in seconds):11.274
12.49/11.39	o 60
12.79/11.60	c cleaning 8371 clauses out of 16749 with flag 18650/263892
12.89/11.71	c Got one! Elapsed wall clock time (in seconds):11.598
12.89/11.71	o 58
12.99/11.80	c cleaning 6835 clauses out of 13669 with flag 7131/269183
12.99/11.86	c Got one! Elapsed wall clock time (in seconds):11.748
12.99/11.86	o 52
13.19/12.01	c cleaning 6402 clauses out of 12825 with flag 14503/275174
13.40/12.23	c cleaning 6212 clauses out of 12424 with flag 37763/281175
13.59/12.41	c Got one! Elapsed wall clock time (in seconds):12.294
13.59/12.41	o 44
13.69/12.54	c Got one! Elapsed wall clock time (in seconds):12.426
13.69/12.54	o 42
13.79/12.63	c cleaning 8638 clauses out of 17278 with flag 6798/292243
13.99/12.85	c cleaning 7319 clauses out of 14640 with flag 29400/298243
14.19/13.08	c Got one! Elapsed wall clock time (in seconds):12.964
14.19/13.08	o 41
14.40/13.29	c cleaning 9605 clauses out of 19209 with flag 17760/310133
14.69/13.52	c cleaning 7797 clauses out of 15601 with flag 39249/316132
14.79/13.63	c Got one! Elapsed wall clock time (in seconds):13.522
14.79/13.63	o 40
14.89/13.72	c cleaning 6675 clauses out of 13360 with flag 7336/321688
15.09/13.93	c cleaning 6337 clauses out of 12685 with flag 28852/327689
15.09/13.94	c Got one! Elapsed wall clock time (in seconds):13.832
15.09/13.94	o 39
15.19/14.01	c Got one! Elapsed wall clock time (in seconds):13.902
15.19/14.01	o 33
15.19/14.09	c Got one! Elapsed wall clock time (in seconds):13.973
15.19/14.09	o 31
15.29/14.13	c cleaning 5995 clauses out of 11994 with flag 3367/333336
15.50/14.32	c cleaning 5994 clauses out of 11998 with flag 22805/339336
15.69/14.55	c cleaning 6496 clauses out of 13004 with flag 46316/346337
15.99/14.85	c cleaning 7249 clauses out of 14504 with flag 73207/354336
16.29/15.18	c cleaning 8122 clauses out of 16254 with flag 103172/363338
16.70/15.53	c Got one! Elapsed wall clock time (in seconds):15.421
16.70/15.53	o 30
16.89/15.78	c cleaning 11278 clauses out of 22558 with flag 17001/377765
16.99/15.80	c Got one! Elapsed wall clock time (in seconds):15.692
16.99/15.80	o 29
17.19/16.01	c cleaning 8456 clauses out of 16913 with flag 18020/383398
17.39/16.23	c cleaning 7210 clauses out of 14456 with flag 38427/389397
17.39/16.26	c Got one! Elapsed wall clock time (in seconds):16.151
17.39/16.26	o 28
17.49/16.30	c Got one! Elapsed wall clock time (in seconds):16.192
17.49/16.30	o 27
17.49/16.37	c starts		: 357
17.49/16.37	c conflicts		: 393700
17.49/16.37	c decisions		: 686087
17.49/16.37	c propagations		: 11439650
17.49/16.37	c inspects		: 186680438
17.49/16.37	c shortcuts		: 0
17.49/16.37	c learnt literals	: 33
17.49/16.37	c learnt binary clauses	: 12
17.49/16.37	c learnt ternary clauses	: 857
17.49/16.37	c learnt constraints	: 393666
17.49/16.37	c ignored constraints	: 0
17.49/16.37	c root simplifications	: 0
17.49/16.37	c removed literals (reason simplification)	: 0
17.49/16.37	c reason swapping (by a shorter reason)	: 0
17.49/16.37	c Calls to reduceDB	: 52
17.49/16.37	c Number of update (reduction) of LBD	: 108860
17.49/16.37	c Imported unit clauses	: 0
17.49/16.37	c number of reductions to clauses (during analyze)	: 0
17.49/16.37	c number of learned constraints concerned by reduction	: 0
17.49/16.37	c number of learning phase by resolution	: 0
17.49/16.37	c number of learning phase by cutting planes	: 0
17.49/16.37	c speed (assignments/second)	: 706325.6359594961
17.49/16.37	c non guided choices	3285
17.49/16.37	c learnt constraints type 
17.49/16.37	s OPTIMUM FOUND
17.49/16.37	c Found 86 solution(s)
17.49/16.37	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 
17.49/16.37	c objective function=27
17.49/16.37	c Total wall clock time (in seconds): 16.258

Verifier Data

OK	27

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

pid=12541
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.35 2.31 1.97 3/195 12544
/proc/meminfo: memFree=29276544/32872528 swapFree=1556504/1720024
[pid=12544] ppid=12541 vsize=268 CPUtime=0 cores=0,2,4,6
/proc/12544/stat : 12544 (java) R 12541 12544 12110 0 -1 4194304 333 0 0 0 0 0 0 0 20 0 1 0 36413094 274432 6 33554432000 1073741824 1073778376 140734250210416 140734954840344 270320798448 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12544/statm: 68 23 17 9 0 25 0

[startup+0.10011 s]
/proc/loadavg: 2.35 2.31 1.97 3/195 12544
/proc/meminfo: memFree=29276544/32872528 swapFree=1556504/1720024
[pid=12544] ppid=12541 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/12544/stat : 12544 (java) S 12541 12544 12110 0 -1 4202496 4410 0 1 0 9 1 0 0 20 0 18 0 36413094 9787879424 6042 33554432000 1073741824 1073778376 140734250210416 140734250201552 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12544/statm: 2389619 6042 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200293 s]
/proc/loadavg: 2.35 2.31 1.97 3/195 12544
/proc/meminfo: memFree=29276544/32872528 swapFree=1556504/1720024
[pid=12544] ppid=12541 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/12544/stat : 12544 (java) S 12541 12544 12110 0 -1 4202496 4852 0 1 0 23 1 0 0 20 0 19 0 36413094 9856040960 7389 33554432000 1073741824 1073778376 140734250210416 140734250201552 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12544/statm: 2406260 7389 2219 9 0 2396937 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9625040

[startup+0.300228 s]
/proc/loadavg: 2.35 2.31 1.97 3/195 12544
/proc/meminfo: memFree=29276544/32872528 swapFree=1556504/1720024
[pid=12544] ppid=12541 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/12544/stat : 12544 (java) S 12541 12544 12110 0 -1 4202496 7323 0 1 0 52 2 0 0 20 0 19 0 36413094 9856040960 8676 33554432000 1073741824 1073778376 140734250210416 140734250201552 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12544/statm: 2406260 8676 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9625040

[startup+0.700254 s]
/proc/loadavg: 2.35 2.31 1.97 3/195 12544
/proc/meminfo: memFree=29276544/32872528 swapFree=1556504/1720024
[pid=12544] ppid=12541 vsize=9625040 CPUtime=1.08 cores=0,2,4,6
/proc/12544/stat : 12544 (java) S 12541 12544 12110 0 -1 4202496 8370 0 1 0 105 3 0 0 20 0 19 0 36413094 9856040960 9601 33554432000 1073741824 1073778376 140734250210416 140734250201552 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12544/statm: 2406260 9601 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 9625040

[startup+1.50081 s]
/proc/loadavg: 2.35 2.31 1.97 3/214 12563
/proc/meminfo: memFree=29244220/32872528 swapFree=1556504/1720024
[pid=12544] ppid=12541 vsize=9625040 CPUtime=2.22 cores=0,2,4,6
/proc/12544/stat : 12544 (java) S 12541 12544 12110 0 -1 4202496 12582 0 1 0 219 3 0 0 20 0 19 0 36413094 9856040960 12658 33554432000 1073741824 1073778376 140734250210416 140734250201552 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12544/statm: 2406260 12658 2262 9 0 2396937 0
[pid=12544/tid=12546] ppid=12541 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/12544/task/12546/stat : 12546 (java) R 12541 12544 12110 0 -1 4202560 2409 0 1 0 146 1 0 0 20 0 19 0 36413095 9856040960 12658 33554432000 1073741824 1073778376 140734250210416 139836670102072 139836501963097 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12544/tid=12547] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12547/stat : 12547 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413096 9856040960 12658 33554432000 1073741824 1073778376 140734250210416 139836631596072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12544/tid=12548] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12548/stat : 12548 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413096 9856040960 12658 33554432000 1073741824 1073778376 140734250210416 139836630543272 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12544/tid=12549] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12549/stat : 12549 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413096 9856040960 12658 33554432000 1073741824 1073778376 140734250210416 139836629490472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12544/tid=12550] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12550/stat : 12550 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413096 9856040960 12658 33554432000 1073741824 1073778376 140734250210416 139836628437672 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12544/tid=12551] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12551/stat : 12551 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413096 9856040960 12658 33554432000 1073741824 1073778376 140734250210416 139836627384872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12544/tid=12552] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12552/stat : 12552 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413096 9856040960 12658 33554432000 1073741824 1073778376 140734250210416 139836626332072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12544/tid=12553] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12553/stat : 12553 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413096 9856040960 12658 33554432000 1073741824 1073778376 140734250210416 139836625279272 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12544/tid=12554] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12554/stat : 12554 (java) S 12541 12544 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36413096 9856040960 12658 33554432000 1073741824 1073778376 140734250210416 139836624226472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12544/tid=12555] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12555/stat : 12555 (java) S 12541 12544 12110 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36413097 9856040960 12658 33554432000 1073741824 1073778376 140734250210416 139836494150632 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12544/tid=12556] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12556/stat : 12556 (java) S 12541 12544 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36413098 9856040960 12658 33554432000 1073741824 1073778376 140734250210416 139836493096696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12544/tid=12557] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12557/stat : 12557 (java) S 12541 12544 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413098 9856040960 12658 33554432000 1073741824 1073778376 140734250210416 139836492043784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12544/tid=12558] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12558/stat : 12558 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413100 9856040960 12658 33554432000 1073741824 1073778376 140734250210416 139836490992272 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12544/tid=12559] ppid=12541 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/12544/task/12559/stat : 12559 (java) S 12541 12544 12110 0 -1 4202560 3833 0 0 0 35 0 0 0 20 0 19 0 36413100 9856040960 12658 33554432000 1073741824 1073778376 140734250210416 139836489939384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12544/tid=12560] ppid=12541 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/12544/task/12560/stat : 12560 (java) S 12541 12544 12110 0 -1 4202560 5068 0 0 0 35 1 0 0 20 0 19 0 36413100 9856040960 12658 33554432000 1073741824 1073778376 140734250210416 139836488886584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12544/tid=12561] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12561/stat : 12561 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413100 9856040960 12658 33554432000 1073741824 1073778376 140734250210416 139836487833976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12544/tid=12562] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12562/stat : 12562 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413100 9856040960 12658 33554432000 1073741824 1073778376 140734250210416 139836486781384 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12544/tid=12563] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12563/stat : 12563 (java) S 12541 12544 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413112 9856040960 12658 33554432000 1073741824 1073778376 140734250210416 139835478107816 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 9625040

[startup+3.10071 s]
/proc/loadavg: 2.32 2.30 1.97 3/214 12563
/proc/meminfo: memFree=29231508/32872528 swapFree=1556504/1720024
[pid=12544] ppid=12541 vsize=9625040 CPUtime=3.85 cores=0,2,4,6
/proc/12544/stat : 12544 (java) S 12541 12544 12110 0 -1 4202496 12632 0 1 0 382 3 0 0 20 0 19 0 36413094 9856040960 14240 33554432000 1073741824 1073778376 140734250210416 140734250201552 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12544/statm: 2406260 14240 2262 9 0 2396937 0
[pid=12544/tid=12546] ppid=12541 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/12544/task/12546/stat : 12546 (java) R 12541 12544 12110 0 -1 4202560 2413 0 1 0 305 1 0 0 20 0 19 0 36413095 9856040960 14240 33554432000 1073741824 1073778376 140734250210416 139836670102072 139836502027473 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12544/tid=12547] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12547/stat : 12547 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413096 9856040960 14240 33554432000 1073741824 1073778376 140734250210416 139836631596072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12544/tid=12548] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12548/stat : 12548 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413096 9856040960 14240 33554432000 1073741824 1073778376 140734250210416 139836630543272 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12544/tid=12549] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12549/stat : 12549 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413096 9856040960 14240 33554432000 1073741824 1073778376 140734250210416 139836629490472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12544/tid=12550] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12550/stat : 12550 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413096 9856040960 14240 33554432000 1073741824 1073778376 140734250210416 139836628437672 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12544/tid=12551] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12551/stat : 12551 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413096 9856040960 14240 33554432000 1073741824 1073778376 140734250210416 139836627384872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12544/tid=12552] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12552/stat : 12552 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413096 9856040960 14240 33554432000 1073741824 1073778376 140734250210416 139836626332072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12544/tid=12553] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12553/stat : 12553 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413096 9856040960 14240 33554432000 1073741824 1073778376 140734250210416 139836625279272 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12544/tid=12554] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12554/stat : 12554 (java) S 12541 12544 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36413096 9856040960 14240 33554432000 1073741824 1073778376 140734250210416 139836624226472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12544/tid=12555] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12555/stat : 12555 (java) S 12541 12544 12110 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36413097 9856040960 14240 33554432000 1073741824 1073778376 140734250210416 139836494150632 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12544/tid=12556] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12556/stat : 12556 (java) S 12541 12544 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36413098 9856040960 14240 33554432000 1073741824 1073778376 140734250210416 139836493096696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12544/tid=12557] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12557/stat : 12557 (java) S 12541 12544 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413098 9856040960 14240 33554432000 1073741824 1073778376 140734250210416 139836492043784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12544/tid=12558] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12558/stat : 12558 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413100 9856040960 14240 33554432000 1073741824 1073778376 140734250210416 139836490992272 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12544/tid=12559] ppid=12541 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/12544/task/12559/stat : 12559 (java) S 12541 12544 12110 0 -1 4202560 3833 0 0 0 35 0 0 0 20 0 19 0 36413100 9856040960 14240 33554432000 1073741824 1073778376 140734250210416 139836489939384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12544/tid=12560] ppid=12541 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/12544/task/12560/stat : 12560 (java) S 12541 12544 12110 0 -1 4202560 5114 0 0 0 38 1 0 0 20 0 19 0 36413100 9856040960 14240 33554432000 1073741824 1073778376 140734250210416 139836488886584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12544/tid=12561] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12561/stat : 12561 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413100 9856040960 14240 33554432000 1073741824 1073778376 140734250210416 139836487833976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12544/tid=12562] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12562/stat : 12562 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413100 9856040960 14240 33554432000 1073741824 1073778376 140734250210416 139836486781384 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12544/tid=12563] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12563/stat : 12563 (java) S 12541 12544 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413112 9856040960 14240 33554432000 1073741824 1073778376 140734250210416 139835478107816 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.32 2.30 1.97 3/214 12563
/proc/meminfo: memFree=29200272/32872528 swapFree=1556504/1720024
[pid=12544] ppid=12541 vsize=9625040 CPUtime=7.44 cores=0,2,4,6
/proc/12544/stat : 12544 (java) S 12541 12544 12110 0 -1 4202496 19297 0 1 0 739 5 0 0 20 0 19 0 36413094 9856040960 21297 33554432000 1073741824 1073778376 140734250210416 140734250201552 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12544/statm: 2406260 21297 2264 9 0 2396937 0
[pid=12544/tid=12546] ppid=12541 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/12544/task/12546/stat : 12546 (java) R 12541 12544 12110 0 -1 4202560 2423 0 1 0 624 1 0 0 20 0 19 0 36413095 9856040960 21297 33554432000 1073741824 1073778376 140734250210416 139836670095056 139836502013997 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12544/tid=12547] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12547/stat : 12547 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413096 9856040960 21297 33554432000 1073741824 1073778376 140734250210416 139836631596072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12544/tid=12548] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12548/stat : 12548 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413096 9856040960 21297 33554432000 1073741824 1073778376 140734250210416 139836630543272 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12544/tid=12549] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12549/stat : 12549 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413096 9856040960 21297 33554432000 1073741824 1073778376 140734250210416 139836629490472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12544/tid=12550] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12550/stat : 12550 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413096 9856040960 21297 33554432000 1073741824 1073778376 140734250210416 139836628437672 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12544/tid=12551] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12551/stat : 12551 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413096 9856040960 21297 33554432000 1073741824 1073778376 140734250210416 139836627384872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12544/tid=12552] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12552/stat : 12552 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413096 9856040960 21297 33554432000 1073741824 1073778376 140734250210416 139836626332072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12544/tid=12553] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12553/stat : 12553 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413096 9856040960 21297 33554432000 1073741824 1073778376 140734250210416 139836625279272 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12544/tid=12554] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12554/stat : 12554 (java) S 12541 12544 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36413096 9856040960 21297 33554432000 1073741824 1073778376 140734250210416 139836624226472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12544/tid=12555] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12555/stat : 12555 (java) S 12541 12544 12110 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36413097 9856040960 21297 33554432000 1073741824 1073778376 140734250210416 139836494150632 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12544/tid=12556] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12556/stat : 12556 (java) S 12541 12544 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36413098 9856040960 21297 33554432000 1073741824 1073778376 140734250210416 139836493096696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12544/tid=12557] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12557/stat : 12557 (java) S 12541 12544 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413098 9856040960 21297 33554432000 1073741824 1073778376 140734250210416 139836492043784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12544/tid=12558] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12558/stat : 12558 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413100 9856040960 21297 33554432000 1073741824 1073778376 140734250210416 139836490992272 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12544/tid=12559] ppid=12541 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/12544/task/12559/stat : 12559 (java) S 12541 12544 12110 0 -1 4202560 10471 0 0 0 67 2 0 0 20 0 19 0 36413100 9856040960 21297 33554432000 1073741824 1073778376 140734250210416 139836489939384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12544/tid=12560] ppid=12541 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/12544/task/12560/stat : 12560 (java) S 12541 12544 12110 0 -1 4202560 5130 0 0 0 42 1 0 0 20 0 19 0 36413100 9856040960 21297 33554432000 1073741824 1073778376 140734250210416 139836488886584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12544/tid=12561] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12561/stat : 12561 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413100 9856040960 21297 33554432000 1073741824 1073778376 140734250210416 139836487833976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12544/tid=12562] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12562/stat : 12562 (java) S 12541 12544 12110 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36413100 9856040960 21297 33554432000 1073741824 1073778376 140734250210416 139836486781384 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12544/tid=12563] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12563/stat : 12563 (java) S 12541 12544 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413112 9856040960 21297 33554432000 1073741824 1073778376 140734250210416 139835478107816 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.44
Current children cumulated vsize (KiB) 9625040


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

[pid=12544/tid=12549] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12549/stat : 12549 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413096 9856040960 30158 33554432000 1073741824 1073778376 140734250210416 139836629490472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12544/tid=12550] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12550/stat : 12550 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413096 9856040960 30158 33554432000 1073741824 1073778376 140734250210416 139836628437672 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12544/tid=12551] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12551/stat : 12551 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413096 9856040960 30158 33554432000 1073741824 1073778376 140734250210416 139836627384872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12544/tid=12552] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12552/stat : 12552 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413096 9856040960 30158 33554432000 1073741824 1073778376 140734250210416 139836626332072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12544/tid=12553] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12553/stat : 12553 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413096 9856040960 30158 33554432000 1073741824 1073778376 140734250210416 139836625279272 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12544/tid=12554] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12554/stat : 12554 (java) S 12541 12544 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36413096 9856040960 30158 33554432000 1073741824 1073778376 140734250210416 139836624226472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12544/tid=12555] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12555/stat : 12555 (java) S 12541 12544 12110 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36413097 9856040960 30158 33554432000 1073741824 1073778376 140734250210416 139836494150632 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12544/tid=12556] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12556/stat : 12556 (java) S 12541 12544 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36413098 9856040960 30158 33554432000 1073741824 1073778376 140734250210416 139836493096696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12544/tid=12557] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12557/stat : 12557 (java) S 12541 12544 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413098 9856040960 30158 33554432000 1073741824 1073778376 140734250210416 139836492043784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12544/tid=12558] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12558/stat : 12558 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413100 9856040960 30158 33554432000 1073741824 1073778376 140734250210416 139836490992272 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12544/tid=12559] ppid=12541 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/12544/task/12559/stat : 12559 (java) S 12541 12544 12110 0 -1 4202560 10471 0 0 0 72 3 0 0 20 0 19 0 36413100 9856040960 30158 33554432000 1073741824 1073778376 140734250210416 139836489939384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12544/tid=12560] ppid=12541 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/12544/task/12560/stat : 12560 (java) S 12541 12544 12110 0 -1 4202560 5130 0 0 0 42 1 0 0 20 0 19 0 36413100 9856040960 30158 33554432000 1073741824 1073778376 140734250210416 139836488886584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12544/tid=12561] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12561/stat : 12561 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413100 9856040960 30158 33554432000 1073741824 1073778376 140734250210416 139836487833976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12544/tid=12562] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12562/stat : 12562 (java) S 12541 12544 12110 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36413100 9856040960 30158 33554432000 1073741824 1073778376 140734250210416 139836486781384 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12544/tid=12563] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12563/stat : 12563 (java) S 12541 12544 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413112 9856040960 30158 33554432000 1073741824 1073778376 140734250210416 139835478107816 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 16.39
Current children cumulated vsize (KiB) 9625040

[startup+16.0007 s]
/proc/loadavg: 2.27 2.29 1.97 3/214 12563
/proc/meminfo: memFree=29139776/32872528 swapFree=1556504/1720024
[pid=12544] ppid=12541 vsize=9625040 CPUtime=17.19 cores=0,2,4,6
/proc/12544/stat : 12544 (java) S 12541 12544 12110 0 -1 4202496 19325 0 1 0 1713 6 0 0 20 0 19 0 36413094 9856040960 31182 33554432000 1073741824 1073778376 140734250210416 140734250201552 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12544/statm: 2406260 31182 2264 9 0 2396937 0
[pid=12544/tid=12546] ppid=12541 vsize=9625040 CPUtime=15.93 cores=0,2,4,6
/proc/12544/task/12546/stat : 12546 (java) R 12541 12544 12110 0 -1 4202560 2451 0 1 0 1591 2 0 0 20 0 19 0 36413095 9856040960 31182 33554432000 1073741824 1073778376 140734250210416 139836670095664 139836501989032 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12544/tid=12547] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12547/stat : 12547 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413096 9856040960 31182 33554432000 1073741824 1073778376 140734250210416 139836631596072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12544/tid=12548] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12548/stat : 12548 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413096 9856040960 31182 33554432000 1073741824 1073778376 140734250210416 139836630543272 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12544/tid=12549] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12549/stat : 12549 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413096 9856040960 31182 33554432000 1073741824 1073778376 140734250210416 139836629490472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12544/tid=12550] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12550/stat : 12550 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413096 9856040960 31182 33554432000 1073741824 1073778376 140734250210416 139836628437672 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12544/tid=12551] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12551/stat : 12551 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413096 9856040960 31182 33554432000 1073741824 1073778376 140734250210416 139836627384872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12544/tid=12552] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12552/stat : 12552 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413096 9856040960 31182 33554432000 1073741824 1073778376 140734250210416 139836626332072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12544/tid=12553] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12553/stat : 12553 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413096 9856040960 31182 33554432000 1073741824 1073778376 140734250210416 139836625279272 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12544/tid=12554] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12554/stat : 12554 (java) S 12541 12544 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36413096 9856040960 31182 33554432000 1073741824 1073778376 140734250210416 139836624226472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12544/tid=12555] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12555/stat : 12555 (java) S 12541 12544 12110 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36413097 9856040960 31182 33554432000 1073741824 1073778376 140734250210416 139836494150632 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12544/tid=12556] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12556/stat : 12556 (java) S 12541 12544 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36413098 9856040960 31182 33554432000 1073741824 1073778376 140734250210416 139836493096696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12544/tid=12557] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12557/stat : 12557 (java) S 12541 12544 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413098 9856040960 31182 33554432000 1073741824 1073778376 140734250210416 139836492043784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12544/tid=12558] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12558/stat : 12558 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413100 9856040960 31182 33554432000 1073741824 1073778376 140734250210416 139836490992272 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12544/tid=12559] ppid=12541 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/12544/task/12559/stat : 12559 (java) S 12541 12544 12110 0 -1 4202560 10471 0 0 0 72 3 0 0 20 0 19 0 36413100 9856040960 31182 33554432000 1073741824 1073778376 140734250210416 139836489939384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12544/tid=12560] ppid=12541 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/12544/task/12560/stat : 12560 (java) S 12541 12544 12110 0 -1 4202560 5130 0 0 0 42 1 0 0 20 0 19 0 36413100 9856040960 31182 33554432000 1073741824 1073778376 140734250210416 139836488886584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12544/tid=12561] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12561/stat : 12561 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413100 9856040960 31182 33554432000 1073741824 1073778376 140734250210416 139836487833976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12544/tid=12562] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12562/stat : 12562 (java) S 12541 12544 12110 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36413100 9856040960 31182 33554432000 1073741824 1073778376 140734250210416 139836486781384 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12544/tid=12563] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12563/stat : 12563 (java) S 12541 12544 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413112 9856040960 31182 33554432000 1073741824 1073778376 140734250210416 139835478107816 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 17.19
Current children cumulated vsize (KiB) 9625040

[startup+16.2007 s]
/proc/loadavg: 2.27 2.29 1.97 3/214 12563
/proc/meminfo: memFree=29139776/32872528 swapFree=1556504/1720024
[pid=12544] ppid=12541 vsize=9625040 CPUtime=17.39 cores=0,2,4,6
/proc/12544/stat : 12544 (java) S 12541 12544 12110 0 -1 4202496 19325 0 1 0 1733 6 0 0 20 0 19 0 36413094 9856040960 31182 33554432000 1073741824 1073778376 140734250210416 140734250201552 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12544/statm: 2406260 31182 2264 9 0 2396937 0
[pid=12544/tid=12546] ppid=12541 vsize=9625040 CPUtime=16.13 cores=0,2,4,6
/proc/12544/task/12546/stat : 12546 (java) R 12541 12544 12110 0 -1 4202560 2451 0 1 0 1611 2 0 0 20 0 19 0 36413095 9856040960 31182 33554432000 1073741824 1073778376 140734250210416 139836670095664 139836501589943 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12544/tid=12547] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12547/stat : 12547 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413096 9856040960 31182 33554432000 1073741824 1073778376 140734250210416 139836631596072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12544/tid=12548] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12548/stat : 12548 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413096 9856040960 31182 33554432000 1073741824 1073778376 140734250210416 139836630543272 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12544/tid=12549] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12549/stat : 12549 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413096 9856040960 31182 33554432000 1073741824 1073778376 140734250210416 139836629490472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12544/tid=12550] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12550/stat : 12550 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413096 9856040960 31182 33554432000 1073741824 1073778376 140734250210416 139836628437672 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12544/tid=12551] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12551/stat : 12551 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413096 9856040960 31182 33554432000 1073741824 1073778376 140734250210416 139836627384872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12544/tid=12552] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12552/stat : 12552 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413096 9856040960 31182 33554432000 1073741824 1073778376 140734250210416 139836626332072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12544/tid=12553] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12553/stat : 12553 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413096 9856040960 31182 33554432000 1073741824 1073778376 140734250210416 139836625279272 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12544/tid=12554] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12554/stat : 12554 (java) S 12541 12544 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36413096 9856040960 31182 33554432000 1073741824 1073778376 140734250210416 139836624226472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12544/tid=12555] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12555/stat : 12555 (java) S 12541 12544 12110 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36413097 9856040960 31182 33554432000 1073741824 1073778376 140734250210416 139836494150632 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12544/tid=12556] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12556/stat : 12556 (java) S 12541 12544 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36413098 9856040960 31182 33554432000 1073741824 1073778376 140734250210416 139836493096696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12544/tid=12557] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12557/stat : 12557 (java) S 12541 12544 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413098 9856040960 31182 33554432000 1073741824 1073778376 140734250210416 139836492043784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12544/tid=12558] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12558/stat : 12558 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413100 9856040960 31182 33554432000 1073741824 1073778376 140734250210416 139836490992272 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12544/tid=12559] ppid=12541 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/12544/task/12559/stat : 12559 (java) S 12541 12544 12110 0 -1 4202560 10471 0 0 0 72 3 0 0 20 0 19 0 36413100 9856040960 31182 33554432000 1073741824 1073778376 140734250210416 139836489939384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12544/tid=12560] ppid=12541 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/12544/task/12560/stat : 12560 (java) S 12541 12544 12110 0 -1 4202560 5130 0 0 0 42 1 0 0 20 0 19 0 36413100 9856040960 31182 33554432000 1073741824 1073778376 140734250210416 139836488886584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12544/tid=12561] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12561/stat : 12561 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413100 9856040960 31182 33554432000 1073741824 1073778376 140734250210416 139836487833976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12544/tid=12562] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12562/stat : 12562 (java) S 12541 12544 12110 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36413100 9856040960 31182 33554432000 1073741824 1073778376 140734250210416 139836486781384 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12544/tid=12563] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12563/stat : 12563 (java) S 12541 12544 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413112 9856040960 31182 33554432000 1073741824 1073778376 140734250210416 139835478107816 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 17.39
Current children cumulated vsize (KiB) 9625040

[startup+16.3008 s]
/proc/loadavg: 2.27 2.29 1.97 3/214 12563
/proc/meminfo: memFree=29139776/32872528 swapFree=1556504/1720024
[pid=12544] ppid=12541 vsize=9625040 CPUtime=17.49 cores=0,2,4,6
/proc/12544/stat : 12544 (java) S 12541 12544 12110 0 -1 4202496 19325 0 1 0 1743 6 0 0 20 0 19 0 36413094 9856040960 31182 33554432000 1073741824 1073778376 140734250210416 140734250201552 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12544/statm: 2406260 31182 2264 9 0 2396937 0
[pid=12544/tid=12546] ppid=12541 vsize=9625040 CPUtime=16.23 cores=0,2,4,6
/proc/12544/task/12546/stat : 12546 (java) R 12541 12544 12110 0 -1 4202560 2451 0 1 0 1621 2 0 0 20 0 19 0 36413095 9856040960 31182 33554432000 1073741824 1073778376 140734250210416 139836670095664 139836501982675 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12544/tid=12547] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12547/stat : 12547 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413096 9856040960 31182 33554432000 1073741824 1073778376 140734250210416 139836631596072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12544/tid=12548] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12548/stat : 12548 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413096 9856040960 31182 33554432000 1073741824 1073778376 140734250210416 139836630543272 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12544/tid=12549] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12549/stat : 12549 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413096 9856040960 31182 33554432000 1073741824 1073778376 140734250210416 139836629490472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12544/tid=12550] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12550/stat : 12550 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413096 9856040960 31182 33554432000 1073741824 1073778376 140734250210416 139836628437672 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12544/tid=12551] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12551/stat : 12551 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413096 9856040960 31182 33554432000 1073741824 1073778376 140734250210416 139836627384872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12544/tid=12552] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12552/stat : 12552 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413096 9856040960 31182 33554432000 1073741824 1073778376 140734250210416 139836626332072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12544/tid=12553] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12553/stat : 12553 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413096 9856040960 31182 33554432000 1073741824 1073778376 140734250210416 139836625279272 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12544/tid=12554] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12554/stat : 12554 (java) S 12541 12544 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36413096 9856040960 31182 33554432000 1073741824 1073778376 140734250210416 139836624226472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12544/tid=12555] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12555/stat : 12555 (java) S 12541 12544 12110 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36413097 9856040960 31182 33554432000 1073741824 1073778376 140734250210416 139836494150632 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12544/tid=12556] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12556/stat : 12556 (java) S 12541 12544 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36413098 9856040960 31182 33554432000 1073741824 1073778376 140734250210416 139836493096696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12544/tid=12557] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12557/stat : 12557 (java) S 12541 12544 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413098 9856040960 31182 33554432000 1073741824 1073778376 140734250210416 139836492043784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12544/tid=12558] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12558/stat : 12558 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413100 9856040960 31182 33554432000 1073741824 1073778376 140734250210416 139836490992272 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12544/tid=12559] ppid=12541 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/12544/task/12559/stat : 12559 (java) S 12541 12544 12110 0 -1 4202560 10471 0 0 0 72 3 0 0 20 0 19 0 36413100 9856040960 31182 33554432000 1073741824 1073778376 140734250210416 139836489939384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12544/tid=12560] ppid=12541 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/12544/task/12560/stat : 12560 (java) S 12541 12544 12110 0 -1 4202560 5130 0 0 0 42 1 0 0 20 0 19 0 36413100 9856040960 31182 33554432000 1073741824 1073778376 140734250210416 139836488886584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12544/tid=12561] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12561/stat : 12561 (java) S 12541 12544 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413100 9856040960 31182 33554432000 1073741824 1073778376 140734250210416 139836487833976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12544/tid=12562] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12562/stat : 12562 (java) S 12541 12544 12110 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36413100 9856040960 31182 33554432000 1073741824 1073778376 140734250210416 139836486781384 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12544/tid=12563] ppid=12541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12544/task/12563/stat : 12563 (java) S 12541 12544 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413112 9856040960 31182 33554432000 1073741824 1073778376 140734250210416 139835478107816 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 17.49
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 16.378
CPU time (s): 17.5923
CPU user time (s): 17.4893
CPU system time (s): 0.102984
CPU usage (%): 107.415
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.4893
system time used= 0.102984
maximum resident set size= 126860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19351
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= 655
involuntary context switches= 110

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.093985 second user time and 0.115982 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-19 15:40:45
IDJOB=4109476
IDBENCH=78824
IDSOLVER=2551
FILE ID=node117/4109476-1466343645
RUNJOBID= node117-1466341821-12126
PBS_JOBID= 19922035
Free space on /tmp= 71740 MiB

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

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

MD5SUM BENCH= 11192ef633da7cef97eefdeccab8f20f
RANDOM SEED=1913036546

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29276916 kB
Buffers:          172088 kB
Cached:           592020 kB
SwapCached:            0 kB
Active:           503024 kB
Inactive:         609924 kB
Active(anon):     340776 kB
Inactive(anon):    10624 kB
Active(file):     162248 kB
Inactive(file):   599300 kB
Unevictable:     1720024 kB
Mlocked:         1556504 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               984 kB
Writeback:             0 kB
AnonPages:       2069184 kB
Mapped:            21040 kB
Shmem:               204 kB
Slab:             628664 kB
SReclaimable:      72344 kB
SUnreclaim:       556320 kB
KernelStack:        1640 kB
PageTables:         8372 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2289452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    481280 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

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