Trace number 4109520

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16OPTIMUM 12.5931 10.8

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110966688--soft-33-100-0.wbo
MD5SUMfccded6cff561c59d5626150da1e6e32
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark4.19636
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints64
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 3426
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 3425
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1237
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4109520-1466343653.wbo
0.08/0.12	c reading problem ... 
0.08/0.18	c ... done. Wall clock time 0.054s.
0.08/0.18	c declared #vars     169
0.08/0.18	c internal #vars     233
0.08/0.18	c #constraints  101
0.08/0.18	c constraints type 
0.08/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.08/0.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
0.08/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 41
0.08/0.18	c 101 constraints processed.
0.08/0.18	c objective function length is 64 literals
0.53/0.34	c SATISFIABLE
0.53/0.34	c OPTIMIZING...
0.53/0.34	c Got one! Elapsed wall clock time (in seconds):0.215
0.53/0.34	o 997
0.53/0.34	c Got one! Elapsed wall clock time (in seconds):0.222
0.53/0.34	o 996
0.53/0.35	c Got one! Elapsed wall clock time (in seconds):0.227
0.53/0.35	o 768
0.53/0.35	c Got one! Elapsed wall clock time (in seconds):0.23
0.53/0.35	o 763
0.80/0.56	c cleaning 2829 clauses out of 5677 with flag 12446/5677
0.80/0.57	c Got one! Elapsed wall clock time (in seconds):0.444
0.80/0.57	o 681
0.80/0.58	c Got one! Elapsed wall clock time (in seconds):0.46
0.80/0.58	o 672
0.80/0.59	c Got one! Elapsed wall clock time (in seconds):0.466
0.80/0.59	o 662
1.06/0.60	c Got one! Elapsed wall clock time (in seconds):0.476
1.06/0.60	o 637
1.06/0.60	c Got one! Elapsed wall clock time (in seconds):0.48
1.06/0.60	o 516
1.06/0.60	c Got one! Elapsed wall clock time (in seconds):0.483
1.06/0.60	o 462
1.06/0.62	c Got one! Elapsed wall clock time (in seconds):0.494
1.06/0.62	o 447
1.06/0.62	c Got one! Elapsed wall clock time (in seconds):0.498
1.06/0.62	o 391
1.06/0.63	c Got one! Elapsed wall clock time (in seconds):0.505
1.06/0.63	o 385
1.06/0.64	c Got one! Elapsed wall clock time (in seconds):0.518
1.06/0.64	o 358
1.06/0.65	c Got one! Elapsed wall clock time (in seconds):0.524
1.06/0.65	o 357
1.31/0.70	c Got one! Elapsed wall clock time (in seconds):0.576
1.31/0.70	o 321
1.31/0.71	c Got one! Elapsed wall clock time (in seconds):0.592
1.31/0.71	o 320
1.31/0.73	c Got one! Elapsed wall clock time (in seconds):0.61
1.31/0.73	o 310
1.31/0.78	c Got one! Elapsed wall clock time (in seconds):0.66
1.31/0.78	o 282
1.48/0.81	c Got one! Elapsed wall clock time (in seconds):0.683
1.48/0.81	o 281
1.48/0.81	c Got one! Elapsed wall clock time (in seconds):0.691
1.48/0.81	o 279
1.58/0.95	c cleaning 6284 clauses out of 12576 with flag 10333/15405
1.67/1.02	c Got one! Elapsed wall clock time (in seconds):0.893
1.67/1.02	o 268
1.67/1.05	c Got one! Elapsed wall clock time (in seconds):0.925
1.67/1.05	o 251
1.67/1.08	c Got one! Elapsed wall clock time (in seconds):0.957
1.67/1.08	o 249
1.79/1.11	c Got one! Elapsed wall clock time (in seconds):0.991
1.79/1.11	o 243
1.79/1.12	c Got one! Elapsed wall clock time (in seconds):0.995
1.79/1.12	o 228
1.89/1.22	c Got one! Elapsed wall clock time (in seconds):1.102
1.89/1.22	o 224
1.89/1.26	c Got one! Elapsed wall clock time (in seconds):1.136
1.89/1.26	o 222
1.99/1.31	c Got one! Elapsed wall clock time (in seconds):1.185
1.99/1.31	o 221
1.99/1.34	c Got one! Elapsed wall clock time (in seconds):1.22
1.99/1.34	o 204
1.99/1.37	c Got one! Elapsed wall clock time (in seconds):1.25
1.99/1.37	o 203
2.09/1.43	c cleaning 8517 clauses out of 17034 with flag 3421/26147
2.22/1.54	c Got one! Elapsed wall clock time (in seconds):1.421
2.22/1.54	o 202
2.32/1.62	c Got one! Elapsed wall clock time (in seconds):1.493
2.32/1.62	o 197
2.32/1.65	c Got one! Elapsed wall clock time (in seconds):1.53
2.32/1.65	o 181
2.32/1.67	c Got one! Elapsed wall clock time (in seconds):1.544
2.32/1.67	o 180
2.43/1.75	c Got one! Elapsed wall clock time (in seconds):1.627
2.43/1.75	o 179
2.43/1.77	c Got one! Elapsed wall clock time (in seconds):1.646
2.43/1.77	o 168
2.53/1.82	c Got one! Elapsed wall clock time (in seconds):1.695
2.53/1.82	o 151
2.53/1.88	c cleaning 9089 clauses out of 18195 with flag 3823/35825
2.64/1.90	c Got one! Elapsed wall clock time (in seconds):1.776
2.64/1.90	o 146
2.84/2.11	c Got one! Elapsed wall clock time (in seconds):1.985
2.84/2.11	o 140
2.84/2.17	c cleaning 7587 clauses out of 15180 with flag 4331/41899
3.08/2.37	c Got one! Elapsed wall clock time (in seconds):2.247
3.08/2.37	o 135
3.08/2.39	c Got one! Elapsed wall clock time (in seconds):2.269
3.08/2.39	o 134
3.18/2.45	c cleaning 6878 clauses out of 13781 with flag 3965/48087
3.28/2.50	c Got one! Elapsed wall clock time (in seconds):2.379
3.28/2.50	o 123
3.28/2.52	c Got one! Elapsed wall clock time (in seconds):2.399
3.28/2.52	o 113
3.28/2.54	c Got one! Elapsed wall clock time (in seconds):2.416
3.28/2.54	o 109
3.66/2.74	c cleaning 6643 clauses out of 13294 with flag 16401/54478
3.86/2.90	c Got one! Elapsed wall clock time (in seconds):2.775
3.86/2.90	o 108
3.86/2.93	c Got one! Elapsed wall clock time (in seconds):2.812
3.86/2.93	o 104
3.96/3.03	c cleaning 6463 clauses out of 12930 with flag 9735/60757
4.06/3.11	c Got one! Elapsed wall clock time (in seconds):2.988
4.06/3.11	o 93
4.06/3.14	c Got one! Elapsed wall clock time (in seconds):3.015
4.06/3.14	o 86
4.16/3.27	c cleaning 6085 clauses out of 12174 with flag 12084/66464
4.27/3.31	c Got one! Elapsed wall clock time (in seconds):3.184
4.27/3.31	o 82
4.27/3.36	c Got one! Elapsed wall clock time (in seconds):3.24
4.27/3.36	o 81
4.37/3.48	c Got one! Elapsed wall clock time (in seconds):3.354
4.37/3.48	o 65
4.46/3.57	c cleaning 6642 clauses out of 13299 with flag 8256/73674
4.76/3.82	c cleaning 6327 clauses out of 12657 with flag 31154/79674
5.06/4.12	c cleaning 6663 clauses out of 13330 with flag 61574/86674
5.51/4.51	c cleaning 7331 clauses out of 14667 with flag 97641/94674
6.08/4.94	c cleaning 8165 clauses out of 16337 with flag 132999/103675
6.49/5.10	c Got one! Elapsed wall clock time (in seconds):4.975
6.49/5.10	o 53
6.69/5.20	c cleaning 7033 clauses out of 14079 with flag 7466/109582
6.94/5.44	c cleaning 6521 clauses out of 13045 with flag 29987/115581
6.94/5.48	c Got one! Elapsed wall clock time (in seconds):5.359
6.94/5.48	o 41
7.15/5.63	c cleaning 6011 clauses out of 12022 with flag 15194/121079
7.24/5.73	c Got one! Elapsed wall clock time (in seconds):5.607
7.24/5.73	o 39
7.34/5.81	c cleaning 5528 clauses out of 11064 with flag 8424/126132
7.54/6.03	c cleaning 5758 clauses out of 11537 with flag 34004/132133
7.84/6.31	c cleaning 6389 clauses out of 12778 with flag 65477/139132
8.15/6.63	c cleaning 7194 clauses out of 14389 with flag 101479/147132
8.35/6.89	c Got one! Elapsed wall clock time (in seconds):6.768
8.35/6.89	o 38
8.65/7.12	c cleaning 9370 clauses out of 18746 with flag 22211/158683
8.65/7.15	c Got one! Elapsed wall clock time (in seconds):7.032
8.65/7.15	o 36
8.65/7.19	c Got one! Elapsed wall clock time (in seconds):7.069
8.65/7.19	o 35
8.95/7.42	c cleaning 8101 clauses out of 16210 with flag 24662/165517
9.15/7.65	c cleaning 7050 clauses out of 14107 with flag 53555/171515
9.36/7.82	c Got one! Elapsed wall clock time (in seconds):7.697
9.36/7.82	o 26
9.36/7.87	c cleaning 6407 clauses out of 12823 with flag 5124/177281
9.46/7.96	c Got one! Elapsed wall clock time (in seconds):7.835
9.46/7.96	o 25
9.57/8.08	c cleaning 6051 clauses out of 12116 with flag 15534/182981
9.87/8.32	c cleaning 6028 clauses out of 12063 with flag 46817/188980
9.97/8.49	c Got one! Elapsed wall clock time (in seconds):8.367
9.97/8.49	o 24
10.07/8.54	c cleaning 5883 clauses out of 11779 with flag 5236/194725
10.27/8.77	c cleaning 5945 clauses out of 11896 with flag 34700/200725
10.63/9.07	c cleaning 6472 clauses out of 12955 with flag 70438/207729
11.16/9.41	c cleaning 7239 clauses out of 14479 with flag 111957/215727
11.56/9.81	c cleaning 8115 clauses out of 16235 with flag 161118/224725
11.76/10.03	c Got one! Elapsed wall clock time (in seconds):9.903
11.76/10.03	o 23
11.76/10.08	c cleaning 7037 clauses out of 14085 with flag 5222/230693
11.86/10.11	c Got one! Elapsed wall clock time (in seconds):9.992
11.86/10.11	o 22
12.07/10.33	c cleaning 6474 clauses out of 12958 with flag 25909/236605
12.17/10.42	c Got one! Elapsed wall clock time (in seconds):10.293
12.17/10.42	o 11
12.27/10.54	c cleaning 5862 clauses out of 11730 with flag 15210/241854
12.27/10.60	c Got one! Elapsed wall clock time (in seconds):10.473
12.27/10.60	o 9
12.47/10.70	c Got one! Elapsed wall clock time (in seconds):10.578
12.47/10.70	o 8
12.47/10.73	c Got one! Elapsed wall clock time (in seconds):10.605
12.47/10.73	o 3
12.47/10.78	c Got one! Elapsed wall clock time (in seconds):10.662
12.47/10.78	o 2
12.47/10.79	c starts		: 160
12.47/10.79	c conflicts		: 247816
12.47/10.79	c decisions		: 384665
12.47/10.79	c propagations		: 6133421
12.47/10.79	c inspects		: 129348190
12.47/10.79	c shortcuts		: 0
12.47/10.79	c learnt literals	: 23
12.47/10.79	c learnt binary clauses	: 8
12.47/10.79	c learnt ternary clauses	: 387
12.47/10.79	c learnt constraints	: 247793
12.47/10.79	c ignored constraints	: 0
12.47/10.79	c root simplifications	: 0
12.47/10.79	c removed literals (reason simplification)	: 0
12.47/10.79	c reason swapping (by a shorter reason)	: 0
12.47/10.79	c Calls to reduceDB	: 35
12.47/10.79	c Number of update (reduction) of LBD	: 64019
12.47/10.79	c Imported unit clauses	: 0
12.47/10.79	c number of reductions to clauses (during analyze)	: 0
12.47/10.79	c number of learned constraints concerned by reduction	: 0
12.47/10.79	c number of learning phase by resolution	: 0
12.47/10.79	c number of learning phase by cutting planes	: 0
12.47/10.79	c speed (assignments/second)	: 578024.7855998492
12.47/10.79	c non guided choices	2762
12.47/10.79	c learnt constraints type 
12.47/10.79	s OPTIMUM FOUND
12.47/10.79	c Found 68 solution(s)
12.47/10.79	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 x11 -x12 -x13 -x14 -x15 -x16 x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 x48 -x49 -x50 -x51 -x52 -x53 -x54 x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 x168 -x169 
12.47/10.79	c objective function=2
12.47/10.79	c Total wall clock time (in seconds): 10.669

Verifier Data

OK	2

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-4109520-1466343653/watcher-4109520-1466343653 -o /tmp/evaluation-result-4109520-1466343653/solver-4109520-1466343653 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466341814-20470 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109520-1466343653.wbo 

pid=21211
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.48 2.23 1.90 3/195 21214
/proc/meminfo: memFree=30276056/32872528 swapFree=1286400/1433568
[pid=21214] ppid=21211 vsize=9224 CPUtime=0 cores=0,2,4,6
/proc/21214/stat : 21214 (java) R 21211 21214 20454 0 -1 4202496 206 0 0 0 0 0 0 0 20 0 1 0 36412034 9445376 80 33554432000 1073741824 1073778376 140736999806112 140736999803240 214360438199 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21214/statm: 2306 92 74 9 0 38 0

[startup+0.100059 s]
/proc/loadavg: 2.48 2.23 1.90 3/195 21214
/proc/meminfo: memFree=30276056/32872528 swapFree=1286400/1433568
[pid=21214] ppid=21211 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/21214/stat : 21214 (java) S 21211 21214 20454 0 -1 4202496 4279 0 1 0 7 1 0 0 20 0 18 0 36412034 9787879424 5409 33554432000 1073741824 1073778376 140736936013792 140736936004928 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21214/statm: 2389619 5412 2096 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.2002 s]
/proc/loadavg: 2.48 2.23 1.90 3/195 21214
/proc/meminfo: memFree=30276056/32872528 swapFree=1286400/1433568
[pid=21214] ppid=21211 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/21214/stat : 21214 (java) S 21211 21214 20454 0 -1 4202496 4751 0 1 0 21 1 0 0 20 0 19 0 36412034 9856040960 6846 33554432000 1073741824 1073778376 140736936013792 140736936004928 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21214/statm: 2406260 6846 2212 9 0 2396937 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9625040

[startup+0.300203 s]
/proc/loadavg: 2.48 2.23 1.90 3/195 21214
/proc/meminfo: memFree=30276056/32872528 swapFree=1286400/1433568
[pid=21214] ppid=21211 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/21214/stat : 21214 (java) S 21211 21214 20454 0 -1 4202496 7762 0 1 0 51 2 0 0 20 0 19 0 36412034 9856040960 8859 33554432000 1073741824 1073778376 140736936013792 140736936004928 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21214/statm: 2406260 8859 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9625040

[startup+0.700182 s]
/proc/loadavg: 2.48 2.23 1.90 3/195 21214
/proc/meminfo: memFree=30276056/32872528 swapFree=1286400/1433568
[pid=21214] ppid=21211 vsize=9625040 CPUtime=1.31 cores=0,2,4,6
/proc/21214/stat : 21214 (java) S 21211 21214 20454 0 -1 4202496 17473 0 1 0 128 3 0 0 20 0 19 0 36412034 9856040960 15023 33554432000 1073741824 1073778376 140736936013792 140736936004928 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21214/statm: 2406260 15023 2258 9 0 2396937 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 9625040

[startup+1.50087 s]
/proc/loadavg: 2.48 2.23 1.90 4/214 21233
/proc/meminfo: memFree=30213444/32872528 swapFree=1286400/1433568
[pid=21214] ppid=21211 vsize=9625040 CPUtime=2.22 cores=0,2,4,6
/proc/21214/stat : 21214 (java) S 21211 21214 20454 0 -1 4202496 17515 0 1 0 218 4 0 0 20 0 19 0 36412034 9856040960 16597 33554432000 1073741824 1073778376 140736936013792 140736936004928 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21214/statm: 2406260 16597 2261 9 0 2396937 0
[pid=21214/tid=21216] ppid=21211 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/21214/task/21216/stat : 21216 (java) R 21211 21214 20454 0 -1 4202560 2417 0 1 0 143 2 0 0 20 0 19 0 36412035 9856040960 16597 33554432000 1073741824 1073778376 140736936013792 140129695015176 140129566372816 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21214/tid=21217] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21217/stat : 21217 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412037 9856040960 16597 33554432000 1073741824 1073778376 140736936013792 140129538357544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21218] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21218/stat : 21218 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412037 9856040960 16597 33554432000 1073741824 1073778376 140736936013792 140129537304744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21214/tid=21219] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21219/stat : 21219 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412037 9856040960 16597 33554432000 1073741824 1073778376 140736936013792 140129536252456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21214/tid=21220] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21220/stat : 21220 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412037 9856040960 16597 33554432000 1073741824 1073778376 140736936013792 140129535199656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21214/tid=21221] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21221/stat : 21221 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412037 9856040960 16597 33554432000 1073741824 1073778376 140736936013792 140129534147368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21222] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21222/stat : 21222 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412037 9856040960 16597 33554432000 1073741824 1073778376 140736936013792 140129533094568 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21214/tid=21223] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21223/stat : 21223 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412037 9856040960 16597 33554432000 1073741824 1073778376 140736936013792 140129532042280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21224] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21224/stat : 21224 (java) S 21211 21214 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36412037 9856040960 16597 33554432000 1073741824 1073778376 140736936013792 140129530989480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21225] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21225/stat : 21225 (java) S 21211 21214 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36412038 9856040960 16597 33554432000 1073741824 1073778376 140736936013792 140129518790888 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21226] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21226/stat : 21226 (java) S 21211 21214 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36412038 9856040960 16597 33554432000 1073741824 1073778376 140736936013792 140129517736952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21227] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21227/stat : 21227 (java) S 21211 21214 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412038 9856040960 16597 33554432000 1073741824 1073778376 140736936013792 140129516684552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21228] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21228/stat : 21228 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412041 9856040960 16597 33554432000 1073741824 1073778376 140736936013792 140129515633040 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21229] ppid=21211 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/21214/task/21229/stat : 21229 (java) S 21211 21214 20454 0 -1 4202560 8513 0 0 0 38 1 0 0 20 0 19 0 36412041 9856040960 16597 33554432000 1073741824 1073778376 140736936013792 140129514580664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21230] ppid=21211 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/21214/task/21230/stat : 21230 (java) S 21211 21214 20454 0 -1 4202560 5313 0 0 0 34 0 0 0 20 0 19 0 36412041 9856040960 16597 33554432000 1073741824 1073778376 140736936013792 140129513527864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21214/tid=21231] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21231/stat : 21231 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412041 9856040960 16597 33554432000 1073741824 1073778376 140736936013792 140129512475768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21214/tid=21232] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21232/stat : 21232 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412041 9856040960 16597 33554432000 1073741824 1073778376 140736936013792 140129511423176 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21233] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21233/stat : 21233 (java) S 21211 21214 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412052 9856040960 16597 33554432000 1073741824 1073778376 140736936013792 140129510368168 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 9625040

[startup+3.10084 s]
/proc/loadavg: 2.48 2.23 1.90 4/214 21233
/proc/meminfo: memFree=30201216/32872528 swapFree=1286400/1433568
[pid=21214] ppid=21211 vsize=9625040 CPUtime=4.06 cores=0,2,4,6
/proc/21214/stat : 21214 (java) S 21211 21214 20454 0 -1 4202496 18448 0 1 0 402 4 0 0 20 0 19 0 36412034 9856040960 18795 33554432000 1073741824 1073778376 140736936013792 140736936004928 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21214/statm: 2406260 18795 2262 9 0 2396937 0
[pid=21214/tid=21216] ppid=21211 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/21214/task/21216/stat : 21216 (java) R 21211 21214 20454 0 -1 4202560 2421 0 1 0 303 2 0 0 20 0 19 0 36412035 9856040960 18795 33554432000 1073741824 1073778376 140736936013792 140129695013288 140129566410883 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21214/tid=21217] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21217/stat : 21217 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412037 9856040960 18795 33554432000 1073741824 1073778376 140736936013792 140129538357544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21218] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21218/stat : 21218 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412037 9856040960 18795 33554432000 1073741824 1073778376 140736936013792 140129537304744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21214/tid=21219] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21219/stat : 21219 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412037 9856040960 18795 33554432000 1073741824 1073778376 140736936013792 140129536252456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21214/tid=21220] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21220/stat : 21220 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412037 9856040960 18795 33554432000 1073741824 1073778376 140736936013792 140129535199656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21214/tid=21221] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21221/stat : 21221 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412037 9856040960 18795 33554432000 1073741824 1073778376 140736936013792 140129534147368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21222] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21222/stat : 21222 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412037 9856040960 18795 33554432000 1073741824 1073778376 140736936013792 140129533094568 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21214/tid=21223] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21223/stat : 21223 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412037 9856040960 18795 33554432000 1073741824 1073778376 140736936013792 140129532042280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21224] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21224/stat : 21224 (java) S 21211 21214 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36412037 9856040960 18795 33554432000 1073741824 1073778376 140736936013792 140129530989480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21225] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21225/stat : 21225 (java) S 21211 21214 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36412038 9856040960 18795 33554432000 1073741824 1073778376 140736936013792 140129518790888 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21226] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21226/stat : 21226 (java) S 21211 21214 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36412038 9856040960 18795 33554432000 1073741824 1073778376 140736936013792 140129517736952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21227] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21227/stat : 21227 (java) S 21211 21214 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412038 9856040960 18795 33554432000 1073741824 1073778376 140736936013792 140129516684552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21228] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21228/stat : 21228 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412041 9856040960 18795 33554432000 1073741824 1073778376 140736936013792 140129515633040 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21229] ppid=21211 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/21214/task/21229/stat : 21229 (java) S 21211 21214 20454 0 -1 4202560 8643 0 0 0 56 2 0 0 20 0 19 0 36412041 9856040960 18795 33554432000 1073741824 1073778376 140736936013792 140129514580664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21230] ppid=21211 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/21214/task/21230/stat : 21230 (java) S 21211 21214 20454 0 -1 4202560 6112 0 0 0 39 1 0 0 20 0 19 0 36412041 9856040960 18795 33554432000 1073741824 1073778376 140736936013792 140129513527864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21214/tid=21231] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21231/stat : 21231 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412041 9856040960 18795 33554432000 1073741824 1073778376 140736936013792 140129512475768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21214/tid=21232] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21232/stat : 21232 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412041 9856040960 18795 33554432000 1073741824 1073778376 140736936013792 140129511423176 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21233] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21233/stat : 21233 (java) S 21211 21214 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412052 9856040960 18795 33554432000 1073741824 1073778376 140736936013792 140129510368168 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.06
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.52 2.24 1.90 4/214 21233
/proc/meminfo: memFree=30167388/32872528 swapFree=1286400/1433568
[pid=21214] ppid=21211 vsize=9625040 CPUtime=7.84 cores=0,2,4,6
/proc/21214/stat : 21214 (java) S 21211 21214 20454 0 -1 4202496 18527 0 1 0 780 4 0 0 20 0 19 0 36412034 9856040960 22958 33554432000 1073741824 1073778376 140736936013792 140736936004928 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21214/statm: 2406260 22958 2264 9 0 2396937 0
[pid=21214/tid=21216] ppid=21211 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/21214/task/21216/stat : 21216 (java) R 21211 21214 20454 0 -1 4202560 2433 0 1 0 623 2 0 0 20 0 19 0 36412035 9856040960 22958 33554432000 1073741824 1073778376 140736936013792 140129695015384 140129566434297 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21214/tid=21217] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21217/stat : 21217 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412037 9856040960 22958 33554432000 1073741824 1073778376 140736936013792 140129538357544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21218] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21218/stat : 21218 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412037 9856040960 22958 33554432000 1073741824 1073778376 140736936013792 140129537304744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21214/tid=21219] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21219/stat : 21219 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412037 9856040960 22958 33554432000 1073741824 1073778376 140736936013792 140129536252456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21214/tid=21220] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21220/stat : 21220 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412037 9856040960 22958 33554432000 1073741824 1073778376 140736936013792 140129535199656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21214/tid=21221] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21221/stat : 21221 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412037 9856040960 22958 33554432000 1073741824 1073778376 140736936013792 140129534147368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21222] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21222/stat : 21222 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412037 9856040960 22958 33554432000 1073741824 1073778376 140736936013792 140129533094568 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21214/tid=21223] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21223/stat : 21223 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412037 9856040960 22958 33554432000 1073741824 1073778376 140736936013792 140129532042280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21224] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21224/stat : 21224 (java) S 21211 21214 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36412037 9856040960 22958 33554432000 1073741824 1073778376 140736936013792 140129530989480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21225] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21225/stat : 21225 (java) S 21211 21214 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36412038 9856040960 22958 33554432000 1073741824 1073778376 140736936013792 140129518790888 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21226] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21226/stat : 21226 (java) S 21211 21214 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36412038 9856040960 22958 33554432000 1073741824 1073778376 140736936013792 140129517736952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21227] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21227/stat : 21227 (java) S 21211 21214 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412038 9856040960 22958 33554432000 1073741824 1073778376 140736936013792 140129516684552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21228] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21228/stat : 21228 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412041 9856040960 22958 33554432000 1073741824 1073778376 140736936013792 140129515633040 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21229] ppid=21211 vsize=9625040 CPUtime=1.15 cores=0,2,4,6
/proc/21214/task/21229/stat : 21229 (java) S 21211 21214 20454 0 -1 4202560 8709 0 0 0 113 2 0 0 20 0 19 0 36412041 9856040960 22958 33554432000 1073741824 1073778376 140736936013792 140129514580664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21230] ppid=21211 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/21214/task/21230/stat : 21230 (java) S 21211 21214 20454 0 -1 4202560 6112 0 0 0 41 1 0 0 20 0 19 0 36412041 9856040960 22958 33554432000 1073741824 1073778376 140736936013792 140129513527864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21214/tid=21231] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21231/stat : 21231 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412041 9856040960 22958 33554432000 1073741824 1073778376 140736936013792 140129512475768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21214/tid=21232] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21232/stat : 21232 (java) S 21211 21214 20454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36412041 9856040960 22958 33554432000 1073741824 1073778376 140736936013792 140129511423176 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21233] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21233/stat : 21233 (java) S 21211 21214 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412052 9856040960 22958 33554432000 1073741824 1073778376 140736936013792 140129510368168 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.84
Current children cumulated vsize (KiB) 9625040


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

[pid=21214/tid=21219] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21219/stat : 21219 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412037 9856040960 28078 33554432000 1073741824 1073778376 140736936013792 140129536252456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21214/tid=21220] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21220/stat : 21220 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412037 9856040960 28078 33554432000 1073741824 1073778376 140736936013792 140129535199656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21214/tid=21221] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21221/stat : 21221 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412037 9856040960 28078 33554432000 1073741824 1073778376 140736936013792 140129534147368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21222] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21222/stat : 21222 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412037 9856040960 28078 33554432000 1073741824 1073778376 140736936013792 140129533094568 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21214/tid=21223] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21223/stat : 21223 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412037 9856040960 28078 33554432000 1073741824 1073778376 140736936013792 140129532042280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21224] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21224/stat : 21224 (java) S 21211 21214 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36412037 9856040960 28078 33554432000 1073741824 1073778376 140736936013792 140129530989480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21225] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21225/stat : 21225 (java) S 21211 21214 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36412038 9856040960 28078 33554432000 1073741824 1073778376 140736936013792 140129518790888 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21226] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21226/stat : 21226 (java) S 21211 21214 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36412038 9856040960 28078 33554432000 1073741824 1073778376 140736936013792 140129517736952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21227] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21227/stat : 21227 (java) S 21211 21214 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412038 9856040960 28078 33554432000 1073741824 1073778376 140736936013792 140129516684552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21228] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21228/stat : 21228 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412041 9856040960 28078 33554432000 1073741824 1073778376 140736936013792 140129515633040 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21229] ppid=21211 vsize=9625040 CPUtime=1.18 cores=0,2,4,6
/proc/21214/task/21229/stat : 21229 (java) S 21211 21214 20454 0 -1 4202560 8709 0 0 0 116 2 0 0 20 0 19 0 36412041 9856040960 28078 33554432000 1073741824 1073778376 140736936013792 140129514580664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21230] ppid=21211 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/21214/task/21230/stat : 21230 (java) S 21211 21214 20454 0 -1 4202560 8587 0 0 0 58 2 0 0 20 0 19 0 36412041 9856040960 28078 33554432000 1073741824 1073778376 140736936013792 140129513527864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21214/tid=21231] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21231/stat : 21231 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412041 9856040960 28078 33554432000 1073741824 1073778376 140736936013792 140129512475768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21214/tid=21232] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21232/stat : 21232 (java) S 21211 21214 20454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36412041 9856040960 28078 33554432000 1073741824 1073778376 140736936013792 140129511423176 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21233] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21233/stat : 21233 (java) S 21211 21214 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412052 9856040960 28078 33554432000 1073741824 1073778376 140736936013792 140129510368168 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 11.36
Current children cumulated vsize (KiB) 9625040

[startup+10.4008 s]
/proc/loadavg: 2.40 2.22 1.90 5/213 21298
/proc/meminfo: memFree=30173584/32872528 swapFree=1286400/1433568
[pid=21214] ppid=21211 vsize=9625040 CPUtime=12.17 cores=0,2,4,6
/proc/21214/stat : 21214 (java) S 21211 21214 20454 0 -1 4202496 21015 0 1 0 1211 6 0 0 20 0 19 0 36412034 9856040960 28914 33554432000 1073741824 1073778376 140736936013792 140736936004928 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21214/statm: 2406260 28914 2264 9 0 2396937 0
[pid=21214/tid=21216] ppid=21211 vsize=9625040 CPUtime=10.35 cores=0,2,4,6
/proc/21214/task/21216/stat : 21216 (java) R 21211 21214 20454 0 -1 4202560 2446 0 1 0 1032 3 0 0 20 0 19 0 36412035 9856040960 28914 33554432000 1073741824 1073778376 140736936013792 140129695006384 140129566434041 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21214/tid=21217] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21217/stat : 21217 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412037 9856040960 28914 33554432000 1073741824 1073778376 140736936013792 140129538357544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21218] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21218/stat : 21218 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412037 9856040960 28914 33554432000 1073741824 1073778376 140736936013792 140129537304744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21214/tid=21219] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21219/stat : 21219 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412037 9856040960 28914 33554432000 1073741824 1073778376 140736936013792 140129536252456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21214/tid=21220] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21220/stat : 21220 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412037 9856040960 28914 33554432000 1073741824 1073778376 140736936013792 140129535199656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21214/tid=21221] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21221/stat : 21221 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412037 9856040960 28914 33554432000 1073741824 1073778376 140736936013792 140129534147368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21222] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21222/stat : 21222 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412037 9856040960 28914 33554432000 1073741824 1073778376 140736936013792 140129533094568 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21214/tid=21223] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21223/stat : 21223 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412037 9856040960 28914 33554432000 1073741824 1073778376 140736936013792 140129532042280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21224] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21224/stat : 21224 (java) S 21211 21214 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36412037 9856040960 28914 33554432000 1073741824 1073778376 140736936013792 140129530989480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21225] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21225/stat : 21225 (java) S 21211 21214 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36412038 9856040960 28914 33554432000 1073741824 1073778376 140736936013792 140129518790888 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21226] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21226/stat : 21226 (java) S 21211 21214 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36412038 9856040960 28914 33554432000 1073741824 1073778376 140736936013792 140129517736952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21227] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21227/stat : 21227 (java) S 21211 21214 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412038 9856040960 28914 33554432000 1073741824 1073778376 140736936013792 140129516684552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21228] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21228/stat : 21228 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412041 9856040960 28914 33554432000 1073741824 1073778376 140736936013792 140129515633040 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21229] ppid=21211 vsize=9625040 CPUtime=1.18 cores=0,2,4,6
/proc/21214/task/21229/stat : 21229 (java) S 21211 21214 20454 0 -1 4202560 8709 0 0 0 116 2 0 0 20 0 19 0 36412041 9856040960 28914 33554432000 1073741824 1073778376 140736936013792 140129514580664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21230] ppid=21211 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/21214/task/21230/stat : 21230 (java) S 21211 21214 20454 0 -1 4202560 8587 0 0 0 58 2 0 0 20 0 19 0 36412041 9856040960 28914 33554432000 1073741824 1073778376 140736936013792 140129513527864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21214/tid=21231] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21231/stat : 21231 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412041 9856040960 28914 33554432000 1073741824 1073778376 140736936013792 140129512475768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21214/tid=21232] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21232/stat : 21232 (java) S 21211 21214 20454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36412041 9856040960 28914 33554432000 1073741824 1073778376 140736936013792 140129511423176 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21233] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21233/stat : 21233 (java) S 21211 21214 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412052 9856040960 28914 33554432000 1073741824 1073778376 140736936013792 140129510368168 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.17
Current children cumulated vsize (KiB) 9625040

[startup+10.6008 s]
/proc/loadavg: 2.40 2.22 1.90 5/213 21298
/proc/meminfo: memFree=30173584/32872528 swapFree=1286400/1433568
[pid=21214] ppid=21211 vsize=9625040 CPUtime=12.37 cores=0,2,4,6
/proc/21214/stat : 21214 (java) S 21211 21214 20454 0 -1 4202496 21015 0 1 0 1231 6 0 0 20 0 19 0 36412034 9856040960 28914 33554432000 1073741824 1073778376 140736936013792 140736936004928 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21214/statm: 2406260 28914 2264 9 0 2396937 0
[pid=21214/tid=21216] ppid=21211 vsize=9625040 CPUtime=10.55 cores=0,2,4,6
/proc/21214/task/21216/stat : 21216 (java) R 21211 21214 20454 0 -1 4202560 2446 0 1 0 1052 3 0 0 20 0 19 0 36412035 9856040960 28914 33554432000 1073741824 1073778376 140736936013792 140129695006384 214373033133 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21214/tid=21217] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21217/stat : 21217 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412037 9856040960 28914 33554432000 1073741824 1073778376 140736936013792 140129538357544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21218] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21218/stat : 21218 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412037 9856040960 28914 33554432000 1073741824 1073778376 140736936013792 140129537304744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21214/tid=21219] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21219/stat : 21219 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412037 9856040960 28914 33554432000 1073741824 1073778376 140736936013792 140129536252456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21214/tid=21220] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21220/stat : 21220 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412037 9856040960 28914 33554432000 1073741824 1073778376 140736936013792 140129535199656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21214/tid=21221] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21221/stat : 21221 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412037 9856040960 28914 33554432000 1073741824 1073778376 140736936013792 140129534147368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21222] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21222/stat : 21222 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412037 9856040960 28914 33554432000 1073741824 1073778376 140736936013792 140129533094568 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21214/tid=21223] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21223/stat : 21223 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412037 9856040960 28914 33554432000 1073741824 1073778376 140736936013792 140129532042280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21224] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21224/stat : 21224 (java) S 21211 21214 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36412037 9856040960 28914 33554432000 1073741824 1073778376 140736936013792 140129530989480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21225] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21225/stat : 21225 (java) S 21211 21214 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36412038 9856040960 28914 33554432000 1073741824 1073778376 140736936013792 140129518790888 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21226] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21226/stat : 21226 (java) S 21211 21214 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36412038 9856040960 28914 33554432000 1073741824 1073778376 140736936013792 140129517736952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21227] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21227/stat : 21227 (java) S 21211 21214 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412038 9856040960 28914 33554432000 1073741824 1073778376 140736936013792 140129516684552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21228] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21228/stat : 21228 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412041 9856040960 28914 33554432000 1073741824 1073778376 140736936013792 140129515633040 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21229] ppid=21211 vsize=9625040 CPUtime=1.18 cores=0,2,4,6
/proc/21214/task/21229/stat : 21229 (java) S 21211 21214 20454 0 -1 4202560 8709 0 0 0 116 2 0 0 20 0 19 0 36412041 9856040960 28914 33554432000 1073741824 1073778376 140736936013792 140129514580664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21230] ppid=21211 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/21214/task/21230/stat : 21230 (java) S 21211 21214 20454 0 -1 4202560 8587 0 0 0 58 2 0 0 20 0 19 0 36412041 9856040960 28914 33554432000 1073741824 1073778376 140736936013792 140129513527864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21214/tid=21231] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21231/stat : 21231 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412041 9856040960 28914 33554432000 1073741824 1073778376 140736936013792 140129512475768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21214/tid=21232] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21232/stat : 21232 (java) S 21211 21214 20454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36412041 9856040960 28914 33554432000 1073741824 1073778376 140736936013792 140129511423176 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21233] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21233/stat : 21233 (java) S 21211 21214 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412052 9856040960 28914 33554432000 1073741824 1073778376 140736936013792 140129510368168 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 9625040

[startup+10.7008 s]
/proc/loadavg: 2.40 2.22 1.90 5/213 21298
/proc/meminfo: memFree=30173584/32872528 swapFree=1286400/1433568
[pid=21214] ppid=21211 vsize=9625040 CPUtime=12.47 cores=0,2,4,6
/proc/21214/stat : 21214 (java) S 21211 21214 20454 0 -1 4202496 21016 0 1 0 1241 6 0 0 20 0 19 0 36412034 9856040960 29426 33554432000 1073741824 1073778376 140736936013792 140736936004928 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21214/statm: 2406260 29426 2264 9 0 2396937 0
[pid=21214/tid=21216] ppid=21211 vsize=9625040 CPUtime=10.65 cores=0,2,4,6
/proc/21214/task/21216/stat : 21216 (java) R 21211 21214 20454 0 -1 4202560 2447 0 1 0 1062 3 0 0 20 0 19 0 36412035 9856040960 29426 33554432000 1073741824 1073778376 140736936013792 140129695006384 140129566192775 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21214/tid=21217] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21217/stat : 21217 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412037 9856040960 29426 33554432000 1073741824 1073778376 140736936013792 140129538357544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21218] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21218/stat : 21218 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412037 9856040960 29426 33554432000 1073741824 1073778376 140736936013792 140129537304744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21214/tid=21219] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21219/stat : 21219 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412037 9856040960 29426 33554432000 1073741824 1073778376 140736936013792 140129536252456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21214/tid=21220] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21220/stat : 21220 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412037 9856040960 29426 33554432000 1073741824 1073778376 140736936013792 140129535199656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21214/tid=21221] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21221/stat : 21221 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412037 9856040960 29426 33554432000 1073741824 1073778376 140736936013792 140129534147368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21222] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21222/stat : 21222 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412037 9856040960 29426 33554432000 1073741824 1073778376 140736936013792 140129533094568 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21214/tid=21223] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21223/stat : 21223 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412037 9856040960 29426 33554432000 1073741824 1073778376 140736936013792 140129532042280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21224] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21224/stat : 21224 (java) S 21211 21214 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36412037 9856040960 29426 33554432000 1073741824 1073778376 140736936013792 140129530989480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21225] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21225/stat : 21225 (java) S 21211 21214 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36412038 9856040960 29426 33554432000 1073741824 1073778376 140736936013792 140129518790888 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21226] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21226/stat : 21226 (java) S 21211 21214 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36412038 9856040960 29426 33554432000 1073741824 1073778376 140736936013792 140129517736952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21227] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21227/stat : 21227 (java) S 21211 21214 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412038 9856040960 29426 33554432000 1073741824 1073778376 140736936013792 140129516684552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21228] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21228/stat : 21228 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412041 9856040960 29426 33554432000 1073741824 1073778376 140736936013792 140129515633040 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21229] ppid=21211 vsize=9625040 CPUtime=1.18 cores=0,2,4,6
/proc/21214/task/21229/stat : 21229 (java) S 21211 21214 20454 0 -1 4202560 8709 0 0 0 116 2 0 0 20 0 19 0 36412041 9856040960 29426 33554432000 1073741824 1073778376 140736936013792 140129514580664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21230] ppid=21211 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/21214/task/21230/stat : 21230 (java) S 21211 21214 20454 0 -1 4202560 8587 0 0 0 58 2 0 0 20 0 19 0 36412041 9856040960 29426 33554432000 1073741824 1073778376 140736936013792 140129513527864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21214/tid=21231] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21231/stat : 21231 (java) S 21211 21214 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412041 9856040960 29426 33554432000 1073741824 1073778376 140736936013792 140129512475768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21214/tid=21232] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21232/stat : 21232 (java) S 21211 21214 20454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36412041 9856040960 29426 33554432000 1073741824 1073778376 140736936013792 140129511423176 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21214/tid=21233] ppid=21211 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21214/task/21233/stat : 21233 (java) S 21211 21214 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412052 9856040960 29426 33554432000 1073741824 1073778376 140736936013792 140129510368168 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 10.8
CPU time (s): 12.5931
CPU user time (s): 12.4901
CPU system time (s): 0.102984
CPU usage (%): 116.603
Max. virtual memory (cumulated for all children) (KiB): 9626648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.4901
system time used= 0.102984
maximum resident set size= 117760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21034
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= 540
involuntary context switches= 76

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.085986 second user time and 0.086986 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-19 15:40:53
IDJOB=4109520
IDBENCH=78837
IDSOLVER=2551
FILE ID=node130/4109520-1466343653
RUNJOBID= node130-1466341814-20470
PBS_JOBID= 19922023
Free space on /tmp= 71748 MiB

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

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

MD5SUM BENCH= fccded6cff561c59d5626150da1e6e32
RANDOM SEED=2144034633

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30275956 kB
Buffers:           95784 kB
Cached:           258808 kB
SwapCached:         1836 kB
Active:           141624 kB
Inactive:         267088 kB
Active(anon):      54212 kB
Inactive(anon):     2524 kB
Active(file):      87412 kB
Inactive(file):   264564 kB
Unevictable:     1433568 kB
Mlocked:         1286400 kB
SwapTotal:      67108856 kB
SwapFree:       67099104 kB
Dirty:              1880 kB
Writeback:             0 kB
AnonPages:       1565076 kB
Mapped:            15424 kB
Shmem:                 0 kB
Slab:             607316 kB
SReclaimable:      50180 kB
SUnreclaim:       557136 kB
KernelStack:        1768 kB
PageTables:         7372 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2122484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    243712 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71748 MiB
End job on node130 at 2016-06-19 15:41:03