Trace number 4106461

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16OPT3 185.146 91.8704

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=103-P1=223-P2=29-P3=89-P4=173-P5=97-P6=227-P7=89-P8=127-P9=223-B.opb
MD5SUM9b7cb599a49db47c0ffbf25416bcef37
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.152976
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables216
Total number of constraints19
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints19
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)576
Sum of products size (including duplicates)1152
Number of different products576
Sum of products size1152

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.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4106461-1466271701.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.23/0.23	c ... done. Wall clock time 0.114s.
0.23/0.23	c declared #vars     216
0.23/0.23	c internal #vars     792
0.23/0.23	c #constraints  1180
0.23/0.23	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.23/0.23	c constraints type 
0.23/0.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 576
0.23/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 604
0.23/0.23	c 1180 constraints processed.
0.23/0.23	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.23/0.23	c constraints type 
0.23/0.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 576
0.23/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 604
0.23/0.23	c 1180 constraints processed.
0.23/0.23	c objective function length is 8 literals
2.74/0.94	c cleaning 2497 clauses out of 5000 with flag 10476/5000
4.54/1.41	c cleaning 4240 clauses out of 8504 with flag 23395/11001
5.44/1.74	c cleaning 5624 clauses out of 11265 with flag 39266/18002
7.06/2.34	c cleaning 6814 clauses out of 13640 with flag 56544/26001
8.24/2.80	c cleaning 7901 clauses out of 15826 with flag 76685/35001
9.29/3.39	c cleaning 8953 clauses out of 17925 with flag 97908/45001
10.71/4.09	c cleaning 9966 clauses out of 19971 with flag 123164/56000
12.50/4.93	c cleaning 10994 clauses out of 22007 with flag 152338/68002
14.10/5.77	c cleaning 11994 clauses out of 24011 with flag 181040/81000
16.50/6.90	c cleaning 13000 clauses out of 26018 with flag 213010/95001
19.10/8.15	c cleaning 14005 clauses out of 28018 with flag 247402/110001
21.51/9.37	c cleaning 15003 clauses out of 30012 with flag 283547/126000
24.86/10.96	c cleaning 15999 clauses out of 32009 with flag 324565/143000
27.26/12.14	c And the winner is solver0
27.33/12.26	c SATISFIABLE
27.33/12.26	c OPTIMIZING...
27.33/12.26	c Got one! Elapsed wall clock time (in seconds):12.143
27.33/12.26	o 121
28.20/12.70	c cleaning 19385 clauses out of 38782 with flag 11039/165772
28.82/13.04	c cleaning 12681 clauses out of 25396 with flag 24235/171771
29.61/13.43	c And the winner is solver0
29.70/13.76	c Got one! Elapsed wall clock time (in seconds):13.644
29.70/13.76	o 11
30.41/14.14	c cleaning 11758 clauses out of 23544 with flag 11621/182600
31.21/14.58	c cleaning 8885 clauses out of 17785 with flag 25455/188599
32.44/15.10	c cleaning 7930 clauses out of 15900 with flag 40803/195599
33.05/15.47	c cleaning 7982 clauses out of 15971 with flag 58838/203600
34.43/16.11	c cleaning 8481 clauses out of 16989 with flag 79761/212600
35.45/16.69	c cleaning 9250 clauses out of 18507 with flag 101131/222600
37.86/17.87	c cleaning 10120 clauses out of 20257 with flag 124640/233600
39.68/18.75	c cleaning 11061 clauses out of 22137 with flag 151656/245600
42.48/20.10	c cleaning 12018 clauses out of 24075 with flag 180698/258599
43.88/20.81	c And the winner is solver0
43.88/21.26	c Got one! Elapsed wall clock time (in seconds):21.146
43.88/21.26	o 9
44.75/21.72	c cleaning 14294 clauses out of 28607 with flag 10733/275150
45.94/22.30	c cleaning 10153 clauses out of 20312 with flag 23533/281149
46.54/22.68	c cleaning 8570 clauses out of 17159 with flag 39376/288149
47.34/23.07	c cleaning 8279 clauses out of 16589 with flag 57930/296149
48.54/23.60	c cleaning 8638 clauses out of 17310 with flag 79236/305149
49.54/24.16	c cleaning 9328 clauses out of 18672 with flag 101445/315149
51.19/24.93	c cleaning 10165 clauses out of 20344 with flag 125833/326149
51.59/25.19	c And the winner is solver0
51.78/25.26	c Got one! Elapsed wall clock time (in seconds):25.147
51.78/25.26	o 3
51.88/25.31	c cleaning 7950 clauses out of 15922 with flag 2077/331892
52.47/25.63	c cleaning 6979 clauses out of 13971 with flag 14999/337891
53.07/25.94	c cleaning 6980 clauses out of 13992 with flag 29999/344891
53.87/26.32	c cleaning 7504 clauses out of 15012 with flag 47189/352891
54.87/26.80	c cleaning 8249 clauses out of 16508 with flag 66802/361891
55.86/27.36	c cleaning 9123 clauses out of 18259 with flag 88633/371891
57.06/27.91	c cleaning 10063 clauses out of 20136 with flag 114032/382891
58.48/28.68	c cleaning 11032 clauses out of 22074 with flag 139986/394892
60.48/29.62	c cleaning 11995 clauses out of 24041 with flag 167861/407891
62.48/30.69	c cleaning 13004 clauses out of 26046 with flag 199134/421891
64.94/31.90	c cleaning 13998 clauses out of 28042 with flag 231957/436891
67.56/33.13	c cleaning 15006 clauses out of 30044 with flag 267932/452892
69.94/34.31	c cleaning 15996 clauses out of 32038 with flag 304594/469892
71.96/35.34	c cleaning 17015 clauses out of 34041 with flag 343743/487891
74.54/36.68	c cleaning 18001 clauses out of 36028 with flag 384526/506893
79.00/38.84	c cleaning 18996 clauses out of 38025 with flag 430079/526891
83.79/41.22	c cleaning 19997 clauses out of 40029 with flag 477005/547891
87.69/43.16	c cleaning 21006 clauses out of 42031 with flag 526195/569891
89.58/44.02	c cleaning 0 clauses out of 7257 with flag 0/7259
92.32/45.35	c cleaning 22004 clauses out of 44025 with flag 576418/592891
96.34/47.33	c cleaning 22997 clauses out of 46022 with flag 629132/616892
100.77/49.60	c cleaning 24007 clauses out of 48025 with flag 685816/641892
105.76/52.09	c cleaning 24996 clauses out of 50017 with flag 743515/667891
112.41/55.33	c cleaning 26001 clauses out of 52021 with flag 801737/694892
117.81/58.00	c cleaning 26996 clauses out of 54020 with flag 863444/722892
124.29/61.26	c cleaning 28006 clauses out of 56023 with flag 927872/751891
131.34/64.76	c cleaning 29001 clauses out of 58017 with flag 999063/781892
138.74/68.42	c cleaning 29996 clauses out of 60014 with flag 1067768/812891
147.19/72.68	c cleaning 31009 clauses out of 62020 with flag 1143117/844893
156.63/77.31	c cleaning 32003 clauses out of 64010 with flag 1221287/877892
165.47/81.80	c cleaning 32999 clauses out of 66006 with flag 1300438/911891
183.16/90.51	c cleaning 34001 clauses out of 68007 with flag 1376281/946892
184.56/91.26	c And the winner is solver0
184.99/91.85	c >>>>>>>>>> Solver number 0 (5 answers) <<<<<<<<<<<<<<<<<<
184.99/91.85	c starts		: 2218
184.99/91.85	c conflicts		: 953438
184.99/91.85	c decisions		: 1109809
184.99/91.85	c propagations		: 18378859
184.99/91.85	c inspects		: 1309700870
184.99/91.85	c shortcuts		: 0
184.99/91.85	c learnt literals	: 22
184.99/91.85	c learnt binary clauses	: 25
184.99/91.85	c learnt ternary clauses	: 66
184.99/91.85	c learnt constraints	: 953415
184.99/91.85	c ignored constraints	: 0
184.99/91.85	c root simplifications	: 0
184.99/91.85	c removed literals (reason simplification)	: 2236718
184.99/91.85	c reason swapping (by a shorter reason)	: 0
184.99/91.85	c Calls to reduceDB	: 62
184.99/91.85	c Number of update (reduction) of LBD	: 37321
184.99/91.85	c Imported unit clauses	: 0
184.99/91.85	c number of reductions to clauses (during analyze)	: 0
184.99/91.85	c number of learned constraints concerned by reduction	: 0
184.99/91.85	c number of learning phase by resolution	: 0
184.99/91.85	c number of learning phase by cutting planes	: 0
184.99/91.85	c speed (assignments/second)	: 200611.9042941035
184.99/91.85	c non guided choices	10967
184.99/91.85	c learnt constraints type 
184.99/91.85	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
184.99/91.85	c starts		: 60
184.99/91.85	c conflicts		: 13086
184.99/91.85	c decisions		: 15298
184.99/91.85	c propagations		: 213917
184.99/91.85	c inspects		: 149819210
184.99/91.85	c shortcuts		: 0
184.99/91.85	c learnt literals	: 0
184.99/91.85	c learnt binary clauses	: 0
184.99/91.85	c learnt ternary clauses	: 0
184.99/91.85	c learnt constraints	: 13084
184.99/91.85	c ignored constraints	: 0
184.99/91.85	c root simplifications	: 0
184.99/91.85	c removed literals (reason simplification)	: 0
184.99/91.85	c reason swapping (by a shorter reason)	: 0
184.99/91.85	c Calls to reduceDB	: 1
184.99/91.85	c Number of update (reduction) of LBD	: 0
184.99/91.85	c Imported unit clauses	: 0
184.99/91.85	c number of reductions to clauses (during analyze)	: 0
184.99/91.85	c number of learned constraints concerned by reduction	: 0
184.99/91.85	c number of learning phase by resolution	: 0
184.99/91.85	c number of learning phase by cutting planes	: 0
184.99/91.85	c speed (assignments/second)	: 3212.545804048778
184.99/91.85	c non guided choices	805
184.99/91.85	c learnt constraints type 
184.99/91.85	s OPTIMUM FOUND
184.99/91.85	c Found 4 solution(s)
184.99/91.85	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 x170 x171 -x172 -x173 -x174 x175 -x176 x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 x186 -x187 -x188 -x189 -x190 -x191 -x192 x193 x194 -x195 -x196 -x197 -x198 -x199 -x200 x201 x202 x203 -x204 -x205 -x206 -x207 -x208 x209 x210 x211 -x212 -x213 x214 x215 -x216 
184.99/91.85	c objective function=3
184.99/91.85	c Total wall clock time (in seconds): 91.737

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-4106461-1466271701/watcher-4106461-1466271701 -o /tmp/evaluation-result-4106461-1466271701/solver-4106461-1466271701 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466265252-30108 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4106461-1466271701.opb 

pid=2413
running on 4 cores: 1,3,5,7

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: 3.26 3.29 3.26 4/196 2416
/proc/meminfo: memFree=27934088/32872528 swapFree=1556504/1720024
[pid=2416] ppid=2413 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/2416/stat : 2416 (java) R 2413 2416 30091 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 29218698 278528 34 33554432000 1073741824 1073778376 140736155031744 140733620461016 270320889127 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2416/statm: 623 42 34 9 0 25 0

[startup+0.100161 s]
/proc/loadavg: 3.26 3.29 3.26 4/196 2416
/proc/meminfo: memFree=27934088/32872528 swapFree=1556504/1720024
[pid=2416] ppid=2413 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/2416/stat : 2416 (java) S 2413 2416 30091 0 -1 4202496 4408 0 1 0 8 1 0 0 20 0 18 0 29218698 9787879424 6046 33554432000 1073741824 1073778376 140736155031744 140736155022880 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2416/statm: 2389619 6046 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200228 s]
/proc/loadavg: 3.26 3.29 3.26 4/196 2416
/proc/meminfo: memFree=27934088/32872528 swapFree=1556504/1720024
[pid=2416] ppid=2413 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/2416/stat : 2416 (java) S 2413 2416 30091 0 -1 4202496 4586 0 1 0 22 1 0 0 20 0 18 0 29218698 9787879424 7214 33554432000 1073741824 1073778376 140736155031744 140736155022880 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2416/statm: 2389619 7214 2210 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300248 s]
/proc/loadavg: 3.26 3.29 3.26 4/196 2416
/proc/meminfo: memFree=27934088/32872528 swapFree=1556504/1720024
[pid=2416] ppid=2413 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/2416/stat : 2416 (java) S 2413 2416 30091 0 -1 4202496 7311 0 1 0 50 1 0 0 20 0 22 0 29218698 10060525568 10919 33554432000 1073741824 1073778376 140736155031744 140736155022880 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2416/statm: 2456183 10919 2230 9 0 2446860 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9824732

[startup+0.70019 s]
/proc/loadavg: 3.26 3.29 3.26 4/196 2416
/proc/meminfo: memFree=27934088/32872528 swapFree=1556504/1720024
[pid=2416] ppid=2413 vsize=9824732 CPUtime=1.94 cores=1,3,5,7
/proc/2416/stat : 2416 (java) S 2413 2416 30091 0 -1 4202496 20635 0 1 0 190 4 0 0 20 0 22 0 29218698 10060525568 25376 33554432000 1073741824 1073778376 140736155031744 140736155022880 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2416/statm: 2456183 25376 2251 9 0 2446860 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 9824732

[startup+1.50087 s]
/proc/loadavg: 3.26 3.29 3.26 7/218 2438
/proc/meminfo: memFree=27755356/32872528 swapFree=1556504/1720024
[pid=2416] ppid=2413 vsize=9824732 CPUtime=4.85 cores=1,3,5,7
/proc/2416/stat : 2416 (java) S 2413 2416 30091 0 -1 4202496 31932 0 1 0 478 7 0 0 20 0 22 0 29218698 10060525568 50941 33554432000 1073741824 1073778376 140736155031744 140736155022880 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2416/statm: 2456183 50941 2278 9 0 2446860 0
[pid=2416/tid=2418] ppid=2413 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/2416/task/2418/stat : 2418 (java) S 2413 2416 30091 0 -1 4202560 2422 0 1 0 20 0 0 0 20 0 22 0 29218699 10060525568 50941 33554432000 1073741824 1073778376 140736155031744 139951426016120 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2416/tid=2419] ppid=2413 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2416/task/2419/stat : 2419 (java) S 2413 2416 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29218701 10060525568 50941 33554432000 1073741824 1073778376 140736155031744 139951387507752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2416/tid=2420] ppid=2413 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2416/task/2420/stat : 2420 (java) S 2413 2416 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29218701 10060525568 50941 33554432000 1073741824 1073778376 140736155031744 139951386454952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2416/tid=2421] ppid=2413 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2416/task/2421/stat : 2421 (java) S 2413 2416 30091 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 29218701 10060525568 50941 33554432000 1073741824 1073778376 140736155031744 139951385402152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2416/tid=2422] ppid=2413 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2416/task/2422/stat : 2422 (java) S 2413 2416 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29218701 10060525568 50941 33554432000 1073741824 1073778376 140736155031744 139951384349352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2416/tid=2423] ppid=2413 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2416/task/2423/stat : 2423 (java) S 2413 2416 30091 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 29218701 10060525568 50941 33554432000 1073741824 1073778376 140736155031744 139951383296552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2416/tid=2424] ppid=2413 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2416/task/2424/stat : 2424 (java) S 2413 2416 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29218701 10060525568 50941 33554432000 1073741824 1073778376 140736155031744 139951382243752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2416/tid=2425] ppid=2413 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2416/task/2425/stat : 2425 (java) S 2413 2416 30091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29218701 10060525568 50941 33554432000 1073741824 1073778376 140736155031744 139951381190952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2416/tid=2426] ppid=2413 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2416/task/2426/stat : 2426 (java) S 2413 2416 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29218701 10060525568 50941 33554432000 1073741824 1073778376 140736155031744 139951380138152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2416/tid=2427] ppid=2413 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2416/task/2427/stat : 2427 (java) S 2413 2416 30091 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 29218702 10060525568 50941 33554432000 1073741824 1073778376 140736155031744 139951249255400 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2416/tid=2428] ppid=2413 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2416/task/2428/stat : 2428 (java) S 2413 2416 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29218702 10060525568 50941 33554432000 1073741824 1073778376 140736155031744 139951248201464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2416/tid=2429] ppid=2413 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2416/task/2429/stat : 2429 (java) S 2413 2416 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29218702 10060525568 50941 33554432000 1073741824 1073778376 140736155031744 139951247148552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2416/tid=2430] ppid=2413 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2416/task/2430/stat : 2430 (java) S 2413 2416 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29218704 10060525568 50941 33554432000 1073741824 1073778376 140736155031744 139951246097040 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2416/tid=2431] ppid=2413 vsize=9824732 CPUtime=1.21 cores=1,3,5,7
/proc/2416/task/2431/stat : 2431 (java) R 2413 2416 30091 0 -1 4202560 15025 0 0 0 119 2 0 0 20 0 22 0 29218704 10060525568 50941 33554432000 1073741824 1073778376 140736155031744 139951245044152 139951431862179 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2416/tid=2432] ppid=2413 vsize=9824732 CPUtime=1.05 cores=1,3,5,7
/proc/2416/task/2432/stat : 2432 (java) S 2413 2416 30091 0 -1 4202560 12982 0 0 0 105 0 0 0 20 0 22 0 29218704 10060525568 50941 33554432000 1073741824 1073778376 140736155031744 139951243991352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2416/tid=2433] ppid=2413 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2416/task/2433/stat : 2433 (java) S 2413 2416 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29218704 10060525568 50941 33554432000 1073741824 1073778376 140736155031744 139951242938744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2416/tid=2434] ppid=2413 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2416/task/2434/stat : 2434 (java) S 2413 2416 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29218704 10060525568 50941 33554432000 1073741824 1073778376 140736155031744 139950234266056 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2416/tid=2435] ppid=2413 vsize=9824732 CPUtime=1.1 cores=1,3,5,7
/proc/2416/task/2435/stat : 2435 (java) R 2413 2416 30091 0 -1 4202560 29 0 0 0 110 0 0 0 20 0 22 0 29218722 10060525568 50941 33554432000 1073741824 1073778376 140736155031744 139950233212088 139951258331474 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=2416/tid=2436] ppid=2413 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/2416/task/2436/stat : 2436 (java) R 2413 2416 30091 0 -1 4202560 94 0 0 0 116 2 0 0 20 0 22 0 29218722 10060525568 50941 33554432000 1073741824 1073778376 140736155031744 139950232157808 139951258311305 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2416/tid=2437] ppid=2413 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2416/task/2437/stat : 2437 (java) S 2413 2416 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29218723 10060525568 50941 33554432000 1073741824 1073778376 140736155031744 139950231106984 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2416/tid=2438] ppid=2413 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2416/task/2438/stat : 2438 (java) S 2413 2416 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29218723 10060525568 50941 33554432000 1073741824 1073778376 140736155031744 139950230054184 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.85
Current children cumulated vsize (KiB) 9824732

[startup+3.101 s]
/proc/loadavg: 3.40 3.32 3.27 4/218 2438
/proc/meminfo: memFree=27696212/32872528 swapFree=1556504/1720024
[pid=2416] ppid=2413 vsize=9824732 CPUtime=8.87 cores=1,3,5,7
/proc/2416/stat : 2416 (java) S 2413 2416 30091 0 -1 4202496 35652 0 1 0 873 14 0 0 20 0 22 0 29218698 10060525568 85764 33554432000 1073741824 1073778376 140736155031744 140736155022880 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2416/statm: 2456183 85764 2281 9 0 2446860 0
[pid=2416/tid=2418] ppid=2413 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/2416/task/2418/stat : 2418 (java) S 2413 2416 30091 0 -1 4202560 2422 0 1 0 20 0 0 0 20 0 22 0 29218699 10060525568 85764 33554432000 1073741824 1073778376 140736155031744 139951426016120 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2416/tid=2419] ppid=2413 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2416/task/2419/stat : 2419 (java) S 2413 2416 30091 0 -1 4202560 102 0 0 0 0 0 0 0 20 0 22 0 29218701 10060525568 85764 33554432000 1073741824 1073778376 140736155031744 139951387507752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2416/tid=2420] ppid=2413 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2416/task/2420/stat : 2420 (java) S 2413 2416 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29218701 10060525568 85764 33554432000 1073741824 1073778376 140736155031744 139951386454952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2416/tid=2421] ppid=2413 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/2416/task/2421/stat : 2421 (java) S 2413 2416 30091 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 22 0 29218701 10060525568 85764 33554432000 1073741824 1073778376 140736155031744 139951385402152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2416/tid=2422] ppid=2413 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/2416/task/2422/stat : 2422 (java) S 2413 2416 30091 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 29218701 10060525568 85764 33554432000 1073741824 1073778376 140736155031744 139951384349352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2416/tid=2423] ppid=2413 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2416/task/2423/stat : 2423 (java) S 2413 2416 30091 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 29218701 10060525568 85764 33554432000 1073741824 1073778376 140736155031744 139951383296552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2416/tid=2424] ppid=2413 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2416/task/2424/stat : 2424 (java) S 2413 2416 30091 0 -1 4202560 85 0 0 0 0 0 0 0 20 0 22 0 29218701 10060525568 85764 33554432000 1073741824 1073778376 140736155031744 139951382243752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2416/tid=2425] ppid=2413 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/2416/task/2425/stat : 2425 (java) S 2413 2416 30091 0 -1 4202560 83 0 0 0 2 0 0 0 20 0 22 0 29218701 10060525568 85764 33554432000 1073741824 1073778376 140736155031744 139951381190952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2416/tid=2426] ppid=2413 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/2416/task/2426/stat : 2426 (java) S 2413 2416 30091 0 -1 4202560 83 0 0 0 2 0 0 0 20 0 22 0 29218701 10060525568 85764 33554432000 1073741824 1073778376 140736155031744 139951380138152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2416/tid=2427] ppid=2413 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2416/task/2427/stat : 2427 (java) S 2413 2416 30091 0 -1 4202560 188 0 0 0 0 0 0 0 20 0 22 0 29218702 10060525568 85764 33554432000 1073741824 1073778376 140736155031744 139951249255400 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2416/tid=2428] ppid=2413 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2416/task/2428/stat : 2428 (java) S 2413 2416 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29218702 10060525568 85764 33554432000 1073741824 1073778376 140736155031744 139951248201464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2416/tid=2429] ppid=2413 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2416/task/2429/stat : 2429 (java) S 2413 2416 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29218702 10060525568 85764 33554432000 1073741824 1073778376 140736155031744 139951247148552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2416/tid=2430] ppid=2413 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2416/task/2430/stat : 2430 (java) S 2413 2416 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29218704 10060525568 85764 33554432000 1073741824 1073778376 140736155031744 139951246097040 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2416/tid=2431] ppid=2413 vsize=9824732 CPUtime=1.81 cores=1,3,5,7
/proc/2416/task/2431/stat : 2431 (java) S 2413 2416 30091 0 -1 4202560 16784 0 0 0 179 2 0 0 20 0 22 0 29218704 10060525568 85764 33554432000 1073741824 1073778376 140736155031744 139951245044152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2416/tid=2432] ppid=2413 vsize=9824732 CPUtime=1.24 cores=1,3,5,7
/proc/2416/task/2432/stat : 2432 (java) S 2413 2416 30091 0 -1 4202560 14407 0 0 0 122 2 0 0 20 0 22 0 29218704 10060525568 85764 33554432000 1073741824 1073778376 140736155031744 139951243991352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2416/tid=2433] ppid=2413 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2416/task/2433/stat : 2433 (java) S 2413 2416 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29218704 10060525568 85764 33554432000 1073741824 1073778376 140736155031744 139951242938744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2416/tid=2434] ppid=2413 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2416/task/2434/stat : 2434 (java) S 2413 2416 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29218704 10060525568 85764 33554432000 1073741824 1073778376 140736155031744 139950234266056 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2416/tid=2435] ppid=2413 vsize=9824732 CPUtime=2.64 cores=1,3,5,7
/proc/2416/task/2435/stat : 2435 (java) R 2413 2416 30091 0 -1 4202560 31 0 0 0 264 0 0 0 20 0 22 0 29218722 10060525568 85764 33554432000 1073741824 1073778376 140736155031744 139950233210112 139951258252716 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2416/tid=2436] ppid=2413 vsize=9824732 CPUtime=2.74 cores=1,3,5,7
/proc/2416/task/2436/stat : 2436 (java) R 2413 2416 30091 0 -1 4202560 151 0 0 0 270 4 0 0 20 0 22 0 29218722 10060525568 85764 33554432000 1073741824 1073778376 140736155031744 139950232157792 139951258268037 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2416/tid=2437] ppid=2413 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2416/task/2437/stat : 2437 (java) S 2413 2416 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29218723 10060525568 85764 33554432000 1073741824 1073778376 140736155031744 139950231106984 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2416/tid=2438] ppid=2413 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2416/task/2438/stat : 2438 (java) S 2413 2416 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29218723 10060525568 85764 33554432000 1073741824 1073778376 140736155031744 139950230054184 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.87
Current children cumulated vsize (KiB) 9824732

[startup+6.30103 s]
/proc/loadavg: 3.40 3.32 3.27 5/218 2438
/proc/meminfo: memFree=27329896/32872528 swapFree=1556504/1720024
[pid=2416] ppid=2413 vsize=9824732 CPUtime=15.31 cores=1,3,5,7
/proc/2416/stat : 2416 (java) S 2413 2416 30091 0 -1 4202496 36304 0 1 0 1510 21 0 0 20 0 22 0 29218698 10060525568 159642 33554432000 1073741824 1073778376 140736155031744 140736155022880 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2416/statm: 2456183 159642 2281 9 0 2446860 0
[pid=2416/tid=2418] ppid=2413 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/2416/task/2418/stat : 2418 (java) S 2413 2416 30091 0 -1 4202560 2422 0 1 0 20 0 0 0 20 0 22 0 29218699 10060525568 159642 33554432000 1073741824 1073778376 140736155031744 139951426016120 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2416/tid=2419] ppid=2413 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/2416/task/2419/stat : 2419 (java) S 2413 2416 30091 0 -1 4202560 114 0 0 0 2 1 0 0 20 0 22 0 29218701 10060525568 159642 33554432000 1073741824 1073778376 140736155031744 139951387507752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2416/tid=2420] ppid=2413 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/2416/task/2420/stat : 2420 (java) S 2413 2416 30091 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 22 0 29218701 10060525568 159642 33554432000 1073741824 1073778376 140736155031744 139951386454952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2416/tid=2421] ppid=2413 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/2416/task/2421/stat : 2421 (java) S 2413 2416 30091 0 -1 4202560 39 0 0 0 2 1 0 0 20 0 22 0 29218701 10060525568 159642 33554432000 1073741824 1073778376 140736155031744 139951385402152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2416/tid=2422] ppid=2413 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/2416/task/2422/stat : 2422 (java) S 2413 2416 30091 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 29218701 10060525568 159642 33554432000 1073741824 1073778376 140736155031744 139951384349352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2416/tid=2423] ppid=2413 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/2416/task/2423/stat : 2423 (java) S 2413 2416 30091 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 29218701 10060525568 159642 33554432000 1073741824 1073778376 140736155031744 139951383296552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2416/tid=2424] ppid=2413 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/2416/task/2424/stat : 2424 (java) S 2413 2416 30091 0 -1 4202560 89 0 0 0 2 0 0 0 20 0 22 0 29218701 10060525568 159642 33554432000 1073741824 1073778376 140736155031744 139951382243752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2416/tid=2425] ppid=2413 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/2416/task/2425/stat : 2425 (java) S 2413 2416 30091 0 -1 4202560 91 0 0 0 2 1 0 0 20 0 22 0 29218701 10060525568 159642 33554432000 1073741824 1073778376 140736155031744 139951381190952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2416/tid=2426] ppid=2413 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/2416/task/2426/stat : 2426 (java) S 2413 2416 30091 0 -1 4202560 90 0 0 0 2 1 0 0 20 0 22 0 29218701 10060525568 159642 33554432000 1073741824 1073778376 140736155031744 139951380138152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2416/tid=2427] ppid=2413 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2416/task/2427/stat : 2427 (java) S 2413 2416 30091 0 -1 4202560 439 0 0 0 0 0 0 0 20 0 22 0 29218702 10060525568 159642 33554432000 1073741824 1073778376 140736155031744 139951249255400 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2416/tid=2428] ppid=2413 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2416/task/2428/stat : 2428 (java) S 2413 2416 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29218702 10060525568 159642 33554432000 1073741824 1073778376 140736155031744 139951248201464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2416/tid=2429] ppid=2413 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2416/task/2429/stat : 2429 (java) S 2413 2416 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29218702 10060525568 159642 33554432000 1073741824 1073778376 140736155031744 139951247148552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2416/tid=2430] ppid=2413 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2416/task/2430/stat : 2430 (java) S 2413 2416 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29218704 10060525568 159642 33554432000 1073741824 1073778376 140736155031744 139951246097040 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2416/tid=2431] ppid=2413 vsize=9824732 CPUtime=1.81 cores=1,3,5,7

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

/proc/2416/task/2431/stat : 2431 (java) S 2413 2416 30091 0 -1 4202560 16786 0 0 0 201 2 0 0 20 0 22 0 29218704 10060525568 712612 33554432000 1073741824 1073778376 140736155031744 139951245044152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2416/tid=2432] ppid=2413 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/2416/task/2432/stat : 2432 (java) S 2413 2416 30091 0 -1 4202560 14479 0 0 0 170 2 0 0 20 0 22 0 29218704 10060525568 712612 33554432000 1073741824 1073778376 140736155031744 139951243991352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2416/tid=2433] ppid=2413 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2416/task/2433/stat : 2433 (java) S 2413 2416 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29218704 10060525568 712612 33554432000 1073741824 1073778376 140736155031744 139951242938744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2416/tid=2434] ppid=2413 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/2416/task/2434/stat : 2434 (java) S 2413 2416 30091 0 -1 4202560 5 0 0 0 0 2 0 0 20 0 22 0 29218704 10060525568 712612 33554432000 1073741824 1073778376 140736155031744 139950234266056 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2416/tid=2438] ppid=2413 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2416/task/2438/stat : 2438 (java) S 2413 2416 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29218723 10060525568 712612 33554432000 1073741824 1073778376 140736155031744 139950230054184 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2416/tid=2448] ppid=2413 vsize=9824732 CPUtime=63.71 cores=1,3,5,7
/proc/2416/task/2448/stat : 2448 (java) R 2413 2416 30091 0 -1 4202560 14 0 0 0 6371 0 0 0 20 0 22 0 29221225 10060525568 712612 33554432000 1073741824 1073778376 140736155031744 139950233209488 139951258252771 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2416/tid=2449] ppid=2413 vsize=9824732 CPUtime=63.69 cores=1,3,5,7
/proc/2416/task/2449/stat : 2449 (java) R 2413 2416 30091 0 -1 4202560 17 0 0 0 6369 0 0 0 20 0 22 0 29221225 10060525568 712612 33554432000 1073741824 1073778376 140736155031744 139950232157472 139951258550491 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2416/tid=2450] ppid=2413 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2416/task/2450/stat : 2450 (java) S 2413 2416 30091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29221225 10060525568 712612 33554432000 1073741824 1073778376 140736155031744 139950231106344 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 181.36
Current children cumulated vsize (KiB) 9824732

[startup+91.201 s]
/proc/loadavg: 3.49 3.37 3.28 5/218 2452
/proc/meminfo: memFree=25067552/32872528 swapFree=1556504/1720024
[pid=2416] ppid=2413 vsize=9824732 CPUtime=184.56 cores=1,3,5,7
/proc/2416/stat : 2416 (java) S 2413 2416 30091 0 -1 4202496 39135 0 1 0 18367 89 0 0 20 0 22 0 29218698 10060525568 712612 33554432000 1073741824 1073778376 140736155031744 140736155022880 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2416/statm: 2456183 712612 2287 9 0 2446860 0
[pid=2416/tid=2418] ppid=2413 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/2416/task/2418/stat : 2418 (java) S 2413 2416 30091 0 -1 4202560 2423 0 1 0 20 1 0 0 20 0 22 0 29218699 10060525568 712612 33554432000 1073741824 1073778376 140736155031744 139951426016120 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2416/tid=2419] ppid=2413 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/2416/task/2419/stat : 2419 (java) S 2413 2416 30091 0 -1 4202560 263 0 0 0 24 6 0 0 20 0 22 0 29218701 10060525568 712612 33554432000 1073741824 1073778376 140736155031744 139951387507752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2416/tid=2420] ppid=2413 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/2416/task/2420/stat : 2420 (java) S 2413 2416 30091 0 -1 4202560 81 0 0 0 21 4 0 0 20 0 22 0 29218701 10060525568 712612 33554432000 1073741824 1073778376 140736155031744 139951386454952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2416/tid=2421] ppid=2413 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/2416/task/2421/stat : 2421 (java) S 2413 2416 30091 0 -1 4202560 196 0 0 0 26 4 0 0 20 0 22 0 29218701 10060525568 712612 33554432000 1073741824 1073778376 140736155031744 139951385402152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2416/tid=2422] ppid=2413 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/2416/task/2422/stat : 2422 (java) S 2413 2416 30091 0 -1 4202560 118 0 0 0 22 5 0 0 20 0 22 0 29218701 10060525568 712612 33554432000 1073741824 1073778376 140736155031744 139951384349352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2416/tid=2423] ppid=2413 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/2416/task/2423/stat : 2423 (java) S 2413 2416 30091 0 -1 4202560 100 0 0 0 22 3 0 0 20 0 22 0 29218701 10060525568 712612 33554432000 1073741824 1073778376 140736155031744 139951383296552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2416/tid=2424] ppid=2413 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/2416/task/2424/stat : 2424 (java) S 2413 2416 30091 0 -1 4202560 193 0 0 0 21 3 0 0 20 0 22 0 29218701 10060525568 712612 33554432000 1073741824 1073778376 140736155031744 139951382243752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2416/tid=2425] ppid=2413 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/2416/task/2425/stat : 2425 (java) S 2413 2416 30091 0 -1 4202560 202 0 0 0 19 5 0 0 20 0 22 0 29218701 10060525568 712612 33554432000 1073741824 1073778376 140736155031744 139951381190952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2416/tid=2426] ppid=2413 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/2416/task/2426/stat : 2426 (java) S 2413 2416 30091 0 -1 4202560 173 0 0 0 21 4 0 0 20 0 22 0 29218701 10060525568 712612 33554432000 1073741824 1073778376 140736155031744 139951380138152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2416/tid=2427] ppid=2413 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/2416/task/2427/stat : 2427 (java) S 2413 2416 30091 0 -1 4202560 1265 0 0 0 0 4 0 0 20 0 22 0 29218702 10060525568 712612 33554432000 1073741824 1073778376 140736155031744 139951249255400 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2416/tid=2428] ppid=2413 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2416/task/2428/stat : 2428 (java) S 2413 2416 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29218702 10060525568 712612 33554432000 1073741824 1073778376 140736155031744 139951248201464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2416/tid=2429] ppid=2413 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2416/task/2429/stat : 2429 (java) S 2413 2416 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29218702 10060525568 712612 33554432000 1073741824 1073778376 140736155031744 139951247148552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2416/tid=2430] ppid=2413 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2416/task/2430/stat : 2430 (java) S 2413 2416 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29218704 10060525568 712612 33554432000 1073741824 1073778376 140736155031744 139951246097040 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2416/tid=2431] ppid=2413 vsize=9824732 CPUtime=2.03 cores=1,3,5,7
/proc/2416/task/2431/stat : 2431 (java) S 2413 2416 30091 0 -1 4202560 16786 0 0 0 201 2 0 0 20 0 22 0 29218704 10060525568 712612 33554432000 1073741824 1073778376 140736155031744 139951245044152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2416/tid=2432] ppid=2413 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/2416/task/2432/stat : 2432 (java) S 2413 2416 30091 0 -1 4202560 14479 0 0 0 170 2 0 0 20 0 22 0 29218704 10060525568 712612 33554432000 1073741824 1073778376 140736155031744 139951243991352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2416/tid=2433] ppid=2413 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2416/task/2433/stat : 2433 (java) S 2413 2416 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29218704 10060525568 712612 33554432000 1073741824 1073778376 140736155031744 139951242938744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2416/tid=2434] ppid=2413 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/2416/task/2434/stat : 2434 (java) S 2413 2416 30091 0 -1 4202560 5 0 0 0 0 2 0 0 20 0 22 0 29218704 10060525568 712612 33554432000 1073741824 1073778376 140736155031744 139950234266056 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2416/tid=2438] ppid=2413 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2416/task/2438/stat : 2438 (java) S 2413 2416 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29218723 10060525568 712612 33554432000 1073741824 1073778376 140736155031744 139950230054184 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2416/tid=2448] ppid=2413 vsize=9824732 CPUtime=65.31 cores=1,3,5,7
/proc/2416/task/2448/stat : 2448 (java) R 2413 2416 30091 0 -1 4202560 14 0 0 0 6531 0 0 0 20 0 22 0 29221225 10060525568 712612 33554432000 1073741824 1073778376 140736155031744 139950233202576 139951258288398 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2416/tid=2449] ppid=2413 vsize=9824732 CPUtime=65.29 cores=1,3,5,7
/proc/2416/task/2449/stat : 2449 (java) R 2413 2416 30091 0 -1 4202560 17 0 0 0 6529 0 0 0 20 0 22 0 29221225 10060525568 712612 33554432000 1073741824 1073778376 140736155031744 139950232157472 139951258311044 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2416/tid=2450] ppid=2413 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2416/task/2450/stat : 2450 (java) S 2413 2416 30091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29221225 10060525568 712612 33554432000 1073741824 1073778376 140736155031744 139950231106344 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 184.56
Current children cumulated vsize (KiB) 9824732

[startup+91.6009 s]
/proc/loadavg: 3.49 3.37 3.28 4/216 2452
/proc/meminfo: memFree=25067240/32872528 swapFree=1556504/1720024
[pid=2416] ppid=2413 vsize=9824732 CPUtime=184.69 cores=1,3,5,7
/proc/2416/stat : 2416 (java) S 2413 2416 30091 0 -1 4202496 39139 0 1 0 18378 91 0 0 20 0 19 0 29218698 10060525568 712604 33554432000 1073741824 1073778376 140736155031744 140736155022880 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2416/statm: 2456183 712604 2287 9 0 2446860 0
[pid=2416/tid=2418] ppid=2413 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/2416/task/2418/stat : 2418 (java) R 2413 2416 30091 0 -1 4202560 2423 0 1 0 41 2 0 0 20 0 19 0 29218699 10060525568 712604 33554432000 1073741824 1073778376 140736155031744 139951426014632 139951257950152 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2416/tid=2419] ppid=2413 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/2416/task/2419/stat : 2419 (java) S 2413 2416 30091 0 -1 4202560 263 0 0 0 24 6 0 0 20 0 19 0 29218701 10060525568 712604 33554432000 1073741824 1073778376 140736155031744 139951387507752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2416/tid=2420] ppid=2413 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/2416/task/2420/stat : 2420 (java) S 2413 2416 30091 0 -1 4202560 81 0 0 0 21 4 0 0 20 0 19 0 29218701 10060525568 712604 33554432000 1073741824 1073778376 140736155031744 139951386454952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2416/tid=2421] ppid=2413 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/2416/task/2421/stat : 2421 (java) S 2413 2416 30091 0 -1 4202560 196 0 0 0 26 4 0 0 20 0 19 0 29218701 10060525568 712604 33554432000 1073741824 1073778376 140736155031744 139951385402152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2416/tid=2422] ppid=2413 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/2416/task/2422/stat : 2422 (java) S 2413 2416 30091 0 -1 4202560 118 0 0 0 22 5 0 0 20 0 19 0 29218701 10060525568 712604 33554432000 1073741824 1073778376 140736155031744 139951384349352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2416/tid=2423] ppid=2413 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/2416/task/2423/stat : 2423 (java) S 2413 2416 30091 0 -1 4202560 100 0 0 0 22 3 0 0 20 0 19 0 29218701 10060525568 712604 33554432000 1073741824 1073778376 140736155031744 139951383296552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2416/tid=2424] ppid=2413 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/2416/task/2424/stat : 2424 (java) S 2413 2416 30091 0 -1 4202560 193 0 0 0 21 3 0 0 20 0 19 0 29218701 10060525568 712604 33554432000 1073741824 1073778376 140736155031744 139951382243752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2416/tid=2425] ppid=2413 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/2416/task/2425/stat : 2425 (java) S 2413 2416 30091 0 -1 4202560 202 0 0 0 19 5 0 0 20 0 19 0 29218701 10060525568 712604 33554432000 1073741824 1073778376 140736155031744 139951381190952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2416/tid=2426] ppid=2413 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/2416/task/2426/stat : 2426 (java) S 2413 2416 30091 0 -1 4202560 173 0 0 0 21 4 0 0 20 0 19 0 29218701 10060525568 712604 33554432000 1073741824 1073778376 140736155031744 139951380138152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2416/tid=2427] ppid=2413 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/2416/task/2427/stat : 2427 (java) S 2413 2416 30091 0 -1 4202560 1265 0 0 0 0 4 0 0 20 0 19 0 29218702 10060525568 712604 33554432000 1073741824 1073778376 140736155031744 139951249255400 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2416/tid=2428] ppid=2413 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2416/task/2428/stat : 2428 (java) S 2413 2416 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29218702 10060525568 712604 33554432000 1073741824 1073778376 140736155031744 139951248201464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2416/tid=2429] ppid=2413 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2416/task/2429/stat : 2429 (java) S 2413 2416 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29218702 10060525568 712604 33554432000 1073741824 1073778376 140736155031744 139951247148552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2416/tid=2430] ppid=2413 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2416/task/2430/stat : 2430 (java) S 2413 2416 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29218704 10060525568 712604 33554432000 1073741824 1073778376 140736155031744 139951246097040 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2416/tid=2431] ppid=2413 vsize=9824732 CPUtime=2.05 cores=1,3,5,7
/proc/2416/task/2431/stat : 2431 (java) S 2413 2416 30091 0 -1 4202560 16786 0 0 0 203 2 0 0 20 0 19 0 29218704 10060525568 712604 33554432000 1073741824 1073778376 140736155031744 139951245044152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2416/tid=2432] ppid=2413 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/2416/task/2432/stat : 2432 (java) S 2413 2416 30091 0 -1 4202560 14479 0 0 0 170 2 0 0 20 0 19 0 29218704 10060525568 712604 33554432000 1073741824 1073778376 140736155031744 139951243991352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2416/tid=2433] ppid=2413 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2416/task/2433/stat : 2433 (java) S 2413 2416 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29218704 10060525568 712604 33554432000 1073741824 1073778376 140736155031744 139951242938744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2416/tid=2434] ppid=2413 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/2416/task/2434/stat : 2434 (java) S 2413 2416 30091 0 -1 4202560 5 0 0 0 0 2 0 0 20 0 19 0 29218704 10060525568 712604 33554432000 1073741824 1073778376 140736155031744 139950234266056 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2416/tid=2438] ppid=2413 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2416/task/2438/stat : 2438 (java) S 2413 2416 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29218723 10060525568 712604 33554432000 1073741824 1073778376 140736155031744 139950230054184 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 184.69
Current children cumulated vsize (KiB) 9824732

[startup+91.8009 s]
/proc/loadavg: 3.49 3.37 3.28 4/216 2452
/proc/meminfo: memFree=25067240/32872528 swapFree=1556504/1720024
[pid=2416] ppid=2413 vsize=9824732 CPUtime=184.9 cores=1,3,5,7
/proc/2416/stat : 2416 (java) S 2413 2416 30091 0 -1 4202496 39139 0 1 0 18399 91 0 0 20 0 19 0 29218698 10060525568 712604 33554432000 1073741824 1073778376 140736155031744 140736155022880 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2416/statm: 2456183 712604 2287 9 0 2446860 0
[pid=2416/tid=2418] ppid=2413 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/2416/task/2418/stat : 2418 (java) R 2413 2416 30091 0 -1 4202560 2423 0 1 0 61 2 0 0 20 0 19 0 29218699 10060525568 712604 33554432000 1073741824 1073778376 140736155031744 139951426015880 139951257950152 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2416/tid=2419] ppid=2413 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/2416/task/2419/stat : 2419 (java) S 2413 2416 30091 0 -1 4202560 263 0 0 0 24 6 0 0 20 0 19 0 29218701 10060525568 712604 33554432000 1073741824 1073778376 140736155031744 139951387507752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2416/tid=2420] ppid=2413 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/2416/task/2420/stat : 2420 (java) S 2413 2416 30091 0 -1 4202560 81 0 0 0 21 4 0 0 20 0 19 0 29218701 10060525568 712604 33554432000 1073741824 1073778376 140736155031744 139951386454952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2416/tid=2421] ppid=2413 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/2416/task/2421/stat : 2421 (java) S 2413 2416 30091 0 -1 4202560 196 0 0 0 26 4 0 0 20 0 19 0 29218701 10060525568 712604 33554432000 1073741824 1073778376 140736155031744 139951385402152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2416/tid=2422] ppid=2413 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/2416/task/2422/stat : 2422 (java) S 2413 2416 30091 0 -1 4202560 118 0 0 0 22 5 0 0 20 0 19 0 29218701 10060525568 712604 33554432000 1073741824 1073778376 140736155031744 139951384349352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2416/tid=2423] ppid=2413 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/2416/task/2423/stat : 2423 (java) S 2413 2416 30091 0 -1 4202560 100 0 0 0 22 3 0 0 20 0 19 0 29218701 10060525568 712604 33554432000 1073741824 1073778376 140736155031744 139951383296552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2416/tid=2424] ppid=2413 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/2416/task/2424/stat : 2424 (java) S 2413 2416 30091 0 -1 4202560 193 0 0 0 21 3 0 0 20 0 19 0 29218701 10060525568 712604 33554432000 1073741824 1073778376 140736155031744 139951382243752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2416/tid=2425] ppid=2413 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/2416/task/2425/stat : 2425 (java) S 2413 2416 30091 0 -1 4202560 202 0 0 0 19 5 0 0 20 0 19 0 29218701 10060525568 712604 33554432000 1073741824 1073778376 140736155031744 139951381190952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2416/tid=2426] ppid=2413 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/2416/task/2426/stat : 2426 (java) S 2413 2416 30091 0 -1 4202560 173 0 0 0 21 4 0 0 20 0 19 0 29218701 10060525568 712604 33554432000 1073741824 1073778376 140736155031744 139951380138152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2416/tid=2427] ppid=2413 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/2416/task/2427/stat : 2427 (java) S 2413 2416 30091 0 -1 4202560 1265 0 0 0 0 4 0 0 20 0 19 0 29218702 10060525568 712604 33554432000 1073741824 1073778376 140736155031744 139951249255400 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2416/tid=2428] ppid=2413 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2416/task/2428/stat : 2428 (java) S 2413 2416 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29218702 10060525568 712604 33554432000 1073741824 1073778376 140736155031744 139951248201464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2416/tid=2429] ppid=2413 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2416/task/2429/stat : 2429 (java) S 2413 2416 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29218702 10060525568 712604 33554432000 1073741824 1073778376 140736155031744 139951247148552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2416/tid=2430] ppid=2413 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2416/task/2430/stat : 2430 (java) S 2413 2416 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29218704 10060525568 712604 33554432000 1073741824 1073778376 140736155031744 139951246097040 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2416/tid=2431] ppid=2413 vsize=9824732 CPUtime=2.06 cores=1,3,5,7
/proc/2416/task/2431/stat : 2431 (java) S 2413 2416 30091 0 -1 4202560 16786 0 0 0 204 2 0 0 20 0 19 0 29218704 10060525568 712604 33554432000 1073741824 1073778376 140736155031744 139951245044152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2416/tid=2432] ppid=2413 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/2416/task/2432/stat : 2432 (java) S 2413 2416 30091 0 -1 4202560 14479 0 0 0 170 2 0 0 20 0 19 0 29218704 10060525568 712604 33554432000 1073741824 1073778376 140736155031744 139951243991352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2416/tid=2433] ppid=2413 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2416/task/2433/stat : 2433 (java) S 2413 2416 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29218704 10060525568 712604 33554432000 1073741824 1073778376 140736155031744 139951242938744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2416/tid=2434] ppid=2413 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/2416/task/2434/stat : 2434 (java) S 2413 2416 30091 0 -1 4202560 5 0 0 0 0 2 0 0 20 0 19 0 29218704 10060525568 712604 33554432000 1073741824 1073778376 140736155031744 139950234266056 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2416/tid=2438] ppid=2413 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2416/task/2438/stat : 2438 (java) S 2413 2416 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29218723 10060525568 712604 33554432000 1073741824 1073778376 140736155031744 139950230054184 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 184.9
Current children cumulated vsize (KiB) 9824732

Child status: 30

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.0899811
#  lost CPU user time (s): 0.0999908
#  lost CPU system time (s): -0.0100001

Real time (s): 91.8704
CPU time (s): 185.146
CPU user time (s): 184.102
CPU system time (s): 1.04384
CPU usage (%): 201.529
Max. virtual memory (cumulated for all children) (KiB): 9825976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 184.002
system time used= 1.05384
maximum resident set size= 2873976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39150
page faults= 1
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3482
involuntary context switches= 5816

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.556915 second user time and 0.802877 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-18 19:41:41
IDJOB=4106461
IDBENCH=48068
IDSOLVER=2543
FILE ID=node117/4106461-1466271701
RUNJOBID= node117-1466265252-30108
PBS_JOBID= 19918233
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=103-P1=223-P2=29-P3=89-P4=173-P5=97-P6=227-P7=89-P8=127-P9=223-B.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106461-1466271701/watcher-4106461-1466271701 -o /tmp/evaluation-result-4106461-1466271701/solver-4106461-1466271701 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466265252-30108 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4106461-1466271701.opb

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

MD5SUM BENCH= 9b7cb599a49db47c0ffbf25416bcef37
RANDOM SEED=1223383874

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:        27934508 kB
Buffers:          137424 kB
Cached:           318776 kB
SwapCached:            0 kB
Active:          2094044 kB
Inactive:         356124 kB
Active(anon):    1985504 kB
Inactive(anon):    10636 kB
Active(file):     108540 kB
Inactive(file):   345488 kB
Unevictable:     1720024 kB
Mlocked:         1556504 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               444 kB
Writeback:             0 kB
AnonPages:       3722192 kB
Mapped:            21024 kB
Shmem:               204 kB
Slab:             621396 kB
SReclaimable:      65292 kB
SUnreclaim:       556104 kB
KernelStack:        1616 kB
PageTables:        12424 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4368216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2101248 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-18 19:43:13