Trace number 4090901

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 146.312 144.311

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900670234--soft-0-100-0.wbo
MD5SUM68083219a398085883a8cf7e46688b9f
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark77.8322
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 134314
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 134313
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 641
Number of bits of the biggest sum of numbers10
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.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4090901-1466067916.wbo
0.09/0.11	c reading problem ... 
0.49/0.31	c ... done. Wall clock time 0.204s.
0.49/0.31	c declared #vars     231
0.49/0.31	c internal #vars     2938
0.49/0.31	c #constraints  2707
0.49/0.31	c constraints type 
0.49/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.49/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.49/0.31	c 2707 constraints processed.
0.49/0.31	c objective function length is 2707 literals
1.08/0.51	c SATISFIABLE
1.08/0.51	c OPTIMIZING...
1.08/0.51	c Got one! Elapsed wall clock time (in seconds):0.402
1.08/0.51	o 393
1.08/0.56	c Got one! Elapsed wall clock time (in seconds):0.449
1.08/0.56	o 392
1.08/0.57	c Got one! Elapsed wall clock time (in seconds):0.466
1.08/0.57	o 378
1.30/0.61	c Got one! Elapsed wall clock time (in seconds):0.499
1.30/0.61	o 370
2.48/1.73	c cleaning 2783 clauses out of 5578 with flag 22871/5578
3.64/2.87	c Got one! Elapsed wall clock time (in seconds):2.762
3.64/2.87	o 365
3.79/2.91	c Got one! Elapsed wall clock time (in seconds):2.805
3.79/2.91	o 361
3.79/2.92	c Got one! Elapsed wall clock time (in seconds):2.813
3.79/2.92	o 332
3.79/2.93	c Got one! Elapsed wall clock time (in seconds):2.821
3.79/2.93	o 311
3.79/2.94	c Got one! Elapsed wall clock time (in seconds):2.828
3.79/2.94	o 309
3.79/2.94	c Got one! Elapsed wall clock time (in seconds):2.835
3.79/2.94	o 256
4.07/3.10	c Got one! Elapsed wall clock time (in seconds):2.991
4.07/3.10	o 252
4.07/3.11	c Got one! Elapsed wall clock time (in seconds):3.007
4.07/3.11	o 251
4.07/3.12	c Got one! Elapsed wall clock time (in seconds):3.016
4.07/3.12	o 201
4.07/3.15	c Got one! Elapsed wall clock time (in seconds):3.039
4.07/3.15	o 191
4.07/3.17	c Got one! Elapsed wall clock time (in seconds):3.067
4.07/3.17	o 179
4.07/3.19	c Got one! Elapsed wall clock time (in seconds):3.086
4.07/3.19	o 178
4.17/3.20	c Got one! Elapsed wall clock time (in seconds):3.091
4.17/3.20	o 138
4.17/3.30	c Got one! Elapsed wall clock time (in seconds):3.191
4.17/3.30	o 137
4.27/3.35	c Got one! Elapsed wall clock time (in seconds):3.239
4.27/3.35	o 122
4.27/3.38	c Got one! Elapsed wall clock time (in seconds):3.274
4.27/3.38	o 118
4.38/3.42	c Got one! Elapsed wall clock time (in seconds):3.317
4.38/3.42	o 116
4.38/3.44	c Got one! Elapsed wall clock time (in seconds):3.33
4.38/3.44	o 115
4.49/3.51	c Got one! Elapsed wall clock time (in seconds):3.402
4.49/3.51	o 112
4.49/3.58	c Got one! Elapsed wall clock time (in seconds):3.477
4.49/3.58	o 110
4.69/3.79	c cleaning 6271 clauses out of 12542 with flag 4751/15325
4.83/3.81	c Got one! Elapsed wall clock time (in seconds):3.702
4.83/3.81	o 108
4.83/3.87	c Got one! Elapsed wall clock time (in seconds):3.759
4.83/3.87	o 102
4.83/3.87	c Got one! Elapsed wall clock time (in seconds):3.765
4.83/3.87	o 99
4.83/3.88	c Got one! Elapsed wall clock time (in seconds):3.775
4.83/3.88	o 93
5.04/3.98	c Got one! Elapsed wall clock time (in seconds):3.87
5.04/3.98	o 91
5.43/4.11	c Got one! Elapsed wall clock time (in seconds):3.999
5.43/4.11	o 88
5.57/4.24	c Got one! Elapsed wall clock time (in seconds):4.13
5.57/4.24	o 78
6.57/5.26	c cleaning 6668 clauses out of 13357 with flag 34608/22411
7.17/5.58	c Got one! Elapsed wall clock time (in seconds):5.471
7.17/5.58	o 74
7.38/5.64	c Got one! Elapsed wall clock time (in seconds):5.534
7.38/5.64	o 69
7.38/5.68	c Got one! Elapsed wall clock time (in seconds):5.577
7.38/5.68	o 66
7.48/5.71	c Got one! Elapsed wall clock time (in seconds):5.598
7.48/5.71	o 60
7.48/5.73	c Got one! Elapsed wall clock time (in seconds):5.624
7.48/5.73	o 58
7.58/5.82	c Got one! Elapsed wall clock time (in seconds):5.716
7.58/5.82	o 51
7.58/5.88	c Got one! Elapsed wall clock time (in seconds):5.773
7.58/5.88	o 49
7.68/5.90	c Got one! Elapsed wall clock time (in seconds):5.796
7.68/5.90	o 47
7.78/6.06	c Got one! Elapsed wall clock time (in seconds):5.949
7.78/6.06	o 42
7.92/6.12	c Got one! Elapsed wall clock time (in seconds):6.014
7.92/6.12	o 39
8.22/6.48	c cleaning 7462 clauses out of 14938 with flag 17846/30660
8.44/6.63	c Got one! Elapsed wall clock time (in seconds):6.522
8.44/6.63	o 37
8.84/7.05	c cleaning 6449 clauses out of 12909 with flag 21117/36093
9.34/7.55	c Got one! Elapsed wall clock time (in seconds):7.442
9.34/7.55	o 30
9.44/7.66	c cleaning 5942 clauses out of 11885 with flag 6301/41518
9.94/8.13	c cleaning 5970 clauses out of 11947 with flag 48896/47522
10.54/8.72	c cleaning 6484 clauses out of 12974 with flag 106519/54519
11.24/9.48	c cleaning 7244 clauses out of 14490 with flag 174985/62519
11.75/9.96	c Got one! Elapsed wall clock time (in seconds):9.85
11.75/9.96	o 29
11.95/10.12	c Got one! Elapsed wall clock time (in seconds):10.012
11.95/10.12	o 26
12.06/10.21	c Got one! Elapsed wall clock time (in seconds):10.098
12.06/10.21	o 25
12.06/10.23	c Got one! Elapsed wall clock time (in seconds):10.121
12.06/10.23	o 22
12.36/10.56	c Got one! Elapsed wall clock time (in seconds):10.453
12.36/10.56	o 20
12.46/10.69	c cleaning 10612 clauses out of 21242 with flag 8785/76515
12.56/10.76	c Got one! Elapsed wall clock time (in seconds):10.654
12.56/10.76	o 17
12.66/10.84	c Got one! Elapsed wall clock time (in seconds):10.732
12.66/10.84	o 13
12.66/10.87	c Got one! Elapsed wall clock time (in seconds):10.766
12.66/10.87	o 10
13.06/11.27	c cleaning 9008 clauses out of 18033 with flag 44888/83918
13.16/11.35	c Got one! Elapsed wall clock time (in seconds):11.238
13.16/11.35	o 7
13.36/11.58	c cleaning 7031 clauses out of 14080 with flag 29774/88973
13.76/11.92	c cleaning 6518 clauses out of 13051 with flag 78806/94975
14.16/12.34	c cleaning 6761 clauses out of 13529 with flag 140279/101971
14.47/12.68	c Got one! Elapsed wall clock time (in seconds):12.576
14.47/12.68	o 6
14.87/13.02	c Got one! Elapsed wall clock time (in seconds):12.913
14.87/13.02	o 5
14.87/13.09	c Got one! Elapsed wall clock time (in seconds):12.979
14.87/13.09	o 2
14.97/13.19	c cleaning 9327 clauses out of 18671 with flag 11367/113874
15.47/13.63	c cleaning 7667 clauses out of 15341 with flag 78535/119871
15.97/14.10	c cleaning 7318 clauses out of 14675 with flag 154844/126872
16.57/14.70	c cleaning 7668 clauses out of 15356 with flag 250621/134871
16.57/14.76	c Got one! Elapsed wall clock time (in seconds):14.649
16.57/14.76	o 1
16.97/15.16	c cleaning 6828 clauses out of 13686 with flag 61081/140869
17.47/15.62	c cleaning 6421 clauses out of 12858 with flag 133261/146869
17.98/16.19	c cleaning 6710 clauses out of 13438 with flag 218001/153870
18.68/16.89	c cleaning 7362 clauses out of 14728 with flag 319306/161870
19.38/17.55	c cleaning 8175 clauses out of 16366 with flag 403132/170870
20.18/18.36	c cleaning 9092 clauses out of 18190 with flag 500705/180869
21.18/19.38	c cleaning 10044 clauses out of 20100 with flag 614757/191871
22.28/20.50	c cleaning 11027 clauses out of 22056 with flag 736769/203871
23.68/21.89	c cleaning 11999 clauses out of 24027 with flag 879359/216869
25.28/23.47	c cleaning 13007 clauses out of 26029 with flag 1028546/230870
26.89/25.04	c cleaning 14009 clauses out of 28022 with flag 1173211/245870
28.49/26.65	c cleaning 15002 clauses out of 30014 with flag 1319115/261871
30.29/28.47	c cleaning 15994 clauses out of 32010 with flag 1479353/278869
32.30/30.41	c cleaning 17003 clauses out of 34015 with flag 1652277/296869
34.30/32.42	c cleaning 18002 clauses out of 36012 with flag 1813970/315869
36.50/34.63	c cleaning 18997 clauses out of 38010 with flag 1988593/335869
39.20/37.33	c cleaning 20008 clauses out of 40015 with flag 2187563/356871
42.00/40.12	c cleaning 20983 clauses out of 42006 with flag 2365255/378870
44.91/43.04	c cleaning 22005 clauses out of 44024 with flag 2553356/401871
48.30/46.44	c cleaning 22994 clauses out of 46017 with flag 2762675/425869
51.90/50.09	c cleaning 24007 clauses out of 48023 with flag 2956006/450869
55.50/53.65	c cleaning 25005 clauses out of 50016 with flag 3151227/476870
59.90/58.00	c cleaning 26003 clauses out of 52009 with flag 3375112/503869
64.20/62.34	c cleaning 27000 clauses out of 54008 with flag 3584044/531871
68.90/67.00	c cleaning 27994 clauses out of 56006 with flag 3801128/560869
74.10/72.27	c cleaning 29001 clauses out of 58013 with flag 4043126/590870
79.62/77.72	c cleaning 29997 clauses out of 60012 with flag 4291673/621871
85.63/83.78	c cleaning 31003 clauses out of 62014 with flag 4554492/653870
92.23/90.35	c cleaning 31991 clauses out of 64010 with flag 4801689/686871
98.83/96.92	c cleaning 32996 clauses out of 66017 with flag 5043167/720869
105.75/103.90	c cleaning 34007 clauses out of 68021 with flag 5299566/755869
112.75/110.89	c cleaning 35005 clauses out of 70013 with flag 5552523/791870
120.05/118.19	c cleaning 35998 clauses out of 72007 with flag 5805390/828869
128.36/126.41	c cleaning 36997 clauses out of 74008 with flag 6069443/866869
136.56/134.63	c cleaning 38003 clauses out of 76011 with flag 6330527/905870
144.76/142.88	c cleaning 39002 clauses out of 78004 with flag 6605635/945869
146.26/144.30	c starts		: 1233
146.26/144.30	c conflicts		: 956057
146.26/144.30	c decisions		: 1379268
146.26/144.30	c propagations		: 60403772
146.26/144.30	c inspects		: 2799337093
146.26/144.30	c shortcuts		: 0
146.26/144.30	c learnt literals	: 32
146.26/144.30	c learnt binary clauses	: 95
146.26/144.30	c learnt ternary clauses	: 669
146.26/144.30	c learnt constraints	: 956024
146.26/144.30	c ignored constraints	: 0
146.26/144.30	c root simplifications	: 0
146.26/144.30	c removed literals (reason simplification)	: 0
146.26/144.30	c reason swapping (by a shorter reason)	: 0
146.26/144.30	c Calls to reduceDB	: 54
146.26/144.30	c Number of update (reduction) of LBD	: 291172
146.26/144.30	c Imported unit clauses	: 0
146.26/144.30	c number of reductions to clauses (during analyze)	: 0
146.26/144.30	c number of learned constraints concerned by reduction	: 0
146.26/144.30	c number of learning phase by resolution	: 0
146.26/144.30	c number of learning phase by cutting planes	: 0
146.26/144.30	c speed (assignments/second)	: 419546.3903204746
146.26/144.30	c non guided choices	6601
146.26/144.30	c learnt constraints type 
146.26/144.30	s OPTIMUM FOUND
146.26/144.30	c Found 56 solution(s)
146.26/144.30	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 x170 -x171 x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 x201 -x202 -x203 -x204 -x205 -x206 -x207 x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 x220 -x221 -x222 -x223 x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 
146.26/144.30	c objective function=1
146.26/144.30	c Total wall clock time (in seconds): 144.196

Verifier Data

OK	1

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-4090901-1466067916/watcher-4090901-1466067916 -o /tmp/evaluation-result-4090901-1466067916/solver-4090901-1466067916 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466062104-11412 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090901-1466067916.wbo 

pid=12435
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.17 2.07 2.01 3/194 12438
/proc/meminfo: memFree=31534112/32872528 swapFree=496356/529060
[pid=12438] ppid=12435 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/12438/stat : 12438 (java) S 12435 12438 11396 0 -1 4202496 1283 0 0 0 0 0 0 0 20 0 2 0 8837082 94019584 917 33554432000 1073741824 1073778376 140733276786960 140733276778096 211462160445 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12438/statm: 22954 917 697 9 0 16769 0
[pid=12438/tid=12439] ppid=12435 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12439/stat : 12439 (java) D 12435 12438 11396 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 8837082 95129600 927 33554432000 1073741824 1073778376 140733276786960 139731751570984 211449638183 0 0 4096 0 18446744072100588836 0 0 -1 2 0 0 0 0 0

[startup+0.100164 s]
/proc/loadavg: 2.17 2.07 2.01 3/194 12438
/proc/meminfo: memFree=31534112/32872528 swapFree=496356/529060
[pid=12438] ppid=12435 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/12438/stat : 12438 (java) S 12435 12438 11396 0 -1 4202496 4390 0 1 0 8 1 0 0 20 0 18 0 8837082 9787879424 6021 33554432000 1073741824 1073778376 140733276786960 140733276778096 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12438/statm: 2389619 6021 2125 9 0 2380296 0
[pid=12438/tid=12439] ppid=12435 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/12438/task/12439/stat : 12439 (java) R 12435 12438 11396 0 -1 4202560 2378 0 1 0 6 1 0 0 20 0 18 0 8837082 9787879424 6021 33554432000 1073741824 1073778376 140733276786960 139731751574616 211462186253 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200267 s]
/proc/loadavg: 2.17 2.07 2.01 3/194 12438
/proc/meminfo: memFree=31534112/32872528 swapFree=496356/529060
[pid=12438] ppid=12435 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/12438/stat : 12438 (java) S 12435 12438 11396 0 -1 4202496 4788 0 1 0 24 2 0 0 20 0 18 0 8837082 9787879424 6852 33554432000 1073741824 1073778376 140733276786960 140733276778096 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12438/statm: 2389619 6852 2211 9 0 2380296 0
[pid=12438/tid=12439] ppid=12435 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/12438/task/12439/stat : 12439 (java) R 12435 12438 11396 0 -1 4202560 2397 0 1 0 16 1 0 0 20 0 18 0 8837082 9787879424 6852 33554432000 1073741824 1073778376 140733276786960 139731751574616 139731610786324 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300253 s]
/proc/loadavg: 2.17 2.07 2.01 3/194 12438
/proc/meminfo: memFree=31534112/32872528 swapFree=496356/529060
[pid=12438] ppid=12435 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/12438/stat : 12438 (java) S 12435 12438 11396 0 -1 4202496 6428 0 1 0 47 2 0 0 20 0 18 0 8837082 9787879424 8694 33554432000 1073741824 1073778376 140733276786960 140733276778096 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12438/statm: 2389619 8694 2236 9 0 2380296 0
[pid=12438/tid=12439] ppid=12435 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/12438/task/12439/stat : 12439 (java) R 12435 12438 11396 0 -1 4202560 2399 0 1 0 26 1 0 0 20 0 18 0 8837082 9787879424 8694 33554432000 1073741824 1073778376 140733276786960 139731751574616 139731610451001 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700322 s]
/proc/loadavg: 2.17 2.07 2.01 3/194 12438
/proc/meminfo: memFree=31534112/32872528 swapFree=496356/529060
[pid=12438] ppid=12435 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/12438/stat : 12438 (java) S 12435 12438 11396 0 -1 4202496 9190 0 1 0 145 3 0 0 20 0 19 0 8837082 9856040960 11931 33554432000 1073741824 1073778376 140733276786960 140733276778096 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12438/statm: 2406260 11931 2268 9 0 2396937 0
[pid=12438/tid=12439] ppid=12435 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/12438/task/12439/stat : 12439 (java) R 12435 12438 11396 0 -1 4202560 2415 0 1 0 65 2 0 0 20 0 19 0 8837082 9856040960 11931 33554432000 1073741824 1073778376 140733276786960 139731751576192 139731610952789 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.17 2.07 2.01 3/213 12457
/proc/meminfo: memFree=31486740/32872528 swapFree=496356/529060
[pid=12438] ppid=12435 vsize=9625040 CPUtime=2.28 cores=0,2,4,6
/proc/12438/stat : 12438 (java) S 12435 12438 11396 0 -1 4202496 9195 0 1 0 225 3 0 0 20 0 19 0 8837082 9856040960 12446 33554432000 1073741824 1073778376 140733276786960 140733276778096 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12438/statm: 2406260 12446 2270 9 0 2396937 0
[pid=12438/tid=12439] ppid=12435 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/12438/task/12439/stat : 12439 (java) R 12435 12438 11396 0 -1 4202560 2417 0 1 0 145 2 0 0 20 0 19 0 8837082 9856040960 12446 33554432000 1073741824 1073778376 140733276786960 139731751576008 139731611060057 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12438/tid=12441] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12441/stat : 12441 (java) S 12435 12438 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837083 9856040960 12446 33554432000 1073741824 1073778376 140733276786960 139731729676584 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12438/tid=12442] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12442/stat : 12442 (java) S 12435 12438 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837083 9856040960 12446 33554432000 1073741824 1073778376 140733276786960 139731526477992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12438/tid=12443] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12443/stat : 12443 (java) S 12435 12438 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837083 9856040960 12446 33554432000 1073741824 1073778376 140733276786960 139731525425704 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12438/tid=12444] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12444/stat : 12444 (java) S 12435 12438 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837083 9856040960 12446 33554432000 1073741824 1073778376 140733276786960 139731524372904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12438/tid=12445] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12445/stat : 12445 (java) S 12435 12438 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837083 9856040960 12446 33554432000 1073741824 1073778376 140733276786960 139731523320616 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12438/tid=12446] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12446/stat : 12446 (java) S 12435 12438 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837083 9856040960 12446 33554432000 1073741824 1073778376 140733276786960 139731522267816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12438/tid=12447] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12447/stat : 12447 (java) S 12435 12438 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837083 9856040960 12446 33554432000 1073741824 1073778376 140733276786960 139731521215528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12438/tid=12448] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12448/stat : 12448 (java) S 12435 12438 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8837083 9856040960 12446 33554432000 1073741824 1073778376 140733276786960 139731520162728 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12438/tid=12449] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12449/stat : 12449 (java) S 12435 12438 11396 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8837084 9856040960 12446 33554432000 1073741824 1073778376 140733276786960 139731507964136 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12438/tid=12450] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12450/stat : 12450 (java) S 12435 12438 11396 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8837085 9856040960 12446 33554432000 1073741824 1073778376 140733276786960 139731506910200 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12438/tid=12451] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12451/stat : 12451 (java) S 12435 12438 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8837085 9856040960 12446 33554432000 1073741824 1073778376 140733276786960 139731505857800 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12438/tid=12452] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12452/stat : 12452 (java) S 12435 12438 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837087 9856040960 12446 33554432000 1073741824 1073778376 140733276786960 139731504806288 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12438/tid=12453] ppid=12435 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/12438/task/12453/stat : 12453 (java) S 12435 12438 11396 0 -1 4202560 2401 0 0 0 39 0 0 0 20 0 19 0 8837087 9856040960 12446 33554432000 1073741824 1073778376 140733276786960 139731503753912 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12438/tid=12454] ppid=12435 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/12438/task/12454/stat : 12454 (java) S 12435 12438 11396 0 -1 4202560 3100 0 0 0 37 0 0 0 20 0 19 0 8837087 9856040960 12446 33554432000 1073741824 1073778376 140733276786960 139731502701112 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12438/tid=12455] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12455/stat : 12455 (java) S 12435 12438 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837087 9856040960 12446 33554432000 1073741824 1073778376 140733276786960 139731501649016 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12438/tid=12456] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12456/stat : 12456 (java) S 12435 12438 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837087 9856040960 12446 33554432000 1073741824 1073778376 140733276786960 139731500596424 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12438/tid=12457] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12457/stat : 12457 (java) S 12435 12438 11396 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8837115 9856040960 12446 33554432000 1073741824 1073778376 140733276786960 139731499443112 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 9625040

[startup+3.10085 s]
/proc/loadavg: 2.16 2.07 2.01 3/213 12457
/proc/meminfo: memFree=31474476/32872528 swapFree=496356/529060
[pid=12438] ppid=12435 vsize=9625040 CPUtime=4.07 cores=0,2,4,6
/proc/12438/stat : 12438 (java) S 12435 12438 11396 0 -1 4202496 9493 0 1 0 404 3 0 0 20 0 19 0 8837082 9856040960 14504 33554432000 1073741824 1073778376 140733276786960 140733276778096 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12438/statm: 2406260 14504 2276 9 0 2396937 0
[pid=12438/tid=12439] ppid=12435 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/12438/task/12439/stat : 12439 (java) R 12435 12438 11396 0 -1 4202560 2422 0 1 0 305 2 0 0 20 0 19 0 8837082 9856040960 14504 33554432000 1073741824 1073778376 140733276786960 139731751573912 139731610979328 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12438/tid=12441] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12441/stat : 12441 (java) S 12435 12438 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837083 9856040960 14504 33554432000 1073741824 1073778376 140733276786960 139731729676584 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12438/tid=12442] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12442/stat : 12442 (java) S 12435 12438 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837083 9856040960 14504 33554432000 1073741824 1073778376 140733276786960 139731526477992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12438/tid=12443] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12443/stat : 12443 (java) S 12435 12438 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837083 9856040960 14504 33554432000 1073741824 1073778376 140733276786960 139731525425704 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12438/tid=12444] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12444/stat : 12444 (java) S 12435 12438 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837083 9856040960 14504 33554432000 1073741824 1073778376 140733276786960 139731524372904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12438/tid=12445] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12445/stat : 12445 (java) S 12435 12438 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837083 9856040960 14504 33554432000 1073741824 1073778376 140733276786960 139731523320616 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12438/tid=12446] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12446/stat : 12446 (java) S 12435 12438 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837083 9856040960 14504 33554432000 1073741824 1073778376 140733276786960 139731522267816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12438/tid=12447] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12447/stat : 12447 (java) S 12435 12438 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837083 9856040960 14504 33554432000 1073741824 1073778376 140733276786960 139731521215528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12438/tid=12448] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12448/stat : 12448 (java) S 12435 12438 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8837083 9856040960 14504 33554432000 1073741824 1073778376 140733276786960 139731520162728 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12438/tid=12449] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12449/stat : 12449 (java) S 12435 12438 11396 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8837084 9856040960 14504 33554432000 1073741824 1073778376 140733276786960 139731507964136 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12438/tid=12450] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12450/stat : 12450 (java) S 12435 12438 11396 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8837085 9856040960 14504 33554432000 1073741824 1073778376 140733276786960 139731506910200 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12438/tid=12451] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12451/stat : 12451 (java) S 12435 12438 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8837085 9856040960 14504 33554432000 1073741824 1073778376 140733276786960 139731505857800 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12438/tid=12452] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12452/stat : 12452 (java) S 12435 12438 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837087 9856040960 14504 33554432000 1073741824 1073778376 140733276786960 139731504806288 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12438/tid=12453] ppid=12435 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/12438/task/12453/stat : 12453 (java) S 12435 12438 11396 0 -1 4202560 2637 0 0 0 48 0 0 0 20 0 19 0 8837087 9856040960 14504 33554432000 1073741824 1073778376 140733276786960 139731503753912 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12438/tid=12454] ppid=12435 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/12438/task/12454/stat : 12454 (java) S 12435 12438 11396 0 -1 4202560 3157 0 0 0 47 0 0 0 20 0 19 0 8837087 9856040960 14504 33554432000 1073741824 1073778376 140733276786960 139731502701112 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12438/tid=12455] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12455/stat : 12455 (java) S 12435 12438 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837087 9856040960 14504 33554432000 1073741824 1073778376 140733276786960 139731501649016 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12438/tid=12456] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12456/stat : 12456 (java) S 12435 12438 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837087 9856040960 14504 33554432000 1073741824 1073778376 140733276786960 139731500596424 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12438/tid=12457] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12457/stat : 12457 (java) S 12435 12438 11396 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8837115 9856040960 14504 33554432000 1073741824 1073778376 140733276786960 139731499443112 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.07
Current children cumulated vsize (KiB) 9625040

[startup+6.30085 s]
/proc/loadavg: 2.16 2.07 2.01 4/213 12457
/proc/meminfo: memFree=31405404/32872528 swapFree=496356/529060
[pid=12438] ppid=12435 vsize=9625040 CPUtime=8.12 cores=0,2,4,6
/proc/12438/stat : 12438 (java) S 12435 12438 11396 0 -1 4202496 18863 0 1 0 807 5 0 0 20 0 19 0 8837082 9856040960 26738 33554432000 1073741824 1073778376 140733276786960 140733276778096 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12438/statm: 2406260 26738 2277 9 0 2396937 0
[pid=12438/tid=12439] ppid=12435 vsize=9625040 CPUtime=6.27 cores=0,2,4,6
/proc/12438/task/12439/stat : 12439 (java) R 12435 12438 11396 0 -1 4202560 2442 0 1 0 624 3 0 0 20 0 19 0 8837082 9856040960 26738 33554432000 1073741824 1073778376 140733276786960 139731751576152 139731611027947 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12438/tid=12441] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12441/stat : 12441 (java) S 12435 12438 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837083 9856040960 26738 33554432000 1073741824 1073778376 140733276786960 139731729676584 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12438/tid=12442] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12442/stat : 12442 (java) S 12435 12438 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837083 9856040960 26738 33554432000 1073741824 1073778376 140733276786960 139731526477992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12438/tid=12443] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12443/stat : 12443 (java) S 12435 12438 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837083 9856040960 26738 33554432000 1073741824 1073778376 140733276786960 139731525425704 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12438/tid=12444] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12444/stat : 12444 (java) S 12435 12438 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837083 9856040960 26738 33554432000 1073741824 1073778376 140733276786960 139731524372904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12438/tid=12445] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12445/stat : 12445 (java) S 12435 12438 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837083 9856040960 26738 33554432000 1073741824 1073778376 140733276786960 139731523320616 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12438/tid=12446] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12446/stat : 12446 (java) S 12435 12438 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837083 9856040960 26738 33554432000 1073741824 1073778376 140733276786960 139731522267816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12438/tid=12447] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12447/stat : 12447 (java) S 12435 12438 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837083 9856040960 26738 33554432000 1073741824 1073778376 140733276786960 139731521215528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12438/tid=12448] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12448/stat : 12448 (java) S 12435 12438 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8837083 9856040960 26738 33554432000 1073741824 1073778376 140733276786960 139731520162728 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12438/tid=12449] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12449/stat : 12449 (java) S 12435 12438 11396 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8837084 9856040960 26738 33554432000 1073741824 1073778376 140733276786960 139731507964136 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12438/tid=12450] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12450/stat : 12450 (java) S 12435 12438 11396 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8837085 9856040960 26738 33554432000 1073741824 1073778376 140733276786960 139731506910200 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12438/tid=12451] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12451/stat : 12451 (java) S 12435 12438 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8837085 9856040960 26738 33554432000 1073741824 1073778376 140733276786960 139731505857800 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12438/tid=12452] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12452/stat : 12452 (java) S 12435 12438 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837087 9856040960 26738 33554432000 1073741824 1073778376 140733276786960 139731504806288 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12438/tid=12453] ppid=12435 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/12438/task/12453/stat : 12453 (java) S 12435 12438 11396 0 -1 4202560 2657 0 0 0 55 0 0 0 20 0 19 0 8837087 9856040960 26738 33554432000 1073741824 1073778376 140733276786960 139731503753912 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12438/tid=12454] ppid=12435 vsize=9625040 CPUtime=1.25 cores=0,2,4,6

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

[pid=12438/tid=12443] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12443/stat : 12443 (java) S 12435 12438 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837083 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731525425704 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12438/tid=12444] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12444/stat : 12444 (java) S 12435 12438 11396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8837083 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731524372904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12438/tid=12445] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12445/stat : 12445 (java) S 12435 12438 11396 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8837083 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731523320616 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12438/tid=12446] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12446/stat : 12446 (java) S 12435 12438 11396 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8837083 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731522267816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12438/tid=12447] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12447/stat : 12447 (java) S 12435 12438 11396 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8837083 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731521215528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12438/tid=12448] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12448/stat : 12448 (java) S 12435 12438 11396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8837083 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731520162728 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12438/tid=12449] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12449/stat : 12449 (java) S 12435 12438 11396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 8837084 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731507964136 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12438/tid=12450] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12450/stat : 12450 (java) S 12435 12438 11396 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8837085 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731506910200 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12438/tid=12451] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12451/stat : 12451 (java) S 12435 12438 11396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8837085 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731505857800 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12438/tid=12452] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12452/stat : 12452 (java) S 12435 12438 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837087 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731504806288 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12438/tid=12453] ppid=12435 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/12438/task/12453/stat : 12453 (java) S 12435 12438 11396 0 -1 4202560 2661 0 0 0 64 0 0 0 20 0 19 0 8837087 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731503753912 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12438/tid=12454] ppid=12435 vsize=9625040 CPUtime=1.27 cores=0,2,4,6
/proc/12438/task/12454/stat : 12454 (java) S 12435 12438 11396 0 -1 4202560 12487 0 0 0 125 2 0 0 20 0 19 0 8837087 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731502701112 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12438/tid=12455] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12455/stat : 12455 (java) S 12435 12438 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837087 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731501649016 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12438/tid=12456] ppid=12435 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/12438/task/12456/stat : 12456 (java) S 12435 12438 11396 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 8837087 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731500596424 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12438/tid=12457] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12457/stat : 12457 (java) S 12435 12438 11396 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8837115 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731499443112 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 145.16
Current children cumulated vsize (KiB) 9625040

[startup+144.001 s]
/proc/loadavg: 2.15 2.13 2.03 3/213 13888
/proc/meminfo: memFree=31213680/32872528 swapFree=496356/529060
[pid=12438] ppid=12435 vsize=9625040 CPUtime=145.96 cores=0,2,4,6
/proc/12438/stat : 12438 (java) S 12435 12438 11396 0 -1 4202496 18975 0 1 0 14587 9 0 0 20 0 19 0 8837082 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 140733276778096 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12438/statm: 2406260 48390 2291 9 0 2396937 0
[pid=12438/tid=12439] ppid=12435 vsize=9625040 CPUtime=143.96 cores=0,2,4,6
/proc/12438/task/12439/stat : 12439 (java) R 12435 12438 11396 0 -1 4202560 2485 0 1 0 14390 6 0 0 20 0 19 0 8837082 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731751567088 139731611003725 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12438/tid=12441] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12441/stat : 12441 (java) S 12435 12438 11396 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 8837083 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731729676584 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12438/tid=12442] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12442/stat : 12442 (java) S 12435 12438 11396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8837083 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731526477992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12438/tid=12443] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12443/stat : 12443 (java) S 12435 12438 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837083 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731525425704 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12438/tid=12444] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12444/stat : 12444 (java) S 12435 12438 11396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8837083 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731524372904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12438/tid=12445] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12445/stat : 12445 (java) S 12435 12438 11396 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8837083 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731523320616 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12438/tid=12446] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12446/stat : 12446 (java) S 12435 12438 11396 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8837083 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731522267816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12438/tid=12447] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12447/stat : 12447 (java) S 12435 12438 11396 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8837083 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731521215528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12438/tid=12448] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12448/stat : 12448 (java) S 12435 12438 11396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8837083 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731520162728 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12438/tid=12449] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12449/stat : 12449 (java) S 12435 12438 11396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 8837084 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731507964136 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12438/tid=12450] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12450/stat : 12450 (java) S 12435 12438 11396 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8837085 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731506910200 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12438/tid=12451] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12451/stat : 12451 (java) S 12435 12438 11396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8837085 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731505857800 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12438/tid=12452] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12452/stat : 12452 (java) S 12435 12438 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837087 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731504806288 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12438/tid=12453] ppid=12435 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/12438/task/12453/stat : 12453 (java) S 12435 12438 11396 0 -1 4202560 2661 0 0 0 64 0 0 0 20 0 19 0 8837087 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731503753912 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12438/tid=12454] ppid=12435 vsize=9625040 CPUtime=1.27 cores=0,2,4,6
/proc/12438/task/12454/stat : 12454 (java) S 12435 12438 11396 0 -1 4202560 12487 0 0 0 125 2 0 0 20 0 19 0 8837087 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731502701112 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12438/tid=12455] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12455/stat : 12455 (java) S 12435 12438 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837087 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731501649016 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12438/tid=12456] ppid=12435 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/12438/task/12456/stat : 12456 (java) S 12435 12438 11396 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 8837087 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731500596424 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12438/tid=12457] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12457/stat : 12457 (java) S 12435 12438 11396 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8837115 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731499443112 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 145.96
Current children cumulated vsize (KiB) 9625040

[startup+144.208 s]
/proc/loadavg: 2.15 2.13 2.03 3/213 13888
/proc/meminfo: memFree=31213192/32872528 swapFree=496356/529060
[pid=12438] ppid=12435 vsize=9625040 CPUtime=146.16 cores=0,2,4,6
/proc/12438/stat : 12438 (java) S 12435 12438 11396 0 -1 4202496 18975 0 1 0 14607 9 0 0 20 0 19 0 8837082 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 140733276778096 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12438/statm: 2406260 48390 2291 9 0 2396937 0
[pid=12438/tid=12439] ppid=12435 vsize=9625040 CPUtime=144.17 cores=0,2,4,6
/proc/12438/task/12439/stat : 12439 (java) R 12435 12438 11396 0 -1 4202560 2485 0 1 0 14411 6 0 0 20 0 19 0 8837082 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731751567088 139731611005280 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12438/tid=12441] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12441/stat : 12441 (java) S 12435 12438 11396 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 8837083 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731729676584 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12438/tid=12442] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12442/stat : 12442 (java) S 12435 12438 11396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8837083 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731526477992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12438/tid=12443] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12443/stat : 12443 (java) S 12435 12438 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837083 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731525425704 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12438/tid=12444] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12444/stat : 12444 (java) S 12435 12438 11396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8837083 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731524372904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12438/tid=12445] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12445/stat : 12445 (java) S 12435 12438 11396 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8837083 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731523320616 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12438/tid=12446] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12446/stat : 12446 (java) S 12435 12438 11396 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8837083 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731522267816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12438/tid=12447] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12447/stat : 12447 (java) S 12435 12438 11396 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8837083 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731521215528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12438/tid=12448] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12448/stat : 12448 (java) S 12435 12438 11396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8837083 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731520162728 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12438/tid=12449] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12449/stat : 12449 (java) S 12435 12438 11396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 8837084 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731507964136 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12438/tid=12450] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12450/stat : 12450 (java) S 12435 12438 11396 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8837085 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731506910200 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12438/tid=12451] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12451/stat : 12451 (java) S 12435 12438 11396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8837085 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731505857800 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12438/tid=12452] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12452/stat : 12452 (java) S 12435 12438 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837087 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731504806288 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12438/tid=12453] ppid=12435 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/12438/task/12453/stat : 12453 (java) S 12435 12438 11396 0 -1 4202560 2661 0 0 0 64 0 0 0 20 0 19 0 8837087 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731503753912 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12438/tid=12454] ppid=12435 vsize=9625040 CPUtime=1.27 cores=0,2,4,6
/proc/12438/task/12454/stat : 12454 (java) S 12435 12438 11396 0 -1 4202560 12487 0 0 0 125 2 0 0 20 0 19 0 8837087 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731502701112 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12438/tid=12455] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12455/stat : 12455 (java) S 12435 12438 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837087 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731501649016 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12438/tid=12456] ppid=12435 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/12438/task/12456/stat : 12456 (java) S 12435 12438 11396 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 8837087 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731500596424 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12438/tid=12457] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12457/stat : 12457 (java) S 12435 12438 11396 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8837115 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731499443112 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 146.16
Current children cumulated vsize (KiB) 9625040

[startup+144.301 s]
/proc/loadavg: 2.15 2.13 2.03 3/213 13888
/proc/meminfo: memFree=31213192/32872528 swapFree=496356/529060
[pid=12438] ppid=12435 vsize=9625040 CPUtime=146.26 cores=0,2,4,6
/proc/12438/stat : 12438 (java) S 12435 12438 11396 0 -1 4202496 18977 0 1 0 14617 9 0 0 20 0 19 0 8837082 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 140733276778096 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12438/statm: 2406260 48390 2291 9 0 2396937 0
[pid=12438/tid=12439] ppid=12435 vsize=9625040 CPUtime=144.26 cores=0,2,4,6
/proc/12438/task/12439/stat : 12439 (java) R 12435 12438 11396 0 -1 4202560 2485 0 1 0 14420 6 0 0 20 0 19 0 8837082 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731751567088 139731610638186 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12438/tid=12441] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12441/stat : 12441 (java) S 12435 12438 11396 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 8837083 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731729676584 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12438/tid=12442] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12442/stat : 12442 (java) S 12435 12438 11396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8837083 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731526477992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12438/tid=12443] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12443/stat : 12443 (java) S 12435 12438 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837083 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731525425704 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12438/tid=12444] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12444/stat : 12444 (java) S 12435 12438 11396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8837083 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731524372904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12438/tid=12445] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12445/stat : 12445 (java) S 12435 12438 11396 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8837083 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731523320616 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12438/tid=12446] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12446/stat : 12446 (java) S 12435 12438 11396 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8837083 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731522267816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12438/tid=12447] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12447/stat : 12447 (java) S 12435 12438 11396 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8837083 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731521215528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12438/tid=12448] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12448/stat : 12448 (java) S 12435 12438 11396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8837083 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731520162728 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12438/tid=12449] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12449/stat : 12449 (java) S 12435 12438 11396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 8837084 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731507964136 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12438/tid=12450] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12450/stat : 12450 (java) S 12435 12438 11396 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8837085 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731506910200 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12438/tid=12451] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12451/stat : 12451 (java) S 12435 12438 11396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8837085 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731505857800 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12438/tid=12452] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12452/stat : 12452 (java) S 12435 12438 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837087 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731504806288 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12438/tid=12453] ppid=12435 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/12438/task/12453/stat : 12453 (java) S 12435 12438 11396 0 -1 4202560 2663 0 0 0 64 0 0 0 20 0 19 0 8837087 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731503753912 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12438/tid=12454] ppid=12435 vsize=9625040 CPUtime=1.27 cores=0,2,4,6
/proc/12438/task/12454/stat : 12454 (java) S 12435 12438 11396 0 -1 4202560 12487 0 0 0 125 2 0 0 20 0 19 0 8837087 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731502701112 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12438/tid=12455] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12455/stat : 12455 (java) S 12435 12438 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837087 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731501649016 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12438/tid=12456] ppid=12435 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/12438/task/12456/stat : 12456 (java) S 12435 12438 11396 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 8837087 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731500596424 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12438/tid=12457] ppid=12435 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12438/task/12457/stat : 12457 (java) S 12435 12438 11396 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8837115 9856040960 48390 33554432000 1073741824 1073778376 140733276786960 139731499443112 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 146.26
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 144.311
CPU time (s): 146.312
CPU user time (s): 146.169
CPU system time (s): 0.142978
CPU usage (%): 101.386
Max. virtual memory (cumulated for all children) (KiB): 9626652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 146.169
system time used= 0.142978
maximum resident set size= 193612
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18995
page faults= 1
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3405
involuntary context switches= 201

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.815875 second user time and 0.91986 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-16 11:05:17
IDJOB=4090901
IDBENCH=79269
IDSOLVER=2551
FILE ID=node141/4090901-1466067916
RUNJOBID= node141-1466062104-11412
PBS_JOBID= 19903999
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900670234--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090901-1466067916/watcher-4090901-1466067916 -o /tmp/evaluation-result-4090901-1466067916/solver-4090901-1466067916 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466062104-11412 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090901-1466067916.wbo

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

MD5SUM BENCH= 68083219a398085883a8cf7e46688b9f
RANDOM SEED=1838979117

node141.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.547
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.09
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.547
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.547
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.547
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.547
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.56
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.547
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.547
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.547
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31534004 kB
Buffers:            8724 kB
Cached:            40344 kB
SwapCached:         2888 kB
Active:            78012 kB
Inactive:          27224 kB
Active(anon):      55980 kB
Inactive(anon):     2156 kB
Active(file):      22032 kB
Inactive(file):    25068 kB
Unevictable:      529060 kB
Mlocked:          496356 kB
SwapTotal:      67108856 kB
SwapFree:       67098988 kB
Dirty:              1632 kB
Writeback:             4 kB
AnonPages:        588884 kB
Mapped:            15252 kB
Shmem:                 0 kB
Slab:             565924 kB
SReclaimable:       9084 kB
SUnreclaim:       556840 kB
KernelStack:        1608 kB
PageTables:         5620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1221576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     65536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71748 MiB
End job on node141 at 2016-06-16 11:07:41