Trace number 4109569

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 13.221 29.2756

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110974372--soft-66-100-0.wbo
MD5SUM9cfbc8b4b7b0ac87604f7a971d1e096c
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark207
Best CPU time to get the best result obtained on this benchmark11.0193
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 constraints29
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 1556
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 1555
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1266
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	16
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38c5c3ac
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 Expensive 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.pb.tools.ManyCorePB@558385e3
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@2dcb25f1
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 phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts 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.pb.tools.ManyCorePB@558385e3
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4109569-1467321354.wbo
0.10/0.11	c reading problem ... 
0.10/0.18	c ... done. Wall clock time 0.065s.
0.10/0.18	c declared #vars     169
0.10/0.18	c internal #vars     198
0.10/0.18	c #constraints  101
0.10/0.18	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.18	c constraints type 
0.10/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.10/0.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 49
0.10/0.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.10/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22
0.10/0.18	c 101 constraints processed.
0.10/0.18	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.18	c constraints type 
0.10/0.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
0.10/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
0.10/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 49
0.10/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22
0.10/0.18	c 101 constraints processed.
0.10/0.18	c objective function length is 29 literals
1.45/0.53	c And the winner is solver0
1.72/0.68	c SATISFIABLE
1.72/0.68	c OPTIMIZING...
1.72/0.68	c Got one! Elapsed wall clock time (in seconds):0.57
1.72/0.68	o 1182
2.21/0.86	c cleaning 2884 clauses out of 5767 with flag 10693/5767
2.99/1.10	c cleaning 4438 clauses out of 8884 with flag 26818/11768
3.46/1.12	c And the winner is solver1
3.46/1.18	c Got one! Elapsed wall clock time (in seconds):1.071
3.46/1.18	o 1161
3.74/1.26	c And the winner is solver0
4.10/1.68	c Got one! Elapsed wall clock time (in seconds):1.572
4.10/1.68	o 1146
4.12/1.71	c And the winner is solver0
4.16/2.19	c Got one! Elapsed wall clock time (in seconds):2.073
4.16/2.19	o 1130
4.20/2.30	c cleaning 5891 clauses out of 11783 with flag 11912/19105
4.47/2.36	c And the winner is solver0
4.59/2.69	c Got one! Elapsed wall clock time (in seconds):2.574
4.59/2.69	o 1129
4.61/2.76	c And the winner is solver0
4.74/3.19	c Got one! Elapsed wall clock time (in seconds):3.074
4.74/3.19	o 1128
4.76/3.20	c And the winner is solver0
4.79/3.69	c Got one! Elapsed wall clock time (in seconds):3.575
4.79/3.69	o 735
4.80/3.70	c And the winner is solver0
5.00/4.19	c Got one! Elapsed wall clock time (in seconds):4.076
5.00/4.19	o 720
5.02/4.23	c cleaning 6305 clauses out of 12613 with flag 3294/25826
5.02/4.28	c And the winner is solver0
5.20/4.69	c Got one! Elapsed wall clock time (in seconds):4.577
5.20/4.69	o 718
5.21/4.72	c And the winner is solver0
5.28/5.19	c Got one! Elapsed wall clock time (in seconds):5.078
5.28/5.19	o 706
5.29/5.24	c And the winner is solver0
5.38/5.69	c Got one! Elapsed wall clock time (in seconds):5.579
5.38/5.69	o 699
5.39/5.70	c And the winner is solver0
5.41/6.19	c Got one! Elapsed wall clock time (in seconds):6.08
5.41/6.19	o 686
5.41/6.20	c And the winner is solver0
5.41/6.69	c Got one! Elapsed wall clock time (in seconds):6.581
5.41/6.69	o 646
5.41/6.70	c And the winner is solver0
5.41/7.19	c Got one! Elapsed wall clock time (in seconds):7.082
5.41/7.19	o 626
5.41/7.26	c cleaning 6668 clauses out of 13346 with flag 5987/32865
5.61/7.31	c And the winner is solver0
5.66/7.70	c Got one! Elapsed wall clock time (in seconds):7.582
5.66/7.70	o 610
5.68/7.72	c And the winner is solver0
5.72/8.20	c Got one! Elapsed wall clock time (in seconds):8.083
5.72/8.20	o 595
5.72/8.22	c And the winner is solver0
5.78/8.70	c Got one! Elapsed wall clock time (in seconds):8.584
5.78/8.70	o 580
5.78/8.76	c And the winner is solver0
5.92/9.20	c Got one! Elapsed wall clock time (in seconds):9.085
5.92/9.20	o 577
5.92/9.28	c cleaning 7148 clauses out of 14300 with flag 6085/40488
6.12/9.31	c And the winner is solver0
6.15/9.70	c Got one! Elapsed wall clock time (in seconds):9.586
6.15/9.70	o 576
6.15/9.73	c And the winner is solver0
6.35/10.20	c Got one! Elapsed wall clock time (in seconds):10.087
6.35/10.20	o 550
6.35/10.23	c And the winner is solver0
6.45/10.70	c Got one! Elapsed wall clock time (in seconds):10.589
6.45/10.70	o 535
6.45/10.78	c And the winner is solver0
6.61/11.20	c Got one! Elapsed wall clock time (in seconds):11.089
6.61/11.20	o 530
6.61/11.21	c And the winner is solver0
6.62/11.70	c Got one! Elapsed wall clock time (in seconds):11.59
6.62/11.70	o 515
6.62/11.71	c And the winner is solver0
6.65/12.20	c Got one! Elapsed wall clock time (in seconds):12.091
6.65/12.20	o 513
6.65/12.24	c cleaning 6913 clauses out of 13829 with flag 3070/47165
7.05/12.41	c cleaning 6459 clauses out of 12918 with flag 21263/53167
7.25/12.53	c And the winner is solver0
7.33/12.71	c Got one! Elapsed wall clock time (in seconds):12.592
7.33/12.71	o 494
7.33/12.72	c And the winner is solver0
7.39/13.21	c Got one! Elapsed wall clock time (in seconds):13.093
7.39/13.21	o 488
7.39/13.25	c cleaning 6191 clauses out of 12389 with flag 3436/59097
7.88/13.44	c cleaning 6099 clauses out of 12198 with flag 23530/65097
8.40/13.65	c cleaning 6542 clauses out of 13096 with flag 45569/72097
8.70/13.77	c And the winner is solver0
8.86/14.21	c Got one! Elapsed wall clock time (in seconds):14.094
8.86/14.21	o 486
8.86/14.24	c cleaning 6123 clauses out of 12253 with flag 3242/77796
9.06/14.32	c And the winner is solver0
9.11/14.71	c Got one! Elapsed wall clock time (in seconds):14.595
9.11/14.71	o 483
9.11/14.73	c And the winner is solver0
9.17/15.21	c Got one! Elapsed wall clock time (in seconds):15.096
9.17/15.21	o 476
9.17/15.27	c cleaning 6097 clauses out of 12194 with flag 6483/83861
9.65/15.44	c And the winner is solver0
9.72/15.71	c Got one! Elapsed wall clock time (in seconds):15.597
9.72/15.71	o 474
9.72/15.75	c And the winner is solver0
9.82/16.21	c Got one! Elapsed wall clock time (in seconds):16.098
9.82/16.21	o 463
9.82/16.29	c And the winner is solver0
9.98/16.71	c Got one! Elapsed wall clock time (in seconds):16.598
9.98/16.71	o 460
9.98/16.79	c cleaning 8878 clauses out of 17760 with flag 6066/95526
10.15/16.88	c And the winner is solver0
10.32/17.21	c Got one! Elapsed wall clock time (in seconds):17.099
10.32/17.21	o 458
10.32/17.29	c cleaning 6983 clauses out of 13984 with flag 6907/100629
10.69/17.41	c And the winner is solver0
10.73/17.71	c Got one! Elapsed wall clock time (in seconds):17.6
10.73/17.71	o 445
10.73/17.72	c And the winner is solver0
10.74/18.21	c Got one! Elapsed wall clock time (in seconds):18.101
10.74/18.21	o 440
10.74/18.25	c cleaning 6392 clauses out of 12794 with flag 3357/106424
10.91/18.34	c And the winner is solver0
11.01/18.71	c Got one! Elapsed wall clock time (in seconds):18.602
11.01/18.71	o 432
11.01/18.72	c And the winner is solver0
11.01/19.22	c Got one! Elapsed wall clock time (in seconds):19.103
11.01/19.22	o 395
11.01/19.26	c And the winner is solver0
11.24/19.72	c Got one! Elapsed wall clock time (in seconds):19.603
11.24/19.72	o 394
11.24/19.78	c cleaning 6307 clauses out of 12617 with flag 6573/112639
11.61/19.95	c cleaning 6154 clauses out of 12309 with flag 26428/118641
11.79/20.04	c And the winner is solver0
11.90/20.22	c Got one! Elapsed wall clock time (in seconds):20.104
11.90/20.22	o 393
11.90/20.24	c And the winner is solver0
11.96/20.72	c Got one! Elapsed wall clock time (in seconds):20.605
11.96/20.72	o 390
11.96/20.79	c cleaning 6301 clauses out of 12601 with flag 6604/125088
12.12/20.84	c And the winner is solver0
12.29/21.22	c Got one! Elapsed wall clock time (in seconds):21.106
12.29/21.22	o 389
12.29/21.26	c And the winner is solver0
12.38/21.72	c Got one! Elapsed wall clock time (in seconds):21.607
12.38/21.72	o 388
12.38/21.76	c And the winner is solver0
12.47/22.22	c Got one! Elapsed wall clock time (in seconds):22.107
12.47/22.22	o 379
12.47/22.25	c And the winner is solver0
12.55/22.72	c Got one! Elapsed wall clock time (in seconds):22.608
12.55/22.72	o 378
12.55/22.72	c And the winner is solver0
12.55/23.22	c Got one! Elapsed wall clock time (in seconds):23.109
12.55/23.22	o 353
12.55/23.23	c And the winner is solver0
12.55/23.72	c Got one! Elapsed wall clock time (in seconds):23.61
12.55/23.72	o 345
12.55/23.73	c And the winner is solver0
12.55/24.22	c Got one! Elapsed wall clock time (in seconds):24.111
12.55/24.22	o 308
12.55/24.23	c And the winner is solver0
12.60/24.72	c Got one! Elapsed wall clock time (in seconds):24.611
12.60/24.72	o 302
12.60/24.73	c And the winner is solver0
12.60/25.23	c Got one! Elapsed wall clock time (in seconds):25.112
12.60/25.23	o 269
12.60/25.27	c cleaning 6660 clauses out of 13324 with flag 3646/132118
12.60/25.30	c And the winner is solver0
12.78/25.73	c Got one! Elapsed wall clock time (in seconds):25.613
12.78/25.73	o 259
12.78/25.73	c And the winner is solver0
12.78/26.23	c Got one! Elapsed wall clock time (in seconds):26.114
12.78/26.23	o 253
12.78/26.23	c And the winner is solver0
12.84/26.73	c Got one! Elapsed wall clock time (in seconds):26.615
12.84/26.73	o 225
12.84/26.74	c And the winner is solver0
12.89/27.23	c Got one! Elapsed wall clock time (in seconds):27.116
12.89/27.23	o 224
12.89/27.26	c And the winner is solver0
12.97/27.73	c Got one! Elapsed wall clock time (in seconds):27.616
12.97/27.73	o 211
12.97/27.75	c And the winner is solver0
13.05/28.23	c Got one! Elapsed wall clock time (in seconds):28.117
13.05/28.23	o 208
13.05/28.23	c And the winner is solver0
13.05/28.73	c Got one! Elapsed wall clock time (in seconds):28.618
13.05/28.73	o 207
13.05/28.73	c And the winner is solver0
13.05/29.26	c >>>>>>>>>> Solver number 0 (56 answers) <<<<<<<<<<<<<<<<<<
13.05/29.26	c starts		: 1114
13.05/29.26	c conflicts		: 135897
13.05/29.26	c decisions		: 227873
13.05/29.26	c propagations		: 3067031
13.05/29.26	c inspects		: 44880755
13.05/29.26	c shortcuts		: 0
13.05/29.26	c learnt literals	: 30
13.05/29.26	c learnt binary clauses	: 375
13.05/29.26	c learnt ternary clauses	: 2345
13.05/29.26	c learnt constraints	: 135866
13.05/29.26	c ignored constraints	: 0
13.05/29.26	c root simplifications	: 0
13.05/29.26	c removed literals (reason simplification)	: 1391161
13.05/29.26	c reason swapping (by a shorter reason)	: 0
13.05/29.26	c Calls to reduceDB	: 20
13.05/29.26	c Number of update (reduction) of LBD	: 33586
13.05/29.26	c Imported unit clauses	: 0
13.05/29.26	c number of reductions to clauses (during analyze)	: 0
13.05/29.26	c number of learned constraints concerned by reduction	: 0
13.05/29.26	c number of learning phase by resolution	: 0
13.05/29.26	c number of learning phase by cutting planes	: 0
13.05/29.26	c speed (assignments/second)	: 109224.75071225072
13.05/29.26	c non guided choices	1274
13.05/29.26	c learnt constraints type 
13.05/29.26	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
13.05/29.26	c starts		: 59
13.05/29.26	c conflicts		: 861
13.05/29.26	c decisions		: 6669
13.05/29.26	c propagations		: 36965
13.05/29.26	c inspects		: 2242818
13.05/29.26	c shortcuts		: 0
13.05/29.26	c learnt literals	: 0
13.05/29.26	c learnt binary clauses	: 0
13.05/29.26	c learnt ternary clauses	: 0
13.05/29.26	c learnt constraints	: 818
13.05/29.26	c ignored constraints	: 0
13.05/29.26	c root simplifications	: 0
13.05/29.27	c removed literals (reason simplification)	: 0
13.05/29.27	c reason swapping (by a shorter reason)	: 0
13.05/29.27	c Calls to reduceDB	: 0
13.05/29.27	c Number of update (reduction) of LBD	: 0
13.05/29.27	c Imported unit clauses	: 0
13.05/29.27	c number of reductions to clauses (during analyze)	: 0
13.05/29.27	c number of learned constraints concerned by reduction	: 0
13.05/29.27	c number of learning phase by resolution	: 0
13.05/29.27	c number of learning phase by cutting planes	: 0
13.05/29.27	c speed (assignments/second)	: 69352.72045028143
13.05/29.27	c non guided choices	276
13.05/29.27	c learnt constraints type 
13.05/29.27	s OPTIMUM FOUND
13.05/29.27	c Found 56 solution(s)
13.05/29.27	v -x1 -x2 -x3 -x4 -x5 x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 x38 -x39 -x40 -x41 -x42 x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 x87 -x88 -x89 -x90 -x91 x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 x166 -x167 -x168 -x169 
13.05/29.27	c objective function=207
13.05/29.27	c Total wall clock time (in seconds): 29.154

Verifier Data

OK	207

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-4109569-1467321354/watcher-4109569-1467321354 -o /tmp/evaluation-result-4109569-1467321354/solver-4109569-1467321354 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1467319458-6005 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4109569-1467321354.wbo 

pid=7869
running on 8 cores: 0-3,8-11

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.79 0.95 1.19 1/251 7872
/proc/meminfo: memFree=28995520/32872528 swapFree=8828/8828
[pid=7872] ppid=7869 vsize=102696 CPUtime=0 cores=0-3,8-11
/proc/7872/stat : 7872 (java) S 7869 7872 26963 0 -1 4202496 1508 0 1 0 0 0 0 0 20 0 2 0 13088235 105160704 1112 33554432000 1073741824 1073778376 140734719276448 140734719267584 216811995197 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7872/statm: 25674 1113 858 9 0 16783 0
[pid=7872/tid=7873] ppid=7869 vsize=8471396 CPUtime=0 cores=0-3,8-11
/proc/7872/task/7873/stat : 7873 (java) R 7869 7872 26963 0 -1 4202560 375 0 1 0 0 0 0 0 20 0 2 0 13088235 8674709504 1202 33554432000 1073741824 1073778376 140734719276448 140526836013360 216808305323 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0

[startup+0.100119 s]
/proc/loadavg: 0.79 0.95 1.19 1/251 7872
/proc/meminfo: memFree=28995520/32872528 swapFree=8828/8828
[pid=7872] ppid=7869 vsize=9896436 CPUtime=0.1 cores=0-3,8-11
/proc/7872/stat : 7872 (java) S 7869 7872 26963 0 -1 4202496 4521 0 1 0 9 1 0 0 20 0 23 0 13088235 10133950464 5641 33554432000 1073741824 1073778376 140734719276448 140734719267584 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7872/statm: 2474109 5641 2138 9 0 2464786 0
[pid=7872/tid=7873] ppid=7869 vsize=9896436 CPUtime=0.08 cores=0-3,8-11
/proc/7872/task/7873/stat : 7873 (java) R 7869 7872 26963 0 -1 4202560 2468 0 1 0 6 2 0 0 20 0 23 0 13088235 10133950464 5644 33554432000 1073741824 1073778376 140734719276448 140526836009888 140526843162460 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9896436

[startup+0.20033 s]
/proc/loadavg: 0.79 0.95 1.19 1/251 7872
/proc/meminfo: memFree=28995520/32872528 swapFree=8828/8828
[pid=7872] ppid=7869 vsize=10162692 CPUtime=0.25 cores=0-3,8-11
/proc/7872/stat : 7872 (java) S 7869 7872 26963 0 -1 4202496 4837 0 1 0 24 1 0 0 20 0 27 0 13088235 10406596608 7438 33554432000 1073741824 1073778376 140734719276448 140734719267584 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7872/statm: 2540673 7438 2208 9 0 2531350 0
[pid=7872/tid=7873] ppid=7869 vsize=10162692 CPUtime=0.17 cores=0-3,8-11
/proc/7872/task/7873/stat : 7873 (java) S 7869 7872 26963 0 -1 4202560 2497 0 1 0 15 2 0 0 20 0 27 0 13088235 10406596608 7438 33554432000 1073741824 1073778376 140734719276448 140526836011896 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 10162692

[startup+0.300263 s]
/proc/loadavg: 0.79 0.95 1.19 1/251 7872
/proc/meminfo: memFree=28995520/32872528 swapFree=8828/8828
[pid=7872] ppid=7869 vsize=10162692 CPUtime=0.64 cores=0-3,8-11
/proc/7872/stat : 7872 (java) S 7869 7872 26963 0 -1 4202496 7667 0 1 0 62 2 0 0 20 0 27 0 13088235 10406596608 9677 33554432000 1073741824 1073778376 140734719276448 140734719267584 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7872/statm: 2540673 9677 2251 9 0 2531350 0
[pid=7872/tid=7873] ppid=7869 vsize=10162692 CPUtime=0.17 cores=0-3,8-11
/proc/7872/task/7873/stat : 7873 (java) S 7869 7872 26963 0 -1 4202560 2497 0 1 0 15 2 0 0 20 0 27 0 13088235 10406596608 9677 33554432000 1073741824 1073778376 140734719276448 140526836011896 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 10162692

[startup+0.700283 s]
/proc/loadavg: 0.79 0.95 1.19 1/251 7872
/proc/meminfo: memFree=28995520/32872528 swapFree=8828/8828
[pid=7872] ppid=7869 vsize=10162692 CPUtime=1.84 cores=0-3,8-11
/proc/7872/stat : 7872 (java) S 7869 7872 26963 0 -1 4202496 17413 0 1 0 179 5 0 0 20 0 27 0 13088235 10406596608 17373 33554432000 1073741824 1073778376 140734719276448 140734719267584 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7872/statm: 2540673 17373 2258 9 0 2531350 0
[pid=7872/tid=7873] ppid=7869 vsize=10162692 CPUtime=0.17 cores=0-3,8-11
/proc/7872/task/7873/stat : 7873 (java) S 7869 7872 26963 0 -1 4202560 2497 0 1 0 15 2 0 0 20 0 27 0 13088235 10406596608 17373 33554432000 1073741824 1073778376 140734719276448 140526836011896 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 10162692

[startup+1.50101 s]
/proc/loadavg: 0.79 0.95 1.19 5/278 7902
/proc/meminfo: memFree=28840636/32872528 swapFree=8828/8828
[pid=7872] ppid=7869 vsize=10162692 CPUtime=4.1 cores=0-3,8-11
/proc/7872/stat : 7872 (java) S 7869 7872 26963 0 -1 4202496 27016 0 1 0 396 14 0 0 20 0 24 0 13088235 10406596608 49019 33554432000 1073741824 1073778376 140734719276448 140734719267584 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7872/statm: 2540673 49019 2286 9 0 2531350 0
[pid=7872/tid=7873] ppid=7869 vsize=10162692 CPUtime=0.17 cores=0-3,8-11
/proc/7872/task/7873/stat : 7873 (java) S 7869 7872 26963 0 -1 4202560 2497 0 1 0 15 2 0 0 20 0 24 0 13088235 10406596608 49019 33554432000 1073741824 1073778376 140734719276448 140526836011896 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7872/tid=7875] ppid=7869 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/7872/task/7875/stat : 7875 (java) S 7869 7872 26963 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 24 0 13088236 10406596608 49019 33554432000 1073741824 1073778376 140734719276448 140526680071208 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=7872/tid=7876] ppid=7869 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/7872/task/7876/stat : 7876 (java) S 7869 7872 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 13088236 10406596608 49019 33554432000 1073741824 1073778376 140734719276448 140526679018408 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7872/tid=7877] ppid=7869 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/7872/task/7877/stat : 7877 (java) S 7869 7872 26963 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 24 0 13088236 10406596608 49019 33554432000 1073741824 1073778376 140734719276448 140526677965608 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7872/tid=7878] ppid=7869 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/7872/task/7878/stat : 7878 (java) S 7869 7872 26963 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 24 0 13088236 10406596608 49019 33554432000 1073741824 1073778376 140734719276448 140526676912808 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=7872/tid=7879] ppid=7869 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/7872/task/7879/stat : 7879 (java) S 7869 7872 26963 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 24 0 13088236 10406596608 49019 33554432000 1073741824 1073778376 140734719276448 140526675860008 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=7872/tid=7880] ppid=7869 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/7872/task/7880/stat : 7880 (java) S 7869 7872 26963 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 24 0 13088236 10406596608 49019 33554432000 1073741824 1073778376 140734719276448 140526674807208 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=7872/tid=7881] ppid=7869 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/7872/task/7881/stat : 7881 (java) S 7869 7872 26963 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 24 0 13088236 10406596608 49019 33554432000 1073741824 1073778376 140734719276448 140526673754408 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7872/tid=7882] ppid=7869 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/7872/task/7882/stat : 7882 (java) S 7869 7872 26963 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 24 0 13088236 10406596608 49019 33554432000 1073741824 1073778376 140734719276448 140526672701608 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7872/tid=7883] ppid=7869 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/7872/task/7883/stat : 7883 (java) S 7869 7872 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 13088236 10406596608 49019 33554432000 1073741824 1073778376 140734719276448 140526671649832 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=7872/tid=7884] ppid=7869 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/7872/task/7884/stat : 7884 (java) S 7869 7872 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 13088236 10406596608 49019 33554432000 1073741824 1073778376 140734719276448 140526670597032 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=7872/tid=7885] ppid=7869 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/7872/task/7885/stat : 7885 (java) S 7869 7872 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 13088236 10406596608 49019 33554432000 1073741824 1073778376 140734719276448 140526669544232 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=7872/tid=7886] ppid=7869 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/7872/task/7886/stat : 7886 (java) S 7869 7872 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 13088236 10406596608 49019 33554432000 1073741824 1073778376 140734719276448 140526668491432 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7872/tid=7887] ppid=7869 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/7872/task/7887/stat : 7887 (java) S 7869 7872 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 13088236 10406596608 49019 33554432000 1073741824 1073778376 140734719276448 140526667438632 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7872/tid=7888] ppid=7869 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/7872/task/7888/stat : 7888 (java) S 7869 7872 26963 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 24 0 13088237 10406596608 49019 33554432000 1073741824 1073778376 140734719276448 140526649764200 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=7872/tid=7889] ppid=7869 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/7872/task/7889/stat : 7889 (java) S 7869 7872 26963 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 13088238 10406596608 49019 33554432000 1073741824 1073778376 140734719276448 140526648710264 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=7872/tid=7890] ppid=7869 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/7872/task/7890/stat : 7890 (java) S 7869 7872 26963 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 24 0 13088238 10406596608 49019 33554432000 1073741824 1073778376 140734719276448 140526647657352 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=7872/tid=7891] ppid=7869 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/7872/task/7891/stat : 7891 (java) S 7869 7872 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 13088240 10406596608 49019 33554432000 1073741824 1073778376 140734719276448 140526646606864 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=7872/tid=7892] ppid=7869 vsize=10162692 CPUtime=1.04 cores=0-3,8-11
/proc/7872/task/7892/stat : 7892 (java) S 7869 7872 26963 0 -1 4202560 12262 0 0 0 102 2 0 0 20 0 24 0 13088240 10406596608 49019 33554432000 1073741824 1073778376 140734719276448 140526645553976 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=7872/tid=7893] ppid=7869 vsize=10162692 CPUtime=1.05 cores=0-3,8-11
/proc/7872/task/7893/stat : 7893 (java) S 7869 7872 26963 0 -1 4202560 10720 0 0 0 104 1 0 0 20 0 24 0 13088240 10406596608 49019 33554432000 1073741824 1073778376 140734719276448 140526644501176 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=7872/tid=7894] ppid=7869 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/7872/task/7894/stat : 7894 (java) S 7869 7872 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 13088240 10406596608 49019 33554432000 1073741824 1073778376 140734719276448 140526643448568 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=7872/tid=7895] ppid=7869 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/7872/task/7895/stat : 7895 (java) S 7869 7872 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 13088240 10406596608 49019 33554432000 1073741824 1073778376 140734719276448 140526642395976 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.1
Current children cumulated vsize (KiB) 10162692

[startup+3.10099 s]
/proc/loadavg: 0.79 0.95 1.19 3/278 7911
/proc/meminfo: memFree=28805288/32872528 swapFree=8832/8832
[pid=7872] ppid=7869 vsize=10162692 CPUtime=4.74 cores=0-3,8-11
/proc/7872/stat : 7872 (java) S 7869 7872 26963 0 -1 4202496 27047 0 1 0 454 20 0 0 20 0 24 0 13088235 10406596608 49031 33554432000 1073741824 1073778376 140734719276448 140734719267584 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7872/statm: 2540673 49031 2286 9 0 2531350 0
[pid=7872/tid=7873] ppid=7869 vsize=10162692 CPUtime=0.17 cores=0-3,8-11
/proc/7872/task/7873/stat : 7873 (java) S 7869 7872 26963 0 -1 4202560 2497 0 1 0 15 2 0 0 20 0 24 0 13088235 10406596608 49031 33554432000 1073741824 1073778376 140734719276448 140526836011896 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7872/tid=7875] ppid=7869 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/7872/task/7875/stat : 7875 (java) S 7869 7872 26963 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 24 0 13088236 10406596608 49031 33554432000 1073741824 1073778376 140734719276448 140526680071208 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=7872/tid=7876] ppid=7869 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/7872/task/7876/stat : 7876 (java) S 7869 7872 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 13088236 10406596608 49031 33554432000 1073741824 1073778376 140734719276448 140526679018408 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7872/tid=7877] ppid=7869 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/7872/task/7877/stat : 7877 (java) S 7869 7872 26963 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 24 0 13088236 10406596608 49031 33554432000 1073741824 1073778376 140734719276448 140526677965608 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7872/tid=7878] ppid=7869 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/7872/task/7878/stat : 7878 (java) S 7869 7872 26963 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 24 0 13088236 10406596608 49031 33554432000 1073741824 1073778376 140734719276448 140526676912808 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=7872/tid=7879] ppid=7869 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/7872/task/7879/stat : 7879 (java) S 7869 7872 26963 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 24 0 13088236 10406596608 49031 33554432000 1073741824 1073778376 140734719276448 140526675860008 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=7872/tid=7880] ppid=7869 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/7872/task/7880/stat : 7880 (java) S 7869 7872 26963 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 24 0 13088236 10406596608 49031 33554432000 1073741824 1073778376 140734719276448 140526674807208 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=7872/tid=7881] ppid=7869 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/7872/task/7881/stat : 7881 (java) S 7869 7872 26963 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 24 0 13088236 10406596608 49031 33554432000 1073741824 1073778376 140734719276448 140526673754408 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7872/tid=7882] ppid=7869 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/7872/task/7882/stat : 7882 (java) S 7869 7872 26963 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 24 0 13088236 10406596608 49031 33554432000 1073741824 1073778376 140734719276448 140526672701608 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7872/tid=7883] ppid=7869 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/7872/task/7883/stat : 7883 (java) S 7869 7872 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 13088236 10406596608 49031 33554432000 1073741824 1073778376 140734719276448 140526671649832 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=7872/tid=7884] ppid=7869 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/7872/task/7884/stat : 7884 (java) S 7869 7872 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 13088236 10406596608 49031 33554432000 1073741824 1073778376 140734719276448 140526670597032 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=7872/tid=7885] ppid=7869 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/7872/task/7885/stat : 7885 (java) S 7869 7872 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 13088236 10406596608 49031 33554432000 1073741824 1073778376 140734719276448 140526669544232 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=7872/tid=7886] ppid=7869 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/7872/task/7886/stat : 7886 (java) S 7869 7872 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 13088236 10406596608 49031 33554432000 1073741824 1073778376 140734719276448 140526668491432 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7872/tid=7887] ppid=7869 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/7872/task/7887/stat : 7887 (java) S 7869 7872 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 13088236 10406596608 49031 33554432000 1073741824 1073778376 140734719276448 140526667438632 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7872/tid=7888] ppid=7869 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/7872/task/7888/stat : 7888 (java) S 7869 7872 26963 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 24 0 13088237 10406596608 49031 33554432000 1073741824 1073778376 140734719276448 140526649764200 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=7872/tid=7889] ppid=7869 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/7872/task/7889/stat : 7889 (java) S 7869 7872 26963 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 13088238 10406596608 49031 33554432000 1073741824 1073778376 140734719276448 140526648710264 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=7872/tid=7890] ppid=7869 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/7872/task/7890/stat : 7890 (java) S 7869 7872 26963 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 24 0 13088238 10406596608 49031 33554432000 1073741824 1073778376 140734719276448 140526647657352 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=7872/tid=7891] ppid=7869 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/7872/task/7891/stat : 7891 (java) S 7869 7872 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 13088240 10406596608 49031 33554432000 1073741824 1073778376 140734719276448 140526646606864 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=7872/tid=7892] ppid=7869 vsize=10162692 CPUtime=1.09 cores=0-3,8-11
/proc/7872/task/7892/stat : 7892 (java) S 7869 7872 26963 0 -1 4202560 12265 0 0 0 107 2 0 0 20 0 24 0 13088240 10406596608 49031 33554432000 1073741824 1073778376 140734719276448 140526645553976 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=7872/tid=7893] ppid=7869 vsize=10162692 CPUtime=1.08 cores=0-3,8-11
/proc/7872/task/7893/stat : 7893 (java) S 7869 7872 26963 0 -1 4202560 10729 0 0 0 107 1 0 0 20 0 24 0 13088240 10406596608 49031 33554432000 1073741824 1073778376 140734719276448 140526644501176 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=7872/tid=7894] ppid=7869 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/7872/task/7894/stat : 7894 (java) S 7869 7872 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 13088240 10406596608 49031 33554432000 1073741824 1073778376 140734719276448 140526643448568 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=7872/tid=7895] ppid=7869 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/7872/task/7895/stat : 7895 (java) S 7869 7872 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 13088240 10406596608 49031 33554432000 1073741824 1073778376 140734719276448 140526642395976 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7872/tid=7905] ppid=7869 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/7872/task/7905/stat : 7905 (java) S 7869 7872 26963 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 24 0 13088354 10406596608 49031 33554432000 1073741824 1073778376 140734719276448 140526638085032 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.74
Current children cumulated vsize (KiB) 10162692

[startup+6.30101 s]
/proc/loadavg: 0.73 0.93 1.18 1/275 7929
/proc/meminfo: memFree=28799448/32872528 swapFree=8828/8828
[pid=7872] ppid=7869 vsize=10162692 CPUtime=5.41 cores=0-3,8-11
/proc/7872/stat : 7872 (java) S 7869 7872 26963 0 -1 4202496 27163 0 1 0 502 39 0 0 20 0 24 0 13088235 10406596608 50311 33554432000 1073741824 1073778376 140734719276448 140734719267584 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7872/statm: 2540673 50311 2287 9 0 2531350 0
[pid=7872/tid=7873] ppid=7869 vsize=10162692 CPUtime=0.18 cores=0-3,8-11
/proc/7872/task/7873/stat : 7873 (java) S 7869 7872 26963 0 -1 4202560 2499 0 1 0 16 2 0 0 20 0 24 0 13088235 10406596608 50311 33554432000 1073741824 1073778376 140734719276448 140526836011896 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7872/tid=7875] ppid=7869 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/7872/task/7875/stat : 7875 (java) S 7869 7872 26963 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 24 0 13088236 10406596608 50311 33554432000 1073741824 1073778376 140734719276448 140526680071208 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=7872/tid=7876] ppid=7869 vsize=10162692 CPUtime=0.02 cores=0-3,8-11
/proc/7872/task/7876/stat : 7876 (java) S 7869 7872 26963 0 -1 4202560 14 0 0 0 1 1 0 0 20 0 24 0 13088236 10406596608 50311 33554432000 1073741824 1073778376 140734719276448 140526679018408 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7872/tid=7877] ppid=7869 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/7872/task/7877/stat : 7877 (java) S 7869 7872 26963 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 24 0 13088236 10406596608 50311 33554432000 1073741824 1073778376 140734719276448 140526677965608 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7872/tid=7878] ppid=7869 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/7872/task/7878/stat : 7878 (java) S 7869 7872 26963 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 24 0 13088236 10406596608 50311 33554432000 1073741824 1073778376 140734719276448 140526676912808 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=7872/tid=7879] ppid=7869 vsize=10162692 CPUtime=0 cores=0-3,8-11

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

Current children cumulated CPU time (s) 12.89
Current children cumulated vsize (KiB) 10162692

[startup+28.0009 s]
/proc/loadavg: 0.52 0.87 1.16 1/275 8058
/proc/meminfo: memFree=28652184/32872528 swapFree=8828/8828
[pid=7872] ppid=7869 vsize=10162692 CPUtime=13.05 cores=0-3,8-11
/proc/7872/stat : 7872 (java) S 7869 7872 26963 0 -1 4202496 28087 0 1 0 1189 116 0 0 20 0 24 0 13088235 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140734719267584 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7872/statm: 2540673 87115 2288 9 0 2531350 0
[pid=7872/tid=7873] ppid=7869 vsize=10162692 CPUtime=0.2 cores=0-3,8-11
/proc/7872/task/7873/stat : 7873 (java) S 7869 7872 26963 0 -1 4202560 2499 0 1 0 18 2 0 0 20 0 24 0 13088235 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526836011896 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7872/tid=7875] ppid=7869 vsize=10162692 CPUtime=0.06 cores=0-3,8-11
/proc/7872/task/7875/stat : 7875 (java) S 7869 7872 26963 0 -1 4202560 60 0 0 0 4 2 0 0 20 0 24 0 13088236 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526680071208 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7872/tid=7876] ppid=7869 vsize=10162692 CPUtime=0.08 cores=0-3,8-11
/proc/7872/task/7876/stat : 7876 (java) S 7869 7872 26963 0 -1 4202560 59 0 0 0 5 3 0 0 20 0 24 0 13088236 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526679018408 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=7872/tid=7877] ppid=7869 vsize=10162692 CPUtime=0.06 cores=0-3,8-11
/proc/7872/task/7877/stat : 7877 (java) S 7869 7872 26963 0 -1 4202560 59 0 0 0 4 2 0 0 20 0 24 0 13088236 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526677965608 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7872/tid=7878] ppid=7869 vsize=10162692 CPUtime=0.05 cores=0-3,8-11
/proc/7872/task/7878/stat : 7878 (java) S 7869 7872 26963 0 -1 4202560 55 0 0 0 3 2 0 0 20 0 24 0 13088236 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526676912808 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7872/tid=7879] ppid=7869 vsize=10162692 CPUtime=0.05 cores=0-3,8-11
/proc/7872/task/7879/stat : 7879 (java) S 7869 7872 26963 0 -1 4202560 57 0 0 0 3 2 0 0 20 0 24 0 13088236 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526675860008 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7872/tid=7880] ppid=7869 vsize=10162692 CPUtime=0.08 cores=0-3,8-11
/proc/7872/task/7880/stat : 7880 (java) S 7869 7872 26963 0 -1 4202560 59 0 0 0 5 3 0 0 20 0 24 0 13088236 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526674807208 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=7872/tid=7881] ppid=7869 vsize=10162692 CPUtime=0.08 cores=0-3,8-11
/proc/7872/task/7881/stat : 7881 (java) S 7869 7872 26963 0 -1 4202560 67 0 0 0 6 2 0 0 20 0 24 0 13088236 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526673754408 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7872/tid=7882] ppid=7869 vsize=10162692 CPUtime=0.04 cores=0-3,8-11
/proc/7872/task/7882/stat : 7882 (java) S 7869 7872 26963 0 -1 4202560 47 0 0 0 2 2 0 0 20 0 24 0 13088236 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526672701608 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7872/tid=7883] ppid=7869 vsize=10162692 CPUtime=0.03 cores=0-3,8-11
/proc/7872/task/7883/stat : 7883 (java) S 7869 7872 26963 0 -1 4202560 9 0 0 0 3 0 0 0 20 0 24 0 13088236 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526671649832 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=7872/tid=7884] ppid=7869 vsize=10162692 CPUtime=0.06 cores=0-3,8-11
/proc/7872/task/7884/stat : 7884 (java) S 7869 7872 26963 0 -1 4202560 19 0 0 0 4 2 0 0 20 0 24 0 13088236 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526670597032 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=7872/tid=7885] ppid=7869 vsize=10162692 CPUtime=0.03 cores=0-3,8-11
/proc/7872/task/7885/stat : 7885 (java) S 7869 7872 26963 0 -1 4202560 14 0 0 0 1 2 0 0 20 0 24 0 13088236 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526669544232 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=7872/tid=7886] ppid=7869 vsize=10162692 CPUtime=0.08 cores=0-3,8-11
/proc/7872/task/7886/stat : 7886 (java) S 7869 7872 26963 0 -1 4202560 24 0 0 0 5 3 0 0 20 0 24 0 13088236 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526668491432 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=7872/tid=7887] ppid=7869 vsize=10162692 CPUtime=0.07 cores=0-3,8-11
/proc/7872/task/7887/stat : 7887 (java) S 7869 7872 26963 0 -1 4202560 24 0 0 0 4 3 0 0 20 0 24 0 13088236 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526667438632 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=7872/tid=7888] ppid=7869 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/7872/task/7888/stat : 7888 (java) S 7869 7872 26963 0 -1 4202560 73 0 0 0 1 0 0 0 20 0 24 0 13088237 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526649764200 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7872/tid=7889] ppid=7869 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/7872/task/7889/stat : 7889 (java) S 7869 7872 26963 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 13088238 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526648710264 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7872/tid=7890] ppid=7869 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/7872/task/7890/stat : 7890 (java) S 7869 7872 26963 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 24 0 13088238 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526647657352 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=7872/tid=7891] ppid=7869 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/7872/task/7891/stat : 7891 (java) S 7869 7872 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 13088240 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526646606864 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=7872/tid=7892] ppid=7869 vsize=10162692 CPUtime=1.33 cores=0-3,8-11
/proc/7872/task/7892/stat : 7892 (java) S 7869 7872 26963 0 -1 4202560 12282 0 0 0 131 2 0 0 20 0 24 0 13088240 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526645553976 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=7872/tid=7893] ppid=7869 vsize=10162692 CPUtime=1.24 cores=0-3,8-11
/proc/7872/task/7893/stat : 7893 (java) S 7869 7872 26963 0 -1 4202560 10748 0 0 0 122 2 0 0 20 0 24 0 13088240 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526644501176 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=7872/tid=7894] ppid=7869 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/7872/task/7894/stat : 7894 (java) S 7869 7872 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 13088240 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526643448568 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=7872/tid=7895] ppid=7869 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/7872/task/7895/stat : 7895 (java) S 7869 7872 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 13088240 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526642395976 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7872/tid=7905] ppid=7869 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/7872/task/7905/stat : 7905 (java) S 7869 7872 26963 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 24 0 13088354 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526638085032 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 13.05
Current children cumulated vsize (KiB) 10162692

[startup+28.801 s]
/proc/loadavg: 0.52 0.87 1.16 1/275 8064
/proc/meminfo: memFree=28652168/32872528 swapFree=8828/8828
[pid=7872] ppid=7869 vsize=10162692 CPUtime=13.05 cores=0-3,8-11
/proc/7872/stat : 7872 (java) S 7869 7872 26963 0 -1 4202496 28101 0 1 0 1189 116 0 0 20 0 24 0 13088235 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140734719267584 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7872/statm: 2540673 87115 2288 9 0 2531350 0
[pid=7872/tid=7873] ppid=7869 vsize=10162692 CPUtime=0.2 cores=0-3,8-11
/proc/7872/task/7873/stat : 7873 (java) S 7869 7872 26963 0 -1 4202560 2499 0 1 0 18 2 0 0 20 0 24 0 13088235 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526836011896 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7872/tid=7875] ppid=7869 vsize=10162692 CPUtime=0.06 cores=0-3,8-11
/proc/7872/task/7875/stat : 7875 (java) S 7869 7872 26963 0 -1 4202560 60 0 0 0 4 2 0 0 20 0 24 0 13088236 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526680071208 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7872/tid=7876] ppid=7869 vsize=10162692 CPUtime=0.08 cores=0-3,8-11
/proc/7872/task/7876/stat : 7876 (java) S 7869 7872 26963 0 -1 4202560 59 0 0 0 5 3 0 0 20 0 24 0 13088236 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526679018408 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=7872/tid=7877] ppid=7869 vsize=10162692 CPUtime=0.06 cores=0-3,8-11
/proc/7872/task/7877/stat : 7877 (java) S 7869 7872 26963 0 -1 4202560 59 0 0 0 4 2 0 0 20 0 24 0 13088236 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526677965608 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7872/tid=7878] ppid=7869 vsize=10162692 CPUtime=0.05 cores=0-3,8-11
/proc/7872/task/7878/stat : 7878 (java) S 7869 7872 26963 0 -1 4202560 55 0 0 0 3 2 0 0 20 0 24 0 13088236 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526676912808 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7872/tid=7879] ppid=7869 vsize=10162692 CPUtime=0.05 cores=0-3,8-11
/proc/7872/task/7879/stat : 7879 (java) S 7869 7872 26963 0 -1 4202560 57 0 0 0 3 2 0 0 20 0 24 0 13088236 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526675860008 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7872/tid=7880] ppid=7869 vsize=10162692 CPUtime=0.08 cores=0-3,8-11
/proc/7872/task/7880/stat : 7880 (java) S 7869 7872 26963 0 -1 4202560 59 0 0 0 5 3 0 0 20 0 24 0 13088236 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526674807208 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=7872/tid=7881] ppid=7869 vsize=10162692 CPUtime=0.08 cores=0-3,8-11
/proc/7872/task/7881/stat : 7881 (java) S 7869 7872 26963 0 -1 4202560 67 0 0 0 6 2 0 0 20 0 24 0 13088236 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526673754408 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7872/tid=7882] ppid=7869 vsize=10162692 CPUtime=0.04 cores=0-3,8-11
/proc/7872/task/7882/stat : 7882 (java) S 7869 7872 26963 0 -1 4202560 47 0 0 0 2 2 0 0 20 0 24 0 13088236 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526672701608 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7872/tid=7883] ppid=7869 vsize=10162692 CPUtime=0.03 cores=0-3,8-11
/proc/7872/task/7883/stat : 7883 (java) S 7869 7872 26963 0 -1 4202560 9 0 0 0 3 0 0 0 20 0 24 0 13088236 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526671649832 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=7872/tid=7884] ppid=7869 vsize=10162692 CPUtime=0.06 cores=0-3,8-11
/proc/7872/task/7884/stat : 7884 (java) S 7869 7872 26963 0 -1 4202560 19 0 0 0 4 2 0 0 20 0 24 0 13088236 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526670597032 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=7872/tid=7885] ppid=7869 vsize=10162692 CPUtime=0.03 cores=0-3,8-11
/proc/7872/task/7885/stat : 7885 (java) S 7869 7872 26963 0 -1 4202560 14 0 0 0 1 2 0 0 20 0 24 0 13088236 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526669544232 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=7872/tid=7886] ppid=7869 vsize=10162692 CPUtime=0.08 cores=0-3,8-11
/proc/7872/task/7886/stat : 7886 (java) S 7869 7872 26963 0 -1 4202560 24 0 0 0 5 3 0 0 20 0 24 0 13088236 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526668491432 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=7872/tid=7887] ppid=7869 vsize=10162692 CPUtime=0.07 cores=0-3,8-11
/proc/7872/task/7887/stat : 7887 (java) S 7869 7872 26963 0 -1 4202560 24 0 0 0 4 3 0 0 20 0 24 0 13088236 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526667438632 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=7872/tid=7888] ppid=7869 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/7872/task/7888/stat : 7888 (java) S 7869 7872 26963 0 -1 4202560 73 0 0 0 1 0 0 0 20 0 24 0 13088237 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526649764200 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7872/tid=7889] ppid=7869 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/7872/task/7889/stat : 7889 (java) S 7869 7872 26963 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 13088238 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526648710264 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7872/tid=7890] ppid=7869 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/7872/task/7890/stat : 7890 (java) S 7869 7872 26963 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 24 0 13088238 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526647657352 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=7872/tid=7891] ppid=7869 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/7872/task/7891/stat : 7891 (java) S 7869 7872 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 13088240 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526646606864 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=7872/tid=7892] ppid=7869 vsize=10162692 CPUtime=1.33 cores=0-3,8-11
/proc/7872/task/7892/stat : 7892 (java) S 7869 7872 26963 0 -1 4202560 12282 0 0 0 131 2 0 0 20 0 24 0 13088240 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526645553976 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=7872/tid=7893] ppid=7869 vsize=10162692 CPUtime=1.24 cores=0-3,8-11
/proc/7872/task/7893/stat : 7893 (java) S 7869 7872 26963 0 -1 4202560 10748 0 0 0 122 2 0 0 20 0 24 0 13088240 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526644501176 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=7872/tid=7894] ppid=7869 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/7872/task/7894/stat : 7894 (java) S 7869 7872 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 13088240 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526643448568 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=7872/tid=7895] ppid=7869 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/7872/task/7895/stat : 7895 (java) S 7869 7872 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 13088240 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526642395976 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7872/tid=7905] ppid=7869 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/7872/task/7905/stat : 7905 (java) S 7869 7872 26963 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 24 0 13088354 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526638085032 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 13.05
Current children cumulated vsize (KiB) 10162692

[startup+29.201 s]
/proc/loadavg: 0.52 0.87 1.16 1/275 8064
/proc/meminfo: memFree=28652168/32872528 swapFree=8828/8828
[pid=7872] ppid=7869 vsize=10162692 CPUtime=13.05 cores=0-3,8-11
/proc/7872/stat : 7872 (java) S 7869 7872 26963 0 -1 4202496 28101 0 1 0 1189 116 0 0 20 0 24 0 13088235 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140734719267584 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7872/statm: 2540673 87115 2288 9 0 2531350 0
[pid=7872/tid=7873] ppid=7869 vsize=10162692 CPUtime=0.2 cores=0-3,8-11
/proc/7872/task/7873/stat : 7873 (java) S 7869 7872 26963 0 -1 4202560 2499 0 1 0 18 2 0 0 20 0 24 0 13088235 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526836011896 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7872/tid=7875] ppid=7869 vsize=10162692 CPUtime=0.06 cores=0-3,8-11
/proc/7872/task/7875/stat : 7875 (java) S 7869 7872 26963 0 -1 4202560 60 0 0 0 4 2 0 0 20 0 24 0 13088236 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526680071208 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7872/tid=7876] ppid=7869 vsize=10162692 CPUtime=0.08 cores=0-3,8-11
/proc/7872/task/7876/stat : 7876 (java) S 7869 7872 26963 0 -1 4202560 59 0 0 0 5 3 0 0 20 0 24 0 13088236 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526679018408 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=7872/tid=7877] ppid=7869 vsize=10162692 CPUtime=0.06 cores=0-3,8-11
/proc/7872/task/7877/stat : 7877 (java) S 7869 7872 26963 0 -1 4202560 59 0 0 0 4 2 0 0 20 0 24 0 13088236 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526677965608 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7872/tid=7878] ppid=7869 vsize=10162692 CPUtime=0.05 cores=0-3,8-11
/proc/7872/task/7878/stat : 7878 (java) S 7869 7872 26963 0 -1 4202560 55 0 0 0 3 2 0 0 20 0 24 0 13088236 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526676912808 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7872/tid=7879] ppid=7869 vsize=10162692 CPUtime=0.05 cores=0-3,8-11
/proc/7872/task/7879/stat : 7879 (java) S 7869 7872 26963 0 -1 4202560 57 0 0 0 3 2 0 0 20 0 24 0 13088236 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526675860008 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7872/tid=7880] ppid=7869 vsize=10162692 CPUtime=0.08 cores=0-3,8-11
/proc/7872/task/7880/stat : 7880 (java) S 7869 7872 26963 0 -1 4202560 59 0 0 0 5 3 0 0 20 0 24 0 13088236 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526674807208 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=7872/tid=7881] ppid=7869 vsize=10162692 CPUtime=0.08 cores=0-3,8-11
/proc/7872/task/7881/stat : 7881 (java) S 7869 7872 26963 0 -1 4202560 67 0 0 0 6 2 0 0 20 0 24 0 13088236 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526673754408 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7872/tid=7882] ppid=7869 vsize=10162692 CPUtime=0.04 cores=0-3,8-11
/proc/7872/task/7882/stat : 7882 (java) S 7869 7872 26963 0 -1 4202560 47 0 0 0 2 2 0 0 20 0 24 0 13088236 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526672701608 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7872/tid=7883] ppid=7869 vsize=10162692 CPUtime=0.03 cores=0-3,8-11
/proc/7872/task/7883/stat : 7883 (java) S 7869 7872 26963 0 -1 4202560 9 0 0 0 3 0 0 0 20 0 24 0 13088236 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526671649832 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=7872/tid=7884] ppid=7869 vsize=10162692 CPUtime=0.06 cores=0-3,8-11
/proc/7872/task/7884/stat : 7884 (java) S 7869 7872 26963 0 -1 4202560 19 0 0 0 4 2 0 0 20 0 24 0 13088236 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526670597032 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=7872/tid=7885] ppid=7869 vsize=10162692 CPUtime=0.03 cores=0-3,8-11
/proc/7872/task/7885/stat : 7885 (java) S 7869 7872 26963 0 -1 4202560 14 0 0 0 1 2 0 0 20 0 24 0 13088236 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526669544232 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=7872/tid=7886] ppid=7869 vsize=10162692 CPUtime=0.08 cores=0-3,8-11
/proc/7872/task/7886/stat : 7886 (java) S 7869 7872 26963 0 -1 4202560 24 0 0 0 5 3 0 0 20 0 24 0 13088236 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526668491432 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=7872/tid=7887] ppid=7869 vsize=10162692 CPUtime=0.07 cores=0-3,8-11
/proc/7872/task/7887/stat : 7887 (java) S 7869 7872 26963 0 -1 4202560 24 0 0 0 4 3 0 0 20 0 24 0 13088236 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526667438632 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=7872/tid=7888] ppid=7869 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/7872/task/7888/stat : 7888 (java) S 7869 7872 26963 0 -1 4202560 73 0 0 0 1 0 0 0 20 0 24 0 13088237 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526649764200 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7872/tid=7889] ppid=7869 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/7872/task/7889/stat : 7889 (java) S 7869 7872 26963 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 13088238 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526648710264 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7872/tid=7890] ppid=7869 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/7872/task/7890/stat : 7890 (java) S 7869 7872 26963 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 24 0 13088238 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526647657352 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=7872/tid=7891] ppid=7869 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/7872/task/7891/stat : 7891 (java) S 7869 7872 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 13088240 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526646606864 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=7872/tid=7892] ppid=7869 vsize=10162692 CPUtime=1.33 cores=0-3,8-11
/proc/7872/task/7892/stat : 7892 (java) S 7869 7872 26963 0 -1 4202560 12282 0 0 0 131 2 0 0 20 0 24 0 13088240 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526645553976 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=7872/tid=7893] ppid=7869 vsize=10162692 CPUtime=1.24 cores=0-3,8-11
/proc/7872/task/7893/stat : 7893 (java) S 7869 7872 26963 0 -1 4202560 10748 0 0 0 122 2 0 0 20 0 24 0 13088240 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526644501176 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=7872/tid=7894] ppid=7869 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/7872/task/7894/stat : 7894 (java) S 7869 7872 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 13088240 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526643448568 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=7872/tid=7895] ppid=7869 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/7872/task/7895/stat : 7895 (java) S 7869 7872 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 13088240 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526642395976 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7872/tid=7905] ppid=7869 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/7872/task/7905/stat : 7905 (java) S 7869 7872 26963 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 24 0 13088354 10406596608 87115 33554432000 1073741824 1073778376 140734719276448 140526638085032 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 13.05
Current children cumulated vsize (KiB) 10162692

Child status: 30
Real time (s): 29.2756
CPU time (s): 13.221
CPU user time (s): 11.8792
CPU system time (s): 1.3418
CPU usage (%): 45.1605
Max. virtual memory (cumulated for all children) (KiB): 10162692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.8792
system time used= 1.3418
maximum resident set size= 359396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28115
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= 2490
involuntary context switches= 568

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.26096 second user time and 0.227965 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-30 23:15:54
IDJOB=4109569
IDBENCH=78854
IDSOLVER=2552
FILE ID=node132/4109569-1467321354
RUNJOBID= node132-1467319458-6005
PBS_JOBID= 20005257
Free space on /tmp= 71540 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110974372--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109569-1467321354/watcher-4109569-1467321354 -o /tmp/evaluation-result-4109569-1467321354/solver-4109569-1467321354 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1467319458-6005 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109569-1467321354.wbo

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

MD5SUM BENCH= 9cfbc8b4b7b0ac87604f7a971d1e096c
RANDOM SEED=52786471

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

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        28995544 kB
Buffers:          126916 kB
Cached:          2933548 kB
SwapCached:            0 kB
Active:           266876 kB
Inactive:        2807660 kB
Active(anon):       9952 kB
Inactive(anon):     6996 kB
Active(file):     256924 kB
Inactive(file):  2800664 kB
Unevictable:        8828 kB
Mlocked:            8828 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               932 kB
Writeback:             0 kB
AnonPages:         23528 kB
Mapped:            14400 kB
Shmem:               216 kB
Slab:             657872 kB
SReclaimable:      98928 kB
SUnreclaim:       558944 kB
KernelStack:        2320 kB
PageTables:         3300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     107896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71540 MiB
End job on node132 at 2016-06-30 23:16:24