Trace number 4090931

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 11.8022 10.4705

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111228076--soft-0-100-0.wbo
MD5SUM769102c4365831847599c548efd52eec
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark9.08762
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1225
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4090931-1466067872.wbo
0.11/0.10	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.054s.
0.11/0.16	c declared #vars     169
0.11/0.16	c internal #vars     270
0.11/0.16	c #constraints  101
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.11/0.16	c 101 constraints processed.
0.11/0.16	c objective function length is 101 literals
0.28/0.24	c SATISFIABLE
0.28/0.24	c OPTIMIZING...
0.28/0.24	c Got one! Elapsed wall clock time (in seconds):0.134
0.28/0.24	o 726
0.28/0.25	c Got one! Elapsed wall clock time (in seconds):0.152
0.28/0.25	o 443
0.28/0.26	c Got one! Elapsed wall clock time (in seconds):0.157
0.28/0.26	o 440
0.28/0.26	c Got one! Elapsed wall clock time (in seconds):0.163
0.28/0.26	o 424
0.28/0.27	c Got one! Elapsed wall clock time (in seconds):0.171
0.28/0.27	o 421
0.50/0.30	c Got one! Elapsed wall clock time (in seconds):0.202
0.50/0.30	o 412
0.50/0.31	c Got one! Elapsed wall clock time (in seconds):0.211
0.50/0.31	o 408
0.50/0.34	c Got one! Elapsed wall clock time (in seconds):0.239
0.50/0.34	o 399
0.50/0.35	c Got one! Elapsed wall clock time (in seconds):0.253
0.50/0.35	o 391
0.50/0.39	c Got one! Elapsed wall clock time (in seconds):0.287
0.50/0.39	o 385
0.67/0.40	c Got one! Elapsed wall clock time (in seconds):0.298
0.67/0.40	o 356
0.94/0.67	c cleaning 4126 clauses out of 8253 with flag 18282/8253
1.30/0.90	c Got one! Elapsed wall clock time (in seconds):0.8
1.30/0.90	o 354
1.30/0.96	c cleaning 5049 clauses out of 10098 with flag 3056/14224
1.30/0.97	c Got one! Elapsed wall clock time (in seconds):0.867
1.30/0.97	o 350
1.30/0.97	c Got one! Elapsed wall clock time (in seconds):0.874
1.30/0.97	o 347
1.30/0.98	c Got one! Elapsed wall clock time (in seconds):0.876
1.30/0.98	o 345
1.41/1.00	c Got one! Elapsed wall clock time (in seconds):0.899
1.41/1.00	o 343
1.41/1.00	c Got one! Elapsed wall clock time (in seconds):0.901
1.41/1.00	o 338
1.41/1.01	c Got one! Elapsed wall clock time (in seconds):0.912
1.41/1.01	o 323
1.41/1.02	c Got one! Elapsed wall clock time (in seconds):0.914
1.41/1.02	o 320
1.41/1.02	c Got one! Elapsed wall clock time (in seconds):0.919
1.41/1.02	o 319
1.41/1.03	c Got one! Elapsed wall clock time (in seconds):0.925
1.41/1.03	o 316
1.41/1.03	c Got one! Elapsed wall clock time (in seconds):0.928
1.41/1.03	o 314
1.41/1.03	c Got one! Elapsed wall clock time (in seconds):0.93
1.41/1.03	o 300
1.41/1.06	c Got one! Elapsed wall clock time (in seconds):0.964
1.41/1.06	o 271
1.41/1.08	c Got one! Elapsed wall clock time (in seconds):0.976
1.41/1.08	o 270
1.41/1.09	c Got one! Elapsed wall clock time (in seconds):0.99
1.41/1.09	o 264
1.41/1.10	c Got one! Elapsed wall clock time (in seconds):0.998
1.41/1.10	o 248
1.41/1.10	c Got one! Elapsed wall clock time (in seconds):1.001
1.41/1.10	o 244
1.76/1.21	c Got one! Elapsed wall clock time (in seconds):1.104
1.76/1.21	o 243
1.76/1.21	c Got one! Elapsed wall clock time (in seconds):1.108
1.76/1.21	o 242
1.76/1.24	c Got one! Elapsed wall clock time (in seconds):1.138
1.76/1.24	o 232
1.76/1.26	c Got one! Elapsed wall clock time (in seconds):1.157
1.76/1.26	o 228
1.76/1.27	c Got one! Elapsed wall clock time (in seconds):1.166
1.76/1.27	o 196
1.86/1.33	c Got one! Elapsed wall clock time (in seconds):1.228
1.86/1.33	o 188
1.86/1.37	c Got one! Elapsed wall clock time (in seconds):1.269
1.86/1.37	o 187
1.96/1.40	c Got one! Elapsed wall clock time (in seconds):1.297
1.96/1.40	o 173
2.06/1.51	c cleaning 7974 clauses out of 15949 with flag 6621/25124
2.06/1.52	c Got one! Elapsed wall clock time (in seconds):1.418
2.06/1.52	o 171
2.06/1.53	c Got one! Elapsed wall clock time (in seconds):1.429
2.06/1.53	o 167
2.06/1.56	c Got one! Elapsed wall clock time (in seconds):1.456
2.06/1.56	o 163
2.30/1.65	c Got one! Elapsed wall clock time (in seconds):1.545
2.30/1.65	o 161
2.39/1.75	c Got one! Elapsed wall clock time (in seconds):1.646
2.39/1.75	o 160
2.39/1.76	c Got one! Elapsed wall clock time (in seconds):1.658
2.39/1.76	o 157
2.39/1.79	c Got one! Elapsed wall clock time (in seconds):1.69
2.39/1.79	o 142
2.39/1.79	c Got one! Elapsed wall clock time (in seconds):1.694
2.39/1.79	o 138
2.49/1.83	c Got one! Elapsed wall clock time (in seconds):1.726
2.49/1.83	o 133
2.49/1.86	c Got one! Elapsed wall clock time (in seconds):1.756
2.49/1.86	o 127
2.59/1.92	c cleaning 8080 clauses out of 16160 with flag 3709/33309
2.71/2.01	c Got one! Elapsed wall clock time (in seconds):1.913
2.71/2.01	o 115
2.71/2.04	c Got one! Elapsed wall clock time (in seconds):1.944
2.71/2.04	o 114
2.81/2.11	c Got one! Elapsed wall clock time (in seconds):2.012
2.81/2.11	o 113
2.81/2.14	c Got one! Elapsed wall clock time (in seconds):2.043
2.81/2.14	o 108
2.81/2.15	c Got one! Elapsed wall clock time (in seconds):2.054
2.81/2.15	o 88
2.81/2.18	c Got one! Elapsed wall clock time (in seconds):2.074
2.81/2.18	o 84
2.94/2.22	c Got one! Elapsed wall clock time (in seconds):2.116
2.94/2.22	o 82
2.94/2.23	c Got one! Elapsed wall clock time (in seconds):2.132
2.94/2.23	o 78
2.94/2.25	c Got one! Elapsed wall clock time (in seconds):2.145
2.94/2.25	o 77
2.94/2.30	c Got one! Elapsed wall clock time (in seconds):2.196
2.94/2.30	o 76
3.13/2.42	c Got one! Elapsed wall clock time (in seconds):2.316
3.13/2.42	o 74
3.28/2.52	c cleaning 9384 clauses out of 18782 with flag 3580/44011
3.28/2.55	c Got one! Elapsed wall clock time (in seconds):2.449
3.28/2.55	o 71
3.28/2.57	c Got one! Elapsed wall clock time (in seconds):2.47
3.28/2.57	o 70
3.50/2.61	c Got one! Elapsed wall clock time (in seconds):2.509
3.50/2.61	o 68
3.50/2.65	c Got one! Elapsed wall clock time (in seconds):2.545
3.50/2.65	o 64
4.13/2.92	c cleaning 8604 clauses out of 17231 with flag 17791/51844
4.37/3.19	c cleaning 7305 clauses out of 14626 with flag 41681/57843
4.77/3.52	c cleaning 7157 clauses out of 14321 with flag 71450/64843
5.07/3.88	c cleaning 7572 clauses out of 15164 with flag 111935/72843
5.27/4.00	c Got one! Elapsed wall clock time (in seconds):3.902
5.27/4.00	o 62
5.37/4.10	c Got one! Elapsed wall clock time (in seconds):4.001
5.37/4.10	o 57
5.37/4.16	c cleaning 6861 clauses out of 13737 with flag 3653/78988
5.67/4.41	c cleaning 6438 clauses out of 12877 with flag 27230/84989
5.77/4.54	c Got one! Elapsed wall clock time (in seconds):4.44
5.77/4.54	o 51
5.87/4.63	c cleaning 5897 clauses out of 11813 with flag 7498/90363
5.87/4.67	c Got one! Elapsed wall clock time (in seconds):4.57
5.87/4.67	o 50
5.87/4.69	c Got one! Elapsed wall clock time (in seconds):4.593
5.87/4.69	o 48
5.97/4.74	c Got one! Elapsed wall clock time (in seconds):4.635
5.97/4.74	o 46
5.97/4.79	c Got one! Elapsed wall clock time (in seconds):4.687
5.97/4.79	o 43
6.07/4.87	c cleaning 6124 clauses out of 12266 with flag 7610/96713
6.27/5.02	c Got one! Elapsed wall clock time (in seconds):4.919
6.27/5.02	o 35
6.27/5.04	c Got one! Elapsed wall clock time (in seconds):4.936
6.27/5.04	o 34
6.27/5.08	c cleaning 5787 clauses out of 11595 with flag 3569/102166
6.48/5.26	c Got one! Elapsed wall clock time (in seconds):5.155
6.48/5.26	o 33
6.58/5.33	c Got one! Elapsed wall clock time (in seconds):5.23
6.58/5.33	o 30
6.67/5.47	c cleaning 8206 clauses out of 16420 with flag 9481/112778
6.98/5.70	c cleaning 7102 clauses out of 14213 with flag 30073/118777
7.18/5.97	c cleaning 7043 clauses out of 14112 with flag 56372/125778
7.58/6.30	c cleaning 7530 clauses out of 15068 with flag 88457/133777
7.68/6.43	c Got one! Elapsed wall clock time (in seconds):6.332
7.68/6.43	o 16
7.77/6.52	c cleaning 6638 clauses out of 13277 with flag 7608/139516
7.98/6.74	c cleaning 6318 clauses out of 12639 with flag 30807/145517
7.98/6.80	c Got one! Elapsed wall clock time (in seconds):6.696
7.98/6.80	o 15
8.18/6.94	c cleaning 6144 clauses out of 12295 with flag 14965/151491
8.39/7.15	c cleaning 6072 clauses out of 12150 with flag 36999/157491
8.39/7.16	c Got one! Elapsed wall clock time (in seconds):7.056
8.39/7.16	o 14
8.59/7.33	c cleaning 5725 clauses out of 11456 with flag 18817/162869
8.79/7.54	c cleaning 5866 clauses out of 11732 with flag 40936/168870
8.79/7.58	c Got one! Elapsed wall clock time (in seconds):7.481
8.79/7.58	o 13
9.02/7.73	c cleaning 5648 clauses out of 11301 with flag 14278/174307
9.22/7.94	c cleaning 5816 clauses out of 11652 with flag 38178/180307
9.22/7.95	c Got one! Elapsed wall clock time (in seconds):7.846
9.22/7.95	o 10
9.22/7.95	c Got one! Elapsed wall clock time (in seconds):7.852
9.22/7.95	o 9
9.22/7.96	c Got one! Elapsed wall clock time (in seconds):7.863
9.22/7.96	o 5
9.42/8.15	c cleaning 5800 clauses out of 11618 with flag 20415/186089
9.62/8.36	c cleaning 5906 clauses out of 11816 with flag 44152/192089
9.82/8.55	c Got one! Elapsed wall clock time (in seconds):8.454
9.82/8.55	o 4
9.82/8.58	c Got one! Elapsed wall clock time (in seconds):8.482
9.82/8.58	o 3
10.12/8.83	c cleaning 8543 clauses out of 17098 with flag 21290/203279
10.32/9.08	c cleaning 7268 clauses out of 14553 with flag 47482/209280
10.62/9.38	c cleaning 7139 clauses out of 14285 with flag 80579/216281
11.02/9.74	c cleaning 7572 clauses out of 15145 with flag 119278/224281
11.42/10.15	c cleaning 8279 clauses out of 16565 with flag 163273/233279
11.71/10.45	c starts		: 223
11.71/10.45	c conflicts		: 240045
11.71/10.45	c decisions		: 398487
11.71/10.45	c propagations		: 6484033
11.71/10.45	c inspects		: 114909578
11.71/10.45	c shortcuts		: 0
11.71/10.45	c learnt literals	: 39
11.71/10.45	c learnt binary clauses	: 12
11.71/10.45	c learnt ternary clauses	: 407
11.71/10.45	c learnt constraints	: 240005
11.71/10.45	c ignored constraints	: 0
11.71/10.45	c root simplifications	: 0
11.71/10.45	c removed literals (reason simplification)	: 0
11.71/10.45	c reason swapping (by a shorter reason)	: 0
11.71/10.45	c Calls to reduceDB	: 33
11.71/10.45	c Number of update (reduction) of LBD	: 68214
11.71/10.45	c Imported unit clauses	: 0
11.71/10.45	c number of reductions to clauses (during analyze)	: 0
11.71/10.45	c number of learned constraints concerned by reduction	: 0
11.71/10.45	c number of learning phase by resolution	: 0
11.71/10.45	c number of learning phase by cutting planes	: 0
11.71/10.45	c speed (assignments/second)	: 629945.8855532887
11.71/10.45	c non guided choices	3801
11.71/10.45	c learnt constraints type 
11.71/10.45	s OPTIMUM FOUND
11.71/10.45	c Found 81 solution(s)
11.71/10.45	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 
11.71/10.45	c objective function=3
11.71/10.45	c Total wall clock time (in seconds): 10.353

Verifier Data

OK	3

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-4090931-1466067872/watcher-4090931-1466067872 -o /tmp/evaluation-result-4090931-1466067872/solver-4090931-1466067872 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466062122-10381 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090931-1466067872.wbo 

pid=11853
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.43 2.36 2.27 3/194 11856
/proc/meminfo: memFree=29907416/32872528 swapFree=1370072/1517240
[pid=11856] ppid=11853 vsize=94112 CPUtime=0 cores=0,2,4,6
/proc/11856/stat : 11856 (java) S 11853 11856 10365 0 -1 4202496 1299 0 0 0 0 0 0 0 20 0 2 0 8833680 96370688 931 33554432000 1073741824 1073778376 140733878537664 140733878528800 229359255613 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11856/statm: 23544 938 712 9 0 16769 0
[pid=11856/tid=11857] ppid=11853 vsize=96324 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11857/stat : 11857 (java) R 11853 11856 10365 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 2 0 8833680 98635776 963 33554432000 1073741824 1073778376 140733878537664 139963807714856 229346686048 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 2.43 2.36 2.27 3/194 11856
/proc/meminfo: memFree=29907416/32872528 swapFree=1370072/1517240
[pid=11856] ppid=11853 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/11856/stat : 11856 (java) S 11853 11856 10365 0 -1 4202496 4482 0 1 0 10 1 0 0 20 0 18 0 8833680 9787879424 6113 33554432000 1073741824 1073778376 140733878537664 140733878528800 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11856/statm: 2389619 6113 2157 9 0 2380296 0
[pid=11856/tid=11857] ppid=11853 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/11856/task/11857/stat : 11857 (java) R 11853 11856 10365 0 -1 4202560 2376 0 1 0 7 0 0 0 20 0 18 0 8833680 9787879424 6114 33554432000 1073741824 1073778376 140733878537664 139963807718304 139963797781956 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.20026 s]
/proc/loadavg: 2.43 2.36 2.27 3/194 11856
/proc/meminfo: memFree=29907416/32872528 swapFree=1370072/1517240
[pid=11856] ppid=11853 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/11856/stat : 11856 (java) S 11853 11856 10365 0 -1 4202496 6363 0 1 0 27 1 0 0 20 0 19 0 8833680 9856040960 7948 33554432000 1073741824 1073778376 140733878537664 140733878528800 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11856/statm: 2406260 7948 2234 9 0 2396937 0
[pid=11856/tid=11857] ppid=11853 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/11856/task/11857/stat : 11857 (java) R 11853 11856 10365 0 -1 4202560 2408 0 1 0 17 0 0 0 20 0 19 0 8833680 9856040960 7948 33554432000 1073741824 1073778376 140733878537664 139963807720064 139963672935743 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9625040

[startup+0.300351 s]
/proc/loadavg: 2.43 2.36 2.27 3/194 11856
/proc/meminfo: memFree=29907416/32872528 swapFree=1370072/1517240
[pid=11856] ppid=11853 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/11856/stat : 11856 (java) S 11853 11856 10365 0 -1 4202496 6711 0 1 0 49 1 0 0 20 0 19 0 8833680 9856040960 8573 33554432000 1073741824 1073778376 140733878537664 140733878528800 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11856/statm: 2406260 8573 2243 9 0 2396937 0
[pid=11856/tid=11857] ppid=11853 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/11856/task/11857/stat : 11857 (java) R 11853 11856 10365 0 -1 4202560 2409 0 1 0 27 0 0 0 20 0 19 0 8833680 9856040960 8573 33554432000 1073741824 1073778376 140733878537664 139963807720064 139963673089964 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.70028 s]
/proc/loadavg: 2.43 2.36 2.27 3/194 11856
/proc/meminfo: memFree=29907416/32872528 swapFree=1370072/1517240
[pid=11856] ppid=11853 vsize=9625040 CPUtime=1.07 cores=0,2,4,6
/proc/11856/stat : 11856 (java) S 11853 11856 10365 0 -1 4202496 8523 0 1 0 105 2 0 0 20 0 19 0 8833680 9856040960 9264 33554432000 1073741824 1073778376 140733878537664 140733878528800 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11856/statm: 2406260 9264 2258 9 0 2396937 0
[pid=11856/tid=11857] ppid=11853 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/11856/task/11857/stat : 11857 (java) R 11853 11856 10365 0 -1 4202560 2410 0 1 0 66 1 0 0 20 0 19 0 8833680 9856040960 9264 33554432000 1073741824 1073778376 140733878537664 139963807720064 139963673250732 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.47 2.37 2.27 5/213 11875
/proc/meminfo: memFree=29869960/32872528 swapFree=1370072/1517240
[pid=11856] ppid=11853 vsize=9625040 CPUtime=2.06 cores=0,2,4,6
/proc/11856/stat : 11856 (java) S 11853 11856 10365 0 -1 4202496 11127 0 1 0 204 2 0 0 20 0 19 0 8833680 9856040960 11007 33554432000 1073741824 1073778376 140733878537664 140733878528800 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11856/statm: 2406260 11007 2261 9 0 2396937 0
[pid=11856/tid=11857] ppid=11853 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/11856/task/11857/stat : 11857 (java) R 11853 11856 10365 0 -1 4202560 2414 0 1 0 146 2 0 0 20 0 19 0 8833680 9856040960 11007 33554432000 1073741824 1073778376 140733878537664 139963807719976 139963673258768 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11856/tid=11859] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11859/stat : 11859 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833681 9856040960 11007 33554432000 1073741824 1073778376 140733878537664 139963796782120 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11856/tid=11860] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11860/stat : 11860 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833681 9856040960 11007 33554432000 1073741824 1073778376 140733878537664 139963795729320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11856/tid=11861] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11861/stat : 11861 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833681 9856040960 11007 33554432000 1073741824 1073778376 140733878537664 139963794676520 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11856/tid=11862] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11862/stat : 11862 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833681 9856040960 11007 33554432000 1073741824 1073778376 140733878537664 139963793623720 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11856/tid=11863] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11863/stat : 11863 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833681 9856040960 11007 33554432000 1073741824 1073778376 140733878537664 139963792570920 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11856/tid=11864] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11864/stat : 11864 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833681 9856040960 11007 33554432000 1073741824 1073778376 140733878537664 139963791518120 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11856/tid=11865] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11865/stat : 11865 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833681 9856040960 11007 33554432000 1073741824 1073778376 140733878537664 139963645245736 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11856/tid=11866] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11866/stat : 11866 (java) S 11853 11856 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8833681 9856040960 11007 33554432000 1073741824 1073778376 140733878537664 139963644192936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11856/tid=11867] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11867/stat : 11867 (java) S 11853 11856 10365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8833682 9856040960 11007 33554432000 1073741824 1073778376 140733878537664 139963631782888 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11856/tid=11868] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11868/stat : 11868 (java) S 11853 11856 10365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8833682 9856040960 11007 33554432000 1073741824 1073778376 140733878537664 139963630728952 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11856/tid=11869] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11869/stat : 11869 (java) S 11853 11856 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8833682 9856040960 11007 33554432000 1073741824 1073778376 140733878537664 139963629676040 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11856/tid=11870] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11870/stat : 11870 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833684 9856040960 11007 33554432000 1073741824 1073778376 140733878537664 139963628624528 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11856/tid=11871] ppid=11853 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/11856/task/11871/stat : 11871 (java) S 11853 11856 10365 0 -1 4202560 5076 0 0 0 35 0 0 0 20 0 19 0 8833684 9856040960 11007 33554432000 1073741824 1073778376 140733878537664 139963627571640 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11856/tid=11872] ppid=11853 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/11856/task/11872/stat : 11872 (java) S 11853 11856 10365 0 -1 4202560 2365 0 0 0 20 0 0 0 20 0 19 0 8833684 9856040960 11007 33554432000 1073741824 1073778376 140733878537664 139963626518840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11856/tid=11873] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11873/stat : 11873 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833684 9856040960 11007 33554432000 1073741824 1073778376 140733878537664 139963625466232 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11856/tid=11874] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11874/stat : 11874 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833684 9856040960 11007 33554432000 1073741824 1073778376 140733878537664 139963624413640 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11856/tid=11875] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11875/stat : 11875 (java) S 11853 11856 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8833696 9856040960 11007 33554432000 1073741824 1073778376 140733878537664 139963623360168 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 9625040

[startup+3.10085 s]
/proc/loadavg: 2.47 2.37 2.27 4/213 11875
/proc/meminfo: memFree=29878796/32872528 swapFree=1370072/1517240
[pid=11856] ppid=11853 vsize=9625040 CPUtime=4.37 cores=0,2,4,6
/proc/11856/stat : 11856 (java) S 11853 11856 10365 0 -1 4202496 19775 0 1 0 433 4 0 0 20 0 19 0 8833680 9856040960 17471 33554432000 1073741824 1073778376 140733878537664 140733878528800 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11856/statm: 2406260 17471 2263 9 0 2396937 0
[pid=11856/tid=11857] ppid=11853 vsize=9625040 CPUtime=3.08 cores=0,2,4,6
/proc/11856/task/11857/stat : 11857 (java) R 11853 11856 10365 0 -1 4202560 2421 0 1 0 306 2 0 0 20 0 19 0 8833680 9856040960 17471 33554432000 1073741824 1073778376 140733878537664 139963807719992 139963673258948 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11856/tid=11859] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11859/stat : 11859 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833681 9856040960 17471 33554432000 1073741824 1073778376 140733878537664 139963796782120 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11856/tid=11860] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11860/stat : 11860 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833681 9856040960 17471 33554432000 1073741824 1073778376 140733878537664 139963795729320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11856/tid=11861] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11861/stat : 11861 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833681 9856040960 17471 33554432000 1073741824 1073778376 140733878537664 139963794676520 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11856/tid=11862] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11862/stat : 11862 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833681 9856040960 17471 33554432000 1073741824 1073778376 140733878537664 139963793623720 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11856/tid=11863] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11863/stat : 11863 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833681 9856040960 17471 33554432000 1073741824 1073778376 140733878537664 139963792570920 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11856/tid=11864] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11864/stat : 11864 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833681 9856040960 17471 33554432000 1073741824 1073778376 140733878537664 139963791518120 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11856/tid=11865] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11865/stat : 11865 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833681 9856040960 17471 33554432000 1073741824 1073778376 140733878537664 139963645245736 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11856/tid=11866] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11866/stat : 11866 (java) S 11853 11856 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8833681 9856040960 17471 33554432000 1073741824 1073778376 140733878537664 139963644192936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11856/tid=11867] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11867/stat : 11867 (java) S 11853 11856 10365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8833682 9856040960 17471 33554432000 1073741824 1073778376 140733878537664 139963631782888 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11856/tid=11868] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11868/stat : 11868 (java) S 11853 11856 10365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8833682 9856040960 17471 33554432000 1073741824 1073778376 140733878537664 139963630728952 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11856/tid=11869] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11869/stat : 11869 (java) S 11853 11856 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8833682 9856040960 17471 33554432000 1073741824 1073778376 140733878537664 139963629676040 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11856/tid=11870] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11870/stat : 11870 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833684 9856040960 17471 33554432000 1073741824 1073778376 140733878537664 139963628624528 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11856/tid=11871] ppid=11853 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/11856/task/11871/stat : 11871 (java) S 11853 11856 10365 0 -1 4202560 11856 0 0 0 84 1 0 0 20 0 19 0 8833684 9856040960 17471 33554432000 1073741824 1073778376 140733878537664 139963627571640 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11856/tid=11872] ppid=11853 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/11856/task/11872/stat : 11872 (java) S 11853 11856 10365 0 -1 4202560 4226 0 0 0 38 2 0 0 20 0 19 0 8833684 9856040960 17471 33554432000 1073741824 1073778376 140733878537664 139963626518840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11856/tid=11873] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11873/stat : 11873 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833684 9856040960 17471 33554432000 1073741824 1073778376 140733878537664 139963625466232 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11856/tid=11874] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11874/stat : 11874 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833684 9856040960 17471 33554432000 1073741824 1073778376 140733878537664 139963624413640 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11856/tid=11875] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11875/stat : 11875 (java) S 11853 11856 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8833696 9856040960 17471 33554432000 1073741824 1073778376 140733878537664 139963623360168 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.37
Current children cumulated vsize (KiB) 9625040

[startup+6.30085 s]
/proc/loadavg: 2.47 2.37 2.27 4/213 11875
/proc/meminfo: memFree=29852640/32872528 swapFree=1370072/1517240
[pid=11856] ppid=11853 vsize=9625040 CPUtime=7.58 cores=0,2,4,6
/proc/11856/stat : 11856 (java) S 11853 11856 10365 0 -1 4202496 19786 0 1 0 754 4 0 0 20 0 19 0 8833680 9856040960 19663 33554432000 1073741824 1073778376 140733878537664 140733878528800 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11856/statm: 2406260 19663 2264 9 0 2396937 0
[pid=11856/tid=11857] ppid=11853 vsize=9625040 CPUtime=6.28 cores=0,2,4,6
/proc/11856/task/11857/stat : 11857 (java) R 11853 11856 10365 0 -1 4202560 2431 0 1 0 626 2 0 0 20 0 19 0 8833680 9856040960 19663 33554432000 1073741824 1073778376 140733878537664 139963807710928 139963673089893 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11856/tid=11859] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11859/stat : 11859 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833681 9856040960 19663 33554432000 1073741824 1073778376 140733878537664 139963796782120 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11856/tid=11860] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11860/stat : 11860 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833681 9856040960 19663 33554432000 1073741824 1073778376 140733878537664 139963795729320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11856/tid=11861] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11861/stat : 11861 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833681 9856040960 19663 33554432000 1073741824 1073778376 140733878537664 139963794676520 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11856/tid=11862] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11862/stat : 11862 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833681 9856040960 19663 33554432000 1073741824 1073778376 140733878537664 139963793623720 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11856/tid=11863] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11863/stat : 11863 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833681 9856040960 19663 33554432000 1073741824 1073778376 140733878537664 139963792570920 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11856/tid=11864] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11864/stat : 11864 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833681 9856040960 19663 33554432000 1073741824 1073778376 140733878537664 139963791518120 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11856/tid=11865] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11865/stat : 11865 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833681 9856040960 19663 33554432000 1073741824 1073778376 140733878537664 139963645245736 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11856/tid=11866] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11866/stat : 11866 (java) S 11853 11856 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8833681 9856040960 19663 33554432000 1073741824 1073778376 140733878537664 139963644192936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11856/tid=11867] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11867/stat : 11867 (java) S 11853 11856 10365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8833682 9856040960 19663 33554432000 1073741824 1073778376 140733878537664 139963631782888 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11856/tid=11868] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11868/stat : 11868 (java) S 11853 11856 10365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8833682 9856040960 19663 33554432000 1073741824 1073778376 140733878537664 139963630728952 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11856/tid=11869] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11869/stat : 11869 (java) S 11853 11856 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8833682 9856040960 19663 33554432000 1073741824 1073778376 140733878537664 139963629676040 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11856/tid=11870] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11870/stat : 11870 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833684 9856040960 19663 33554432000 1073741824 1073778376 140733878537664 139963628624528 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11856/tid=11871] ppid=11853 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/11856/task/11871/stat : 11871 (java) S 11853 11856 10365 0 -1 4202560 11856 0 0 0 84 1 0 0 20 0 19 0 8833684 9856040960 19663 33554432000 1073741824 1073778376 140733878537664 139963627571640 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11856/tid=11872] ppid=11853 vsize=9625040 CPUtime=0.41 cores=0,2,4,6

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

[pid=11856/tid=11861] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11861/stat : 11861 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833681 9856040960 22223 33554432000 1073741824 1073778376 140733878537664 139963794676520 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11856/tid=11862] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11862/stat : 11862 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833681 9856040960 22223 33554432000 1073741824 1073778376 140733878537664 139963793623720 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11856/tid=11863] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11863/stat : 11863 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833681 9856040960 22223 33554432000 1073741824 1073778376 140733878537664 139963792570920 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11856/tid=11864] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11864/stat : 11864 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833681 9856040960 22223 33554432000 1073741824 1073778376 140733878537664 139963791518120 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11856/tid=11865] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11865/stat : 11865 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833681 9856040960 22223 33554432000 1073741824 1073778376 140733878537664 139963645245736 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11856/tid=11866] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11866/stat : 11866 (java) S 11853 11856 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8833681 9856040960 22223 33554432000 1073741824 1073778376 140733878537664 139963644192936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11856/tid=11867] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11867/stat : 11867 (java) S 11853 11856 10365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8833682 9856040960 22223 33554432000 1073741824 1073778376 140733878537664 139963631782888 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11856/tid=11868] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11868/stat : 11868 (java) S 11853 11856 10365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8833682 9856040960 22223 33554432000 1073741824 1073778376 140733878537664 139963630728952 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11856/tid=11869] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11869/stat : 11869 (java) S 11853 11856 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8833682 9856040960 22223 33554432000 1073741824 1073778376 140733878537664 139963629676040 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11856/tid=11870] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11870/stat : 11870 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833684 9856040960 22223 33554432000 1073741824 1073778376 140733878537664 139963628624528 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11856/tid=11871] ppid=11853 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/11856/task/11871/stat : 11871 (java) S 11853 11856 10365 0 -1 4202560 11856 0 0 0 86 1 0 0 20 0 19 0 8833684 9856040960 22223 33554432000 1073741824 1073778376 140733878537664 139963627571640 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11856/tid=11872] ppid=11853 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/11856/task/11872/stat : 11872 (java) S 11853 11856 10365 0 -1 4202560 4226 0 0 0 41 2 0 0 20 0 19 0 8833684 9856040960 22223 33554432000 1073741824 1073778376 140733878537664 139963626518840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11856/tid=11873] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11873/stat : 11873 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833684 9856040960 22223 33554432000 1073741824 1073778376 140733878537664 139963625466232 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11856/tid=11874] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11874/stat : 11874 (java) S 11853 11856 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8833684 9856040960 22223 33554432000 1073741824 1073778376 140733878537664 139963624413640 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11856/tid=11875] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11875/stat : 11875 (java) S 11853 11856 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8833696 9856040960 22223 33554432000 1073741824 1073778376 140733878537664 139963623360168 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 9.32
Current children cumulated vsize (KiB) 9625040

[startup+9.60072 s]
/proc/loadavg: 2.51 2.38 2.28 4/213 11875
/proc/meminfo: memFree=29832468/32872528 swapFree=1370072/1517240
[pid=11856] ppid=11853 vsize=9625040 CPUtime=10.92 cores=0,2,4,6
/proc/11856/stat : 11856 (java) S 11853 11856 10365 0 -1 4202496 19798 0 1 0 1087 5 0 0 20 0 19 0 8833680 9856040960 24783 33554432000 1073741824 1073778376 140733878537664 140733878528800 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11856/statm: 2406260 24783 2264 9 0 2396937 0
[pid=11856/tid=11857] ppid=11853 vsize=9625040 CPUtime=9.57 cores=0,2,4,6
/proc/11856/task/11857/stat : 11857 (java) R 11853 11856 10365 0 -1 4202560 2443 0 1 0 955 2 0 0 20 0 19 0 8833680 9856040960 24783 33554432000 1073741824 1073778376 140733878537664 139963807710928 139963673089992 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11856/tid=11859] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11859/stat : 11859 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833681 9856040960 24783 33554432000 1073741824 1073778376 140733878537664 139963796782120 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11856/tid=11860] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11860/stat : 11860 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833681 9856040960 24783 33554432000 1073741824 1073778376 140733878537664 139963795729320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11856/tid=11861] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11861/stat : 11861 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833681 9856040960 24783 33554432000 1073741824 1073778376 140733878537664 139963794676520 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11856/tid=11862] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11862/stat : 11862 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833681 9856040960 24783 33554432000 1073741824 1073778376 140733878537664 139963793623720 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11856/tid=11863] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11863/stat : 11863 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833681 9856040960 24783 33554432000 1073741824 1073778376 140733878537664 139963792570920 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11856/tid=11864] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11864/stat : 11864 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833681 9856040960 24783 33554432000 1073741824 1073778376 140733878537664 139963791518120 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11856/tid=11865] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11865/stat : 11865 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833681 9856040960 24783 33554432000 1073741824 1073778376 140733878537664 139963645245736 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11856/tid=11866] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11866/stat : 11866 (java) S 11853 11856 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8833681 9856040960 24783 33554432000 1073741824 1073778376 140733878537664 139963644192936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11856/tid=11867] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11867/stat : 11867 (java) S 11853 11856 10365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8833682 9856040960 24783 33554432000 1073741824 1073778376 140733878537664 139963631782888 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11856/tid=11868] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11868/stat : 11868 (java) S 11853 11856 10365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8833682 9856040960 24783 33554432000 1073741824 1073778376 140733878537664 139963630728952 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11856/tid=11869] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11869/stat : 11869 (java) S 11853 11856 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8833682 9856040960 24783 33554432000 1073741824 1073778376 140733878537664 139963629676040 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11856/tid=11870] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11870/stat : 11870 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833684 9856040960 24783 33554432000 1073741824 1073778376 140733878537664 139963628624528 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11856/tid=11871] ppid=11853 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/11856/task/11871/stat : 11871 (java) S 11853 11856 10365 0 -1 4202560 11856 0 0 0 86 1 0 0 20 0 19 0 8833684 9856040960 24783 33554432000 1073741824 1073778376 140733878537664 139963627571640 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11856/tid=11872] ppid=11853 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/11856/task/11872/stat : 11872 (java) S 11853 11856 10365 0 -1 4202560 4226 0 0 0 41 2 0 0 20 0 19 0 8833684 9856040960 24783 33554432000 1073741824 1073778376 140733878537664 139963626518840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11856/tid=11873] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11873/stat : 11873 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833684 9856040960 24783 33554432000 1073741824 1073778376 140733878537664 139963625466232 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11856/tid=11874] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11874/stat : 11874 (java) S 11853 11856 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8833684 9856040960 24783 33554432000 1073741824 1073778376 140733878537664 139963624413640 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11856/tid=11875] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11875/stat : 11875 (java) S 11853 11856 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8833696 9856040960 24783 33554432000 1073741824 1073778376 140733878537664 139963623360168 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 10.92
Current children cumulated vsize (KiB) 9625040

[startup+10.0079 s]
/proc/loadavg: 2.51 2.38 2.28 3/213 11875
/proc/meminfo: memFree=29840860/32872528 swapFree=1370072/1517240
[pid=11856] ppid=11853 vsize=9625040 CPUtime=11.32 cores=0,2,4,6
/proc/11856/stat : 11856 (java) S 11853 11856 10365 0 -1 4202496 19799 0 1 0 1127 5 0 0 20 0 19 0 8833680 9856040960 25295 33554432000 1073741824 1073778376 140733878537664 140733878528800 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11856/statm: 2406260 25295 2264 9 0 2396937 0
[pid=11856/tid=11857] ppid=11853 vsize=9625040 CPUtime=9.98 cores=0,2,4,6
/proc/11856/task/11857/stat : 11857 (java) R 11853 11856 10365 0 -1 4202560 2444 0 1 0 996 2 0 0 20 0 19 0 8833680 9856040960 25295 33554432000 1073741824 1073778376 140733878537664 139963807710928 139963673278176 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11856/tid=11859] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11859/stat : 11859 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833681 9856040960 25295 33554432000 1073741824 1073778376 140733878537664 139963796782120 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11856/tid=11860] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11860/stat : 11860 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833681 9856040960 25295 33554432000 1073741824 1073778376 140733878537664 139963795729320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11856/tid=11861] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11861/stat : 11861 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833681 9856040960 25295 33554432000 1073741824 1073778376 140733878537664 139963794676520 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11856/tid=11862] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11862/stat : 11862 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833681 9856040960 25295 33554432000 1073741824 1073778376 140733878537664 139963793623720 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11856/tid=11863] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11863/stat : 11863 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833681 9856040960 25295 33554432000 1073741824 1073778376 140733878537664 139963792570920 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11856/tid=11864] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11864/stat : 11864 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833681 9856040960 25295 33554432000 1073741824 1073778376 140733878537664 139963791518120 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11856/tid=11865] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11865/stat : 11865 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833681 9856040960 25295 33554432000 1073741824 1073778376 140733878537664 139963645245736 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11856/tid=11866] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11866/stat : 11866 (java) S 11853 11856 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8833681 9856040960 25295 33554432000 1073741824 1073778376 140733878537664 139963644192936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11856/tid=11867] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11867/stat : 11867 (java) S 11853 11856 10365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8833682 9856040960 25295 33554432000 1073741824 1073778376 140733878537664 139963631782888 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11856/tid=11868] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11868/stat : 11868 (java) S 11853 11856 10365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8833682 9856040960 25295 33554432000 1073741824 1073778376 140733878537664 139963630728952 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11856/tid=11869] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11869/stat : 11869 (java) S 11853 11856 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8833682 9856040960 25295 33554432000 1073741824 1073778376 140733878537664 139963629676040 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11856/tid=11870] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11870/stat : 11870 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833684 9856040960 25295 33554432000 1073741824 1073778376 140733878537664 139963628624528 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11856/tid=11871] ppid=11853 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/11856/task/11871/stat : 11871 (java) S 11853 11856 10365 0 -1 4202560 11856 0 0 0 86 1 0 0 20 0 19 0 8833684 9856040960 25295 33554432000 1073741824 1073778376 140733878537664 139963627571640 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11856/tid=11872] ppid=11853 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/11856/task/11872/stat : 11872 (java) S 11853 11856 10365 0 -1 4202560 4226 0 0 0 41 2 0 0 20 0 19 0 8833684 9856040960 25295 33554432000 1073741824 1073778376 140733878537664 139963626518840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11856/tid=11873] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11873/stat : 11873 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833684 9856040960 25295 33554432000 1073741824 1073778376 140733878537664 139963625466232 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11856/tid=11874] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11874/stat : 11874 (java) S 11853 11856 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8833684 9856040960 25295 33554432000 1073741824 1073778376 140733878537664 139963624413640 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11856/tid=11875] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11875/stat : 11875 (java) S 11853 11856 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8833696 9856040960 25295 33554432000 1073741824 1073778376 140733878537664 139963623360168 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 11.32
Current children cumulated vsize (KiB) 9625040

[startup+10.4007 s]
/proc/loadavg: 2.51 2.38 2.28 3/213 11875
/proc/meminfo: memFree=29840860/32872528 swapFree=1370072/1517240
[pid=11856] ppid=11853 vsize=9625040 CPUtime=11.71 cores=0,2,4,6
/proc/11856/stat : 11856 (java) S 11853 11856 10365 0 -1 4202496 19800 0 1 0 1166 5 0 0 20 0 19 0 8833680 9856040960 25398 33554432000 1073741824 1073778376 140733878537664 140733878528800 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11856/statm: 2406260 25398 2264 9 0 2396937 0
[pid=11856/tid=11857] ppid=11853 vsize=9625040 CPUtime=10.37 cores=0,2,4,6
/proc/11856/task/11857/stat : 11857 (java) R 11853 11856 10365 0 -1 4202560 2445 0 1 0 1035 2 0 0 20 0 19 0 8833680 9856040960 25398 33554432000 1073741824 1073778376 140733878537664 139963807710928 139963673258857 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11856/tid=11859] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11859/stat : 11859 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833681 9856040960 25398 33554432000 1073741824 1073778376 140733878537664 139963796782120 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11856/tid=11860] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11860/stat : 11860 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833681 9856040960 25398 33554432000 1073741824 1073778376 140733878537664 139963795729320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11856/tid=11861] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11861/stat : 11861 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833681 9856040960 25398 33554432000 1073741824 1073778376 140733878537664 139963794676520 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11856/tid=11862] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11862/stat : 11862 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833681 9856040960 25398 33554432000 1073741824 1073778376 140733878537664 139963793623720 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11856/tid=11863] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11863/stat : 11863 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833681 9856040960 25398 33554432000 1073741824 1073778376 140733878537664 139963792570920 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11856/tid=11864] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11864/stat : 11864 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833681 9856040960 25398 33554432000 1073741824 1073778376 140733878537664 139963791518120 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11856/tid=11865] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11865/stat : 11865 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833681 9856040960 25398 33554432000 1073741824 1073778376 140733878537664 139963645245736 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11856/tid=11866] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11866/stat : 11866 (java) S 11853 11856 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8833681 9856040960 25398 33554432000 1073741824 1073778376 140733878537664 139963644192936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11856/tid=11867] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11867/stat : 11867 (java) S 11853 11856 10365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8833682 9856040960 25398 33554432000 1073741824 1073778376 140733878537664 139963631782888 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11856/tid=11868] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11868/stat : 11868 (java) S 11853 11856 10365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8833682 9856040960 25398 33554432000 1073741824 1073778376 140733878537664 139963630728952 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11856/tid=11869] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11869/stat : 11869 (java) S 11853 11856 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8833682 9856040960 25398 33554432000 1073741824 1073778376 140733878537664 139963629676040 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11856/tid=11870] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11870/stat : 11870 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833684 9856040960 25398 33554432000 1073741824 1073778376 140733878537664 139963628624528 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11856/tid=11871] ppid=11853 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/11856/task/11871/stat : 11871 (java) S 11853 11856 10365 0 -1 4202560 11856 0 0 0 86 1 0 0 20 0 19 0 8833684 9856040960 25398 33554432000 1073741824 1073778376 140733878537664 139963627571640 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11856/tid=11872] ppid=11853 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/11856/task/11872/stat : 11872 (java) S 11853 11856 10365 0 -1 4202560 4226 0 0 0 41 2 0 0 20 0 19 0 8833684 9856040960 25398 33554432000 1073741824 1073778376 140733878537664 139963626518840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11856/tid=11873] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11873/stat : 11873 (java) S 11853 11856 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833684 9856040960 25398 33554432000 1073741824 1073778376 140733878537664 139963625466232 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11856/tid=11874] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11874/stat : 11874 (java) S 11853 11856 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8833684 9856040960 25398 33554432000 1073741824 1073778376 140733878537664 139963624413640 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11856/tid=11875] ppid=11853 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11856/task/11875/stat : 11875 (java) S 11853 11856 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8833696 9856040960 25398 33554432000 1073741824 1073778376 140733878537664 139963623360168 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 11.71
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 10.4705
CPU time (s): 11.8022
CPU user time (s): 11.7212
CPU system time (s): 0.080987
CPU usage (%): 112.718
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.7212
system time used= 0.080987
maximum resident set size= 101648
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19818
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= 519
involuntary context switches= 51

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.069989 second user time and 0.091986 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-16 11:04:32
IDJOB=4090931
IDBENCH=79238
IDSOLVER=2551
FILE ID=node129/4090931-1466067872
RUNJOBID= node129-1466062122-10381
PBS_JOBID= 19904010
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111228076--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090931-1466067872/watcher-4090931-1466067872 -o /tmp/evaluation-result-4090931-1466067872/solver-4090931-1466067872 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466062122-10381 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090931-1466067872.wbo

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

MD5SUM BENCH= 769102c4365831847599c548efd52eec
RANDOM SEED=312983778

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.143
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29908060 kB
Buffers:            9088 kB
Cached:            42428 kB
SwapCached:          672 kB
Active:           719424 kB
Inactive:          28332 kB
Active(anon):     697688 kB
Inactive(anon):      912 kB
Active(file):      21736 kB
Inactive(file):    27420 kB
Unevictable:     1517240 kB
Mlocked:         1370072 kB
SwapTotal:      67108856 kB
SwapFree:       67100228 kB
Dirty:               808 kB
Writeback:             0 kB
AnonPages:       2213012 kB
Mapped:            15312 kB
Shmem:                 0 kB
Slab:             564856 kB
SReclaimable:       8848 kB
SUnreclaim:       556008 kB
KernelStack:        1600 kB
PageTables:         9004 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2405812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    813056 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node129 at 2016-06-16 11:04:42