Trace number 4110192

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.7032 10.2593

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111212923--soft-0-100-0.wbo
MD5SUMab4536de5562fd774a511a0028d74eb6
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 benchmark7.82881
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 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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4110192-1466343839.wbo
0.10/0.11	c reading problem ... 
0.10/0.17	c ... done. Wall clock time 0.057s.
0.10/0.17	c declared #vars     169
0.10/0.17	c internal #vars     270
0.10/0.17	c #constraints  101
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.10/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.10/0.17	c 101 constraints processed.
0.10/0.17	c objective function length is 101 literals
0.50/0.34	c SATISFIABLE
0.50/0.34	c OPTIMIZING...
0.50/0.34	c Got one! Elapsed wall clock time (in seconds):0.229
0.50/0.34	o 736
0.50/0.34	c Got one! Elapsed wall clock time (in seconds):0.235
0.50/0.34	o 723
0.50/0.35	c Got one! Elapsed wall clock time (in seconds):0.24
0.50/0.35	o 717
0.50/0.35	c Got one! Elapsed wall clock time (in seconds):0.246
0.50/0.35	o 695
0.50/0.36	c Got one! Elapsed wall clock time (in seconds):0.25
0.50/0.36	o 666
0.50/0.36	c Got one! Elapsed wall clock time (in seconds):0.254
0.50/0.36	o 663
0.50/0.37	c Got one! Elapsed wall clock time (in seconds):0.259
0.50/0.37	o 622
0.50/0.37	c Got one! Elapsed wall clock time (in seconds):0.263
0.50/0.37	o 620
0.50/0.38	c Got one! Elapsed wall clock time (in seconds):0.266
0.50/0.38	o 616
0.50/0.38	c Got one! Elapsed wall clock time (in seconds):0.27
0.50/0.38	o 496
0.50/0.38	c Got one! Elapsed wall clock time (in seconds):0.275
0.50/0.38	o 494
0.50/0.39	c Got one! Elapsed wall clock time (in seconds):0.278
0.50/0.39	o 337
0.50/0.39	c Got one! Elapsed wall clock time (in seconds):0.282
0.50/0.39	o 182
0.66/0.49	c Got one! Elapsed wall clock time (in seconds):0.376
0.66/0.49	o 173
0.95/0.61	c cleaning 3240 clauses out of 6480 with flag 7686/6480
1.19/0.86	c Got one! Elapsed wall clock time (in seconds):0.754
1.19/0.86	o 172
1.30/0.92	c cleaning 4607 clauses out of 9213 with flag 3786/12453
1.30/0.97	c Got one! Elapsed wall clock time (in seconds):0.862
1.30/0.97	o 171
1.51/1.15	c Got one! Elapsed wall clock time (in seconds):1.044
1.51/1.15	o 169
1.51/1.19	c Got one! Elapsed wall clock time (in seconds):1.083
1.51/1.19	o 168
1.62/1.23	c Got one! Elapsed wall clock time (in seconds):1.126
1.62/1.23	o 167
1.71/1.30	c cleaning 5876 clauses out of 11755 with flag 4130/19602
1.71/1.33	c Got one! Elapsed wall clock time (in seconds):1.221
1.71/1.33	o 165
1.82/1.46	c Got one! Elapsed wall clock time (in seconds):1.355
1.82/1.46	o 157
2.02/1.62	c Got one! Elapsed wall clock time (in seconds):1.515
2.02/1.62	o 151
2.02/1.66	c Got one! Elapsed wall clock time (in seconds):1.551
2.02/1.66	o 149
2.15/1.74	c cleaning 6934 clauses out of 13876 with flag 4297/27599
2.15/1.77	c Got one! Elapsed wall clock time (in seconds):1.663
2.15/1.77	o 148
2.37/1.81	c Got one! Elapsed wall clock time (in seconds):1.699
2.37/1.81	o 135
2.49/1.97	c Got one! Elapsed wall clock time (in seconds):1.865
2.49/1.97	o 134
2.59/2.01	c Got one! Elapsed wall clock time (in seconds):1.902
2.59/2.01	o 133
2.59/2.09	c Got one! Elapsed wall clock time (in seconds):1.976
2.59/2.09	o 132
2.69/2.14	c Got one! Elapsed wall clock time (in seconds):2.028
2.69/2.14	o 127
2.69/2.19	c Got one! Elapsed wall clock time (in seconds):2.081
2.69/2.19	o 126
2.79/2.27	c cleaning 8130 clauses out of 16260 with flag 4241/36917
2.79/2.28	c Got one! Elapsed wall clock time (in seconds):2.167
2.79/2.28	o 120
2.79/2.29	c Got one! Elapsed wall clock time (in seconds):2.177
2.79/2.29	o 118
2.90/2.32	c Got one! Elapsed wall clock time (in seconds):2.212
2.90/2.32	o 115
2.90/2.37	c Got one! Elapsed wall clock time (in seconds):2.262
2.90/2.37	o 114
3.02/2.40	c Got one! Elapsed wall clock time (in seconds):2.289
3.02/2.40	o 113
3.33/2.75	c cleaning 7745 clauses out of 15492 with flag 23609/44279
3.52/2.90	c Got one! Elapsed wall clock time (in seconds):2.788
3.52/2.90	o 109
3.92/3.09	c cleaning 6799 clauses out of 13597 with flag 12368/50129
4.07/3.13	c Got one! Elapsed wall clock time (in seconds):3.021
4.07/3.13	o 108
4.28/3.23	c Got one! Elapsed wall clock time (in seconds):3.119
4.28/3.23	o 104
4.28/3.25	c Got one! Elapsed wall clock time (in seconds):3.142
4.28/3.25	o 92
4.54/3.33	c Got one! Elapsed wall clock time (in seconds):3.218
4.54/3.33	o 77
4.54/3.35	c Got one! Elapsed wall clock time (in seconds):3.242
4.54/3.35	o 76
4.54/3.38	c Got one! Elapsed wall clock time (in seconds):3.268
4.54/3.38	o 74
4.89/3.53	c Got one! Elapsed wall clock time (in seconds):3.422
4.89/3.53	o 72
4.89/3.60	c cleaning 8098 clauses out of 16201 with flag 3638/59532
5.09/3.78	c Got one! Elapsed wall clock time (in seconds):3.676
5.09/3.78	o 71
5.19/3.84	c cleaning 6711 clauses out of 13428 with flag 3371/64857
5.19/3.84	c Got one! Elapsed wall clock time (in seconds):3.734
5.19/3.84	o 67
5.19/3.87	c Got one! Elapsed wall clock time (in seconds):3.76
5.19/3.87	o 66
5.19/3.89	c Got one! Elapsed wall clock time (in seconds):3.779
5.19/3.89	o 48
5.29/3.96	c Got one! Elapsed wall clock time (in seconds):3.854
5.29/3.96	o 47
5.49/4.15	c cleaning 6869 clauses out of 13748 with flag 14940/71888
5.49/4.15	c Got one! Elapsed wall clock time (in seconds):4.043
5.49/4.15	o 45
5.69/4.35	c cleaning 5942 clauses out of 11889 with flag 18442/76898
5.79/4.49	c Got one! Elapsed wall clock time (in seconds):4.38
5.79/4.49	o 43
5.90/4.53	c Got one! Elapsed wall clock time (in seconds):4.42
5.90/4.53	o 42
5.99/4.63	c cleaning 6114 clauses out of 12227 with flag 7579/83178
6.19/4.88	c cleaning 6055 clauses out of 12118 with flag 29310/89183
6.29/4.90	c Got one! Elapsed wall clock time (in seconds):4.79
6.29/4.90	o 34
6.29/4.93	c Got one! Elapsed wall clock time (in seconds):4.817
6.29/4.93	o 33
6.41/5.00	c Got one! Elapsed wall clock time (in seconds):4.893
6.41/5.00	o 30
6.51/5.13	c cleaning 6156 clauses out of 12313 with flag 10632/95433
6.51/5.18	c Got one! Elapsed wall clock time (in seconds):5.074
6.51/5.18	o 29
6.61/5.21	c Got one! Elapsed wall clock time (in seconds):5.102
6.61/5.21	o 28
6.71/5.38	c cleaning 6225 clauses out of 12467 with flag 15044/101743
7.03/5.61	c cleaning 6110 clauses out of 12238 with flag 38953/107739
7.03/5.66	c Got one! Elapsed wall clock time (in seconds):5.556
7.03/5.66	o 26
7.12/5.70	c Got one! Elapsed wall clock time (in seconds):5.59
7.12/5.70	o 25
7.12/5.76	c Got one! Elapsed wall clock time (in seconds):5.647
7.12/5.76	o 20
7.12/5.79	c Got one! Elapsed wall clock time (in seconds):5.682
7.12/5.79	o 17
7.34/5.92	c cleaning 7142 clauses out of 14286 with flag 10717/115898
7.34/5.99	c Got one! Elapsed wall clock time (in seconds):5.881
7.34/5.99	o 15
7.54/6.10	c cleaning 6163 clauses out of 12332 with flag 10743/121086
7.75/6.32	c cleaning 6081 clauses out of 12168 with flag 33781/127086
7.97/6.58	c cleaning 6543 clauses out of 13086 with flag 58435/134087
8.27/6.89	c cleaning 7273 clauses out of 14546 with flag 88496/142091
8.67/7.26	c cleaning 8128 clauses out of 16268 with flag 121975/151087
8.77/7.32	c Got one! Elapsed wall clock time (in seconds):7.213
8.77/7.32	o 14
8.97/7.50	c cleaning 6994 clauses out of 14001 with flag 17169/156948
9.18/7.74	c cleaning 6503 clauses out of 13006 with flag 40850/162949
9.28/7.83	c Got one! Elapsed wall clock time (in seconds):7.716
9.28/7.83	o 13
9.37/7.95	c cleaning 5909 clauses out of 11837 with flag 12981/168284
9.57/8.18	c cleaning 5957 clauses out of 11925 with flag 36909/174282
9.87/8.45	c cleaning 6483 clauses out of 12967 with flag 65676/181282
9.97/8.53	c Got one! Elapsed wall clock time (in seconds):8.418
9.97/8.53	o 10
10.07/8.66	c cleaning 5819 clauses out of 11645 with flag 12186/186444
10.28/8.90	c cleaning 5909 clauses out of 11825 with flag 36593/192444
10.38/8.93	c Got one! Elapsed wall clock time (in seconds):8.82
10.38/8.93	o 5
10.57/9.14	c cleaning 5874 clauses out of 11758 with flag 20575/198286
10.77/9.37	c cleaning 5939 clauses out of 11882 with flag 43897/204287
11.07/9.60	c Got one! Elapsed wall clock time (in seconds):9.489
11.07/9.60	o 4
11.17/9.78	c Got one! Elapsed wall clock time (in seconds):9.668
11.17/9.78	o 3
11.38/9.90	c cleaning 8829 clauses out of 17661 with flag 9290/216010
11.57/10.19	c cleaning 7410 clauses out of 14826 with flag 35945/222009
11.67/10.25	c starts		: 193
11.67/10.25	c conflicts		: 223606
11.67/10.25	c decisions		: 369764
11.67/10.25	c propagations		: 6251220
11.67/10.25	c inspects		: 105202358
11.67/10.25	c shortcuts		: 0
11.67/10.25	c learnt literals	: 34
11.67/10.25	c learnt binary clauses	: 21
11.67/10.25	c learnt ternary clauses	: 527
11.67/10.25	c learnt constraints	: 223571
11.67/10.25	c ignored constraints	: 0
11.67/10.25	c root simplifications	: 0
11.67/10.25	c removed literals (reason simplification)	: 0
11.67/10.25	c reason swapping (by a shorter reason)	: 0
11.67/10.25	c Calls to reduceDB	: 33
11.67/10.25	c Number of update (reduction) of LBD	: 62946
11.67/10.25	c Imported unit clauses	: 0
11.67/10.25	c number of reductions to clauses (during analyze)	: 0
11.67/10.25	c number of learned constraints concerned by reduction	: 0
11.67/10.25	c number of learning phase by resolution	: 0
11.67/10.25	c number of learning phase by cutting planes	: 0
11.67/10.25	c speed (assignments/second)	: 620099.1965082829
11.67/10.25	c non guided choices	3374
11.67/10.25	c learnt constraints type 
11.67/10.25	s OPTIMUM FOUND
11.67/10.25	c Found 67 solution(s)
11.67/10.25	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.67/10.25	c objective function=3
11.67/10.25	c Total wall clock time (in seconds): 10.143

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

pid=13192
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.16 2.26 2.01 2/194 13195
/proc/meminfo: memFree=29244460/32872528 swapFree=1556504/1720024
[pid=13195] ppid=13192 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/13195/stat : 13195 (java) S 13192 13195 12110 0 -1 4202496 1337 0 0 0 0 0 0 0 20 0 2 0 36432547 98570240 960 33554432000 1073741824 1073778376 140736191911440 140736191902576 270333411389 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13195/statm: 24065 967 735 9 0 16771 0
[pid=13195/tid=13196] ppid=13192 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13196/stat : 13196 (java) R 13192 13195 12110 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 36432548 98570240 977 33554432000 1073741824 1073778376 140736191911440 139733539642920 270330054016 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100111 s]
/proc/loadavg: 2.16 2.26 2.01 2/194 13195
/proc/meminfo: memFree=29244460/32872528 swapFree=1556504/1720024
[pid=13195] ppid=13192 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/13195/stat : 13195 (java) S 13192 13195 12110 0 -1 4202496 4468 0 1 0 9 1 0 0 20 0 18 0 36432547 9787879424 5575 33554432000 1073741824 1073778376 140736191911440 140736191902576 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13195/statm: 2389619 5577 2127 9 0 2380296 0
[pid=13195/tid=13196] ppid=13192 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/13195/task/13196/stat : 13196 (java) R 13192 13195 12110 0 -1 4202560 2428 0 1 0 6 1 0 0 20 0 18 0 36432548 9787879424 5581 33554432000 1073741824 1073778376 140736191911440 139733539647192 139733542428096 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.200317 s]
/proc/loadavg: 2.16 2.26 2.01 2/194 13195
/proc/meminfo: memFree=29244460/32872528 swapFree=1556504/1720024
[pid=13195] ppid=13192 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/13195/stat : 13195 (java) S 13192 13195 12110 0 -1 4202496 5892 0 1 0 25 2 0 0 20 0 19 0 36432547 9856040960 7183 33554432000 1073741824 1073778376 140736191911440 140736191902576 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13195/statm: 2406260 7183 2230 9 0 2396937 0
[pid=13195/tid=13196] ppid=13192 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/13195/task/13196/stat : 13196 (java) R 13192 13195 12110 0 -1 4202560 2453 0 1 0 16 1 0 0 20 0 19 0 36432548 9856040960 7184 33554432000 1073741824 1073778376 140736191911440 139733539648128 139733479362400 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9625040

[startup+0.300308 s]
/proc/loadavg: 2.16 2.26 2.01 2/194 13195
/proc/meminfo: memFree=29244460/32872528 swapFree=1556504/1720024
[pid=13195] ppid=13192 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/13195/stat : 13195 (java) S 13192 13195 12110 0 -1 4202496 6689 0 1 0 48 2 0 0 20 0 19 0 36432547 9856040960 7593 33554432000 1073741824 1073778376 140736191911440 140736191902576 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13195/statm: 2406260 7593 2245 9 0 2396937 0
[pid=13195/tid=13196] ppid=13192 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/13195/task/13196/stat : 13196 (java) R 13192 13195 12110 0 -1 4202560 2455 0 1 0 26 1 0 0 20 0 19 0 36432548 9856040960 7593 33554432000 1073741824 1073778376 140736191911440 139733539647640 139733479361190 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.70021 s]
/proc/loadavg: 2.16 2.26 2.01 2/194 13195
/proc/meminfo: memFree=29244460/32872528 swapFree=1556504/1720024
[pid=13195] ppid=13192 vsize=9625040 CPUtime=1.07 cores=0,2,4,6
/proc/13195/stat : 13195 (java) S 13192 13195 12110 0 -1 4202496 8658 0 1 0 105 2 0 0 20 0 19 0 36432547 9856040960 8962 33554432000 1073741824 1073778376 140736191911440 140736191902576 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13195/statm: 2406260 8962 2260 9 0 2396937 0
[pid=13195/tid=13196] ppid=13192 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/13195/task/13196/stat : 13196 (java) R 13192 13195 12110 0 -1 4202560 2458 0 1 0 66 1 0 0 20 0 19 0 36432548 9856040960 8962 33554432000 1073741824 1073778376 140736191911440 139733539647640 139733479833432 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 9625040

[startup+1.50073 s]
/proc/loadavg: 2.16 2.26 2.01 3/213 13214
/proc/meminfo: memFree=29214852/32872528 swapFree=1556504/1720024
[pid=13195] ppid=13192 vsize=9625040 CPUtime=1.92 cores=0,2,4,6
/proc/13195/stat : 13195 (java) S 13192 13195 12110 0 -1 4202496 8671 0 1 0 190 2 0 0 20 0 19 0 36432547 9856040960 9996 33554432000 1073741824 1073778376 140736191911440 140736191902576 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13195/statm: 2406260 9996 2262 9 0 2396937 0
[pid=13195/tid=13196] ppid=13192 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/13195/task/13196/stat : 13196 (java) R 13192 13195 12110 0 -1 4202560 2461 0 1 0 146 1 0 0 20 0 19 0 36432548 9856040960 9996 33554432000 1073741824 1073778376 140736191911440 139733539647944 139733479833511 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13195/tid=13198] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13198/stat : 13198 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432548 9856040960 9996 33554432000 1073741824 1073778376 140736191911440 139733478378152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13195/tid=13199] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13199/stat : 13199 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432548 9856040960 9996 33554432000 1073741824 1073778376 140736191911440 139733477325608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13195/tid=13200] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13200/stat : 13200 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432548 9856040960 9996 33554432000 1073741824 1073778376 140736191911440 139733476273064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13195/tid=13201] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13201/stat : 13201 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432548 9856040960 9996 33554432000 1073741824 1073778376 140736191911440 139733475220520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13195/tid=13202] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13202/stat : 13202 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432548 9856040960 9996 33554432000 1073741824 1073778376 140736191911440 139733474166952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13195/tid=13203] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13203/stat : 13203 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432548 9856040960 9996 33554432000 1073741824 1073778376 140736191911440 139733377956136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13195/tid=13204] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13204/stat : 13204 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432548 9856040960 9996 33554432000 1073741824 1073778376 140736191911440 139733376903592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13195/tid=13205] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13205/stat : 13205 (java) S 13192 13195 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36432548 9856040960 9996 33554432000 1073741824 1073778376 140736191911440 139733375851048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13195/tid=13206] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13206/stat : 13206 (java) S 13192 13195 12110 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36432549 9856040960 9996 33554432000 1073741824 1073778376 140736191911440 139733363653224 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13195/tid=13207] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13207/stat : 13207 (java) S 13192 13195 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36432550 9856040960 9996 33554432000 1073741824 1073778376 140736191911440 139733362599544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13195/tid=13208] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13208/stat : 13208 (java) S 13192 13195 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36432550 9856040960 9996 33554432000 1073741824 1073778376 140736191911440 139733361546888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13195/tid=13209] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13209/stat : 13209 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432552 9856040960 9996 33554432000 1073741824 1073778376 140736191911440 139733360495632 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13195/tid=13210] ppid=13192 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/13195/task/13210/stat : 13210 (java) S 13192 13195 12110 0 -1 4202560 1781 0 0 0 14 0 0 0 20 0 19 0 36432552 9856040960 9996 33554432000 1073741824 1073778376 140736191911440 139733359441976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13195/tid=13211] ppid=13192 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/13195/task/13211/stat : 13211 (java) S 13192 13195 12110 0 -1 4202560 3155 0 0 0 25 0 0 0 20 0 19 0 36432552 9856040960 9996 33554432000 1073741824 1073778376 140736191911440 139733358389432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13195/tid=13212] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13212/stat : 13212 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432552 9856040960 9996 33554432000 1073741824 1073778376 140736191911440 139733357337080 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13195/tid=13213] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13213/stat : 13213 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432552 9856040960 9996 33554432000 1073741824 1073778376 140736191911440 139733356284744 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13195/tid=13214] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13214/stat : 13214 (java) S 13192 13195 12110 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36432564 9856040960 9996 33554432000 1073741824 1073778376 140736191911440 139733355230504 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.16 2.26 2.01 3/213 13214
/proc/meminfo: memFree=29207352/32872528 swapFree=1556504/1720024
[pid=13195] ppid=13192 vsize=9625040 CPUtime=4.07 cores=0,2,4,6
/proc/13195/stat : 13195 (java) S 13192 13195 12110 0 -1 4202496 18297 0 1 0 403 4 0 0 20 0 19 0 36432547 9856040960 15655 33554432000 1073741824 1073778376 140736191911440 140736191902576 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13195/statm: 2406260 15655 2262 9 0 2396937 0
[pid=13195/tid=13196] ppid=13192 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/13195/task/13196/stat : 13196 (java) R 13192 13195 12110 0 -1 4202560 2470 0 1 0 306 1 0 0 20 0 19 0 36432548 9856040960 15655 33554432000 1073741824 1073778376 140736191911440 139733539648024 139733479793472 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13195/tid=13198] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13198/stat : 13198 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432548 9856040960 15655 33554432000 1073741824 1073778376 140736191911440 139733478378152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13195/tid=13199] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13199/stat : 13199 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432548 9856040960 15655 33554432000 1073741824 1073778376 140736191911440 139733477325608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13195/tid=13200] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13200/stat : 13200 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432548 9856040960 15655 33554432000 1073741824 1073778376 140736191911440 139733476273064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13195/tid=13201] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13201/stat : 13201 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432548 9856040960 15655 33554432000 1073741824 1073778376 140736191911440 139733475220520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13195/tid=13202] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13202/stat : 13202 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432548 9856040960 15655 33554432000 1073741824 1073778376 140736191911440 139733474166952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13195/tid=13203] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13203/stat : 13203 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432548 9856040960 15655 33554432000 1073741824 1073778376 140736191911440 139733377956136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13195/tid=13204] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13204/stat : 13204 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432548 9856040960 15655 33554432000 1073741824 1073778376 140736191911440 139733376903592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13195/tid=13205] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13205/stat : 13205 (java) S 13192 13195 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36432548 9856040960 15655 33554432000 1073741824 1073778376 140736191911440 139733375851048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13195/tid=13206] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13206/stat : 13206 (java) S 13192 13195 12110 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36432549 9856040960 15655 33554432000 1073741824 1073778376 140736191911440 139733363653224 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13195/tid=13207] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13207/stat : 13207 (java) S 13192 13195 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36432550 9856040960 15655 33554432000 1073741824 1073778376 140736191911440 139733362599544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13195/tid=13208] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13208/stat : 13208 (java) S 13192 13195 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36432550 9856040960 15655 33554432000 1073741824 1073778376 140736191911440 139733361546888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13195/tid=13209] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13209/stat : 13209 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432552 9856040960 15655 33554432000 1073741824 1073778376 140736191911440 139733360495632 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13195/tid=13210] ppid=13192 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/13195/task/13210/stat : 13210 (java) R 13192 13195 12110 0 -1 4202560 11379 0 0 0 61 2 0 0 20 0 19 0 36432552 9856040960 15655 33554432000 1073741824 1073778376 140736191911440 139733359441976 139733545608296 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13195/tid=13211] ppid=13192 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/13195/task/13211/stat : 13211 (java) S 13192 13195 12110 0 -1 4202560 3174 0 0 0 31 0 0 0 20 0 19 0 36432552 9856040960 15655 33554432000 1073741824 1073778376 140736191911440 139733358389432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13195/tid=13212] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13212/stat : 13212 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432552 9856040960 15655 33554432000 1073741824 1073778376 140736191911440 139733357337080 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13195/tid=13213] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13213/stat : 13213 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432552 9856040960 15655 33554432000 1073741824 1073778376 140736191911440 139733356284744 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13195/tid=13214] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13214/stat : 13214 (java) S 13192 13195 12110 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36432564 9856040960 15655 33554432000 1073741824 1073778376 140736191911440 139733355230504 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.07
Current children cumulated vsize (KiB) 9625040

[startup+6.30081 s]
/proc/loadavg: 2.15 2.25 2.01 4/213 13214
/proc/meminfo: memFree=29176864/32872528 swapFree=1556504/1720024
[pid=13195] ppid=13192 vsize=9625040 CPUtime=7.75 cores=0,2,4,6
/proc/13195/stat : 13195 (java) S 13192 13195 12110 0 -1 4202496 22116 0 1 0 770 5 0 0 20 0 19 0 36432547 9856040960 20320 33554432000 1073741824 1073778376 140736191911440 140736191902576 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13195/statm: 2406260 20320 2265 9 0 2396937 0
[pid=13195/tid=13196] ppid=13192 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/13195/task/13196/stat : 13196 (java) R 13192 13195 12110 0 -1 4202560 2482 0 1 0 625 1 0 0 20 0 19 0 36432548 9856040960 20320 33554432000 1073741824 1073778376 140736191911440 139733539647832 139733479606112 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13195/tid=13198] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13198/stat : 13198 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432548 9856040960 20320 33554432000 1073741824 1073778376 140736191911440 139733478378152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13195/tid=13199] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13199/stat : 13199 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432548 9856040960 20320 33554432000 1073741824 1073778376 140736191911440 139733477325608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13195/tid=13200] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13200/stat : 13200 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432548 9856040960 20320 33554432000 1073741824 1073778376 140736191911440 139733476273064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13195/tid=13201] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13201/stat : 13201 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432548 9856040960 20320 33554432000 1073741824 1073778376 140736191911440 139733475220520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13195/tid=13202] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13202/stat : 13202 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432548 9856040960 20320 33554432000 1073741824 1073778376 140736191911440 139733474166952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13195/tid=13203] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13203/stat : 13203 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432548 9856040960 20320 33554432000 1073741824 1073778376 140736191911440 139733377956136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13195/tid=13204] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13204/stat : 13204 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432548 9856040960 20320 33554432000 1073741824 1073778376 140736191911440 139733376903592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13195/tid=13205] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13205/stat : 13205 (java) S 13192 13195 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36432548 9856040960 20320 33554432000 1073741824 1073778376 140736191911440 139733375851048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13195/tid=13206] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13206/stat : 13206 (java) S 13192 13195 12110 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36432549 9856040960 20320 33554432000 1073741824 1073778376 140736191911440 139733363653224 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13195/tid=13207] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13207/stat : 13207 (java) S 13192 13195 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36432550 9856040960 20320 33554432000 1073741824 1073778376 140736191911440 139733362599544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13195/tid=13208] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13208/stat : 13208 (java) S 13192 13195 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36432550 9856040960 20320 33554432000 1073741824 1073778376 140736191911440 139733361546888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13195/tid=13209] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13209/stat : 13209 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432552 9856040960 20320 33554432000 1073741824 1073778376 140736191911440 139733360495632 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13195/tid=13210] ppid=13192 vsize=9625040 CPUtime=1 cores=0,2,4,6
/proc/13195/task/13210/stat : 13210 (java) S 13192 13195 12110 0 -1 4202560 14093 0 0 0 98 2 0 0 20 0 19 0 36432552 9856040960 20320 33554432000 1073741824 1073778376 140736191911440 139733359441976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13195/tid=13211] ppid=13192 vsize=9625040 CPUtime=0.42 cores=0,2,4,6

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

[pid=13195/tid=13200] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13200/stat : 13200 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432548 9856040960 22368 33554432000 1073741824 1073778376 140736191911440 139733476273064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13195/tid=13201] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13201/stat : 13201 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432548 9856040960 22368 33554432000 1073741824 1073778376 140736191911440 139733475220520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13195/tid=13202] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13202/stat : 13202 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432548 9856040960 22368 33554432000 1073741824 1073778376 140736191911440 139733474166952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13195/tid=13203] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13203/stat : 13203 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432548 9856040960 22368 33554432000 1073741824 1073778376 140736191911440 139733377956136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13195/tid=13204] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13204/stat : 13204 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432548 9856040960 22368 33554432000 1073741824 1073778376 140736191911440 139733376903592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13195/tid=13205] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13205/stat : 13205 (java) S 13192 13195 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36432548 9856040960 22368 33554432000 1073741824 1073778376 140736191911440 139733375851048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13195/tid=13206] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13206/stat : 13206 (java) S 13192 13195 12110 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36432549 9856040960 22368 33554432000 1073741824 1073778376 140736191911440 139733363653224 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13195/tid=13207] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13207/stat : 13207 (java) S 13192 13195 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36432550 9856040960 22368 33554432000 1073741824 1073778376 140736191911440 139733362599544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13195/tid=13208] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13208/stat : 13208 (java) S 13192 13195 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36432550 9856040960 22368 33554432000 1073741824 1073778376 140736191911440 139733361546888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13195/tid=13209] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13209/stat : 13209 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432552 9856040960 22368 33554432000 1073741824 1073778376 140736191911440 139733360495632 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13195/tid=13210] ppid=13192 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/13195/task/13210/stat : 13210 (java) S 13192 13195 12110 0 -1 4202560 14093 0 0 0 99 2 0 0 20 0 19 0 36432552 9856040960 22368 33554432000 1073741824 1073778376 140736191911440 139733359441976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13195/tid=13211] ppid=13192 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/13195/task/13211/stat : 13211 (java) S 13192 13195 12110 0 -1 4202560 4266 0 0 0 43 0 0 0 20 0 19 0 36432552 9856040960 22368 33554432000 1073741824 1073778376 140736191911440 139733358389432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13195/tid=13212] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13212/stat : 13212 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432552 9856040960 22368 33554432000 1073741824 1073778376 140736191911440 139733357337080 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13195/tid=13213] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13213/stat : 13213 (java) S 13192 13195 12110 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36432552 9856040960 22368 33554432000 1073741824 1073778376 140736191911440 139733356284744 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13195/tid=13214] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13214/stat : 13214 (java) S 13192 13195 12110 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36432564 9856040960 22368 33554432000 1073741824 1073778376 140736191911440 139733355230504 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 9.47
Current children cumulated vsize (KiB) 9625040

[startup+9.6007 s]
/proc/loadavg: 2.21 2.27 2.02 4/213 13214
/proc/meminfo: memFree=29158356/32872528 swapFree=1556504/1720024
[pid=13195] ppid=13192 vsize=9625040 CPUtime=11.07 cores=0,2,4,6
/proc/13195/stat : 13195 (java) S 13192 13195 12110 0 -1 4202496 22127 0 1 0 1102 5 0 0 20 0 19 0 36432547 9856040960 24928 33554432000 1073741824 1073778376 140736191911440 140736191902576 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13195/statm: 2406260 24928 2265 9 0 2396937 0
[pid=13195/tid=13196] ppid=13192 vsize=9625040 CPUtime=9.55 cores=0,2,4,6
/proc/13195/task/13196/stat : 13196 (java) R 13192 13195 12110 0 -1 4202560 2493 0 1 0 954 1 0 0 20 0 19 0 36432548 9856040960 24928 33554432000 1073741824 1073778376 140736191911440 139733539638992 139733479783327 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13195/tid=13198] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13198/stat : 13198 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432548 9856040960 24928 33554432000 1073741824 1073778376 140736191911440 139733478378152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13195/tid=13199] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13199/stat : 13199 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432548 9856040960 24928 33554432000 1073741824 1073778376 140736191911440 139733477325608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13195/tid=13200] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13200/stat : 13200 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432548 9856040960 24928 33554432000 1073741824 1073778376 140736191911440 139733476273064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13195/tid=13201] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13201/stat : 13201 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432548 9856040960 24928 33554432000 1073741824 1073778376 140736191911440 139733475220520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13195/tid=13202] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13202/stat : 13202 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432548 9856040960 24928 33554432000 1073741824 1073778376 140736191911440 139733474166952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13195/tid=13203] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13203/stat : 13203 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432548 9856040960 24928 33554432000 1073741824 1073778376 140736191911440 139733377956136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13195/tid=13204] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13204/stat : 13204 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432548 9856040960 24928 33554432000 1073741824 1073778376 140736191911440 139733376903592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13195/tid=13205] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13205/stat : 13205 (java) S 13192 13195 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36432548 9856040960 24928 33554432000 1073741824 1073778376 140736191911440 139733375851048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13195/tid=13206] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13206/stat : 13206 (java) S 13192 13195 12110 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36432549 9856040960 24928 33554432000 1073741824 1073778376 140736191911440 139733363653224 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13195/tid=13207] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13207/stat : 13207 (java) S 13192 13195 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36432550 9856040960 24928 33554432000 1073741824 1073778376 140736191911440 139733362599544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13195/tid=13208] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13208/stat : 13208 (java) S 13192 13195 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36432550 9856040960 24928 33554432000 1073741824 1073778376 140736191911440 139733361546888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13195/tid=13209] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13209/stat : 13209 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432552 9856040960 24928 33554432000 1073741824 1073778376 140736191911440 139733360495632 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13195/tid=13210] ppid=13192 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/13195/task/13210/stat : 13210 (java) S 13192 13195 12110 0 -1 4202560 14093 0 0 0 99 2 0 0 20 0 19 0 36432552 9856040960 24928 33554432000 1073741824 1073778376 140736191911440 139733359441976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13195/tid=13211] ppid=13192 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/13195/task/13211/stat : 13211 (java) S 13192 13195 12110 0 -1 4202560 4266 0 0 0 43 0 0 0 20 0 19 0 36432552 9856040960 24928 33554432000 1073741824 1073778376 140736191911440 139733358389432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13195/tid=13212] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13212/stat : 13212 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432552 9856040960 24928 33554432000 1073741824 1073778376 140736191911440 139733357337080 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13195/tid=13213] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13213/stat : 13213 (java) S 13192 13195 12110 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36432552 9856040960 24928 33554432000 1073741824 1073778376 140736191911440 139733356284744 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13195/tid=13214] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13214/stat : 13214 (java) S 13192 13195 12110 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36432564 9856040960 24928 33554432000 1073741824 1073778376 140736191911440 139733355230504 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 11.07
Current children cumulated vsize (KiB) 9625040

[startup+10.0079 s]
/proc/loadavg: 2.21 2.27 2.02 3/213 13214
/proc/meminfo: memFree=29147028/32872528 swapFree=1556504/1720024
[pid=13195] ppid=13192 vsize=9625040 CPUtime=11.48 cores=0,2,4,6
/proc/13195/stat : 13195 (java) S 13192 13195 12110 0 -1 4202496 22127 0 1 0 1143 5 0 0 20 0 19 0 36432547 9856040960 24928 33554432000 1073741824 1073778376 140736191911440 140736191902576 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13195/statm: 2406260 24928 2265 9 0 2396937 0
[pid=13195/tid=13196] ppid=13192 vsize=9625040 CPUtime=9.96 cores=0,2,4,6
/proc/13195/task/13196/stat : 13196 (java) R 13192 13195 12110 0 -1 4202560 2493 0 1 0 995 1 0 0 20 0 19 0 36432548 9856040960 24928 33554432000 1073741824 1073778376 140736191911440 139733539638992 139733479787424 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13195/tid=13198] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13198/stat : 13198 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432548 9856040960 24928 33554432000 1073741824 1073778376 140736191911440 139733478378152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13195/tid=13199] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13199/stat : 13199 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432548 9856040960 24928 33554432000 1073741824 1073778376 140736191911440 139733477325608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13195/tid=13200] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13200/stat : 13200 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432548 9856040960 24928 33554432000 1073741824 1073778376 140736191911440 139733476273064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13195/tid=13201] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13201/stat : 13201 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432548 9856040960 24928 33554432000 1073741824 1073778376 140736191911440 139733475220520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13195/tid=13202] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13202/stat : 13202 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432548 9856040960 24928 33554432000 1073741824 1073778376 140736191911440 139733474166952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13195/tid=13203] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13203/stat : 13203 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432548 9856040960 24928 33554432000 1073741824 1073778376 140736191911440 139733377956136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13195/tid=13204] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13204/stat : 13204 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432548 9856040960 24928 33554432000 1073741824 1073778376 140736191911440 139733376903592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13195/tid=13205] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13205/stat : 13205 (java) S 13192 13195 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36432548 9856040960 24928 33554432000 1073741824 1073778376 140736191911440 139733375851048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13195/tid=13206] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13206/stat : 13206 (java) S 13192 13195 12110 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36432549 9856040960 24928 33554432000 1073741824 1073778376 140736191911440 139733363653224 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13195/tid=13207] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13207/stat : 13207 (java) S 13192 13195 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36432550 9856040960 24928 33554432000 1073741824 1073778376 140736191911440 139733362599544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13195/tid=13208] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13208/stat : 13208 (java) S 13192 13195 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36432550 9856040960 24928 33554432000 1073741824 1073778376 140736191911440 139733361546888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13195/tid=13209] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13209/stat : 13209 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432552 9856040960 24928 33554432000 1073741824 1073778376 140736191911440 139733360495632 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13195/tid=13210] ppid=13192 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/13195/task/13210/stat : 13210 (java) S 13192 13195 12110 0 -1 4202560 14093 0 0 0 99 2 0 0 20 0 19 0 36432552 9856040960 24928 33554432000 1073741824 1073778376 140736191911440 139733359441976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13195/tid=13211] ppid=13192 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/13195/task/13211/stat : 13211 (java) S 13192 13195 12110 0 -1 4202560 4266 0 0 0 43 0 0 0 20 0 19 0 36432552 9856040960 24928 33554432000 1073741824 1073778376 140736191911440 139733358389432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13195/tid=13212] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13212/stat : 13212 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432552 9856040960 24928 33554432000 1073741824 1073778376 140736191911440 139733357337080 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13195/tid=13213] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13213/stat : 13213 (java) S 13192 13195 12110 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36432552 9856040960 24928 33554432000 1073741824 1073778376 140736191911440 139733356284744 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13195/tid=13214] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13214/stat : 13214 (java) S 13192 13195 12110 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36432564 9856040960 24928 33554432000 1073741824 1073778376 140736191911440 139733355230504 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 11.48
Current children cumulated vsize (KiB) 9625040

[startup+10.2008 s]
/proc/loadavg: 2.21 2.27 2.02 3/213 13214
/proc/meminfo: memFree=29147028/32872528 swapFree=1556504/1720024
[pid=13195] ppid=13192 vsize=9625040 CPUtime=11.67 cores=0,2,4,6
/proc/13195/stat : 13195 (java) S 13192 13195 12110 0 -1 4202496 22128 0 1 0 1162 5 0 0 20 0 19 0 36432547 9856040960 25440 33554432000 1073741824 1073778376 140736191911440 140736191902576 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13195/statm: 2406260 25440 2265 9 0 2396937 0
[pid=13195/tid=13196] ppid=13192 vsize=9625040 CPUtime=10.15 cores=0,2,4,6
/proc/13195/task/13196/stat : 13196 (java) R 13192 13195 12110 0 -1 4202560 2494 0 1 0 1014 1 0 0 20 0 19 0 36432548 9856040960 25440 33554432000 1073741824 1073778376 140736191911440 139733539638992 139733479787512 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13195/tid=13198] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13198/stat : 13198 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432548 9856040960 25440 33554432000 1073741824 1073778376 140736191911440 139733478378152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13195/tid=13199] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13199/stat : 13199 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432548 9856040960 25440 33554432000 1073741824 1073778376 140736191911440 139733477325608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13195/tid=13200] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13200/stat : 13200 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432548 9856040960 25440 33554432000 1073741824 1073778376 140736191911440 139733476273064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13195/tid=13201] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13201/stat : 13201 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432548 9856040960 25440 33554432000 1073741824 1073778376 140736191911440 139733475220520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13195/tid=13202] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13202/stat : 13202 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432548 9856040960 25440 33554432000 1073741824 1073778376 140736191911440 139733474166952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13195/tid=13203] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13203/stat : 13203 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432548 9856040960 25440 33554432000 1073741824 1073778376 140736191911440 139733377956136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13195/tid=13204] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13204/stat : 13204 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432548 9856040960 25440 33554432000 1073741824 1073778376 140736191911440 139733376903592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13195/tid=13205] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13205/stat : 13205 (java) S 13192 13195 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36432548 9856040960 25440 33554432000 1073741824 1073778376 140736191911440 139733375851048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13195/tid=13206] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13206/stat : 13206 (java) S 13192 13195 12110 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36432549 9856040960 25440 33554432000 1073741824 1073778376 140736191911440 139733363653224 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13195/tid=13207] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13207/stat : 13207 (java) S 13192 13195 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36432550 9856040960 25440 33554432000 1073741824 1073778376 140736191911440 139733362599544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13195/tid=13208] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13208/stat : 13208 (java) S 13192 13195 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36432550 9856040960 25440 33554432000 1073741824 1073778376 140736191911440 139733361546888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13195/tid=13209] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13209/stat : 13209 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432552 9856040960 25440 33554432000 1073741824 1073778376 140736191911440 139733360495632 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13195/tid=13210] ppid=13192 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/13195/task/13210/stat : 13210 (java) S 13192 13195 12110 0 -1 4202560 14093 0 0 0 99 2 0 0 20 0 19 0 36432552 9856040960 25440 33554432000 1073741824 1073778376 140736191911440 139733359441976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13195/tid=13211] ppid=13192 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/13195/task/13211/stat : 13211 (java) S 13192 13195 12110 0 -1 4202560 4266 0 0 0 43 0 0 0 20 0 19 0 36432552 9856040960 25440 33554432000 1073741824 1073778376 140736191911440 139733358389432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13195/tid=13212] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13212/stat : 13212 (java) S 13192 13195 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432552 9856040960 25440 33554432000 1073741824 1073778376 140736191911440 139733357337080 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13195/tid=13213] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13213/stat : 13213 (java) S 13192 13195 12110 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36432552 9856040960 25440 33554432000 1073741824 1073778376 140736191911440 139733356284744 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13195/tid=13214] ppid=13192 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13195/task/13214/stat : 13214 (java) S 13192 13195 12110 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36432564 9856040960 25440 33554432000 1073741824 1073778376 140736191911440 139733355230504 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 11.67
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 10.2593
CPU time (s): 11.7032
CPU user time (s): 11.6392
CPU system time (s): 0.06399
CPU usage (%): 114.074
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.6392
system time used= 0.06399
maximum resident set size= 103868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22151
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= 529
involuntary context switches= 50

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.044993 second user time and 0.094985 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-19 15:43:59
IDJOB=4110192
IDBENCH=79196
IDSOLVER=2551
FILE ID=node117/4110192-1466343839
RUNJOBID= node117-1466341821-12126
PBS_JOBID= 19922035
Free space on /tmp= 71740 MiB

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

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

MD5SUM BENCH= ab4536de5562fd774a511a0028d74eb6
RANDOM SEED=734212269

node117.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29244996 kB
Buffers:          172500 kB
Cached:           592324 kB
SwapCached:            0 kB
Active:           534344 kB
Inactive:         610352 kB
Active(anon):     371676 kB
Inactive(anon):    10624 kB
Active(file):     162668 kB
Inactive(file):   599728 kB
Unevictable:     1720024 kB
Mlocked:         1556504 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               884 kB
Writeback:             0 kB
AnonPages:       2159204 kB
Mapped:            21180 kB
Shmem:               204 kB
Slab:             629064 kB
SReclaimable:      72488 kB
SUnreclaim:       556576 kB
KernelStack:        1760 kB
PageTables:         8412 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2267524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    567296 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71740 MiB
End job on node117 at 2016-06-19 15:44:10