Trace number 4090927

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 15.9616 14.7285

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111224451--soft-0-100-0.wbo
MD5SUM51c830b3e31ed97e6a2590ce9584f929
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 benchmark6.37703
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 1261
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@2b21cc40
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@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4090927-1466067882.wbo
0.11/0.10	c reading problem ... 
0.11/0.15	c ... done. Wall clock time 0.054s.
0.11/0.15	c declared #vars     169
0.11/0.15	c internal #vars     270
0.11/0.15	c #constraints  101
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.11/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.11/0.15	c 101 constraints processed.
0.11/0.15	c objective function length is 101 literals
0.29/0.22	c SATISFIABLE
0.29/0.22	c OPTIMIZING...
0.29/0.22	c Got one! Elapsed wall clock time (in seconds):0.124
0.29/0.22	o 728
0.29/0.27	c Got one! Elapsed wall clock time (in seconds):0.17
0.29/0.27	o 684
0.29/0.28	c Got one! Elapsed wall clock time (in seconds):0.175
0.29/0.28	o 495
0.29/0.28	c Got one! Elapsed wall clock time (in seconds):0.178
0.29/0.28	o 373
0.29/0.28	c Got one! Elapsed wall clock time (in seconds):0.183
0.29/0.28	o 366
0.29/0.29	c Got one! Elapsed wall clock time (in seconds):0.189
0.29/0.29	o 353
0.51/0.38	c Got one! Elapsed wall clock time (in seconds):0.284
0.51/0.38	o 339
0.66/0.48	c Got one! Elapsed wall clock time (in seconds):0.377
0.66/0.48	o 337
0.66/0.48	c Got one! Elapsed wall clock time (in seconds):0.384
0.66/0.48	o 330
0.66/0.49	c Got one! Elapsed wall clock time (in seconds):0.393
0.66/0.49	o 326
0.84/0.56	c cleaning 3457 clauses out of 6921 with flag 3321/6921
0.97/0.67	c Got one! Elapsed wall clock time (in seconds):0.57
0.97/0.67	o 323
1.10/0.74	c Got one! Elapsed wall clock time (in seconds):0.641
1.10/0.74	o 322
1.10/0.79	c cleaning 4717 clauses out of 9449 with flag 3348/12906
1.20/0.85	c Got one! Elapsed wall clock time (in seconds):0.745
1.20/0.85	o 310
1.40/1.04	c cleaning 4972 clauses out of 9943 with flag 15165/18117
1.40/1.10	c Got one! Elapsed wall clock time (in seconds):0.996
1.40/1.10	o 308
1.71/1.31	c cleaning 5225 clauses out of 10456 with flag 19831/23602
1.83/1.48	c Got one! Elapsed wall clock time (in seconds):1.38
1.83/1.48	o 307
1.93/1.60	c cleaning 5392 clauses out of 10796 with flag 7498/29167
2.33/1.91	c cleaning 5691 clauses out of 11404 with flag 31453/35167
2.33/1.99	c Got one! Elapsed wall clock time (in seconds):1.887
2.33/1.99	o 306
2.53/2.13	c Got one! Elapsed wall clock time (in seconds):2.031
2.53/2.13	o 288
2.64/2.25	c cleaning 6176 clauses out of 12360 with flag 8855/41814
2.74/2.33	c Got one! Elapsed wall clock time (in seconds):2.225
2.74/2.33	o 283
2.94/2.55	c cleaning 5947 clauses out of 11898 with flag 14895/47528
2.94/2.56	c Got one! Elapsed wall clock time (in seconds):2.457
2.94/2.57	o 272
3.23/2.81	c cleaning 5505 clauses out of 11022 with flag 21598/52599
3.33/2.97	c Got one! Elapsed wall clock time (in seconds):2.874
3.33/2.97	o 271
3.43/3.09	c cleaning 5516 clauses out of 11048 with flag 8421/58130
3.53/3.11	c Got one! Elapsed wall clock time (in seconds):3.014
3.53/3.11	o 261
3.63/3.28	c Got one! Elapsed wall clock time (in seconds):3.18
3.63/3.28	o 256
3.74/3.36	c Got one! Elapsed wall clock time (in seconds):3.257
3.74/3.36	o 246
3.84/3.41	c cleaning 6004 clauses out of 12023 with flag 3431/64621
3.93/3.58	c Got one! Elapsed wall clock time (in seconds):3.477
3.93/3.58	o 240
4.03/3.66	c Got one! Elapsed wall clock time (in seconds):3.56
4.03/3.66	o 239
4.15/3.71	c Got one! Elapsed wall clock time (in seconds):3.606
4.15/3.71	o 234
4.15/3.78	c cleaning 6526 clauses out of 13064 with flag 3733/71666
4.26/3.81	c Got one! Elapsed wall clock time (in seconds):3.705
4.26/3.81	o 233
4.26/3.84	c Got one! Elapsed wall clock time (in seconds):3.741
4.26/3.84	o 232
4.26/3.87	c Got one! Elapsed wall clock time (in seconds):3.766
4.26/3.87	o 222
4.26/3.88	c Got one! Elapsed wall clock time (in seconds):3.778
4.26/3.88	o 220
4.37/3.91	c Got one! Elapsed wall clock time (in seconds):3.813
4.37/3.91	o 214
4.47/4.07	c Got one! Elapsed wall clock time (in seconds):3.967
4.47/4.07	o 208
4.57/4.12	c Got one! Elapsed wall clock time (in seconds):4.019
4.57/4.12	o 207
4.88/4.31	c cleaning 8110 clauses out of 16221 with flag 12237/81349
4.88/4.33	c Got one! Elapsed wall clock time (in seconds):4.227
4.88/4.33	o 135
4.99/4.45	c Got one! Elapsed wall clock time (in seconds):4.35
4.99/4.45	o 133
4.99/4.47	c Got one! Elapsed wall clock time (in seconds):4.373
4.99/4.47	o 127
5.09/4.52	c Got one! Elapsed wall clock time (in seconds):4.422
5.09/4.52	o 120
5.19/4.67	c Got one! Elapsed wall clock time (in seconds):4.573
5.19/4.67	o 119
5.32/4.71	c Got one! Elapsed wall clock time (in seconds):4.608
5.32/4.71	o 116
5.32/4.73	c Got one! Elapsed wall clock time (in seconds):4.628
5.32/4.73	o 103
5.32/4.74	c Got one! Elapsed wall clock time (in seconds):4.643
5.32/4.74	o 99
5.32/4.75	c Got one! Elapsed wall clock time (in seconds):4.653
5.32/4.75	o 88
5.32/4.77	c Got one! Elapsed wall clock time (in seconds):4.665
5.32/4.77	o 76
5.32/4.78	c Got one! Elapsed wall clock time (in seconds):4.683
5.32/4.78	o 74
5.46/4.82	c Got one! Elapsed wall clock time (in seconds):4.717
5.46/4.82	o 71
5.62/4.92	c cleaning 9195 clauses out of 18405 with flag 3780/91643
6.24/5.22	c cleaning 7600 clauses out of 15210 with flag 25766/97643
6.64/5.54	c cleaning 7301 clauses out of 14610 with flag 57202/104643
6.74/5.70	c Got one! Elapsed wall clock time (in seconds):5.596
6.74/5.70	o 60
6.84/5.74	c cleaning 6161 clauses out of 12335 with flag 3443/109669
7.04/5.98	c cleaning 6080 clauses out of 12175 with flag 24385/115670
7.34/6.28	c cleaning 6537 clauses out of 13095 with flag 54449/122670
7.76/6.62	c cleaning 7266 clauses out of 14559 with flag 89221/130671
7.76/6.63	c Got one! Elapsed wall clock time (in seconds):6.527
7.76/6.63	o 59
7.96/6.84	c cleaning 6246 clauses out of 12506 with flag 20360/135884
8.16/7.09	c cleaning 6121 clauses out of 12260 with flag 44185/141884
8.36/7.22	c Got one! Elapsed wall clock time (in seconds):7.116
8.36/7.22	o 49
8.46/7.30	c cleaning 5669 clauses out of 11354 with flag 6791/147099
8.66/7.52	c cleaning 5836 clauses out of 11683 with flag 27289/153097
8.87/7.78	c cleaning 6425 clauses out of 12849 with flag 51182/160099
9.26/8.13	c cleaning 7203 clauses out of 14421 with flag 82398/168097
9.67/8.52	c cleaning 8099 clauses out of 16218 with flag 115770/177097
9.87/8.80	c Got one! Elapsed wall clock time (in seconds):8.699
9.87/8.80	o 46
10.17/9.06	c cleaning 10010 clauses out of 20028 with flag 18135/189007
10.17/9.07	c Got one! Elapsed wall clock time (in seconds):8.973
10.17/9.07	o 45
10.47/9.31	c cleaning 7636 clauses out of 15285 with flag 22069/194274
10.67/9.57	c cleaning 6819 clauses out of 13650 with flag 49203/200275
10.97/9.87	c cleaning 6903 clauses out of 13828 with flag 81080/207273
10.97/9.90	c Got one! Elapsed wall clock time (in seconds):9.798
10.97/9.90	o 44
11.08/10.00	c Got one! Elapsed wall clock time (in seconds):9.9
11.08/10.00	o 43
11.27/10.14	c cleaning 6877 clauses out of 13768 with flag 11966/214116
11.37/10.26	c Got one! Elapsed wall clock time (in seconds):10.158
11.37/10.26	o 42
11.47/10.35	c cleaning 6124 clauses out of 12255 with flag 8016/219480
11.47/10.35	c Got one! Elapsed wall clock time (in seconds):10.25
11.47/10.35	o 39
11.67/10.55	c cleaning 5560 clauses out of 11134 with flag 20801/224483
11.87/10.78	c cleaning 5787 clauses out of 11577 with flag 44757/230486
12.17/11.06	c cleaning 6384 clauses out of 12786 with flag 75575/237482
12.27/11.10	c Got one! Elapsed wall clock time (in seconds):11.003
12.27/11.10	o 32
12.38/11.27	c cleaning 5900 clauses out of 11805 with flag 15647/242885
12.59/11.50	c cleaning 5950 clauses out of 11905 with flag 38491/248886
12.89/11.76	c cleaning 6468 clauses out of 12954 with flag 65501/255885
13.19/12.06	c Got one! Elapsed wall clock time (in seconds):11.963
13.19/12.06	o 31
13.49/12.30	c cleaning 9671 clauses out of 19354 with flag 19862/268753
13.69/12.51	c Got one! Elapsed wall clock time (in seconds):12.407
13.69/12.51	o 26
13.89/12.77	c cleaning 10061 clauses out of 20124 with flag 21947/279195
14.19/13.02	c cleaning 8026 clauses out of 16062 with flag 46878/285195
14.19/13.02	c Got one! Elapsed wall clock time (in seconds):12.917
14.19/13.02	o 23
14.29/13.19	c Got one! Elapsed wall clock time (in seconds):13.091
14.29/13.19	o 22
14.41/13.25	c cleaning 6893 clauses out of 13797 with flag 4799/290956
14.60/13.47	c cleaning 6448 clauses out of 12901 with flag 29876/296954
14.90/13.72	c cleaning 6721 clauses out of 13454 with flag 58282/303958
15.00/13.81	c Got one! Elapsed wall clock time (in seconds):13.71
15.00/13.81	o 14
15.00/13.82	c Got one! Elapsed wall clock time (in seconds):13.715
15.00/13.82	o 11
15.00/13.86	c Got one! Elapsed wall clock time (in seconds):13.754
15.00/13.86	o 10
15.11/13.94	c cleaning 6288 clauses out of 12584 with flag 9400/309810
15.21/14.05	c Got one! Elapsed wall clock time (in seconds):13.945
15.21/14.05	o 9
15.31/14.13	c cleaning 5697 clauses out of 11412 with flag 8847/314928
15.52/14.35	c cleaning 5855 clauses out of 11711 with flag 33692/320926
15.81/14.63	c cleaning 6423 clauses out of 12851 with flag 64416/327927
15.91/14.72	c starts		: 199
15.91/14.72	c conflicts		: 330354
15.91/14.72	c decisions		: 563958
15.91/14.72	c propagations		: 10664481
15.91/14.72	c inspects		: 154009940
15.91/14.72	c shortcuts		: 0
15.91/14.72	c learnt literals	: 32
15.91/14.72	c learnt binary clauses	: 36
15.91/14.72	c learnt ternary clauses	: 986
15.91/14.72	c learnt constraints	: 330321
15.91/14.72	c ignored constraints	: 0
15.91/14.72	c root simplifications	: 0
15.91/14.72	c removed literals (reason simplification)	: 0
15.91/14.72	c reason swapping (by a shorter reason)	: 0
15.91/14.72	c Calls to reduceDB	: 49
15.91/14.72	c Number of update (reduction) of LBD	: 99054
15.91/14.72	c Imported unit clauses	: 0
15.91/14.72	c number of reductions to clauses (during analyze)	: 0
15.91/14.72	c number of learned constraints concerned by reduction	: 0
15.91/14.72	c number of learning phase by resolution	: 0
15.91/14.72	c number of learning phase by cutting planes	: 0
15.91/14.72	c speed (assignments/second)	: 732350.0206015657
15.91/14.72	c non guided choices	2991
15.91/14.72	c learnt constraints type 
15.91/14.72	s OPTIMUM FOUND
15.91/14.72	c Found 63 solution(s)
15.91/14.72	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 
15.91/14.72	c objective function=9
15.91/14.72	c Total wall clock time (in seconds): 14.621

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

pid=14962
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.25 2.24 2.19 3/194 14965
/proc/meminfo: memFree=30085948/32872528 swapFree=1243920/1391088
[pid=14965] ppid=14962 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/14965/stat : 14965 (java) S 14962 14965 13151 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 8836837 98570240 978 33554432000 1073741824 1073778376 140733734607904 140733734599040 272889839677 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14965/statm: 24065 978 744 9 0 16771 0
[pid=14965/tid=14966] ppid=14962 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14966/stat : 14966 (java) R 14962 14965 13151 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 8836838 98570240 978 33554432000 1073741824 1073778376 140733734607904 139668608093736 272886482304 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100059 s]
/proc/loadavg: 2.25 2.24 2.19 3/194 14965
/proc/meminfo: memFree=30085948/32872528 swapFree=1243920/1391088
[pid=14965] ppid=14962 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/14965/stat : 14965 (java) S 14962 14965 13151 0 -1 4202496 4505 0 1 0 10 1 0 0 20 0 18 0 8836837 9787879424 6129 33554432000 1073741824 1073778376 140733734607904 140733734599040 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14965/statm: 2389619 6129 2157 9 0 2380296 0
[pid=14965/tid=14966] ppid=14962 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/14965/task/14966/stat : 14966 (java) R 14962 14965 13151 0 -1 4202560 2379 0 1 0 6 1 0 0 20 0 18 0 8836838 9787879424 6129 33554432000 1073741824 1073778376 140733734607904 139668608097752 272889865485 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200272 s]
/proc/loadavg: 2.25 2.24 2.19 3/194 14965
/proc/meminfo: memFree=30085948/32872528 swapFree=1243920/1391088
[pid=14965] ppid=14962 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/14965/stat : 14965 (java) S 14962 14965 13151 0 -1 4202496 6470 0 1 0 27 2 0 0 20 0 19 0 8836837 9856040960 7998 33554432000 1073741824 1073778376 140733734607904 140733734599040 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14965/statm: 2406260 7998 2233 9 0 2396937 0
[pid=14965/tid=14966] ppid=14962 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/14965/task/14966/stat : 14966 (java) R 14962 14965 13151 0 -1 4202560 2406 0 1 0 16 1 0 0 20 0 19 0 8836838 9856040960 7998 33554432000 1073741824 1073778376 140733734607904 139668608098944 139668461038879 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625040

[startup+0.300245 s]
/proc/loadavg: 2.25 2.24 2.19 3/194 14965
/proc/meminfo: memFree=30085948/32872528 swapFree=1243920/1391088
[pid=14965] ppid=14962 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/14965/stat : 14965 (java) S 14962 14965 13151 0 -1 4202496 6819 0 1 0 49 2 0 0 20 0 19 0 8836837 9856040960 8570 33554432000 1073741824 1073778376 140733734607904 140733734599040 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14965/statm: 2406260 8570 2243 9 0 2396937 0
[pid=14965/tid=14966] ppid=14962 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/14965/task/14966/stat : 14966 (java) R 14962 14965 13151 0 -1 4202560 2408 0 1 0 26 1 0 0 20 0 19 0 8836838 9856040960 8570 33554432000 1073741824 1073778376 140733734607904 139668608098944 139668461380448 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.700305 s]
/proc/loadavg: 2.25 2.24 2.19 3/194 14965
/proc/meminfo: memFree=30085948/32872528 swapFree=1243920/1391088
[pid=14965] ppid=14962 vsize=9625040 CPUtime=1.1 cores=1,3,5,7
/proc/14965/stat : 14965 (java) S 14962 14965 13151 0 -1 4202496 8405 0 1 0 108 2 0 0 20 0 19 0 8836837 9856040960 9750 33554432000 1073741824 1073778376 140733734607904 140733734599040 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14965/statm: 2406260 9750 2258 9 0 2396937 0
[pid=14965/tid=14966] ppid=14962 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/14965/task/14966/stat : 14966 (java) R 14962 14965 13151 0 -1 4202560 2410 0 1 0 66 1 0 0 20 0 19 0 8836838 9856040960 9750 33554432000 1073741824 1073778376 140733734607904 139668608098584 139668461388859 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.50078 s]
/proc/loadavg: 2.25 2.24 2.19 3/213 14984
/proc/meminfo: memFree=30053136/32872528 swapFree=1243920/1391088
[pid=14965] ppid=14962 vsize=9625040 CPUtime=1.93 cores=1,3,5,7
/proc/14965/stat : 14965 (java) S 14962 14965 13151 0 -1 4202496 8419 0 1 0 191 2 0 0 20 0 19 0 8836837 9856040960 10778 33554432000 1073741824 1073778376 140733734607904 140733734599040 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14965/statm: 2406260 10778 2260 9 0 2396937 0
[pid=14965/tid=14966] ppid=14962 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/14965/task/14966/stat : 14966 (java) R 14962 14965 13151 0 -1 4202560 2413 0 1 0 145 2 0 0 20 0 19 0 8836838 9856040960 10778 33554432000 1073741824 1073778376 140733734607904 139668608090416 139668461403966 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14965/tid=14968] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14968/stat : 14968 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836838 9856040960 10778 33554432000 1073741824 1073778376 140733734607904 139668580551080 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14965/tid=14969] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14969/stat : 14969 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836838 9856040960 10778 33554432000 1073741824 1073778376 140733734607904 139668579498536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14965/tid=14970] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14970/stat : 14970 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836838 9856040960 10778 33554432000 1073741824 1073778376 140733734607904 139668449962152 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14965/tid=14971] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14971/stat : 14971 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836838 9856040960 10778 33554432000 1073741824 1073778376 140733734607904 139668448909608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14965/tid=14972] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14972/stat : 14972 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836839 9856040960 10778 33554432000 1073741824 1073778376 140733734607904 139668447857576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14965/tid=14973] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14973/stat : 14973 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836839 9856040960 10778 33554432000 1073741824 1073778376 140733734607904 139668446805032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14965/tid=14974] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14974/stat : 14974 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836839 9856040960 10778 33554432000 1073741824 1073778376 140733734607904 139668445751976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14965/tid=14975] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14975/stat : 14975 (java) S 14962 14965 13151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8836839 9856040960 10778 33554432000 1073741824 1073778376 140733734607904 139667974384424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14965/tid=14976] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14976/stat : 14976 (java) S 14962 14965 13151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8836840 9856040960 10778 33554432000 1073741824 1073778376 140733734607904 139667962186088 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14965/tid=14977] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14977/stat : 14977 (java) S 14962 14965 13151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8836840 9856040960 10778 33554432000 1073741824 1073778376 140733734607904 139667961132408 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14965/tid=14978] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14978/stat : 14978 (java) S 14962 14965 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8836840 9856040960 10778 33554432000 1073741824 1073778376 140733734607904 139667960079240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14965/tid=14979] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14979/stat : 14979 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836842 9856040960 10778 33554432000 1073741824 1073778376 140733734607904 139667959027984 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14965/tid=14980] ppid=14962 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/14965/task/14980/stat : 14980 (java) S 14962 14965 13151 0 -1 4202560 3422 0 0 0 25 0 0 0 20 0 19 0 8836842 9856040960 10778 33554432000 1073741824 1073778376 140733734607904 139667957975864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14965/tid=14981] ppid=14962 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/14965/task/14981/stat : 14981 (java) S 14962 14965 13151 0 -1 4202560 1313 0 0 0 17 0 0 0 20 0 19 0 8836842 9856040960 10778 33554432000 1073741824 1073778376 140733734607904 139667956923320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14965/tid=14982] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14982/stat : 14982 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836842 9856040960 10778 33554432000 1073741824 1073778376 140733734607904 139667955870456 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14965/tid=14983] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14983/stat : 14983 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836842 9856040960 10778 33554432000 1073741824 1073778376 140733734607904 139667954818120 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14965/tid=14984] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14984/stat : 14984 (java) S 14962 14965 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8836854 9856040960 10778 33554432000 1073741824 1073778376 140733734607904 139667953665064 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 9625040

[startup+3.10085 s]
/proc/loadavg: 2.25 2.24 2.19 3/213 14984
/proc/meminfo: memFree=30057052/32872528 swapFree=1243920/1391088
[pid=14965] ppid=14962 vsize=9625040 CPUtime=3.53 cores=1,3,5,7
/proc/14965/stat : 14965 (java) S 14962 14965 13151 0 -1 4202496 8424 0 1 0 351 2 0 0 20 0 19 0 8836837 9856040960 12827 33554432000 1073741824 1073778376 140733734607904 140733734599040 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14965/statm: 2406260 12827 2261 9 0 2396937 0
[pid=14965/tid=14966] ppid=14962 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/14965/task/14966/stat : 14966 (java) R 14962 14965 13151 0 -1 4202560 2417 0 1 0 305 2 0 0 20 0 19 0 8836838 9856040960 12827 33554432000 1073741824 1073778376 140733734607904 139668608090416 139668460994453 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14965/tid=14968] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14968/stat : 14968 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836838 9856040960 12827 33554432000 1073741824 1073778376 140733734607904 139668580551080 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14965/tid=14969] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14969/stat : 14969 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836838 9856040960 12827 33554432000 1073741824 1073778376 140733734607904 139668579498536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14965/tid=14970] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14970/stat : 14970 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836838 9856040960 12827 33554432000 1073741824 1073778376 140733734607904 139668449962152 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14965/tid=14971] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14971/stat : 14971 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836838 9856040960 12827 33554432000 1073741824 1073778376 140733734607904 139668448909608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14965/tid=14972] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14972/stat : 14972 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836839 9856040960 12827 33554432000 1073741824 1073778376 140733734607904 139668447857576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14965/tid=14973] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14973/stat : 14973 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836839 9856040960 12827 33554432000 1073741824 1073778376 140733734607904 139668446805032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14965/tid=14974] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14974/stat : 14974 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836839 9856040960 12827 33554432000 1073741824 1073778376 140733734607904 139668445751976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14965/tid=14975] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14975/stat : 14975 (java) S 14962 14965 13151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8836839 9856040960 12827 33554432000 1073741824 1073778376 140733734607904 139667974384424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14965/tid=14976] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14976/stat : 14976 (java) S 14962 14965 13151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8836840 9856040960 12827 33554432000 1073741824 1073778376 140733734607904 139667962186088 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14965/tid=14977] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14977/stat : 14977 (java) S 14962 14965 13151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8836840 9856040960 12827 33554432000 1073741824 1073778376 140733734607904 139667961132408 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14965/tid=14978] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14978/stat : 14978 (java) S 14962 14965 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8836840 9856040960 12827 33554432000 1073741824 1073778376 140733734607904 139667960079240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14965/tid=14979] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14979/stat : 14979 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836842 9856040960 12827 33554432000 1073741824 1073778376 140733734607904 139667959027984 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14965/tid=14980] ppid=14962 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/14965/task/14980/stat : 14980 (java) S 14962 14965 13151 0 -1 4202560 3423 0 0 0 26 0 0 0 20 0 19 0 8836842 9856040960 12827 33554432000 1073741824 1073778376 140733734607904 139667957975864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14965/tid=14981] ppid=14962 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/14965/task/14981/stat : 14981 (java) S 14962 14965 13151 0 -1 4202560 1313 0 0 0 17 0 0 0 20 0 19 0 8836842 9856040960 12827 33554432000 1073741824 1073778376 140733734607904 139667956923320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14965/tid=14982] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14982/stat : 14982 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836842 9856040960 12827 33554432000 1073741824 1073778376 140733734607904 139667955870456 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14965/tid=14983] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14983/stat : 14983 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836842 9856040960 12827 33554432000 1073741824 1073778376 140733734607904 139667954818120 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14965/tid=14984] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14984/stat : 14984 (java) S 14962 14965 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8836854 9856040960 12827 33554432000 1073741824 1073778376 140733734607904 139667953665064 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 9625040

[startup+6.3009 s]
/proc/loadavg: 2.23 2.23 2.19 3/213 14984
/proc/meminfo: memFree=30022204/32872528 swapFree=1243920/1391088
[pid=14965] ppid=14962 vsize=9625040 CPUtime=7.45 cores=1,3,5,7
/proc/14965/stat : 14965 (java) S 14962 14965 13151 0 -1 4202496 19264 0 1 0 741 4 0 0 20 0 19 0 8836837 9856040960 21709 33554432000 1073741824 1073778376 140733734607904 140733734599040 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14965/statm: 2406260 21709 2264 9 0 2396937 0
[pid=14965/tid=14966] ppid=14962 vsize=9625040 CPUtime=6.28 cores=1,3,5,7
/proc/14965/task/14966/stat : 14966 (java) R 14962 14965 13151 0 -1 4202560 2428 0 1 0 625 3 0 0 20 0 19 0 8836838 9856040960 21709 33554432000 1073741824 1073778376 140733734607904 139668608098688 139668461366974 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14965/tid=14968] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14968/stat : 14968 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836838 9856040960 21709 33554432000 1073741824 1073778376 140733734607904 139668580551080 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14965/tid=14969] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14969/stat : 14969 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836838 9856040960 21709 33554432000 1073741824 1073778376 140733734607904 139668579498536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14965/tid=14970] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14970/stat : 14970 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836838 9856040960 21709 33554432000 1073741824 1073778376 140733734607904 139668449962152 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14965/tid=14971] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14971/stat : 14971 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836838 9856040960 21709 33554432000 1073741824 1073778376 140733734607904 139668448909608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14965/tid=14972] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14972/stat : 14972 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836839 9856040960 21709 33554432000 1073741824 1073778376 140733734607904 139668447857576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14965/tid=14973] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14973/stat : 14973 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836839 9856040960 21709 33554432000 1073741824 1073778376 140733734607904 139668446805032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14965/tid=14974] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14974/stat : 14974 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836839 9856040960 21709 33554432000 1073741824 1073778376 140733734607904 139668445751976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14965/tid=14975] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14975/stat : 14975 (java) S 14962 14965 13151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8836839 9856040960 21709 33554432000 1073741824 1073778376 140733734607904 139667974384424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14965/tid=14976] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14976/stat : 14976 (java) S 14962 14965 13151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8836840 9856040960 21709 33554432000 1073741824 1073778376 140733734607904 139667962186088 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14965/tid=14977] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14977/stat : 14977 (java) S 14962 14965 13151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8836840 9856040960 21709 33554432000 1073741824 1073778376 140733734607904 139667961132408 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14965/tid=14978] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14978/stat : 14978 (java) S 14962 14965 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8836840 9856040960 21709 33554432000 1073741824 1073778376 140733734607904 139667960079240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14965/tid=14979] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14979/stat : 14979 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836842 9856040960 21709 33554432000 1073741824 1073778376 140733734607904 139667959027984 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14965/tid=14980] ppid=14962 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/14965/task/14980/stat : 14980 (java) R 14962 14965 13151 0 -1 4202560 6828 0 0 0 53 2 0 0 20 0 19 0 8836842 9856040960 21709 33554432000 1073741824 1073778376 140733734607904 139667957975864 139668615085559 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14965/tid=14981] ppid=14962 vsize=9625040 CPUtime=0.6 cores=1,3,5,7

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

[pid=14965/tid=14970] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14970/stat : 14970 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836838 9856040960 28679 33554432000 1073741824 1073778376 140733734607904 139668449962152 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14965/tid=14971] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14971/stat : 14971 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836838 9856040960 28679 33554432000 1073741824 1073778376 140733734607904 139668448909608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14965/tid=14972] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14972/stat : 14972 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836839 9856040960 28679 33554432000 1073741824 1073778376 140733734607904 139668447857576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14965/tid=14973] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14973/stat : 14973 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836839 9856040960 28679 33554432000 1073741824 1073778376 140733734607904 139668446805032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14965/tid=14974] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14974/stat : 14974 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836839 9856040960 28679 33554432000 1073741824 1073778376 140733734607904 139668445751976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14965/tid=14975] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14975/stat : 14975 (java) S 14962 14965 13151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8836839 9856040960 28679 33554432000 1073741824 1073778376 140733734607904 139667974384424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14965/tid=14976] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14976/stat : 14976 (java) S 14962 14965 13151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8836840 9856040960 28679 33554432000 1073741824 1073778376 140733734607904 139667962186088 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14965/tid=14977] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14977/stat : 14977 (java) S 14962 14965 13151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8836840 9856040960 28679 33554432000 1073741824 1073778376 140733734607904 139667961132408 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14965/tid=14978] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14978/stat : 14978 (java) S 14962 14965 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8836840 9856040960 28679 33554432000 1073741824 1073778376 140733734607904 139667960079240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14965/tid=14979] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14979/stat : 14979 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836842 9856040960 28679 33554432000 1073741824 1073778376 140733734607904 139667959027984 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14965/tid=14980] ppid=14962 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/14965/task/14980/stat : 14980 (java) S 14962 14965 13151 0 -1 4202560 6831 0 0 0 57 2 0 0 20 0 19 0 8836842 9856040960 28679 33554432000 1073741824 1073778376 140733734607904 139667957975864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14965/tid=14981] ppid=14962 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/14965/task/14981/stat : 14981 (java) S 14962 14965 13151 0 -1 4202560 8736 0 0 0 61 0 0 0 20 0 19 0 8836842 9856040960 28679 33554432000 1073741824 1073778376 140733734607904 139667956923320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14965/tid=14982] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14982/stat : 14982 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836842 9856040960 28679 33554432000 1073741824 1073778376 140733734607904 139667955870456 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14965/tid=14983] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14983/stat : 14983 (java) S 14962 14965 13151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8836842 9856040960 28679 33554432000 1073741824 1073778376 140733734607904 139667954818120 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14965/tid=14984] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14984/stat : 14984 (java) S 14962 14965 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8836854 9856040960 28679 33554432000 1073741824 1073778376 140733734607904 139667953665064 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 14.8
Current children cumulated vsize (KiB) 9625040

[startup+14.4078 s]
/proc/loadavg: 2.21 2.23 2.18 3/213 14984
/proc/meminfo: memFree=29984736/32872528 swapFree=1243920/1391088
[pid=14965] ppid=14962 vsize=9625040 CPUtime=15.62 cores=1,3,5,7
/proc/14965/stat : 14965 (java) S 14962 14965 13151 0 -1 4202496 19290 0 1 0 1557 5 0 0 20 0 19 0 8836837 9856040960 29703 33554432000 1073741824 1073778376 140733734607904 140733734599040 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14965/statm: 2406260 29703 2264 9 0 2396937 0
[pid=14965/tid=14966] ppid=14962 vsize=9625040 CPUtime=14.38 cores=1,3,5,7
/proc/14965/task/14966/stat : 14966 (java) R 14962 14965 13151 0 -1 4202560 2451 0 1 0 1435 3 0 0 20 0 19 0 8836838 9856040960 29703 33554432000 1073741824 1073778376 140733734607904 139668608089808 139668461383115 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14965/tid=14968] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14968/stat : 14968 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836838 9856040960 29703 33554432000 1073741824 1073778376 140733734607904 139668580551080 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14965/tid=14969] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14969/stat : 14969 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836838 9856040960 29703 33554432000 1073741824 1073778376 140733734607904 139668579498536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14965/tid=14970] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14970/stat : 14970 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836838 9856040960 29703 33554432000 1073741824 1073778376 140733734607904 139668449962152 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14965/tid=14971] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14971/stat : 14971 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836838 9856040960 29703 33554432000 1073741824 1073778376 140733734607904 139668448909608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14965/tid=14972] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14972/stat : 14972 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836839 9856040960 29703 33554432000 1073741824 1073778376 140733734607904 139668447857576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14965/tid=14973] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14973/stat : 14973 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836839 9856040960 29703 33554432000 1073741824 1073778376 140733734607904 139668446805032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14965/tid=14974] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14974/stat : 14974 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836839 9856040960 29703 33554432000 1073741824 1073778376 140733734607904 139668445751976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14965/tid=14975] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14975/stat : 14975 (java) S 14962 14965 13151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8836839 9856040960 29703 33554432000 1073741824 1073778376 140733734607904 139667974384424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14965/tid=14976] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14976/stat : 14976 (java) S 14962 14965 13151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8836840 9856040960 29703 33554432000 1073741824 1073778376 140733734607904 139667962186088 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14965/tid=14977] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14977/stat : 14977 (java) S 14962 14965 13151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8836840 9856040960 29703 33554432000 1073741824 1073778376 140733734607904 139667961132408 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14965/tid=14978] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14978/stat : 14978 (java) S 14962 14965 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8836840 9856040960 29703 33554432000 1073741824 1073778376 140733734607904 139667960079240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14965/tid=14979] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14979/stat : 14979 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836842 9856040960 29703 33554432000 1073741824 1073778376 140733734607904 139667959027984 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14965/tid=14980] ppid=14962 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/14965/task/14980/stat : 14980 (java) S 14962 14965 13151 0 -1 4202560 6831 0 0 0 57 2 0 0 20 0 19 0 8836842 9856040960 29703 33554432000 1073741824 1073778376 140733734607904 139667957975864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14965/tid=14981] ppid=14962 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/14965/task/14981/stat : 14981 (java) S 14962 14965 13151 0 -1 4202560 8736 0 0 0 62 0 0 0 20 0 19 0 8836842 9856040960 29703 33554432000 1073741824 1073778376 140733734607904 139667956923320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14965/tid=14982] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14982/stat : 14982 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836842 9856040960 29703 33554432000 1073741824 1073778376 140733734607904 139667955870456 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14965/tid=14983] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14983/stat : 14983 (java) S 14962 14965 13151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8836842 9856040960 29703 33554432000 1073741824 1073778376 140733734607904 139667954818120 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14965/tid=14984] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14984/stat : 14984 (java) S 14962 14965 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8836854 9856040960 29703 33554432000 1073741824 1073778376 140733734607904 139667953665064 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 15.62
Current children cumulated vsize (KiB) 9625040

[startup+14.6008 s]
/proc/loadavg: 2.21 2.23 2.18 3/213 14984
/proc/meminfo: memFree=29984736/32872528 swapFree=1243920/1391088
[pid=14965] ppid=14962 vsize=9625040 CPUtime=15.81 cores=1,3,5,7
/proc/14965/stat : 14965 (java) S 14962 14965 13151 0 -1 4202496 19291 0 1 0 1576 5 0 0 20 0 19 0 8836837 9856040960 30215 33554432000 1073741824 1073778376 140733734607904 140733734599040 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14965/statm: 2406260 30215 2264 9 0 2396937 0
[pid=14965/tid=14966] ppid=14962 vsize=9625040 CPUtime=14.57 cores=1,3,5,7
/proc/14965/task/14966/stat : 14966 (java) R 14962 14965 13151 0 -1 4202560 2452 0 1 0 1454 3 0 0 20 0 19 0 8836838 9856040960 30215 33554432000 1073741824 1073778376 140733734607904 139668608089808 139668461430878 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14965/tid=14968] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14968/stat : 14968 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836838 9856040960 30215 33554432000 1073741824 1073778376 140733734607904 139668580551080 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14965/tid=14969] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14969/stat : 14969 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836838 9856040960 30215 33554432000 1073741824 1073778376 140733734607904 139668579498536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14965/tid=14970] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14970/stat : 14970 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836838 9856040960 30215 33554432000 1073741824 1073778376 140733734607904 139668449962152 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14965/tid=14971] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14971/stat : 14971 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836838 9856040960 30215 33554432000 1073741824 1073778376 140733734607904 139668448909608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14965/tid=14972] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14972/stat : 14972 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836839 9856040960 30215 33554432000 1073741824 1073778376 140733734607904 139668447857576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14965/tid=14973] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14973/stat : 14973 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836839 9856040960 30215 33554432000 1073741824 1073778376 140733734607904 139668446805032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14965/tid=14974] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14974/stat : 14974 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836839 9856040960 30215 33554432000 1073741824 1073778376 140733734607904 139668445751976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14965/tid=14975] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14975/stat : 14975 (java) S 14962 14965 13151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8836839 9856040960 30215 33554432000 1073741824 1073778376 140733734607904 139667974384424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14965/tid=14976] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14976/stat : 14976 (java) S 14962 14965 13151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8836840 9856040960 30215 33554432000 1073741824 1073778376 140733734607904 139667962186088 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14965/tid=14977] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14977/stat : 14977 (java) S 14962 14965 13151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8836840 9856040960 30215 33554432000 1073741824 1073778376 140733734607904 139667961132408 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14965/tid=14978] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14978/stat : 14978 (java) S 14962 14965 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8836840 9856040960 30215 33554432000 1073741824 1073778376 140733734607904 139667960079240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14965/tid=14979] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14979/stat : 14979 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836842 9856040960 30215 33554432000 1073741824 1073778376 140733734607904 139667959027984 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14965/tid=14980] ppid=14962 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/14965/task/14980/stat : 14980 (java) S 14962 14965 13151 0 -1 4202560 6831 0 0 0 57 2 0 0 20 0 19 0 8836842 9856040960 30215 33554432000 1073741824 1073778376 140733734607904 139667957975864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14965/tid=14981] ppid=14962 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/14965/task/14981/stat : 14981 (java) S 14962 14965 13151 0 -1 4202560 8736 0 0 0 62 0 0 0 20 0 19 0 8836842 9856040960 30215 33554432000 1073741824 1073778376 140733734607904 139667956923320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14965/tid=14982] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14982/stat : 14982 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836842 9856040960 30215 33554432000 1073741824 1073778376 140733734607904 139667955870456 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14965/tid=14983] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14983/stat : 14983 (java) S 14962 14965 13151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8836842 9856040960 30215 33554432000 1073741824 1073778376 140733734607904 139667954818120 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14965/tid=14984] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14984/stat : 14984 (java) S 14962 14965 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8836854 9856040960 30215 33554432000 1073741824 1073778376 140733734607904 139667953665064 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 15.81
Current children cumulated vsize (KiB) 9625040

[startup+14.7008 s]
/proc/loadavg: 2.21 2.23 2.18 3/213 14984
/proc/meminfo: memFree=29984736/32872528 swapFree=1243920/1391088
[pid=14965] ppid=14962 vsize=9625040 CPUtime=15.91 cores=1,3,5,7
/proc/14965/stat : 14965 (java) S 14962 14965 13151 0 -1 4202496 19291 0 1 0 1586 5 0 0 20 0 19 0 8836837 9856040960 30215 33554432000 1073741824 1073778376 140733734607904 140733734599040 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14965/statm: 2406260 30215 2264 9 0 2396937 0
[pid=14965/tid=14966] ppid=14962 vsize=9625040 CPUtime=14.67 cores=1,3,5,7
/proc/14965/task/14966/stat : 14966 (java) R 14962 14965 13151 0 -1 4202560 2452 0 1 0 1464 3 0 0 20 0 19 0 8836838 9856040960 30215 33554432000 1073741824 1073778376 140733734607904 139668608089808 139668461408096 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14965/tid=14968] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14968/stat : 14968 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836838 9856040960 30215 33554432000 1073741824 1073778376 140733734607904 139668580551080 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14965/tid=14969] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14969/stat : 14969 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836838 9856040960 30215 33554432000 1073741824 1073778376 140733734607904 139668579498536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14965/tid=14970] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14970/stat : 14970 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836838 9856040960 30215 33554432000 1073741824 1073778376 140733734607904 139668449962152 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14965/tid=14971] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14971/stat : 14971 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836838 9856040960 30215 33554432000 1073741824 1073778376 140733734607904 139668448909608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14965/tid=14972] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14972/stat : 14972 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836839 9856040960 30215 33554432000 1073741824 1073778376 140733734607904 139668447857576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14965/tid=14973] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14973/stat : 14973 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836839 9856040960 30215 33554432000 1073741824 1073778376 140733734607904 139668446805032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14965/tid=14974] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14974/stat : 14974 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836839 9856040960 30215 33554432000 1073741824 1073778376 140733734607904 139668445751976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14965/tid=14975] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14975/stat : 14975 (java) S 14962 14965 13151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8836839 9856040960 30215 33554432000 1073741824 1073778376 140733734607904 139667974384424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14965/tid=14976] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14976/stat : 14976 (java) S 14962 14965 13151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8836840 9856040960 30215 33554432000 1073741824 1073778376 140733734607904 139667962186088 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14965/tid=14977] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14977/stat : 14977 (java) S 14962 14965 13151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8836840 9856040960 30215 33554432000 1073741824 1073778376 140733734607904 139667961132408 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14965/tid=14978] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14978/stat : 14978 (java) S 14962 14965 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8836840 9856040960 30215 33554432000 1073741824 1073778376 140733734607904 139667960079240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14965/tid=14979] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14979/stat : 14979 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836842 9856040960 30215 33554432000 1073741824 1073778376 140733734607904 139667959027984 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14965/tid=14980] ppid=14962 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/14965/task/14980/stat : 14980 (java) S 14962 14965 13151 0 -1 4202560 6831 0 0 0 57 2 0 0 20 0 19 0 8836842 9856040960 30215 33554432000 1073741824 1073778376 140733734607904 139667957975864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14965/tid=14981] ppid=14962 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/14965/task/14981/stat : 14981 (java) S 14962 14965 13151 0 -1 4202560 8736 0 0 0 62 0 0 0 20 0 19 0 8836842 9856040960 30215 33554432000 1073741824 1073778376 140733734607904 139667956923320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14965/tid=14982] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14982/stat : 14982 (java) S 14962 14965 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836842 9856040960 30215 33554432000 1073741824 1073778376 140733734607904 139667955870456 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14965/tid=14983] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14983/stat : 14983 (java) S 14962 14965 13151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8836842 9856040960 30215 33554432000 1073741824 1073778376 140733734607904 139667954818120 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14965/tid=14984] ppid=14962 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14965/task/14984/stat : 14984 (java) S 14962 14965 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8836854 9856040960 30215 33554432000 1073741824 1073778376 140733734607904 139667953665064 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 15.91
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 14.7285
CPU time (s): 15.9616
CPU user time (s): 15.8786
CPU system time (s): 0.082987
CPU usage (%): 108.372
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.8786
system time used= 0.082987
maximum resident set size= 122964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19310
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= 630
involuntary context switches= 370

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.053991 second user time and 0.06199 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= 51c830b3e31ed97e6a2590ce9584f929
RANDOM SEED=1400033282

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:        30086320 kB
Buffers:            9408 kB
Cached:            45080 kB
SwapCached:          932 kB
Active:           665524 kB
Inactive:          31532 kB
Active(anon):     643608 kB
Inactive(anon):     1328 kB
Active(file):      21916 kB
Inactive(file):    30204 kB
Unevictable:     1391088 kB
Mlocked:         1243920 kB
SwapTotal:      67108856 kB
SwapFree:       67100084 kB
Dirty:               984 kB
Writeback:             0 kB
AnonPages:       2106688 kB
Mapped:            15400 kB
Shmem:                 0 kB
Slab:             565300 kB
SReclaimable:       8972 kB
SUnreclaim:       556328 kB
KernelStack:        1760 kB
PageTables:         8176 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:    845824 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:57