Trace number 4109853

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 Res+CP PB16OPTIMUM 22.6206 32.1611

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900573901--soft-66-100-0.wbo
MD5SUMa057c56aaeadccffd1b9b5ae1c954d95
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark26.8299
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints892
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 45060
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 45059
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 701
Number of bits of the biggest sum of numbers10
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4109853-1467321500.wbo
0.11/0.11	c reading problem ... 
0.48/0.32	c ... done. Wall clock time 0.215s.
0.48/0.32	c declared #vars     231
0.48/0.32	c internal #vars     1123
0.48/0.32	c #constraints  2707
0.48/0.32	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.48/0.32	c constraints type 
0.48/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2530
0.48/0.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 13
0.48/0.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 154
0.48/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 10
0.48/0.32	c 2707 constraints processed.
0.48/0.32	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.48/0.32	c constraints type 
0.48/0.32	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 154
0.48/0.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2530
0.48/0.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 13
0.48/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10
0.48/0.32	c 2707 constraints processed.
0.48/0.32	c objective function length is 892 literals
0.79/0.45	c And the winner is solver0
1.25/0.83	c SATISFIABLE
1.25/0.83	c OPTIMIZING...
1.25/0.83	c Got one! Elapsed wall clock time (in seconds):0.721
1.25/0.83	o 530
1.25/0.86	c And the winner is solver0
1.74/1.33	c Got one! Elapsed wall clock time (in seconds):1.228
1.74/1.33	o 516
1.74/1.36	c And the winner is solver0
2.00/1.84	c Got one! Elapsed wall clock time (in seconds):1.735
2.00/1.84	o 496
2.00/1.85	c And the winner is solver0
2.12/2.34	c Got one! Elapsed wall clock time (in seconds):2.239
2.12/2.34	o 480
2.12/2.35	c And the winner is solver0
2.13/2.85	c Got one! Elapsed wall clock time (in seconds):2.742
2.13/2.85	o 475
2.13/2.86	c And the winner is solver0
2.20/3.35	c Got one! Elapsed wall clock time (in seconds):3.245
2.20/3.35	o 418
2.20/3.36	c And the winner is solver0
2.24/3.85	c Got one! Elapsed wall clock time (in seconds):3.749
2.24/3.85	o 323
2.24/3.86	c And the winner is solver0
2.25/4.36	c Got one! Elapsed wall clock time (in seconds):4.252
2.25/4.36	o 281
2.25/4.37	c And the winner is solver0
2.28/4.86	c Got one! Elapsed wall clock time (in seconds):4.755
2.28/4.86	o 270
2.28/4.88	c And the winner is solver0
2.44/5.36	c Got one! Elapsed wall clock time (in seconds):5.257
2.44/5.36	o 261
2.44/5.38	c And the winner is solver0
2.49/5.86	c Got one! Elapsed wall clock time (in seconds):5.76
2.49/5.86	o 260
2.49/5.88	c And the winner is solver0
2.52/6.37	c Got one! Elapsed wall clock time (in seconds):6.262
2.52/6.37	o 253
2.52/6.37	c And the winner is solver0
2.59/6.87	c Got one! Elapsed wall clock time (in seconds):6.765
2.59/6.87	o 250
2.59/6.88	c And the winner is solver0
2.63/7.37	c Got one! Elapsed wall clock time (in seconds):7.267
2.63/7.37	o 244
2.70/7.47	c And the winner is solver0
2.97/7.87	c Got one! Elapsed wall clock time (in seconds):7.769
2.97/7.87	o 243
2.97/7.90	c And the winner is solver0
3.03/8.38	c Got one! Elapsed wall clock time (in seconds):8.271
3.03/8.38	o 238
3.08/8.40	c And the winner is solver0
3.08/8.88	c Got one! Elapsed wall clock time (in seconds):8.772
3.08/8.88	o 230
3.08/8.89	c And the winner is solver0
3.12/9.38	c Got one! Elapsed wall clock time (in seconds):9.274
3.12/9.38	o 227
3.12/9.38	c And the winner is solver0
3.12/9.88	c Got one! Elapsed wall clock time (in seconds):9.776
3.12/9.88	o 194
3.17/9.91	c And the winner is solver0
3.21/10.38	c Got one! Elapsed wall clock time (in seconds):10.277
3.21/10.38	o 193
3.23/10.41	c And the winner is solver0
3.28/10.88	c Got one! Elapsed wall clock time (in seconds):10.779
3.28/10.88	o 190
3.28/10.89	c And the winner is solver0
3.28/11.39	c Got one! Elapsed wall clock time (in seconds):11.28
3.28/11.39	o 181
3.28/11.39	c And the winner is solver0
3.29/11.89	c Got one! Elapsed wall clock time (in seconds):11.782
3.29/11.89	o 175
3.29/11.93	c And the winner is solver0
3.38/12.39	c Got one! Elapsed wall clock time (in seconds):12.283
3.38/12.39	o 174
3.38/12.40	c And the winner is solver0
3.40/12.89	c Got one! Elapsed wall clock time (in seconds):12.785
3.40/12.89	o 168
3.41/12.93	c And the winner is solver0
3.49/13.39	c Got one! Elapsed wall clock time (in seconds):13.287
3.49/13.39	o 163
3.50/13.41	c And the winner is solver0
3.54/13.89	c Got one! Elapsed wall clock time (in seconds):13.789
3.54/13.89	o 156
3.54/13.93	c And the winner is solver0
3.67/14.40	c Got one! Elapsed wall clock time (in seconds):14.29
3.67/14.40	o 141
3.68/14.41	c And the winner is solver0
3.73/14.90	c Got one! Elapsed wall clock time (in seconds):14.792
3.73/14.90	o 140
3.73/14.96	c And the winner is solver0
3.92/15.40	c Got one! Elapsed wall clock time (in seconds):15.294
3.92/15.40	o 138
3.93/15.41	c And the winner is solver0
3.96/15.90	c Got one! Elapsed wall clock time (in seconds):15.795
3.96/15.90	o 130
4.62/16.24	c And the winner is solver0
4.73/16.40	c Got one! Elapsed wall clock time (in seconds):16.297
4.73/16.40	o 83
4.98/16.52	c cleaning 5661 clauses out of 11330 with flag 7119/11330
4.98/16.56	c And the winner is solver0
5.51/16.90	c Got one! Elapsed wall clock time (in seconds):16.799
5.51/16.90	o 74
5.51/16.99	c And the winner is solver0
5.69/17.41	c Got one! Elapsed wall clock time (in seconds):17.301
5.69/17.41	o 64
5.69/17.46	c And the winner is solver0
5.82/17.91	c Got one! Elapsed wall clock time (in seconds):17.804
5.82/17.91	o 62
6.02/18.03	c And the winner is solver0
6.11/18.41	c Got one! Elapsed wall clock time (in seconds):18.306
6.11/18.41	o 56
6.11/18.46	c And the winner is solver0
6.21/18.91	c Got one! Elapsed wall clock time (in seconds):18.809
6.21/18.91	o 32
6.39/19.07	c And the winner is solver0
6.53/19.42	c Got one! Elapsed wall clock time (in seconds):19.313
6.53/19.42	o 30
6.69/19.53	c cleaning 6617 clauses out of 13234 with flag 7185/18895
6.93/19.64	c And the winner is solver0
7.04/19.92	c Got one! Elapsed wall clock time (in seconds):19.817
7.04/19.92	o 28
7.04/19.97	c And the winner is solver0
7.13/20.43	c Got one! Elapsed wall clock time (in seconds):20.322
7.13/20.43	o 27
7.13/20.47	c And the winner is solver0
7.23/20.93	c Got one! Elapsed wall clock time (in seconds):20.827
7.23/20.93	o 26
7.23/20.95	c And the winner is solver0
7.25/21.44	c Got one! Elapsed wall clock time (in seconds):21.332
7.25/21.44	o 19
7.25/21.48	c And the winner is solver0
7.50/21.94	c Got one! Elapsed wall clock time (in seconds):21.837
7.50/21.94	o 16
8.01/22.27	c cleaning 7192 clauses out of 14391 with flag 32214/26669
9.13/22.74	c cleaning 6598 clauses out of 13203 with flag 81673/32673
10.36/23.34	c cleaning 6787 clauses out of 13601 with flag 148265/39670
10.76/23.60	c And the winner is solver0
10.98/23.95	c Got one! Elapsed wall clock time (in seconds):23.843
10.98/23.95	o 14
11.30/24.13	c cleaning 6050 clauses out of 12102 with flag 15742/44958
11.30/24.19	c And the winner is solver0
11.52/24.46	c Got one! Elapsed wall clock time (in seconds):24.35
11.52/24.46	o 10
11.98/24.77	c cleaning 5939 clauses out of 11900 with flag 32342/50806
12.78/25.12	c And the winner is solver0
12.85/25.47	c Got one! Elapsed wall clock time (in seconds):25.358
12.85/25.47	o 9
13.31/25.72	c And the winner is solver0
13.37/25.97	c Got one! Elapsed wall clock time (in seconds):25.869
13.37/25.97	o 8
14.00/26.31	c cleaning 8607 clauses out of 17234 with flag 28022/62079
14.21/26.43	c And the winner is solver0
14.21/26.48	c Got one! Elapsed wall clock time (in seconds):26.379
14.21/26.48	o 7
14.89/26.88	c cleaning 7165 clauses out of 14341 with flag 36569/67793
15.53/27.17	c And the winner is solver0
15.73/27.49	c Got one! Elapsed wall clock time (in seconds):27.39
15.73/27.49	o 6
15.74/27.57	c And the winner is solver0
15.95/28.02	c Got one! Elapsed wall clock time (in seconds):27.902
15.95/28.02	o 5
16.13/28.17	c cleaning 6797 clauses out of 13608 with flag 13468/74225
16.93/28.56	c cleaning 6388 clauses out of 12810 with flag 53955/80224
17.14/28.70	c And the winner is solver0
17.35/29.02	c Got one! Elapsed wall clock time (in seconds):28.915
17.35/29.02	o 3
17.88/29.31	c cleaning 5941 clauses out of 11893 with flag 27809/85695
18.93/29.83	c cleaning 5971 clauses out of 11956 with flag 78520/91699
19.12/29.97	c And the winner is solver0
19.30/30.03	c Got one! Elapsed wall clock time (in seconds):29.929
19.30/30.03	o 2
19.30/30.08	c And the winner is solver0
19.38/30.55	c Got one! Elapsed wall clock time (in seconds):30.444
19.38/30.55	o 1
19.66/30.76	c cleaning 5819 clauses out of 11655 with flag 17943/97370
20.67/31.20	c cleaning 5916 clauses out of 11833 with flag 57826/103367
21.26/31.52	c cleaning 6456 clauses out of 12917 with flag 94989/110368
21.88/31.90	c cleaning 7226 clauses out of 14457 with flag 130263/118368
22.31/32.05	c And the winner is solver0
22.47/32.15	c >>>>>>>>>> Solver number 0 (54 answers) <<<<<<<<<<<<<<<<<<
22.47/32.15	c starts		: 134
22.47/32.15	c conflicts		: 123348
22.47/32.15	c decisions		: 251223
22.47/32.15	c propagations		: 7137262
22.47/32.15	c inspects		: 114112603
22.47/32.15	c shortcuts		: 0
22.47/32.15	c learnt literals	: 25
22.47/32.15	c learnt binary clauses	: 190
22.47/32.15	c learnt ternary clauses	: 842
22.47/32.15	c learnt constraints	: 123322
22.47/32.15	c ignored constraints	: 0
22.47/32.15	c root simplifications	: 0
22.47/32.15	c removed literals (reason simplification)	: 639658
22.47/32.15	c reason swapping (by a shorter reason)	: 0
22.47/32.15	c Calls to reduceDB	: 17
22.47/32.15	c Number of update (reduction) of LBD	: 58914
22.47/32.15	c Imported unit clauses	: 0
22.47/32.15	c number of reductions to clauses (during analyze)	: 0
22.47/32.15	c number of learned constraints concerned by reduction	: 0
22.47/32.15	c number of learning phase by resolution	: 0
22.47/32.15	c number of learning phase by cutting planes	: 0
22.47/32.15	c speed (assignments/second)	: 224315.230372745
22.47/32.15	c non guided choices	5627
22.47/32.15	c learnt constraints type 
22.47/32.15	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
22.47/32.15	c starts		: 61
22.47/32.15	c conflicts		: 2293
22.47/32.15	c decisions		: 47270
22.47/32.15	c propagations		: 140520
22.47/32.15	c inspects		: 14440776
22.47/32.15	c shortcuts		: 0
22.47/32.15	c learnt literals	: 0
22.47/32.15	c learnt binary clauses	: 0
22.47/32.15	c learnt ternary clauses	: 0
22.47/32.15	c learnt constraints	: 2262
22.47/32.15	c ignored constraints	: 0
22.47/32.15	c root simplifications	: 0
22.47/32.15	c removed literals (reason simplification)	: 0
22.47/32.15	c reason swapping (by a shorter reason)	: 0
22.47/32.15	c Calls to reduceDB	: 0
22.47/32.15	c Number of update (reduction) of LBD	: 0
22.47/32.15	c Imported unit clauses	: 0
22.47/32.15	c number of reductions to clauses (during analyze)	: 0
22.47/32.15	c number of learned constraints concerned by reduction	: 0
22.47/32.15	c number of learning phase by resolution	: 0
22.47/32.15	c number of learning phase by cutting planes	: 0
22.47/32.15	c speed (assignments/second)	: 89617.3469387755
22.47/32.15	c non guided choices	5316
22.47/32.15	c learnt constraints type 
22.47/32.15	s OPTIMUM FOUND
22.47/32.15	c Found 53 solution(s)
22.47/32.15	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 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 x219 -x220 -x221 -x222 -x223 -x224 -x225 x226 -x227 -x228 -x229 -x230 -x231 
22.47/32.15	c objective function=1
22.47/32.15	c Total wall clock time (in seconds): 32.046

Verifier Data

OK	1

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-4109853-1467321500/watcher-4109853-1467321500 -o /tmp/evaluation-result-4109853-1467321500/solver-4109853-1467321500 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1467319233-22139 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4109853-1467321500.wbo 

pid=25330
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.68 0.96 1.05 2/167 25333
/proc/meminfo: memFree=30523492/32872528 swapFree=447588/480292
[pid=25333] ppid=25330 vsize=96316 CPUtime=0 cores=1,3,5,7
/proc/25333/stat : 25333 (java) S 25330 25333 16080 0 -1 4202496 1308 0 0 0 0 0 0 0 20 0 2 0 13253777 98627584 939 33554432000 1073741824 1073778376 140736764248992 140736764240128 235378081853 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25333/statm: 24081 943 715 9 0 16771 0
[pid=25333/tid=25334] ppid=25330 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25334/stat : 25334 (java) R 25330 25333 16080 0 -1 4202560 117 0 0 0 0 0 0 0 20 0 2 0 13253777 98570240 965 33554432000 1073741824 1073778376 140736764248992 140630061280808 235374724013 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100162 s]
/proc/loadavg: 0.68 0.96 1.05 2/167 25333
/proc/meminfo: memFree=30523492/32872528 swapFree=447588/480292
[pid=25333] ppid=25330 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/25333/stat : 25333 (java) S 25330 25333 16080 0 -1 4202496 4490 0 1 0 10 1 0 0 20 0 18 0 13253777 9787879424 6124 33554432000 1073741824 1073778376 140736764248992 140736764240128 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25333/statm: 2389619 6124 2158 9 0 2380296 0
[pid=25333/tid=25334] ppid=25330 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/25333/task/25334/stat : 25334 (java) R 25330 25333 16080 0 -1 4202560 2387 0 1 0 7 0 0 0 20 0 18 0 13253777 9787879424 6126 33554432000 1073741824 1073778376 140736764248992 140630061284256 235378106805 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200386 s]
/proc/loadavg: 0.68 0.96 1.05 2/167 25333
/proc/meminfo: memFree=30523492/32872528 swapFree=447588/480292
[pid=25333] ppid=25330 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/25333/stat : 25333 (java) S 25330 25333 16080 0 -1 4202496 4723 0 1 0 24 1 0 0 20 0 18 0 13253777 9787879424 6820 33554432000 1073741824 1073778376 140736764248992 140736764240128 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25333/statm: 2389619 6820 2214 9 0 2380296 0
[pid=25333/tid=25334] ppid=25330 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/25333/task/25334/stat : 25334 (java) R 25330 25333 16080 0 -1 4202560 2403 0 1 0 17 0 0 0 20 0 18 0 13253777 9787879424 6820 33554432000 1073741824 1073778376 140736764248992 140630061284256 140629929686707 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300383 s]
/proc/loadavg: 0.68 0.96 1.05 2/167 25333
/proc/meminfo: memFree=30523492/32872528 swapFree=447588/480292
[pid=25333] ppid=25330 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/25333/stat : 25333 (java) S 25330 25333 16080 0 -1 4202496 5702 0 1 0 47 1 0 0 20 0 18 0 13253777 9787879424 8923 33554432000 1073741824 1073778376 140736764248992 140736764240128 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25333/statm: 2389619 8923 2231 9 0 2380296 0
[pid=25333/tid=25334] ppid=25330 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/25333/task/25334/stat : 25334 (java) R 25330 25333 16080 0 -1 4202560 2406 0 1 0 27 0 0 0 20 0 18 0 13253777 9787879424 8923 33554432000 1073741824 1073778376 140736764248992 140630061284696 140629929736267 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700345 s]
/proc/loadavg: 0.68 0.96 1.05 2/167 25333
/proc/meminfo: memFree=30523492/32872528 swapFree=447588/480292
[pid=25333] ppid=25330 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/25333/stat : 25333 (java) S 25330 25333 16080 0 -1 4202496 10649 0 1 0 121 4 0 0 20 0 19 0 13253777 10060525568 12784 33554432000 1073741824 1073778376 140736764248992 140736764240128 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25333/statm: 2456183 12784 2258 9 0 2446860 0
[pid=25333/tid=25334] ppid=25330 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/25333/task/25334/stat : 25334 (java) S 25330 25333 16080 0 -1 4202560 2423 0 1 0 29 1 0 0 20 0 19 0 13253777 10060525568 12784 33554432000 1073741824 1073778376 140736764248992 140630061286264 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 9824732

[startup+1.50084 s]
/proc/loadavg: 0.68 0.96 1.05 2/186 25358
/proc/meminfo: memFree=30455776/32872528 swapFree=447588/480292
[pid=25333] ppid=25330 vsize=9824732 CPUtime=2 cores=1,3,5,7
/proc/25333/stat : 25333 (java) S 25330 25333 16080 0 -1 4202496 21470 0 1 0 190 10 0 0 20 0 19 0 13253777 10060525568 20275 33554432000 1073741824 1073778376 140736764248992 140736764240128 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25333/statm: 2456183 20275 2261 9 0 2446860 0
[pid=25333/tid=25334] ppid=25330 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/25333/task/25334/stat : 25334 (java) S 25330 25333 16080 0 -1 4202560 2424 0 1 0 31 1 0 0 20 0 19 0 13253777 10060525568 20275 33554432000 1073741824 1073778376 140736764248992 140630061286264 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25333/tid=25336] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25336/stat : 25336 (java) S 25330 25333 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13253778 10060525568 20275 33554432000 1073741824 1073778376 140736764248992 140630050347432 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25333/tid=25337] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25337/stat : 25337 (java) S 25330 25333 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13253778 10060525568 20275 33554432000 1073741824 1073778376 140736764248992 140630049294888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25333/tid=25338] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25338/stat : 25338 (java) S 25330 25333 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13253778 10060525568 20275 33554432000 1073741824 1073778376 140736764248992 140630048241832 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25333/tid=25339] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25339/stat : 25339 (java) S 25330 25333 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13253778 10060525568 20275 33554432000 1073741824 1073778376 140736764248992 140629902047528 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25333/tid=25340] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25340/stat : 25340 (java) S 25330 25333 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13253778 10060525568 20275 33554432000 1073741824 1073778376 140736764248992 140629900995496 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25333/tid=25341] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25341/stat : 25341 (java) S 25330 25333 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13253778 10060525568 20275 33554432000 1073741824 1073778376 140736764248992 140629899942952 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25333/tid=25342] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25342/stat : 25342 (java) S 25330 25333 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13253778 10060525568 20275 33554432000 1073741824 1073778376 140736764248992 140629898889896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25333/tid=25343] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25343/stat : 25343 (java) S 25330 25333 16080 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13253778 10060525568 20275 33554432000 1073741824 1073778376 140736764248992 140629897837352 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25333/tid=25344] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25344/stat : 25344 (java) S 25330 25333 16080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13253779 10060525568 20275 33554432000 1073741824 1073778376 140736764248992 140629885426024 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25333/tid=25345] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25345/stat : 25345 (java) S 25330 25333 16080 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13253779 10060525568 20275 33554432000 1073741824 1073778376 140736764248992 140629884372344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25333/tid=25346] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25346/stat : 25346 (java) S 25330 25333 16080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13253779 10060525568 20275 33554432000 1073741824 1073778376 140736764248992 140629883319176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25333/tid=25347] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25347/stat : 25347 (java) S 25330 25333 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13253781 10060525568 20275 33554432000 1073741824 1073778376 140736764248992 140629882267920 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25333/tid=25348] ppid=25330 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/25333/task/25348/stat : 25348 (java) S 25330 25333 16080 0 -1 4202560 7723 0 0 0 54 2 0 0 20 0 19 0 13253781 10060525568 20275 33554432000 1073741824 1073778376 140736764248992 140629881215800 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25333/tid=25349] ppid=25330 vsize=9824732 CPUtime=0.7 cores=1,3,5,7
/proc/25333/task/25349/stat : 25349 (java) S 25330 25333 16080 0 -1 4202560 9971 0 0 0 68 2 0 0 20 0 19 0 13253781 10060525568 20275 33554432000 1073741824 1073778376 140736764248992 140629880163256 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25333/tid=25350] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25350/stat : 25350 (java) S 25330 25333 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13253781 10060525568 20275 33554432000 1073741824 1073778376 140736764248992 140629879110392 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25333/tid=25351] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25351/stat : 25351 (java) S 25330 25333 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13253781 10060525568 20275 33554432000 1073741824 1073778376 140736764248992 140629878058056 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25333/tid=25354] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25354/stat : 25354 (java) S 25330 25333 16080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13253810 10060525568 20275 33554432000 1073741824 1073778376 140736764248992 140629874897704 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 9824732

[startup+3.10079 s]
/proc/loadavg: 0.68 0.96 1.05 1/186 25364
/proc/meminfo: memFree=30443168/32872528 swapFree=447588/480292
[pid=25333] ppid=25330 vsize=9824732 CPUtime=2.2 cores=1,3,5,7
/proc/25333/stat : 25333 (java) S 25330 25333 16080 0 -1 4202496 21534 0 1 0 208 12 0 0 20 0 19 0 13253777 10060525568 23896 33554432000 1073741824 1073778376 140736764248992 140736764240128 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25333/statm: 2456183 23896 2264 9 0 2446860 0
[pid=25333/tid=25334] ppid=25330 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/25333/task/25334/stat : 25334 (java) S 25330 25333 16080 0 -1 4202560 2425 0 1 0 32 1 0 0 20 0 19 0 13253777 10060525568 23896 33554432000 1073741824 1073778376 140736764248992 140630061286264 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25333/tid=25336] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25336/stat : 25336 (java) S 25330 25333 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13253778 10060525568 23896 33554432000 1073741824 1073778376 140736764248992 140630050347432 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25333/tid=25337] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25337/stat : 25337 (java) S 25330 25333 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13253778 10060525568 23896 33554432000 1073741824 1073778376 140736764248992 140630049294888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25333/tid=25338] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25338/stat : 25338 (java) S 25330 25333 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13253778 10060525568 23896 33554432000 1073741824 1073778376 140736764248992 140630048241832 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25333/tid=25339] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25339/stat : 25339 (java) S 25330 25333 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13253778 10060525568 23896 33554432000 1073741824 1073778376 140736764248992 140629902047528 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25333/tid=25340] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25340/stat : 25340 (java) S 25330 25333 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13253778 10060525568 23896 33554432000 1073741824 1073778376 140736764248992 140629900995496 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25333/tid=25341] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25341/stat : 25341 (java) S 25330 25333 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13253778 10060525568 23896 33554432000 1073741824 1073778376 140736764248992 140629899942952 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25333/tid=25342] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25342/stat : 25342 (java) S 25330 25333 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13253778 10060525568 23896 33554432000 1073741824 1073778376 140736764248992 140629898889896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25333/tid=25343] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25343/stat : 25343 (java) S 25330 25333 16080 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13253778 10060525568 23896 33554432000 1073741824 1073778376 140736764248992 140629897837352 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25333/tid=25344] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25344/stat : 25344 (java) S 25330 25333 16080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13253779 10060525568 23896 33554432000 1073741824 1073778376 140736764248992 140629885426024 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25333/tid=25345] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25345/stat : 25345 (java) S 25330 25333 16080 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13253779 10060525568 23896 33554432000 1073741824 1073778376 140736764248992 140629884372344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25333/tid=25346] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25346/stat : 25346 (java) S 25330 25333 16080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13253779 10060525568 23896 33554432000 1073741824 1073778376 140736764248992 140629883319176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25333/tid=25347] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25347/stat : 25347 (java) S 25330 25333 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13253781 10060525568 23896 33554432000 1073741824 1073778376 140736764248992 140629882267920 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25333/tid=25348] ppid=25330 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/25333/task/25348/stat : 25348 (java) S 25330 25333 16080 0 -1 4202560 7723 0 0 0 58 2 0 0 20 0 19 0 13253781 10060525568 23896 33554432000 1073741824 1073778376 140736764248992 140629881215800 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25333/tid=25349] ppid=25330 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/25333/task/25349/stat : 25349 (java) S 25330 25333 16080 0 -1 4202560 10008 0 0 0 79 2 0 0 20 0 19 0 13253781 10060525568 23896 33554432000 1073741824 1073778376 140736764248992 140629880163256 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25333/tid=25350] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25350/stat : 25350 (java) S 25330 25333 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13253781 10060525568 23896 33554432000 1073741824 1073778376 140736764248992 140629879110392 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25333/tid=25351] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25351/stat : 25351 (java) S 25330 25333 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13253781 10060525568 23896 33554432000 1073741824 1073778376 140736764248992 140629878058056 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25333/tid=25354] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25354/stat : 25354 (java) S 25330 25333 16080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13253810 10060525568 23896 33554432000 1073741824 1073778376 140736764248992 140629874897704 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 9824732
heavy processes:

[startup+6.3008 s]
/proc/loadavg: 0.63 0.94 1.05 1/186 25384
/proc/meminfo: memFree=30411220/32872528 swapFree=447588/480292
[pid=25333] ppid=25330 vsize=9824732 CPUtime=2.52 cores=1,3,5,7
/proc/25333/stat : 25333 (java) S 25330 25333 16080 0 -1 4202496 22188 0 1 0 234 18 0 0 20 0 19 0 13253777 10060525568 31159 33554432000 1073741824 1073778376 140736764248992 140736764240128 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25333/statm: 2456183 31159 2267 9 0 2446860 0
[pid=25333/tid=25334] ppid=25330 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/25333/task/25334/stat : 25334 (java) S 25330 25333 16080 0 -1 4202560 2428 0 1 0 33 2 0 0 20 0 19 0 13253777 10060525568 31159 33554432000 1073741824 1073778376 140736764248992 140630061286264 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25333/tid=25336] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25336/stat : 25336 (java) S 25330 25333 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13253778 10060525568 31159 33554432000 1073741824 1073778376 140736764248992 140630050347432 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25333/tid=25337] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25337/stat : 25337 (java) S 25330 25333 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13253778 10060525568 31159 33554432000 1073741824 1073778376 140736764248992 140630049294888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25333/tid=25338] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25338/stat : 25338 (java) S 25330 25333 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13253778 10060525568 31159 33554432000 1073741824 1073778376 140736764248992 140630048241832 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25333/tid=25339] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25339/stat : 25339 (java) S 25330 25333 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13253778 10060525568 31159 33554432000 1073741824 1073778376 140736764248992 140629902047528 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25333/tid=25340] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25340/stat : 25340 (java) S 25330 25333 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13253778 10060525568 31159 33554432000 1073741824 1073778376 140736764248992 140629900995496 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25333/tid=25341] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25341/stat : 25341 (java) S 25330 25333 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13253778 10060525568 31159 33554432000 1073741824 1073778376 140736764248992 140629899942952 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25333/tid=25342] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25342/stat : 25342 (java) S 25330 25333 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13253778 10060525568 31159 33554432000 1073741824 1073778376 140736764248992 140629898889896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25333/tid=25343] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25343/stat : 25343 (java) S 25330 25333 16080 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13253778 10060525568 31159 33554432000 1073741824 1073778376 140736764248992 140629897837352 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25333/tid=25344] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25344/stat : 25344 (java) S 25330 25333 16080 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13253779 10060525568 31159 33554432000 1073741824 1073778376 140736764248992 140629885426024 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25333/tid=25345] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25345/stat : 25345 (java) S 25330 25333 16080 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13253779 10060525568 31159 33554432000 1073741824 1073778376 140736764248992 140629884372344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25333/tid=25346] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25346/stat : 25346 (java) S 25330 25333 16080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13253779 10060525568 31159 33554432000 1073741824 1073778376 140736764248992 140629883319176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25333/tid=25347] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25347/stat : 25347 (java) S 25330 25333 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13253781 10060525568 31159 33554432000 1073741824 1073778376 140736764248992 140629882267920 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25333/tid=25348] ppid=25330 vsize=9824732 CPUtime=0.71 cores=1,3,5,7
/proc/25333/task/25348/stat : 25348 (java) S 25330 25333 16080 0 -1 4202560 8268 0 0 0 69 2 0 0 20 0 19 0 13253781 10060525568 31159 33554432000 1073741824 1073778376 140736764248992 140629881215800 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

/proc/25333/task/25351/stat : 25351 (java) S 25330 25333 16080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13253781 10060525568 183677 33554432000 1073741824 1073778376 140736764248992 140629878058056 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25333/tid=25354] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25354/stat : 25354 (java) S 25330 25333 16080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13253810 10060525568 183677 33554432000 1073741824 1073778376 140736764248992 140629874897704 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25333/tid=25511] ppid=25330 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/25333/task/25511/stat : 25511 (java) R 25330 25333 16080 0 -1 4202560 3 0 0 0 62 0 0 0 20 0 22 0 13256833 10060525568 183677 33554432000 1073741824 1073778376 140736764248992 140629876994320 140629931012585 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25333/tid=25512] ppid=25330 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/25333/task/25512/stat : 25512 (java) R 25330 25333 16080 0 -1 4202560 3 0 0 0 62 0 0 0 20 0 22 0 13256833 10060525568 183677 33554432000 1073741824 1073778376 140736764248992 140629875949784 140629930427101 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25333/tid=25513] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25513/stat : 25513 (java) S 25330 25333 16080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13256835 10060525568 183677 33554432000 1073741824 1073778376 140736764248992 140629873845416 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 20.66
Current children cumulated vsize (KiB) 9824732

[startup+31.601 s]
/proc/loadavg: 0.48 0.88 1.02 4/189 25513
/proc/meminfo: memFree=29796284/32872528 swapFree=447588/480292
[pid=25333] ppid=25330 vsize=9824732 CPUtime=21.45 cores=1,3,5,7
/proc/25333/stat : 25333 (java) S 25330 25333 16080 0 -1 4202496 30224 0 1 0 2038 107 0 0 20 0 22 0 13253777 10060525568 183678 33554432000 1073741824 1073778376 140736764248992 140736764240128 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25333/statm: 2456183 183678 2288 9 0 2446860 0
[pid=25333/tid=25334] ppid=25330 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/25333/task/25334/stat : 25334 (java) S 25330 25333 16080 0 -1 4202560 2436 0 1 0 51 2 0 0 20 0 22 0 13253777 10060525568 183678 33554432000 1073741824 1073778376 140736764248992 140630061286264 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25333/tid=25336] ppid=25330 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/25333/task/25336/stat : 25336 (java) S 25330 25333 16080 0 -1 4202560 38 0 0 0 9 2 0 0 20 0 22 0 13253778 10060525568 183678 33554432000 1073741824 1073778376 140736764248992 140630050347432 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25333/tid=25337] ppid=25330 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/25333/task/25337/stat : 25337 (java) S 25330 25333 16080 0 -1 4202560 32 0 0 0 8 1 0 0 20 0 22 0 13253778 10060525568 183678 33554432000 1073741824 1073778376 140736764248992 140630049294888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25333/tid=25338] ppid=25330 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/25333/task/25338/stat : 25338 (java) S 25330 25333 16080 0 -1 4202560 35 0 0 0 7 2 0 0 20 0 22 0 13253778 10060525568 183678 33554432000 1073741824 1073778376 140736764248992 140630048241832 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25333/tid=25339] ppid=25330 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/25333/task/25339/stat : 25339 (java) S 25330 25333 16080 0 -1 4202560 32 0 0 0 7 0 0 0 20 0 22 0 13253778 10060525568 183678 33554432000 1073741824 1073778376 140736764248992 140629902047528 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25333/tid=25340] ppid=25330 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/25333/task/25340/stat : 25340 (java) S 25330 25333 16080 0 -1 4202560 22 0 0 0 8 0 0 0 20 0 22 0 13253778 10060525568 183678 33554432000 1073741824 1073778376 140736764248992 140629900995496 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25333/tid=25341] ppid=25330 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/25333/task/25341/stat : 25341 (java) S 25330 25333 16080 0 -1 4202560 22 0 0 0 6 1 0 0 20 0 22 0 13253778 10060525568 183678 33554432000 1073741824 1073778376 140736764248992 140629899942952 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25333/tid=25342] ppid=25330 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/25333/task/25342/stat : 25342 (java) S 25330 25333 16080 0 -1 4202560 22 0 0 0 8 0 0 0 20 0 22 0 13253778 10060525568 183678 33554432000 1073741824 1073778376 140736764248992 140629898889896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25333/tid=25343] ppid=25330 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/25333/task/25343/stat : 25343 (java) S 25330 25333 16080 0 -1 4202560 47 0 0 0 10 2 0 0 20 0 22 0 13253778 10060525568 183678 33554432000 1073741824 1073778376 140736764248992 140629897837352 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25333/tid=25344] ppid=25330 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/25333/task/25344/stat : 25344 (java) S 25330 25333 16080 0 -1 4202560 453 0 0 0 3 5 0 0 20 0 22 0 13253779 10060525568 183678 33554432000 1073741824 1073778376 140736764248992 140629885426024 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25333/tid=25345] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25345/stat : 25345 (java) S 25330 25333 16080 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 13253779 10060525568 183678 33554432000 1073741824 1073778376 140736764248992 140629884372344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25333/tid=25346] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25346/stat : 25346 (java) S 25330 25333 16080 0 -1 4202560 39 0 0 0 0 0 0 0 20 0 22 0 13253779 10060525568 183678 33554432000 1073741824 1073778376 140736764248992 140629883319176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25333/tid=25347] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25347/stat : 25347 (java) S 25330 25333 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13253781 10060525568 183678 33554432000 1073741824 1073778376 140736764248992 140629882267920 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25333/tid=25348] ppid=25330 vsize=9824732 CPUtime=1.59 cores=1,3,5,7
/proc/25333/task/25348/stat : 25348 (java) S 25330 25333 16080 0 -1 4202560 14941 0 0 0 156 3 0 0 20 0 22 0 13253781 10060525568 183678 33554432000 1073741824 1073778376 140736764248992 140629881215800 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25333/tid=25349] ppid=25330 vsize=9824732 CPUtime=1.24 cores=1,3,5,7
/proc/25333/task/25349/stat : 25349 (java) S 25330 25333 16080 0 -1 4202560 10060 0 0 0 122 2 0 0 20 0 22 0 13253781 10060525568 183678 33554432000 1073741824 1073778376 140736764248992 140629880163256 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25333/tid=25350] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25350/stat : 25350 (java) S 25330 25333 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13253781 10060525568 183678 33554432000 1073741824 1073778376 140736764248992 140629879110392 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25333/tid=25351] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25351/stat : 25351 (java) S 25330 25333 16080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13253781 10060525568 183678 33554432000 1073741824 1073778376 140736764248992 140629878058056 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25333/tid=25354] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25354/stat : 25354 (java) S 25330 25333 16080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13253810 10060525568 183678 33554432000 1073741824 1073778376 140736764248992 140629874897704 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25333/tid=25511] ppid=25330 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/25333/task/25511/stat : 25511 (java) R 25330 25333 16080 0 -1 4202560 4 0 0 0 102 0 0 0 20 0 22 0 13256833 10060525568 183678 33554432000 1073741824 1073778376 140736764248992 140629876994320 140629930260254 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25333/tid=25512] ppid=25330 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/25333/task/25512/stat : 25512 (java) R 25330 25333 16080 0 -1 4202560 3 0 0 0 102 0 0 0 20 0 22 0 13256833 10060525568 183678 33554432000 1073741824 1073778376 140736764248992 140629875949784 140629930425349 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25333/tid=25513] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25513/stat : 25513 (java) S 25330 25333 16080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13256835 10060525568 183678 33554432000 1073741824 1073778376 140736764248992 140629873845416 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 21.45
Current children cumulated vsize (KiB) 9824732

[startup+32.0075 s]
/proc/loadavg: 0.48 0.88 1.02 3/189 25513
/proc/meminfo: memFree=29781948/32872528 swapFree=447588/480292
[pid=25333] ppid=25330 vsize=9824732 CPUtime=22.3 cores=1,3,5,7
/proc/25333/stat : 25333 (java) S 25330 25333 16080 0 -1 4202496 30244 0 1 0 2122 108 0 0 20 0 22 0 13253777 10060525568 186751 33554432000 1073741824 1073778376 140736764248992 140736764240128 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25333/statm: 2456183 186751 2288 9 0 2446860 0
[pid=25333/tid=25334] ppid=25330 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/25333/task/25334/stat : 25334 (java) S 25330 25333 16080 0 -1 4202560 2436 0 1 0 51 2 0 0 20 0 22 0 13253777 10060525568 186751 33554432000 1073741824 1073778376 140736764248992 140630061286264 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25333/tid=25336] ppid=25330 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/25333/task/25336/stat : 25336 (java) S 25330 25333 16080 0 -1 4202560 38 0 0 0 9 2 0 0 20 0 22 0 13253778 10060525568 186751 33554432000 1073741824 1073778376 140736764248992 140630050347432 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25333/tid=25337] ppid=25330 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/25333/task/25337/stat : 25337 (java) S 25330 25333 16080 0 -1 4202560 32 0 0 0 8 1 0 0 20 0 22 0 13253778 10060525568 186751 33554432000 1073741824 1073778376 140736764248992 140630049294888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25333/tid=25338] ppid=25330 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/25333/task/25338/stat : 25338 (java) S 25330 25333 16080 0 -1 4202560 40 0 0 0 8 2 0 0 20 0 22 0 13253778 10060525568 186751 33554432000 1073741824 1073778376 140736764248992 140630048241832 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25333/tid=25339] ppid=25330 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/25333/task/25339/stat : 25339 (java) S 25330 25333 16080 0 -1 4202560 32 0 0 0 7 0 0 0 20 0 22 0 13253778 10060525568 186751 33554432000 1073741824 1073778376 140736764248992 140629902047528 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25333/tid=25340] ppid=25330 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/25333/task/25340/stat : 25340 (java) S 25330 25333 16080 0 -1 4202560 25 0 0 0 8 1 0 0 20 0 22 0 13253778 10060525568 186751 33554432000 1073741824 1073778376 140736764248992 140629900995496 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25333/tid=25341] ppid=25330 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/25333/task/25341/stat : 25341 (java) S 25330 25333 16080 0 -1 4202560 22 0 0 0 6 1 0 0 20 0 22 0 13253778 10060525568 186751 33554432000 1073741824 1073778376 140736764248992 140629899942952 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25333/tid=25342] ppid=25330 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/25333/task/25342/stat : 25342 (java) S 25330 25333 16080 0 -1 4202560 26 0 0 0 8 0 0 0 20 0 22 0 13253778 10060525568 186751 33554432000 1073741824 1073778376 140736764248992 140629898889896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25333/tid=25343] ppid=25330 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/25333/task/25343/stat : 25343 (java) S 25330 25333 16080 0 -1 4202560 53 0 0 0 11 3 0 0 20 0 22 0 13253778 10060525568 186751 33554432000 1073741824 1073778376 140736764248992 140629897837352 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25333/tid=25344] ppid=25330 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/25333/task/25344/stat : 25344 (java) S 25330 25333 16080 0 -1 4202560 453 0 0 0 3 5 0 0 20 0 22 0 13253779 10060525568 186751 33554432000 1073741824 1073778376 140736764248992 140629885426024 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25333/tid=25345] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25345/stat : 25345 (java) S 25330 25333 16080 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 13253779 10060525568 186751 33554432000 1073741824 1073778376 140736764248992 140629884372344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25333/tid=25346] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25346/stat : 25346 (java) S 25330 25333 16080 0 -1 4202560 40 0 0 0 0 0 0 0 20 0 22 0 13253779 10060525568 186751 33554432000 1073741824 1073778376 140736764248992 140629883319176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25333/tid=25347] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25347/stat : 25347 (java) S 25330 25333 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13253781 10060525568 186751 33554432000 1073741824 1073778376 140736764248992 140629882267920 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25333/tid=25348] ppid=25330 vsize=9824732 CPUtime=1.6 cores=1,3,5,7
/proc/25333/task/25348/stat : 25348 (java) S 25330 25333 16080 0 -1 4202560 14941 0 0 0 157 3 0 0 20 0 22 0 13253781 10060525568 186751 33554432000 1073741824 1073778376 140736764248992 140629881215800 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25333/tid=25349] ppid=25330 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/25333/task/25349/stat : 25349 (java) S 25330 25333 16080 0 -1 4202560 10060 0 0 0 123 2 0 0 20 0 22 0 13253781 10060525568 186751 33554432000 1073741824 1073778376 140736764248992 140629880163256 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25333/tid=25350] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25350/stat : 25350 (java) S 25330 25333 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13253781 10060525568 186751 33554432000 1073741824 1073778376 140736764248992 140629879110392 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25333/tid=25351] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25351/stat : 25351 (java) S 25330 25333 16080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13253781 10060525568 186751 33554432000 1073741824 1073778376 140736764248992 140629878058056 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25333/tid=25354] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25354/stat : 25354 (java) S 25330 25333 16080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13253810 10060525568 186751 33554432000 1073741824 1073778376 140736764248992 140629874897704 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25333/tid=25511] ppid=25330 vsize=9824732 CPUtime=1.41 cores=1,3,5,7
/proc/25333/task/25511/stat : 25511 (java) R 25330 25333 16080 0 -1 4202560 5 0 0 0 141 0 0 0 20 0 22 0 13256833 10060525568 186751 33554432000 1073741824 1073778376 140736764248992 140629877003128 140629930222719 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25333/tid=25512] ppid=25330 vsize=9824732 CPUtime=1.41 cores=1,3,5,7
/proc/25333/task/25512/stat : 25512 (java) R 25330 25333 16080 0 -1 4202560 3 0 0 0 141 0 0 0 20 0 22 0 13256833 10060525568 186751 33554432000 1073741824 1073778376 140736764248992 140629875948136 140629930425445 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25333/tid=25513] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25513/stat : 25513 (java) S 25330 25333 16080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13256835 10060525568 186751 33554432000 1073741824 1073778376 140736764248992 140629873845416 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 22.3
Current children cumulated vsize (KiB) 9824732

[startup+32.101 s]
/proc/loadavg: 0.48 0.88 1.02 3/189 25513
/proc/meminfo: memFree=29781948/32872528 swapFree=447588/480292
[pid=25333] ppid=25330 vsize=9824732 CPUtime=22.46 cores=1,3,5,7
/proc/25333/stat : 25333 (java) S 25330 25333 16080 0 -1 4202496 30244 0 1 0 2136 110 0 0 20 0 19 0 13253777 10060525568 186744 33554432000 1073741824 1073778376 140736764248992 140736764240128 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25333/statm: 2456183 186744 2288 9 0 2446860 0
[pid=25333/tid=25334] ppid=25330 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/25333/task/25334/stat : 25334 (java) R 25330 25333 16080 0 -1 4202560 2436 0 1 0 54 2 0 0 20 0 19 0 13253777 10060525568 186744 33554432000 1073741824 1073778376 140736764248992 140630061286024 140629930762767 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25333/tid=25336] ppid=25330 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/25333/task/25336/stat : 25336 (java) S 25330 25333 16080 0 -1 4202560 38 0 0 0 9 2 0 0 20 0 19 0 13253778 10060525568 186744 33554432000 1073741824 1073778376 140736764248992 140630050347432 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25333/tid=25337] ppid=25330 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/25333/task/25337/stat : 25337 (java) S 25330 25333 16080 0 -1 4202560 32 0 0 0 8 1 0 0 20 0 19 0 13253778 10060525568 186744 33554432000 1073741824 1073778376 140736764248992 140630049294888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25333/tid=25338] ppid=25330 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/25333/task/25338/stat : 25338 (java) S 25330 25333 16080 0 -1 4202560 40 0 0 0 8 2 0 0 20 0 19 0 13253778 10060525568 186744 33554432000 1073741824 1073778376 140736764248992 140630048241832 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25333/tid=25339] ppid=25330 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/25333/task/25339/stat : 25339 (java) S 25330 25333 16080 0 -1 4202560 32 0 0 0 7 0 0 0 20 0 19 0 13253778 10060525568 186744 33554432000 1073741824 1073778376 140736764248992 140629902047528 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25333/tid=25340] ppid=25330 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/25333/task/25340/stat : 25340 (java) S 25330 25333 16080 0 -1 4202560 25 0 0 0 8 1 0 0 20 0 19 0 13253778 10060525568 186744 33554432000 1073741824 1073778376 140736764248992 140629900995496 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25333/tid=25341] ppid=25330 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/25333/task/25341/stat : 25341 (java) S 25330 25333 16080 0 -1 4202560 22 0 0 0 6 1 0 0 20 0 19 0 13253778 10060525568 186744 33554432000 1073741824 1073778376 140736764248992 140629899942952 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25333/tid=25342] ppid=25330 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/25333/task/25342/stat : 25342 (java) S 25330 25333 16080 0 -1 4202560 26 0 0 0 8 0 0 0 20 0 19 0 13253778 10060525568 186744 33554432000 1073741824 1073778376 140736764248992 140629898889896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25333/tid=25343] ppid=25330 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/25333/task/25343/stat : 25343 (java) S 25330 25333 16080 0 -1 4202560 53 0 0 0 11 3 0 0 20 0 19 0 13253778 10060525568 186744 33554432000 1073741824 1073778376 140736764248992 140629897837352 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25333/tid=25344] ppid=25330 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/25333/task/25344/stat : 25344 (java) S 25330 25333 16080 0 -1 4202560 453 0 0 0 3 5 0 0 20 0 19 0 13253779 10060525568 186744 33554432000 1073741824 1073778376 140736764248992 140629885426024 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25333/tid=25345] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25345/stat : 25345 (java) S 25330 25333 16080 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 13253779 10060525568 186744 33554432000 1073741824 1073778376 140736764248992 140629884372344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25333/tid=25346] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25346/stat : 25346 (java) S 25330 25333 16080 0 -1 4202560 40 0 0 0 0 0 0 0 20 0 19 0 13253779 10060525568 186744 33554432000 1073741824 1073778376 140736764248992 140629883319176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25333/tid=25347] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25347/stat : 25347 (java) S 25330 25333 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13253781 10060525568 186744 33554432000 1073741824 1073778376 140736764248992 140629882267920 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25333/tid=25348] ppid=25330 vsize=9824732 CPUtime=1.6 cores=1,3,5,7
/proc/25333/task/25348/stat : 25348 (java) S 25330 25333 16080 0 -1 4202560 14941 0 0 0 157 3 0 0 20 0 19 0 13253781 10060525568 186744 33554432000 1073741824 1073778376 140736764248992 140629881215800 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25333/tid=25349] ppid=25330 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/25333/task/25349/stat : 25349 (java) S 25330 25333 16080 0 -1 4202560 10060 0 0 0 123 2 0 0 20 0 19 0 13253781 10060525568 186744 33554432000 1073741824 1073778376 140736764248992 140629880163256 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25333/tid=25350] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25350/stat : 25350 (java) S 25330 25333 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13253781 10060525568 186744 33554432000 1073741824 1073778376 140736764248992 140629879110392 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25333/tid=25351] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25351/stat : 25351 (java) S 25330 25333 16080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13253781 10060525568 186744 33554432000 1073741824 1073778376 140736764248992 140629878058056 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25333/tid=25354] ppid=25330 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25333/task/25354/stat : 25354 (java) S 25330 25333 16080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13253810 10060525568 186744 33554432000 1073741824 1073778376 140736764248992 140629874897704 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 22.46
Current children cumulated vsize (KiB) 9824732

Child status: 30

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.00999999
#  lost CPU user time (s): 0.00999999
#  lost CPU system time (s): 0

Real time (s): 32.1611
CPU time (s): 22.6206
CPU user time (s): 21.3887
CPU system time (s): 1.23181
CPU usage (%): 70.3351
Max. virtual memory (cumulated for all children) (KiB): 9826452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.3787
system time used= 1.23181
maximum resident set size= 747004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30256
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= 2994
involuntary context switches= 1695

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.234964 second user time and 0.274958 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-30 23:18:20
IDJOB=4109853
IDBENCH=78947
IDSOLVER=2552
FILE ID=node104/4109853-1467321500
RUNJOBID= node104-1467319233-22139
PBS_JOBID= 20005270
Free space on /tmp= 71720 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900573901--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109853-1467321500/watcher-4109853-1467321500 -o /tmp/evaluation-result-4109853-1467321500/solver-4109853-1467321500 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1467319233-22139 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109853-1467321500.wbo

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

MD5SUM BENCH= a057c56aaeadccffd1b9b5ae1c954d95
RANDOM SEED=790468614

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.334
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		: 2666.334
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.334
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:        30523872 kB
Buffers:          204932 kB
Cached:           909544 kB
SwapCached:            0 kB
Active:           328224 kB
Inactive:         800176 kB
Active(anon):      16724 kB
Inactive(anon):        0 kB
Active(file):     311500 kB
Inactive(file):   800176 kB
Unevictable:      480292 kB
Mlocked:          447588 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               976 kB
Writeback:             0 kB
AnonPages:        494364 kB
Mapped:            13076 kB
Shmem:               204 kB
Slab:             611440 kB
SReclaimable:      55620 kB
SUnreclaim:       555820 kB
KernelStack:        1424 kB
PageTables:         4952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     568384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     34816 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= 71720 MiB
End job on node104 at 2016-06-30 23:18:52