Trace number 4106182

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 225.971 112.439

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=139-P1=67-P2=211-P3=127-P4=137-P5=173-P6=89-P7=223-P8=227-P9=79-B.opb
MD5SUM651e385f00e2858954d8683e891a1dbe
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.158975
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.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.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4106182-1466269183.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
0.23/0.23	c ... done. Wall clock time 0.113s.
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.17/0.79	c cleaning 2500 clauses out of 5000 with flag 10624/5000
3.79/1.18	c cleaning 4249 clauses out of 8501 with flag 24188/11001
5.15/1.67	c cleaning 5609 clauses out of 11253 with flag 39357/18002
6.38/2.21	c cleaning 6810 clauses out of 13644 with flag 57600/26002
8.52/3.21	c cleaning 7898 clauses out of 15833 with flag 77223/35001
10.77/4.11	c cleaning 8946 clauses out of 17935 with flag 101712/45001
12.20/4.82	c cleaning 9984 clauses out of 19989 with flag 127303/56001
13.40/5.48	c cleaning 10996 clauses out of 22004 with flag 154621/68000
15.61/6.58	c cleaning 11987 clauses out of 24008 with flag 187313/81000
17.81/7.64	c cleaning 13005 clauses out of 26021 with flag 219538/95000
22.65/10.06	c cleaning 14003 clauses out of 28017 with flag 255236/110001
25.24/11.34	c cleaning 14986 clauses out of 30015 with flag 291873/126002
29.06/13.22	c cleaning 16012 clauses out of 32028 with flag 330063/143001
33.19/15.27	c cleaning 16997 clauses out of 34014 with flag 374502/161000
36.40/16.81	c cleaning 17980 clauses out of 36018 with flag 418005/180001
39.44/18.35	c cleaning 0 clauses out of 5001 with flag 0/5001
40.35/18.72	c cleaning 19002 clauses out of 38037 with flag 464079/200000
42.12/19.54	c And the winner is solver0
42.13/19.73	c SATISFIABLE
42.13/19.73	c OPTIMIZING...
42.13/19.73	c Got one! Elapsed wall clock time (in seconds):19.621
42.13/19.73	o 203
43.45/20.43	c cleaning 17200 clauses out of 34416 with flag 11599/215381
44.25/20.83	c cleaning 11579 clauses out of 23217 with flag 25447/221382
44.66/21.02	c And the winner is solver0
44.72/21.24	c Got one! Elapsed wall clock time (in seconds):21.122
44.72/21.24	o 131
44.84/21.34	c cleaning 8724 clauses out of 17466 with flag 4569/227210
45.44/21.60	c cleaning 7360 clauses out of 14741 with flag 17505/233209
46.46/22.16	c cleaning 7181 clauses out of 14381 with flag 32634/240209
47.28/22.52	c And the winner is solver0
47.38/22.74	c Got one! Elapsed wall clock time (in seconds):22.623
47.38/22.74	o 3
47.90/23.08	c cleaning 9938 clauses out of 19883 with flag 12159/252892
48.70/23.43	c cleaning 7951 clauses out of 15946 with flag 25892/258893
49.49/23.87	c cleaning 7475 clauses out of 14994 with flag 41105/265892
50.31/24.29	c cleaning 7755 clauses out of 15520 with flag 59359/273893
51.10/24.69	c cleaning 8373 clauses out of 16765 with flag 78497/282893
52.30/25.27	c cleaning 9173 clauses out of 18392 with flag 100137/292893
53.96/26.06	c cleaning 10098 clauses out of 20218 with flag 126119/303893
55.16/26.67	c cleaning 11054 clauses out of 22120 with flag 152386/315893
57.17/27.68	c cleaning 12024 clauses out of 24066 with flag 180307/328893
58.96/28.57	c cleaning 13013 clauses out of 26042 with flag 211286/342893
60.76/29.47	c cleaning 14011 clauses out of 28028 with flag 246661/357892
63.57/30.89	c cleaning 15004 clauses out of 30018 with flag 282711/373893
66.02/32.05	c cleaning 15985 clauses out of 32015 with flag 320938/390894
68.61/33.37	c cleaning 17008 clauses out of 34028 with flag 361373/408892
71.21/34.64	c cleaning 18000 clauses out of 36020 with flag 403293/427892
73.61/35.85	c cleaning 19008 clauses out of 38021 with flag 446551/447893
77.21/37.65	c cleaning 19990 clauses out of 40013 with flag 493445/468893
81.04/39.55	c cleaning 21002 clauses out of 42022 with flag 543943/490892
86.04/42.03	c cleaning 22002 clauses out of 44020 with flag 594409/513892
91.52/44.78	c cleaning 23008 clauses out of 46017 with flag 649291/537892
96.12/47.02	c cleaning 23998 clauses out of 48010 with flag 703917/562893
100.52/49.29	c cleaning 24996 clauses out of 50012 with flag 761622/588893
105.17/51.57	c cleaning 26002 clauses out of 52015 with flag 821785/615892
110.98/54.47	c cleaning 26996 clauses out of 54014 with flag 886707/643894
116.85/57.39	c cleaning 27994 clauses out of 56017 with flag 953533/672893
124.04/60.97	c cleaning 29007 clauses out of 58021 with flag 1023259/702892
131.07/64.45	c cleaning 30003 clauses out of 60015 with flag 1092190/733893
139.71/68.71	c cleaning 30988 clauses out of 62012 with flag 1163890/765893
146.91/72.32	c cleaning 32003 clauses out of 64023 with flag 1236568/798892
154.75/76.28	c cleaning 33004 clauses out of 66019 with flag 1310411/832892
155.35/76.59	c cleaning 0 clauses out of 10490 with flag 0/10492
163.21/80.47	c cleaning 34004 clauses out of 68016 with flag 1388134/867893
172.00/84.83	c cleaning 35001 clauses out of 70012 with flag 1468721/903893
180.83/89.28	c cleaning 36000 clauses out of 72010 with flag 1549501/940893
192.48/95.08	c cleaning 36993 clauses out of 74009 with flag 1634613/978892
208.91/103.29	c cleaning 38003 clauses out of 76016 with flag 1722911/1017892
224.97/111.26	c cleaning 39002 clauses out of 78006 with flag 1809458/1057892
225.15/111.35	c And the winner is solver0
225.81/112.42	c >>>>>>>>>> Solver number 0 (4 answers) <<<<<<<<<<<<<<<<<<
225.81/112.42	c starts		: 2520
225.81/112.42	c conflicts		: 1059302
225.81/112.42	c decisions		: 1229951
225.81/112.42	c propagations		: 20432231
225.81/112.42	c inspects		: 1618623688
225.81/112.42	c shortcuts		: 0
225.81/112.42	c learnt literals	: 23
225.81/112.42	c learnt binary clauses	: 33
225.81/112.42	c learnt ternary clauses	: 83
225.81/112.42	c learnt constraints	: 1059278
225.81/112.42	c ignored constraints	: 0
225.81/112.42	c root simplifications	: 0
225.81/112.42	c removed literals (reason simplification)	: 2433167
225.81/112.42	c reason swapping (by a shorter reason)	: 0
225.81/112.42	c Calls to reduceDB	: 57
225.81/112.42	c Number of update (reduction) of LBD	: 43734
225.81/112.42	c Imported unit clauses	: 0
225.81/112.42	c number of reductions to clauses (during analyze)	: 0
225.81/112.42	c number of learned constraints concerned by reduction	: 0
225.81/112.42	c number of learning phase by resolution	: 0
225.81/112.42	c number of learning phase by cutting planes	: 0
225.81/112.42	c speed (assignments/second)	: 182129.79453581138
225.81/112.42	c non guided choices	11111
225.81/112.42	c learnt constraints type 
225.81/112.42	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
225.81/112.42	c starts		: 54
225.81/112.42	c conflicts		: 12152
225.81/112.42	c decisions		: 14337
225.81/112.42	c propagations		: 197151
225.81/112.42	c inspects		: 180699133
225.81/112.42	c shortcuts		: 0
225.81/112.42	c learnt literals	: 0
225.81/112.42	c learnt binary clauses	: 0
225.81/112.42	c learnt ternary clauses	: 0
225.81/112.42	c learnt constraints	: 12150
225.81/112.42	c ignored constraints	: 0
225.81/112.42	c root simplifications	: 0
225.81/112.42	c removed literals (reason simplification)	: 0
225.81/112.42	c reason swapping (by a shorter reason)	: 0
225.81/112.42	c Calls to reduceDB	: 2
225.81/112.42	c Number of update (reduction) of LBD	: 0
225.81/112.42	c Imported unit clauses	: 0
225.81/112.42	c number of reductions to clauses (during analyze)	: 0
225.81/112.42	c number of learned constraints concerned by reduction	: 0
225.81/112.42	c number of learning phase by resolution	: 0
225.81/112.42	c number of learning phase by cutting planes	: 0
225.81/112.42	c speed (assignments/second)	: 2198.309601596735
225.81/112.42	c non guided choices	747
225.81/112.42	c learnt constraints type 
225.81/112.42	s OPTIMUM FOUND
225.81/112.42	c Found 3 solution(s)
225.81/112.42	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 
225.81/112.42	c objective function=3
225.81/112.42	c Total wall clock time (in seconds): 112.308

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-4106182-1466269183/watcher-4106182-1466269183 -o /tmp/evaluation-result-4106182-1466269183/solver-4106182-1466269183 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466264503-28301 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4106182-1466269183.opb 

pid=30545
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: 3.26 3.78 3.90 3/196 30548
/proc/meminfo: memFree=28929148/32872528 swapFree=1534436/1655032
[pid=30548] ppid=30545 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/30548/stat : 30548 (java) R 30545 30548 28285 0 -1 4202496 293 0 0 0 0 0 0 0 20 0 1 0 28966748 9515008 152 33554432000 1073741824 1073778376 140735820240656 140735820237784 217413903696 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30548/statm: 2323 161 119 9 0 71 0

[startup+0.100062 s]
/proc/loadavg: 3.26 3.78 3.90 3/196 30548
/proc/meminfo: memFree=28929148/32872528 swapFree=1534436/1655032
[pid=30548] ppid=30545 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/30548/stat : 30548 (java) S 30545 30548 28285 0 -1 4202496 4466 0 1 0 8 1 0 0 20 0 18 0 28966748 9787879424 5593 33554432000 1073741824 1073778376 140735625447712 140735625438848 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30548/statm: 2389619 5593 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200211 s]
/proc/loadavg: 3.26 3.78 3.90 3/196 30548
/proc/meminfo: memFree=28929148/32872528 swapFree=1534436/1655032
[pid=30548] ppid=30545 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/30548/stat : 30548 (java) S 30545 30548 28285 0 -1 4202496 4679 0 1 0 22 1 0 0 20 0 18 0 28966748 9787879424 6767 33554432000 1073741824 1073778376 140735625447712 140735625438848 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30548/statm: 2389619 6767 2213 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300227 s]
/proc/loadavg: 3.26 3.78 3.90 3/196 30548
/proc/meminfo: memFree=28929148/32872528 swapFree=1534436/1655032
[pid=30548] ppid=30545 vsize=9824732 CPUtime=0.57 cores=0,2,4,6
/proc/30548/stat : 30548 (java) S 30545 30548 28285 0 -1 4202496 7875 0 1 0 55 2 0 0 20 0 22 0 28966748 10060525568 11031 33554432000 1073741824 1073778376 140735625447712 140735625438848 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30548/statm: 2456183 11031 2238 9 0 2446860 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9824732

[startup+0.700182 s]
/proc/loadavg: 3.26 3.78 3.90 3/196 30548
/proc/meminfo: memFree=28929148/32872528 swapFree=1534436/1655032
[pid=30548] ppid=30545 vsize=9824732 CPUtime=2.17 cores=0,2,4,6
/proc/30548/stat : 30548 (java) S 30545 30548 28285 0 -1 4202496 19546 0 1 0 212 5 0 0 20 0 22 0 28966748 10060525568 25353 33554432000 1073741824 1073778376 140735625447712 140735625438848 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30548/statm: 2456183 25353 2251 9 0 2446860 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 9824732

[startup+1.50091 s]
/proc/loadavg: 3.40 3.80 3.91 6/218 30570
/proc/meminfo: memFree=28742268/32872528 swapFree=1534436/1655032
[pid=30548] ppid=30545 vsize=9824732 CPUtime=4.93 cores=0,2,4,6
/proc/30548/stat : 30548 (java) S 30545 30548 28285 0 -1 4202496 24749 0 1 0 486 7 0 0 20 0 22 0 28966748 10060525568 50574 33554432000 1073741824 1073778376 140735625447712 140735625438848 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30548/statm: 2456183 50574 2280 9 0 2446860 0
[pid=30548/tid=30550] ppid=30545 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/30548/task/30550/stat : 30550 (java) S 30545 30548 28285 0 -1 4202560 2470 0 1 0 19 1 0 0 20 0 22 0 28966749 10060525568 50574 33554432000 1073741824 1073778376 140735625447712 139860114801528 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30548/tid=30551] ppid=30545 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30548/task/30551/stat : 30551 (java) S 30545 30548 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28966750 10060525568 50574 33554432000 1073741824 1073778376 140735625447712 139859958778408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30548/tid=30552] ppid=30545 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30548/task/30552/stat : 30552 (java) S 30545 30548 28285 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 28966750 10060525568 50574 33554432000 1073741824 1073778376 140735625447712 139859957725608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30548/tid=30553] ppid=30545 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30548/task/30553/stat : 30553 (java) S 30545 30548 28285 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 28966750 10060525568 50574 33554432000 1073741824 1073778376 140735625447712 139859956672808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30548/tid=30554] ppid=30545 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30548/task/30554/stat : 30554 (java) S 30545 30548 28285 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 28966750 10060525568 50574 33554432000 1073741824 1073778376 140735625447712 139859955620008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30548/tid=30555] ppid=30545 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30548/task/30555/stat : 30555 (java) S 30545 30548 28285 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 28966750 10060525568 50574 33554432000 1073741824 1073778376 140735625447712 139859954568232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30548/tid=30556] ppid=30545 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30548/task/30556/stat : 30556 (java) S 30545 30548 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28966750 10060525568 50574 33554432000 1073741824 1073778376 140735625447712 139859953515432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30548/tid=30557] ppid=30545 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30548/task/30557/stat : 30557 (java) S 30545 30548 28285 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 28966750 10060525568 50574 33554432000 1073741824 1073778376 140735625447712 139859952462632 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30548/tid=30558] ppid=30545 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30548/task/30558/stat : 30558 (java) S 30545 30548 28285 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28966750 10060525568 50574 33554432000 1073741824 1073778376 140735625447712 139859951409832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30548/tid=30559] ppid=30545 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30548/task/30559/stat : 30559 (java) S 30545 30548 28285 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 28966751 10060525568 50574 33554432000 1073741824 1073778376 140735625447712 139859938998760 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30548/tid=30560] ppid=30545 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30548/task/30560/stat : 30560 (java) S 30545 30548 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28966751 10060525568 50574 33554432000 1073741824 1073778376 140735625447712 139859937944824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30548/tid=30561] ppid=30545 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30548/task/30561/stat : 30561 (java) S 30545 30548 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28966751 10060525568 50574 33554432000 1073741824 1073778376 140735625447712 139859936891912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30548/tid=30562] ppid=30545 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30548/task/30562/stat : 30562 (java) S 30545 30548 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28966753 10060525568 50574 33554432000 1073741824 1073778376 140735625447712 139859935840400 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30548/tid=30563] ppid=30545 vsize=9824732 CPUtime=1.07 cores=0,2,4,6
/proc/30548/task/30563/stat : 30563 (java) S 30545 30548 28285 0 -1 4202560 9726 0 0 0 105 2 0 0 20 0 22 0 28966753 10060525568 50574 33554432000 1073741824 1073778376 140735625447712 139859934788536 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30548/tid=30564] ppid=30545 vsize=9824732 CPUtime=1.07 cores=0,2,4,6
/proc/30548/task/30564/stat : 30564 (java) S 30545 30548 28285 0 -1 4202560 11049 0 0 0 105 2 0 0 20 0 22 0 28966753 10060525568 50574 33554432000 1073741824 1073778376 140735625447712 139859933735736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30548/tid=30565] ppid=30545 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30548/task/30565/stat : 30565 (java) S 30545 30548 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28966753 10060525568 50574 33554432000 1073741824 1073778376 140735625447712 139859932683128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30548/tid=30566] ppid=30545 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30548/task/30566/stat : 30566 (java) S 30545 30548 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28966753 10060525568 50574 33554432000 1073741824 1073778376 140735625447712 139859931630536 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30548/tid=30567] ppid=30545 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/30548/task/30567/stat : 30567 (java) R 30545 30548 28285 0 -1 4202560 27 0 0 0 121 0 0 0 20 0 22 0 28966771 10060525568 50574 33554432000 1073741824 1073778376 140735625447712 139859930573568 139859986921548 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30548/tid=30568] ppid=30545 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/30548/task/30568/stat : 30568 (java) R 30545 30548 28285 0 -1 4202560 96 0 0 0 121 1 0 0 20 0 22 0 28966771 10060525568 50574 33554432000 1073741824 1073778376 140735625447712 139859929521688 139859987358810 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30548/tid=30569] ppid=30545 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30548/task/30569/stat : 30569 (java) S 30545 30548 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28966772 10060525568 50574 33554432000 1073741824 1073778376 140735625447712 139859928470440 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30548/tid=30570] ppid=30545 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30548/task/30570/stat : 30570 (java) S 30545 30548 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28966772 10060525568 50574 33554432000 1073741824 1073778376 140735625447712 139859927417640 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.93
Current children cumulated vsize (KiB) 9824732

[startup+3.10094 s]
/proc/loadavg: 3.40 3.80 3.91 4/218 30570
/proc/meminfo: memFree=28599644/32872528 swapFree=1534436/1655032
[pid=30548] ppid=30545 vsize=9824732 CPUtime=8.23 cores=0,2,4,6
/proc/30548/stat : 30548 (java) S 30545 30548 28285 0 -1 4202496 25034 0 1 0 810 13 0 0 20 0 22 0 28966748 10060525568 109593 33554432000 1073741824 1073778376 140735625447712 140735625438848 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30548/statm: 2456183 109593 2281 9 0 2446860 0
[pid=30548/tid=30550] ppid=30545 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/30548/task/30550/stat : 30550 (java) S 30545 30548 28285 0 -1 4202560 2470 0 1 0 19 1 0 0 20 0 22 0 28966749 10060525568 109593 33554432000 1073741824 1073778376 140735625447712 139860114801528 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30548/tid=30551] ppid=30545 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30548/task/30551/stat : 30551 (java) S 30545 30548 28285 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 28966750 10060525568 109593 33554432000 1073741824 1073778376 140735625447712 139859958778408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30548/tid=30552] ppid=30545 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/30548/task/30552/stat : 30552 (java) S 30545 30548 28285 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 28966750 10060525568 109593 33554432000 1073741824 1073778376 140735625447712 139859957725608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30548/tid=30553] ppid=30545 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/30548/task/30553/stat : 30553 (java) S 30545 30548 28285 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 28966750 10060525568 109593 33554432000 1073741824 1073778376 140735625447712 139859956672808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30548/tid=30554] ppid=30545 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30548/task/30554/stat : 30554 (java) S 30545 30548 28285 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 28966750 10060525568 109593 33554432000 1073741824 1073778376 140735625447712 139859955620008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30548/tid=30555] ppid=30545 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30548/task/30555/stat : 30555 (java) S 30545 30548 28285 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28966750 10060525568 109593 33554432000 1073741824 1073778376 140735625447712 139859954568232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30548/tid=30556] ppid=30545 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30548/task/30556/stat : 30556 (java) S 30545 30548 28285 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 28966750 10060525568 109593 33554432000 1073741824 1073778376 140735625447712 139859953515432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30548/tid=30557] ppid=30545 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30548/task/30557/stat : 30557 (java) S 30545 30548 28285 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 28966750 10060525568 109593 33554432000 1073741824 1073778376 140735625447712 139859952462632 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30548/tid=30558] ppid=30545 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/30548/task/30558/stat : 30558 (java) S 30545 30548 28285 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 28966750 10060525568 109593 33554432000 1073741824 1073778376 140735625447712 139859951409832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30548/tid=30559] ppid=30545 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30548/task/30559/stat : 30559 (java) S 30545 30548 28285 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 28966751 10060525568 109593 33554432000 1073741824 1073778376 140735625447712 139859938998760 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30548/tid=30560] ppid=30545 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30548/task/30560/stat : 30560 (java) S 30545 30548 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28966751 10060525568 109593 33554432000 1073741824 1073778376 140735625447712 139859937944824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30548/tid=30561] ppid=30545 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30548/task/30561/stat : 30561 (java) S 30545 30548 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28966751 10060525568 109593 33554432000 1073741824 1073778376 140735625447712 139859936891912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30548/tid=30562] ppid=30545 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30548/task/30562/stat : 30562 (java) S 30545 30548 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28966753 10060525568 109593 33554432000 1073741824 1073778376 140735625447712 139859935840400 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30548/tid=30563] ppid=30545 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/30548/task/30563/stat : 30563 (java) R 30545 30548 28285 0 -1 4202560 9730 0 0 0 109 2 0 0 20 0 22 0 28966753 10060525568 109593 33554432000 1073741824 1073778376 140735625447712 139859934788536 139860118890697 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30548/tid=30564] ppid=30545 vsize=9824732 CPUtime=1.1 cores=0,2,4,6
/proc/30548/task/30564/stat : 30564 (java) S 30545 30548 28285 0 -1 4202560 11052 0 0 0 108 2 0 0 20 0 22 0 28966753 10060525568 109593 33554432000 1073741824 1073778376 140735625447712 139859933735736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30548/tid=30565] ppid=30545 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30548/task/30565/stat : 30565 (java) S 30545 30548 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28966753 10060525568 109593 33554432000 1073741824 1073778376 140735625447712 139859932683128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30548/tid=30566] ppid=30545 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30548/task/30566/stat : 30566 (java) S 30545 30548 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28966753 10060525568 109593 33554432000 1073741824 1073778376 140735625447712 139859931630536 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30548/tid=30567] ppid=30545 vsize=9824732 CPUtime=2.79 cores=0,2,4,6
/proc/30548/task/30567/stat : 30567 (java) R 30545 30548 28285 0 -1 4202560 34 0 0 0 279 0 0 0 20 0 22 0 28966771 10060525568 109593 33554432000 1073741824 1073778376 140735625447712 139859930552512 139859986935162 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30548/tid=30568] ppid=30545 vsize=9824732 CPUtime=2.79 cores=0,2,4,6
/proc/30548/task/30568/stat : 30568 (java) R 30545 30548 28285 0 -1 4202560 200 0 0 0 275 4 0 0 20 0 22 0 28966771 10060525568 109593 33554432000 1073741824 1073778376 140735625447712 139859929521552 139859986859730 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30548/tid=30569] ppid=30545 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30548/task/30569/stat : 30569 (java) S 30545 30548 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28966772 10060525568 109593 33554432000 1073741824 1073778376 140735625447712 139859928470440 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30548/tid=30570] ppid=30545 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30548/task/30570/stat : 30570 (java) S 30545 30548 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28966772 10060525568 110105 33554432000 1073741824 1073778376 140735625447712 139859927417640 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.23
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 3.37 3.79 3.90 4/218 30570
/proc/meminfo: memFree=28318928/32872528 swapFree=1534436/1655032
[pid=30548] ppid=30545 vsize=9824732 CPUtime=15.2 cores=0,2,4,6
/proc/30548/stat : 30548 (java) S 30545 30548 28285 0 -1 4202496 28419 0 1 0 1496 24 0 0 20 0 22 0 28966748 10060525568 241729 33554432000 1073741824 1073778376 140735625447712 140735625438848 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30548/statm: 2456183 241729 2281 9 0 2446860 0
[pid=30548/tid=30550] ppid=30545 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/30548/task/30550/stat : 30550 (java) S 30545 30548 28285 0 -1 4202560 2470 0 1 0 19 1 0 0 20 0 22 0 28966749 10060525568 241729 33554432000 1073741824 1073778376 140735625447712 139860114801528 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30548/tid=30551] ppid=30545 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/30548/task/30551/stat : 30551 (java) S 30545 30548 28285 0 -1 4202560 38 0 0 0 2 0 0 0 20 0 22 0 28966750 10060525568 241729 33554432000 1073741824 1073778376 140735625447712 139859958778408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30548/tid=30552] ppid=30545 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/30548/task/30552/stat : 30552 (java) S 30545 30548 28285 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 28966750 10060525568 241729 33554432000 1073741824 1073778376 140735625447712 139859957725608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30548/tid=30553] ppid=30545 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/30548/task/30553/stat : 30553 (java) S 30545 30548 28285 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 28966750 10060525568 241729 33554432000 1073741824 1073778376 140735625447712 139859956672808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30548/tid=30554] ppid=30545 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/30548/task/30554/stat : 30554 (java) S 30545 30548 28285 0 -1 4202560 140 0 0 0 2 0 0 0 20 0 22 0 28966750 10060525568 241729 33554432000 1073741824 1073778376 140735625447712 139859955620008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30548/tid=30555] ppid=30545 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/30548/task/30555/stat : 30555 (java) S 30545 30548 28285 0 -1 4202560 96 0 0 0 2 0 0 0 20 0 22 0 28966750 10060525568 241729 33554432000 1073741824 1073778376 140735625447712 139859954568232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30548/tid=30556] ppid=30545 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/30548/task/30556/stat : 30556 (java) S 30545 30548 28285 0 -1 4202560 149 0 0 0 3 0 0 0 20 0 22 0 28966750 10060525568 241729 33554432000 1073741824 1073778376 140735625447712 139859953515432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30548/tid=30557] ppid=30545 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/30548/task/30557/stat : 30557 (java) S 30545 30548 28285 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 28966750 10060525568 241729 33554432000 1073741824 1073778376 140735625447712 139859952462632 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30548/tid=30558] ppid=30545 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/30548/task/30558/stat : 30558 (java) S 30545 30548 28285 0 -1 4202560 126 0 0 0 2 2 0 0 20 0 22 0 28966750 10060525568 241729 33554432000 1073741824 1073778376 140735625447712 139859951409832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30548/tid=30559] ppid=30545 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30548/task/30559/stat : 30559 (java) S 30545 30548 28285 0 -1 4202560 442 0 0 0 0 0 0 0 20 0 22 0 28966751 10060525568 241729 33554432000 1073741824 1073778376 140735625447712 139859938998760 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30548/tid=30560] ppid=30545 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30548/task/30560/stat : 30560 (java) S 30545 30548 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28966751 10060525568 241729 33554432000 1073741824 1073778376 140735625447712 139859937944824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30548/tid=30561] ppid=30545 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30548/task/30561/stat : 30561 (java) S 30545 30548 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28966751 10060525568 241729 33554432000 1073741824 1073778376 140735625447712 139859936891912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30548/tid=30562] ppid=30545 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30548/task/30562/stat : 30562 (java) S 30545 30548 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28966753 10060525568 241729 33554432000 1073741824 1073778376 140735625447712 139859935840400 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30548/tid=30563] ppid=30545 vsize=9824732 CPUtime=1.6 cores=0,2,4,6

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

/proc/30548/task/30563/stat : 30563 (java) S 30545 30548 28285 0 -1 4202560 12117 0 0 0 176 3 0 0 20 0 22 0 28966753 10060525568 697491 33554432000 1073741824 1073778376 140735625447712 139859934788536 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30548/tid=30564] ppid=30545 vsize=9824732 CPUtime=1.48 cores=0,2,4,6
/proc/30548/task/30564/stat : 30564 (java) S 30545 30548 28285 0 -1 4202560 12685 0 0 0 145 3 0 0 20 0 22 0 28966753 10060525568 697491 33554432000 1073741824 1073778376 140735625447712 139859933735736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30548/tid=30565] ppid=30545 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30548/task/30565/stat : 30565 (java) S 30545 30548 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28966753 10060525568 697491 33554432000 1073741824 1073778376 140735625447712 139859932683128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30548/tid=30566] ppid=30545 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/30548/task/30566/stat : 30566 (java) S 30545 30548 28285 0 -1 4202560 7 0 0 0 3 0 0 0 20 0 22 0 28966753 10060525568 697491 33554432000 1073741824 1073778376 140735625447712 139859931630536 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30548/tid=30569] ppid=30545 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30548/task/30569/stat : 30569 (java) S 30545 30548 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28966772 10060525568 697491 33554432000 1073741824 1073778376 140735625447712 139859928470440 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30548/tid=30580] ppid=30545 vsize=9824732 CPUtime=86.96 cores=0,2,4,6
/proc/30548/task/30580/stat : 30580 (java) R 30545 30548 28285 0 -1 4202560 20 0 0 0 8695 1 0 0 20 0 22 0 28969022 10060525568 697491 33554432000 1073741824 1073778376 140735625447712 139859929520656 139859986921745 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30548/tid=30581] ppid=30545 vsize=9824732 CPUtime=86.98 cores=0,2,4,6
/proc/30548/task/30581/stat : 30581 (java) R 30545 30548 28285 0 -1 4202560 351 0 0 0 8687 11 0 0 20 0 22 0 28969022 10060525568 697491 33554432000 1073741824 1073778376 140735625447712 139859927415872 139859986844680 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30548/tid=30582] ppid=30545 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30548/task/30582/stat : 30582 (java) S 30545 30548 28285 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28969022 10060525568 697491 33554432000 1073741824 1073778376 140735625447712 139859930576552 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 223.35
Current children cumulated vsize (KiB) 9824732

[startup+111.208 s]
/proc/loadavg: 3.20 3.63 3.83 4/219 30605
/proc/meminfo: memFree=26115728/32872528 swapFree=1534436/1655032
[pid=30548] ppid=30545 vsize=9824732 CPUtime=224.97 cores=0,2,4,6
/proc/30548/stat : 30548 (java) S 30545 30548 28285 0 -1 4202496 33185 0 1 0 22409 88 0 0 20 0 22 0 28966748 10060525568 697491 33554432000 1073741824 1073778376 140735625447712 140735625438848 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30548/statm: 2456183 697491 2287 9 0 2446860 0
[pid=30548/tid=30550] ppid=30545 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/30548/task/30550/stat : 30550 (java) S 30545 30548 28285 0 -1 4202560 2470 0 1 0 19 2 0 0 20 0 22 0 28966749 10060525568 697491 33554432000 1073741824 1073778376 140735625447712 139860114801528 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30548/tid=30551] ppid=30545 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/30548/task/30551/stat : 30551 (java) S 30545 30548 28285 0 -1 4202560 150 0 0 0 26 4 0 0 20 0 22 0 28966750 10060525568 697491 33554432000 1073741824 1073778376 140735625447712 139859958778408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30548/tid=30552] ppid=30545 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/30548/task/30552/stat : 30552 (java) S 30545 30548 28285 0 -1 4202560 161 0 0 0 20 2 0 0 20 0 22 0 28966750 10060525568 697491 33554432000 1073741824 1073778376 140735625447712 139859957725608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30548/tid=30553] ppid=30545 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/30548/task/30553/stat : 30553 (java) S 30545 30548 28285 0 -1 4202560 225 0 0 0 21 4 0 0 20 0 22 0 28966750 10060525568 697491 33554432000 1073741824 1073778376 140735625447712 139859956672808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30548/tid=30554] ppid=30545 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/30548/task/30554/stat : 30554 (java) S 30545 30548 28285 0 -1 4202560 283 0 0 0 23 5 0 0 20 0 22 0 28966750 10060525568 697491 33554432000 1073741824 1073778376 140735625447712 139859955620008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30548/tid=30555] ppid=30545 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/30548/task/30555/stat : 30555 (java) S 30545 30548 28285 0 -1 4202560 231 0 0 0 20 4 0 0 20 0 22 0 28966750 10060525568 697491 33554432000 1073741824 1073778376 140735625447712 139859954568232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30548/tid=30556] ppid=30545 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/30548/task/30556/stat : 30556 (java) S 30545 30548 28285 0 -1 4202560 334 0 0 0 18 3 0 0 20 0 22 0 28966750 10060525568 697491 33554432000 1073741824 1073778376 140735625447712 139859953515432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30548/tid=30557] ppid=30545 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/30548/task/30557/stat : 30557 (java) S 30545 30548 28285 0 -1 4202560 166 0 0 0 22 5 0 0 20 0 22 0 28966750 10060525568 697491 33554432000 1073741824 1073778376 140735625447712 139859952462632 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30548/tid=30558] ppid=30545 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/30548/task/30558/stat : 30558 (java) S 30545 30548 28285 0 -1 4202560 333 0 0 0 23 5 0 0 20 0 22 0 28966750 10060525568 697491 33554432000 1073741824 1073778376 140735625447712 139859951409832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30548/tid=30559] ppid=30545 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/30548/task/30559/stat : 30559 (java) S 30545 30548 28285 0 -1 4202560 1266 0 0 0 0 4 0 0 20 0 22 0 28966751 10060525568 697491 33554432000 1073741824 1073778376 140735625447712 139859938998760 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30548/tid=30560] ppid=30545 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30548/task/30560/stat : 30560 (java) S 30545 30548 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28966751 10060525568 697491 33554432000 1073741824 1073778376 140735625447712 139859937944824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30548/tid=30561] ppid=30545 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30548/task/30561/stat : 30561 (java) S 30545 30548 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28966751 10060525568 697491 33554432000 1073741824 1073778376 140735625447712 139859936891912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30548/tid=30562] ppid=30545 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30548/task/30562/stat : 30562 (java) S 30545 30548 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28966753 10060525568 697491 33554432000 1073741824 1073778376 140735625447712 139859935840400 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30548/tid=30563] ppid=30545 vsize=9824732 CPUtime=1.79 cores=0,2,4,6
/proc/30548/task/30563/stat : 30563 (java) S 30545 30548 28285 0 -1 4202560 12117 0 0 0 176 3 0 0 20 0 22 0 28966753 10060525568 697491 33554432000 1073741824 1073778376 140735625447712 139859934788536 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30548/tid=30564] ppid=30545 vsize=9824732 CPUtime=1.48 cores=0,2,4,6
/proc/30548/task/30564/stat : 30564 (java) S 30545 30548 28285 0 -1 4202560 12685 0 0 0 145 3 0 0 20 0 22 0 28966753 10060525568 697491 33554432000 1073741824 1073778376 140735625447712 139859933735736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30548/tid=30565] ppid=30545 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30548/task/30565/stat : 30565 (java) S 30545 30548 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28966753 10060525568 697491 33554432000 1073741824 1073778376 140735625447712 139859932683128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30548/tid=30566] ppid=30545 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/30548/task/30566/stat : 30566 (java) S 30545 30548 28285 0 -1 4202560 7 0 0 0 3 0 0 0 20 0 22 0 28966753 10060525568 697491 33554432000 1073741824 1073778376 140735625447712 139859931630536 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30548/tid=30569] ppid=30545 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30548/task/30569/stat : 30569 (java) S 30545 30548 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28966772 10060525568 697491 33554432000 1073741824 1073778376 140735625447712 139859928470440 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30548/tid=30580] ppid=30545 vsize=9824732 CPUtime=87.77 cores=0,2,4,6
/proc/30548/task/30580/stat : 30580 (java) R 30545 30548 28285 0 -1 4202560 20 0 0 0 8776 1 0 0 20 0 22 0 28969022 10060525568 697491 33554432000 1073741824 1073778376 140735625447712 139859929520656 139859986622384 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30548/tid=30581] ppid=30545 vsize=9824732 CPUtime=87.79 cores=0,2,4,6
/proc/30548/task/30581/stat : 30581 (java) R 30545 30548 28285 0 -1 4202560 351 0 0 0 8768 11 0 0 20 0 22 0 28969022 10060525568 697491 33554432000 1073741824 1073778376 140735625447712 139859927415872 139859986844831 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30548/tid=30582] ppid=30545 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30548/task/30582/stat : 30582 (java) S 30545 30548 28285 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28969022 10060525568 697491 33554432000 1073741824 1073778376 140735625447712 139859930576552 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 224.97
Current children cumulated vsize (KiB) 9824732

[startup+112.001 s]
/proc/loadavg: 3.20 3.63 3.83 4/219 30605
/proc/meminfo: memFree=26115728/32872528 swapFree=1534436/1655032
[pid=30548] ppid=30545 vsize=9824732 CPUtime=225.18 cores=0,2,4,6
/proc/30548/stat : 30548 (java) S 30545 30548 28285 0 -1 4202496 33187 0 1 0 22427 91 0 0 20 0 19 0 28966748 10060525568 697482 33554432000 1073741824 1073778376 140735625447712 140735625438848 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30548/statm: 2456183 697482 2287 9 0 2446860 0
[pid=30548/tid=30550] ppid=30545 vsize=9824732 CPUtime=0.44 cores=0,2,4,6
/proc/30548/task/30550/stat : 30550 (java) R 30545 30548 28285 0 -1 4202560 2470 0 1 0 42 2 0 0 20 0 19 0 28966749 10060525568 697482 33554432000 1073741824 1073778376 140735625447712 139860114801192 139859986622390 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30548/tid=30551] ppid=30545 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/30548/task/30551/stat : 30551 (java) S 30545 30548 28285 0 -1 4202560 150 0 0 0 26 4 0 0 20 0 19 0 28966750 10060525568 697482 33554432000 1073741824 1073778376 140735625447712 139859958778408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30548/tid=30552] ppid=30545 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/30548/task/30552/stat : 30552 (java) S 30545 30548 28285 0 -1 4202560 161 0 0 0 20 2 0 0 20 0 19 0 28966750 10060525568 697482 33554432000 1073741824 1073778376 140735625447712 139859957725608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30548/tid=30553] ppid=30545 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/30548/task/30553/stat : 30553 (java) S 30545 30548 28285 0 -1 4202560 225 0 0 0 21 4 0 0 20 0 19 0 28966750 10060525568 697482 33554432000 1073741824 1073778376 140735625447712 139859956672808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30548/tid=30554] ppid=30545 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/30548/task/30554/stat : 30554 (java) S 30545 30548 28285 0 -1 4202560 283 0 0 0 23 5 0 0 20 0 19 0 28966750 10060525568 697482 33554432000 1073741824 1073778376 140735625447712 139859955620008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30548/tid=30555] ppid=30545 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/30548/task/30555/stat : 30555 (java) S 30545 30548 28285 0 -1 4202560 231 0 0 0 20 4 0 0 20 0 19 0 28966750 10060525568 697482 33554432000 1073741824 1073778376 140735625447712 139859954568232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30548/tid=30556] ppid=30545 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/30548/task/30556/stat : 30556 (java) S 30545 30548 28285 0 -1 4202560 334 0 0 0 18 3 0 0 20 0 19 0 28966750 10060525568 697482 33554432000 1073741824 1073778376 140735625447712 139859953515432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30548/tid=30557] ppid=30545 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/30548/task/30557/stat : 30557 (java) S 30545 30548 28285 0 -1 4202560 166 0 0 0 22 5 0 0 20 0 19 0 28966750 10060525568 697482 33554432000 1073741824 1073778376 140735625447712 139859952462632 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30548/tid=30558] ppid=30545 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/30548/task/30558/stat : 30558 (java) S 30545 30548 28285 0 -1 4202560 333 0 0 0 23 5 0 0 20 0 19 0 28966750 10060525568 697482 33554432000 1073741824 1073778376 140735625447712 139859951409832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30548/tid=30559] ppid=30545 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/30548/task/30559/stat : 30559 (java) S 30545 30548 28285 0 -1 4202560 1266 0 0 0 0 4 0 0 20 0 19 0 28966751 10060525568 697482 33554432000 1073741824 1073778376 140735625447712 139859938998760 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30548/tid=30560] ppid=30545 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30548/task/30560/stat : 30560 (java) S 30545 30548 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28966751 10060525568 697482 33554432000 1073741824 1073778376 140735625447712 139859937944824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30548/tid=30561] ppid=30545 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30548/task/30561/stat : 30561 (java) S 30545 30548 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28966751 10060525568 697482 33554432000 1073741824 1073778376 140735625447712 139859936891912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30548/tid=30562] ppid=30545 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30548/task/30562/stat : 30562 (java) S 30545 30548 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28966753 10060525568 697482 33554432000 1073741824 1073778376 140735625447712 139859935840400 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30548/tid=30563] ppid=30545 vsize=9824732 CPUtime=1.79 cores=0,2,4,6
/proc/30548/task/30563/stat : 30563 (java) S 30545 30548 28285 0 -1 4202560 12117 0 0 0 176 3 0 0 20 0 19 0 28966753 10060525568 697482 33554432000 1073741824 1073778376 140735625447712 139859934788536 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30548/tid=30564] ppid=30545 vsize=9824732 CPUtime=1.5 cores=0,2,4,6
/proc/30548/task/30564/stat : 30564 (java) S 30545 30548 28285 0 -1 4202560 12685 0 0 0 147 3 0 0 20 0 19 0 28966753 10060525568 697482 33554432000 1073741824 1073778376 140735625447712 139859933735736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30548/tid=30565] ppid=30545 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30548/task/30565/stat : 30565 (java) S 30545 30548 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28966753 10060525568 697482 33554432000 1073741824 1073778376 140735625447712 139859932683128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30548/tid=30566] ppid=30545 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/30548/task/30566/stat : 30566 (java) S 30545 30548 28285 0 -1 4202560 7 0 0 0 3 0 0 0 20 0 19 0 28966753 10060525568 697482 33554432000 1073741824 1073778376 140735625447712 139859931630536 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30548/tid=30569] ppid=30545 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30548/task/30569/stat : 30569 (java) S 30545 30548 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28966772 10060525568 697482 33554432000 1073741824 1073778376 140735625447712 139859928470440 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 225.18
Current children cumulated vsize (KiB) 9824732

[startup+112.401 s]
/proc/loadavg: 3.20 3.63 3.83 3/216 30605
/proc/meminfo: memFree=26115728/32872528 swapFree=1534436/1655032
[pid=30548] ppid=30545 vsize=9824732 CPUtime=225.58 cores=0,2,4,6
/proc/30548/stat : 30548 (java) S 30545 30548 28285 0 -1 4202496 33187 0 1 0 22467 91 0 0 20 0 19 0 28966748 10060525568 697482 33554432000 1073741824 1073778376 140735625447712 140735625438848 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30548/statm: 2456183 697482 2287 9 0 2446860 0
[pid=30548/tid=30550] ppid=30545 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/30548/task/30550/stat : 30550 (java) R 30545 30548 28285 0 -1 4202560 2470 0 1 0 82 2 0 0 20 0 19 0 28966749 10060525568 697482 33554432000 1073741824 1073778376 140735625447712 139860114801288 139859987731571 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30548/tid=30551] ppid=30545 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/30548/task/30551/stat : 30551 (java) S 30545 30548 28285 0 -1 4202560 150 0 0 0 26 4 0 0 20 0 19 0 28966750 10060525568 697482 33554432000 1073741824 1073778376 140735625447712 139859958778408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30548/tid=30552] ppid=30545 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/30548/task/30552/stat : 30552 (java) S 30545 30548 28285 0 -1 4202560 161 0 0 0 20 2 0 0 20 0 19 0 28966750 10060525568 697482 33554432000 1073741824 1073778376 140735625447712 139859957725608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30548/tid=30553] ppid=30545 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/30548/task/30553/stat : 30553 (java) S 30545 30548 28285 0 -1 4202560 225 0 0 0 21 4 0 0 20 0 19 0 28966750 10060525568 697482 33554432000 1073741824 1073778376 140735625447712 139859956672808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30548/tid=30554] ppid=30545 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/30548/task/30554/stat : 30554 (java) S 30545 30548 28285 0 -1 4202560 283 0 0 0 23 5 0 0 20 0 19 0 28966750 10060525568 697482 33554432000 1073741824 1073778376 140735625447712 139859955620008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30548/tid=30555] ppid=30545 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/30548/task/30555/stat : 30555 (java) S 30545 30548 28285 0 -1 4202560 231 0 0 0 20 4 0 0 20 0 19 0 28966750 10060525568 697482 33554432000 1073741824 1073778376 140735625447712 139859954568232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30548/tid=30556] ppid=30545 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/30548/task/30556/stat : 30556 (java) S 30545 30548 28285 0 -1 4202560 334 0 0 0 18 3 0 0 20 0 19 0 28966750 10060525568 697482 33554432000 1073741824 1073778376 140735625447712 139859953515432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30548/tid=30557] ppid=30545 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/30548/task/30557/stat : 30557 (java) S 30545 30548 28285 0 -1 4202560 166 0 0 0 22 5 0 0 20 0 19 0 28966750 10060525568 697482 33554432000 1073741824 1073778376 140735625447712 139859952462632 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30548/tid=30558] ppid=30545 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/30548/task/30558/stat : 30558 (java) S 30545 30548 28285 0 -1 4202560 333 0 0 0 23 5 0 0 20 0 19 0 28966750 10060525568 697482 33554432000 1073741824 1073778376 140735625447712 139859951409832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30548/tid=30559] ppid=30545 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/30548/task/30559/stat : 30559 (java) S 30545 30548 28285 0 -1 4202560 1266 0 0 0 0 4 0 0 20 0 19 0 28966751 10060525568 697482 33554432000 1073741824 1073778376 140735625447712 139859938998760 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30548/tid=30560] ppid=30545 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30548/task/30560/stat : 30560 (java) S 30545 30548 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28966751 10060525568 697482 33554432000 1073741824 1073778376 140735625447712 139859937944824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30548/tid=30561] ppid=30545 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30548/task/30561/stat : 30561 (java) S 30545 30548 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28966751 10060525568 697482 33554432000 1073741824 1073778376 140735625447712 139859936891912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30548/tid=30562] ppid=30545 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30548/task/30562/stat : 30562 (java) S 30545 30548 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28966753 10060525568 697482 33554432000 1073741824 1073778376 140735625447712 139859935840400 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30548/tid=30563] ppid=30545 vsize=9824732 CPUtime=1.79 cores=0,2,4,6
/proc/30548/task/30563/stat : 30563 (java) S 30545 30548 28285 0 -1 4202560 12117 0 0 0 176 3 0 0 20 0 19 0 28966753 10060525568 697482 33554432000 1073741824 1073778376 140735625447712 139859934788536 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30548/tid=30564] ppid=30545 vsize=9824732 CPUtime=1.51 cores=0,2,4,6
/proc/30548/task/30564/stat : 30564 (java) S 30545 30548 28285 0 -1 4202560 12685 0 0 0 148 3 0 0 20 0 19 0 28966753 10060525568 697482 33554432000 1073741824 1073778376 140735625447712 139859933735736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30548/tid=30565] ppid=30545 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30548/task/30565/stat : 30565 (java) S 30545 30548 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28966753 10060525568 697482 33554432000 1073741824 1073778376 140735625447712 139859932683128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30548/tid=30566] ppid=30545 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/30548/task/30566/stat : 30566 (java) S 30545 30548 28285 0 -1 4202560 7 0 0 0 3 0 0 0 20 0 19 0 28966753 10060525568 697482 33554432000 1073741824 1073778376 140735625447712 139859931630536 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30548/tid=30569] ppid=30545 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30548/task/30569/stat : 30569 (java) S 30545 30548 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28966772 10060525568 697482 33554432000 1073741824 1073778376 140735625447712 139859928470440 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 225.58
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.230011
#  lost CPU user time (s): 0.26001
#  lost CPU system time (s): -0.03

Real time (s): 112.439
CPU time (s): 225.971
CPU user time (s): 224.917
CPU system time (s): 1.05383
CPU usage (%): 200.973
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 224.657
system time used= 1.08384
maximum resident set size= 2874936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33199
page faults= 1
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3950
involuntary context switches= 5043

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.660899 second user time and 0.989849 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-18 18:59:43
IDJOB=4106182
IDBENCH=47963
IDSOLVER=2543
FILE ID=node122/4106182-1466269183
RUNJOBID= node122-1466264503-28301
PBS_JOBID= 19918220
Free space on /tmp= 71744 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=139-P1=67-P2=211-P3=127-P4=137-P5=173-P6=89-P7=223-P8=227-P9=79-B.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106182-1466269183/watcher-4106182-1466269183 -o /tmp/evaluation-result-4106182-1466269183/solver-4106182-1466269183 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466264503-28301 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4106182-1466269183.opb

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

MD5SUM BENCH= 651e385f00e2858954d8683e891a1dbe
RANDOM SEED=818512834

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28929676 kB
Buffers:          143108 kB
Cached:           219096 kB
SwapCached:            0 kB
Active:          1272992 kB
Inactive:         265960 kB
Active(anon):    1169648 kB
Inactive(anon):     9916 kB
Active(file):     103344 kB
Inactive(file):   256044 kB
Unevictable:     1655032 kB
Mlocked:         1534436 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               964 kB
Writeback:             0 kB
AnonPages:       2680288 kB
Mapped:            21092 kB
Shmem:               204 kB
Slab:             610508 kB
SReclaimable:      53864 kB
SUnreclaim:       556644 kB
KernelStack:        1776 kB
PageTables:        10248 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3649676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1085440 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= 71744 MiB
End job on node122 at 2016-06-18 19:01:36