Trace number 4109272

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 11.8322 10.2968

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4109272-1466343607.wbo
0.10/0.11	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.056s.
0.10/0.16	c declared #vars     169
0.10/0.16	c internal #vars     197
0.10/0.16	c #constraints  101
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
0.10/0.16	c 101 constraints processed.
0.10/0.16	c objective function length is 28 literals
0.69/0.49	c cleaning 2498 clauses out of 5000 with flag 12710/5000
1.00/0.67	c SATISFIABLE
1.00/0.67	c OPTIMIZING...
1.00/0.67	c Got one! Elapsed wall clock time (in seconds):0.562
1.00/0.67	o 1197
1.28/0.85	c cleaning 6619 clauses out of 13238 with flag 13723/15736
1.48/1.07	c cleaning 6310 clauses out of 12619 with flag 31815/21736
2.05/1.33	c cleaning 6649 clauses out of 13310 with flag 53625/28737
2.63/1.62	c cleaning 7328 clauses out of 14661 with flag 80614/36737
2.93/1.94	c Got one! Elapsed wall clock time (in seconds):1.831
2.93/1.94	o 1189
3.13/2.16	c cleaning 10437 clauses out of 20877 with flag 17072/50281
3.34/2.38	c cleaning 8210 clauses out of 16439 with flag 38017/56280
3.53/2.51	c Got one! Elapsed wall clock time (in seconds):2.404
3.53/2.51	o 1128
3.53/2.59	c cleaning 7036 clauses out of 14078 with flag 6764/62129
3.73/2.80	c cleaning 6514 clauses out of 13043 with flag 28858/68130
3.85/2.88	c Got one! Elapsed wall clock time (in seconds):2.776
3.85/2.88	o 1124
4.05/2.96	c Got one! Elapsed wall clock time (in seconds):2.853
4.05/2.96	o 1122
4.25/3.02	c cleaning 6353 clauses out of 12711 with flag 4066/74312
4.25/3.04	c Got one! Elapsed wall clock time (in seconds):2.938
4.25/3.04	o 1032
4.61/3.22	c cleaning 6065 clauses out of 12140 with flag 20069/80094
4.82/3.42	c cleaning 6036 clauses out of 12075 with flag 46559/86094
4.82/3.47	c Got one! Elapsed wall clock time (in seconds):3.361
4.82/3.47	o 1031
4.92/3.51	c Got one! Elapsed wall clock time (in seconds):3.408
4.92/3.51	o 987
5.02/3.62	c cleaning 6098 clauses out of 12200 with flag 12307/92255
5.02/3.67	c Got one! Elapsed wall clock time (in seconds):3.559
5.02/3.67	o 983
5.22/3.81	c cleaning 5823 clauses out of 11658 with flag 17686/97811
5.32/3.93	c Got one! Elapsed wall clock time (in seconds):3.828
5.32/3.93	o 977
5.32/3.97	c cleaning 5516 clauses out of 11033 with flag 4236/103009
5.52/4.12	c Got one! Elapsed wall clock time (in seconds):4.014
5.52/4.12	o 968
5.52/4.16	c cleaning 5515 clauses out of 11042 with flag 4290/108534
5.52/4.19	c Got one! Elapsed wall clock time (in seconds):4.079
5.52/4.19	o 963
5.73/4.36	c cleaning 5685 clauses out of 11377 with flag 22869/114384
5.84/4.42	c Got one! Elapsed wall clock time (in seconds):4.317
5.84/4.42	o 962
5.84/4.48	c Got one! Elapsed wall clock time (in seconds):4.373
5.84/4.48	o 957
5.94/4.56	c cleaning 5750 clauses out of 11515 with flag 9045/120207
5.94/4.56	c Got one! Elapsed wall clock time (in seconds):4.454
5.94/4.56	o 952
5.94/4.57	c Got one! Elapsed wall clock time (in seconds):4.461
5.94/4.57	o 671
5.94/4.59	c Got one! Elapsed wall clock time (in seconds):4.479
5.94/4.59	o 669
5.94/4.59	c Got one! Elapsed wall clock time (in seconds):4.487
5.94/4.59	o 565
6.03/4.62	c Got one! Elapsed wall clock time (in seconds):4.513
6.03/4.62	o 558
6.03/4.67	c Got one! Elapsed wall clock time (in seconds):4.568
6.03/4.67	o 547
6.03/4.68	c Got one! Elapsed wall clock time (in seconds):4.572
6.03/4.68	o 545
6.03/4.68	c Got one! Elapsed wall clock time (in seconds):4.578
6.03/4.68	o 541
6.03/4.69	c Got one! Elapsed wall clock time (in seconds):4.588
6.03/4.69	o 531
6.13/4.71	c Got one! Elapsed wall clock time (in seconds):4.603
6.13/4.71	o 527
6.13/4.72	c Got one! Elapsed wall clock time (in seconds):4.61
6.13/4.72	o 517
6.13/4.72	c Got one! Elapsed wall clock time (in seconds):4.613
6.13/4.72	o 456
6.13/4.73	c Got one! Elapsed wall clock time (in seconds):4.619
6.13/4.73	o 444
6.13/4.73	c Got one! Elapsed wall clock time (in seconds):4.621
6.13/4.73	o 438
6.13/4.73	c Got one! Elapsed wall clock time (in seconds):4.624
6.13/4.73	o 432
6.13/4.73	c Got one! Elapsed wall clock time (in seconds):4.626
6.13/4.73	o 364
6.13/4.76	c Got one! Elapsed wall clock time (in seconds):4.65
6.13/4.76	o 358
6.13/4.78	c Got one! Elapsed wall clock time (in seconds):4.672
6.13/4.78	o 355
6.13/4.79	c Got one! Elapsed wall clock time (in seconds):4.687
6.13/4.79	o 351
6.23/4.80	c Got one! Elapsed wall clock time (in seconds):4.692
6.23/4.80	o 346
6.23/4.80	c Got one! Elapsed wall clock time (in seconds):4.698
6.23/4.80	o 321
6.34/4.97	c cleaning 8207 clauses out of 16426 with flag 16524/130868
6.44/5.02	c Got one! Elapsed wall clock time (in seconds):4.914
6.44/5.02	o 317
6.44/5.03	c Got one! Elapsed wall clock time (in seconds):4.919
6.44/5.03	o 313
6.44/5.03	c Got one! Elapsed wall clock time (in seconds):4.922
6.44/5.03	o 302
6.44/5.04	c Got one! Elapsed wall clock time (in seconds):4.934
6.44/5.04	o 295
6.44/5.06	c Got one! Elapsed wall clock time (in seconds):4.958
6.44/5.06	o 289
6.44/5.07	c Got one! Elapsed wall clock time (in seconds):4.966
6.44/5.07	o 277
6.44/5.08	c Got one! Elapsed wall clock time (in seconds):4.973
6.44/5.08	o 270
6.44/5.09	c Got one! Elapsed wall clock time (in seconds):4.979
6.44/5.09	o 264
6.54/5.18	c Got one! Elapsed wall clock time (in seconds):5.07
6.54/5.18	o 263
6.54/5.19	c Got one! Elapsed wall clock time (in seconds):5.085
6.54/5.19	o 257
6.54/5.19	c Got one! Elapsed wall clock time (in seconds):5.087
6.54/5.19	o 210
6.66/5.20	c Got one! Elapsed wall clock time (in seconds):5.092
6.66/5.20	o 197
6.66/5.22	c Got one! Elapsed wall clock time (in seconds):5.11
6.66/5.22	o 192
6.66/5.26	c Got one! Elapsed wall clock time (in seconds):5.15
6.66/5.26	o 185
6.66/5.27	c Got one! Elapsed wall clock time (in seconds):5.159
6.66/5.27	o 184
6.77/5.36	c cleaning 8882 clauses out of 17770 with flag 8546/140419
6.97/5.60	c cleaning 7443 clauses out of 14887 with flag 35012/146418
7.27/5.84	c cleaning 7221 clauses out of 14445 with flag 64423/153419
7.57/6.14	c cleaning 7609 clauses out of 15223 with flag 100632/161418
7.87/6.47	c Got one! Elapsed wall clock time (in seconds):6.365
7.87/6.47	o 178
7.87/6.48	c Got one! Elapsed wall clock time (in seconds):6.373
7.87/6.48	o 172
8.23/6.73	c cleaning 10660 clauses out of 21336 with flag 23104/175140
8.33/6.84	c Got one! Elapsed wall clock time (in seconds):6.737
8.33/6.84	o 171
8.33/6.87	c Got one! Elapsed wall clock time (in seconds):6.765
8.33/6.87	o 148
8.43/6.96	c cleaning 8203 clauses out of 16416 with flag 10134/180880
8.63/7.16	c Got one! Elapsed wall clock time (in seconds):7.054
8.63/7.16	o 143
8.83/7.39	c cleaning 9553 clauses out of 19116 with flag 22772/191783
9.13/7.62	c cleaning 7777 clauses out of 15562 with flag 50564/197782
9.13/7.66	c Got one! Elapsed wall clock time (in seconds):7.556
9.13/7.66	o 140
9.33/7.80	c cleaning 6510 clauses out of 13030 with flag 17963/203027
9.53/8.02	c cleaning 6256 clauses out of 12520 with flag 46834/209027
9.73/8.28	c cleaning 6627 clauses out of 13264 with flag 79288/216027
10.03/8.57	c cleaning 7319 clauses out of 14637 with flag 117213/224027
10.43/8.93	c cleaning 8160 clauses out of 16320 with flag 156558/233029
10.53/9.01	c Got one! Elapsed wall clock time (in seconds):8.902
10.53/9.01	o 136
10.63/9.13	c cleaning 6689 clauses out of 13399 with flag 14888/238268
10.73/9.22	c Got one! Elapsed wall clock time (in seconds):9.109
10.73/9.22	o 135
10.83/9.34	c cleaning 6258 clauses out of 12515 with flag 14659/244073
11.03/9.56	c cleaning 6129 clauses out of 12261 with flag 40956/250077
11.03/9.58	c Got one! Elapsed wall clock time (in seconds):9.472
11.03/9.58	o 130
11.24/9.72	c Got one! Elapsed wall clock time (in seconds):9.61
11.24/9.72	o 129
11.35/9.80	c cleaning 6424 clauses out of 12857 with flag 9739/256802
11.55/10.01	c cleaning 6210 clauses out of 12433 with flag 37665/262802
11.55/10.09	c Got one! Elapsed wall clock time (in seconds):9.985
11.55/10.09	o 125
11.65/10.15	c Got one! Elapsed wall clock time (in seconds):10.046
11.65/10.15	o 124
11.75/10.24	c cleaning 6376 clauses out of 12756 with flag 9915/269335
11.75/10.27	c Got one! Elapsed wall clock time (in seconds):10.16
11.75/10.27	o 113
11.75/10.27	c Got one! Elapsed wall clock time (in seconds):10.164
11.75/10.27	o 112
11.75/10.28	c Got one! Elapsed wall clock time (in seconds):10.168
11.75/10.28	o 106
11.75/10.28	c Got one! Elapsed wall clock time (in seconds):10.175
11.75/10.28	o 104
11.75/10.28	c Got one! Elapsed wall clock time (in seconds):10.176
11.75/10.28	o 80
11.75/10.29	c starts		: 418
11.75/10.29	c conflicts		: 270804
11.75/10.29	c decisions		: 445698
11.75/10.29	c propagations		: 5635978
11.75/10.29	c inspects		: 124053016
11.75/10.29	c shortcuts		: 0
11.75/10.29	c learnt literals	: 0
11.75/10.29	c learnt binary clauses	: 1
11.75/10.29	c learnt ternary clauses	: 55
11.75/10.29	c learnt constraints	: 270804
11.75/10.29	c ignored constraints	: 0
11.75/10.29	c root simplifications	: 0
11.75/10.29	c removed literals (reason simplification)	: 0
11.75/10.29	c reason swapping (by a shorter reason)	: 0
11.75/10.29	c Calls to reduceDB	: 38
11.75/10.29	c Number of update (reduction) of LBD	: 66505
11.75/10.29	c Imported unit clauses	: 0
11.75/10.29	c number of reductions to clauses (during analyze)	: 0
11.75/10.29	c number of learned constraints concerned by reduction	: 0
11.75/10.29	c number of learning phase by resolution	: 0
11.75/10.29	c number of learning phase by cutting planes	: 0
11.75/10.29	c speed (assignments/second)	: 556804.7816637028
11.75/10.29	c non guided choices	2063
11.75/10.29	c learnt constraints type 
11.75/10.29	s OPTIMUM FOUND
11.75/10.29	c Found 67 solution(s)
11.75/10.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 
11.75/10.29	c objective function=80
11.75/10.29	c Total wall clock time (in seconds): 10.183

Verifier Data

OK	80

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4109272-1466343607/watcher-4109272-1466343607 -o /tmp/evaluation-result-4109272-1466343607/solver-4109272-1466343607 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466341822-5259 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109272-1466343607.wbo 

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

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


[startup+0 s]
/proc/loadavg: 2.23 2.20 1.85 3/195 5482
/proc/meminfo: memFree=30182216/32872528 swapFree=1075284/1157044
[pid=5482] ppid=5479 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/5482/stat : 5482 (java) S 5479 5482 5243 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 36409932 98570240 978 33554432000 1073741824 1073778376 140737169710832 140737169701968 219517321277 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5482/statm: 24065 978 744 9 0 16771 0
[pid=5482/tid=5483] ppid=5479 vsize=96268 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5483/stat : 5483 (java) R 5479 5482 5243 0 -1 4202560 134 0 0 0 0 0 0 0 20 0 2 0 36409933 98578432 982 33554432000 1073741824 1073778376 140737169710832 140198165573160 219513544064 0 0 0 16784584 0 0 0 -1 0 0 0 0 0 0

[startup+0.100115 s]
/proc/loadavg: 2.23 2.20 1.85 3/195 5482
/proc/meminfo: memFree=30182216/32872528 swapFree=1075284/1157044
[pid=5482] ppid=5479 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/5482/stat : 5482 (java) S 5479 5482 5243 0 -1 4202496 4444 0 1 0 9 1 0 0 20 0 18 0 36409932 9787879424 6063 33554432000 1073741824 1073778376 140737169710832 140737169701968 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5482/statm: 2389619 6063 2140 9 0 2380296 0
[pid=5482/tid=5483] ppid=5479 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/5482/task/5483/stat : 5483 (java) R 5479 5482 5243 0 -1 4202560 2377 0 1 0 7 0 0 0 20 0 18 0 36409933 9787879424 6063 33554432000 1073741824 1073778376 140737169710832 140198165576608 219517347085 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200312 s]
/proc/loadavg: 2.23 2.20 1.85 3/195 5482
/proc/meminfo: memFree=30182216/32872528 swapFree=1075284/1157044
[pid=5482] ppid=5479 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/5482/stat : 5482 (java) S 5479 5482 5243 0 -1 4202496 6012 0 1 0 25 1 0 0 20 0 19 0 36409932 9856040960 8108 33554432000 1073741824 1073778376 140737169710832 140737169701968 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5482/statm: 2406260 8116 2222 9 0 2396937 0
[pid=5482/tid=5483] ppid=5479 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/5482/task/5483/stat : 5483 (java) R 5479 5482 5243 0 -1 4202560 2407 0 1 0 17 0 0 0 20 0 19 0 36409933 9856040960 8118 33554432000 1073741824 1073778376 140737169710832 140198165578368 140198017234016 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9625040

[startup+0.300321 s]
/proc/loadavg: 2.23 2.20 1.85 3/195 5482
/proc/meminfo: memFree=30182216/32872528 swapFree=1075284/1157044
[pid=5482] ppid=5479 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/5482/stat : 5482 (java) S 5479 5482 5243 0 -1 4202496 7753 0 1 0 53 2 0 0 20 0 19 0 36409932 9856040960 8668 33554432000 1073741824 1073778376 140737169710832 140737169701968 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5482/statm: 2406260 8668 2244 9 0 2396937 0
[pid=5482/tid=5483] ppid=5479 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/5482/task/5483/stat : 5483 (java) R 5479 5482 5243 0 -1 4202560 2407 0 1 0 27 0 0 0 20 0 19 0 36409933 9856040960 8668 33554432000 1073741824 1073778376 140737169710832 140198165578368 140198017040277 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9625040

[startup+0.700268 s]
/proc/loadavg: 2.23 2.20 1.85 3/195 5482
/proc/meminfo: memFree=30182216/32872528 swapFree=1075284/1157044
[pid=5482] ppid=5479 vsize=9625040 CPUtime=1.14 cores=0,2,4,6
/proc/5482/stat : 5482 (java) S 5479 5482 5243 0 -1 4202496 9594 0 1 0 112 2 0 0 20 0 19 0 36409932 9856040960 9909 33554432000 1073741824 1073778376 140737169710832 140737169701968 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5482/statm: 2406260 9909 2258 9 0 2396937 0
[pid=5482/tid=5483] ppid=5479 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/5482/task/5483/stat : 5483 (java) R 5479 5482 5243 0 -1 4202560 2408 0 1 0 67 0 0 0 20 0 19 0 36409933 9856040960 9909 33554432000 1073741824 1073778376 140737169710832 140198165577768 140198017473654 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 9625040

[startup+1.50085 s]
/proc/loadavg: 2.23 2.20 1.85 4/214 5501
/proc/meminfo: memFree=30143236/32872528 swapFree=1075284/1157044
[pid=5482] ppid=5479 vsize=9625040 CPUtime=2.5 cores=0,2,4,6
/proc/5482/stat : 5482 (java) S 5479 5482 5243 0 -1 4202496 17967 0 1 0 247 3 0 0 20 0 19 0 36409932 9856040960 15862 33554432000 1073741824 1073778376 140737169710832 140737169701968 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5482/statm: 2406260 15862 2260 9 0 2396937 0
[pid=5482/tid=5483] ppid=5479 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/5482/task/5483/stat : 5483 (java) R 5479 5482 5243 0 -1 4202560 2411 0 1 0 147 0 0 0 20 0 19 0 36409933 9856040960 15862 33554432000 1073741824 1073778376 140737169710832 140198165569184 140198017432541 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5482/tid=5485] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5485/stat : 5485 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409933 9856040960 15862 33554432000 1073741824 1073778376 140737169710832 140198138030888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5486] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5486/stat : 5486 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409933 9856040960 15862 33554432000 1073741824 1073778376 140737169710832 140198136978088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5482/tid=5487] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5487/stat : 5487 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409933 9856040960 15862 33554432000 1073741824 1073778376 140737169710832 140198135925800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5482/tid=5488] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5488/stat : 5488 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409933 9856040960 15862 33554432000 1073741824 1073778376 140737169710832 140198006008744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5482/tid=5489] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5489/stat : 5489 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409933 9856040960 15862 33554432000 1073741824 1073778376 140737169710832 140198004955432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5490] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5490/stat : 5490 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409933 9856040960 15862 33554432000 1073741824 1073778376 140737169710832 140198003902632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5482/tid=5491] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5491/stat : 5491 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409933 9856040960 15862 33554432000 1073741824 1073778376 140737169710832 140198002850344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5492] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5492/stat : 5492 (java) S 5479 5482 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36409933 9856040960 15862 33554432000 1073741824 1073778376 140737169710832 140198001797544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5493] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5493/stat : 5493 (java) S 5479 5482 5243 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36409935 9856040960 15862 33554432000 1073741824 1073778376 140737169710832 140197519284968 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5494] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5494/stat : 5494 (java) S 5479 5482 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36409935 9856040960 15862 33554432000 1073741824 1073778376 140737169710832 140197518231032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5495] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5495/stat : 5495 (java) S 5479 5482 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36409935 9856040960 15862 33554432000 1073741824 1073778376 140737169710832 140197517178632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5496] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5496/stat : 5496 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409937 9856040960 15862 33554432000 1073741824 1073778376 140737169710832 140197516127120 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5497] ppid=5479 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/5482/task/5497/stat : 5497 (java) S 5479 5482 5243 0 -1 4202560 7808 0 0 0 55 2 0 0 20 0 19 0 36409937 9856040960 15862 33554432000 1073741824 1073778376 140737169710832 140197515073720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5498] ppid=5479 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/5482/task/5498/stat : 5498 (java) R 5479 5482 5243 0 -1 4202560 6471 0 0 0 42 0 0 0 20 0 19 0 36409937 9856040960 15862 33554432000 1073741824 1073778376 140737169710832 140197513999032 140198169692437 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=5482/tid=5499] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5499/stat : 5499 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409937 9856040960 15862 33554432000 1073741824 1073778376 140737169710832 140197512968824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5482/tid=5500] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5500/stat : 5500 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409937 9856040960 15862 33554432000 1073741824 1073778376 140737169710832 140197511916232 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5501] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5501/stat : 5501 (java) S 5479 5482 5243 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36409949 9856040960 15862 33554432000 1073741824 1073778376 140737169710832 140197510862248 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 9625040

[startup+3.10083 s]
/proc/loadavg: 2.23 2.20 1.85 4/214 5567
/proc/meminfo: memFree=30393776/32872528 swapFree=1075284/1157044
[pid=5482] ppid=5479 vsize=9625040 CPUtime=4.45 cores=0,2,4,6
/proc/5482/stat : 5482 (java) S 5479 5482 5243 0 -1 4202496 20073 0 1 0 442 3 0 0 20 0 19 0 36409932 9856040960 18730 33554432000 1073741824 1073778376 140737169710832 140737169701968 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5482/statm: 2406260 18730 2260 9 0 2396937 0
[pid=5482/tid=5483] ppid=5479 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/5482/task/5483/stat : 5483 (java) R 5479 5482 5243 0 -1 4202560 2417 0 1 0 306 1 0 0 20 0 19 0 36409933 9856040960 18730 33554432000 1073741824 1073778376 140737169710832 140198165576040 140198017533088 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5482/tid=5485] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5485/stat : 5485 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409933 9856040960 18730 33554432000 1073741824 1073778376 140737169710832 140198138030888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5486] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5486/stat : 5486 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409933 9856040960 18730 33554432000 1073741824 1073778376 140737169710832 140198136978088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5482/tid=5487] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5487/stat : 5487 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409933 9856040960 18730 33554432000 1073741824 1073778376 140737169710832 140198135925800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5482/tid=5488] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5488/stat : 5488 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409933 9856040960 18730 33554432000 1073741824 1073778376 140737169710832 140198006008744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5482/tid=5489] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5489/stat : 5489 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409933 9856040960 18730 33554432000 1073741824 1073778376 140737169710832 140198004955432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5490] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5490/stat : 5490 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409933 9856040960 18730 33554432000 1073741824 1073778376 140737169710832 140198003902632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5482/tid=5491] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5491/stat : 5491 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409933 9856040960 18730 33554432000 1073741824 1073778376 140737169710832 140198002850344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5492] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5492/stat : 5492 (java) S 5479 5482 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36409933 9856040960 18730 33554432000 1073741824 1073778376 140737169710832 140198001797544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5493] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5493/stat : 5493 (java) S 5479 5482 5243 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36409935 9856040960 18730 33554432000 1073741824 1073778376 140737169710832 140197519284968 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5494] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5494/stat : 5494 (java) S 5479 5482 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36409935 9856040960 18730 33554432000 1073741824 1073778376 140737169710832 140197518231032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5495] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5495/stat : 5495 (java) S 5479 5482 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36409935 9856040960 18730 33554432000 1073741824 1073778376 140737169710832 140197517178632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5496] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5496/stat : 5496 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409937 9856040960 18730 33554432000 1073741824 1073778376 140737169710832 140197516127120 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5497] ppid=5479 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/5482/task/5497/stat : 5497 (java) S 5479 5482 5243 0 -1 4202560 7808 0 0 0 55 2 0 0 20 0 19 0 36409937 9856040960 18730 33554432000 1073741824 1073778376 140737169710832 140197515073720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5498] ppid=5479 vsize=9625040 CPUtime=0.77 cores=0,2,4,6
/proc/5482/task/5498/stat : 5498 (java) R 5479 5482 5243 0 -1 4202560 8571 0 0 0 77 0 0 0 20 0 19 0 36409937 9856040960 18730 33554432000 1073741824 1073778376 140737169710832 140197514020920 140198169664920 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=5482/tid=5499] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5499/stat : 5499 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409937 9856040960 18730 33554432000 1073741824 1073778376 140737169710832 140197512968824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5482/tid=5500] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5500/stat : 5500 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409937 9856040960 18730 33554432000 1073741824 1073778376 140737169710832 140197511916232 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5501] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5501/stat : 5501 (java) S 5479 5482 5243 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36409949 9856040960 18730 33554432000 1073741824 1073778376 140737169710832 140197510862248 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.45
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 2.29 2.22 1.85 3/214 5567
/proc/meminfo: memFree=30357804/32872528 swapFree=1075284/1157044
[pid=5482] ppid=5479 vsize=9625040 CPUtime=7.77 cores=0,2,4,6
/proc/5482/stat : 5482 (java) S 5479 5482 5243 0 -1 4202496 20331 0 1 0 773 4 0 0 20 0 19 0 36409932 9856040960 22288 33554432000 1073741824 1073778376 140737169710832 140737169701968 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5482/statm: 2406260 22288 2263 9 0 2396937 0
[pid=5482/tid=5483] ppid=5479 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/5482/task/5483/stat : 5483 (java) R 5479 5482 5243 0 -1 4202560 2429 0 1 0 624 1 0 0 20 0 19 0 36409933 9856040960 22288 33554432000 1073741824 1073778376 140737169710832 140198165569184 140198017415557 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5482/tid=5485] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5485/stat : 5485 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409933 9856040960 22288 33554432000 1073741824 1073778376 140737169710832 140198138030888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5486] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5486/stat : 5486 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409933 9856040960 22288 33554432000 1073741824 1073778376 140737169710832 140198136978088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5482/tid=5487] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5487/stat : 5487 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409933 9856040960 22288 33554432000 1073741824 1073778376 140737169710832 140198135925800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5482/tid=5488] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5488/stat : 5488 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409933 9856040960 22288 33554432000 1073741824 1073778376 140737169710832 140198006008744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5482/tid=5489] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5489/stat : 5489 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409933 9856040960 22288 33554432000 1073741824 1073778376 140737169710832 140198004955432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5490] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5490/stat : 5490 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409933 9856040960 22288 33554432000 1073741824 1073778376 140737169710832 140198003902632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5482/tid=5491] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5491/stat : 5491 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409933 9856040960 22288 33554432000 1073741824 1073778376 140737169710832 140198002850344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5492] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5492/stat : 5492 (java) S 5479 5482 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36409933 9856040960 22288 33554432000 1073741824 1073778376 140737169710832 140198001797544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5493] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5493/stat : 5493 (java) S 5479 5482 5243 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36409935 9856040960 22288 33554432000 1073741824 1073778376 140737169710832 140197519284968 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5494] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5494/stat : 5494 (java) S 5479 5482 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36409935 9856040960 22288 33554432000 1073741824 1073778376 140737169710832 140197518231032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5495] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5495/stat : 5495 (java) S 5479 5482 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36409935 9856040960 22288 33554432000 1073741824 1073778376 140737169710832 140197517178632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5496] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5496/stat : 5496 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409937 9856040960 22288 33554432000 1073741824 1073778376 140737169710832 140197516127120 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5497] ppid=5479 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/5482/task/5497/stat : 5497 (java) S 5479 5482 5243 0 -1 4202560 7809 0 0 0 57 2 0 0 20 0 19 0 36409937 9856040960 22288 33554432000 1073741824 1073778376 140737169710832 140197515073720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5498] ppid=5479 vsize=9625040 CPUtime=0.87 cores=0,2,4,6

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

[pid=5482/tid=5487] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5487/stat : 5487 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409933 9856040960 24336 33554432000 1073741824 1073778376 140737169710832 140198135925800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5482/tid=5488] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5488/stat : 5488 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409933 9856040960 24336 33554432000 1073741824 1073778376 140737169710832 140198006008744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5482/tid=5489] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5489/stat : 5489 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409933 9856040960 24336 33554432000 1073741824 1073778376 140737169710832 140198004955432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5490] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5490/stat : 5490 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409933 9856040960 24336 33554432000 1073741824 1073778376 140737169710832 140198003902632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5482/tid=5491] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5491/stat : 5491 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409933 9856040960 24336 33554432000 1073741824 1073778376 140737169710832 140198002850344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5492] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5492/stat : 5492 (java) S 5479 5482 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36409933 9856040960 24336 33554432000 1073741824 1073778376 140737169710832 140198001797544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5493] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5493/stat : 5493 (java) S 5479 5482 5243 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36409935 9856040960 24336 33554432000 1073741824 1073778376 140737169710832 140197519284968 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5494] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5494/stat : 5494 (java) S 5479 5482 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36409935 9856040960 24336 33554432000 1073741824 1073778376 140737169710832 140197518231032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5495] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5495/stat : 5495 (java) S 5479 5482 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36409935 9856040960 24336 33554432000 1073741824 1073778376 140737169710832 140197517178632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5496] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5496/stat : 5496 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409937 9856040960 24336 33554432000 1073741824 1073778376 140737169710832 140197516127120 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5497] ppid=5479 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/5482/task/5497/stat : 5497 (java) S 5479 5482 5243 0 -1 4202560 7809 0 0 0 57 2 0 0 20 0 19 0 36409937 9856040960 24336 33554432000 1073741824 1073778376 140737169710832 140197515073720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5498] ppid=5479 vsize=9625040 CPUtime=0.93 cores=0,2,4,6
/proc/5482/task/5498/stat : 5498 (java) S 5479 5482 5243 0 -1 4202560 8815 0 0 0 93 0 0 0 20 0 19 0 36409937 9856040960 24336 33554432000 1073741824 1073778376 140737169710832 140197514020920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5482/tid=5499] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5499/stat : 5499 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409937 9856040960 24336 33554432000 1073741824 1073778376 140737169710832 140197512968824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5482/tid=5500] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5500/stat : 5500 (java) S 5479 5482 5243 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36409937 9856040960 24336 33554432000 1073741824 1073778376 140737169710832 140197511916232 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5501] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5501/stat : 5501 (java) S 5479 5482 5243 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36409949 9856040960 24336 33554432000 1073741824 1073778376 140737169710832 140197510862248 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 9.53
Current children cumulated vsize (KiB) 9625040

[startup+9.60082 s]
/proc/loadavg: 2.27 2.21 1.85 3/214 5567
/proc/meminfo: memFree=30321592/32872528 swapFree=1075284/1157044
[pid=5482] ppid=5479 vsize=9625040 CPUtime=11.14 cores=0,2,4,6
/proc/5482/stat : 5482 (java) S 5479 5482 5243 0 -1 4202496 20341 0 1 0 1110 4 0 0 20 0 19 0 36409932 9856040960 26896 33554432000 1073741824 1073778376 140737169710832 140737169701968 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5482/statm: 2406260 26896 2263 9 0 2396937 0
[pid=5482/tid=5483] ppid=5479 vsize=9625040 CPUtime=9.54 cores=0,2,4,6
/proc/5482/task/5483/stat : 5483 (java) R 5479 5482 5243 0 -1 4202560 2439 0 1 0 953 1 0 0 20 0 19 0 36409933 9856040960 26896 33554432000 1073741824 1073778376 140737169710832 140198165569184 140198017432062 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5482/tid=5485] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5485/stat : 5485 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409933 9856040960 26896 33554432000 1073741824 1073778376 140737169710832 140198138030888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5486] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5486/stat : 5486 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409933 9856040960 26896 33554432000 1073741824 1073778376 140737169710832 140198136978088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5482/tid=5487] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5487/stat : 5487 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409933 9856040960 26896 33554432000 1073741824 1073778376 140737169710832 140198135925800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5482/tid=5488] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5488/stat : 5488 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409933 9856040960 26896 33554432000 1073741824 1073778376 140737169710832 140198006008744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5482/tid=5489] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5489/stat : 5489 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409933 9856040960 26896 33554432000 1073741824 1073778376 140737169710832 140198004955432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5490] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5490/stat : 5490 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409933 9856040960 26896 33554432000 1073741824 1073778376 140737169710832 140198003902632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5482/tid=5491] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5491/stat : 5491 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409933 9856040960 26896 33554432000 1073741824 1073778376 140737169710832 140198002850344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5492] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5492/stat : 5492 (java) S 5479 5482 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36409933 9856040960 26896 33554432000 1073741824 1073778376 140737169710832 140198001797544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5493] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5493/stat : 5493 (java) S 5479 5482 5243 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36409935 9856040960 26896 33554432000 1073741824 1073778376 140737169710832 140197519284968 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5494] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5494/stat : 5494 (java) S 5479 5482 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36409935 9856040960 26896 33554432000 1073741824 1073778376 140737169710832 140197518231032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5495] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5495/stat : 5495 (java) S 5479 5482 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36409935 9856040960 26896 33554432000 1073741824 1073778376 140737169710832 140197517178632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5496] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5496/stat : 5496 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409937 9856040960 26896 33554432000 1073741824 1073778376 140737169710832 140197516127120 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5497] ppid=5479 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/5482/task/5497/stat : 5497 (java) S 5479 5482 5243 0 -1 4202560 7809 0 0 0 57 2 0 0 20 0 19 0 36409937 9856040960 26896 33554432000 1073741824 1073778376 140737169710832 140197515073720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5498] ppid=5479 vsize=9625040 CPUtime=0.94 cores=0,2,4,6
/proc/5482/task/5498/stat : 5498 (java) S 5479 5482 5243 0 -1 4202560 8815 0 0 0 94 0 0 0 20 0 19 0 36409937 9856040960 26896 33554432000 1073741824 1073778376 140737169710832 140197514020920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5482/tid=5499] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5499/stat : 5499 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409937 9856040960 26896 33554432000 1073741824 1073778376 140737169710832 140197512968824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5482/tid=5500] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5500/stat : 5500 (java) S 5479 5482 5243 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36409937 9856040960 26896 33554432000 1073741824 1073778376 140737169710832 140197511916232 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5501] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5501/stat : 5501 (java) S 5479 5482 5243 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36409949 9856040960 26896 33554432000 1073741824 1073778376 140737169710832 140197510862248 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 11.14
Current children cumulated vsize (KiB) 9625040

[startup+10.0078 s]
/proc/loadavg: 2.27 2.21 1.85 3/214 5567
/proc/meminfo: memFree=30309444/32872528 swapFree=1075284/1157044
[pid=5482] ppid=5479 vsize=9625040 CPUtime=11.55 cores=0,2,4,6
/proc/5482/stat : 5482 (java) S 5479 5482 5243 0 -1 4202496 20342 0 1 0 1151 4 0 0 20 0 19 0 36409932 9856040960 27408 33554432000 1073741824 1073778376 140737169710832 140737169701968 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5482/statm: 2406260 27408 2263 9 0 2396937 0
[pid=5482/tid=5483] ppid=5479 vsize=9625040 CPUtime=9.95 cores=0,2,4,6
/proc/5482/task/5483/stat : 5483 (java) R 5479 5482 5243 0 -1 4202560 2440 0 1 0 994 1 0 0 20 0 19 0 36409933 9856040960 27408 33554432000 1073741824 1073778376 140737169710832 140198165569184 140198017401048 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5482/tid=5485] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5485/stat : 5485 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409933 9856040960 27408 33554432000 1073741824 1073778376 140737169710832 140198138030888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5486] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5486/stat : 5486 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409933 9856040960 27408 33554432000 1073741824 1073778376 140737169710832 140198136978088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5482/tid=5487] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5487/stat : 5487 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409933 9856040960 27408 33554432000 1073741824 1073778376 140737169710832 140198135925800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5482/tid=5488] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5488/stat : 5488 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409933 9856040960 27408 33554432000 1073741824 1073778376 140737169710832 140198006008744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5482/tid=5489] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5489/stat : 5489 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409933 9856040960 27408 33554432000 1073741824 1073778376 140737169710832 140198004955432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5490] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5490/stat : 5490 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409933 9856040960 27408 33554432000 1073741824 1073778376 140737169710832 140198003902632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5482/tid=5491] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5491/stat : 5491 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409933 9856040960 27408 33554432000 1073741824 1073778376 140737169710832 140198002850344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5492] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5492/stat : 5492 (java) S 5479 5482 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36409933 9856040960 27408 33554432000 1073741824 1073778376 140737169710832 140198001797544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5493] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5493/stat : 5493 (java) S 5479 5482 5243 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36409935 9856040960 27408 33554432000 1073741824 1073778376 140737169710832 140197519284968 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5494] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5494/stat : 5494 (java) S 5479 5482 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36409935 9856040960 27408 33554432000 1073741824 1073778376 140737169710832 140197518231032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5495] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5495/stat : 5495 (java) S 5479 5482 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36409935 9856040960 27408 33554432000 1073741824 1073778376 140737169710832 140197517178632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5496] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5496/stat : 5496 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409937 9856040960 27408 33554432000 1073741824 1073778376 140737169710832 140197516127120 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5497] ppid=5479 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/5482/task/5497/stat : 5497 (java) S 5479 5482 5243 0 -1 4202560 7809 0 0 0 57 2 0 0 20 0 19 0 36409937 9856040960 27408 33554432000 1073741824 1073778376 140737169710832 140197515073720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5498] ppid=5479 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/5482/task/5498/stat : 5498 (java) S 5479 5482 5243 0 -1 4202560 8815 0 0 0 95 0 0 0 20 0 19 0 36409937 9856040960 27408 33554432000 1073741824 1073778376 140737169710832 140197514020920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5482/tid=5499] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5499/stat : 5499 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409937 9856040960 27408 33554432000 1073741824 1073778376 140737169710832 140197512968824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5482/tid=5500] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5500/stat : 5500 (java) S 5479 5482 5243 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36409937 9856040960 27408 33554432000 1073741824 1073778376 140737169710832 140197511916232 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5501] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5501/stat : 5501 (java) S 5479 5482 5243 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36409949 9856040960 27408 33554432000 1073741824 1073778376 140737169710832 140197510862248 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 11.55
Current children cumulated vsize (KiB) 9625040

[startup+10.2007 s]
/proc/loadavg: 2.27 2.21 1.85 3/214 5567
/proc/meminfo: memFree=30309444/32872528 swapFree=1075284/1157044
[pid=5482] ppid=5479 vsize=9625040 CPUtime=11.75 cores=0,2,4,6
/proc/5482/stat : 5482 (java) S 5479 5482 5243 0 -1 4202496 20343 0 1 0 1171 4 0 0 20 0 19 0 36409932 9856040960 27920 33554432000 1073741824 1073778376 140737169710832 140737169701968 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5482/statm: 2406260 27920 2263 9 0 2396937 0
[pid=5482/tid=5483] ppid=5479 vsize=9625040 CPUtime=10.14 cores=0,2,4,6
/proc/5482/task/5483/stat : 5483 (java) R 5479 5482 5243 0 -1 4202560 2441 0 1 0 1013 1 0 0 20 0 19 0 36409933 9856040960 27920 33554432000 1073741824 1073778376 140737169710832 140198165569184 140198017498847 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5482/tid=5485] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5485/stat : 5485 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409933 9856040960 27920 33554432000 1073741824 1073778376 140737169710832 140198138030888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5486] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5486/stat : 5486 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409933 9856040960 27920 33554432000 1073741824 1073778376 140737169710832 140198136978088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5482/tid=5487] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5487/stat : 5487 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409933 9856040960 27920 33554432000 1073741824 1073778376 140737169710832 140198135925800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5482/tid=5488] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5488/stat : 5488 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409933 9856040960 27920 33554432000 1073741824 1073778376 140737169710832 140198006008744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5482/tid=5489] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5489/stat : 5489 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409933 9856040960 27920 33554432000 1073741824 1073778376 140737169710832 140198004955432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5490] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5490/stat : 5490 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409933 9856040960 27920 33554432000 1073741824 1073778376 140737169710832 140198003902632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5482/tid=5491] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5491/stat : 5491 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409933 9856040960 27920 33554432000 1073741824 1073778376 140737169710832 140198002850344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5492] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5492/stat : 5492 (java) S 5479 5482 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36409933 9856040960 27920 33554432000 1073741824 1073778376 140737169710832 140198001797544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5493] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5493/stat : 5493 (java) S 5479 5482 5243 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36409935 9856040960 27920 33554432000 1073741824 1073778376 140737169710832 140197519284968 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5494] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5494/stat : 5494 (java) S 5479 5482 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36409935 9856040960 27920 33554432000 1073741824 1073778376 140737169710832 140197518231032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5495] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5495/stat : 5495 (java) S 5479 5482 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36409935 9856040960 27920 33554432000 1073741824 1073778376 140737169710832 140197517178632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5496] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5496/stat : 5496 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409937 9856040960 27920 33554432000 1073741824 1073778376 140737169710832 140197516127120 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5497] ppid=5479 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/5482/task/5497/stat : 5497 (java) S 5479 5482 5243 0 -1 4202560 7809 0 0 0 57 2 0 0 20 0 19 0 36409937 9856040960 27920 33554432000 1073741824 1073778376 140737169710832 140197515073720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5498] ppid=5479 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/5482/task/5498/stat : 5498 (java) S 5479 5482 5243 0 -1 4202560 8815 0 0 0 95 0 0 0 20 0 19 0 36409937 9856040960 27920 33554432000 1073741824 1073778376 140737169710832 140197514020920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5482/tid=5499] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5499/stat : 5499 (java) S 5479 5482 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409937 9856040960 27920 33554432000 1073741824 1073778376 140737169710832 140197512968824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5482/tid=5500] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5500/stat : 5500 (java) S 5479 5482 5243 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36409937 9856040960 27920 33554432000 1073741824 1073778376 140737169710832 140197511916232 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5482/tid=5501] ppid=5479 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5482/task/5501/stat : 5501 (java) S 5479 5482 5243 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36409949 9856040960 27920 33554432000 1073741824 1073778376 140737169710832 140197510862248 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 11.75
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 10.2968
CPU time (s): 11.8322
CPU user time (s): 11.7722
CPU system time (s): 0.05999
CPU usage (%): 114.912
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.7722
system time used= 0.05999
maximum resident set size= 111744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20366
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= 516
involuntary context switches= 61

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.069989 second user time and 0.076988 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-19 15:40:07
IDJOB=4109272
IDBENCH=78762
IDSOLVER=2551
FILE ID=node114/4109272-1466343607
RUNJOBID= node114-1466341822-5259
PBS_JOBID= 19922038
Free space on /tmp= 71724 MiB

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

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

MD5SUM BENCH= 5fef1d5c6cd232e8e71521e3f343f9ba
RANDOM SEED=383441450

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.761
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.761
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.761
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:        30182852 kB
Buffers:          145840 kB
Cached:           327456 kB
SwapCached:          836 kB
Active:           427884 kB
Inactive:         339232 kB
Active(anon):     294404 kB
Inactive(anon):     1760 kB
Active(file):     133480 kB
Inactive(file):   337472 kB
Unevictable:     1157044 kB
Mlocked:         1075284 kB
SwapTotal:      67108856 kB
SwapFree:       67100572 kB
Dirty:               880 kB
Writeback:             0 kB
AnonPages:       1486568 kB
Mapped:            16548 kB
Shmem:                 0 kB
Slab:             623040 kB
SReclaimable:      66636 kB
SUnreclaim:       556404 kB
KernelStack:        1768 kB
PageTables:         7200 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1594056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    376832 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= 71724 MiB
End job on node114 at 2016-06-19 15:40:17