Trace number 4110320

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 19.0911 17.56

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111212272--soft-0-100-0.wbo
MD5SUM833ed0c2692f571257dcfcd637053de2
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark7.47586
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 1210
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4110320-1466343874.wbo
0.10/0.11	c reading problem ... 
0.10/0.17	c ... done. Wall clock time 0.057s.
0.10/0.17	c declared #vars     169
0.10/0.17	c internal #vars     270
0.10/0.17	c #constraints  101
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.10/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.10/0.17	c 101 constraints processed.
0.10/0.17	c objective function length is 101 literals
0.26/0.28	c SATISFIABLE
0.26/0.28	c OPTIMIZING...
0.26/0.28	c Got one! Elapsed wall clock time (in seconds):0.173
0.26/0.28	o 513
0.26/0.29	c Got one! Elapsed wall clock time (in seconds):0.181
0.26/0.29	o 491
0.52/0.31	c Got one! Elapsed wall clock time (in seconds):0.197
0.52/0.31	o 484
0.52/0.31	c Got one! Elapsed wall clock time (in seconds):0.203
0.52/0.31	o 474
0.52/0.32	c Got one! Elapsed wall clock time (in seconds):0.213
0.52/0.32	o 472
0.52/0.33	c Got one! Elapsed wall clock time (in seconds):0.222
0.52/0.33	o 463
0.52/0.34	c Got one! Elapsed wall clock time (in seconds):0.226
0.52/0.34	o 460
0.52/0.34	c Got one! Elapsed wall clock time (in seconds):0.23
0.52/0.34	o 373
0.52/0.35	c Got one! Elapsed wall clock time (in seconds):0.243
0.52/0.35	o 371
0.91/0.65	c cleaning 3403 clauses out of 6821 with flag 23031/6821
1.42/1.01	c cleaning 4708 clauses out of 9418 with flag 58398/12821
1.82/1.42	c cleaning 5847 clauses out of 11710 with flag 96554/19821
2.33/1.92	c cleaning 6931 clauses out of 13865 with flag 140382/27823
2.75/2.31	c Got one! Elapsed wall clock time (in seconds):2.203
2.75/2.31	o 370
2.75/2.32	c Got one! Elapsed wall clock time (in seconds):2.206
2.75/2.32	o 351
2.75/2.33	c Got one! Elapsed wall clock time (in seconds):2.222
2.75/2.33	o 347
2.75/2.34	c Got one! Elapsed wall clock time (in seconds):2.236
2.75/2.34	o 338
2.95/2.51	c Got one! Elapsed wall clock time (in seconds):2.402
2.95/2.51	o 337
3.05/2.63	c Got one! Elapsed wall clock time (in seconds):2.52
3.05/2.63	o 330
3.05/2.64	c Got one! Elapsed wall clock time (in seconds):2.527
3.05/2.64	o 315
3.15/2.77	c cleaning 10269 clauses out of 20544 with flag 7900/41433
3.25/2.86	c Got one! Elapsed wall clock time (in seconds):2.751
3.25/2.86	o 310
3.25/2.87	c Got one! Elapsed wall clock time (in seconds):2.759
3.25/2.87	o 309
3.36/2.97	c Got one! Elapsed wall clock time (in seconds):2.863
3.36/2.97	o 303
3.46/3.01	c Got one! Elapsed wall clock time (in seconds):2.896
3.46/3.01	o 296
3.56/3.19	c cleaning 8897 clauses out of 17807 with flag 11469/48965
3.66/3.25	c Got one! Elapsed wall clock time (in seconds):3.137
3.66/3.25	o 292
3.66/3.25	c Got one! Elapsed wall clock time (in seconds):3.143
3.66/3.25	o 288
3.77/3.35	c Got one! Elapsed wall clock time (in seconds):3.239
3.77/3.35	o 282
3.87/3.45	c Got one! Elapsed wall clock time (in seconds):3.343
3.87/3.45	o 278
3.96/3.56	c Got one! Elapsed wall clock time (in seconds):3.451
3.96/3.56	o 271
4.10/3.63	c Got one! Elapsed wall clock time (in seconds):3.518
4.10/3.63	o 266
4.20/3.70	c cleaning 9000 clauses out of 18001 with flag 3903/58056
4.50/4.02	c cleaning 7501 clauses out of 15003 with flag 30932/64058
4.50/4.09	c Got one! Elapsed wall clock time (in seconds):3.976
4.50/4.09	o 264
4.60/4.19	c Got one! Elapsed wall clock time (in seconds):4.077
4.60/4.19	o 235
4.80/4.36	c cleaning 6888 clauses out of 13797 with flag 13457/70353
5.00/4.57	c Got one! Elapsed wall clock time (in seconds):4.458
5.00/4.57	o 227
5.10/4.63	c cleaning 5947 clauses out of 11909 with flag 4539/75353
5.10/4.63	c Got one! Elapsed wall clock time (in seconds):4.521
5.10/4.63	o 202
5.30/4.81	c Got one! Elapsed wall clock time (in seconds):4.699
5.30/4.81	o 199
5.30/4.88	c Got one! Elapsed wall clock time (in seconds):4.775
5.30/4.88	o 191
5.40/4.91	c Got one! Elapsed wall clock time (in seconds):4.796
5.40/4.91	o 183
5.40/4.97	c cleaning 6182 clauses out of 12374 with flag 4178/81765
5.50/5.00	c Got one! Elapsed wall clock time (in seconds):4.895
5.50/5.00	o 168
5.50/5.06	c Got one! Elapsed wall clock time (in seconds):4.951
5.50/5.06	o 161
5.70/5.12	c Got one! Elapsed wall clock time (in seconds):5.009
5.70/5.12	o 160
5.83/5.24	c Got one! Elapsed wall clock time (in seconds):5.131
5.83/5.24	o 153
5.83/5.29	c Got one! Elapsed wall clock time (in seconds):5.182
5.83/5.29	o 149
5.94/5.35	c cleaning 6731 clauses out of 13471 with flag 3779/89044
6.09/5.41	c Got one! Elapsed wall clock time (in seconds):5.303
6.09/5.41	o 141
6.19/5.52	c Got one! Elapsed wall clock time (in seconds):5.413
6.19/5.52	o 134
6.19/5.57	c Got one! Elapsed wall clock time (in seconds):5.462
6.19/5.57	o 112
6.19/5.60	c Got one! Elapsed wall clock time (in seconds):5.494
6.19/5.60	o 102
6.31/5.62	c Got one! Elapsed wall clock time (in seconds):5.513
6.31/5.62	o 98
6.31/5.68	c Got one! Elapsed wall clock time (in seconds):5.574
6.31/5.68	o 92
6.41/5.70	c Got one! Elapsed wall clock time (in seconds):5.594
6.41/5.70	o 90
6.41/5.79	c cleaning 7057 clauses out of 14122 with flag 5440/96426
6.73/5.91	c Got one! Elapsed wall clock time (in seconds):5.804
6.73/5.91	o 82
6.73/5.92	c Got one! Elapsed wall clock time (in seconds):5.81
6.73/5.92	o 80
6.73/5.93	c Got one! Elapsed wall clock time (in seconds):5.823
6.73/5.93	o 72
7.11/6.13	c cleaning 6448 clauses out of 12897 with flag 13812/102258
7.74/6.44	c cleaning 6214 clauses out of 12447 with flag 42788/108256
8.11/6.78	c cleaning 6614 clauses out of 13233 with flag 74554/115256
8.20/6.80	c Got one! Elapsed wall clock time (in seconds):6.691
8.20/6.80	o 71
8.42/7.03	c cleaning 6010 clauses out of 12029 with flag 21674/120666
8.72/7.32	c cleaning 6005 clauses out of 12015 with flag 52542/126662
8.72/7.35	c Got one! Elapsed wall clock time (in seconds):7.245
8.72/7.35	o 69
8.92/7.53	c cleaning 5513 clauses out of 11042 with flag 15801/131694
9.13/7.80	c cleaning 5765 clauses out of 11530 with flag 42361/137695
9.52/8.13	c cleaning 6379 clauses out of 12765 with flag 79450/144695
9.92/8.52	c cleaning 7189 clauses out of 14384 with flag 121909/152693
10.33/8.99	c cleaning 8095 clauses out of 16197 with flag 168062/161695
10.92/9.54	c cleaning 9049 clauses out of 18100 with flag 219580/171693
11.62/10.22	c cleaning 10017 clauses out of 20053 with flag 284060/182695
11.72/10.30	c Got one! Elapsed wall clock time (in seconds):10.194
11.72/10.30	o 62
11.92/10.52	c cleaning 7972 clauses out of 15958 with flag 16806/188617
12.22/10.80	c cleaning 6990 clauses out of 13988 with flag 41198/194619
12.53/11.10	c cleaning 6994 clauses out of 13996 with flag 72754/201617
12.82/11.49	c cleaning 7500 clauses out of 15003 with flag 114228/209618
12.97/11.50	c Got one! Elapsed wall clock time (in seconds):11.388
12.97/11.50	o 58
12.97/11.53	c Got one! Elapsed wall clock time (in seconds):11.416
12.97/11.53	o 51
12.97/11.58	c Got one! Elapsed wall clock time (in seconds):11.47
12.97/11.58	o 37
13.07/11.64	c Got one! Elapsed wall clock time (in seconds):11.528
13.07/11.64	o 34
13.17/11.76	c cleaning 7206 clauses out of 14419 with flag 9645/216534
13.37/11.99	c cleaning 6594 clauses out of 13212 with flag 29166/222534
13.68/12.28	c cleaning 6792 clauses out of 13619 with flag 52120/229535
13.77/12.31	c Got one! Elapsed wall clock time (in seconds):12.199
13.77/12.31	o 31
13.77/12.37	c Got one! Elapsed wall clock time (in seconds):12.257
13.77/12.37	o 24
13.98/12.53	c cleaning 6544 clauses out of 13090 with flag 14604/235798
14.18/12.75	c cleaning 6264 clauses out of 12544 with flag 36202/241796
14.18/12.77	c Got one! Elapsed wall clock time (in seconds):12.658
14.18/12.77	o 23
14.38/12.96	c cleaning 5855 clauses out of 11723 with flag 20234/247239
14.58/13.19	c cleaning 5928 clauses out of 11866 with flag 44205/253237
14.88/13.48	c cleaning 6467 clauses out of 12938 with flag 74160/260237
15.28/13.82	c cleaning 7232 clauses out of 14472 with flag 109717/268239
15.68/14.25	c cleaning 8117 clauses out of 16239 with flag 152060/277238
16.18/14.75	c cleaning 9057 clauses out of 18121 with flag 202205/287238
16.68/15.29	c cleaning 10027 clauses out of 20063 with flag 251027/298237
17.41/15.94	c cleaning 11016 clauses out of 22035 with flag 306946/310237
17.51/16.04	c Got one! Elapsed wall clock time (in seconds):15.929
17.51/16.04	o 7
17.72/16.21	c cleaning 8214 clauses out of 16438 with flag 16013/315658
17.92/16.46	c cleaning 7102 clauses out of 14219 with flag 44475/321654
18.22/16.76	c cleaning 7057 clauses out of 14116 with flag 79089/328656
18.42/16.94	c Got one! Elapsed wall clock time (in seconds):16.827
18.42/16.94	o 5
18.42/16.99	c cleaning 6288 clauses out of 12577 with flag 4896/334177
18.77/17.23	c cleaning 6139 clauses out of 12284 with flag 32628/340176
19.07/17.52	c cleaning 6557 clauses out of 13129 with flag 63403/347175
19.07/17.55	c starts		: 187
19.07/17.55	c conflicts		: 348056
19.07/17.55	c decisions		: 586269
19.07/17.55	c propagations		: 11726244
19.07/17.55	c inspects		: 174013473
19.07/17.55	c shortcuts		: 0
19.07/17.55	c learnt literals	: 40
19.07/17.55	c learnt binary clauses	: 54
19.07/17.55	c learnt ternary clauses	: 911
19.07/17.55	c learnt constraints	: 348015
19.07/17.55	c ignored constraints	: 0
19.07/17.55	c root simplifications	: 0
19.07/17.55	c removed literals (reason simplification)	: 0
19.07/17.55	c reason swapping (by a shorter reason)	: 0
19.07/17.55	c Calls to reduceDB	: 48
19.07/17.55	c Number of update (reduction) of LBD	: 109235
19.07/17.55	c Imported unit clauses	: 0
19.07/17.55	c number of reductions to clauses (during analyze)	: 0
19.07/17.55	c number of learned constraints concerned by reduction	: 0
19.07/17.55	c number of learning phase by resolution	: 0
19.07/17.55	c number of learning phase by cutting planes	: 0
19.07/17.55	c speed (assignments/second)	: 674658.7653184512
19.07/17.55	c non guided choices	2946
19.07/17.55	c learnt constraints type 
19.07/17.55	s OPTIMUM FOUND
19.07/17.55	c Found 60 solution(s)
19.07/17.55	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 
19.07/17.55	c objective function=5
19.07/17.55	c Total wall clock time (in seconds): 17.443

Verifier Data

OK	5

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-4110320-1466343874/watcher-4110320-1466343874 -o /tmp/evaluation-result-4110320-1466343874/solver-4110320-1466343874 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466341821-12126 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4110320-1466343874.wbo 

pid=13387
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.21 2.26 2.02 4/194 13390
/proc/meminfo: memFree=29269284/32872528 swapFree=1556504/1720024
[pid=13390] ppid=13387 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/13390/stat : 13390 (java) S 13387 13390 12110 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 36436039 98570240 977 33554432000 1073741824 1073778376 140735208578736 140735208569872 270333411389 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13390/statm: 24065 977 743 9 0 16771 0
[pid=13390/tid=13391] ppid=13387 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13391/stat : 13391 (java) R 13387 13390 12110 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 36436039 98570240 977 33554432000 1073741824 1073778376 140735208578736 139774701764136 270330054016 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100111 s]
/proc/loadavg: 2.21 2.26 2.02 4/194 13390
/proc/meminfo: memFree=29269284/32872528 swapFree=1556504/1720024
[pid=13390] ppid=13387 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/13390/stat : 13390 (java) S 13387 13390 12110 0 -1 4202496 4409 0 1 0 9 1 0 0 20 0 18 0 36436039 9787879424 6040 33554432000 1073741824 1073778376 140735208578736 140735208569872 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13390/statm: 2389619 6040 2125 9 0 2380296 0
[pid=13390/tid=13391] ppid=13387 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/13390/task/13391/stat : 13391 (java) R 13387 13390 12110 0 -1 4202560 2379 0 1 0 7 0 0 0 20 0 18 0 36436039 9787879424 6040 33554432000 1073741824 1073778376 140735208578736 139774701767584 139774560154925 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200329 s]
/proc/loadavg: 2.21 2.26 2.02 4/194 13390
/proc/meminfo: memFree=29269284/32872528 swapFree=1556504/1720024
[pid=13390] ppid=13387 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/13390/stat : 13390 (java) S 13387 13390 12110 0 -1 4202496 5739 0 1 0 25 1 0 0 20 0 19 0 36436039 9856040960 7567 33554432000 1073741824 1073778376 140735208578736 140735208569872 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13390/statm: 2406260 7568 2226 9 0 2396937 0
[pid=13390/tid=13391] ppid=13387 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/13390/task/13391/stat : 13391 (java) R 13387 13390 12110 0 -1 4202560 2407 0 1 0 17 0 0 0 20 0 19 0 36436039 9856040960 7569 33554432000 1073741824 1073778376 140735208578736 139774701769344 139774560067148 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9625040

[startup+0.300321 s]
/proc/loadavg: 2.21 2.26 2.02 4/194 13390
/proc/meminfo: memFree=29269284/32872528 swapFree=1556504/1720024
[pid=13390] ppid=13387 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/13390/stat : 13390 (java) S 13387 13390 12110 0 -1 4202496 6838 0 1 0 50 2 0 0 20 0 19 0 36436039 9856040960 8502 33554432000 1073741824 1073778376 140735208578736 140735208569872 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13390/statm: 2406260 8502 2243 9 0 2396937 0
[pid=13390/tid=13391] ppid=13387 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/13390/task/13391/stat : 13391 (java) R 13387 13390 12110 0 -1 4202560 2409 0 1 0 26 1 0 0 20 0 19 0 36436039 9856040960 8502 33554432000 1073741824 1073778376 140735208578736 139774701769344 139774560537653 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625040

[startup+0.700242 s]
/proc/loadavg: 2.21 2.26 2.02 4/194 13390
/proc/meminfo: memFree=29269284/32872528 swapFree=1556504/1720024
[pid=13390] ppid=13387 vsize=9625040 CPUtime=1.04 cores=0,2,4,6
/proc/13390/stat : 13390 (java) S 13387 13390 12110 0 -1 4202496 7898 0 1 0 102 2 0 0 20 0 19 0 36436039 9856040960 9269 33554432000 1073741824 1073778376 140735208578736 140735208569872 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13390/statm: 2406260 9269 2257 9 0 2396937 0
[pid=13390/tid=13391] ppid=13387 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/13390/task/13391/stat : 13391 (java) R 13387 13390 12110 0 -1 4202560 2410 0 1 0 66 1 0 0 20 0 19 0 36436039 9856040960 9269 33554432000 1073741824 1073778376 140735208578736 139774701760816 139774560500968 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.21 2.26 2.02 4/213 13409
/proc/meminfo: memFree=29237596/32872528 swapFree=1556504/1720024
[pid=13390] ppid=13387 vsize=9625040 CPUtime=1.93 cores=0,2,4,6
/proc/13390/stat : 13390 (java) S 13387 13390 12110 0 -1 4202496 8605 0 1 0 191 2 0 0 20 0 19 0 36436039 9856040960 10508 33554432000 1073741824 1073778376 140735208578736 140735208569872 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13390/statm: 2406260 10508 2260 9 0 2396937 0
[pid=13390/tid=13391] ppid=13387 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/13390/task/13391/stat : 13391 (java) R 13387 13390 12110 0 -1 4202560 2413 0 1 0 146 1 0 0 20 0 19 0 36436039 9856040960 10508 33554432000 1073741824 1073778376 140735208578736 139774701769112 139774560537607 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13390/tid=13393] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13393/stat : 13393 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436040 9856040960 10508 33554432000 1073741824 1073778376 140735208578736 139774679869736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13390/tid=13394] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13394/stat : 13394 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436040 9856040960 10508 33554432000 1073741824 1073778376 140735208578736 139774678816936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13390/tid=13395] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13395/stat : 13395 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436040 9856040960 10508 33554432000 1073741824 1073778376 140735208578736 139774476151336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13390/tid=13396] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13396/stat : 13396 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436040 9856040960 10508 33554432000 1073741824 1073778376 140735208578736 139774475098536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13390/tid=13397] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13397/stat : 13397 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436040 9856040960 10508 33554432000 1073741824 1073778376 140735208578736 139774474046248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13390/tid=13398] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13398/stat : 13398 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436040 9856040960 10508 33554432000 1073741824 1073778376 140735208578736 139774472993448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13390/tid=13399] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13399/stat : 13399 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436040 9856040960 10508 33554432000 1073741824 1073778376 140735208578736 139774471941160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13390/tid=13400] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13400/stat : 13400 (java) S 13387 13390 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36436040 9856040960 10508 33554432000 1073741824 1073778376 140735208578736 139774470888360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13390/tid=13401] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13401/stat : 13401 (java) S 13387 13390 12110 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36436041 9856040960 10508 33554432000 1073741824 1073778376 140735208578736 139774458689768 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13390/tid=13402] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13402/stat : 13402 (java) S 13387 13390 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36436042 9856040960 10508 33554432000 1073741824 1073778376 140735208578736 139774457635832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13390/tid=13403] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13403/stat : 13403 (java) S 13387 13390 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36436042 9856040960 10508 33554432000 1073741824 1073778376 140735208578736 139774456583432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13390/tid=13404] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13404/stat : 13404 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436044 9856040960 10508 33554432000 1073741824 1073778376 140735208578736 139774455531920 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13390/tid=13405] ppid=13387 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/13390/task/13405/stat : 13405 (java) S 13387 13390 12110 0 -1 4202560 1222 0 0 0 15 0 0 0 20 0 19 0 36436044 9856040960 10508 33554432000 1073741824 1073778376 140735208578736 139774454479544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13390/tid=13406] ppid=13387 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/13390/task/13406/stat : 13406 (java) S 13387 13390 12110 0 -1 4202560 3699 0 0 0 26 0 0 0 20 0 19 0 36436044 9856040960 10508 33554432000 1073741824 1073778376 140735208578736 139774453426744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13390/tid=13407] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13407/stat : 13407 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436044 9856040960 10508 33554432000 1073741824 1073778376 140735208578736 139774452374648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13390/tid=13408] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13408/stat : 13408 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436044 9856040960 10508 33554432000 1073741824 1073778376 140735208578736 139774451322056 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13390/tid=13409] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13409/stat : 13409 (java) S 13387 13390 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36436056 9856040960 10508 33554432000 1073741824 1073778376 140735208578736 139774450267048 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 2.21 2.26 2.02 4/213 13409
/proc/meminfo: memFree=29230860/32872528 swapFree=1556504/1720024
[pid=13390] ppid=13387 vsize=9625040 CPUtime=3.56 cores=0,2,4,6
/proc/13390/stat : 13390 (java) S 13387 13390 12110 0 -1 4202496 8660 0 1 0 354 2 0 0 20 0 19 0 36436039 9856040960 12561 33554432000 1073741824 1073778376 140735208578736 140735208569872 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13390/statm: 2406260 12561 2261 9 0 2396937 0
[pid=13390/tid=13391] ppid=13387 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/13390/task/13391/stat : 13391 (java) R 13387 13390 12110 0 -1 4202560 2418 0 1 0 306 1 0 0 20 0 19 0 36436039 9856040960 12561 33554432000 1073741824 1073778376 140735208578736 139774701769160 139774560534597 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13390/tid=13393] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13393/stat : 13393 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436040 9856040960 12561 33554432000 1073741824 1073778376 140735208578736 139774679869736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13390/tid=13394] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13394/stat : 13394 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436040 9856040960 12561 33554432000 1073741824 1073778376 140735208578736 139774678816936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13390/tid=13395] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13395/stat : 13395 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436040 9856040960 12561 33554432000 1073741824 1073778376 140735208578736 139774476151336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13390/tid=13396] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13396/stat : 13396 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436040 9856040960 12561 33554432000 1073741824 1073778376 140735208578736 139774475098536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13390/tid=13397] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13397/stat : 13397 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436040 9856040960 12561 33554432000 1073741824 1073778376 140735208578736 139774474046248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13390/tid=13398] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13398/stat : 13398 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436040 9856040960 12561 33554432000 1073741824 1073778376 140735208578736 139774472993448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13390/tid=13399] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13399/stat : 13399 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436040 9856040960 12561 33554432000 1073741824 1073778376 140735208578736 139774471941160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13390/tid=13400] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13400/stat : 13400 (java) S 13387 13390 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36436040 9856040960 12561 33554432000 1073741824 1073778376 140735208578736 139774470888360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13390/tid=13401] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13401/stat : 13401 (java) S 13387 13390 12110 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36436041 9856040960 12561 33554432000 1073741824 1073778376 140735208578736 139774458689768 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13390/tid=13402] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13402/stat : 13402 (java) S 13387 13390 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36436042 9856040960 12561 33554432000 1073741824 1073778376 140735208578736 139774457635832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13390/tid=13403] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13403/stat : 13403 (java) S 13387 13390 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36436042 9856040960 12561 33554432000 1073741824 1073778376 140735208578736 139774456583432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13390/tid=13404] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13404/stat : 13404 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436044 9856040960 12561 33554432000 1073741824 1073778376 140735208578736 139774455531920 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13390/tid=13405] ppid=13387 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/13390/task/13405/stat : 13405 (java) S 13387 13390 12110 0 -1 4202560 1271 0 0 0 17 0 0 0 20 0 19 0 36436044 9856040960 12561 33554432000 1073741824 1073778376 140735208578736 139774454479544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13390/tid=13406] ppid=13387 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/13390/task/13406/stat : 13406 (java) S 13387 13390 12110 0 -1 4202560 3700 0 0 0 28 0 0 0 20 0 19 0 36436044 9856040960 12561 33554432000 1073741824 1073778376 140735208578736 139774453426744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13390/tid=13407] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13407/stat : 13407 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436044 9856040960 12561 33554432000 1073741824 1073778376 140735208578736 139774452374648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13390/tid=13408] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13408/stat : 13408 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436044 9856040960 12561 33554432000 1073741824 1073778376 140735208578736 139774451322056 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13390/tid=13409] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13409/stat : 13409 (java) S 13387 13390 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36436056 9856040960 12561 33554432000 1073741824 1073778376 140735208578736 139774450267048 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.19 2.26 2.02 3/213 13409
/proc/meminfo: memFree=29211020/32872528 swapFree=1556504/1720024
[pid=13390] ppid=13387 vsize=9625040 CPUtime=7.53 cores=0,2,4,6
/proc/13390/stat : 13390 (java) S 13387 13390 12110 0 -1 4202496 18901 0 1 0 749 4 0 0 20 0 19 0 36436039 9856040960 20861 33554432000 1073741824 1073778376 140735208578736 140735208569872 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13390/statm: 2406260 20861 2263 9 0 2396937 0
[pid=13390/tid=13391] ppid=13387 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/13390/task/13391/stat : 13391 (java) R 13387 13390 12110 0 -1 4202560 2429 0 1 0 625 1 0 0 20 0 19 0 36436039 9856040960 20861 33554432000 1073741824 1073778376 140735208578736 139774701769176 139774560481312 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13390/tid=13393] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13393/stat : 13393 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436040 9856040960 20861 33554432000 1073741824 1073778376 140735208578736 139774679869736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13390/tid=13394] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13394/stat : 13394 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436040 9856040960 20861 33554432000 1073741824 1073778376 140735208578736 139774678816936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13390/tid=13395] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13395/stat : 13395 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436040 9856040960 20861 33554432000 1073741824 1073778376 140735208578736 139774476151336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13390/tid=13396] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13396/stat : 13396 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436040 9856040960 20861 33554432000 1073741824 1073778376 140735208578736 139774475098536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13390/tid=13397] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13397/stat : 13397 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436040 9856040960 20861 33554432000 1073741824 1073778376 140735208578736 139774474046248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13390/tid=13398] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13398/stat : 13398 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436040 9856040960 20861 33554432000 1073741824 1073778376 140735208578736 139774472993448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13390/tid=13399] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13399/stat : 13399 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436040 9856040960 20861 33554432000 1073741824 1073778376 140735208578736 139774471941160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13390/tid=13400] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13400/stat : 13400 (java) S 13387 13390 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36436040 9856040960 20861 33554432000 1073741824 1073778376 140735208578736 139774470888360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13390/tid=13401] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13401/stat : 13401 (java) S 13387 13390 12110 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36436041 9856040960 20861 33554432000 1073741824 1073778376 140735208578736 139774458689768 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13390/tid=13402] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13402/stat : 13402 (java) S 13387 13390 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36436042 9856040960 20861 33554432000 1073741824 1073778376 140735208578736 139774457635832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13390/tid=13403] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13403/stat : 13403 (java) S 13387 13390 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36436042 9856040960 20861 33554432000 1073741824 1073778376 140735208578736 139774456583432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13390/tid=13404] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13404/stat : 13404 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436044 9856040960 20861 33554432000 1073741824 1073778376 140735208578736 139774455531920 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13390/tid=13405] ppid=13387 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/13390/task/13405/stat : 13405 (java) S 13387 13390 12110 0 -1 4202560 1418 0 0 0 23 0 0 0 20 0 19 0 36436044 9856040960 20861 33554432000 1073741824 1073778376 140735208578736 139774454479544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13390/tid=13406] ppid=13387 vsize=9625040 CPUtime=0.98 cores=0,2,4,6

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

[pid=13390/tid=13395] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13395/stat : 13395 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436040 9856040960 33007 33554432000 1073741824 1073778376 140735208578736 139774476151336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13390/tid=13396] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13396/stat : 13396 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436040 9856040960 33007 33554432000 1073741824 1073778376 140735208578736 139774475098536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13390/tid=13397] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13397/stat : 13397 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436040 9856040960 33007 33554432000 1073741824 1073778376 140735208578736 139774474046248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13390/tid=13398] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13398/stat : 13398 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436040 9856040960 33007 33554432000 1073741824 1073778376 140735208578736 139774472993448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13390/tid=13399] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13399/stat : 13399 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436040 9856040960 33007 33554432000 1073741824 1073778376 140735208578736 139774471941160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13390/tid=13400] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13400/stat : 13400 (java) S 13387 13390 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36436040 9856040960 33007 33554432000 1073741824 1073778376 140735208578736 139774470888360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13390/tid=13401] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13401/stat : 13401 (java) S 13387 13390 12110 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36436041 9856040960 33007 33554432000 1073741824 1073778376 140735208578736 139774458689768 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13390/tid=13402] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13402/stat : 13402 (java) S 13387 13390 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36436042 9856040960 33007 33554432000 1073741824 1073778376 140735208578736 139774457635832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13390/tid=13403] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13403/stat : 13403 (java) S 13387 13390 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36436042 9856040960 33007 33554432000 1073741824 1073778376 140735208578736 139774456583432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13390/tid=13404] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13404/stat : 13404 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436044 9856040960 33007 33554432000 1073741824 1073778376 140735208578736 139774455531920 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13390/tid=13405] ppid=13387 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/13390/task/13405/stat : 13405 (java) S 13387 13390 12110 0 -1 4202560 1428 0 0 0 26 0 0 0 20 0 19 0 36436044 9856040960 33007 33554432000 1073741824 1073778376 140735208578736 139774454479544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13390/tid=13406] ppid=13387 vsize=9625040 CPUtime=1.24 cores=0,2,4,6
/proc/13390/task/13406/stat : 13406 (java) S 13387 13390 12110 0 -1 4202560 14715 0 0 0 121 3 0 0 20 0 19 0 36436044 9856040960 33007 33554432000 1073741824 1073778376 140735208578736 139774453426744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13390/tid=13407] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13407/stat : 13407 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436044 9856040960 33007 33554432000 1073741824 1073778376 140735208578736 139774452374648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13390/tid=13408] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13408/stat : 13408 (java) S 13387 13390 12110 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36436044 9856040960 33007 33554432000 1073741824 1073778376 140735208578736 139774451322056 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13390/tid=13409] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13409/stat : 13409 (java) S 13387 13390 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36436056 9856040960 33007 33554432000 1073741824 1073778376 140735208578736 139774450267048 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 18.32
Current children cumulated vsize (KiB) 9625040

[startup+17.2007 s]
/proc/loadavg: 2.08 2.23 2.01 5/213 13475
/proc/meminfo: memFree=29386064/32872528 swapFree=1556504/1720024
[pid=13390] ppid=13387 vsize=9625040 CPUtime=18.77 cores=0,2,4,6
/proc/13390/stat : 13390 (java) S 13387 13390 12110 0 -1 4202496 19875 0 1 0 1871 6 0 0 20 0 19 0 36436039 9856040960 33519 33554432000 1073741824 1073778376 140735208578736 140735208569872 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13390/statm: 2406260 33519 2264 9 0 2396937 0
[pid=13390/tid=13391] ppid=13387 vsize=9625040 CPUtime=17.13 cores=0,2,4,6
/proc/13390/task/13391/stat : 13391 (java) R 13387 13390 12110 0 -1 4202560 2460 0 1 0 1711 2 0 0 20 0 19 0 36436039 9856040960 33519 33554432000 1073741824 1073778376 140735208578736 139774701760160 139774560524496 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13390/tid=13393] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13393/stat : 13393 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436040 9856040960 33519 33554432000 1073741824 1073778376 140735208578736 139774679869736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13390/tid=13394] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13394/stat : 13394 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436040 9856040960 33519 33554432000 1073741824 1073778376 140735208578736 139774678816936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13390/tid=13395] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13395/stat : 13395 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436040 9856040960 33519 33554432000 1073741824 1073778376 140735208578736 139774476151336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13390/tid=13396] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13396/stat : 13396 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436040 9856040960 33519 33554432000 1073741824 1073778376 140735208578736 139774475098536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13390/tid=13397] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13397/stat : 13397 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436040 9856040960 33519 33554432000 1073741824 1073778376 140735208578736 139774474046248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13390/tid=13398] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13398/stat : 13398 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436040 9856040960 33519 33554432000 1073741824 1073778376 140735208578736 139774472993448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13390/tid=13399] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13399/stat : 13399 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436040 9856040960 33519 33554432000 1073741824 1073778376 140735208578736 139774471941160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13390/tid=13400] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13400/stat : 13400 (java) S 13387 13390 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36436040 9856040960 33519 33554432000 1073741824 1073778376 140735208578736 139774470888360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13390/tid=13401] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13401/stat : 13401 (java) S 13387 13390 12110 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36436041 9856040960 33519 33554432000 1073741824 1073778376 140735208578736 139774458689768 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13390/tid=13402] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13402/stat : 13402 (java) S 13387 13390 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36436042 9856040960 33519 33554432000 1073741824 1073778376 140735208578736 139774457635832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13390/tid=13403] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13403/stat : 13403 (java) S 13387 13390 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36436042 9856040960 33519 33554432000 1073741824 1073778376 140735208578736 139774456583432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13390/tid=13404] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13404/stat : 13404 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436044 9856040960 33519 33554432000 1073741824 1073778376 140735208578736 139774455531920 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13390/tid=13405] ppid=13387 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/13390/task/13405/stat : 13405 (java) S 13387 13390 12110 0 -1 4202560 1428 0 0 0 26 0 0 0 20 0 19 0 36436044 9856040960 33519 33554432000 1073741824 1073778376 140735208578736 139774454479544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13390/tid=13406] ppid=13387 vsize=9625040 CPUtime=1.29 cores=0,2,4,6
/proc/13390/task/13406/stat : 13406 (java) S 13387 13390 12110 0 -1 4202560 14715 0 0 0 126 3 0 0 20 0 19 0 36436044 9856040960 33519 33554432000 1073741824 1073778376 140735208578736 139774453426744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13390/tid=13407] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13407/stat : 13407 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436044 9856040960 33519 33554432000 1073741824 1073778376 140735208578736 139774452374648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13390/tid=13408] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13408/stat : 13408 (java) S 13387 13390 12110 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36436044 9856040960 33519 33554432000 1073741824 1073778376 140735208578736 139774451322056 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13390/tid=13409] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13409/stat : 13409 (java) S 13387 13390 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36436056 9856040960 33519 33554432000 1073741824 1073778376 140735208578736 139774450267048 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 18.77
Current children cumulated vsize (KiB) 9625040

[startup+17.4007 s]
/proc/loadavg: 2.08 2.23 2.01 5/213 13475
/proc/meminfo: memFree=29386064/32872528 swapFree=1556504/1720024
[pid=13390] ppid=13387 vsize=9625040 CPUtime=18.97 cores=0,2,4,6
/proc/13390/stat : 13390 (java) S 13387 13390 12110 0 -1 4202496 19876 0 1 0 1891 6 0 0 20 0 19 0 36436039 9856040960 34031 33554432000 1073741824 1073778376 140735208578736 140735208569872 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13390/statm: 2406260 34031 2264 9 0 2396937 0
[pid=13390/tid=13391] ppid=13387 vsize=9625040 CPUtime=17.33 cores=0,2,4,6
/proc/13390/task/13391/stat : 13391 (java) R 13387 13390 12110 0 -1 4202560 2461 0 1 0 1731 2 0 0 20 0 19 0 36436039 9856040960 34031 33554432000 1073741824 1073778376 140735208578736 139774701760208 139774560514621 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13390/tid=13393] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13393/stat : 13393 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436040 9856040960 34031 33554432000 1073741824 1073778376 140735208578736 139774679869736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13390/tid=13394] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13394/stat : 13394 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436040 9856040960 34031 33554432000 1073741824 1073778376 140735208578736 139774678816936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13390/tid=13395] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13395/stat : 13395 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436040 9856040960 34031 33554432000 1073741824 1073778376 140735208578736 139774476151336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13390/tid=13396] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13396/stat : 13396 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436040 9856040960 34031 33554432000 1073741824 1073778376 140735208578736 139774475098536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13390/tid=13397] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13397/stat : 13397 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436040 9856040960 34031 33554432000 1073741824 1073778376 140735208578736 139774474046248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13390/tid=13398] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13398/stat : 13398 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436040 9856040960 34031 33554432000 1073741824 1073778376 140735208578736 139774472993448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13390/tid=13399] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13399/stat : 13399 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436040 9856040960 34031 33554432000 1073741824 1073778376 140735208578736 139774471941160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13390/tid=13400] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13400/stat : 13400 (java) S 13387 13390 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36436040 9856040960 34031 33554432000 1073741824 1073778376 140735208578736 139774470888360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13390/tid=13401] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13401/stat : 13401 (java) S 13387 13390 12110 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36436041 9856040960 34031 33554432000 1073741824 1073778376 140735208578736 139774458689768 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13390/tid=13402] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13402/stat : 13402 (java) S 13387 13390 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36436042 9856040960 34031 33554432000 1073741824 1073778376 140735208578736 139774457635832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13390/tid=13403] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13403/stat : 13403 (java) S 13387 13390 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36436042 9856040960 34031 33554432000 1073741824 1073778376 140735208578736 139774456583432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13390/tid=13404] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13404/stat : 13404 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436044 9856040960 34031 33554432000 1073741824 1073778376 140735208578736 139774455531920 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13390/tid=13405] ppid=13387 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/13390/task/13405/stat : 13405 (java) S 13387 13390 12110 0 -1 4202560 1428 0 0 0 26 0 0 0 20 0 19 0 36436044 9856040960 34031 33554432000 1073741824 1073778376 140735208578736 139774454479544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13390/tid=13406] ppid=13387 vsize=9625040 CPUtime=1.29 cores=0,2,4,6
/proc/13390/task/13406/stat : 13406 (java) S 13387 13390 12110 0 -1 4202560 14715 0 0 0 126 3 0 0 20 0 19 0 36436044 9856040960 34031 33554432000 1073741824 1073778376 140735208578736 139774453426744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13390/tid=13407] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13407/stat : 13407 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436044 9856040960 34031 33554432000 1073741824 1073778376 140735208578736 139774452374648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13390/tid=13408] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13408/stat : 13408 (java) S 13387 13390 12110 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36436044 9856040960 34031 33554432000 1073741824 1073778376 140735208578736 139774451322056 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13390/tid=13409] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13409/stat : 13409 (java) S 13387 13390 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36436056 9856040960 34031 33554432000 1073741824 1073778376 140735208578736 139774450267048 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 18.97
Current children cumulated vsize (KiB) 9625040

[startup+17.5007 s]
/proc/loadavg: 2.08 2.23 2.01 5/213 13475
/proc/meminfo: memFree=29386064/32872528 swapFree=1556504/1720024
[pid=13390] ppid=13387 vsize=9625040 CPUtime=19.07 cores=0,2,4,6
/proc/13390/stat : 13390 (java) S 13387 13390 12110 0 -1 4202496 19876 0 1 0 1901 6 0 0 20 0 19 0 36436039 9856040960 34031 33554432000 1073741824 1073778376 140735208578736 140735208569872 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13390/statm: 2406260 34031 2264 9 0 2396937 0
[pid=13390/tid=13391] ppid=13387 vsize=9625040 CPUtime=17.43 cores=0,2,4,6
/proc/13390/task/13391/stat : 13391 (java) R 13387 13390 12110 0 -1 4202560 2461 0 1 0 1741 2 0 0 20 0 19 0 36436039 9856040960 34031 33554432000 1073741824 1073778376 140735208578736 139774701760208 139774560499766 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13390/tid=13393] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13393/stat : 13393 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436040 9856040960 34031 33554432000 1073741824 1073778376 140735208578736 139774679869736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13390/tid=13394] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13394/stat : 13394 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436040 9856040960 34031 33554432000 1073741824 1073778376 140735208578736 139774678816936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13390/tid=13395] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13395/stat : 13395 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436040 9856040960 34031 33554432000 1073741824 1073778376 140735208578736 139774476151336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13390/tid=13396] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13396/stat : 13396 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436040 9856040960 34031 33554432000 1073741824 1073778376 140735208578736 139774475098536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13390/tid=13397] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13397/stat : 13397 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436040 9856040960 34031 33554432000 1073741824 1073778376 140735208578736 139774474046248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13390/tid=13398] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13398/stat : 13398 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436040 9856040960 34031 33554432000 1073741824 1073778376 140735208578736 139774472993448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13390/tid=13399] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13399/stat : 13399 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436040 9856040960 34031 33554432000 1073741824 1073778376 140735208578736 139774471941160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13390/tid=13400] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13400/stat : 13400 (java) S 13387 13390 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36436040 9856040960 34031 33554432000 1073741824 1073778376 140735208578736 139774470888360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13390/tid=13401] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13401/stat : 13401 (java) S 13387 13390 12110 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36436041 9856040960 34031 33554432000 1073741824 1073778376 140735208578736 139774458689768 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13390/tid=13402] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13402/stat : 13402 (java) S 13387 13390 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36436042 9856040960 34031 33554432000 1073741824 1073778376 140735208578736 139774457635832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13390/tid=13403] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13403/stat : 13403 (java) S 13387 13390 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36436042 9856040960 34031 33554432000 1073741824 1073778376 140735208578736 139774456583432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13390/tid=13404] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13404/stat : 13404 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436044 9856040960 34031 33554432000 1073741824 1073778376 140735208578736 139774455531920 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13390/tid=13405] ppid=13387 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/13390/task/13405/stat : 13405 (java) S 13387 13390 12110 0 -1 4202560 1428 0 0 0 26 0 0 0 20 0 19 0 36436044 9856040960 34031 33554432000 1073741824 1073778376 140735208578736 139774454479544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13390/tid=13406] ppid=13387 vsize=9625040 CPUtime=1.29 cores=0,2,4,6
/proc/13390/task/13406/stat : 13406 (java) S 13387 13390 12110 0 -1 4202560 14715 0 0 0 126 3 0 0 20 0 19 0 36436044 9856040960 34031 33554432000 1073741824 1073778376 140735208578736 139774453426744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13390/tid=13407] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13407/stat : 13407 (java) S 13387 13390 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436044 9856040960 34031 33554432000 1073741824 1073778376 140735208578736 139774452374648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13390/tid=13408] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13408/stat : 13408 (java) S 13387 13390 12110 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36436044 9856040960 34031 33554432000 1073741824 1073778376 140735208578736 139774451322056 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13390/tid=13409] ppid=13387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13390/task/13409/stat : 13409 (java) S 13387 13390 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36436056 9856040960 34031 33554432000 1073741824 1073778376 140735208578736 139774450267048 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 19.07
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 17.56
CPU time (s): 19.0911
CPU user time (s): 19.0091
CPU system time (s): 0.081987
CPU usage (%): 108.719
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.0091
system time used= 0.081987
maximum resident set size= 136188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19899
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= 708
involuntary context switches= 59

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.05999 second user time and 0.074988 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-19 15:44:34
IDJOB=4110320
IDBENCH=79255
IDSOLVER=2551
FILE ID=node117/4110320-1466343874
RUNJOBID= node117-1466341821-12126
PBS_JOBID= 19922035
Free space on /tmp= 71740 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.1111212272--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110320-1466343874/watcher-4110320-1466343874 -o /tmp/evaluation-result-4110320-1466343874/solver-4110320-1466343874 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466341821-12126 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4110320-1466343874.wbo

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

MD5SUM BENCH= 833ed0c2692f571257dcfcd637053de2
RANDOM SEED=1154711846

node117.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.912
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.82
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.912
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.912
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.912
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.912
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.912
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.54
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.912
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.54
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.912
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:        29269284 kB
Buffers:          172608 kB
Cached:           592532 kB
SwapCached:            0 kB
Active:           503820 kB
Inactive:         610176 kB
Active(anon):     341048 kB
Inactive(anon):    10624 kB
Active(file):     162772 kB
Inactive(file):   599552 kB
Unevictable:     1720024 kB
Mlocked:         1556504 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               884 kB
Writeback:             0 kB
AnonPages:       2138816 kB
Mapped:            21132 kB
Shmem:               204 kB
Slab:             628680 kB
SReclaimable:      72500 kB
SUnreclaim:       556180 kB
KernelStack:        1760 kB
PageTables:         8768 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2196496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    546816 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= 71740 MiB
End job on node117 at 2016-06-19 15:44:52