Trace number 4090615

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16OPTIMUM 12.822 11.3786

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111226368--soft-33-100-0.wbo
MD5SUMae60804d96363031fd1d95f40cdae528
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark6.90595
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 constraints69
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 3204
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3203
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1270
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@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-4090615-1466065119.wbo
0.10/0.11	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.057s.
0.10/0.16	c declared #vars     169
0.10/0.16	c internal #vars     238
0.10/0.16	c #constraints  101
0.10/0.16	c constraints type 
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.10/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.10/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
0.10/0.17	c 101 constraints processed.
0.10/0.17	c objective function length is 69 literals
0.55/0.33	c SATISFIABLE
0.55/0.33	c OPTIMIZING...
0.55/0.33	c Got one! Elapsed wall clock time (in seconds):0.218
0.55/0.33	o 834
0.55/0.34	c Got one! Elapsed wall clock time (in seconds):0.229
0.55/0.34	o 751
0.55/0.34	c Got one! Elapsed wall clock time (in seconds):0.236
0.55/0.34	o 749
0.55/0.38	c Got one! Elapsed wall clock time (in seconds):0.268
0.55/0.38	o 734
0.55/0.38	c Got one! Elapsed wall clock time (in seconds):0.276
0.55/0.38	o 528
0.55/0.39	c Got one! Elapsed wall clock time (in seconds):0.282
0.55/0.39	o 481
0.68/0.40	c Got one! Elapsed wall clock time (in seconds):0.295
0.68/0.40	o 476
0.68/0.41	c Got one! Elapsed wall clock time (in seconds):0.303
0.68/0.41	o 475
0.87/0.50	c Got one! Elapsed wall clock time (in seconds):0.394
0.87/0.50	o 474
0.87/0.51	c Got one! Elapsed wall clock time (in seconds):0.401
0.87/0.51	o 469
0.87/0.51	c Got one! Elapsed wall clock time (in seconds):0.407
0.87/0.51	o 462
0.87/0.52	c Got one! Elapsed wall clock time (in seconds):0.413
0.87/0.52	o 447
0.87/0.53	c Got one! Elapsed wall clock time (in seconds):0.426
0.87/0.53	o 445
0.87/0.56	c Got one! Elapsed wall clock time (in seconds):0.449
0.87/0.56	o 443
0.87/0.58	c Got one! Elapsed wall clock time (in seconds):0.467
0.87/0.58	o 438
0.87/0.59	c Got one! Elapsed wall clock time (in seconds):0.478
0.87/0.59	o 389
0.98/0.61	c Got one! Elapsed wall clock time (in seconds):0.498
0.98/0.61	o 384
0.98/0.61	c Got one! Elapsed wall clock time (in seconds):0.503
0.98/0.61	o 383
0.98/0.61	c Got one! Elapsed wall clock time (in seconds):0.506
0.98/0.61	o 372
0.98/0.62	c Got one! Elapsed wall clock time (in seconds):0.516
0.98/0.62	o 371
0.98/0.63	c Got one! Elapsed wall clock time (in seconds):0.52
0.98/0.63	o 367
0.98/0.64	c Got one! Elapsed wall clock time (in seconds):0.535
0.98/0.64	o 363
0.98/0.65	c Got one! Elapsed wall clock time (in seconds):0.541
0.98/0.65	o 361
0.98/0.66	c Got one! Elapsed wall clock time (in seconds):0.551
0.98/0.66	o 343
0.98/0.68	c Got one! Elapsed wall clock time (in seconds):0.576
0.98/0.68	o 316
1.11/0.70	c Got one! Elapsed wall clock time (in seconds):0.588
1.11/0.70	o 314
1.11/0.74	c Got one! Elapsed wall clock time (in seconds):0.628
1.11/0.74	o 312
1.24/0.86	c cleaning 6503 clauses out of 13014 with flag 5540/13014
1.24/0.89	c Got one! Elapsed wall clock time (in seconds):0.781
1.24/0.89	o 308
1.37/0.90	c Got one! Elapsed wall clock time (in seconds):0.795
1.37/0.90	o 304
1.37/0.91	c Got one! Elapsed wall clock time (in seconds):0.799
1.37/0.91	o 300
1.37/0.93	c Got one! Elapsed wall clock time (in seconds):0.822
1.37/0.93	o 285
1.37/0.94	c Got one! Elapsed wall clock time (in seconds):0.828
1.37/0.94	o 260
1.37/0.97	c Got one! Elapsed wall clock time (in seconds):0.865
1.37/0.97	o 259
1.47/1.08	c Got one! Elapsed wall clock time (in seconds):0.972
1.47/1.08	o 257
1.47/1.08	c Got one! Elapsed wall clock time (in seconds):0.976
1.47/1.08	o 242
1.67/1.25	c cleaning 7433 clauses out of 14870 with flag 10341/21373
1.77/1.31	c Got one! Elapsed wall clock time (in seconds):1.202
1.77/1.31	o 225
1.77/1.34	c Got one! Elapsed wall clock time (in seconds):1.235
1.77/1.34	o 222
1.91/1.44	c Got one! Elapsed wall clock time (in seconds):1.334
1.91/1.44	o 220
1.91/1.50	c Got one! Elapsed wall clock time (in seconds):1.389
1.91/1.50	o 219
2.01/1.55	c cleaning 7060 clauses out of 14138 with flag 3703/28074
2.01/1.57	c Got one! Elapsed wall clock time (in seconds):1.464
2.01/1.57	o 215
2.13/1.67	c Got one! Elapsed wall clock time (in seconds):1.567
2.13/1.67	o 214
2.44/1.82	c cleaning 6606 clauses out of 13213 with flag 13259/34209
2.44/1.82	c Got one! Elapsed wall clock time (in seconds):1.714
2.44/1.82	o 204
2.44/1.88	c Got one! Elapsed wall clock time (in seconds):1.773
2.44/1.88	o 200
2.57/1.91	c Got one! Elapsed wall clock time (in seconds):1.806
2.57/1.91	o 176
2.70/2.04	c Got one! Elapsed wall clock time (in seconds):1.937
2.70/2.04	o 173
2.80/2.15	c cleaning 6841 clauses out of 13691 with flag 7682/41293
2.80/2.18	c Got one! Elapsed wall clock time (in seconds):2.075
2.80/2.18	o 171
3.01/2.33	c Got one! Elapsed wall clock time (in seconds):2.219
3.01/2.33	o 170
3.01/2.38	c Got one! Elapsed wall clock time (in seconds):2.275
3.01/2.38	o 169
3.10/2.44	c cleaning 6591 clauses out of 13194 with flag 3791/47637
3.20/2.57	c Got one! Elapsed wall clock time (in seconds):2.459
3.20/2.57	o 147
3.30/2.66	c cleaning 5947 clauses out of 11898 with flag 8827/52932
3.40/2.75	c Got one! Elapsed wall clock time (in seconds):2.642
3.40/2.75	o 144
3.50/2.89	c cleaning 5574 clauses out of 11164 with flag 14528/58145
3.70/3.04	c Got one! Elapsed wall clock time (in seconds):2.929
3.70/3.04	o 142
3.81/3.13	c cleaning 5642 clauses out of 11295 with flag 8713/63850
3.91/3.25	c Got one! Elapsed wall clock time (in seconds):3.139
3.91/3.25	o 141
3.91/3.29	c Got one! Elapsed wall clock time (in seconds):3.181
3.91/3.29	o 109
3.91/3.30	c Got one! Elapsed wall clock time (in seconds):3.194
3.91/3.30	o 104
4.02/3.32	c Got one! Elapsed wall clock time (in seconds):3.211
4.02/3.32	o 101
4.02/3.34	c Got one! Elapsed wall clock time (in seconds):3.233
4.02/3.34	o 97
4.02/3.36	c Got one! Elapsed wall clock time (in seconds):3.253
4.02/3.36	o 95
4.16/3.44	c cleaning 6252 clauses out of 12507 with flag 3917/70704
4.16/3.46	c Got one! Elapsed wall clock time (in seconds):3.355
4.16/3.46	o 87
4.36/3.52	c Got one! Elapsed wall clock time (in seconds):3.413
4.36/3.52	o 81
4.58/3.63	c Got one! Elapsed wall clock time (in seconds):3.527
4.58/3.63	o 80
4.58/3.69	c Got one! Elapsed wall clock time (in seconds):3.584
4.58/3.69	o 77
4.76/3.75	c cleaning 6562 clauses out of 13123 with flag 3548/77572
5.33/4.02	c cleaning 6278 clauses out of 12561 with flag 24892/83572
5.33/4.04	c Got one! Elapsed wall clock time (in seconds):3.933
5.33/4.04	o 76
5.33/4.05	c Got one! Elapsed wall clock time (in seconds):3.944
5.33/4.05	o 74
5.55/4.19	c Got one! Elapsed wall clock time (in seconds):4.082
5.55/4.19	o 73
5.65/4.28	c cleaning 6374 clauses out of 12761 with flag 8148/90050
5.65/4.29	c Got one! Elapsed wall clock time (in seconds):4.185
5.65/4.29	o 72
5.74/4.37	c Got one! Elapsed wall clock time (in seconds):4.262
5.74/4.37	o 71
5.94/4.51	c cleaning 5915 clauses out of 11840 with flag 10452/95503
6.15/4.75	c cleaning 5958 clauses out of 11925 with flag 30843/101503
6.45/5.05	c cleaning 6477 clauses out of 12967 with flag 54075/108503
6.85/5.42	c cleaning 7241 clauses out of 14490 with flag 88281/116504
7.06/5.65	c Got one! Elapsed wall clock time (in seconds):5.542
7.06/5.65	o 70
7.36/5.90	c cleaning 8746 clauses out of 17493 with flag 17890/126748
7.55/6.16	c cleaning 7372 clauses out of 14748 with flag 42318/132749
7.85/6.45	c cleaning 7180 clauses out of 14375 with flag 70958/139748
8.16/6.79	c cleaning 7592 clauses out of 15195 with flag 106205/147748
8.55/7.19	c cleaning 8302 clauses out of 16606 with flag 147200/156751
8.65/7.23	c Got one! Elapsed wall clock time (in seconds):7.118
8.65/7.23	o 68
8.85/7.44	c cleaning 7087 clauses out of 14184 with flag 21842/162631
8.95/7.58	c Got one! Elapsed wall clock time (in seconds):7.477
8.95/7.58	o 60
9.05/7.63	c cleaning 6099 clauses out of 12219 with flag 4597/167753
9.26/7.85	c cleaning 6057 clauses out of 12118 with flag 28871/173751
9.35/7.95	c Got one! Elapsed wall clock time (in seconds):7.846
9.35/7.95	o 55
9.45/8.04	c cleaning 5559 clauses out of 11131 with flag 9454/178821
9.65/8.25	c cleaning 5780 clauses out of 11573 with flag 34824/184822
9.85/8.49	c Got one! Elapsed wall clock time (in seconds):8.378
9.85/8.49	o 54
10.15/8.72	c cleaning 8576 clauses out of 17154 with flag 21652/196183
10.26/8.83	c Got one! Elapsed wall clock time (in seconds):8.723
10.26/8.83	o 40
10.36/8.95	c cleaning 7239 clauses out of 14482 with flag 9591/202087
10.55/9.17	c cleaning 6601 clauses out of 13243 with flag 30460/208087
10.85/9.43	c cleaning 6814 clauses out of 13641 with flag 54677/215087
10.95/9.55	c Got one! Elapsed wall clock time (in seconds):9.44
10.95/9.55	o 35
11.05/9.63	c cleaning 6218 clauses out of 12454 with flag 7304/220714
11.25/9.84	c cleaning 6116 clauses out of 12236 with flag 29746/226715
11.46/10.10	c cleaning 6557 clauses out of 13121 with flag 56069/233716
11.86/10.40	c cleaning 7271 clauses out of 14558 with flag 84615/241714
11.86/10.47	c Got one! Elapsed wall clock time (in seconds):10.36
11.86/10.47	o 20
11.96/10.58	c cleaning 6191 clauses out of 12384 with flag 11382/246811
12.16/10.79	c cleaning 6089 clauses out of 12191 with flag 33703/252811
12.26/10.83	c Got one! Elapsed wall clock time (in seconds):10.719
12.26/10.83	o 18
12.36/10.97	c cleaning 5659 clauses out of 11332 with flag 14650/258042
12.57/11.17	c cleaning 5836 clauses out of 11676 with flag 34748/264045
12.76/11.33	c Got one! Elapsed wall clock time (in seconds):11.225
12.76/11.33	o 16
12.76/11.36	c Got one! Elapsed wall clock time (in seconds):11.252
12.76/11.36	o 15
12.76/11.37	c starts		: 227
12.76/11.37	c conflicts		: 269762
12.76/11.37	c decisions		: 480584
12.76/11.37	c propagations		: 7793452
12.76/11.37	c inspects		: 118862544
12.76/11.37	c shortcuts		: 0
12.76/11.37	c learnt literals	: 19
12.76/11.37	c learnt binary clauses	: 53
12.76/11.37	c learnt ternary clauses	: 777
12.76/11.37	c learnt constraints	: 269742
12.76/11.37	c ignored constraints	: 0
12.76/11.37	c root simplifications	: 0
12.76/11.37	c removed literals (reason simplification)	: 0
12.76/11.37	c reason swapping (by a shorter reason)	: 0
12.76/11.37	c Calls to reduceDB	: 39
12.76/11.37	c Number of update (reduction) of LBD	: 81458
12.76/11.37	c Imported unit clauses	: 0
12.76/11.37	c number of reductions to clauses (during analyze)	: 0
12.76/11.37	c number of learned constraints concerned by reduction	: 0
12.76/11.37	c number of learning phase by resolution	: 0
12.76/11.37	c number of learning phase by cutting planes	: 0
12.76/11.37	c speed (assignments/second)	: 695781.8051959646
12.76/11.37	c non guided choices	3139
12.76/11.37	c learnt constraints type 
12.76/11.37	s OPTIMUM FOUND
12.76/11.37	c Found 77 solution(s)
12.76/11.37	v -x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 x59 -x60 -x61 -x62 -x63 -x64 -x65 x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 x141 -x142 -x143 -x144 -x145 -x146 -x147 x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 
12.76/11.37	c objective function=15
12.76/11.37	c Total wall clock time (in seconds): 11.264

Verifier Data

OK	15

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

pid=10681
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.07 2.03 1.92 3/194 10684
/proc/meminfo: memFree=31975812/32872528 swapFree=7268/7268
[pid=10684] ppid=10681 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/10684/stat : 10684 (java) S 10681 10684 9094 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 8556691 98570240 977 33554432000 1073741824 1073778376 140734018650128 140734018641264 243768787005 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10684/statm: 24065 977 743 9 0 16771 0
[pid=10684/tid=10685] ppid=10681 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10685/stat : 10685 (java) R 10681 10684 9094 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 8556691 98570240 978 33554432000 1073741824 1073778376 140734018650128 139710284414504 243765429632 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100112 s]
/proc/loadavg: 2.07 2.03 1.92 3/194 10684
/proc/meminfo: memFree=31975812/32872528 swapFree=7268/7268
[pid=10684] ppid=10681 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/10684/stat : 10684 (java) S 10681 10684 9094 0 -1 4202496 4433 0 1 0 9 1 0 0 20 0 18 0 8556691 9787879424 6065 33554432000 1073741824 1073778376 140734018650128 140734018641264 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10684/statm: 2389619 6065 2140 9 0 2380296 0
[pid=10684/tid=10685] ppid=10681 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/10684/task/10685/stat : 10685 (java) R 10681 10684 9094 0 -1 4202560 2375 0 1 0 6 1 0 0 20 0 18 0 8556691 9787879424 6065 33554432000 1073741824 1073778376 140734018650128 139710284417304 243768812813 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.200324 s]
/proc/loadavg: 2.07 2.03 1.92 3/194 10684
/proc/meminfo: memFree=31975812/32872528 swapFree=7268/7268
[pid=10684] ppid=10681 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/10684/stat : 10684 (java) S 10681 10684 9094 0 -1 4202496 5916 0 1 0 25 2 0 0 20 0 19 0 8556691 9856040960 8241 33554432000 1073741824 1073778376 140734018650128 140734018641264 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10684/statm: 2406260 8241 2225 9 0 2396937 0
[pid=10684/tid=10685] ppid=10681 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/10684/task/10685/stat : 10685 (java) R 10681 10684 9094 0 -1 4202560 2405 0 1 0 16 1 0 0 20 0 19 0 8556691 9856040960 8243 33554432000 1073741824 1073778376 140734018650128 139710284419712 139710135606785 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9625040

[startup+0.300328 s]
/proc/loadavg: 2.07 2.03 1.92 3/194 10684
/proc/meminfo: memFree=31975812/32872528 swapFree=7268/7268
[pid=10684] ppid=10681 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/10684/stat : 10684 (java) S 10681 10684 9094 0 -1 4202496 7238 0 1 0 53 2 0 0 20 0 19 0 8556691 9856040960 8688 33554432000 1073741824 1073778376 140734018650128 140734018641264 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10684/statm: 2406260 8688 2244 9 0 2396937 0
[pid=10684/tid=10685] ppid=10681 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/10684/task/10685/stat : 10685 (java) R 10681 10684 9094 0 -1 4202560 2406 0 1 0 26 1 0 0 20 0 19 0 8556691 9856040960 8688 33554432000 1073741824 1073778376 140734018650128 139710284419712 139710135610575 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9625040

[startup+0.700245 s]
/proc/loadavg: 2.07 2.03 1.92 3/194 10684
/proc/meminfo: memFree=31975812/32872528 swapFree=7268/7268
[pid=10684] ppid=10681 vsize=9625040 CPUtime=1.11 cores=0,2,4,6
/proc/10684/stat : 10684 (java) S 10681 10684 9094 0 -1 4202496 9125 0 1 0 109 2 0 0 20 0 19 0 8556691 9856040960 9445 33554432000 1073741824 1073778376 140734018650128 140734018641264 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10684/statm: 2406260 9445 2255 9 0 2396937 0
[pid=10684/tid=10685] ppid=10681 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/10684/task/10685/stat : 10685 (java) R 10681 10684 9094 0 -1 4202560 2407 0 1 0 66 1 0 0 20 0 19 0 8556691 9856040960 9445 33554432000 1073741824 1073778376 140734018650128 139710284419712 139710136171463 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 9625040

[startup+1.50078 s]
/proc/loadavg: 2.22 2.07 1.93 3/213 10703
/proc/meminfo: memFree=31941800/32872528 swapFree=7268/7268
[pid=10684] ppid=10681 vsize=9625040 CPUtime=2.01 cores=0,2,4,6
/proc/10684/stat : 10684 (java) S 10681 10684 9094 0 -1 4202496 9267 0 1 0 199 2 0 0 20 0 19 0 8556691 9856040960 10515 33554432000 1073741824 1073778376 140734018650128 140734018641264 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10684/statm: 2406260 10515 2262 9 0 2396937 0
[pid=10684/tid=10685] ppid=10681 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/10684/task/10685/stat : 10685 (java) R 10681 10684 9094 0 -1 4202560 2410 0 1 0 146 1 0 0 20 0 19 0 8556691 9856040960 10515 33554432000 1073741824 1073778376 140734018650128 139710284411184 139710135971077 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10684/tid=10687] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10687/stat : 10687 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556692 9856040960 10515 33554432000 1073741824 1073778376 140734018650128 139710256871976 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10688] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10688/stat : 10688 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556692 9856040960 10515 33554432000 1073741824 1073778376 140734018650128 139710255819176 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10684/tid=10689] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10689/stat : 10689 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556692 9856040960 10515 33554432000 1073741824 1073778376 140734018650128 139710254766376 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10684/tid=10690] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10690/stat : 10690 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556692 9856040960 10515 33554432000 1073741824 1073778376 140734018650128 139710124566696 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10684/tid=10691] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10691/stat : 10691 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556692 9856040960 10515 33554432000 1073741824 1073778376 140734018650128 139710123514920 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10692] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10692/stat : 10692 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556692 9856040960 10515 33554432000 1073741824 1073778376 140734018650128 139710122462120 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10684/tid=10693] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10693/stat : 10693 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556692 9856040960 10515 33554432000 1073741824 1073778376 140734018650128 139710121409320 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10694] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10694/stat : 10694 (java) S 10681 10684 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8556692 9856040960 10515 33554432000 1073741824 1073778376 140734018650128 139710120356520 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10695] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10695/stat : 10695 (java) S 10681 10684 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8556693 9856040960 10515 33554432000 1073741824 1073778376 140734018650128 139709637843432 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10684/tid=10696] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10696/stat : 10696 (java) S 10681 10684 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8556693 9856040960 10515 33554432000 1073741824 1073778376 140734018650128 139709636789496 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10697] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10697/stat : 10697 (java) S 10681 10684 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8556693 9856040960 10515 33554432000 1073741824 1073778376 140734018650128 139709635736584 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10698] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10698/stat : 10698 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556696 9856040960 10515 33554432000 1073741824 1073778376 140734018650128 139709634685072 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10699] ppid=10681 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/10684/task/10699/stat : 10699 (java) S 10681 10684 9094 0 -1 4202560 3380 0 0 0 29 0 0 0 20 0 19 0 8556696 9856040960 10515 33554432000 1073741824 1073778376 140734018650128 139709633633208 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10700] ppid=10681 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/10684/task/10700/stat : 10700 (java) S 10681 10684 9094 0 -1 4202560 2206 0 0 0 21 0 0 0 20 0 19 0 8556696 9856040960 10515 33554432000 1073741824 1073778376 140734018650128 139709632580408 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10684/tid=10701] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10701/stat : 10701 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556696 9856040960 10515 33554432000 1073741824 1073778376 140734018650128 139709631527800 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10684/tid=10702] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10702/stat : 10702 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556696 9856040960 10515 33554432000 1073741824 1073778376 140734018650128 139709630475208 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10684/tid=10703] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10703/stat : 10703 (java) S 10681 10684 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8556708 9856040960 10515 33554432000 1073741824 1073778376 140734018650128 139709629420712 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.22 2.07 1.93 3/213 10703
/proc/meminfo: memFree=31926100/32872528 swapFree=7268/7268
[pid=10684] ppid=10681 vsize=9625040 CPUtime=3.81 cores=0,2,4,6
/proc/10684/stat : 10684 (java) S 10681 10684 9094 0 -1 4202496 12610 0 1 0 378 3 0 0 20 0 19 0 8556691 9856040960 13155 33554432000 1073741824 1073778376 140734018650128 140734018641264 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10684/statm: 2406260 13155 2262 9 0 2396937 0
[pid=10684/tid=10685] ppid=10681 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/10684/task/10685/stat : 10685 (java) R 10681 10684 9094 0 -1 4202560 2416 0 1 0 305 1 0 0 20 0 19 0 8556691 9856040960 13155 33554432000 1073741824 1073778376 140734018650128 139710284419624 139710136029089 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10687] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10687/stat : 10687 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556692 9856040960 13155 33554432000 1073741824 1073778376 140734018650128 139710256871976 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10688] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10688/stat : 10688 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556692 9856040960 13155 33554432000 1073741824 1073778376 140734018650128 139710255819176 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10684/tid=10689] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10689/stat : 10689 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556692 9856040960 13155 33554432000 1073741824 1073778376 140734018650128 139710254766376 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10684/tid=10690] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10690/stat : 10690 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556692 9856040960 13155 33554432000 1073741824 1073778376 140734018650128 139710124566696 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10684/tid=10691] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10691/stat : 10691 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556692 9856040960 13155 33554432000 1073741824 1073778376 140734018650128 139710123514920 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10692] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10692/stat : 10692 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556692 9856040960 13155 33554432000 1073741824 1073778376 140734018650128 139710122462120 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10684/tid=10693] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10693/stat : 10693 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556692 9856040960 13155 33554432000 1073741824 1073778376 140734018650128 139710121409320 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10694] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10694/stat : 10694 (java) S 10681 10684 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8556692 9856040960 13155 33554432000 1073741824 1073778376 140734018650128 139710120356520 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10695] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10695/stat : 10695 (java) S 10681 10684 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8556693 9856040960 13155 33554432000 1073741824 1073778376 140734018650128 139709637843432 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10684/tid=10696] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10696/stat : 10696 (java) S 10681 10684 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8556693 9856040960 13155 33554432000 1073741824 1073778376 140734018650128 139709636789496 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10697] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10697/stat : 10697 (java) S 10681 10684 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8556693 9856040960 13155 33554432000 1073741824 1073778376 140734018650128 139709635736584 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10698] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10698/stat : 10698 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556696 9856040960 13155 33554432000 1073741824 1073778376 140734018650128 139709634685072 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10699] ppid=10681 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/10684/task/10699/stat : 10699 (java) S 10681 10684 9094 0 -1 4202560 3380 0 0 0 30 0 0 0 20 0 19 0 8556696 9856040960 13155 33554432000 1073741824 1073778376 140734018650128 139709633633208 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10700] ppid=10681 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/10684/task/10700/stat : 10700 (java) S 10681 10684 9094 0 -1 4202560 5543 0 0 0 39 0 0 0 20 0 19 0 8556696 9856040960 13155 33554432000 1073741824 1073778376 140734018650128 139709632580408 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10684/tid=10701] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10701/stat : 10701 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556696 9856040960 13155 33554432000 1073741824 1073778376 140734018650128 139709631527800 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10684/tid=10702] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10702/stat : 10702 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556696 9856040960 13155 33554432000 1073741824 1073778376 140734018650128 139709630475208 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10684/tid=10703] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10703/stat : 10703 (java) S 10681 10684 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8556708 9856040960 13155 33554432000 1073741824 1073778376 140734018650128 139709629420712 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.81
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.20 2.06 1.93 3/213 10703
/proc/meminfo: memFree=31869880/32872528 swapFree=7268/7268
[pid=10684] ppid=10681 vsize=9625040 CPUtime=7.75 cores=0,2,4,6
/proc/10684/stat : 10684 (java) S 10681 10684 9094 0 -1 4202496 23235 0 1 0 770 5 0 0 20 0 19 0 8556691 9856040960 20924 33554432000 1073741824 1073778376 140734018650128 140734018641264 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10684/statm: 2406260 20924 2264 9 0 2396937 0
[pid=10684/tid=10685] ppid=10681 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/10684/task/10685/stat : 10685 (java) R 10681 10684 9094 0 -1 4202560 2425 0 1 0 623 1 0 0 20 0 19 0 8556691 9856040960 20924 33554432000 1073741824 1073778376 140734018650128 139710284417544 139710136017246 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10687] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10687/stat : 10687 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556692 9856040960 20924 33554432000 1073741824 1073778376 140734018650128 139710256871976 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10688] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10688/stat : 10688 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556692 9856040960 20924 33554432000 1073741824 1073778376 140734018650128 139710255819176 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10684/tid=10689] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10689/stat : 10689 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556692 9856040960 20924 33554432000 1073741824 1073778376 140734018650128 139710254766376 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10684/tid=10690] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10690/stat : 10690 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556692 9856040960 20924 33554432000 1073741824 1073778376 140734018650128 139710124566696 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10684/tid=10691] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10691/stat : 10691 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556692 9856040960 20924 33554432000 1073741824 1073778376 140734018650128 139710123514920 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10692] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10692/stat : 10692 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556692 9856040960 20924 33554432000 1073741824 1073778376 140734018650128 139710122462120 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10684/tid=10693] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10693/stat : 10693 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556692 9856040960 20924 33554432000 1073741824 1073778376 140734018650128 139710121409320 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10694] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10694/stat : 10694 (java) S 10681 10684 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8556692 9856040960 20924 33554432000 1073741824 1073778376 140734018650128 139710120356520 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10695] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10695/stat : 10695 (java) S 10681 10684 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8556693 9856040960 20924 33554432000 1073741824 1073778376 140734018650128 139709637843432 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10684/tid=10696] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10696/stat : 10696 (java) S 10681 10684 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8556693 9856040960 20924 33554432000 1073741824 1073778376 140734018650128 139709636789496 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10697] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10697/stat : 10697 (java) S 10681 10684 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8556693 9856040960 20924 33554432000 1073741824 1073778376 140734018650128 139709635736584 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10698] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10698/stat : 10698 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556696 9856040960 20924 33554432000 1073741824 1073778376 140734018650128 139709634685072 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10699] ppid=10681 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/10684/task/10699/stat : 10699 (java) S 10681 10684 9094 0 -1 4202560 13228 0 0 0 93 2 0 0 20 0 19 0 8556696 9856040960 20924 33554432000 1073741824 1073778376 140734018650128 139709633633208 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10700] ppid=10681 vsize=9625040 CPUtime=0.5 cores=0,2,4,6

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

[pid=10684/tid=10689] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10689/stat : 10689 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556692 9856040960 24051 33554432000 1073741824 1073778376 140734018650128 139710254766376 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10684/tid=10690] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10690/stat : 10690 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556692 9856040960 24051 33554432000 1073741824 1073778376 140734018650128 139710124566696 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10684/tid=10691] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10691/stat : 10691 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556692 9856040960 24051 33554432000 1073741824 1073778376 140734018650128 139710123514920 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10692] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10692/stat : 10692 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556692 9856040960 24051 33554432000 1073741824 1073778376 140734018650128 139710122462120 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10684/tid=10693] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10693/stat : 10693 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556692 9856040960 24051 33554432000 1073741824 1073778376 140734018650128 139710121409320 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10694] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10694/stat : 10694 (java) S 10681 10684 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8556692 9856040960 24051 33554432000 1073741824 1073778376 140734018650128 139710120356520 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10695] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10695/stat : 10695 (java) S 10681 10684 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8556693 9856040960 24051 33554432000 1073741824 1073778376 140734018650128 139709637843432 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10684/tid=10696] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10696/stat : 10696 (java) S 10681 10684 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8556693 9856040960 24051 33554432000 1073741824 1073778376 140734018650128 139709636789496 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10697] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10697/stat : 10697 (java) S 10681 10684 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8556693 9856040960 24051 33554432000 1073741824 1073778376 140734018650128 139709635736584 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10698] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10698/stat : 10698 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556696 9856040960 24051 33554432000 1073741824 1073778376 140734018650128 139709634685072 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10699] ppid=10681 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/10684/task/10699/stat : 10699 (java) S 10681 10684 9094 0 -1 4202560 13228 0 0 0 94 2 0 0 20 0 19 0 8556696 9856040960 24051 33554432000 1073741824 1073778376 140734018650128 139709633633208 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10700] ppid=10681 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/10684/task/10700/stat : 10700 (java) S 10681 10684 9094 0 -1 4202560 6310 0 0 0 50 0 0 0 20 0 19 0 8556696 9856040960 24051 33554432000 1073741824 1073778376 140734018650128 139709632580408 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10684/tid=10701] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10701/stat : 10701 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556696 9856040960 24051 33554432000 1073741824 1073778376 140734018650128 139709631527800 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10684/tid=10702] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10702/stat : 10702 (java) S 10681 10684 9094 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8556696 9856040960 24051 33554432000 1073741824 1073778376 140734018650128 139709630475208 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10684/tid=10703] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10703/stat : 10703 (java) S 10681 10684 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8556708 9856040960 24051 33554432000 1073741824 1073778376 140734018650128 139709629420712 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 11.86
Current children cumulated vsize (KiB) 9625040

[startup+10.8007 s]
/proc/loadavg: 2.20 2.06 1.93 3/213 10768
/proc/meminfo: memFree=31918052/32872528 swapFree=7268/7268
[pid=10684] ppid=10681 vsize=9625040 CPUtime=12.26 cores=0,2,4,6
/proc/10684/stat : 10684 (java) S 10681 10684 9094 0 -1 4202496 23246 0 1 0 1221 5 0 0 20 0 19 0 8556691 9856040960 24563 33554432000 1073741824 1073778376 140734018650128 140734018641264 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10684/statm: 2406260 24563 2264 9 0 2396937 0
[pid=10684/tid=10685] ppid=10681 vsize=9625040 CPUtime=10.72 cores=0,2,4,6
/proc/10684/task/10685/stat : 10685 (java) R 10681 10684 9094 0 -1 4202560 2436 0 1 0 1070 2 0 0 20 0 19 0 8556691 9856040960 24563 33554432000 1073741824 1073778376 140734018650128 139710284410576 139710135988691 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10684/tid=10687] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10687/stat : 10687 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556692 9856040960 24563 33554432000 1073741824 1073778376 140734018650128 139710256871976 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10688] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10688/stat : 10688 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556692 9856040960 24563 33554432000 1073741824 1073778376 140734018650128 139710255819176 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10684/tid=10689] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10689/stat : 10689 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556692 9856040960 24563 33554432000 1073741824 1073778376 140734018650128 139710254766376 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10684/tid=10690] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10690/stat : 10690 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556692 9856040960 24563 33554432000 1073741824 1073778376 140734018650128 139710124566696 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10684/tid=10691] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10691/stat : 10691 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556692 9856040960 24563 33554432000 1073741824 1073778376 140734018650128 139710123514920 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10692] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10692/stat : 10692 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556692 9856040960 24563 33554432000 1073741824 1073778376 140734018650128 139710122462120 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10684/tid=10693] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10693/stat : 10693 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556692 9856040960 24563 33554432000 1073741824 1073778376 140734018650128 139710121409320 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10694] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10694/stat : 10694 (java) S 10681 10684 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8556692 9856040960 24563 33554432000 1073741824 1073778376 140734018650128 139710120356520 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10695] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10695/stat : 10695 (java) S 10681 10684 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8556693 9856040960 24563 33554432000 1073741824 1073778376 140734018650128 139709637843432 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10684/tid=10696] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10696/stat : 10696 (java) S 10681 10684 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8556693 9856040960 24563 33554432000 1073741824 1073778376 140734018650128 139709636789496 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10697] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10697/stat : 10697 (java) S 10681 10684 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8556693 9856040960 24563 33554432000 1073741824 1073778376 140734018650128 139709635736584 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10698] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10698/stat : 10698 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556696 9856040960 24563 33554432000 1073741824 1073778376 140734018650128 139709634685072 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10699] ppid=10681 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/10684/task/10699/stat : 10699 (java) S 10681 10684 9094 0 -1 4202560 13228 0 0 0 94 2 0 0 20 0 19 0 8556696 9856040960 24563 33554432000 1073741824 1073778376 140734018650128 139709633633208 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10700] ppid=10681 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/10684/task/10700/stat : 10700 (java) S 10681 10684 9094 0 -1 4202560 6310 0 0 0 50 0 0 0 20 0 19 0 8556696 9856040960 24563 33554432000 1073741824 1073778376 140734018650128 139709632580408 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10684/tid=10701] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10701/stat : 10701 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556696 9856040960 24563 33554432000 1073741824 1073778376 140734018650128 139709631527800 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10684/tid=10702] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10702/stat : 10702 (java) S 10681 10684 9094 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8556696 9856040960 24563 33554432000 1073741824 1073778376 140734018650128 139709630475208 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10684/tid=10703] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10703/stat : 10703 (java) S 10681 10684 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8556708 9856040960 24563 33554432000 1073741824 1073778376 140734018650128 139709629420712 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.26
Current children cumulated vsize (KiB) 9625040

[startup+11.2008 s]
/proc/loadavg: 2.11 2.05 1.93 3/213 10768
/proc/meminfo: memFree=31913452/32872528 swapFree=7268/7268
[pid=10684] ppid=10681 vsize=9625040 CPUtime=12.66 cores=0,2,4,6
/proc/10684/stat : 10684 (java) S 10681 10684 9094 0 -1 4202496 23248 0 1 0 1260 6 0 0 20 0 19 0 8556691 9856040960 25075 33554432000 1073741824 1073778376 140734018650128 140734018641264 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10684/statm: 2406260 25075 2264 9 0 2396937 0
[pid=10684/tid=10685] ppid=10681 vsize=9625040 CPUtime=11.12 cores=0,2,4,6
/proc/10684/task/10685/stat : 10685 (java) R 10681 10684 9094 0 -1 4202560 2438 0 1 0 1110 2 0 0 20 0 19 0 8556691 9856040960 25075 33554432000 1073741824 1073778376 140734018650128 139710284417608 139710135993992 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10687] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10687/stat : 10687 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556692 9856040960 25075 33554432000 1073741824 1073778376 140734018650128 139710256871976 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10688] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10688/stat : 10688 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556692 9856040960 25075 33554432000 1073741824 1073778376 140734018650128 139710255819176 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10684/tid=10689] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10689/stat : 10689 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556692 9856040960 25075 33554432000 1073741824 1073778376 140734018650128 139710254766376 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10684/tid=10690] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10690/stat : 10690 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556692 9856040960 25075 33554432000 1073741824 1073778376 140734018650128 139710124566696 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10684/tid=10691] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10691/stat : 10691 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556692 9856040960 25075 33554432000 1073741824 1073778376 140734018650128 139710123514920 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10692] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10692/stat : 10692 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556692 9856040960 25075 33554432000 1073741824 1073778376 140734018650128 139710122462120 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10684/tid=10693] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10693/stat : 10693 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556692 9856040960 25075 33554432000 1073741824 1073778376 140734018650128 139710121409320 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10694] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10694/stat : 10694 (java) S 10681 10684 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8556692 9856040960 25075 33554432000 1073741824 1073778376 140734018650128 139710120356520 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10695] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10695/stat : 10695 (java) S 10681 10684 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8556693 9856040960 25075 33554432000 1073741824 1073778376 140734018650128 139709637843432 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10684/tid=10696] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10696/stat : 10696 (java) S 10681 10684 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8556693 9856040960 25075 33554432000 1073741824 1073778376 140734018650128 139709636789496 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10697] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10697/stat : 10697 (java) S 10681 10684 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8556693 9856040960 25075 33554432000 1073741824 1073778376 140734018650128 139709635736584 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10698] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10698/stat : 10698 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556696 9856040960 25075 33554432000 1073741824 1073778376 140734018650128 139709634685072 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10699] ppid=10681 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/10684/task/10699/stat : 10699 (java) S 10681 10684 9094 0 -1 4202560 13228 0 0 0 94 2 0 0 20 0 19 0 8556696 9856040960 25075 33554432000 1073741824 1073778376 140734018650128 139709633633208 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10700] ppid=10681 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/10684/task/10700/stat : 10700 (java) S 10681 10684 9094 0 -1 4202560 6310 0 0 0 50 0 0 0 20 0 19 0 8556696 9856040960 25075 33554432000 1073741824 1073778376 140734018650128 139709632580408 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10684/tid=10701] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10701/stat : 10701 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556696 9856040960 25075 33554432000 1073741824 1073778376 140734018650128 139709631527800 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10684/tid=10702] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10702/stat : 10702 (java) S 10681 10684 9094 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8556696 9856040960 25075 33554432000 1073741824 1073778376 140734018650128 139709630475208 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10684/tid=10703] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10703/stat : 10703 (java) S 10681 10684 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8556708 9856040960 25075 33554432000 1073741824 1073778376 140734018650128 139709629420712 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 9625040

[startup+11.3008 s]
/proc/loadavg: 2.11 2.05 1.93 3/213 10768
/proc/meminfo: memFree=31913452/32872528 swapFree=7268/7268
[pid=10684] ppid=10681 vsize=9625040 CPUtime=12.76 cores=0,2,4,6
/proc/10684/stat : 10684 (java) S 10681 10684 9094 0 -1 4202496 23249 0 1 0 1270 6 0 0 20 0 19 0 8556691 9856040960 25587 33554432000 1073741824 1073778376 140734018650128 140734018641264 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10684/statm: 2406260 25587 2264 9 0 2396937 0
[pid=10684/tid=10685] ppid=10681 vsize=9625040 CPUtime=11.22 cores=0,2,4,6
/proc/10684/task/10685/stat : 10685 (java) R 10681 10684 9094 0 -1 4202560 2439 0 1 0 1120 2 0 0 20 0 19 0 8556691 9856040960 25587 33554432000 1073741824 1073778376 140734018650128 139710284417608 139710135987360 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10687] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10687/stat : 10687 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556692 9856040960 25587 33554432000 1073741824 1073778376 140734018650128 139710256871976 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10688] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10688/stat : 10688 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556692 9856040960 25587 33554432000 1073741824 1073778376 140734018650128 139710255819176 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10684/tid=10689] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10689/stat : 10689 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556692 9856040960 25587 33554432000 1073741824 1073778376 140734018650128 139710254766376 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10684/tid=10690] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10690/stat : 10690 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556692 9856040960 25587 33554432000 1073741824 1073778376 140734018650128 139710124566696 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10684/tid=10691] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10691/stat : 10691 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556692 9856040960 25587 33554432000 1073741824 1073778376 140734018650128 139710123514920 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10692] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10692/stat : 10692 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556692 9856040960 25587 33554432000 1073741824 1073778376 140734018650128 139710122462120 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10684/tid=10693] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10693/stat : 10693 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556692 9856040960 25587 33554432000 1073741824 1073778376 140734018650128 139710121409320 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10694] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10694/stat : 10694 (java) S 10681 10684 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8556692 9856040960 25587 33554432000 1073741824 1073778376 140734018650128 139710120356520 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10695] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10695/stat : 10695 (java) S 10681 10684 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8556693 9856040960 25587 33554432000 1073741824 1073778376 140734018650128 139709637843432 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10684/tid=10696] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10696/stat : 10696 (java) S 10681 10684 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8556693 9856040960 25587 33554432000 1073741824 1073778376 140734018650128 139709636789496 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10697] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10697/stat : 10697 (java) S 10681 10684 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8556693 9856040960 25587 33554432000 1073741824 1073778376 140734018650128 139709635736584 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10698] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10698/stat : 10698 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556696 9856040960 25587 33554432000 1073741824 1073778376 140734018650128 139709634685072 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10699] ppid=10681 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/10684/task/10699/stat : 10699 (java) S 10681 10684 9094 0 -1 4202560 13228 0 0 0 94 2 0 0 20 0 19 0 8556696 9856040960 25587 33554432000 1073741824 1073778376 140734018650128 139709633633208 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10700] ppid=10681 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/10684/task/10700/stat : 10700 (java) S 10681 10684 9094 0 -1 4202560 6310 0 0 0 50 0 0 0 20 0 19 0 8556696 9856040960 25587 33554432000 1073741824 1073778376 140734018650128 139709632580408 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10684/tid=10701] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10701/stat : 10701 (java) S 10681 10684 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556696 9856040960 25587 33554432000 1073741824 1073778376 140734018650128 139709631527800 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10684/tid=10702] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10702/stat : 10702 (java) S 10681 10684 9094 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8556696 9856040960 25587 33554432000 1073741824 1073778376 140734018650128 139709630475208 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10684/tid=10703] ppid=10681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10703/stat : 10703 (java) S 10681 10684 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8556708 9856040960 25587 33554432000 1073741824 1073778376 140734018650128 139709629420712 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.76
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 11.3786
CPU time (s): 12.822
CPU user time (s): 12.7411
CPU system time (s): 0.080987
CPU usage (%): 112.685
Max. virtual memory (cumulated for all children) (KiB): 9626944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.7411
system time used= 0.080987
maximum resident set size= 102404
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23267
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= 530
involuntary context switches= 237

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.065989 second user time and 0.114982 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-16 10:18:39
IDJOB=4090615
IDBENCH=78863
IDSOLVER=2551
FILE ID=node151/4090615-1466065119
RUNJOBID= node151-1466062104-9110
PBS_JOBID= 19903998
Free space on /tmp= 71748 MiB

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

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

MD5SUM BENCH= ae60804d96363031fd1d95f40cdae528
RANDOM SEED=80755733

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
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:        31976604 kB
Buffers:            5400 kB
Cached:            39188 kB
SwapCached:        61608 kB
Active:           111416 kB
Inactive:          81748 kB
Active(anon):      89900 kB
Inactive(anon):    61024 kB
Active(file):      21516 kB
Inactive(file):    20724 kB
Unevictable:        7268 kB
Mlocked:            7268 kB
SwapTotal:      67108856 kB
SwapFree:       67038960 kB
Dirty:              1468 kB
Writeback:             0 kB
AnonPages:         95268 kB
Mapped:            15180 kB
Shmem:                 0 kB
Slab:             565688 kB
SReclaimable:       8860 kB
SUnreclaim:       556828 kB
KernelStack:        1640 kB
PageTables:         4752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     697764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     36864 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 node151 at 2016-06-16 10:18:50