Trace number 4090917

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.961 11.2949

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110978334--soft-0-100-0.wbo
MD5SUM359f8e8e206a8ecfac2e3b6d9e7369bc
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark9.98548
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 5180
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 5179
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1247
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-4090917-1466067871.wbo
0.11/0.10	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.055s.
0.11/0.16	c declared #vars     169
0.11/0.16	c internal #vars     270
0.11/0.16	c #constraints  101
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.11/0.16	c 101 constraints processed.
0.11/0.16	c objective function length is 101 literals
0.28/0.25	c SATISFIABLE
0.28/0.25	c OPTIMIZING...
0.28/0.25	c Got one! Elapsed wall clock time (in seconds):0.145
0.28/0.25	o 1042
0.28/0.25	c Got one! Elapsed wall clock time (in seconds):0.152
0.28/0.25	o 799
0.51/0.31	c Got one! Elapsed wall clock time (in seconds):0.211
0.51/0.31	o 727
0.51/0.32	c Got one! Elapsed wall clock time (in seconds):0.22
0.51/0.32	o 721
0.51/0.32	c Got one! Elapsed wall clock time (in seconds):0.225
0.51/0.32	o 708
0.51/0.33	c Got one! Elapsed wall clock time (in seconds):0.232
0.51/0.33	o 701
0.51/0.34	c Got one! Elapsed wall clock time (in seconds):0.237
0.51/0.34	o 697
0.64/0.43	c Got one! Elapsed wall clock time (in seconds):0.325
0.64/0.43	o 629
0.64/0.43	c Got one! Elapsed wall clock time (in seconds):0.331
0.64/0.43	o 507
0.64/0.44	c Got one! Elapsed wall clock time (in seconds):0.336
0.64/0.44	o 479
0.64/0.48	c Got one! Elapsed wall clock time (in seconds):0.38
0.64/0.48	o 478
0.64/0.49	c Got one! Elapsed wall clock time (in seconds):0.385
0.64/0.49	o 472
0.81/0.50	c Got one! Elapsed wall clock time (in seconds):0.399
0.81/0.50	o 463
0.81/0.50	c Got one! Elapsed wall clock time (in seconds):0.405
0.81/0.50	o 422
0.96/0.62	c cleaning 4192 clauses out of 8395 with flag 7692/8395
0.96/0.66	c Got one! Elapsed wall clock time (in seconds):0.564
0.96/0.66	o 404
0.96/0.67	c Got one! Elapsed wall clock time (in seconds):0.567
0.96/0.67	o 397
1.20/0.85	c Got one! Elapsed wall clock time (in seconds):0.745
1.20/0.85	o 394
1.20/0.85	c Got one! Elapsed wall clock time (in seconds):0.749
1.20/0.85	o 388
1.20/0.86	c Got one! Elapsed wall clock time (in seconds):0.759
1.20/0.86	o 367
1.20/0.88	c Got one! Elapsed wall clock time (in seconds):0.777
1.20/0.88	o 360
1.30/0.93	c cleaning 5240 clauses out of 10496 with flag 3570/14688
1.62/1.23	c cleaning 5625 clauses out of 11256 with flag 30260/20688
1.96/1.58	c cleaning 6312 clauses out of 12631 with flag 62266/27688
2.07/1.64	c Got one! Elapsed wall clock time (in seconds):1.539
2.07/1.64	o 351
2.07/1.65	c Got one! Elapsed wall clock time (in seconds):1.549
2.07/1.65	o 346
2.07/1.70	c Got one! Elapsed wall clock time (in seconds):1.595
2.07/1.70	o 337
2.17/1.71	c Got one! Elapsed wall clock time (in seconds):1.608
2.17/1.71	o 336
2.17/1.71	c Got one! Elapsed wall clock time (in seconds):1.612
2.17/1.71	o 333
2.17/1.72	c Got one! Elapsed wall clock time (in seconds):1.623
2.17/1.72	o 328
2.17/1.73	c Got one! Elapsed wall clock time (in seconds):1.626
2.17/1.73	o 327
2.17/1.76	c Got one! Elapsed wall clock time (in seconds):1.657
2.17/1.76	o 313
2.31/1.83	c Got one! Elapsed wall clock time (in seconds):1.727
2.31/1.83	o 312
2.41/1.90	c Got one! Elapsed wall clock time (in seconds):1.8
2.41/1.90	o 293
2.41/1.91	c Got one! Elapsed wall clock time (in seconds):1.808
2.41/1.91	o 269
2.41/1.97	c Got one! Elapsed wall clock time (in seconds):1.868
2.41/1.97	o 268
2.51/2.03	c cleaning 7632 clauses out of 15288 with flag 3592/36657
2.61/2.20	c Got one! Elapsed wall clock time (in seconds):2.099
2.61/2.20	o 260
2.72/2.22	c Got one! Elapsed wall clock time (in seconds):2.124
2.72/2.22	o 259
2.72/2.23	c Got one! Elapsed wall clock time (in seconds):2.128
2.72/2.23	o 253
2.92/2.33	c cleaning 6930 clauses out of 13866 with flag 7815/42867
2.92/2.34	c Got one! Elapsed wall clock time (in seconds):2.24
2.92/2.34	o 250
3.03/2.44	c Got one! Elapsed wall clock time (in seconds):2.337
3.03/2.44	o 249
3.14/2.59	c cleaning 6300 clauses out of 12608 with flag 14698/48539
3.24/2.61	c Got one! Elapsed wall clock time (in seconds):2.514
3.24/2.61	o 232
3.41/2.80	c Got one! Elapsed wall clock time (in seconds):2.696
3.41/2.80	o 225
3.61/2.90	c Got one! Elapsed wall clock time (in seconds):2.8
3.61/2.90	o 220
3.61/2.96	c cleaning 6801 clauses out of 13608 with flag 4355/55839
3.71/3.00	c Got one! Elapsed wall clock time (in seconds):2.904
3.71/3.00	o 217
3.71/3.01	c Got one! Elapsed wall clock time (in seconds):2.91
3.71/3.01	o 214
3.71/3.03	c Got one! Elapsed wall clock time (in seconds):2.93
3.71/3.03	o 211
3.91/3.23	c cleaning 6183 clauses out of 12380 with flag 16760/61412
3.91/3.29	c Got one! Elapsed wall clock time (in seconds):3.192
3.91/3.29	o 192
4.01/3.33	c Got one! Elapsed wall clock time (in seconds):3.233
4.01/3.33	o 177
4.01/3.36	c Got one! Elapsed wall clock time (in seconds):3.258
4.01/3.36	o 175
4.11/3.43	c Got one! Elapsed wall clock time (in seconds):3.326
4.11/3.43	o 168
4.11/3.44	c Got one! Elapsed wall clock time (in seconds):3.337
4.11/3.44	o 165
4.11/3.45	c Got one! Elapsed wall clock time (in seconds):3.351
4.11/3.45	o 162
4.11/3.47	c Got one! Elapsed wall clock time (in seconds):3.369
4.11/3.47	o 152
4.11/3.49	c Got one! Elapsed wall clock time (in seconds):3.385
4.11/3.49	o 124
4.21/3.51	c Got one! Elapsed wall clock time (in seconds):3.407
4.21/3.51	o 119
4.21/3.56	c Got one! Elapsed wall clock time (in seconds):3.461
4.21/3.56	o 114
4.31/3.64	c Got one! Elapsed wall clock time (in seconds):3.538
4.31/3.64	o 107
4.31/3.66	c Got one! Elapsed wall clock time (in seconds):3.556
4.31/3.66	o 104
4.31/3.67	c Got one! Elapsed wall clock time (in seconds):3.575
4.31/3.67	o 103
4.31/3.68	c Got one! Elapsed wall clock time (in seconds):3.583
4.31/3.68	o 100
4.49/3.71	c Got one! Elapsed wall clock time (in seconds):3.613
4.49/3.71	o 98
4.49/3.73	c Got one! Elapsed wall clock time (in seconds):3.631
4.49/3.73	o 87
4.67/3.83	c cleaning 8263 clauses out of 16535 with flag 3885/71750
4.90/3.98	c Got one! Elapsed wall clock time (in seconds):3.875
4.90/3.98	o 80
5.27/4.16	c cleaning 7048 clauses out of 14106 with flag 16620/77584
5.85/4.42	c Got one! Elapsed wall clock time (in seconds):4.317
5.85/4.42	o 79
6.05/4.50	c Got one! Elapsed wall clock time (in seconds):4.404
6.05/4.50	o 78
6.14/4.66	c Got one! Elapsed wall clock time (in seconds):4.558
6.14/4.66	o 71
6.24/4.70	c Got one! Elapsed wall clock time (in seconds):4.597
6.24/4.70	o 60
6.24/4.76	c cleaning 9248 clauses out of 18507 with flag 4123/89033
6.24/4.79	c Got one! Elapsed wall clock time (in seconds):4.69
6.24/4.79	o 49
6.34/4.84	c Got one! Elapsed wall clock time (in seconds):4.737
6.34/4.84	o 45
6.44/4.99	c cleaning 7673 clauses out of 15346 with flag 13248/95120
6.74/5.22	c cleaning 6831 clauses out of 13672 with flag 33250/101120
6.94/5.48	c cleaning 6907 clauses out of 13842 with flag 56752/108121
7.35/5.81	c cleaning 7465 clauses out of 14935 with flag 85141/116121
7.35/5.86	c Got one! Elapsed wall clock time (in seconds):5.757
7.35/5.86	o 41
7.55/6.01	c cleaning 6512 clauses out of 13046 with flag 12947/121697
7.75/6.22	c cleaning 6252 clauses out of 12532 with flag 33425/127696
7.95/6.49	c cleaning 6634 clauses out of 13280 with flag 60631/134696
8.36/6.80	c cleaning 7326 clauses out of 14654 with flag 91023/142704
8.66/7.18	c cleaning 8156 clauses out of 16320 with flag 123324/151697
8.96/7.42	c Got one! Elapsed wall clock time (in seconds):7.324
8.96/7.42	o 38
9.16/7.68	c cleaning 9809 clauses out of 19622 with flag 20208/163155
9.37/7.82	c Got one! Elapsed wall clock time (in seconds):7.715
9.37/7.82	o 37
9.46/7.90	c cleaning 7629 clauses out of 15271 with flag 7450/168613
9.57/8.07	c Got one! Elapsed wall clock time (in seconds):7.971
9.57/8.07	o 29
9.67/8.12	c cleaning 6742 clauses out of 13511 with flag 3942/174482
9.87/8.33	c cleaning 6384 clauses out of 12771 with flag 24795/180484
10.09/8.59	c cleaning 6688 clauses out of 13384 with flag 49218/187482
10.19/8.60	c Got one! Elapsed wall clock time (in seconds):8.504
10.19/8.60	o 28
10.29/8.79	c cleaning 6023 clauses out of 12053 with flag 19023/192839
10.59/9.00	c cleaning 6008 clauses out of 12029 with flag 41116/198839
10.79/9.25	c cleaning 6507 clauses out of 13022 with flag 67190/205840
11.09/9.55	c cleaning 7251 clauses out of 14514 with flag 95116/213840
11.09/9.55	c Got one! Elapsed wall clock time (in seconds):9.452
11.09/9.55	o 14
11.09/9.59	c Got one! Elapsed wall clock time (in seconds):9.493
11.09/9.59	o 12
11.09/9.60	c Got one! Elapsed wall clock time (in seconds):9.496
11.09/9.60	o 11
11.34/9.76	c cleaning 6350 clauses out of 12707 with flag 17808/219284
11.55/9.97	c cleaning 6171 clauses out of 12354 with flag 41926/225284
11.84/10.22	c cleaning 6583 clauses out of 13179 with flag 69985/232284
12.14/10.53	c cleaning 7294 clauses out of 14590 with flag 103726/240284
12.24/10.61	c Got one! Elapsed wall clock time (in seconds):10.513
12.24/10.61	o 10
12.34/10.74	c cleaning 6405 clauses out of 12832 with flag 14500/245822
12.54/10.97	c cleaning 6207 clauses out of 12426 with flag 43006/251823
12.65/11.04	c Got one! Elapsed wall clock time (in seconds):10.942
12.65/11.04	o 9
12.75/11.16	c cleaning 5709 clauses out of 11434 with flag 13061/257043
12.84/11.29	c starts		: 219
12.84/11.29	c conflicts		: 260367
12.84/11.29	c decisions		: 458123
12.84/11.29	c propagations		: 8051675
12.84/11.29	c inspects		: 117305974
12.84/11.29	c shortcuts		: 0
12.84/11.29	c learnt literals	: 43
12.84/11.29	c learnt binary clauses	: 20
12.84/11.29	c learnt ternary clauses	: 791
12.84/11.29	c learnt constraints	: 260323
12.84/11.29	c ignored constraints	: 0
12.84/11.29	c root simplifications	: 0
12.84/11.29	c removed literals (reason simplification)	: 0
12.84/11.29	c reason swapping (by a shorter reason)	: 0
12.84/11.29	c Calls to reduceDB	: 37
12.84/11.29	c Number of update (reduction) of LBD	: 79508
12.84/11.29	c Imported unit clauses	: 0
12.84/11.29	c number of reductions to clauses (during analyze)	: 0
12.84/11.29	c number of learned constraints concerned by reduction	: 0
12.84/11.29	c number of learning phase by resolution	: 0
12.84/11.29	c number of learning phase by cutting planes	: 0
12.84/11.29	c speed (assignments/second)	: 723615.9791498157
12.84/11.29	c non guided choices	3464
12.84/11.29	c learnt constraints type 
12.84/11.29	s OPTIMUM FOUND
12.84/11.29	c Found 76 solution(s)
12.84/11.29	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.84/11.29	c objective function=9
12.84/11.29	c Total wall clock time (in seconds): 11.187

Verifier Data

OK	9

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

pid=14897
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.32 2.25 2.19 3/194 14900
/proc/meminfo: memFree=30086420/32872528 swapFree=1243920/1391088
[pid=14900] ppid=14897 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/14900/stat : 14900 (java) S 14897 14900 13151 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 8835683 98570240 978 33554432000 1073741824 1073778376 140734584257424 140734584248560 272889839677 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14900/statm: 24065 978 744 9 0 16771 0
[pid=14900/tid=14901] ppid=14897 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14901/stat : 14901 (java) R 14897 14900 13151 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 8835684 98570240 978 33554432000 1073741824 1073778376 140734584257424 140479677251112 272886482304 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.32 2.25 2.19 3/194 14900
/proc/meminfo: memFree=30086420/32872528 swapFree=1243920/1391088
[pid=14900] ppid=14897 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/14900/stat : 14900 (java) S 14897 14900 13151 0 -1 4202496 4498 0 1 0 10 1 0 0 20 0 18 0 8835683 9787879424 6123 33554432000 1073741824 1073778376 140734584257424 140734584248560 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14900/statm: 2389619 6123 2157 9 0 2380296 0
[pid=14900/tid=14901] ppid=14897 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/14900/task/14901/stat : 14901 (java) R 14897 14900 13151 0 -1 4202560 2382 0 1 0 7 0 0 0 20 0 18 0 8835684 9787879424 6123 33554432000 1073741824 1073778376 140734584257424 140479677254560 272886107979 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.200274 s]
/proc/loadavg: 2.32 2.25 2.19 3/194 14900
/proc/meminfo: memFree=30086420/32872528 swapFree=1243920/1391088
[pid=14900] ppid=14897 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/14900/stat : 14900 (java) S 14897 14900 13151 0 -1 4202496 6339 0 1 0 27 1 0 0 20 0 19 0 8835683 9856040960 7922 33554432000 1073741824 1073778376 140734584257424 140734584248560 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14900/statm: 2406260 7922 2236 9 0 2396937 0
[pid=14900/tid=14901] ppid=14897 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/14900/task/14901/stat : 14901 (java) R 14897 14900 13151 0 -1 4202560 2410 0 1 0 17 0 0 0 20 0 19 0 8835684 9856040960 7922 33554432000 1073741824 1073778376 140734584257424 140479677256320 140479538722208 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9625040

[startup+0.300276 s]
/proc/loadavg: 2.32 2.25 2.19 3/194 14900
/proc/meminfo: memFree=30086420/32872528 swapFree=1243920/1391088
[pid=14900] ppid=14897 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/14900/stat : 14900 (java) S 14897 14900 13151 0 -1 4202496 6657 0 1 0 49 2 0 0 20 0 19 0 8835683 9856040960 8480 33554432000 1073741824 1073778376 140734584257424 140734584248560 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14900/statm: 2406260 8480 2243 9 0 2396937 0
[pid=14900/tid=14901] ppid=14897 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/14900/task/14901/stat : 14901 (java) R 14897 14900 13151 0 -1 4202560 2411 0 1 0 27 0 0 0 20 0 19 0 8835684 9856040960 8480 33554432000 1073741824 1073778376 140734584257424 140479677255736 140479539152358 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.70022 s]
/proc/loadavg: 2.32 2.25 2.19 3/194 14900
/proc/meminfo: memFree=30086420/32872528 swapFree=1243920/1391088
[pid=14900] ppid=14897 vsize=9625040 CPUtime=1.1 cores=1,3,5,7
/proc/14900/stat : 14900 (java) S 14897 14900 13151 0 -1 4202496 8882 0 1 0 108 2 0 0 20 0 19 0 8835683 9856040960 9607 33554432000 1073741824 1073778376 140734584257424 140734584248560 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14900/statm: 2406260 9607 2258 9 0 2396937 0
[pid=14900/tid=14901] ppid=14897 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/14900/task/14901/stat : 14901 (java) R 14897 14900 13151 0 -1 4202560 2412 0 1 0 67 0 0 0 20 0 19 0 8835684 9856040960 9607 33554432000 1073741824 1073778376 140734584257424 140479677254504 140479539088260 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.29 2.25 2.19 3/213 14919
/proc/meminfo: memFree=30051368/32872528 swapFree=1243920/1391088
[pid=14900] ppid=14897 vsize=9625040 CPUtime=1.96 cores=1,3,5,7
/proc/14900/stat : 14900 (java) S 14897 14900 13151 0 -1 4202496 9369 0 1 0 193 3 0 0 20 0 19 0 8835683 9856040960 11171 33554432000 1073741824 1073778376 140734584257424 140734584248560 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14900/statm: 2406260 11171 2261 9 0 2396937 0
[pid=14900/tid=14901] ppid=14897 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/14900/task/14901/stat : 14901 (java) R 14897 14900 13151 0 -1 4202560 2416 0 1 0 145 1 0 0 20 0 19 0 8835684 9856040960 11171 33554432000 1073741824 1073778376 140734584257424 140479677247168 140479539096369 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14900/tid=14903] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14903/stat : 14903 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835684 9856040960 11171 33554432000 1073741824 1073778376 140734584257424 140479666317864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14900/tid=14904] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14904/stat : 14904 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835684 9856040960 11171 33554432000 1073741824 1073778376 140734584257424 140479665265064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14900/tid=14905] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14905/stat : 14905 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835684 9856040960 11171 33554432000 1073741824 1073778376 140734584257424 140479664212264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14900/tid=14906] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14906/stat : 14906 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835684 9856040960 11171 33554432000 1073741824 1073778376 140734584257424 140479663159464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14900/tid=14907] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14907/stat : 14907 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835684 9856040960 11171 33554432000 1073741824 1073778376 140734584257424 140479662107688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14900/tid=14908] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14908/stat : 14908 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835684 9856040960 11171 33554432000 1073741824 1073778376 140734584257424 140479661054888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14900/tid=14909] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14909/stat : 14909 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835684 9856040960 11171 33554432000 1073741824 1073778376 140734584257424 140479660002088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14900/tid=14910] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14910/stat : 14910 (java) S 14897 14900 13151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8835684 9856040960 11171 33554432000 1073741824 1073778376 140734584257424 140479658949288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14900/tid=14911] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14911/stat : 14911 (java) S 14897 14900 13151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8835686 9856040960 11171 33554432000 1073741824 1073778376 140734584257424 140479501396456 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14900/tid=14912] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14912/stat : 14912 (java) S 14897 14900 13151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8835686 9856040960 11171 33554432000 1073741824 1073778376 140734584257424 140479500342520 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14900/tid=14913] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14913/stat : 14913 (java) S 14897 14900 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8835686 9856040960 11171 33554432000 1073741824 1073778376 140734584257424 140479499289608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14900/tid=14914] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14914/stat : 14914 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835688 9856040960 11171 33554432000 1073741824 1073778376 140734584257424 140479498238096 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14900/tid=14915] ppid=14897 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/14900/task/14915/stat : 14915 (java) S 14897 14900 13151 0 -1 4202560 3013 0 0 0 22 0 0 0 20 0 19 0 8835688 9856040960 11171 33554432000 1073741824 1073778376 140734584257424 140479497186232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14900/tid=14916] ppid=14897 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/14900/task/14916/stat : 14916 (java) S 14897 14900 13151 0 -1 4202560 2668 0 0 0 24 0 0 0 20 0 19 0 8835688 9856040960 11171 33554432000 1073741824 1073778376 140734584257424 140479496133432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14900/tid=14917] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14917/stat : 14917 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835688 9856040960 11171 33554432000 1073741824 1073778376 140734584257424 140479495080824 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14900/tid=14918] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14918/stat : 14918 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835688 9856040960 11171 33554432000 1073741824 1073778376 140734584257424 140479494028232 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14900/tid=14919] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14919/stat : 14919 (java) S 14897 14900 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8835700 9856040960 11171 33554432000 1073741824 1073778376 140734584257424 140479492973736 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 9625040

[startup+3.10087 s]
/proc/loadavg: 2.29 2.25 2.19 3/213 14919
/proc/meminfo: memFree=30044728/32872528 swapFree=1243920/1391088
[pid=14900] ppid=14897 vsize=9625040 CPUtime=3.81 cores=1,3,5,7
/proc/14900/stat : 14900 (java) S 14897 14900 13151 0 -1 4202496 11912 0 1 0 378 3 0 0 20 0 19 0 8835683 9856040960 13257 33554432000 1073741824 1073778376 140734584257424 140734584248560 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14900/statm: 2406260 13257 2262 9 0 2396937 0
[pid=14900/tid=14901] ppid=14897 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/14900/task/14901/stat : 14901 (java) R 14897 14900 13151 0 -1 4202560 2421 0 1 0 305 1 0 0 20 0 19 0 8835684 9856040960 13257 33554432000 1073741824 1073778376 140734584257424 140479677247792 140479539119532 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14900/tid=14903] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14903/stat : 14903 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835684 9856040960 13257 33554432000 1073741824 1073778376 140734584257424 140479666317864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14900/tid=14904] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14904/stat : 14904 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835684 9856040960 13257 33554432000 1073741824 1073778376 140734584257424 140479665265064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14900/tid=14905] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14905/stat : 14905 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835684 9856040960 13257 33554432000 1073741824 1073778376 140734584257424 140479664212264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14900/tid=14906] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14906/stat : 14906 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835684 9856040960 13257 33554432000 1073741824 1073778376 140734584257424 140479663159464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14900/tid=14907] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14907/stat : 14907 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835684 9856040960 13257 33554432000 1073741824 1073778376 140734584257424 140479662107688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14900/tid=14908] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14908/stat : 14908 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835684 9856040960 13257 33554432000 1073741824 1073778376 140734584257424 140479661054888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14900/tid=14909] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14909/stat : 14909 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835684 9856040960 13257 33554432000 1073741824 1073778376 140734584257424 140479660002088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14900/tid=14910] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14910/stat : 14910 (java) S 14897 14900 13151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8835684 9856040960 13257 33554432000 1073741824 1073778376 140734584257424 140479658949288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14900/tid=14911] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14911/stat : 14911 (java) S 14897 14900 13151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8835686 9856040960 13257 33554432000 1073741824 1073778376 140734584257424 140479501396456 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14900/tid=14912] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14912/stat : 14912 (java) S 14897 14900 13151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8835686 9856040960 13257 33554432000 1073741824 1073778376 140734584257424 140479500342520 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14900/tid=14913] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14913/stat : 14913 (java) S 14897 14900 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8835686 9856040960 13257 33554432000 1073741824 1073778376 140734584257424 140479499289608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14900/tid=14914] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14914/stat : 14914 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835688 9856040960 13257 33554432000 1073741824 1073778376 140734584257424 140479498238096 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14900/tid=14915] ppid=14897 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/14900/task/14915/stat : 14915 (java) S 14897 14900 13151 0 -1 4202560 5438 0 0 0 38 2 0 0 20 0 19 0 8835688 9856040960 13257 33554432000 1073741824 1073778376 140734584257424 140479497186232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14900/tid=14916] ppid=14897 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/14900/task/14916/stat : 14916 (java) S 14897 14900 13151 0 -1 4202560 2781 0 0 0 31 0 0 0 20 0 19 0 8835688 9856040960 13257 33554432000 1073741824 1073778376 140734584257424 140479496133432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14900/tid=14917] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14917/stat : 14917 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835688 9856040960 13257 33554432000 1073741824 1073778376 140734584257424 140479495080824 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14900/tid=14918] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14918/stat : 14918 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835688 9856040960 13257 33554432000 1073741824 1073778376 140734584257424 140479494028232 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14900/tid=14919] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14919/stat : 14919 (java) S 14897 14900 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8835700 9856040960 13257 33554432000 1073741824 1073778376 140734584257424 140479492973736 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.81
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.29 2.25 2.19 3/213 14919
/proc/meminfo: memFree=30014332/32872528 swapFree=1243920/1391088
[pid=14900] ppid=14897 vsize=9625040 CPUtime=7.85 cores=1,3,5,7
/proc/14900/stat : 14900 (java) S 14897 14900 13151 0 -1 4202496 22884 0 1 0 781 4 0 0 20 0 19 0 8835683 9856040960 21158 33554432000 1073741824 1073778376 140734584257424 140734584248560 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14900/statm: 2406260 21158 2264 9 0 2396937 0
[pid=14900/tid=14901] ppid=14897 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/14900/task/14901/stat : 14901 (java) R 14897 14900 13151 0 -1 4202560 2434 0 1 0 625 1 0 0 20 0 19 0 8835684 9856040960 21158 33554432000 1073741824 1073778376 140734584257424 140479677247184 140479538918561 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14900/tid=14903] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14903/stat : 14903 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835684 9856040960 21158 33554432000 1073741824 1073778376 140734584257424 140479666317864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14900/tid=14904] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14904/stat : 14904 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835684 9856040960 21158 33554432000 1073741824 1073778376 140734584257424 140479665265064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14900/tid=14905] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14905/stat : 14905 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835684 9856040960 21158 33554432000 1073741824 1073778376 140734584257424 140479664212264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14900/tid=14906] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14906/stat : 14906 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835684 9856040960 21158 33554432000 1073741824 1073778376 140734584257424 140479663159464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14900/tid=14907] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14907/stat : 14907 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835684 9856040960 21158 33554432000 1073741824 1073778376 140734584257424 140479662107688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14900/tid=14908] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14908/stat : 14908 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835684 9856040960 21158 33554432000 1073741824 1073778376 140734584257424 140479661054888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14900/tid=14909] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14909/stat : 14909 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835684 9856040960 21158 33554432000 1073741824 1073778376 140734584257424 140479660002088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14900/tid=14910] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14910/stat : 14910 (java) S 14897 14900 13151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8835684 9856040960 21158 33554432000 1073741824 1073778376 140734584257424 140479658949288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14900/tid=14911] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14911/stat : 14911 (java) S 14897 14900 13151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8835686 9856040960 21158 33554432000 1073741824 1073778376 140734584257424 140479501396456 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14900/tid=14912] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14912/stat : 14912 (java) S 14897 14900 13151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8835686 9856040960 21158 33554432000 1073741824 1073778376 140734584257424 140479500342520 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14900/tid=14913] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14913/stat : 14913 (java) S 14897 14900 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8835686 9856040960 21158 33554432000 1073741824 1073778376 140734584257424 140479499289608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14900/tid=14914] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14914/stat : 14914 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835688 9856040960 21158 33554432000 1073741824 1073778376 140734584257424 140479498238096 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14900/tid=14915] ppid=14897 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/14900/task/14915/stat : 14915 (java) S 14897 14900 13151 0 -1 4202560 5485 0 0 0 48 2 0 0 20 0 19 0 8835688 9856040960 21158 33554432000 1073741824 1073778376 140734584257424 140479497186232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14900/tid=14916] ppid=14897 vsize=9625040 CPUtime=1.05 cores=1,3,5,7

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

[pid=14900/tid=14905] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14905/stat : 14905 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835684 9856040960 26090 33554432000 1073741824 1073778376 140734584257424 140479664212264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14900/tid=14906] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14906/stat : 14906 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835684 9856040960 26090 33554432000 1073741824 1073778376 140734584257424 140479663159464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14900/tid=14907] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14907/stat : 14907 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835684 9856040960 26090 33554432000 1073741824 1073778376 140734584257424 140479662107688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14900/tid=14908] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14908/stat : 14908 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835684 9856040960 26090 33554432000 1073741824 1073778376 140734584257424 140479661054888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14900/tid=14909] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14909/stat : 14909 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835684 9856040960 26090 33554432000 1073741824 1073778376 140734584257424 140479660002088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14900/tid=14910] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14910/stat : 14910 (java) S 14897 14900 13151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8835684 9856040960 26090 33554432000 1073741824 1073778376 140734584257424 140479658949288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14900/tid=14911] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14911/stat : 14911 (java) S 14897 14900 13151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8835686 9856040960 26090 33554432000 1073741824 1073778376 140734584257424 140479501396456 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14900/tid=14912] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14912/stat : 14912 (java) S 14897 14900 13151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8835686 9856040960 26090 33554432000 1073741824 1073778376 140734584257424 140479500342520 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14900/tid=14913] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14913/stat : 14913 (java) S 14897 14900 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8835686 9856040960 26090 33554432000 1073741824 1073778376 140734584257424 140479499289608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14900/tid=14914] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14914/stat : 14914 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835688 9856040960 26090 33554432000 1073741824 1073778376 140734584257424 140479498238096 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14900/tid=14915] ppid=14897 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/14900/task/14915/stat : 14915 (java) R 14897 14900 13151 0 -1 4202560 6134 0 0 0 54 2 0 0 20 0 19 0 8835688 9856040960 26090 33554432000 1073741824 1073778376 140734584257424 140479497186232 140479681347495 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14900/tid=14916] ppid=14897 vsize=9625040 CPUtime=1.08 cores=1,3,5,7
/proc/14900/task/14916/stat : 14916 (java) S 14897 14900 13151 0 -1 4202560 13692 0 0 0 106 2 0 0 20 0 19 0 8835688 9856040960 26090 33554432000 1073741824 1073778376 140734584257424 140479496133432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14900/tid=14917] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14917/stat : 14917 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835688 9856040960 26090 33554432000 1073741824 1073778376 140734584257424 140479495080824 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14900/tid=14918] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14918/stat : 14918 (java) S 14897 14900 13151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8835688 9856040960 26090 33554432000 1073741824 1073778376 140734584257424 140479494028232 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14900/tid=14919] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14919/stat : 14919 (java) S 14897 14900 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8835700 9856040960 26090 33554432000 1073741824 1073778376 140734584257424 140479492973736 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 11.23
Current children cumulated vsize (KiB) 9625040

[startup+10.4007 s]
/proc/loadavg: 2.27 2.24 2.19 3/213 14919
/proc/meminfo: memFree=29986988/32872528 swapFree=1243920/1391088
[pid=14900] ppid=14897 vsize=9625040 CPUtime=12.04 cores=1,3,5,7
/proc/14900/stat : 14900 (java) S 14897 14900 13151 0 -1 4202496 23640 0 1 0 1199 5 0 0 20 0 19 0 8835683 9856040960 26403 33554432000 1073741824 1073778376 140734584257424 140734584248560 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14900/statm: 2406260 26403 2264 9 0 2396937 0
[pid=14900/tid=14901] ppid=14897 vsize=9625040 CPUtime=10.36 cores=1,3,5,7
/proc/14900/task/14901/stat : 14901 (java) R 14897 14900 13151 0 -1 4202560 2447 0 1 0 1034 2 0 0 20 0 19 0 8835684 9856040960 26403 33554432000 1073741824 1073778376 140734584257424 140479677247184 140479539154411 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14900/tid=14903] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14903/stat : 14903 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835684 9856040960 26403 33554432000 1073741824 1073778376 140734584257424 140479666317864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14900/tid=14904] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14904/stat : 14904 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835684 9856040960 26403 33554432000 1073741824 1073778376 140734584257424 140479665265064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14900/tid=14905] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14905/stat : 14905 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835684 9856040960 26403 33554432000 1073741824 1073778376 140734584257424 140479664212264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14900/tid=14906] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14906/stat : 14906 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835684 9856040960 26403 33554432000 1073741824 1073778376 140734584257424 140479663159464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14900/tid=14907] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14907/stat : 14907 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835684 9856040960 26403 33554432000 1073741824 1073778376 140734584257424 140479662107688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14900/tid=14908] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14908/stat : 14908 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835684 9856040960 26403 33554432000 1073741824 1073778376 140734584257424 140479661054888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14900/tid=14909] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14909/stat : 14909 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835684 9856040960 26403 33554432000 1073741824 1073778376 140734584257424 140479660002088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14900/tid=14910] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14910/stat : 14910 (java) S 14897 14900 13151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8835684 9856040960 26403 33554432000 1073741824 1073778376 140734584257424 140479658949288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14900/tid=14911] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14911/stat : 14911 (java) S 14897 14900 13151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8835686 9856040960 26403 33554432000 1073741824 1073778376 140734584257424 140479501396456 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14900/tid=14912] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14912/stat : 14912 (java) S 14897 14900 13151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8835686 9856040960 26403 33554432000 1073741824 1073778376 140734584257424 140479500342520 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14900/tid=14913] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14913/stat : 14913 (java) S 14897 14900 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8835686 9856040960 26403 33554432000 1073741824 1073778376 140734584257424 140479499289608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14900/tid=14914] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14914/stat : 14914 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835688 9856040960 26403 33554432000 1073741824 1073778376 140734584257424 140479498238096 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14900/tid=14915] ppid=14897 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/14900/task/14915/stat : 14915 (java) S 14897 14900 13151 0 -1 4202560 6228 0 0 0 55 2 0 0 20 0 19 0 8835688 9856040960 26403 33554432000 1073741824 1073778376 140734584257424 140479497186232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14900/tid=14916] ppid=14897 vsize=9625040 CPUtime=1.08 cores=1,3,5,7
/proc/14900/task/14916/stat : 14916 (java) S 14897 14900 13151 0 -1 4202560 13692 0 0 0 106 2 0 0 20 0 19 0 8835688 9856040960 26403 33554432000 1073741824 1073778376 140734584257424 140479496133432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14900/tid=14917] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14917/stat : 14917 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835688 9856040960 26403 33554432000 1073741824 1073778376 140734584257424 140479495080824 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14900/tid=14918] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14918/stat : 14918 (java) S 14897 14900 13151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8835688 9856040960 26403 33554432000 1073741824 1073778376 140734584257424 140479494028232 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14900/tid=14919] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14919/stat : 14919 (java) S 14897 14900 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8835700 9856040960 26403 33554432000 1073741824 1073778376 140734584257424 140479492973736 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.04
Current children cumulated vsize (KiB) 9625040

[startup+10.8008 s]
/proc/loadavg: 2.27 2.24 2.19 3/213 14919
/proc/meminfo: memFree=29986988/32872528 swapFree=1243920/1391088
[pid=14900] ppid=14897 vsize=9625040 CPUtime=12.44 cores=1,3,5,7
/proc/14900/stat : 14900 (java) S 14897 14900 13151 0 -1 4202496 23642 0 1 0 1239 5 0 0 20 0 19 0 8835683 9856040960 27427 33554432000 1073741824 1073778376 140734584257424 140734584248560 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14900/statm: 2406260 27427 2264 9 0 2396937 0
[pid=14900/tid=14901] ppid=14897 vsize=9625040 CPUtime=10.76 cores=1,3,5,7
/proc/14900/task/14901/stat : 14901 (java) R 14897 14900 13151 0 -1 4202560 2449 0 1 0 1074 2 0 0 20 0 19 0 8835684 9856040960 27427 33554432000 1073741824 1073778376 140734584257424 140479677247184 140479539141204 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14900/tid=14903] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14903/stat : 14903 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835684 9856040960 27427 33554432000 1073741824 1073778376 140734584257424 140479666317864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14900/tid=14904] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14904/stat : 14904 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835684 9856040960 27427 33554432000 1073741824 1073778376 140734584257424 140479665265064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14900/tid=14905] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14905/stat : 14905 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835684 9856040960 27427 33554432000 1073741824 1073778376 140734584257424 140479664212264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14900/tid=14906] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14906/stat : 14906 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835684 9856040960 27427 33554432000 1073741824 1073778376 140734584257424 140479663159464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14900/tid=14907] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14907/stat : 14907 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835684 9856040960 27427 33554432000 1073741824 1073778376 140734584257424 140479662107688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14900/tid=14908] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14908/stat : 14908 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835684 9856040960 27427 33554432000 1073741824 1073778376 140734584257424 140479661054888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14900/tid=14909] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14909/stat : 14909 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835684 9856040960 27427 33554432000 1073741824 1073778376 140734584257424 140479660002088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14900/tid=14910] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14910/stat : 14910 (java) S 14897 14900 13151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8835684 9856040960 27427 33554432000 1073741824 1073778376 140734584257424 140479658949288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14900/tid=14911] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14911/stat : 14911 (java) S 14897 14900 13151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8835686 9856040960 27427 33554432000 1073741824 1073778376 140734584257424 140479501396456 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14900/tid=14912] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14912/stat : 14912 (java) S 14897 14900 13151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8835686 9856040960 27427 33554432000 1073741824 1073778376 140734584257424 140479500342520 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14900/tid=14913] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14913/stat : 14913 (java) S 14897 14900 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8835686 9856040960 27427 33554432000 1073741824 1073778376 140734584257424 140479499289608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14900/tid=14914] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14914/stat : 14914 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835688 9856040960 27427 33554432000 1073741824 1073778376 140734584257424 140479498238096 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14900/tid=14915] ppid=14897 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/14900/task/14915/stat : 14915 (java) S 14897 14900 13151 0 -1 4202560 6228 0 0 0 55 2 0 0 20 0 19 0 8835688 9856040960 27427 33554432000 1073741824 1073778376 140734584257424 140479497186232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14900/tid=14916] ppid=14897 vsize=9625040 CPUtime=1.08 cores=1,3,5,7
/proc/14900/task/14916/stat : 14916 (java) S 14897 14900 13151 0 -1 4202560 13692 0 0 0 106 2 0 0 20 0 19 0 8835688 9856040960 27427 33554432000 1073741824 1073778376 140734584257424 140479496133432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14900/tid=14917] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14917/stat : 14917 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835688 9856040960 27427 33554432000 1073741824 1073778376 140734584257424 140479495080824 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14900/tid=14918] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14918/stat : 14918 (java) S 14897 14900 13151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8835688 9856040960 27427 33554432000 1073741824 1073778376 140734584257424 140479494028232 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14900/tid=14919] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14919/stat : 14919 (java) S 14897 14900 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8835700 9856040960 27427 33554432000 1073741824 1073778376 140734584257424 140479492973736 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 9625040

[startup+11.2009 s]
/proc/loadavg: 2.25 2.24 2.19 4/213 14919
/proc/meminfo: memFree=29982828/32872528 swapFree=1243920/1391088
[pid=14900] ppid=14897 vsize=9625040 CPUtime=12.84 cores=1,3,5,7
/proc/14900/stat : 14900 (java) S 14897 14900 13151 0 -1 4202496 23644 0 1 0 1279 5 0 0 20 0 19 0 8835683 9856040960 27939 33554432000 1073741824 1073778376 140734584257424 140734584248560 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14900/statm: 2406260 27939 2264 9 0 2396937 0
[pid=14900/tid=14901] ppid=14897 vsize=9625040 CPUtime=11.16 cores=1,3,5,7
/proc/14900/task/14901/stat : 14901 (java) R 14897 14900 13151 0 -1 4202560 2451 0 1 0 1114 2 0 0 20 0 19 0 8835684 9856040960 27939 33554432000 1073741824 1073778376 140734584257424 140479677254016 140479539653132 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14900/tid=14903] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14903/stat : 14903 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835684 9856040960 27939 33554432000 1073741824 1073778376 140734584257424 140479666317864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14900/tid=14904] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14904/stat : 14904 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835684 9856040960 27939 33554432000 1073741824 1073778376 140734584257424 140479665265064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14900/tid=14905] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14905/stat : 14905 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835684 9856040960 27939 33554432000 1073741824 1073778376 140734584257424 140479664212264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14900/tid=14906] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14906/stat : 14906 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835684 9856040960 27939 33554432000 1073741824 1073778376 140734584257424 140479663159464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14900/tid=14907] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14907/stat : 14907 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835684 9856040960 27939 33554432000 1073741824 1073778376 140734584257424 140479662107688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14900/tid=14908] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14908/stat : 14908 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835684 9856040960 27939 33554432000 1073741824 1073778376 140734584257424 140479661054888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14900/tid=14909] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14909/stat : 14909 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835684 9856040960 27939 33554432000 1073741824 1073778376 140734584257424 140479660002088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14900/tid=14910] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14910/stat : 14910 (java) S 14897 14900 13151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8835684 9856040960 27939 33554432000 1073741824 1073778376 140734584257424 140479658949288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14900/tid=14911] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14911/stat : 14911 (java) S 14897 14900 13151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8835686 9856040960 27939 33554432000 1073741824 1073778376 140734584257424 140479501396456 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14900/tid=14912] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14912/stat : 14912 (java) S 14897 14900 13151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8835686 9856040960 27939 33554432000 1073741824 1073778376 140734584257424 140479500342520 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14900/tid=14913] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14913/stat : 14913 (java) S 14897 14900 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8835686 9856040960 27939 33554432000 1073741824 1073778376 140734584257424 140479499289608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14900/tid=14914] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14914/stat : 14914 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835688 9856040960 27939 33554432000 1073741824 1073778376 140734584257424 140479498238096 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14900/tid=14915] ppid=14897 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/14900/task/14915/stat : 14915 (java) S 14897 14900 13151 0 -1 4202560 6228 0 0 0 55 2 0 0 20 0 19 0 8835688 9856040960 27939 33554432000 1073741824 1073778376 140734584257424 140479497186232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14900/tid=14916] ppid=14897 vsize=9625040 CPUtime=1.08 cores=1,3,5,7
/proc/14900/task/14916/stat : 14916 (java) S 14897 14900 13151 0 -1 4202560 13692 0 0 0 106 2 0 0 20 0 19 0 8835688 9856040960 27939 33554432000 1073741824 1073778376 140734584257424 140479496133432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14900/tid=14917] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14917/stat : 14917 (java) S 14897 14900 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8835688 9856040960 27939 33554432000 1073741824 1073778376 140734584257424 140479495080824 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14900/tid=14918] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14918/stat : 14918 (java) S 14897 14900 13151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8835688 9856040960 27939 33554432000 1073741824 1073778376 140734584257424 140479494028232 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14900/tid=14919] ppid=14897 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14900/task/14919/stat : 14919 (java) S 14897 14900 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8835700 9856040960 27939 33554432000 1073741824 1073778376 140734584257424 140479492973736 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.84
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 11.2949
CPU time (s): 12.961
CPU user time (s): 12.87
CPU system time (s): 0.090986
CPU usage (%): 114.751
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.87
system time used= 0.090986
maximum resident set size= 113840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23662
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= 535
involuntary context switches= 332

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.06499 second user time and 0.083987 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-16 11:04:31
IDJOB=4090917
IDBENCH=79234
IDSOLVER=2551
FILE ID=node119/4090917-1466067871
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.1110978334--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090917-1466067871/watcher-4090917-1466067871 -o /tmp/evaluation-result-4090917-1466067871/solver-4090917-1466067871 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466062131-13168 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090917-1466067871.wbo

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

MD5SUM BENCH= 359f8e8e206a8ecfac2e3b6d9e7369bc
RANDOM SEED=608085686

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:        30086684 kB
Buffers:            9340 kB
Cached:            45084 kB
SwapCached:          932 kB
Active:           665508 kB
Inactive:          31460 kB
Active(anon):     643832 kB
Inactive(anon):     1328 kB
Active(file):      21676 kB
Inactive(file):    30132 kB
Unevictable:     1391088 kB
Mlocked:         1243920 kB
SwapTotal:      67108856 kB
SwapFree:       67100084 kB
Dirty:              1072 kB
Writeback:             4 kB
AnonPages:       2032528 kB
Mapped:            15296 kB
Shmem:                 0 kB
Slab:             565272 kB
SReclaimable:       8968 kB
SUnreclaim:       556304 kB
KernelStack:        1600 kB
PageTables:         8344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2174744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    772096 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:04:42