Trace number 4109513

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 21.9807 32.8354

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111219348--soft-66-100-0.wbo
MD5SUM7d1a0d5c8a3f394cf884d27f593f1e02
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark80
Best CPU time to get the best result obtained on this benchmark30.6363
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints28
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 1415
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 1414
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1212
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.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.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@16fd0b7
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@4413ee
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@75786e64
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@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4109513-1467321270.wbo
0.10/0.11	c reading problem ... 
0.10/0.17	c ... done. Wall clock time 0.064s.
0.10/0.17	c declared #vars     169
0.10/0.17	c internal #vars     197
0.10/0.17	c #constraints  101
0.10/0.17	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
0.10/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.10/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
0.10/0.17	c 101 constraints processed.
0.10/0.17	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.10/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 28
0.10/0.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 50
0.10/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21
0.10/0.17	c 101 constraints processed.
0.10/0.17	c objective function length is 28 literals
1.45/0.58	c And the winner is solver1
1.84/0.67	c SATISFIABLE
1.84/0.67	c OPTIMIZING...
1.84/0.67	c Got one! Elapsed wall clock time (in seconds):0.568
1.84/0.67	o 1016
1.84/0.69	c And the winner is solver0
2.17/1.17	c Got one! Elapsed wall clock time (in seconds):1.069
2.17/1.17	o 893
2.17/1.18	c And the winner is solver0
2.17/1.68	c Got one! Elapsed wall clock time (in seconds):1.57
2.17/1.68	o 742
2.22/1.72	c And the winner is solver0
2.30/2.18	c Got one! Elapsed wall clock time (in seconds):2.071
2.30/2.18	o 740
2.36/2.21	c And the winner is solver0
2.37/2.68	c Got one! Elapsed wall clock time (in seconds):2.572
2.37/2.68	o 732
2.41/2.70	c And the winner is solver0
2.43/3.18	c Got one! Elapsed wall clock time (in seconds):3.073
2.43/3.18	o 718
2.48/3.21	c And the winner is solver0
2.51/3.68	c Got one! Elapsed wall clock time (in seconds):3.574
2.51/3.68	o 687
2.51/3.68	c And the winner is solver0
2.51/4.18	c Got one! Elapsed wall clock time (in seconds):4.074
2.51/4.18	o 496
2.54/4.28	c cleaning 4625 clauses out of 9254 with flag 3337/9254
2.87/4.30	c And the winner is solver0
3.16/4.68	c Got one! Elapsed wall clock time (in seconds):4.575
3.16/4.68	o 489
3.20/4.78	c And the winner is solver0
3.43/5.18	c Got one! Elapsed wall clock time (in seconds):5.076
3.43/5.18	o 488
3.47/5.21	c And the winner is solver0
3.49/5.68	c Got one! Elapsed wall clock time (in seconds):5.577
3.49/5.68	o 486
3.49/5.69	c And the winner is solver0
3.50/6.18	c Got one! Elapsed wall clock time (in seconds):6.078
3.50/6.18	o 453
3.53/6.22	c And the winner is solver0
3.58/6.68	c Got one! Elapsed wall clock time (in seconds):6.579
3.58/6.68	o 448
3.58/6.70	c And the winner is solver0
3.65/7.19	c Got one! Elapsed wall clock time (in seconds):7.08
3.65/7.19	o 442
3.65/7.19	c And the winner is solver0
3.65/7.69	c Got one! Elapsed wall clock time (in seconds):7.581
3.65/7.69	o 441
3.65/7.69	c And the winner is solver0
3.65/8.19	c Got one! Elapsed wall clock time (in seconds):8.082
3.65/8.19	o 439
3.66/8.22	c And the winner is solver0
3.71/8.69	c Got one! Elapsed wall clock time (in seconds):8.583
3.71/8.69	o 436
3.72/8.70	c And the winner is solver0
3.75/9.19	c Got one! Elapsed wall clock time (in seconds):9.084
3.75/9.19	o 432
3.76/9.22	c And the winner is solver0
3.83/9.69	c Got one! Elapsed wall clock time (in seconds):9.585
3.83/9.69	o 425
3.84/9.74	c cleaning 7200 clauses out of 14399 with flag 3830/19024
3.84/9.78	c And the winner is solver0
4.05/10.19	c Got one! Elapsed wall clock time (in seconds):10.086
4.05/10.19	o 422
4.05/10.20	c And the winner is solver0
4.06/10.69	c Got one! Elapsed wall clock time (in seconds):10.586
4.06/10.69	o 410
4.07/10.70	c And the winner is solver0
4.07/11.19	c Got one! Elapsed wall clock time (in seconds):11.087
4.07/11.19	o 407
4.08/11.20	c And the winner is solver0
4.08/11.69	c Got one! Elapsed wall clock time (in seconds):11.588
4.08/11.69	o 397
4.09/11.70	c And the winner is solver0
4.09/12.19	c Got one! Elapsed wall clock time (in seconds):12.089
4.09/12.19	o 391
4.11/12.21	c And the winner is solver0
4.14/12.70	c Got one! Elapsed wall clock time (in seconds):12.59
4.14/12.70	o 386
4.14/12.73	c And the winner is solver0
4.22/13.20	c Got one! Elapsed wall clock time (in seconds):13.091
4.22/13.20	o 384
4.23/13.22	c And the winner is solver0
4.28/13.70	c Got one! Elapsed wall clock time (in seconds):13.593
4.28/13.70	o 373
4.28/13.71	c And the winner is solver0
4.34/14.20	c Got one! Elapsed wall clock time (in seconds):14.094
4.34/14.20	o 367
4.34/14.21	c And the winner is solver0
4.34/14.70	c Got one! Elapsed wall clock time (in seconds):14.595
4.34/14.70	o 354
4.34/14.77	c And the winner is solver0
4.51/15.20	c Got one! Elapsed wall clock time (in seconds):15.096
4.51/15.20	o 351
4.73/15.32	c And the winner is solver0
4.79/15.70	c Got one! Elapsed wall clock time (in seconds):15.597
4.79/15.70	o 350
4.79/15.71	c And the winner is solver0
4.79/16.20	c Got one! Elapsed wall clock time (in seconds):16.098
4.79/16.20	o 277
4.79/16.22	c And the winner is solver0
4.83/16.70	c Got one! Elapsed wall clock time (in seconds):16.599
4.83/16.70	o 252
4.83/16.79	c cleaning 8777 clauses out of 17570 with flag 3282/29395
5.09/16.85	c And the winner is solver0
5.38/17.21	c Got one! Elapsed wall clock time (in seconds):17.1
5.38/17.21	o 249
5.38/17.22	c And the winner is solver0
5.42/17.71	c Got one! Elapsed wall clock time (in seconds):17.601
5.42/17.71	o 240
5.42/17.77	c And the winner is solver0
5.59/18.21	c Got one! Elapsed wall clock time (in seconds):18.101
5.59/18.21	o 220
5.80/18.36	c cleaning 7929 clauses out of 15859 with flag 10755/36461
5.80/18.39	c And the winner is solver0
6.28/18.71	c Got one! Elapsed wall clock time (in seconds):18.602
6.28/18.71	o 218
6.28/18.73	c And the winner is solver0
6.33/19.21	c Got one! Elapsed wall clock time (in seconds):19.103
6.33/19.21	o 208
6.33/19.25	c And the winner is solver0
6.42/19.71	c Got one! Elapsed wall clock time (in seconds):19.604
6.42/19.71	o 200
6.61/19.82	c And the winner is solver0
6.67/20.21	c Got one! Elapsed wall clock time (in seconds):20.105
6.67/20.21	o 189
6.67/20.24	c And the winner is solver0
6.82/20.71	c Got one! Elapsed wall clock time (in seconds):20.605
6.82/20.71	o 182
6.82/20.77	c cleaning 7571 clauses out of 15142 with flag 4024/43673
7.22/20.97	c cleaning 6782 clauses out of 13570 with flag 26102/49672
7.22/20.98	c And the winner is solver0
7.38/21.21	c Got one! Elapsed wall clock time (in seconds):21.106
7.38/21.21	o 176
7.38/21.22	c And the winner is solver0
7.40/21.71	c Got one! Elapsed wall clock time (in seconds):21.607
7.40/21.71	o 163
7.59/21.82	c And the winner is solver0
7.65/22.21	c Got one! Elapsed wall clock time (in seconds):22.108
7.65/22.21	o 158
7.65/22.28	c And the winner is solver0
7.78/22.71	c Got one! Elapsed wall clock time (in seconds):22.609
7.78/22.71	o 156
7.78/22.78	c cleaning 6495 clauses out of 13001 with flag 4153/55885
7.78/22.79	c And the winner is solver0
8.23/23.22	c Got one! Elapsed wall clock time (in seconds):23.11
8.23/23.22	o 153
8.23/23.25	c And the winner is solver0
8.31/23.72	c Got one! Elapsed wall clock time (in seconds):23.611
8.31/23.72	o 147
8.50/23.89	c cleaning 5947 clauses out of 11900 with flag 17802/61279
9.03/24.06	c And the winner is solver0
9.38/24.22	c Got one! Elapsed wall clock time (in seconds):24.111
9.38/24.22	o 131
9.61/24.34	c And the winner is solver0
9.69/24.72	c Got one! Elapsed wall clock time (in seconds):24.612
9.69/24.72	o 125
9.69/24.73	c And the winner is solver0
9.73/25.22	c Got one! Elapsed wall clock time (in seconds):25.113
9.73/25.22	o 118
9.90/25.31	c cleaning 8428 clauses out of 16862 with flag 7768/72188
9.90/25.35	c And the winner is solver0
10.02/25.72	c Got one! Elapsed wall clock time (in seconds):25.614
10.02/25.72	o 116
10.18/25.88	c cleaning 6964 clauses out of 13927 with flag 17492/77681
10.39/25.94	c And the winner is solver0
10.54/26.22	c Got one! Elapsed wall clock time (in seconds):26.115
10.54/26.22	o 114
10.54/26.25	c And the winner is solver0
10.62/26.72	c Got one! Elapsed wall clock time (in seconds):26.616
10.62/26.72	o 102
10.77/26.84	c cleaning 6479 clauses out of 12960 with flag 12932/83678
10.77/26.87	c And the winner is solver0
10.97/27.22	c Got one! Elapsed wall clock time (in seconds):27.117
10.97/27.22	o 80
11.12/27.37	c cleaning 5812 clauses out of 11632 with flag 17354/88829
11.57/27.57	c cleaning 5909 clauses out of 11821 with flag 40744/94830
12.17/27.84	c cleaning 6444 clauses out of 12910 with flag 73384/101829
12.81/28.14	c cleaning 7232 clauses out of 14472 with flag 110719/109835
13.41/28.46	c cleaning 8114 clauses out of 16235 with flag 148921/118831
14.23/28.85	c cleaning 9061 clauses out of 18121 with flag 192939/128832
15.23/29.31	c cleaning 10024 clauses out of 20057 with flag 244947/139829
16.26/29.85	c cleaning 11017 clauses out of 22034 with flag 304165/151830
17.46/30.42	c cleaning 12004 clauses out of 24015 with flag 366286/164830
18.66/31.09	c cleaning 13000 clauses out of 26009 with flag 435546/178830
20.28/31.81	c cleaning 13995 clauses out of 28002 with flag 509676/193829
21.68/32.51	c And the winner is solver0
21.86/32.82	c >>>>>>>>>> Solver number 0 (54 answers) <<<<<<<<<<<<<<<<<<
21.86/32.82	c starts		: 531
21.86/32.82	c conflicts		: 208141
21.86/32.82	c decisions		: 324523
21.86/32.82	c propagations		: 4394410
21.86/32.82	c inspects		: 96320575
21.86/32.82	c shortcuts		: 0
21.86/32.82	c learnt literals	: 26
21.86/32.82	c learnt binary clauses	: 160
21.86/32.82	c learnt ternary clauses	: 780
21.86/32.82	c learnt constraints	: 208114
21.86/32.82	c ignored constraints	: 0
21.86/32.82	c root simplifications	: 0
21.86/32.82	c removed literals (reason simplification)	: 2496189
21.86/32.82	c reason swapping (by a shorter reason)	: 0
21.86/32.82	c Calls to reduceDB	: 22
21.86/32.82	c Number of update (reduction) of LBD	: 51406
21.86/32.82	c Imported unit clauses	: 0
21.86/32.82	c number of reductions to clauses (during analyze)	: 0
21.86/32.82	c number of learned constraints concerned by reduction	: 0
21.86/32.82	c number of learning phase by resolution	: 0
21.86/32.82	c number of learning phase by cutting planes	: 0
21.86/32.82	c speed (assignments/second)	: 136688.85501881863
21.86/32.82	c non guided choices	1752
21.86/32.82	c learnt constraints type 
21.86/32.82	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
21.86/32.82	c starts		: 61
21.86/32.82	c conflicts		: 1683
21.86/32.82	c decisions		: 9963
21.86/32.82	c propagations		: 56744
21.86/32.82	c inspects		: 9307088
21.86/32.82	c shortcuts		: 0
21.86/32.82	c learnt literals	: 0
21.86/32.82	c learnt binary clauses	: 0
21.86/32.82	c learnt ternary clauses	: 0
21.86/32.82	c learnt constraints	: 1646
21.86/32.82	c ignored constraints	: 0
21.86/32.82	c root simplifications	: 0
21.86/32.82	c removed literals (reason simplification)	: 0
21.86/32.82	c reason swapping (by a shorter reason)	: 0
21.86/32.82	c Calls to reduceDB	: 0
21.86/32.82	c Number of update (reduction) of LBD	: 0
21.86/32.82	c Imported unit clauses	: 0
21.86/32.82	c number of reductions to clauses (during analyze)	: 0
21.86/32.82	c number of learned constraints concerned by reduction	: 0
21.86/32.82	c number of learning phase by resolution	: 0
21.86/32.82	c number of learning phase by cutting planes	: 0
21.86/32.82	c speed (assignments/second)	: 10132.857142857143
21.86/32.82	c non guided choices	1091
21.86/32.82	c learnt constraints type 
21.86/32.82	s OPTIMUM FOUND
21.86/32.82	c Found 54 solution(s)
21.86/32.83	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 
21.86/32.83	c objective function=80
21.86/32.83	c Total wall clock time (in seconds): 32.72

Verifier Data

OK	80

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-4109513-1467321270/watcher-4109513-1467321270 -o /tmp/evaluation-result-4109513-1467321270/solver-4109513-1467321270 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1467319102-29021 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4109513-1467321270.wbo 

pid=2006
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: 1.44 1.75 1.87 2/194 2009
/proc/meminfo: memFree=30363584/32872528 swapFree=480748/529804
[pid=2009] ppid=2006 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/2009/stat : 2009 (java) S 2006 2009 23565 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 11146953 98570240 978 33554432000 1073741824 1073778376 140734090817408 140734090808544 211462160445 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2009/statm: 24065 978 744 9 0 16771 0
[pid=2009/tid=2010] ppid=2006 vsize=96268 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2010/stat : 2010 (java) D 2006 2009 23565 0 -1 4202560 142 0 0 0 0 0 0 0 20 0 2 0 11146954 98578432 989 33554432000 1073741824 1073778376 140734090817408 140468162826936 211449638183 0 0 0 16784584 18446744072100588836 0 0 -1 1 0 0 0 0 0

[startup+0.100157 s]
/proc/loadavg: 1.44 1.75 1.87 2/194 2009
/proc/meminfo: memFree=30363584/32872528 swapFree=480748/529804
[pid=2009] ppid=2006 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/2009/stat : 2009 (java) S 2006 2009 23565 0 -1 4202496 4491 0 1 0 9 1 0 0 20 0 18 0 11146953 9787879424 6120 33554432000 1073741824 1073778376 140734090817408 140734090808544 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2009/statm: 2389619 6120 2156 9 0 2380296 0
[pid=2009/tid=2010] ppid=2006 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/2009/task/2010/stat : 2010 (java) R 2006 2009 23565 0 -1 4202560 2382 0 1 0 6 1 0 0 20 0 18 0 11146954 9787879424 6120 33554432000 1073741824 1073778376 140734090817408 140468162829688 211462186253 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200273 s]
/proc/loadavg: 1.44 1.75 1.87 2/194 2009
/proc/meminfo: memFree=30363584/32872528 swapFree=480748/529804
[pid=2009] ppid=2006 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/2009/stat : 2009 (java) S 2006 2009 23565 0 -1 4202496 4793 0 1 0 24 2 0 0 20 0 22 0 11146953 10060525568 7918 33554432000 1073741824 1073778376 140734090817408 140734090808544 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2009/statm: 2456183 7918 2210 9 0 2446860 0
[pid=2009/tid=2010] ppid=2006 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/2009/task/2010/stat : 2010 (java) S 2006 2009 23565 0 -1 4202560 2411 0 1 0 14 1 0 0 20 0 22 0 11146954 10060525568 7918 33554432000 1073741824 1073778376 140734090817408 140468162831224 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9824732

[startup+0.300269 s]
/proc/loadavg: 1.44 1.75 1.87 2/194 2009
/proc/meminfo: memFree=30363584/32872528 swapFree=480748/529804
[pid=2009] ppid=2006 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/2009/stat : 2009 (java) S 2006 2009 23565 0 -1 4202496 7499 0 1 0 64 2 0 0 20 0 22 0 11146953 10060525568 9965 33554432000 1073741824 1073778376 140734090817408 140734090808544 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2009/statm: 2456183 9965 2251 9 0 2446860 0
[pid=2009/tid=2010] ppid=2006 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/2009/task/2010/stat : 2010 (java) S 2006 2009 23565 0 -1 4202560 2411 0 1 0 14 1 0 0 20 0 22 0 11146954 10060525568 9965 33554432000 1073741824 1073778376 140734090817408 140468162831224 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 9824732

[startup+0.700228 s]
/proc/loadavg: 1.44 1.75 1.87 2/194 2009
/proc/meminfo: memFree=30363584/32872528 swapFree=480748/529804
[pid=2009] ppid=2006 vsize=9824732 CPUtime=2.09 cores=1,3,5,7
/proc/2009/stat : 2009 (java) S 2006 2009 23565 0 -1 4202496 16387 0 1 0 201 8 0 0 20 0 19 0 11146953 10060525568 20228 33554432000 1073741824 1073778376 140734090817408 140734090808544 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2009/statm: 2456183 20228 2262 9 0 2446860 0
[pid=2009/tid=2010] ppid=2006 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/2009/task/2010/stat : 2010 (java) S 2006 2009 23565 0 -1 4202560 2411 0 1 0 14 1 0 0 20 0 19 0 11146954 10060525568 20228 33554432000 1073741824 1073778376 140734090817408 140468162831224 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 9824732

[startup+1.50079 s]
/proc/loadavg: 1.44 1.75 1.87 3/213 2040
/proc/meminfo: memFree=30279004/32872528 swapFree=480748/529804
[pid=2009] ppid=2006 vsize=9824732 CPUtime=2.17 cores=1,3,5,7
/proc/2009/stat : 2009 (java) S 2006 2009 23565 0 -1 4202496 16402 0 1 0 209 8 0 0 20 0 19 0 11146953 10060525568 21258 33554432000 1073741824 1073778376 140734090817408 140734090808544 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2009/statm: 2456183 21258 2265 9 0 2446860 0
[pid=2009/tid=2010] ppid=2006 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/2009/task/2010/stat : 2010 (java) S 2006 2009 23565 0 -1 4202560 2412 0 1 0 14 1 0 0 20 0 19 0 11146954 10060525568 21258 33554432000 1073741824 1073778376 140734090817408 140468162831224 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2009/tid=2012] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2012/stat : 2012 (java) S 2006 2009 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11146954 10060525568 21258 33554432000 1073741824 1073778376 140734090817408 140468124322728 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2009/tid=2013] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2013/stat : 2013 (java) S 2006 2009 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11146954 10060525568 21258 33554432000 1073741824 1073778376 140734090817408 140468123270184 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2009/tid=2014] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2014/stat : 2014 (java) S 2006 2009 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11146954 10060525568 21258 33554432000 1073741824 1073778376 140734090817408 140468122217128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2009/tid=2015] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2015/stat : 2015 (java) S 2006 2009 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11146954 10060525568 21258 33554432000 1073741824 1073778376 140734090817408 140468121164584 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2009/tid=2016] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2016/stat : 2016 (java) S 2006 2009 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11146954 10060525568 21258 33554432000 1073741824 1073778376 140734090817408 140468120111528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2009/tid=2017] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2017/stat : 2017 (java) S 2006 2009 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11146954 10060525568 21258 33554432000 1073741824 1073778376 140734090817408 140468119058984 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2009/tid=2018] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2018/stat : 2018 (java) S 2006 2009 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11146954 10060525568 21258 33554432000 1073741824 1073778376 140734090817408 140468118005928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2009/tid=2019] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2019/stat : 2019 (java) S 2006 2009 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11146954 10060525568 21258 33554432000 1073741824 1073778376 140734090817408 140468116953384 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2009/tid=2020] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2020/stat : 2020 (java) S 2006 2009 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11146955 10060525568 21258 33554432000 1073741824 1073778376 140734090817408 140467986455400 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2009/tid=2021] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2021/stat : 2021 (java) S 2006 2009 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11146956 10060525568 21258 33554432000 1073741824 1073778376 140734090817408 140467985401720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2009/tid=2022] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2022/stat : 2022 (java) S 2006 2009 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11146956 10060525568 21258 33554432000 1073741824 1073778376 140734090817408 140467984348552 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2009/tid=2023] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2023/stat : 2023 (java) S 2006 2009 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11146958 10060525568 21258 33554432000 1073741824 1073778376 140734090817408 140467983297296 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2009/tid=2024] ppid=2006 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/2009/task/2024/stat : 2024 (java) S 2006 2009 23565 0 -1 4202560 5387 0 0 0 57 1 0 0 20 0 19 0 11146958 10060525568 21258 33554432000 1073741824 1073778376 140734090817408 140467982244152 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2009/tid=2025] ppid=2006 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/2009/task/2025/stat : 2025 (java) S 2006 2009 23565 0 -1 4202560 7247 0 0 0 52 1 0 0 20 0 19 0 11146958 10060525568 21258 33554432000 1073741824 1073778376 140734090817408 140467981191608 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2009/tid=2026] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2026/stat : 2026 (java) S 2006 2009 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11146958 10060525568 21258 33554432000 1073741824 1073778376 140734090817408 140467106736376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2009/tid=2027] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2027/stat : 2027 (java) S 2006 2009 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11146958 10060525568 21258 33554432000 1073741824 1073778376 140734090817408 140467105684040 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2009/tid=2037] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2037/stat : 2037 (java) S 2006 2009 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11147021 10060525568 21258 33554432000 1073741824 1073778376 140734090817408 140467101471528 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 9824732

[startup+3.10081 s]
/proc/loadavg: 1.44 1.75 1.87 3/216 2052
/proc/meminfo: memFree=30249688/32872528 swapFree=480748/529804
[pid=2009] ppid=2006 vsize=9824732 CPUtime=2.43 cores=1,3,5,7
/proc/2009/stat : 2009 (java) S 2006 2009 23565 0 -1 4202496 16440 0 1 0 229 14 0 0 20 0 19 0 11146953 10060525568 28941 33554432000 1073741824 1073778376 140734090817408 140734090808544 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2009/statm: 2456183 28941 2266 9 0 2446860 0
[pid=2009/tid=2010] ppid=2006 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/2009/task/2010/stat : 2010 (java) S 2006 2009 23565 0 -1 4202560 2413 0 1 0 14 2 0 0 20 0 19 0 11146954 10060525568 28941 33554432000 1073741824 1073778376 140734090817408 140468162831224 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2009/tid=2012] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2012/stat : 2012 (java) S 2006 2009 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11146954 10060525568 28941 33554432000 1073741824 1073778376 140734090817408 140468124322728 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2009/tid=2013] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2013/stat : 2013 (java) S 2006 2009 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11146954 10060525568 28941 33554432000 1073741824 1073778376 140734090817408 140468123270184 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2009/tid=2014] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2014/stat : 2014 (java) S 2006 2009 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11146954 10060525568 28941 33554432000 1073741824 1073778376 140734090817408 140468122217128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2009/tid=2015] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2015/stat : 2015 (java) S 2006 2009 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11146954 10060525568 28941 33554432000 1073741824 1073778376 140734090817408 140468121164584 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2009/tid=2016] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2016/stat : 2016 (java) S 2006 2009 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11146954 10060525568 28941 33554432000 1073741824 1073778376 140734090817408 140468120111528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2009/tid=2017] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2017/stat : 2017 (java) S 2006 2009 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11146954 10060525568 28941 33554432000 1073741824 1073778376 140734090817408 140468119058984 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2009/tid=2018] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2018/stat : 2018 (java) S 2006 2009 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11146954 10060525568 28941 33554432000 1073741824 1073778376 140734090817408 140468118005928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2009/tid=2019] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2019/stat : 2019 (java) S 2006 2009 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11146954 10060525568 28941 33554432000 1073741824 1073778376 140734090817408 140468116953384 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2009/tid=2020] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2020/stat : 2020 (java) S 2006 2009 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11146955 10060525568 28941 33554432000 1073741824 1073778376 140734090817408 140467986455400 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2009/tid=2021] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2021/stat : 2021 (java) S 2006 2009 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11146956 10060525568 28941 33554432000 1073741824 1073778376 140734090817408 140467985401720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2009/tid=2022] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2022/stat : 2022 (java) S 2006 2009 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11146956 10060525568 28941 33554432000 1073741824 1073778376 140734090817408 140467984348552 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2009/tid=2023] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2023/stat : 2023 (java) S 2006 2009 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11146958 10060525568 28941 33554432000 1073741824 1073778376 140734090817408 140467983297296 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2009/tid=2024] ppid=2006 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/2009/task/2024/stat : 2024 (java) S 2006 2009 23565 0 -1 4202560 5388 0 0 0 60 1 0 0 20 0 19 0 11146958 10060525568 28941 33554432000 1073741824 1073778376 140734090817408 140467982244152 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2009/tid=2025] ppid=2006 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/2009/task/2025/stat : 2025 (java) S 2006 2009 23565 0 -1 4202560 7247 0 0 0 52 1 0 0 20 0 19 0 11146958 10060525568 28941 33554432000 1073741824 1073778376 140734090817408 140467981191608 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2009/tid=2026] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2026/stat : 2026 (java) S 2006 2009 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11146958 10060525568 28941 33554432000 1073741824 1073778376 140734090817408 140467106736376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2009/tid=2027] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2027/stat : 2027 (java) S 2006 2009 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11146958 10060525568 28941 33554432000 1073741824 1073778376 140734090817408 140467105684040 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2009/tid=2037] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2037/stat : 2037 (java) S 2006 2009 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11147021 10060525568 28941 33554432000 1073741824 1073778376 140734090817408 140467101471528 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=14 pid=1810 uid=0 cmd=

[startup+6.30081 s]
/proc/loadavg: 1.32 1.72 1.86 3/216 2091
/proc/meminfo: memFree=30179272/32872528 swapFree=480748/529804
[pid=2009] ppid=2006 vsize=9824732 CPUtime=3.58 cores=1,3,5,7
/proc/2009/stat : 2009 (java) S 2006 2009 23565 0 -1 4202496 20590 0 1 0 332 26 0 0 20 0 19 0 11146953 10060525568 43774 33554432000 1073741824 1073778376 140734090817408 140734090808544 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2009/statm: 2456183 43774 2286 9 0 2446860 0
[pid=2009/tid=2010] ppid=2006 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/2009/task/2010/stat : 2010 (java) S 2006 2009 23565 0 -1 4202560 2414 0 1 0 14 2 0 0 20 0 19 0 11146954 10060525568 43774 33554432000 1073741824 1073778376 140734090817408 140468162831224 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2009/tid=2012] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2012/stat : 2012 (java) S 2006 2009 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11146954 10060525568 43774 33554432000 1073741824 1073778376 140734090817408 140468124322728 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2009/tid=2013] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2013/stat : 2013 (java) S 2006 2009 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11146954 10060525568 43774 33554432000 1073741824 1073778376 140734090817408 140468123270184 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2009/tid=2014] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2014/stat : 2014 (java) S 2006 2009 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11146954 10060525568 43774 33554432000 1073741824 1073778376 140734090817408 140468122217128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2009/tid=2015] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2015/stat : 2015 (java) S 2006 2009 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11146954 10060525568 43774 33554432000 1073741824 1073778376 140734090817408 140468121164584 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2009/tid=2016] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2016/stat : 2016 (java) S 2006 2009 23565 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 11146954 10060525568 43774 33554432000 1073741824 1073778376 140734090817408 140468120111528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2009/tid=2017] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2017/stat : 2017 (java) S 2006 2009 23565 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 11146954 10060525568 43774 33554432000 1073741824 1073778376 140734090817408 140468119058984 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2009/tid=2018] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2018/stat : 2018 (java) S 2006 2009 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11146954 10060525568 43774 33554432000 1073741824 1073778376 140734090817408 140468118005928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2009/tid=2019] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2019/stat : 2019 (java) S 2006 2009 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11146954 10060525568 43774 33554432000 1073741824 1073778376 140734090817408 140468116953384 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2009/tid=2020] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2020/stat : 2020 (java) S 2006 2009 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11146955 10060525568 43774 33554432000 1073741824 1073778376 140734090817408 140467986455400 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2009/tid=2021] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2021/stat : 2021 (java) S 2006 2009 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11146956 10060525568 43774 33554432000 1073741824 1073778376 140734090817408 140467985401720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2009/tid=2022] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2022/stat : 2022 (java) S 2006 2009 23565 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 11146956 10060525568 43774 33554432000 1073741824 1073778376 140734090817408 140467984348552 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2009/tid=2023] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2023/stat : 2023 (java) S 2006 2009 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11146958 10060525568 43774 33554432000 1073741824 1073778376 140734090817408 140467983297296 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2009/tid=2024] ppid=2006 vsize=9824732 CPUtime=0.87 cores=1,3,5,7

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

/proc/2009/task/2027/stat : 2027 (java) S 2006 2009 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 11146958 10060525568 93902 33554432000 1073741824 1073778376 140734090817408 140467105684040 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2009/tid=2037] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2037/stat : 2037 (java) S 2006 2009 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 11147021 10060525568 93902 33554432000 1073741824 1073778376 140734090817408 140467101471528 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2009/tid=2382] ppid=2006 vsize=9824732 CPUtime=3.11 cores=1,3,5,7
/proc/2009/task/2382/stat : 2382 (java) R 2006 2009 23565 0 -1 4202560 14 0 0 0 311 0 0 0 20 0 22 0 11149676 10060525568 93902 33554432000 1073741824 1073778376 140734090817408 140467103576752 140467996522271 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2009/tid=2383] ppid=2006 vsize=9824732 CPUtime=3.11 cores=1,3,5,7
/proc/2009/task/2383/stat : 2383 (java) R 2006 2009 23565 0 -1 4202560 383 0 0 0 308 3 0 0 20 0 22 0 11149676 10060525568 93902 33554432000 1073741824 1073778376 140734090817408 140467102522544 140467996564110 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2009/tid=2384] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2384/stat : 2384 (java) S 2006 2009 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 11149676 10060525568 93902 33554432000 1073741824 1073778376 140734090817408 140467104629928 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 17.43
Current children cumulated vsize (KiB) 9824732

[startup+32.008 s]
/proc/loadavg: 1.74 1.78 1.87 3/216 2414
/proc/meminfo: memFree=29885532/32872528 swapFree=480748/529804
[pid=2009] ppid=2006 vsize=9824732 CPUtime=20.66 cores=1,3,5,7
/proc/2009/stat : 2009 (java) S 2006 2009 23565 0 -1 4202496 32600 0 1 0 1956 110 0 0 20 0 22 0 11146953 10060525568 124715 33554432000 1073741824 1073778376 140734090817408 140734090808544 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2009/statm: 2456183 124715 2288 9 0 2446860 0
[pid=2009/tid=2010] ppid=2006 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/2009/task/2010/stat : 2010 (java) S 2006 2009 23565 0 -1 4202560 2414 0 1 0 17 2 0 0 20 0 22 0 11146954 10060525568 124715 33554432000 1073741824 1073778376 140734090817408 140468162831224 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2009/tid=2012] ppid=2006 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/2009/task/2012/stat : 2012 (java) S 2006 2009 23565 0 -1 4202560 26 0 0 0 6 1 0 0 20 0 22 0 11146954 10060525568 124715 33554432000 1073741824 1073778376 140734090817408 140468124322728 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2009/tid=2013] ppid=2006 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/2009/task/2013/stat : 2013 (java) S 2006 2009 23565 0 -1 4202560 31 0 0 0 9 2 0 0 20 0 22 0 11146954 10060525568 124715 33554432000 1073741824 1073778376 140734090817408 140468123270184 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2009/tid=2014] ppid=2006 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/2009/task/2014/stat : 2014 (java) S 2006 2009 23565 0 -1 4202560 29 0 0 0 8 0 0 0 20 0 22 0 11146954 10060525568 124715 33554432000 1073741824 1073778376 140734090817408 140468122217128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2009/tid=2015] ppid=2006 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/2009/task/2015/stat : 2015 (java) S 2006 2009 23565 0 -1 4202560 38 0 0 0 6 0 0 0 20 0 22 0 11146954 10060525568 124715 33554432000 1073741824 1073778376 140734090817408 140468121164584 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2009/tid=2016] ppid=2006 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/2009/task/2016/stat : 2016 (java) S 2006 2009 23565 0 -1 4202560 18 0 0 0 7 0 0 0 20 0 22 0 11146954 10060525568 124715 33554432000 1073741824 1073778376 140734090817408 140468120111528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2009/tid=2017] ppid=2006 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/2009/task/2017/stat : 2017 (java) S 2006 2009 23565 0 -1 4202560 26 0 0 0 7 0 0 0 20 0 22 0 11146954 10060525568 124715 33554432000 1073741824 1073778376 140734090817408 140468119058984 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2009/tid=2018] ppid=2006 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/2009/task/2018/stat : 2018 (java) S 2006 2009 23565 0 -1 4202560 24 0 0 0 6 1 0 0 20 0 22 0 11146954 10060525568 124715 33554432000 1073741824 1073778376 140734090817408 140468118005928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2009/tid=2019] ppid=2006 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/2009/task/2019/stat : 2019 (java) S 2006 2009 23565 0 -1 4202560 27 0 0 0 4 0 0 0 20 0 22 0 11146954 10060525568 124715 33554432000 1073741824 1073778376 140734090817408 140468116953384 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2009/tid=2020] ppid=2006 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/2009/task/2020/stat : 2020 (java) S 2006 2009 23565 0 -1 4202560 288 0 0 0 0 6 0 0 20 0 22 0 11146955 10060525568 124715 33554432000 1073741824 1073778376 140734090817408 140467986455400 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2009/tid=2021] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2021/stat : 2021 (java) S 2006 2009 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 11146956 10060525568 124715 33554432000 1073741824 1073778376 140734090817408 140467985401720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2009/tid=2022] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2022/stat : 2022 (java) S 2006 2009 23565 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 22 0 11146956 10060525568 124715 33554432000 1073741824 1073778376 140734090817408 140467984348552 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2009/tid=2023] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2023/stat : 2023 (java) S 2006 2009 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11146958 10060525568 124715 33554432000 1073741824 1073778376 140734090817408 140467983297296 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2009/tid=2024] ppid=2006 vsize=9824732 CPUtime=1.42 cores=1,3,5,7
/proc/2009/task/2024/stat : 2024 (java) S 2006 2009 23565 0 -1 4202560 11040 0 0 0 140 2 0 0 20 0 22 0 11146958 10060525568 124715 33554432000 1073741824 1073778376 140734090817408 140467982244152 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2009/tid=2025] ppid=2006 vsize=9824732 CPUtime=1.71 cores=1,3,5,7
/proc/2009/task/2025/stat : 2025 (java) S 2006 2009 23565 0 -1 4202560 16303 0 0 0 169 2 0 0 20 0 22 0 11146958 10060525568 124715 33554432000 1073741824 1073778376 140734090817408 140467981191608 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2009/tid=2026] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2026/stat : 2026 (java) S 2006 2009 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11146958 10060525568 124715 33554432000 1073741824 1073778376 140734090817408 140467106736376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2009/tid=2027] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2027/stat : 2027 (java) S 2006 2009 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 11146958 10060525568 124715 33554432000 1073741824 1073778376 140734090817408 140467105684040 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2009/tid=2037] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2037/stat : 2037 (java) S 2006 2009 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 11147021 10060525568 124715 33554432000 1073741824 1073778376 140734090817408 140467101471528 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2009/tid=2382] ppid=2006 vsize=9824732 CPUtime=4.69 cores=1,3,5,7
/proc/2009/task/2382/stat : 2382 (java) R 2006 2009 23565 0 -1 4202560 19 0 0 0 469 0 0 0 20 0 22 0 11149676 10060525568 124715 33554432000 1073741824 1073778376 140734090817408 140467103575176 140467996401100 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2009/tid=2383] ppid=2006 vsize=9824732 CPUtime=4.69 cores=1,3,5,7
/proc/2009/task/2383/stat : 2383 (java) R 2006 2009 23565 0 -1 4202560 432 0 0 0 465 4 0 0 20 0 22 0 11149676 10060525568 124715 33554432000 1073741824 1073778376 140734090817408 140467102522768 140467996384490 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2009/tid=2384] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2384/stat : 2384 (java) S 2006 2009 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 11149676 10060525568 124715 33554432000 1073741824 1073778376 140734090817408 140467104629928 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 20.66
Current children cumulated vsize (KiB) 9824732

[startup+32.4009 s]
/proc/loadavg: 1.74 1.78 1.87 3/216 2414
/proc/meminfo: memFree=29885532/32872528 swapFree=480748/529804
[pid=2009] ppid=2006 vsize=9824732 CPUtime=21.45 cores=1,3,5,7
/proc/2009/stat : 2009 (java) S 2006 2009 23565 0 -1 4202496 32600 0 1 0 2035 110 0 0 20 0 22 0 11146953 10060525568 124715 33554432000 1073741824 1073778376 140734090817408 140734090808544 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2009/statm: 2456183 124715 2288 9 0 2446860 0
[pid=2009/tid=2010] ppid=2006 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/2009/task/2010/stat : 2010 (java) S 2006 2009 23565 0 -1 4202560 2414 0 1 0 17 2 0 0 20 0 22 0 11146954 10060525568 124715 33554432000 1073741824 1073778376 140734090817408 140468162831224 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2009/tid=2012] ppid=2006 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/2009/task/2012/stat : 2012 (java) S 2006 2009 23565 0 -1 4202560 26 0 0 0 6 1 0 0 20 0 22 0 11146954 10060525568 124715 33554432000 1073741824 1073778376 140734090817408 140468124322728 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2009/tid=2013] ppid=2006 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/2009/task/2013/stat : 2013 (java) S 2006 2009 23565 0 -1 4202560 31 0 0 0 9 2 0 0 20 0 22 0 11146954 10060525568 124715 33554432000 1073741824 1073778376 140734090817408 140468123270184 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2009/tid=2014] ppid=2006 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/2009/task/2014/stat : 2014 (java) S 2006 2009 23565 0 -1 4202560 29 0 0 0 8 0 0 0 20 0 22 0 11146954 10060525568 124715 33554432000 1073741824 1073778376 140734090817408 140468122217128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2009/tid=2015] ppid=2006 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/2009/task/2015/stat : 2015 (java) S 2006 2009 23565 0 -1 4202560 38 0 0 0 6 0 0 0 20 0 22 0 11146954 10060525568 124715 33554432000 1073741824 1073778376 140734090817408 140468121164584 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2009/tid=2016] ppid=2006 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/2009/task/2016/stat : 2016 (java) S 2006 2009 23565 0 -1 4202560 18 0 0 0 7 0 0 0 20 0 22 0 11146954 10060525568 124715 33554432000 1073741824 1073778376 140734090817408 140468120111528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2009/tid=2017] ppid=2006 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/2009/task/2017/stat : 2017 (java) S 2006 2009 23565 0 -1 4202560 26 0 0 0 7 0 0 0 20 0 22 0 11146954 10060525568 124715 33554432000 1073741824 1073778376 140734090817408 140468119058984 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2009/tid=2018] ppid=2006 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/2009/task/2018/stat : 2018 (java) S 2006 2009 23565 0 -1 4202560 24 0 0 0 6 1 0 0 20 0 22 0 11146954 10060525568 124715 33554432000 1073741824 1073778376 140734090817408 140468118005928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2009/tid=2019] ppid=2006 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/2009/task/2019/stat : 2019 (java) S 2006 2009 23565 0 -1 4202560 27 0 0 0 4 0 0 0 20 0 22 0 11146954 10060525568 124715 33554432000 1073741824 1073778376 140734090817408 140468116953384 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2009/tid=2020] ppid=2006 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/2009/task/2020/stat : 2020 (java) S 2006 2009 23565 0 -1 4202560 288 0 0 0 0 6 0 0 20 0 22 0 11146955 10060525568 124715 33554432000 1073741824 1073778376 140734090817408 140467986455400 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2009/tid=2021] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2021/stat : 2021 (java) S 2006 2009 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 11146956 10060525568 124715 33554432000 1073741824 1073778376 140734090817408 140467985401720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2009/tid=2022] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2022/stat : 2022 (java) S 2006 2009 23565 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 22 0 11146956 10060525568 124715 33554432000 1073741824 1073778376 140734090817408 140467984348552 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2009/tid=2023] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2023/stat : 2023 (java) S 2006 2009 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11146958 10060525568 124715 33554432000 1073741824 1073778376 140734090817408 140467983297296 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2009/tid=2024] ppid=2006 vsize=9824732 CPUtime=1.42 cores=1,3,5,7
/proc/2009/task/2024/stat : 2024 (java) S 2006 2009 23565 0 -1 4202560 11040 0 0 0 140 2 0 0 20 0 22 0 11146958 10060525568 124715 33554432000 1073741824 1073778376 140734090817408 140467982244152 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2009/tid=2025] ppid=2006 vsize=9824732 CPUtime=1.71 cores=1,3,5,7
/proc/2009/task/2025/stat : 2025 (java) S 2006 2009 23565 0 -1 4202560 16303 0 0 0 169 2 0 0 20 0 22 0 11146958 10060525568 124715 33554432000 1073741824 1073778376 140734090817408 140467981191608 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2009/tid=2026] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2026/stat : 2026 (java) S 2006 2009 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11146958 10060525568 124715 33554432000 1073741824 1073778376 140734090817408 140467106736376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2009/tid=2027] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2027/stat : 2027 (java) S 2006 2009 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 11146958 10060525568 124715 33554432000 1073741824 1073778376 140734090817408 140467105684040 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2009/tid=2037] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2037/stat : 2037 (java) S 2006 2009 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 11147021 10060525568 124715 33554432000 1073741824 1073778376 140734090817408 140467101471528 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2009/tid=2382] ppid=2006 vsize=9824732 CPUtime=5.08 cores=1,3,5,7
/proc/2009/task/2382/stat : 2382 (java) R 2006 2009 23565 0 -1 4202560 19 0 0 0 508 0 0 0 20 0 22 0 11149676 10060525568 124715 33554432000 1073741824 1073778376 140734090817408 140467103568144 140467996522257 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2009/tid=2383] ppid=2006 vsize=9824732 CPUtime=5.08 cores=1,3,5,7
/proc/2009/task/2383/stat : 2383 (java) R 2006 2009 23565 0 -1 4202560 432 0 0 0 504 4 0 0 20 0 22 0 11149676 10060525568 124715 33554432000 1073741824 1073778376 140734090817408 140467102522768 140467996468908 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2009/tid=2384] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2384/stat : 2384 (java) S 2006 2009 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 11149676 10060525568 124715 33554432000 1073741824 1073778376 140734090817408 140467104629928 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 21.45
Current children cumulated vsize (KiB) 9824732

[startup+32.8008 s]
/proc/loadavg: 1.74 1.78 1.87 3/216 2414
/proc/meminfo: memFree=29885532/32872528 swapFree=480748/529804
[pid=2009] ppid=2006 vsize=9824732 CPUtime=21.83 cores=1,3,5,7
/proc/2009/stat : 2009 (java) S 2006 2009 23565 0 -1 4202496 32630 0 1 0 2071 112 0 0 20 0 19 0 11146953 10060525568 127277 33554432000 1073741824 1073778376 140734090817408 140734090808544 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2009/statm: 2456183 127277 2288 9 0 2446860 0
[pid=2009/tid=2010] ppid=2006 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/2009/task/2010/stat : 2010 (java) R 2006 2009 23565 0 -1 4202560 2415 0 1 0 23 2 0 0 20 0 19 0 11146954 10060525568 127277 33554432000 1073741824 1073778376 140734090817408 140468162830888 140467996202934 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2009/tid=2012] ppid=2006 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/2009/task/2012/stat : 2012 (java) S 2006 2009 23565 0 -1 4202560 30 0 0 0 7 1 0 0 20 0 19 0 11146954 10060525568 127277 33554432000 1073741824 1073778376 140734090817408 140468124322728 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2009/tid=2013] ppid=2006 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/2009/task/2013/stat : 2013 (java) S 2006 2009 23565 0 -1 4202560 31 0 0 0 9 2 0 0 20 0 19 0 11146954 10060525568 127277 33554432000 1073741824 1073778376 140734090817408 140468123270184 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2009/tid=2014] ppid=2006 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/2009/task/2014/stat : 2014 (java) S 2006 2009 23565 0 -1 4202560 34 0 0 0 8 1 0 0 20 0 19 0 11146954 10060525568 127277 33554432000 1073741824 1073778376 140734090817408 140468122217128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2009/tid=2015] ppid=2006 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/2009/task/2015/stat : 2015 (java) S 2006 2009 23565 0 -1 4202560 39 0 0 0 6 0 0 0 20 0 19 0 11146954 10060525568 127277 33554432000 1073741824 1073778376 140734090817408 140468121164584 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2009/tid=2016] ppid=2006 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/2009/task/2016/stat : 2016 (java) S 2006 2009 23565 0 -1 4202560 24 0 0 0 8 0 0 0 20 0 19 0 11146954 10060525568 127277 33554432000 1073741824 1073778376 140734090817408 140468120111528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2009/tid=2017] ppid=2006 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/2009/task/2017/stat : 2017 (java) S 2006 2009 23565 0 -1 4202560 26 0 0 0 7 0 0 0 20 0 19 0 11146954 10060525568 127277 33554432000 1073741824 1073778376 140734090817408 140468119058984 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2009/tid=2018] ppid=2006 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/2009/task/2018/stat : 2018 (java) S 2006 2009 23565 0 -1 4202560 24 0 0 0 6 1 0 0 20 0 19 0 11146954 10060525568 127277 33554432000 1073741824 1073778376 140734090817408 140468118005928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2009/tid=2019] ppid=2006 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/2009/task/2019/stat : 2019 (java) S 2006 2009 23565 0 -1 4202560 40 0 0 0 6 0 0 0 20 0 19 0 11146954 10060525568 127277 33554432000 1073741824 1073778376 140734090817408 140468116953384 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2009/tid=2020] ppid=2006 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/2009/task/2020/stat : 2020 (java) S 2006 2009 23565 0 -1 4202560 288 0 0 0 0 6 0 0 20 0 19 0 11146955 10060525568 127277 33554432000 1073741824 1073778376 140734090817408 140467986455400 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2009/tid=2021] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2021/stat : 2021 (java) S 2006 2009 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11146956 10060525568 127277 33554432000 1073741824 1073778376 140734090817408 140467985401720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2009/tid=2022] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2022/stat : 2022 (java) S 2006 2009 23565 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 19 0 11146956 10060525568 127277 33554432000 1073741824 1073778376 140734090817408 140467984348552 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2009/tid=2023] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2023/stat : 2023 (java) S 2006 2009 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11146958 10060525568 127277 33554432000 1073741824 1073778376 140734090817408 140467983297296 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2009/tid=2024] ppid=2006 vsize=9824732 CPUtime=1.45 cores=1,3,5,7
/proc/2009/task/2024/stat : 2024 (java) S 2006 2009 23565 0 -1 4202560 11040 0 0 0 143 2 0 0 20 0 19 0 11146958 10060525568 127277 33554432000 1073741824 1073778376 140734090817408 140467982244152 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2009/tid=2025] ppid=2006 vsize=9824732 CPUtime=1.71 cores=1,3,5,7
/proc/2009/task/2025/stat : 2025 (java) S 2006 2009 23565 0 -1 4202560 16303 0 0 0 169 2 0 0 20 0 19 0 11146958 10060525568 127277 33554432000 1073741824 1073778376 140734090817408 140467981191608 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2009/tid=2026] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2026/stat : 2026 (java) S 2006 2009 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11146958 10060525568 127277 33554432000 1073741824 1073778376 140734090817408 140467106736376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2009/tid=2027] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2027/stat : 2027 (java) S 2006 2009 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11146958 10060525568 127277 33554432000 1073741824 1073778376 140734090817408 140467105684040 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2009/tid=2037] ppid=2006 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2009/task/2037/stat : 2037 (java) S 2006 2009 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11147021 10060525568 127277 33554432000 1073741824 1073778376 140734090817408 140467101471528 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 21.83
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.0299993
#  lost CPU user time (s): 0.03
#  lost CPU system time (s): 0

Real time (s): 32.8354
CPU time (s): 21.9807
CPU user time (s): 20.7588
CPU system time (s): 1.22181
CPU usage (%): 66.9419
Max. virtual memory (cumulated for all children) (KiB): 9826340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.7288
system time used= 1.22181
maximum resident set size= 509132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32644
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= 3052
involuntary context switches= 1173

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.224965 second user time and 0.245962 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-30 23:14:30
IDJOB=4109513
IDBENCH=78835
IDSOLVER=2552
FILE ID=node141/4109513-1467321270
RUNJOBID= node141-1467319102-29021
PBS_JOBID= 20005274
Free space on /tmp= 71704 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.1111219348--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109513-1467321270/watcher-4109513-1467321270 -o /tmp/evaluation-result-4109513-1467321270/solver-4109513-1467321270 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1467319102-29021 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109513-1467321270.wbo

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

MD5SUM BENCH= 7d1a0d5c8a3f394cf884d27f593f1e02
RANDOM SEED=1873351975

node141.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.448
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.89
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.448
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.448
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.448
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.448
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.448
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	: 5339.30
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.448
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.53
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.448
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30364368 kB
Buffers:          175096 kB
Cached:           862532 kB
SwapCached:            0 kB
Active:           509028 kB
Inactive:         717432 kB
Active(anon):     191628 kB
Inactive(anon):        4 kB
Active(file):     317400 kB
Inactive(file):   717428 kB
Unevictable:      529804 kB
Mlocked:          480748 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1440 kB
Writeback:             0 kB
AnonPages:        682016 kB
Mapped:            22284 kB
Shmem:               204 kB
Slab:             620280 kB
SReclaimable:      63644 kB
SUnreclaim:       556636 kB
KernelStack:        1784 kB
PageTables:         5760 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1225636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    151552 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= 71700 MiB
End job on node141 at 2016-06-30 23:15:03