Trace number 4109352

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 13.352 11.917

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111212923--soft-33-100-0.wbo
MD5SUMf4aa595d615e9582cb764bb4e9fc2d88
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark12.863
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 1230
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Glucose 2.1 dynamic restart strategy
0.10/0.12	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.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-4109352-1466343621.wbo
0.10/0.12	c reading problem ... 
0.10/0.18	c ... done. Wall clock time 0.061s.
0.10/0.18	c declared #vars     169
0.10/0.18	c internal #vars     238
0.10/0.18	c #constraints  101
0.10/0.18	c constraints type 
0.10/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.10/0.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.10/0.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.10/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
0.10/0.18	c 101 constraints processed.
0.10/0.18	c objective function length is 69 literals
0.24/0.24	c SATISFIABLE
0.24/0.24	c OPTIMIZING...
0.24/0.24	c Got one! Elapsed wall clock time (in seconds):0.126
0.24/0.24	o 888
0.24/0.29	c Got one! Elapsed wall clock time (in seconds):0.171
0.24/0.29	o 850
0.24/0.29	c Got one! Elapsed wall clock time (in seconds):0.177
0.24/0.29	o 820
0.52/0.30	c Got one! Elapsed wall clock time (in seconds):0.182
0.52/0.30	o 628
0.52/0.39	c Got one! Elapsed wall clock time (in seconds):0.268
0.52/0.39	o 591
0.52/0.39	c Got one! Elapsed wall clock time (in seconds):0.275
0.52/0.39	o 579
0.65/0.40	c Got one! Elapsed wall clock time (in seconds):0.282
0.65/0.40	o 572
0.65/0.43	c Got one! Elapsed wall clock time (in seconds):0.309
0.65/0.43	o 571
0.65/0.43	c Got one! Elapsed wall clock time (in seconds):0.317
0.65/0.43	o 569
0.65/0.44	c Got one! Elapsed wall clock time (in seconds):0.322
0.65/0.44	o 568
0.65/0.45	c Got one! Elapsed wall clock time (in seconds):0.329
0.65/0.45	o 562
0.65/0.47	c Got one! Elapsed wall clock time (in seconds):0.349
0.65/0.47	o 561
0.65/0.47	c Got one! Elapsed wall clock time (in seconds):0.356
0.65/0.47	o 510
0.65/0.48	c Got one! Elapsed wall clock time (in seconds):0.359
0.65/0.48	o 474
0.81/0.53	c Got one! Elapsed wall clock time (in seconds):0.418
0.81/0.53	o 473
0.81/0.54	c Got one! Elapsed wall clock time (in seconds):0.424
0.81/0.54	o 457
0.81/0.55	c Got one! Elapsed wall clock time (in seconds):0.434
0.81/0.55	o 443
0.81/0.55	c Got one! Elapsed wall clock time (in seconds):0.437
0.81/0.55	o 440
0.81/0.56	c Got one! Elapsed wall clock time (in seconds):0.446
0.81/0.56	o 411
0.81/0.58	c Got one! Elapsed wall clock time (in seconds):0.464
0.81/0.58	o 407
0.81/0.59	c Got one! Elapsed wall clock time (in seconds):0.47
0.81/0.59	o 404
0.81/0.59	c Got one! Elapsed wall clock time (in seconds):0.475
0.81/0.59	o 402
0.93/0.65	c Got one! Elapsed wall clock time (in seconds):0.534
0.93/0.65	o 401
0.93/0.66	c Got one! Elapsed wall clock time (in seconds):0.54
0.93/0.66	o 399
0.93/0.66	c Got one! Elapsed wall clock time (in seconds):0.547
0.93/0.66	o 396
0.93/0.67	c Got one! Elapsed wall clock time (in seconds):0.557
0.93/0.67	o 395
0.93/0.68	c Got one! Elapsed wall clock time (in seconds):0.565
0.93/0.68	o 390
1.04/0.70	c Got one! Elapsed wall clock time (in seconds):0.584
1.04/0.70	o 389
1.04/0.71	c Got one! Elapsed wall clock time (in seconds):0.593
1.04/0.71	o 387
1.04/0.73	c Got one! Elapsed wall clock time (in seconds):0.608
1.04/0.73	o 386
1.04/0.73	c Got one! Elapsed wall clock time (in seconds):0.613
1.04/0.73	o 369
1.04/0.74	c Got one! Elapsed wall clock time (in seconds):0.619
1.04/0.74	o 361
1.04/0.74	c Got one! Elapsed wall clock time (in seconds):0.626
1.04/0.74	o 359
1.04/0.75	c Got one! Elapsed wall clock time (in seconds):0.632
1.04/0.75	o 325
1.04/0.76	c Got one! Elapsed wall clock time (in seconds):0.648
1.04/0.76	o 323
1.04/0.77	c Got one! Elapsed wall clock time (in seconds):0.65
1.04/0.77	o 322
1.04/0.78	c Got one! Elapsed wall clock time (in seconds):0.663
1.04/0.78	o 321
1.04/0.79	c Got one! Elapsed wall clock time (in seconds):0.668
1.04/0.79	o 318
1.20/0.87	c cleaning 6169 clauses out of 12352 with flag 3063/12352
1.20/0.87	c Got one! Elapsed wall clock time (in seconds):0.754
1.20/0.87	o 317
1.20/0.89	c Got one! Elapsed wall clock time (in seconds):0.773
1.20/0.89	o 289
1.35/0.90	c Got one! Elapsed wall clock time (in seconds):0.781
1.35/0.90	o 288
1.35/0.91	c Got one! Elapsed wall clock time (in seconds):0.795
1.35/0.91	o 287
1.35/0.93	c Got one! Elapsed wall clock time (in seconds):0.812
1.35/0.93	o 266
1.35/0.96	c Got one! Elapsed wall clock time (in seconds):0.84
1.35/0.96	o 265
1.74/1.18	c Got one! Elapsed wall clock time (in seconds):1.06
1.74/1.18	o 243
1.74/1.19	c Got one! Elapsed wall clock time (in seconds):1.078
1.74/1.19	o 240
1.84/1.22	c Got one! Elapsed wall clock time (in seconds):1.101
1.84/1.22	o 239
1.84/1.29	c cleaning 7225 clauses out of 14462 with flag 3718/20631
1.94/1.37	c Got one! Elapsed wall clock time (in seconds):1.255
1.94/1.37	o 238
2.04/1.45	c Got one! Elapsed wall clock time (in seconds):1.337
2.04/1.45	o 233
2.04/1.46	c Got one! Elapsed wall clock time (in seconds):1.345
2.04/1.46	o 228
2.04/1.48	c Got one! Elapsed wall clock time (in seconds):1.367
2.04/1.48	o 220
2.14/1.51	c Got one! Elapsed wall clock time (in seconds):1.393
2.14/1.51	o 219
2.14/1.56	c Got one! Elapsed wall clock time (in seconds):1.444
2.14/1.56	o 211
2.14/1.58	c Got one! Elapsed wall clock time (in seconds):1.463
2.14/1.58	o 194
2.14/1.59	c Got one! Elapsed wall clock time (in seconds):1.472
2.14/1.59	o 172
2.24/1.65	c cleaning 7393 clauses out of 14788 with flag 4350/28182
2.36/1.74	c Got one! Elapsed wall clock time (in seconds):1.626
2.36/1.74	o 171
2.36/1.76	c Got one! Elapsed wall clock time (in seconds):1.642
2.36/1.76	o 162
2.56/1.90	c cleaning 6442 clauses out of 12890 with flag 13766/33677
2.56/1.95	c Got one! Elapsed wall clock time (in seconds):1.833
2.56/1.95	o 147
2.76/2.13	c cleaning 5836 clauses out of 11680 with flag 18721/38909
2.88/2.27	c Got one! Elapsed wall clock time (in seconds):2.153
2.88/2.27	o 84
3.01/2.31	c Got one! Elapsed wall clock time (in seconds):2.193
3.01/2.31	o 79
3.01/2.34	c Got one! Elapsed wall clock time (in seconds):2.22
3.01/2.34	o 74
3.01/2.39	c Got one! Elapsed wall clock time (in seconds):2.273
3.01/2.39	o 66
3.13/2.41	c Got one! Elapsed wall clock time (in seconds):2.293
3.13/2.41	o 64
3.13/2.49	c cleaning 6442 clauses out of 12883 with flag 4456/45948
3.29/2.50	c Got one! Elapsed wall clock time (in seconds):2.382
3.29/2.50	o 63
3.70/2.73	c cleaning 5846 clauses out of 11710 with flag 16715/51217
4.10/2.99	c cleaning 5929 clauses out of 11866 with flag 39055/57219
4.59/3.29	c cleaning 6466 clauses out of 12935 with flag 65763/64217
4.69/3.35	c Got one! Elapsed wall clock time (in seconds):3.232
4.69/3.35	o 62
4.89/3.52	c cleaning 5926 clauses out of 11877 with flag 13481/69625
5.09/3.76	c cleaning 5974 clauses out of 11953 with flag 34456/75627
5.39/4.05	c cleaning 6490 clauses out of 12979 with flag 60151/82627
5.49/4.18	c Got one! Elapsed wall clock time (in seconds):4.065
5.49/4.18	o 30
5.59/4.27	c cleaning 5904 clauses out of 11816 with flag 7914/87955
5.69/4.35	c Got one! Elapsed wall clock time (in seconds):4.228
5.69/4.35	o 29
5.79/4.46	c cleaning 5721 clauses out of 11444 with flag 10312/93487
5.99/4.69	c cleaning 5853 clauses out of 11723 with flag 31846/99487
6.29/4.95	c cleaning 6433 clauses out of 12870 with flag 57904/106487
6.39/5.04	c Got one! Elapsed wall clock time (in seconds):4.926
6.39/5.04	o 25
6.49/5.11	c Got one! Elapsed wall clock time (in seconds):4.996
6.49/5.11	o 24
6.59/5.21	c cleaning 6518 clauses out of 13046 with flag 8335/113096
6.79/5.45	c cleaning 6256 clauses out of 12525 with flag 32688/119093
7.09/5.72	c cleaning 6631 clauses out of 13269 with flag 59900/126093
7.39/6.03	c cleaning 7315 clauses out of 14639 with flag 91597/134094
7.49/6.13	c Got one! Elapsed wall clock time (in seconds):6.01
7.49/6.13	o 23
7.59/6.25	c cleaning 6648 clauses out of 13320 with flag 11382/140091
7.79/6.47	c cleaning 6336 clauses out of 12672 with flag 32577/146091
8.10/6.75	c cleaning 6660 clauses out of 13337 with flag 60788/153093
8.19/6.81	c Got one! Elapsed wall clock time (in seconds):6.694
8.19/6.81	o 22
8.29/6.97	c cleaning 6169 clauses out of 12348 with flag 16892/158764
8.61/7.21	c cleaning 6086 clauses out of 12179 with flag 43247/164765
8.81/7.49	c cleaning 6539 clauses out of 13092 with flag 74373/171764
9.22/7.82	c cleaning 7265 clauses out of 14552 with flag 108600/179764
9.62/8.20	c cleaning 8141 clauses out of 16287 with flag 146556/188764
9.62/8.29	c Got one! Elapsed wall clock time (in seconds):8.171
9.62/8.29	o 18
9.72/8.33	c Got one! Elapsed wall clock time (in seconds):8.213
9.72/8.33	o 16
9.72/8.34	c Got one! Elapsed wall clock time (in seconds):8.219
9.72/8.34	o 15
9.83/8.43	c cleaning 6866 clauses out of 13734 with flag 10024/194352
10.03/8.68	c cleaning 6426 clauses out of 12868 with flag 39605/200353
10.33/8.97	c cleaning 6715 clauses out of 13444 with flag 71688/207355
10.53/9.18	c Got one! Elapsed wall clock time (in seconds):9.062
10.53/9.18	o 13
10.73/9.32	c Got one! Elapsed wall clock time (in seconds):9.204
10.73/9.32	o 8
10.83/9.43	c cleaning 8607 clauses out of 17213 with flag 9284/217841
11.03/9.69	c cleaning 7295 clauses out of 14605 with flag 37443/223841
11.33/9.97	c cleaning 7148 clauses out of 14311 with flag 69501/230844
11.73/10.33	c cleaning 7577 clauses out of 15161 with flag 110932/238843
12.13/10.74	c cleaning 8290 clauses out of 16580 with flag 153587/247841
12.62/11.23	c cleaning 9142 clauses out of 18289 with flag 203479/257842
13.22/11.80	c cleaning 10067 clauses out of 20133 with flag 259884/268841
13.32/11.91	c starts		: 172
13.32/11.91	c conflicts		: 271083
13.32/11.91	c decisions		: 430696
13.32/11.91	c propagations		: 6153040
13.32/11.91	c inspects		: 131841844
13.32/11.91	c shortcuts		: 0
13.32/11.91	c learnt literals	: 45
13.32/11.91	c learnt binary clauses	: 21
13.32/11.91	c learnt ternary clauses	: 453
13.32/11.91	c learnt constraints	: 271037
13.32/11.91	c ignored constraints	: 0
13.32/11.91	c root simplifications	: 0
13.32/11.91	c removed literals (reason simplification)	: 0
13.32/11.91	c reason swapping (by a shorter reason)	: 0
13.32/11.91	c Calls to reduceDB	: 38
13.32/11.91	c Number of update (reduction) of LBD	: 65758
13.32/11.91	c Imported unit clauses	: 0
13.32/11.91	c number of reductions to clauses (during analyze)	: 0
13.32/11.91	c number of learned constraints concerned by reduction	: 0
13.32/11.91	c number of learning phase by resolution	: 0
13.32/11.91	c number of learning phase by cutting planes	: 0
13.32/11.91	c speed (assignments/second)	: 524734.7774177042
13.32/11.91	c non guided choices	2781
13.32/11.91	c learnt constraints type 
13.32/11.91	s OPTIMUM FOUND
13.32/11.91	c Found 76 solution(s)
13.32/11.91	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 
13.32/11.91	c objective function=8
13.32/11.91	c Total wall clock time (in seconds): 11.793

Verifier Data

OK	8

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-4109352-1466343621/watcher-4109352-1466343621 -o /tmp/evaluation-result-4109352-1466343621/solver-4109352-1466343621 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466341814-20470 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109352-1466343621.wbo 

pid=20821
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.28 2.17 1.87 3/195 20824
/proc/meminfo: memFree=30251004/32872528 swapFree=1286400/1433568
[pid=20824] ppid=20821 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/20824/stat : 20824 (java) R 20821 20824 20454 0 -1 4202496 1188 0 0 0 0 0 0 0 20 0 1 0 36408908 23793664 840 33554432000 1073741824 1073778376 140736321466736 140736321455800 139741418686080 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20824/statm: 5809 854 645 9 0 128 0
[pid=20824/tid=20826] ppid=20821 vsize=24200 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20826/stat : 20826 (java) R 20821 20824 20454 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 2 0 36408909 24780800 866 33554432000 1073741824 1073778376 140736321466736 140736321455800 214369704113 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100059 s]
/proc/loadavg: 2.28 2.17 1.87 3/195 20824
/proc/meminfo: memFree=30251004/32872528 swapFree=1286400/1433568
[pid=20824] ppid=20821 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/20824/stat : 20824 (java) S 20821 20824 20454 0 -1 4202496 4390 0 1 0 9 1 0 0 20 0 18 0 36408908 9787879424 6024 33554432000 1073741824 1073778376 140736321466736 140736321457872 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20824/statm: 2389619 6024 2125 9 0 2380296 0
[pid=20824/tid=20826] ppid=20821 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/20824/task/20826/stat : 20826 (java) R 20821 20824 20454 0 -1 4202560 2378 0 1 0 7 0 0 0 20 0 18 0 36408909 9787879424 6024 33554432000 1073741824 1073778376 140736321466736 139741415746464 214373033229 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.200253 s]
/proc/loadavg: 2.28 2.17 1.87 3/195 20824
/proc/meminfo: memFree=30251004/32872528 swapFree=1286400/1433568
[pid=20824] ppid=20821 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/20824/stat : 20824 (java) S 20821 20824 20454 0 -1 4202496 4740 0 1 0 23 1 0 0 20 0 19 0 36408908 9856040960 7344 33554432000 1073741824 1073778376 140736321466736 140736321457872 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20824/statm: 2406260 7344 2204 9 0 2396937 0
[pid=20824/tid=20826] ppid=20821 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/20824/task/20826/stat : 20826 (java) R 20821 20824 20454 0 -1 4202560 2413 0 1 0 17 0 0 0 20 0 19 0 36408909 9856040960 7344 33554432000 1073741824 1073778376 140736321466736 139741415748224 139741274123860 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9625040

[startup+0.300247 s]
/proc/loadavg: 2.28 2.17 1.87 3/195 20824
/proc/meminfo: memFree=30251004/32872528 swapFree=1286400/1433568
[pid=20824] ppid=20821 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/20824/stat : 20824 (java) S 20821 20824 20454 0 -1 4202496 7212 0 1 0 51 1 0 0 20 0 19 0 36408908 9856040960 8648 33554432000 1073741824 1073778376 140736321466736 140736321457872 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20824/statm: 2406260 8648 2244 9 0 2396937 0
[pid=20824/tid=20826] ppid=20821 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/20824/task/20826/stat : 20826 (java) R 20821 20824 20454 0 -1 4202560 2414 0 1 0 27 0 0 0 20 0 19 0 36408909 9856040960 8648 33554432000 1073741824 1073778376 140736321466736 139741415747560 139741423512370 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.700229 s]
/proc/loadavg: 2.28 2.17 1.87 3/195 20824
/proc/meminfo: memFree=30251004/32872528 swapFree=1286400/1433568
[pid=20824] ppid=20821 vsize=9625040 CPUtime=1.04 cores=0,2,4,6
/proc/20824/stat : 20824 (java) S 20821 20824 20454 0 -1 4202496 8228 0 1 0 102 2 0 0 20 0 19 0 36408908 9856040960 9147 33554432000 1073741824 1073778376 140736321466736 140736321457872 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20824/statm: 2406260 9147 2254 9 0 2396937 0
[pid=20824/tid=20826] ppid=20821 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/20824/task/20826/stat : 20826 (java) R 20821 20824 20454 0 -1 4202560 2415 0 1 0 67 0 0 0 20 0 19 0 36408909 9856040960 9147 33554432000 1073741824 1073778376 140736321466736 139741415747672 139741274159716 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.50074 s]
/proc/loadavg: 2.28 2.17 1.87 3/214 20908
/proc/meminfo: memFree=30270528/32872528 swapFree=1286400/1433568
[pid=20824] ppid=20821 vsize=9625040 CPUtime=2.14 cores=0,2,4,6
/proc/20824/stat : 20824 (java) S 20821 20824 20454 0 -1 4202496 12480 0 1 0 211 3 0 0 20 0 19 0 36408908 9856040960 12597 33554432000 1073741824 1073778376 140736321466736 140736321457872 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20824/statm: 2406260 12597 2261 9 0 2396937 0
[pid=20824/tid=20826] ppid=20821 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/20824/task/20826/stat : 20826 (java) R 20821 20824 20454 0 -1 4202560 2419 0 1 0 147 0 0 0 20 0 19 0 36408909 9856040960 12597 33554432000 1073741824 1073778376 140736321466736 139741415746008 139741274484274 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20824/tid=20828] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20828/stat : 20828 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408909 9856040960 12597 33554432000 1073741824 1073778376 140736321466736 139741393849384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20829] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20829/stat : 20829 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408910 9856040960 12597 33554432000 1073741824 1073778376 140736321466736 139741392796584 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20824/tid=20830] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20830/stat : 20830 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408910 9856040960 12597 33554432000 1073741824 1073778376 140736321466736 139741190155048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20824/tid=20831] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20831/stat : 20831 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408910 9856040960 12597 33554432000 1073741824 1073778376 140736321466736 139741189102248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20824/tid=20832] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20832/stat : 20832 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408910 9856040960 12597 33554432000 1073741824 1073778376 140736321466736 139741188049448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20833] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20833/stat : 20833 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408910 9856040960 12597 33554432000 1073741824 1073778376 140736321466736 139741186996648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20824/tid=20834] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20834/stat : 20834 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408910 9856040960 12597 33554432000 1073741824 1073778376 140736321466736 139741185943848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20835] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20835/stat : 20835 (java) S 20821 20824 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36408910 9856040960 12597 33554432000 1073741824 1073778376 140736321466736 139741184891048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20836] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20836/stat : 20836 (java) S 20821 20824 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36408911 9856040960 12597 33554432000 1073741824 1073778376 140736321466736 139741172693992 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20837] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20837/stat : 20837 (java) S 20821 20824 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36408911 9856040960 12597 33554432000 1073741824 1073778376 140736321466736 139741171640056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20838] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20838/stat : 20838 (java) S 20821 20824 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408911 9856040960 12597 33554432000 1073741824 1073778376 140736321466736 139741170587144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20847] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20847/stat : 20847 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408914 9856040960 12597 33554432000 1073741824 1073778376 140736321466736 139741169535632 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20848] ppid=20821 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/20824/task/20848/stat : 20848 (java) S 20821 20824 20454 0 -1 4202560 3050 0 0 0 27 0 0 0 20 0 19 0 36408914 9856040960 12597 33554432000 1073741824 1073778376 140736321466736 139741168482744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20849] ppid=20821 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/20824/task/20849/stat : 20849 (java) S 20821 20824 20454 0 -1 4202560 5741 0 0 0 34 1 0 0 20 0 19 0 36408914 9856040960 12597 33554432000 1073741824 1073778376 140736321466736 139741167429944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20824/tid=20850] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20850/stat : 20850 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408914 9856040960 12597 33554432000 1073741824 1073778376 140736321466736 139741166377336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20824/tid=20851] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20851/stat : 20851 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408914 9856040960 12597 33554432000 1073741824 1073778376 140736321466736 139741165324744 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20875] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20875/stat : 20875 (java) S 20821 20824 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408927 9856040960 12597 33554432000 1073741824 1073778376 140736321466736 139741164271272 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 9625040

[startup+3.10085 s]
/proc/loadavg: 2.28 2.17 1.87 3/214 20908
/proc/meminfo: memFree=30252724/32872528 swapFree=1286400/1433568
[pid=20824] ppid=20821 vsize=9625040 CPUtime=4.49 cores=0,2,4,6
/proc/20824/stat : 20824 (java) S 20821 20824 20454 0 -1 4202496 20565 0 1 0 444 5 0 0 20 0 19 0 36408908 9856040960 17230 33554432000 1073741824 1073778376 140736321466736 140736321457872 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20824/statm: 2406260 17230 2263 9 0 2396937 0
[pid=20824/tid=20826] ppid=20821 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/20824/task/20826/stat : 20826 (java) R 20821 20824 20454 0 -1 4202560 2426 0 1 0 306 1 0 0 20 0 19 0 36408909 9856040960 17230 33554432000 1073741824 1073778376 140736321466736 139741415748104 139741274569554 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20824/tid=20828] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20828/stat : 20828 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408909 9856040960 17230 33554432000 1073741824 1073778376 140736321466736 139741393849384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20829] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20829/stat : 20829 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408910 9856040960 17230 33554432000 1073741824 1073778376 140736321466736 139741392796584 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20824/tid=20830] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20830/stat : 20830 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408910 9856040960 17230 33554432000 1073741824 1073778376 140736321466736 139741190155048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20824/tid=20831] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20831/stat : 20831 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408910 9856040960 17230 33554432000 1073741824 1073778376 140736321466736 139741189102248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20824/tid=20832] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20832/stat : 20832 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408910 9856040960 17230 33554432000 1073741824 1073778376 140736321466736 139741188049448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20833] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20833/stat : 20833 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408910 9856040960 17230 33554432000 1073741824 1073778376 140736321466736 139741186996648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20824/tid=20834] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20834/stat : 20834 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408910 9856040960 17230 33554432000 1073741824 1073778376 140736321466736 139741185943848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20835] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20835/stat : 20835 (java) S 20821 20824 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36408910 9856040960 17230 33554432000 1073741824 1073778376 140736321466736 139741184891048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20836] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20836/stat : 20836 (java) S 20821 20824 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36408911 9856040960 17230 33554432000 1073741824 1073778376 140736321466736 139741172693992 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20837] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20837/stat : 20837 (java) S 20821 20824 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36408911 9856040960 17230 33554432000 1073741824 1073778376 140736321466736 139741171640056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20838] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20838/stat : 20838 (java) S 20821 20824 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408911 9856040960 17230 33554432000 1073741824 1073778376 140736321466736 139741170587144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20847] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20847/stat : 20847 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408914 9856040960 17230 33554432000 1073741824 1073778376 140736321466736 139741169535632 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20848] ppid=20821 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/20824/task/20848/stat : 20848 (java) S 20821 20824 20454 0 -1 4202560 3067 0 0 0 36 0 0 0 20 0 19 0 36408914 9856040960 17230 33554432000 1073741824 1073778376 140736321466736 139741168482744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20849] ppid=20821 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/20824/task/20849/stat : 20849 (java) S 20821 20824 20454 0 -1 4202560 13802 0 0 0 98 3 0 0 20 0 19 0 36408914 9856040960 17230 33554432000 1073741824 1073778376 140736321466736 139741167429944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20824/tid=20850] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20850/stat : 20850 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408914 9856040960 17230 33554432000 1073741824 1073778376 140736321466736 139741166377336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20824/tid=20851] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20851/stat : 20851 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408914 9856040960 17230 33554432000 1073741824 1073778376 140736321466736 139741165324744 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20875] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20875/stat : 20875 (java) S 20821 20824 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408927 9856040960 17230 33554432000 1073741824 1073778376 140736321466736 139741164271272 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.49
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.41 2.20 1.88 3/214 20908
/proc/meminfo: memFree=30194176/32872528 swapFree=1286400/1433568
[pid=20824] ppid=20821 vsize=9625040 CPUtime=7.69 cores=0,2,4,6
/proc/20824/stat : 20824 (java) S 20821 20824 20454 0 -1 4202496 20579 0 1 0 764 5 0 0 20 0 19 0 36408908 9856040960 20216 33554432000 1073741824 1073778376 140736321466736 140736321457872 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20824/statm: 2406260 20216 2264 9 0 2396937 0
[pid=20824/tid=20826] ppid=20821 vsize=9625040 CPUtime=6.27 cores=0,2,4,6
/proc/20824/task/20826/stat : 20826 (java) R 20821 20824 20454 0 -1 4202560 2439 0 1 0 625 2 0 0 20 0 19 0 36408909 9856040960 20216 33554432000 1073741824 1073778376 140736321466736 139741415748104 139741274553182 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20824/tid=20828] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20828/stat : 20828 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408909 9856040960 20216 33554432000 1073741824 1073778376 140736321466736 139741393849384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20829] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20829/stat : 20829 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408910 9856040960 20216 33554432000 1073741824 1073778376 140736321466736 139741392796584 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20824/tid=20830] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20830/stat : 20830 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408910 9856040960 20216 33554432000 1073741824 1073778376 140736321466736 139741190155048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20824/tid=20831] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20831/stat : 20831 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408910 9856040960 20216 33554432000 1073741824 1073778376 140736321466736 139741189102248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20824/tid=20832] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20832/stat : 20832 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408910 9856040960 20216 33554432000 1073741824 1073778376 140736321466736 139741188049448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20833] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20833/stat : 20833 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408910 9856040960 20216 33554432000 1073741824 1073778376 140736321466736 139741186996648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20824/tid=20834] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20834/stat : 20834 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408910 9856040960 20216 33554432000 1073741824 1073778376 140736321466736 139741185943848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20835] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20835/stat : 20835 (java) S 20821 20824 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36408910 9856040960 20216 33554432000 1073741824 1073778376 140736321466736 139741184891048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20836] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20836/stat : 20836 (java) S 20821 20824 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36408911 9856040960 20216 33554432000 1073741824 1073778376 140736321466736 139741172693992 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20837] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20837/stat : 20837 (java) S 20821 20824 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36408911 9856040960 20216 33554432000 1073741824 1073778376 140736321466736 139741171640056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20838] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20838/stat : 20838 (java) S 20821 20824 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408911 9856040960 20216 33554432000 1073741824 1073778376 140736321466736 139741170587144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20847] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20847/stat : 20847 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408914 9856040960 20216 33554432000 1073741824 1073778376 140736321466736 139741169535632 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20848] ppid=20821 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/20824/task/20848/stat : 20848 (java) S 20821 20824 20454 0 -1 4202560 3067 0 0 0 36 0 0 0 20 0 19 0 36408914 9856040960 20216 33554432000 1073741824 1073778376 140736321466736 139741168482744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20849] ppid=20821 vsize=9625040 CPUtime=1.02 cores=0,2,4,6

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

[pid=20824/tid=20830] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20830/stat : 20830 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408910 9856040960 26360 33554432000 1073741824 1073778376 140736321466736 139741190155048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20824/tid=20831] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20831/stat : 20831 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408910 9856040960 26360 33554432000 1073741824 1073778376 140736321466736 139741189102248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20824/tid=20832] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20832/stat : 20832 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408910 9856040960 26360 33554432000 1073741824 1073778376 140736321466736 139741188049448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20833] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20833/stat : 20833 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408910 9856040960 26360 33554432000 1073741824 1073778376 140736321466736 139741186996648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20824/tid=20834] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20834/stat : 20834 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408910 9856040960 26360 33554432000 1073741824 1073778376 140736321466736 139741185943848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20835] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20835/stat : 20835 (java) S 20821 20824 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36408910 9856040960 26360 33554432000 1073741824 1073778376 140736321466736 139741184891048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20836] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20836/stat : 20836 (java) S 20821 20824 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36408911 9856040960 26360 33554432000 1073741824 1073778376 140736321466736 139741172693992 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20837] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20837/stat : 20837 (java) S 20821 20824 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36408911 9856040960 26360 33554432000 1073741824 1073778376 140736321466736 139741171640056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20838] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20838/stat : 20838 (java) S 20821 20824 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408911 9856040960 26360 33554432000 1073741824 1073778376 140736321466736 139741170587144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20847] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20847/stat : 20847 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408914 9856040960 26360 33554432000 1073741824 1073778376 140736321466736 139741169535632 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20848] ppid=20821 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/20824/task/20848/stat : 20848 (java) S 20821 20824 20454 0 -1 4202560 3067 0 0 0 36 0 0 0 20 0 19 0 36408914 9856040960 26360 33554432000 1073741824 1073778376 140736321466736 139741168482744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20849] ppid=20821 vsize=9625040 CPUtime=1.05 cores=0,2,4,6
/proc/20824/task/20849/stat : 20849 (java) S 20821 20824 20454 0 -1 4202560 13802 0 0 0 102 3 0 0 20 0 19 0 36408914 9856040960 26360 33554432000 1073741824 1073778376 140736321466736 139741167429944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20824/tid=20850] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20850/stat : 20850 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408914 9856040960 26360 33554432000 1073741824 1073778376 140736321466736 139741166377336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20824/tid=20851] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20851/stat : 20851 (java) S 20821 20824 20454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36408914 9856040960 26360 33554432000 1073741824 1073778376 140736321466736 139741165324744 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20875] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20875/stat : 20875 (java) S 20821 20824 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408927 9856040960 26360 33554432000 1073741824 1073778376 140736321466736 139741164271272 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 9625040

[startup+11.6007 s]
/proc/loadavg: 2.38 2.20 1.88 3/214 20908
/proc/meminfo: memFree=30134080/32872528 swapFree=1286400/1433568
[pid=20824] ppid=20821 vsize=9625040 CPUtime=13.02 cores=0,2,4,6
/proc/20824/stat : 20824 (java) S 20821 20824 20454 0 -1 4202496 20594 0 1 0 1296 6 0 0 20 0 19 0 36408908 9856040960 26872 33554432000 1073741824 1073778376 140736321466736 140736321457872 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20824/statm: 2406260 26872 2264 9 0 2396937 0
[pid=20824/tid=20826] ppid=20821 vsize=9625040 CPUtime=11.57 cores=0,2,4,6
/proc/20824/task/20826/stat : 20826 (java) R 20821 20824 20454 0 -1 4202560 2454 0 1 0 1155 2 0 0 20 0 19 0 36408909 9856040960 26872 33554432000 1073741824 1073778376 140736321466736 139741415739088 139741274615824 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20824/tid=20828] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20828/stat : 20828 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408909 9856040960 26872 33554432000 1073741824 1073778376 140736321466736 139741393849384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20829] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20829/stat : 20829 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408910 9856040960 26872 33554432000 1073741824 1073778376 140736321466736 139741392796584 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20824/tid=20830] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20830/stat : 20830 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408910 9856040960 26872 33554432000 1073741824 1073778376 140736321466736 139741190155048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20824/tid=20831] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20831/stat : 20831 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408910 9856040960 26872 33554432000 1073741824 1073778376 140736321466736 139741189102248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20824/tid=20832] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20832/stat : 20832 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408910 9856040960 26872 33554432000 1073741824 1073778376 140736321466736 139741188049448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20833] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20833/stat : 20833 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408910 9856040960 26872 33554432000 1073741824 1073778376 140736321466736 139741186996648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20824/tid=20834] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20834/stat : 20834 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408910 9856040960 26872 33554432000 1073741824 1073778376 140736321466736 139741185943848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20835] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20835/stat : 20835 (java) S 20821 20824 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36408910 9856040960 26872 33554432000 1073741824 1073778376 140736321466736 139741184891048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20836] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20836/stat : 20836 (java) S 20821 20824 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36408911 9856040960 26872 33554432000 1073741824 1073778376 140736321466736 139741172693992 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20837] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20837/stat : 20837 (java) S 20821 20824 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36408911 9856040960 26872 33554432000 1073741824 1073778376 140736321466736 139741171640056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20838] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20838/stat : 20838 (java) S 20821 20824 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408911 9856040960 26872 33554432000 1073741824 1073778376 140736321466736 139741170587144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20847] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20847/stat : 20847 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408914 9856040960 26872 33554432000 1073741824 1073778376 140736321466736 139741169535632 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20848] ppid=20821 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/20824/task/20848/stat : 20848 (java) S 20821 20824 20454 0 -1 4202560 3067 0 0 0 36 0 0 0 20 0 19 0 36408914 9856040960 26872 33554432000 1073741824 1073778376 140736321466736 139741168482744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20849] ppid=20821 vsize=9625040 CPUtime=1.05 cores=0,2,4,6
/proc/20824/task/20849/stat : 20849 (java) S 20821 20824 20454 0 -1 4202560 13802 0 0 0 102 3 0 0 20 0 19 0 36408914 9856040960 26872 33554432000 1073741824 1073778376 140736321466736 139741167429944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20824/tid=20850] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20850/stat : 20850 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408914 9856040960 26872 33554432000 1073741824 1073778376 140736321466736 139741166377336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20824/tid=20851] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20851/stat : 20851 (java) S 20821 20824 20454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36408914 9856040960 26872 33554432000 1073741824 1073778376 140736321466736 139741165324744 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20875] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20875/stat : 20875 (java) S 20821 20824 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408927 9856040960 26872 33554432000 1073741824 1073778376 140736321466736 139741164271272 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 13.02
Current children cumulated vsize (KiB) 9625040

[startup+11.8007 s]
/proc/loadavg: 2.38 2.20 1.88 3/214 20908
/proc/meminfo: memFree=30134080/32872528 swapFree=1286400/1433568
[pid=20824] ppid=20821 vsize=9625040 CPUtime=13.22 cores=0,2,4,6
/proc/20824/stat : 20824 (java) S 20821 20824 20454 0 -1 4202496 20595 0 1 0 1316 6 0 0 20 0 19 0 36408908 9856040960 27384 33554432000 1073741824 1073778376 140736321466736 140736321457872 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20824/statm: 2406260 27384 2264 9 0 2396937 0
[pid=20824/tid=20826] ppid=20821 vsize=9625040 CPUtime=11.77 cores=0,2,4,6
/proc/20824/task/20826/stat : 20826 (java) R 20821 20824 20454 0 -1 4202560 2455 0 1 0 1175 2 0 0 20 0 19 0 36408909 9856040960 27384 33554432000 1073741824 1073778376 140736321466736 139741415739088 139741274723589 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20824/tid=20828] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20828/stat : 20828 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408909 9856040960 27384 33554432000 1073741824 1073778376 140736321466736 139741393849384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20829] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20829/stat : 20829 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408910 9856040960 27384 33554432000 1073741824 1073778376 140736321466736 139741392796584 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20824/tid=20830] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20830/stat : 20830 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408910 9856040960 27384 33554432000 1073741824 1073778376 140736321466736 139741190155048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20824/tid=20831] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20831/stat : 20831 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408910 9856040960 27384 33554432000 1073741824 1073778376 140736321466736 139741189102248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20824/tid=20832] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20832/stat : 20832 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408910 9856040960 27384 33554432000 1073741824 1073778376 140736321466736 139741188049448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20833] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20833/stat : 20833 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408910 9856040960 27384 33554432000 1073741824 1073778376 140736321466736 139741186996648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20824/tid=20834] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20834/stat : 20834 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408910 9856040960 27384 33554432000 1073741824 1073778376 140736321466736 139741185943848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20835] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20835/stat : 20835 (java) S 20821 20824 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36408910 9856040960 27384 33554432000 1073741824 1073778376 140736321466736 139741184891048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20836] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20836/stat : 20836 (java) S 20821 20824 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36408911 9856040960 27384 33554432000 1073741824 1073778376 140736321466736 139741172693992 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20837] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20837/stat : 20837 (java) S 20821 20824 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36408911 9856040960 27384 33554432000 1073741824 1073778376 140736321466736 139741171640056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20838] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20838/stat : 20838 (java) S 20821 20824 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408911 9856040960 27384 33554432000 1073741824 1073778376 140736321466736 139741170587144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20847] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20847/stat : 20847 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408914 9856040960 27384 33554432000 1073741824 1073778376 140736321466736 139741169535632 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20848] ppid=20821 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/20824/task/20848/stat : 20848 (java) S 20821 20824 20454 0 -1 4202560 3067 0 0 0 36 0 0 0 20 0 19 0 36408914 9856040960 27384 33554432000 1073741824 1073778376 140736321466736 139741168482744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20849] ppid=20821 vsize=9625040 CPUtime=1.05 cores=0,2,4,6
/proc/20824/task/20849/stat : 20849 (java) S 20821 20824 20454 0 -1 4202560 13802 0 0 0 102 3 0 0 20 0 19 0 36408914 9856040960 27384 33554432000 1073741824 1073778376 140736321466736 139741167429944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20824/tid=20850] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20850/stat : 20850 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408914 9856040960 27384 33554432000 1073741824 1073778376 140736321466736 139741166377336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20824/tid=20851] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20851/stat : 20851 (java) S 20821 20824 20454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36408914 9856040960 27384 33554432000 1073741824 1073778376 140736321466736 139741165324744 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20875] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20875/stat : 20875 (java) S 20821 20824 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408927 9856040960 27384 33554432000 1073741824 1073778376 140736321466736 139741164271272 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 13.22
Current children cumulated vsize (KiB) 9625040

[startup+11.9009 s]
/proc/loadavg: 2.38 2.20 1.88 3/214 20908
/proc/meminfo: memFree=30134080/32872528 swapFree=1286400/1433568
[pid=20824] ppid=20821 vsize=9625040 CPUtime=13.32 cores=0,2,4,6
/proc/20824/stat : 20824 (java) S 20821 20824 20454 0 -1 4202496 20595 0 1 0 1326 6 0 0 20 0 19 0 36408908 9856040960 27384 33554432000 1073741824 1073778376 140736321466736 140736321457872 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20824/statm: 2406260 27384 2264 9 0 2396937 0
[pid=20824/tid=20826] ppid=20821 vsize=9625040 CPUtime=11.87 cores=0,2,4,6
/proc/20824/task/20826/stat : 20826 (java) R 20821 20824 20454 0 -1 4202560 2455 0 1 0 1185 2 0 0 20 0 19 0 36408909 9856040960 27384 33554432000 1073741824 1073778376 140736321466736 139741415739088 139741274543360 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20824/tid=20828] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20828/stat : 20828 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408909 9856040960 27384 33554432000 1073741824 1073778376 140736321466736 139741393849384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20829] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20829/stat : 20829 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408910 9856040960 27384 33554432000 1073741824 1073778376 140736321466736 139741392796584 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20824/tid=20830] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20830/stat : 20830 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408910 9856040960 27384 33554432000 1073741824 1073778376 140736321466736 139741190155048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20824/tid=20831] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20831/stat : 20831 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408910 9856040960 27384 33554432000 1073741824 1073778376 140736321466736 139741189102248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20824/tid=20832] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20832/stat : 20832 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408910 9856040960 27384 33554432000 1073741824 1073778376 140736321466736 139741188049448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20833] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20833/stat : 20833 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408910 9856040960 27384 33554432000 1073741824 1073778376 140736321466736 139741186996648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20824/tid=20834] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20834/stat : 20834 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408910 9856040960 27384 33554432000 1073741824 1073778376 140736321466736 139741185943848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20835] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20835/stat : 20835 (java) S 20821 20824 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36408910 9856040960 27384 33554432000 1073741824 1073778376 140736321466736 139741184891048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20836] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20836/stat : 20836 (java) S 20821 20824 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36408911 9856040960 27384 33554432000 1073741824 1073778376 140736321466736 139741172693992 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20837] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20837/stat : 20837 (java) S 20821 20824 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36408911 9856040960 27384 33554432000 1073741824 1073778376 140736321466736 139741171640056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20838] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20838/stat : 20838 (java) S 20821 20824 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408911 9856040960 27384 33554432000 1073741824 1073778376 140736321466736 139741170587144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20847] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20847/stat : 20847 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408914 9856040960 27384 33554432000 1073741824 1073778376 140736321466736 139741169535632 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20848] ppid=20821 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/20824/task/20848/stat : 20848 (java) S 20821 20824 20454 0 -1 4202560 3067 0 0 0 36 0 0 0 20 0 19 0 36408914 9856040960 27384 33554432000 1073741824 1073778376 140736321466736 139741168482744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20849] ppid=20821 vsize=9625040 CPUtime=1.05 cores=0,2,4,6
/proc/20824/task/20849/stat : 20849 (java) S 20821 20824 20454 0 -1 4202560 13802 0 0 0 102 3 0 0 20 0 19 0 36408914 9856040960 27384 33554432000 1073741824 1073778376 140736321466736 139741167429944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20824/tid=20850] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20850/stat : 20850 (java) S 20821 20824 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408914 9856040960 27384 33554432000 1073741824 1073778376 140736321466736 139741166377336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20824/tid=20851] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20851/stat : 20851 (java) S 20821 20824 20454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36408914 9856040960 27384 33554432000 1073741824 1073778376 140736321466736 139741165324744 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20824/tid=20875] ppid=20821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20824/task/20875/stat : 20875 (java) S 20821 20824 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408927 9856040960 27384 33554432000 1073741824 1073778376 140736321466736 139741164271272 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 13.32
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 11.917
CPU time (s): 13.352
CPU user time (s): 13.268
CPU system time (s): 0.083987
CPU usage (%): 112.041
Max. virtual memory (cumulated for all children) (KiB): 9626648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.268
system time used= 0.083987
maximum resident set size= 109600
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20618
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= 573
involuntary context switches= 52

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.079987 second user time and 0.084987 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-19 15:40:21
IDJOB=4109352
IDBENCH=78787
IDSOLVER=2551
FILE ID=node130/4109352-1466343621
RUNJOBID= node130-1466341814-20470
PBS_JOBID= 19922023
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.1111212923--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109352-1466343621/watcher-4109352-1466343621 -o /tmp/evaluation-result-4109352-1466343621/solver-4109352-1466343621 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466341814-20470 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4109352-1466343621.wbo

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

MD5SUM BENCH= f4aa595d615e9582cb764bb4e9fc2d88
RANDOM SEED=990663843

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.365
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:        30251276 kB
Buffers:           95580 kB
Cached:           258708 kB
SwapCached:         1836 kB
Active:           173204 kB
Inactive:         266888 kB
Active(anon):      85648 kB
Inactive(anon):     2524 kB
Active(file):      87556 kB
Inactive(file):   264364 kB
Unevictable:     1433568 kB
Mlocked:         1286400 kB
SwapTotal:      67108856 kB
SwapFree:       67099104 kB
Dirty:              1572 kB
Writeback:             0 kB
AnonPages:       1596208 kB
Mapped:            15432 kB
Shmem:                 0 kB
Slab:             606956 kB
SReclaimable:      50044 kB
SUnreclaim:       556912 kB
KernelStack:        1768 kB
PageTables:         7132 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2122352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    278528 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 node130 at 2016-06-19 15:40:33