Trace number 4090918

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.6821 11.1101

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111212476--soft-0-100-0.wbo
MD5SUM935e196b2e49c7ace79e7b55afc624f4
Bench CategorySOFT-SMALLINT-LIN (only soft 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 benchmark12.6821
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 constraints101
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 5034
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 5033
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1139
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.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4090918-1466067804.wbo
0.11/0.10	c reading problem ... 
0.11/0.15	c ... done. Wall clock time 0.055s.
0.11/0.15	c declared #vars     169
0.11/0.15	c internal #vars     270
0.11/0.15	c #constraints  101
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.11/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.11/0.15	c 101 constraints processed.
0.11/0.15	c objective function length is 101 literals
0.29/0.24	c SATISFIABLE
0.29/0.24	c OPTIMIZING...
0.29/0.24	c Got one! Elapsed wall clock time (in seconds):0.143
0.29/0.24	o 726
0.29/0.25	c Got one! Elapsed wall clock time (in seconds):0.156
0.29/0.25	o 657
0.29/0.26	c Got one! Elapsed wall clock time (in seconds):0.165
0.29/0.26	o 656
0.29/0.28	c Got one! Elapsed wall clock time (in seconds):0.177
0.29/0.28	o 646
0.29/0.28	c Got one! Elapsed wall clock time (in seconds):0.182
0.29/0.28	o 642
0.29/0.29	c Got one! Elapsed wall clock time (in seconds):0.188
0.29/0.29	o 633
0.54/0.35	c Got one! Elapsed wall clock time (in seconds):0.25
0.54/0.35	o 604
0.54/0.35	c Got one! Elapsed wall clock time (in seconds):0.255
0.54/0.35	o 586
0.54/0.36	c Got one! Elapsed wall clock time (in seconds):0.259
0.54/0.36	o 585
0.54/0.36	c Got one! Elapsed wall clock time (in seconds):0.265
0.54/0.36	o 580
0.54/0.37	c Got one! Elapsed wall clock time (in seconds):0.269
0.54/0.37	o 564
0.54/0.37	c Got one! Elapsed wall clock time (in seconds):0.274
0.54/0.37	o 559
0.54/0.38	c Got one! Elapsed wall clock time (in seconds):0.279
0.54/0.38	o 546
0.54/0.38	c Got one! Elapsed wall clock time (in seconds):0.283
0.54/0.38	o 493
0.54/0.39	c Got one! Elapsed wall clock time (in seconds):0.288
0.54/0.39	o 492
0.54/0.39	c Got one! Elapsed wall clock time (in seconds):0.292
0.54/0.39	o 470
0.70/0.40	c Got one! Elapsed wall clock time (in seconds):0.298
0.70/0.40	o 443
0.70/0.41	c Got one! Elapsed wall clock time (in seconds):0.308
0.70/0.41	o 438
0.70/0.42	c Got one! Elapsed wall clock time (in seconds):0.322
0.70/0.42	o 437
0.70/0.43	c Got one! Elapsed wall clock time (in seconds):0.331
0.70/0.43	o 433
0.70/0.45	c Got one! Elapsed wall clock time (in seconds):0.35
0.70/0.45	o 428
0.70/0.45	c Got one! Elapsed wall clock time (in seconds):0.355
0.70/0.45	o 422
0.70/0.46	c Got one! Elapsed wall clock time (in seconds):0.36
0.70/0.46	o 416
0.70/0.46	c Got one! Elapsed wall clock time (in seconds):0.363
0.70/0.46	o 389
0.70/0.47	c Got one! Elapsed wall clock time (in seconds):0.367
0.70/0.47	o 374
0.70/0.47	c Got one! Elapsed wall clock time (in seconds):0.376
0.70/0.47	o 371
0.70/0.49	c Got one! Elapsed wall clock time (in seconds):0.387
0.70/0.49	o 369
0.91/0.50	c Got one! Elapsed wall clock time (in seconds):0.399
0.91/0.50	o 368
0.91/0.50	c Got one! Elapsed wall clock time (in seconds):0.402
0.91/0.50	o 346
0.91/0.51	c Got one! Elapsed wall clock time (in seconds):0.408
0.91/0.51	o 329
0.91/0.51	c Got one! Elapsed wall clock time (in seconds):0.416
0.91/0.51	o 328
1.12/0.60	c Got one! Elapsed wall clock time (in seconds):0.499
1.12/0.60	o 323
1.12/0.62	c Got one! Elapsed wall clock time (in seconds):0.524
1.12/0.62	o 322
1.12/0.63	c Got one! Elapsed wall clock time (in seconds):0.529
1.12/0.63	o 286
1.12/0.63	c Got one! Elapsed wall clock time (in seconds):0.531
1.12/0.63	o 234
1.12/0.64	c Got one! Elapsed wall clock time (in seconds):0.538
1.12/0.64	o 230
1.12/0.64	c Got one! Elapsed wall clock time (in seconds):0.544
1.12/0.64	o 219
1.12/0.65	c Got one! Elapsed wall clock time (in seconds):0.555
1.12/0.65	o 215
1.12/0.69	c Got one! Elapsed wall clock time (in seconds):0.594
1.12/0.69	o 213
1.44/0.82	c cleaning 5819 clauses out of 11646 with flag 7399/11646
1.44/0.83	c Got one! Elapsed wall clock time (in seconds):0.736
1.44/0.83	o 207
1.44/0.86	c Got one! Elapsed wall clock time (in seconds):0.762
1.44/0.86	o 195
1.56/0.92	c Got one! Elapsed wall clock time (in seconds):0.826
1.56/0.92	o 178
1.66/1.00	c Got one! Elapsed wall clock time (in seconds):0.906
1.66/1.00	o 176
1.77/1.16	c cleaning 6581 clauses out of 13175 with flag 14567/18994
2.07/1.44	c cleaning 6294 clauses out of 12594 with flag 46778/24994
2.07/1.46	c Got one! Elapsed wall clock time (in seconds):1.366
2.07/1.46	o 169
2.07/1.48	c Got one! Elapsed wall clock time (in seconds):1.376
2.07/1.48	o 159
2.39/1.70	c Got one! Elapsed wall clock time (in seconds):1.599
2.39/1.70	o 148
2.39/1.74	c Got one! Elapsed wall clock time (in seconds):1.638
2.39/1.74	o 147
2.49/1.83	c cleaning 6672 clauses out of 13351 with flag 4864/32045
2.71/1.98	c Got one! Elapsed wall clock time (in seconds):1.876
2.71/1.98	o 141
2.91/2.01	c Got one! Elapsed wall clock time (in seconds):1.908
2.91/2.01	o 140
2.91/2.04	c Got one! Elapsed wall clock time (in seconds):1.941
2.91/2.04	o 139
2.91/2.06	c Got one! Elapsed wall clock time (in seconds):1.964
2.91/2.06	o 135
2.91/2.07	c Got one! Elapsed wall clock time (in seconds):1.975
2.91/2.07	o 134
3.13/2.10	c Got one! Elapsed wall clock time (in seconds):2.0
3.13/2.10	o 114
3.13/2.12	c Got one! Elapsed wall clock time (in seconds):2.023
3.13/2.12	o 106
3.13/2.17	c Got one! Elapsed wall clock time (in seconds):2.068
3.13/2.17	o 105
3.37/2.37	c cleaning 8031 clauses out of 16067 with flag 15246/41433
3.52/2.46	c Got one! Elapsed wall clock time (in seconds):2.365
3.52/2.46	o 102
3.52/2.49	c Got one! Elapsed wall clock time (in seconds):2.387
3.52/2.49	o 101
3.52/2.49	c Got one! Elapsed wall clock time (in seconds):2.396
3.52/2.49	o 92
3.92/2.64	c Got one! Elapsed wall clock time (in seconds):2.537
3.92/2.64	o 91
3.92/2.67	c Got one! Elapsed wall clock time (in seconds):2.571
3.92/2.67	o 85
4.15/2.73	c cleaning 7500 clauses out of 15004 with flag 4062/48401
4.27/2.80	c Got one! Elapsed wall clock time (in seconds):2.701
4.27/2.80	o 84
4.27/2.86	c Got one! Elapsed wall clock time (in seconds):2.765
4.27/2.86	o 83
4.27/2.89	c Got one! Elapsed wall clock time (in seconds):2.788
4.27/2.89	o 80
4.37/2.90	c Got one! Elapsed wall clock time (in seconds):2.804
4.37/2.90	o 77
4.37/2.92	c Got one! Elapsed wall clock time (in seconds):2.822
4.37/2.92	o 75
4.47/3.00	c Got one! Elapsed wall clock time (in seconds):2.906
4.47/3.00	o 70
4.47/3.03	c Got one! Elapsed wall clock time (in seconds):2.932
4.47/3.03	o 61
4.47/3.06	c Got one! Elapsed wall clock time (in seconds):2.962
4.47/3.06	o 60
4.57/3.17	c cleaning 8233 clauses out of 16476 with flag 8335/57373
4.57/3.17	c Got one! Elapsed wall clock time (in seconds):3.073
4.57/3.17	o 58
4.67/3.21	c Got one! Elapsed wall clock time (in seconds):3.11
4.67/3.21	o 55
4.77/3.33	c Got one! Elapsed wall clock time (in seconds):3.232
4.77/3.33	o 53
4.77/3.35	c Got one! Elapsed wall clock time (in seconds):3.249
4.77/3.35	o 52
4.77/3.39	c Got one! Elapsed wall clock time (in seconds):3.294
4.77/3.39	o 51
4.97/3.54	c cleaning 8219 clauses out of 16443 with flag 10640/65573
4.97/3.59	c Got one! Elapsed wall clock time (in seconds):3.494
4.97/3.59	o 42
5.07/3.61	c Got one! Elapsed wall clock time (in seconds):3.51
5.07/3.61	o 40
5.07/3.62	c Got one! Elapsed wall clock time (in seconds):3.523
5.07/3.62	o 34
5.07/3.65	c Got one! Elapsed wall clock time (in seconds):3.55
5.07/3.65	o 31
5.28/3.81	c cleaning 7546 clauses out of 15112 with flag 13122/72461
5.28/3.82	c Got one! Elapsed wall clock time (in seconds):3.726
5.28/3.82	o 29
5.28/3.84	c Got one! Elapsed wall clock time (in seconds):3.743
5.28/3.84	o 14
5.48/4.03	c cleaning 6810 clauses out of 13625 with flag 20086/78520
5.68/4.20	c Got one! Elapsed wall clock time (in seconds):4.1
5.68/4.20	o 12
5.68/4.25	c cleaning 6346 clauses out of 12699 with flag 4881/84404
5.78/4.36	c Got one! Elapsed wall clock time (in seconds):4.262
5.78/4.36	o 11
5.78/4.37	c Got one! Elapsed wall clock time (in seconds):4.276
5.78/4.37	o 10
5.89/4.46	c cleaning 6107 clauses out of 12216 with flag 9208/90267
5.99/4.58	c Got one! Elapsed wall clock time (in seconds):4.482
5.99/4.58	o 9
6.08/4.67	c cleaning 5883 clauses out of 11775 with flag 10199/95933
6.28/4.88	c Got one! Elapsed wall clock time (in seconds):4.786
6.28/4.88	o 4
6.59/5.11	c cleaning 8334 clauses out of 16683 with flag 23159/106724
6.79/5.36	c cleaning 7172 clauses out of 14350 with flag 53832/112725
7.09/5.64	c cleaning 7083 clauses out of 14176 with flag 87708/119724
7.39/5.98	c cleaning 7540 clauses out of 15093 with flag 126385/127725
7.80/6.36	c cleaning 8270 clauses out of 16551 with flag 171456/136724
8.32/6.80	c cleaning 9140 clauses out of 18280 with flag 225099/146725
8.82/7.35	c cleaning 10065 clauses out of 20138 with flag 287431/157724
9.42/7.96	c cleaning 11033 clauses out of 22073 with flag 353301/169725
10.12/8.63	c cleaning 12014 clauses out of 24037 with flag 423246/182724
10.92/9.46	c cleaning 13010 clauses out of 26020 with flag 504925/196724
11.22/9.71	c Got one! Elapsed wall clock time (in seconds):9.611
11.22/9.71	o 3
11.53/10.02	c cleaning 11548 clauses out of 23110 with flag 27158/206827
11.82/10.33	c cleaning 8778 clauses out of 17561 with flag 60038/212827
12.12/10.66	c cleaning 7886 clauses out of 15780 with flag 102030/219827
12.32/10.89	c Got one! Elapsed wall clock time (in seconds):10.793
12.32/10.89	o 2
12.54/11.10	c starts		: 192
12.54/11.10	c conflicts		: 229067
12.54/11.10	c decisions		: 356553
12.54/11.10	c propagations		: 5759980
12.54/11.10	c inspects		: 148708194
12.54/11.10	c shortcuts		: 0
12.54/11.10	c learnt literals	: 33
12.54/11.10	c learnt binary clauses	: 34
12.54/11.10	c learnt ternary clauses	: 588
12.54/11.10	c learnt constraints	: 229033
12.54/11.10	c ignored constraints	: 0
12.54/11.10	c root simplifications	: 0
12.54/11.10	c removed literals (reason simplification)	: 0
12.54/11.10	c reason swapping (by a shorter reason)	: 0
12.54/11.10	c Calls to reduceDB	: 26
12.54/11.10	c Number of update (reduction) of LBD	: 59792
12.54/11.10	c Imported unit clauses	: 0
12.54/11.10	c number of reductions to clauses (during analyze)	: 0
12.54/11.10	c number of learned constraints concerned by reduction	: 0
12.54/11.10	c number of learning phase by resolution	: 0
12.54/11.10	c number of learning phase by cutting planes	: 0
12.54/11.10	c speed (assignments/second)	: 526313.961988304
12.54/11.10	c non guided choices	3961
12.54/11.10	c learnt constraints type 
12.54/11.10	s OPTIMUM FOUND
12.54/11.10	c Found 86 solution(s)
12.54/11.10	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.54/11.10	c objective function=2
12.54/11.10	c Total wall clock time (in seconds): 11.003

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-4090918-1466067804/watcher-4090918-1466067804 -o /tmp/evaluation-result-4090918-1466067804/solver-4090918-1466067804 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466062131-13168 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090918-1466067804.wbo 

pid=14571
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: 2.26 2.22 2.18 3/194 14574
/proc/meminfo: memFree=30062336/32872528 swapFree=1243920/1391088
[pid=14574] ppid=14571 vsize=96272 CPUtime=0 cores=1,3,5,7
/proc/14574/stat : 14574 (java) S 14571 14574 13151 0 -1 4202496 1361 0 0 0 0 0 0 0 20 0 2 0 8829019 98582528 983 33554432000 1073741824 1073778376 140737166352704 140737166343840 272889839677 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14574/statm: 24067 988 755 9 0 16773 0
[pid=14574/tid=14575] ppid=14571 vsize=97336 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14575/stat : 14575 (java) R 14571 14574 13151 0 -1 4202560 142 0 0 0 0 0 0 0 20 0 2 0 8829020 99672064 988 33554432000 1073741824 1073778376 140737166352704 140430637683384 272877321800 0 0 0 16784584 0 0 0 -1 1 0 0 0 0 0

[startup+0.100016 s]
/proc/loadavg: 2.26 2.22 2.18 3/194 14574
/proc/meminfo: memFree=30062336/32872528 swapFree=1243920/1391088
[pid=14574] ppid=14571 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/14574/stat : 14574 (java) S 14571 14574 13151 0 -1 4202496 4503 0 1 0 10 1 0 0 20 0 18 0 8829019 9787879424 6123 33554432000 1073741824 1073778376 140737166352704 140737166343840 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14574/statm: 2389619 6123 2157 9 0 2380296 0
[pid=14574/tid=14575] ppid=14571 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/14574/task/14575/stat : 14575 (java) R 14571 14574 13151 0 -1 4202560 2375 0 1 0 6 2 0 0 20 0 18 0 8829020 9787879424 6123 33554432000 1073741824 1073778376 140737166352704 140430637685664 272889865485 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200276 s]
/proc/loadavg: 2.26 2.22 2.18 3/194 14574
/proc/meminfo: memFree=30062336/32872528 swapFree=1243920/1391088
[pid=14574] ppid=14571 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/14574/stat : 14574 (java) S 14571 14574 13151 0 -1 4202496 6532 0 1 0 27 2 0 0 20 0 19 0 8829019 9856040960 8044 33554432000 1073741824 1073778376 140737166352704 140737166343840 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14574/statm: 2406260 8044 2233 9 0 2396937 0
[pid=14574/tid=14575] ppid=14571 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/14574/task/14575/stat : 14575 (java) R 14571 14574 13151 0 -1 4202560 2400 0 1 0 16 2 0 0 20 0 19 0 8829020 9856040960 8044 33554432000 1073741824 1073778376 140737166352704 140430637687424 140430482159335 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625040

[startup+0.300365 s]
/proc/loadavg: 2.26 2.22 2.18 3/194 14574
/proc/meminfo: memFree=30062336/32872528 swapFree=1243920/1391088
[pid=14574] ppid=14571 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/14574/stat : 14574 (java) S 14571 14574 13151 0 -1 4202496 7093 0 1 0 52 2 0 0 20 0 19 0 8829019 9856040960 8453 33554432000 1073741824 1073778376 140737166352704 140737166343840 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14574/statm: 2406260 8453 2243 9 0 2396937 0
[pid=14574/tid=14575] ppid=14571 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/14574/task/14575/stat : 14575 (java) R 14571 14574 13151 0 -1 4202560 2402 0 1 0 26 2 0 0 20 0 19 0 8829020 9856040960 8453 33554432000 1073741824 1073778376 140737166352704 140430637687424 140430482606384 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9625040

[startup+0.700289 s]
/proc/loadavg: 2.26 2.22 2.18 3/194 14574
/proc/meminfo: memFree=30062336/32872528 swapFree=1243920/1391088
[pid=14574] ppid=14571 vsize=9625040 CPUtime=1.3 cores=1,3,5,7
/proc/14574/stat : 14574 (java) S 14571 14574 13151 0 -1 4202496 12944 0 1 0 127 3 0 0 20 0 19 0 8829019 9856040960 10385 33554432000 1073741824 1073778376 140737166352704 140737166343840 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14574/statm: 2406260 10385 2256 9 0 2396937 0
[pid=14574/tid=14575] ppid=14571 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/14574/task/14575/stat : 14575 (java) R 14571 14574 13151 0 -1 4202560 2404 0 1 0 66 2 0 0 20 0 19 0 8829020 9856040960 10385 33554432000 1073741824 1073778376 140737166352704 140430637687272 140430482566555 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 9625040

[startup+1.50067 s]
/proc/loadavg: 2.26 2.22 2.18 3/213 14593
/proc/meminfo: memFree=30027532/32872528 swapFree=1243920/1391088
[pid=14574] ppid=14571 vsize=9625040 CPUtime=2.19 cores=1,3,5,7
/proc/14574/stat : 14574 (java) S 14571 14574 13151 0 -1 4202496 13009 0 1 0 216 3 0 0 20 0 19 0 8829019 9856040960 11715 33554432000 1073741824 1073778376 140737166352704 140737166343840 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14574/statm: 2406260 11715 2262 9 0 2396937 0
[pid=14574/tid=14575] ppid=14571 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/14574/task/14575/stat : 14575 (java) R 14571 14574 13151 0 -1 4202560 2408 0 1 0 146 2 0 0 20 0 19 0 8829020 9856040960 11715 33554432000 1073741824 1073778376 140737166352704 140430637678896 140430482566522 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14574/tid=14577] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14577/stat : 14577 (java) S 14571 14574 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829020 9856040960 11715 33554432000 1073741824 1073778376 140737166352704 140430610139432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14574/tid=14578] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14578/stat : 14578 (java) S 14571 14574 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829020 9856040960 11715 33554432000 1073741824 1073778376 140737166352704 140430609086632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14574/tid=14579] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14579/stat : 14579 (java) S 14571 14574 13151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8829020 9856040960 11715 33554432000 1073741824 1073778376 140737166352704 140430608034344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14574/tid=14580] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14580/stat : 14580 (java) S 14571 14574 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829020 9856040960 11715 33554432000 1073741824 1073778376 140737166352704 140430606981544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14574/tid=14581] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14581/stat : 14581 (java) S 14571 14574 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829020 9856040960 11715 33554432000 1073741824 1073778376 140737166352704 140430605929256 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14574/tid=14582] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14582/stat : 14582 (java) S 14571 14574 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829020 9856040960 11715 33554432000 1073741824 1073778376 140737166352704 140430604876456 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14574/tid=14583] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14583/stat : 14583 (java) S 14571 14574 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829020 9856040960 11715 33554432000 1073741824 1073778376 140737166352704 140430603824168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14574/tid=14584] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14584/stat : 14584 (java) S 14571 14574 13151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8829020 9856040960 11715 33554432000 1073741824 1073778376 140737166352704 140430602771368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14574/tid=14585] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14585/stat : 14585 (java) S 14571 14574 13151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8829022 9856040960 11715 33554432000 1073741824 1073778376 140737166352704 140429991323880 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14574/tid=14586] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14586/stat : 14586 (java) S 14571 14574 13151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8829022 9856040960 11715 33554432000 1073741824 1073778376 140737166352704 140429990269944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14574/tid=14587] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14587/stat : 14587 (java) S 14571 14574 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8829022 9856040960 11715 33554432000 1073741824 1073778376 140737166352704 140429989217544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14574/tid=14588] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14588/stat : 14588 (java) S 14571 14574 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829024 9856040960 11715 33554432000 1073741824 1073778376 140737166352704 140429988166032 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14574/tid=14589] ppid=14571 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/14574/task/14589/stat : 14589 (java) S 14571 14574 13151 0 -1 4202560 5549 0 0 0 34 0 0 0 20 0 19 0 8829024 9856040960 11715 33554432000 1073741824 1073778376 140737166352704 140429987113656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14574/tid=14590] ppid=14571 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/14574/task/14590/stat : 14590 (java) S 14571 14574 13151 0 -1 4202560 3779 0 0 0 33 0 0 0 20 0 19 0 8829024 9856040960 11715 33554432000 1073741824 1073778376 140737166352704 140429986060856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14574/tid=14591] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14591/stat : 14591 (java) S 14571 14574 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829024 9856040960 11715 33554432000 1073741824 1073778376 140737166352704 140429985008760 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14574/tid=14592] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14592/stat : 14592 (java) S 14571 14574 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829024 9856040960 11715 33554432000 1073741824 1073778376 140737166352704 140429983956168 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14574/tid=14593] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14593/stat : 14593 (java) S 14571 14574 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8829035 9856040960 11715 33554432000 1073741824 1073778376 140737166352704 140429982901160 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 9625040

[startup+3.10081 s]
/proc/loadavg: 2.26 2.22 2.18 3/213 14593
/proc/meminfo: memFree=30006384/32872528 swapFree=1243920/1391088
[pid=14574] ppid=14571 vsize=9625040 CPUtime=4.57 cores=1,3,5,7
/proc/14574/stat : 14574 (java) S 14571 14574 13151 0 -1 4202496 24334 0 1 0 453 4 0 0 20 0 19 0 8829019 9856040960 18676 33554432000 1073741824 1073778376 140737166352704 140737166343840 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14574/statm: 2406260 18676 2263 9 0 2396937 0
[pid=14574/tid=14575] ppid=14571 vsize=9625040 CPUtime=3.08 cores=1,3,5,7
/proc/14574/task/14575/stat : 14575 (java) R 14571 14574 13151 0 -1 4202560 2414 0 1 0 306 2 0 0 20 0 19 0 8829020 9856040960 18676 33554432000 1073741824 1073778376 140737166352704 140430637687352 140430482580793 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14574/tid=14577] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14577/stat : 14577 (java) S 14571 14574 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829020 9856040960 18676 33554432000 1073741824 1073778376 140737166352704 140430610139432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14574/tid=14578] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14578/stat : 14578 (java) S 14571 14574 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829020 9856040960 18676 33554432000 1073741824 1073778376 140737166352704 140430609086632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14574/tid=14579] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14579/stat : 14579 (java) S 14571 14574 13151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8829020 9856040960 18676 33554432000 1073741824 1073778376 140737166352704 140430608034344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14574/tid=14580] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14580/stat : 14580 (java) S 14571 14574 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829020 9856040960 18676 33554432000 1073741824 1073778376 140737166352704 140430606981544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14574/tid=14581] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14581/stat : 14581 (java) S 14571 14574 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829020 9856040960 18676 33554432000 1073741824 1073778376 140737166352704 140430605929256 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14574/tid=14582] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14582/stat : 14582 (java) S 14571 14574 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829020 9856040960 18676 33554432000 1073741824 1073778376 140737166352704 140430604876456 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14574/tid=14583] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14583/stat : 14583 (java) S 14571 14574 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829020 9856040960 18676 33554432000 1073741824 1073778376 140737166352704 140430603824168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14574/tid=14584] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14584/stat : 14584 (java) S 14571 14574 13151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8829020 9856040960 18676 33554432000 1073741824 1073778376 140737166352704 140430602771368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14574/tid=14585] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14585/stat : 14585 (java) S 14571 14574 13151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8829022 9856040960 18676 33554432000 1073741824 1073778376 140737166352704 140429991323880 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14574/tid=14586] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14586/stat : 14586 (java) S 14571 14574 13151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8829022 9856040960 18676 33554432000 1073741824 1073778376 140737166352704 140429990269944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14574/tid=14587] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14587/stat : 14587 (java) S 14571 14574 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8829022 9856040960 18676 33554432000 1073741824 1073778376 140737166352704 140429989217544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14574/tid=14588] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14588/stat : 14588 (java) S 14571 14574 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829024 9856040960 18676 33554432000 1073741824 1073778376 140737166352704 140429988166032 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14574/tid=14589] ppid=14571 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/14574/task/14589/stat : 14589 (java) S 14571 14574 13151 0 -1 4202560 6377 0 0 0 42 1 0 0 20 0 19 0 8829024 9856040960 18676 33554432000 1073741824 1073778376 140737166352704 140429987113656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14574/tid=14590] ppid=14571 vsize=9625040 CPUtime=1.02 cores=1,3,5,7
/proc/14574/task/14590/stat : 14590 (java) S 14571 14574 13151 0 -1 4202560 14270 0 0 0 100 2 0 0 20 0 19 0 8829024 9856040960 18676 33554432000 1073741824 1073778376 140737166352704 140429986060856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14574/tid=14591] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14591/stat : 14591 (java) S 14571 14574 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829024 9856040960 18676 33554432000 1073741824 1073778376 140737166352704 140429985008760 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14574/tid=14592] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14592/stat : 14592 (java) S 14571 14574 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829024 9856040960 18676 33554432000 1073741824 1073778376 140737166352704 140429983956168 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14574/tid=14593] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14593/stat : 14593 (java) S 14571 14574 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8829035 9856040960 18676 33554432000 1073741824 1073778376 140737166352704 140429982901160 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.57
Current children cumulated vsize (KiB) 9625040

[startup+6.30081 s]
/proc/loadavg: 2.32 2.24 2.19 3/213 14593
/proc/meminfo: memFree=29983484/32872528 swapFree=1243920/1391088
[pid=14574] ppid=14571 vsize=9625040 CPUtime=7.8 cores=1,3,5,7
/proc/14574/stat : 14574 (java) S 14571 14574 13151 0 -1 4202496 24347 0 1 0 775 5 0 0 20 0 19 0 8829019 9856040960 22574 33554432000 1073741824 1073778376 140737166352704 140737166343840 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14574/statm: 2406260 22574 2264 9 0 2396937 0
[pid=14574/tid=14575] ppid=14571 vsize=9625040 CPUtime=6.28 cores=1,3,5,7
/proc/14574/task/14575/stat : 14575 (java) R 14571 14574 13151 0 -1 4202560 2426 0 1 0 626 2 0 0 20 0 19 0 8829020 9856040960 22574 33554432000 1073741824 1073778376 140737166352704 140430637687304 140430482580793 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14574/tid=14577] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14577/stat : 14577 (java) S 14571 14574 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829020 9856040960 22574 33554432000 1073741824 1073778376 140737166352704 140430610139432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14574/tid=14578] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14578/stat : 14578 (java) S 14571 14574 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829020 9856040960 22574 33554432000 1073741824 1073778376 140737166352704 140430609086632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14574/tid=14579] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14579/stat : 14579 (java) S 14571 14574 13151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8829020 9856040960 22574 33554432000 1073741824 1073778376 140737166352704 140430608034344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14574/tid=14580] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14580/stat : 14580 (java) S 14571 14574 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829020 9856040960 22574 33554432000 1073741824 1073778376 140737166352704 140430606981544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14574/tid=14581] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14581/stat : 14581 (java) S 14571 14574 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829020 9856040960 22574 33554432000 1073741824 1073778376 140737166352704 140430605929256 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14574/tid=14582] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14582/stat : 14582 (java) S 14571 14574 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829020 9856040960 22574 33554432000 1073741824 1073778376 140737166352704 140430604876456 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14574/tid=14583] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14583/stat : 14583 (java) S 14571 14574 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829020 9856040960 22574 33554432000 1073741824 1073778376 140737166352704 140430603824168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14574/tid=14584] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14584/stat : 14584 (java) S 14571 14574 13151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8829020 9856040960 22574 33554432000 1073741824 1073778376 140737166352704 140430602771368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14574/tid=14585] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14585/stat : 14585 (java) S 14571 14574 13151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8829022 9856040960 22574 33554432000 1073741824 1073778376 140737166352704 140429991323880 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14574/tid=14586] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14586/stat : 14586 (java) S 14571 14574 13151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8829022 9856040960 22574 33554432000 1073741824 1073778376 140737166352704 140429990269944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14574/tid=14587] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14587/stat : 14587 (java) S 14571 14574 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8829022 9856040960 22574 33554432000 1073741824 1073778376 140737166352704 140429989217544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14574/tid=14588] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14588/stat : 14588 (java) S 14571 14574 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829024 9856040960 22574 33554432000 1073741824 1073778376 140737166352704 140429988166032 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14574/tid=14589] ppid=14571 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/14574/task/14589/stat : 14589 (java) S 14571 14574 13151 0 -1 4202560 6377 0 0 0 42 1 0 0 20 0 19 0 8829024 9856040960 22574 33554432000 1073741824 1073778376 140737166352704 140429987113656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14574/tid=14590] ppid=14571 vsize=9625040 CPUtime=1.05 cores=1,3,5,7

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

[pid=14574/tid=14579] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14579/stat : 14579 (java) S 14571 14574 13151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8829020 9856040960 26675 33554432000 1073741824 1073778376 140737166352704 140430608034344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14574/tid=14580] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14580/stat : 14580 (java) S 14571 14574 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829020 9856040960 26675 33554432000 1073741824 1073778376 140737166352704 140430606981544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14574/tid=14581] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14581/stat : 14581 (java) S 14571 14574 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829020 9856040960 26675 33554432000 1073741824 1073778376 140737166352704 140430605929256 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14574/tid=14582] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14582/stat : 14582 (java) S 14571 14574 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829020 9856040960 26675 33554432000 1073741824 1073778376 140737166352704 140430604876456 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14574/tid=14583] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14583/stat : 14583 (java) S 14571 14574 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829020 9856040960 26675 33554432000 1073741824 1073778376 140737166352704 140430603824168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14574/tid=14584] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14584/stat : 14584 (java) S 14571 14574 13151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8829020 9856040960 26675 33554432000 1073741824 1073778376 140737166352704 140430602771368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14574/tid=14585] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14585/stat : 14585 (java) S 14571 14574 13151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8829022 9856040960 26675 33554432000 1073741824 1073778376 140737166352704 140429991323880 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14574/tid=14586] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14586/stat : 14586 (java) S 14571 14574 13151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8829022 9856040960 26675 33554432000 1073741824 1073778376 140737166352704 140429990269944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14574/tid=14587] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14587/stat : 14587 (java) S 14571 14574 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8829022 9856040960 26675 33554432000 1073741824 1073778376 140737166352704 140429989217544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14574/tid=14588] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14588/stat : 14588 (java) S 14571 14574 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829024 9856040960 26675 33554432000 1073741824 1073778376 140737166352704 140429988166032 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14574/tid=14589] ppid=14571 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/14574/task/14589/stat : 14589 (java) S 14571 14574 13151 0 -1 4202560 6382 0 0 0 43 2 0 0 20 0 19 0 8829024 9856040960 26675 33554432000 1073741824 1073778376 140737166352704 140429987113656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14574/tid=14590] ppid=14571 vsize=9625040 CPUtime=1.06 cores=1,3,5,7
/proc/14574/task/14590/stat : 14590 (java) S 14571 14574 13151 0 -1 4202560 14270 0 0 0 104 2 0 0 20 0 19 0 8829024 9856040960 26675 33554432000 1073741824 1073778376 140737166352704 140429986060856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14574/tid=14591] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14591/stat : 14591 (java) S 14571 14574 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829024 9856040960 26675 33554432000 1073741824 1073778376 140737166352704 140429985008760 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14574/tid=14592] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14592/stat : 14592 (java) S 14571 14574 13151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8829024 9856040960 26675 33554432000 1073741824 1073778376 140737166352704 140429983956168 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14574/tid=14593] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14593/stat : 14593 (java) S 14571 14574 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8829035 9856040960 26675 33554432000 1073741824 1073778376 140737166352704 140429982901160 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 11.12
Current children cumulated vsize (KiB) 9625040

[startup+10.4008 s]
/proc/loadavg: 2.29 2.23 2.19 3/213 14593
/proc/meminfo: memFree=29963088/32872528 swapFree=1243920/1391088
[pid=14574] ppid=14571 vsize=9625040 CPUtime=11.92 cores=1,3,5,7
/proc/14574/stat : 14574 (java) S 14571 14574 13151 0 -1 4202496 24363 0 1 0 1187 5 0 0 20 0 19 0 8829019 9856040960 27179 33554432000 1073741824 1073778376 140737166352704 140737166343840 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14574/statm: 2406260 27179 2264 9 0 2396937 0
[pid=14574/tid=14575] ppid=14571 vsize=9625040 CPUtime=10.38 cores=1,3,5,7
/proc/14574/task/14575/stat : 14575 (java) R 14571 14574 13151 0 -1 4202560 2437 0 1 0 1036 2 0 0 20 0 19 0 8829020 9856040960 27179 33554432000 1073741824 1073778376 140737166352704 140430637685272 140430482580798 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14574/tid=14577] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14577/stat : 14577 (java) S 14571 14574 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829020 9856040960 27179 33554432000 1073741824 1073778376 140737166352704 140430610139432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14574/tid=14578] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14578/stat : 14578 (java) S 14571 14574 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829020 9856040960 27179 33554432000 1073741824 1073778376 140737166352704 140430609086632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14574/tid=14579] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14579/stat : 14579 (java) S 14571 14574 13151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8829020 9856040960 27179 33554432000 1073741824 1073778376 140737166352704 140430608034344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14574/tid=14580] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14580/stat : 14580 (java) S 14571 14574 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829020 9856040960 27179 33554432000 1073741824 1073778376 140737166352704 140430606981544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14574/tid=14581] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14581/stat : 14581 (java) S 14571 14574 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829020 9856040960 27179 33554432000 1073741824 1073778376 140737166352704 140430605929256 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14574/tid=14582] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14582/stat : 14582 (java) S 14571 14574 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829020 9856040960 27179 33554432000 1073741824 1073778376 140737166352704 140430604876456 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14574/tid=14583] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14583/stat : 14583 (java) S 14571 14574 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829020 9856040960 27179 33554432000 1073741824 1073778376 140737166352704 140430603824168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14574/tid=14584] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14584/stat : 14584 (java) S 14571 14574 13151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8829020 9856040960 27179 33554432000 1073741824 1073778376 140737166352704 140430602771368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14574/tid=14585] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14585/stat : 14585 (java) S 14571 14574 13151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8829022 9856040960 27179 33554432000 1073741824 1073778376 140737166352704 140429991323880 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14574/tid=14586] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14586/stat : 14586 (java) S 14571 14574 13151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8829022 9856040960 27179 33554432000 1073741824 1073778376 140737166352704 140429990269944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14574/tid=14587] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14587/stat : 14587 (java) S 14571 14574 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8829022 9856040960 27179 33554432000 1073741824 1073778376 140737166352704 140429989217544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14574/tid=14588] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14588/stat : 14588 (java) S 14571 14574 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829024 9856040960 27179 33554432000 1073741824 1073778376 140737166352704 140429988166032 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14574/tid=14589] ppid=14571 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/14574/task/14589/stat : 14589 (java) S 14571 14574 13151 0 -1 4202560 6382 0 0 0 44 2 0 0 20 0 19 0 8829024 9856040960 27179 33554432000 1073741824 1073778376 140737166352704 140429987113656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14574/tid=14590] ppid=14571 vsize=9625040 CPUtime=1.06 cores=1,3,5,7
/proc/14574/task/14590/stat : 14590 (java) S 14571 14574 13151 0 -1 4202560 14270 0 0 0 104 2 0 0 20 0 19 0 8829024 9856040960 27179 33554432000 1073741824 1073778376 140737166352704 140429986060856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14574/tid=14591] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14591/stat : 14591 (java) S 14571 14574 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829024 9856040960 27179 33554432000 1073741824 1073778376 140737166352704 140429985008760 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14574/tid=14592] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14592/stat : 14592 (java) S 14571 14574 13151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8829024 9856040960 27179 33554432000 1073741824 1073778376 140737166352704 140429983956168 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14574/tid=14593] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14593/stat : 14593 (java) S 14571 14574 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8829035 9856040960 27179 33554432000 1073741824 1073778376 140737166352704 140429982901160 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 11.92
Current children cumulated vsize (KiB) 9625040

[startup+10.8008 s]
/proc/loadavg: 2.29 2.23 2.19 3/213 14593
/proc/meminfo: memFree=29963088/32872528 swapFree=1243920/1391088
[pid=14574] ppid=14571 vsize=9625040 CPUtime=12.32 cores=1,3,5,7
/proc/14574/stat : 14574 (java) S 14571 14574 13151 0 -1 4202496 24364 0 1 0 1227 5 0 0 20 0 19 0 8829019 9856040960 27691 33554432000 1073741824 1073778376 140737166352704 140737166343840 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14574/statm: 2406260 27691 2264 9 0 2396937 0
[pid=14574/tid=14575] ppid=14571 vsize=9625040 CPUtime=10.78 cores=1,3,5,7
/proc/14574/task/14575/stat : 14575 (java) R 14571 14574 13151 0 -1 4202560 2438 0 1 0 1076 2 0 0 20 0 19 0 8829020 9856040960 27691 33554432000 1073741824 1073778376 140737166352704 140430637678288 140430482145228 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14574/tid=14577] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14577/stat : 14577 (java) S 14571 14574 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829020 9856040960 27691 33554432000 1073741824 1073778376 140737166352704 140430610139432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14574/tid=14578] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14578/stat : 14578 (java) S 14571 14574 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829020 9856040960 27691 33554432000 1073741824 1073778376 140737166352704 140430609086632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14574/tid=14579] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14579/stat : 14579 (java) S 14571 14574 13151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8829020 9856040960 27691 33554432000 1073741824 1073778376 140737166352704 140430608034344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14574/tid=14580] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14580/stat : 14580 (java) S 14571 14574 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829020 9856040960 27691 33554432000 1073741824 1073778376 140737166352704 140430606981544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14574/tid=14581] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14581/stat : 14581 (java) S 14571 14574 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829020 9856040960 27691 33554432000 1073741824 1073778376 140737166352704 140430605929256 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14574/tid=14582] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14582/stat : 14582 (java) S 14571 14574 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829020 9856040960 27691 33554432000 1073741824 1073778376 140737166352704 140430604876456 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14574/tid=14583] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14583/stat : 14583 (java) S 14571 14574 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829020 9856040960 27691 33554432000 1073741824 1073778376 140737166352704 140430603824168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14574/tid=14584] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14584/stat : 14584 (java) S 14571 14574 13151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8829020 9856040960 27691 33554432000 1073741824 1073778376 140737166352704 140430602771368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14574/tid=14585] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14585/stat : 14585 (java) S 14571 14574 13151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8829022 9856040960 27691 33554432000 1073741824 1073778376 140737166352704 140429991323880 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14574/tid=14586] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14586/stat : 14586 (java) S 14571 14574 13151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8829022 9856040960 27691 33554432000 1073741824 1073778376 140737166352704 140429990269944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14574/tid=14587] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14587/stat : 14587 (java) S 14571 14574 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8829022 9856040960 27691 33554432000 1073741824 1073778376 140737166352704 140429989217544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14574/tid=14588] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14588/stat : 14588 (java) S 14571 14574 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829024 9856040960 27691 33554432000 1073741824 1073778376 140737166352704 140429988166032 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14574/tid=14589] ppid=14571 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/14574/task/14589/stat : 14589 (java) S 14571 14574 13151 0 -1 4202560 6382 0 0 0 44 2 0 0 20 0 19 0 8829024 9856040960 27691 33554432000 1073741824 1073778376 140737166352704 140429987113656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14574/tid=14590] ppid=14571 vsize=9625040 CPUtime=1.06 cores=1,3,5,7
/proc/14574/task/14590/stat : 14590 (java) S 14571 14574 13151 0 -1 4202560 14270 0 0 0 104 2 0 0 20 0 19 0 8829024 9856040960 27691 33554432000 1073741824 1073778376 140737166352704 140429986060856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14574/tid=14591] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14591/stat : 14591 (java) S 14571 14574 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829024 9856040960 27691 33554432000 1073741824 1073778376 140737166352704 140429985008760 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14574/tid=14592] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14592/stat : 14592 (java) S 14571 14574 13151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8829024 9856040960 27691 33554432000 1073741824 1073778376 140737166352704 140429983956168 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14574/tid=14593] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14593/stat : 14593 (java) S 14571 14574 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8829035 9856040960 27691 33554432000 1073741824 1073778376 140737166352704 140429982901160 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 9625040

[startup+11.0008 s]
/proc/loadavg: 2.29 2.23 2.19 4/213 14593
/proc/meminfo: memFree=29957000/32872528 swapFree=1243920/1391088
[pid=14574] ppid=14571 vsize=9625040 CPUtime=12.54 cores=1,3,5,7
/proc/14574/stat : 14574 (java) S 14571 14574 13151 0 -1 4202496 24365 0 1 0 1249 5 0 0 20 0 19 0 8829019 9856040960 28203 33554432000 1073741824 1073778376 140737166352704 140737166343840 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14574/statm: 2406260 28203 2264 9 0 2396937 0
[pid=14574/tid=14575] ppid=14571 vsize=9625040 CPUtime=10.98 cores=1,3,5,7
/proc/14574/task/14575/stat : 14575 (java) R 14571 14574 13151 0 -1 4202560 2439 0 1 0 1096 2 0 0 20 0 19 0 8829020 9856040960 28203 33554432000 1073741824 1073778376 140737166352704 140430637678288 140430482566469 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14574/tid=14577] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14577/stat : 14577 (java) S 14571 14574 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829020 9856040960 28203 33554432000 1073741824 1073778376 140737166352704 140430610139432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14574/tid=14578] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14578/stat : 14578 (java) S 14571 14574 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829020 9856040960 28203 33554432000 1073741824 1073778376 140737166352704 140430609086632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14574/tid=14579] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14579/stat : 14579 (java) S 14571 14574 13151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8829020 9856040960 28203 33554432000 1073741824 1073778376 140737166352704 140430608034344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14574/tid=14580] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14580/stat : 14580 (java) S 14571 14574 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829020 9856040960 28203 33554432000 1073741824 1073778376 140737166352704 140430606981544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14574/tid=14581] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14581/stat : 14581 (java) S 14571 14574 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829020 9856040960 28203 33554432000 1073741824 1073778376 140737166352704 140430605929256 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14574/tid=14582] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14582/stat : 14582 (java) S 14571 14574 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829020 9856040960 28203 33554432000 1073741824 1073778376 140737166352704 140430604876456 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14574/tid=14583] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14583/stat : 14583 (java) S 14571 14574 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829020 9856040960 28203 33554432000 1073741824 1073778376 140737166352704 140430603824168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14574/tid=14584] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14584/stat : 14584 (java) S 14571 14574 13151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8829020 9856040960 28203 33554432000 1073741824 1073778376 140737166352704 140430602771368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14574/tid=14585] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14585/stat : 14585 (java) S 14571 14574 13151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8829022 9856040960 28203 33554432000 1073741824 1073778376 140737166352704 140429991323880 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14574/tid=14586] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14586/stat : 14586 (java) S 14571 14574 13151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8829022 9856040960 28203 33554432000 1073741824 1073778376 140737166352704 140429990269944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14574/tid=14587] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14587/stat : 14587 (java) S 14571 14574 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8829022 9856040960 28203 33554432000 1073741824 1073778376 140737166352704 140429989217544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14574/tid=14588] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14588/stat : 14588 (java) S 14571 14574 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829024 9856040960 28203 33554432000 1073741824 1073778376 140737166352704 140429988166032 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14574/tid=14589] ppid=14571 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/14574/task/14589/stat : 14589 (java) S 14571 14574 13151 0 -1 4202560 6382 0 0 0 45 2 0 0 20 0 19 0 8829024 9856040960 28203 33554432000 1073741824 1073778376 140737166352704 140429987113656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14574/tid=14590] ppid=14571 vsize=9625040 CPUtime=1.06 cores=1,3,5,7
/proc/14574/task/14590/stat : 14590 (java) S 14571 14574 13151 0 -1 4202560 14270 0 0 0 104 2 0 0 20 0 19 0 8829024 9856040960 28203 33554432000 1073741824 1073778376 140737166352704 140429986060856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14574/tid=14591] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14591/stat : 14591 (java) S 14571 14574 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829024 9856040960 28203 33554432000 1073741824 1073778376 140737166352704 140429985008760 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14574/tid=14592] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14592/stat : 14592 (java) S 14571 14574 13151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8829024 9856040960 28203 33554432000 1073741824 1073778376 140737166352704 140429983956168 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14574/tid=14593] ppid=14571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14574/task/14593/stat : 14593 (java) S 14571 14574 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8829035 9856040960 28203 33554432000 1073741824 1073778376 140737166352704 140429982901160 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 11.1101
CPU time (s): 12.6821
CPU user time (s): 12.5881
CPU system time (s): 0.093985
CPU usage (%): 114.149
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.5881
system time used= 0.093985
maximum resident set size= 112868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24383
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= 551
involuntary context switches= 47

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.084987 second user time and 0.091986 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-16 11:03:24
IDJOB=4090918
IDBENCH=79197
IDSOLVER=2551
FILE ID=node119/4090918-1466067804
RUNJOBID= node119-1466062131-13168
PBS_JOBID= 19904019
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111212476--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090918-1466067804/watcher-4090918-1466067804 -o /tmp/evaluation-result-4090918-1466067804/solver-4090918-1466067804 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466062131-13168 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090918-1466067804.wbo

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

MD5SUM BENCH= 935e196b2e49c7ace79e7b55afc624f4
RANDOM SEED=874877419

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.456
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:        30062600 kB
Buffers:            8960 kB
Cached:            44920 kB
SwapCached:          932 kB
Active:           689396 kB
Inactive:          30960 kB
Active(anon):     668024 kB
Inactive(anon):     1328 kB
Active(file):      21372 kB
Inactive(file):    29632 kB
Unevictable:     1391088 kB
Mlocked:         1243920 kB
SwapTotal:      67108856 kB
SwapFree:       67100084 kB
Dirty:               864 kB
Writeback:             0 kB
AnonPages:       2140684 kB
Mapped:            15408 kB
Shmem:                 0 kB
Slab:             565000 kB
SReclaimable:       8876 kB
SUnreclaim:       556124 kB
KernelStack:        1760 kB
PageTables:         8620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2204384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    872448 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= 71736 MiB
End job on node119 at 2016-06-16 11:03:35