Trace number 4106396

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 Resolution PB16OPT3 510.956 508.565

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=509-P1=457-P2=223-P3=127-P4=431-P5=67-P6=17-P7=479-B.opb
MD5SUM0f650891245dab338bc3d2f3a3dc10c7
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.177972
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 variables189
Total number of constraints15
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 constraints15
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)567
Sum of products size (including duplicates)1134
Number of different products567
Sum of products size1134

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4106396-1466270619.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
0.11/0.18	c ... done. Wall clock time 0.083s.
0.11/0.18	c declared #vars     189
0.11/0.18	c internal #vars     756
0.11/0.18	c #constraints  1156
0.11/0.18	c constraints type 
0.11/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 567
0.11/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 589
0.11/0.18	c 1156 constraints processed.
0.11/0.18	c objective function length is 9 literals
0.76/0.59	c cleaning 2500 clauses out of 5000 with flag 10352/5000
1.26/0.97	c cleaning 4242 clauses out of 8501 with flag 22795/11001
1.88/1.54	c cleaning 5620 clauses out of 11259 with flag 37683/18001
2.59/2.27	c cleaning 6809 clauses out of 13638 with flag 54904/26000
3.50/3.18	c cleaning 7903 clauses out of 15829 with flag 74666/35000
4.24/3.83	c cleaning 8956 clauses out of 17927 with flag 96477/45001
5.15/4.74	c cleaning 9974 clauses out of 19970 with flag 124585/56000
6.06/5.63	c cleaning 10985 clauses out of 21996 with flag 151649/68000
7.06/6.64	c cleaning 11996 clauses out of 24011 with flag 179594/81000
7.75/7.33	c SATISFIABLE
7.75/7.33	c OPTIMIZING...
7.75/7.33	c Got one! Elapsed wall clock time (in seconds):7.227
7.75/7.33	o 5
8.45/8.01	c cleaning 13086 clauses out of 26187 with flag 10686/95172
9.05/8.69	c cleaning 9543 clauses out of 19101 with flag 23678/101172
9.55/9.17	c cleaning 8273 clauses out of 16557 with flag 39241/108171
9.75/9.32	c Got one! Elapsed wall clock time (in seconds):9.224
9.75/9.32	o 3
9.85/9.46	c cleaning 6897 clauses out of 13827 with flag 6608/113714
10.16/9.79	c cleaning 6450 clauses out of 12930 with flag 20656/119714
10.56/10.15	c cleaning 6720 clauses out of 13480 with flag 35769/126714
11.06/10.65	c cleaning 7359 clauses out of 14759 with flag 51958/134713
11.66/11.25	c cleaning 8185 clauses out of 16401 with flag 70210/143714
12.16/11.78	c cleaning 9107 clauses out of 18215 with flag 91470/153713
13.35/12.97	c cleaning 10052 clauses out of 20110 with flag 114799/164715
14.15/13.75	c cleaning 11019 clauses out of 22057 with flag 142556/176714
15.05/14.65	c cleaning 12019 clauses out of 24037 with flag 171238/189713
16.45/16.03	c cleaning 13004 clauses out of 26018 with flag 205296/203713
17.45/17.07	c cleaning 14007 clauses out of 28014 with flag 238463/218713
18.85/18.42	c cleaning 14999 clauses out of 30007 with flag 274728/234713
20.21/19.70	c cleaning 15990 clauses out of 32008 with flag 310515/251713
21.72/20.96	c cleaning 16999 clauses out of 34018 with flag 349688/269713
24.35/23.22	c cleaning 18005 clauses out of 36021 with flag 392712/288715
26.75/25.63	c cleaning 19000 clauses out of 38015 with flag 438363/308714
29.25/28.15	c cleaning 19996 clauses out of 40014 with flag 487400/329713
31.66/30.58	c cleaning 21000 clauses out of 42019 with flag 536360/351714
33.44/32.24	c cleaning 22004 clauses out of 44019 with flag 587297/374714
36.98/35.74	c cleaning 22992 clauses out of 46015 with flag 637701/398714
39.89/38.62	c cleaning 24008 clauses out of 48022 with flag 690595/423714
42.79/41.54	c cleaning 24999 clauses out of 50013 with flag 746474/449713
45.09/43.80	c cleaning 25994 clauses out of 52014 with flag 807654/476713
47.39/46.16	c cleaning 26999 clauses out of 54021 with flag 868756/504714
51.09/49.88	c cleaning 27999 clauses out of 56021 with flag 930474/533713
55.69/54.49	c cleaning 29005 clauses out of 58022 with flag 995673/563713
59.49/58.21	c cleaning 29999 clauses out of 60018 with flag 1065924/594714
62.79/61.53	c cleaning 30997 clauses out of 62018 with flag 1141926/626713
66.89/65.65	c cleaning 32007 clauses out of 64021 with flag 1214018/659713
71.92/70.60	c cleaning 32998 clauses out of 66014 with flag 1289656/693713
78.22/76.94	c cleaning 33986 clauses out of 68016 with flag 1365379/728713
82.22/80.92	c cleaning 35012 clauses out of 70033 with flag 1446159/764716
86.92/85.67	c cleaning 35999 clauses out of 72018 with flag 1526002/801713
90.62/89.31	c cleaning 37007 clauses out of 74019 with flag 1611956/839713
94.67/93.31	c cleaning 37997 clauses out of 76012 with flag 1698322/878714
101.17/99.84	c cleaning 38998 clauses out of 78016 with flag 1783566/918715
106.46/105.16	c cleaning 40002 clauses out of 80016 with flag 1875279/959713
113.46/112.10	c cleaning 41004 clauses out of 82013 with flag 1965147/1001713
120.72/119.38	c cleaning 41990 clauses out of 84011 with flag 2059298/1044715
126.12/124.70	c cleaning 42998 clauses out of 86019 with flag 2156407/1088713
132.62/131.21	c cleaning 44006 clauses out of 88023 with flag 2260539/1133715
140.42/139.00	c cleaning 45001 clauses out of 90016 with flag 2362071/1179714
146.32/144.94	c cleaning 45993 clauses out of 92014 with flag 2463825/1226713
153.52/152.19	c cleaning 46995 clauses out of 94023 with flag 2570286/1274715
159.82/158.45	c cleaning 48009 clauses out of 96026 with flag 2675032/1323713
166.62/165.26	c cleaning 49001 clauses out of 98017 with flag 2783088/1373713
174.00/172.59	c cleaning 49995 clauses out of 100017 with flag 2895576/1424714
181.65/180.18	c cleaning 50997 clauses out of 102020 with flag 3007646/1476713
190.15/188.67	c cleaning 52003 clauses out of 104023 with flag 3119653/1529713
200.17/198.64	c cleaning 53002 clauses out of 106021 with flag 3235581/1583714
210.69/209.18	c cleaning 53999 clauses out of 108018 with flag 3351739/1638713
221.59/220.06	c cleaning 55004 clauses out of 110019 with flag 3470309/1694713
231.31/229.65	c cleaning 55995 clauses out of 112016 with flag 3593262/1751714
240.81/239.12	c cleaning 57005 clauses out of 114020 with flag 3718622/1809713
250.31/248.62	c cleaning 57998 clauses out of 116016 with flag 3845201/1868714
259.80/258.12	c cleaning 58996 clauses out of 118018 with flag 3978642/1928714
268.90/267.20	c cleaning 60000 clauses out of 120022 with flag 4108376/1989714
278.40/276.79	c cleaning 61005 clauses out of 122022 with flag 4243588/2051714
289.69/287.85	c cleaning 61998 clauses out of 124015 with flag 4381011/2114713
302.59/300.74	c cleaning 63005 clauses out of 126018 with flag 4520329/2178714
317.38/315.51	c cleaning 63999 clauses out of 128012 with flag 4662565/2243713
331.28/329.45	c cleaning 64997 clauses out of 130013 with flag 4806449/2309713
344.68/342.85	c cleaning 65994 clauses out of 132017 with flag 4951537/2376714
358.82/356.80	c cleaning 67006 clauses out of 134022 with flag 5100588/2444713
374.62/372.64	c cleaning 67998 clauses out of 136017 with flag 5253393/2513714
390.12/388.10	c cleaning 69003 clauses out of 138018 with flag 5408803/2583713
407.02/405.10	c cleaning 69998 clauses out of 140016 with flag 5571636/2654714
431.62/429.65	c cleaning 71000 clauses out of 142017 with flag 5742558/2726713
458.89/456.72	c cleaning 72003 clauses out of 144016 with flag 5910699/2799713
482.49/480.39	c cleaning 73001 clauses out of 146012 with flag 6078930/2873713
508.10/505.96	c cleaning 73999 clauses out of 148010 with flag 6247909/2948714
510.70/508.56	c starts		: 5401
510.70/508.56	c conflicts		: 2966473
510.70/508.56	c decisions		: 3338293
510.70/508.56	c propagations		: 63338839
510.70/508.56	c inspects		: 9994137398
510.70/508.56	c shortcuts		: 0
510.70/508.56	c learnt literals	: 23
510.70/508.56	c learnt binary clauses	: 34
510.70/508.56	c learnt ternary clauses	: 55
510.70/508.56	c learnt constraints	: 2966449
510.70/508.56	c ignored constraints	: 0
510.70/508.56	c root simplifications	: 0
510.70/508.56	c removed literals (reason simplification)	: 0
510.70/508.56	c reason swapping (by a shorter reason)	: 0
510.70/508.56	c Calls to reduceDB	: 83
510.70/508.56	c Number of update (reduction) of LBD	: 83560
510.70/508.56	c Imported unit clauses	: 0
510.70/508.56	c number of reductions to clauses (during analyze)	: 0
510.70/508.56	c number of learned constraints concerned by reduction	: 0
510.70/508.56	c number of learning phase by resolution	: 0
510.70/508.56	c number of learning phase by cutting planes	: 0
510.70/508.56	c speed (assignments/second)	: 124592.00778960207
510.70/508.56	c non guided choices	16761
510.70/508.56	c learnt constraints type 
510.70/508.56	s OPTIMUM FOUND
510.70/508.56	c Found 2 solution(s)
510.70/508.56	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 
510.70/508.56	c objective function=3
510.70/508.56	c Total wall clock time (in seconds): 508.457

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-4106396-1466270619/watcher-4106396-1466270619 -o /tmp/evaluation-result-4106396-1466270619/solver-4106396-1466270619 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466265085-26685 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4106396-1466270619.opb 

pid=28411
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.09 2.13 2.04 3/194 28414
/proc/meminfo: memFree=31468768/32872528 swapFree=163656/177964
[pid=28414] ppid=28411 vsize=96324 CPUtime=0 cores=0,2,4,6
/proc/28414/stat : 28414 (java) S 28411 28414 26669 0 -1 4202496 1308 0 0 0 0 0 0 0 20 0 2 0 29111846 98635776 939 33554432000 1073741824 1073778376 140734501914944 140734501906080 224925876285 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28414/statm: 24081 943 715 9 0 16771 0
[pid=28414/tid=28415] ppid=28411 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28415/stat : 28415 (java) R 28411 28414 26669 0 -1 4202560 121 0 0 0 0 0 0 0 20 0 2 0 29111847 98570240 969 33554432000 1073741824 1073778376 140734501914944 140694654963240 140694657146851 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 2.09 2.13 2.04 3/194 28414
/proc/meminfo: memFree=31468768/32872528 swapFree=163656/177964
[pid=28414] ppid=28411 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/28414/stat : 28414 (java) S 28411 28414 26669 0 -1 4202496 4490 0 1 0 10 1 0 0 20 0 18 0 29111846 9787879424 6112 33554432000 1073741824 1073778376 140734501914944 140734501906080 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28414/statm: 2389619 6112 2157 9 0 2380296 0
[pid=28414/tid=28415] ppid=28411 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/28414/task/28415/stat : 28415 (java) R 28411 28414 26669 0 -1 4202560 2378 0 1 0 7 0 0 0 20 0 18 0 29111847 9787879424 6112 33554432000 1073741824 1073778376 140734501914944 140694654966688 224925902093 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200258 s]
/proc/loadavg: 2.09 2.13 2.04 3/194 28414
/proc/meminfo: memFree=31468768/32872528 swapFree=163656/177964
[pid=28414] ppid=28411 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/28414/stat : 28414 (java) S 28411 28414 26669 0 -1 4202496 4888 0 1 0 25 1 0 0 20 0 19 0 29111846 9856040960 7455 33554432000 1073741824 1073778376 140734501914944 140734501906080 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28414/statm: 2406260 7455 2223 9 0 2396937 0
[pid=28414/tid=28415] ppid=28411 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/28414/task/28415/stat : 28415 (java) R 28411 28414 26669 0 -1 4202560 2402 0 1 0 17 0 0 0 20 0 19 0 29111847 9856040960 7455 33554432000 1073741824 1073778376 140734501914944 140694654968448 224925891640 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9625040

[startup+0.300297 s]
/proc/loadavg: 2.09 2.13 2.04 3/194 28414
/proc/meminfo: memFree=31468768/32872528 swapFree=163656/177964
[pid=28414] ppid=28411 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/28414/stat : 28414 (java) S 28411 28414 26669 0 -1 4202496 6569 0 1 0 50 1 0 0 20 0 19 0 29111846 9856040960 8341 33554432000 1073741824 1073778376 140734501914944 140734501906080 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28414/statm: 2406260 8341 2243 9 0 2396937 0
[pid=28414/tid=28415] ppid=28411 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/28414/task/28415/stat : 28415 (java) R 28411 28414 26669 0 -1 4202560 2410 0 1 0 27 0 0 0 20 0 19 0 29111847 9856040960 8341 33554432000 1073741824 1073778376 140734501914944 140694654967848 140694488865866 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700243 s]
/proc/loadavg: 2.09 2.13 2.04 3/194 28414
/proc/meminfo: memFree=31468768/32872528 swapFree=163656/177964
[pid=28414] ppid=28411 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/28414/stat : 28414 (java) S 28411 28414 26669 0 -1 4202496 7116 0 1 0 99 2 0 0 20 0 19 0 29111846 9856040960 8871 33554432000 1073741824 1073778376 140734501914944 140734501906080 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28414/statm: 2406260 8871 2252 9 0 2396937 0
[pid=28414/tid=28415] ppid=28411 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/28414/task/28415/stat : 28415 (java) R 28411 28414 26669 0 -1 4202560 2411 0 1 0 67 0 0 0 20 0 19 0 29111847 9856040960 8871 33554432000 1073741824 1073778376 140734501914944 140694654967848 140694488416294 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 9625040

[startup+1.50074 s]
/proc/loadavg: 2.09 2.13 2.04 3/213 28433
/proc/meminfo: memFree=31435972/32872528 swapFree=163656/177964
[pid=28414] ppid=28411 vsize=9625040 CPUtime=1.88 cores=0,2,4,6
/proc/28414/stat : 28414 (java) S 28411 28414 26669 0 -1 4202496 8246 0 1 0 186 2 0 0 20 0 19 0 29111846 9856040960 10478 33554432000 1073741824 1073778376 140734501914944 140734501906080 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28414/statm: 2406260 10478 2256 9 0 2396937 0
[pid=28414/tid=28415] ppid=28411 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/28414/task/28415/stat : 28415 (java) R 28411 28414 26669 0 -1 4202560 2414 0 1 0 147 0 0 0 20 0 19 0 29111847 9856040960 10478 33554432000 1073741824 1073778376 140734501914944 140694654968240 140694488813381 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28414/tid=28417] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28417/stat : 28417 (java) S 28411 28414 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29111848 9856040960 10478 33554432000 1073741824 1073778376 140734501914944 140694616459560 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28414/tid=28418] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28418/stat : 28418 (java) S 28411 28414 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29111848 9856040960 10478 33554432000 1073741824 1073778376 140734501914944 140694615406760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28414/tid=28419] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28419/stat : 28419 (java) S 28411 28414 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29111848 9856040960 10478 33554432000 1073741824 1073778376 140734501914944 140694614354472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28414/tid=28420] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28420/stat : 28420 (java) S 28411 28414 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29111848 9856040960 10478 33554432000 1073741824 1073778376 140734501914944 140694613301672 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28414/tid=28421] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28421/stat : 28421 (java) S 28411 28414 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29111848 9856040960 10478 33554432000 1073741824 1073778376 140734501914944 140694612249384 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28414/tid=28422] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28422/stat : 28422 (java) S 28411 28414 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29111848 9856040960 10478 33554432000 1073741824 1073778376 140734501914944 140694611196584 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28414/tid=28423] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28423/stat : 28423 (java) S 28411 28414 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29111848 9856040960 10478 33554432000 1073741824 1073778376 140734501914944 140694610144296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28414/tid=28424] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28424/stat : 28424 (java) S 28411 28414 26669 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29111848 9856040960 10478 33554432000 1073741824 1073778376 140734501914944 140694609091496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28414/tid=28425] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28425/stat : 28425 (java) S 28411 28414 26669 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29111849 9856040960 10478 33554432000 1073741824 1073778376 140734501914944 140694478870760 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28414/tid=28426] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28426/stat : 28426 (java) S 28411 28414 26669 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29111849 9856040960 10478 33554432000 1073741824 1073778376 140734501914944 140694477816824 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28414/tid=28427] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28427/stat : 28427 (java) S 28411 28414 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29111849 9856040960 10478 33554432000 1073741824 1073778376 140734501914944 140694476764424 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28414/tid=28428] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28428/stat : 28428 (java) S 28411 28414 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29111851 9856040960 10478 33554432000 1073741824 1073778376 140734501914944 140694475712912 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28414/tid=28429] ppid=28411 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/28414/task/28429/stat : 28429 (java) S 28411 28414 26669 0 -1 4202560 1825 0 0 0 15 0 0 0 20 0 19 0 29111851 9856040960 10478 33554432000 1073741824 1073778376 140734501914944 140694474660536 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28414/tid=28430] ppid=28411 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/28414/task/28430/stat : 28430 (java) S 28411 28414 26669 0 -1 4202560 2734 0 0 0 20 0 0 0 20 0 19 0 29111851 9856040960 10478 33554432000 1073741824 1073778376 140734501914944 140694473607736 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28414/tid=28431] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28431/stat : 28431 (java) S 28411 28414 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29111851 9856040960 10478 33554432000 1073741824 1073778376 140734501914944 140693599153272 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28414/tid=28432] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28432/stat : 28432 (java) S 28411 28414 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29111851 9856040960 10478 33554432000 1073741824 1073778376 140734501914944 140693598100680 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28414/tid=28433] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28433/stat : 28433 (java) S 28411 28414 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29111866 9856040960 10478 33554432000 1073741824 1073778376 140734501914944 140693597045672 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.09 2.13 2.04 3/213 28433
/proc/meminfo: memFree=31431516/32872528 swapFree=163656/177964
[pid=28414] ppid=28411 vsize=9625040 CPUtime=3.5 cores=0,2,4,6
/proc/28414/stat : 28414 (java) S 28411 28414 26669 0 -1 4202496 8252 0 1 0 348 2 0 0 20 0 19 0 29111846 9856040960 12528 33554432000 1073741824 1073778376 140734501914944 140734501906080 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28414/statm: 2406260 12528 2256 9 0 2396937 0
[pid=28414/tid=28415] ppid=28411 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/28414/task/28415/stat : 28415 (java) R 28411 28414 26669 0 -1 4202560 2418 0 1 0 307 0 0 0 20 0 19 0 29111847 9856040960 12528 33554432000 1073741824 1073778376 140734501914944 140694654968088 140694488886418 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28414/tid=28417] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28417/stat : 28417 (java) S 28411 28414 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29111848 9856040960 12528 33554432000 1073741824 1073778376 140734501914944 140694616459560 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28414/tid=28418] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28418/stat : 28418 (java) S 28411 28414 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29111848 9856040960 12528 33554432000 1073741824 1073778376 140734501914944 140694615406760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28414/tid=28419] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28419/stat : 28419 (java) S 28411 28414 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29111848 9856040960 12528 33554432000 1073741824 1073778376 140734501914944 140694614354472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28414/tid=28420] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28420/stat : 28420 (java) S 28411 28414 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29111848 9856040960 12528 33554432000 1073741824 1073778376 140734501914944 140694613301672 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28414/tid=28421] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28421/stat : 28421 (java) S 28411 28414 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29111848 9856040960 12528 33554432000 1073741824 1073778376 140734501914944 140694612249384 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28414/tid=28422] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28422/stat : 28422 (java) S 28411 28414 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29111848 9856040960 12528 33554432000 1073741824 1073778376 140734501914944 140694611196584 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28414/tid=28423] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28423/stat : 28423 (java) S 28411 28414 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29111848 9856040960 12528 33554432000 1073741824 1073778376 140734501914944 140694610144296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28414/tid=28424] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28424/stat : 28424 (java) S 28411 28414 26669 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29111848 9856040960 12528 33554432000 1073741824 1073778376 140734501914944 140694609091496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28414/tid=28425] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28425/stat : 28425 (java) S 28411 28414 26669 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29111849 9856040960 12528 33554432000 1073741824 1073778376 140734501914944 140694478870760 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28414/tid=28426] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28426/stat : 28426 (java) S 28411 28414 26669 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29111849 9856040960 12528 33554432000 1073741824 1073778376 140734501914944 140694477816824 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28414/tid=28427] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28427/stat : 28427 (java) S 28411 28414 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29111849 9856040960 12528 33554432000 1073741824 1073778376 140734501914944 140694476764424 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28414/tid=28428] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28428/stat : 28428 (java) S 28411 28414 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29111851 9856040960 12528 33554432000 1073741824 1073778376 140734501914944 140694475712912 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28414/tid=28429] ppid=28411 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/28414/task/28429/stat : 28429 (java) S 28411 28414 26669 0 -1 4202560 1827 0 0 0 17 0 0 0 20 0 19 0 29111851 9856040960 12528 33554432000 1073741824 1073778376 140734501914944 140694474660536 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28414/tid=28430] ppid=28411 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/28414/task/28430/stat : 28430 (java) S 28411 28414 26669 0 -1 4202560 2734 0 0 0 21 0 0 0 20 0 19 0 29111851 9856040960 12528 33554432000 1073741824 1073778376 140734501914944 140694473607736 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28414/tid=28431] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28431/stat : 28431 (java) S 28411 28414 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29111851 9856040960 12528 33554432000 1073741824 1073778376 140734501914944 140693599153272 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28414/tid=28432] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28432/stat : 28432 (java) S 28411 28414 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29111851 9856040960 12528 33554432000 1073741824 1073778376 140734501914944 140693598100680 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28414/tid=28433] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28433/stat : 28433 (java) S 28411 28414 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29111866 9856040960 12528 33554432000 1073741824 1073778376 140734501914944 140693597045672 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.5
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.09 2.13 2.04 3/213 28433
/proc/meminfo: memFree=31414272/32872528 swapFree=163656/177964
[pid=28414] ppid=28411 vsize=9625040 CPUtime=6.75 cores=0,2,4,6
/proc/28414/stat : 28414 (java) S 28411 28414 26669 0 -1 4202496 8579 0 1 0 673 2 0 0 20 0 19 0 29111846 9856040960 16602 33554432000 1073741824 1073778376 140734501914944 140734501906080 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28414/statm: 2406260 16602 2258 9 0 2396937 0
[pid=28414/tid=28415] ppid=28411 vsize=9625040 CPUtime=6.28 cores=0,2,4,6
/proc/28414/task/28415/stat : 28415 (java) R 28411 28414 26669 0 -1 4202560 2428 0 1 0 626 2 0 0 20 0 19 0 29111847 9856040960 16602 33554432000 1073741824 1073778376 140734501914944 140694654959280 140694488886577 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28414/tid=28417] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28417/stat : 28417 (java) S 28411 28414 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29111848 9856040960 16602 33554432000 1073741824 1073778376 140734501914944 140694616459560 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28414/tid=28418] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28418/stat : 28418 (java) S 28411 28414 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29111848 9856040960 16602 33554432000 1073741824 1073778376 140734501914944 140694615406760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28414/tid=28419] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28419/stat : 28419 (java) S 28411 28414 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29111848 9856040960 16602 33554432000 1073741824 1073778376 140734501914944 140694614354472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28414/tid=28420] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28420/stat : 28420 (java) S 28411 28414 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29111848 9856040960 16602 33554432000 1073741824 1073778376 140734501914944 140694613301672 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28414/tid=28421] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28421/stat : 28421 (java) S 28411 28414 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29111848 9856040960 16602 33554432000 1073741824 1073778376 140734501914944 140694612249384 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28414/tid=28422] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28422/stat : 28422 (java) S 28411 28414 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29111848 9856040960 16602 33554432000 1073741824 1073778376 140734501914944 140694611196584 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28414/tid=28423] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28423/stat : 28423 (java) S 28411 28414 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29111848 9856040960 16602 33554432000 1073741824 1073778376 140734501914944 140694610144296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28414/tid=28424] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28424/stat : 28424 (java) S 28411 28414 26669 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29111848 9856040960 16602 33554432000 1073741824 1073778376 140734501914944 140694609091496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28414/tid=28425] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28425/stat : 28425 (java) S 28411 28414 26669 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29111849 9856040960 16602 33554432000 1073741824 1073778376 140734501914944 140694478870760 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28414/tid=28426] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28426/stat : 28426 (java) S 28411 28414 26669 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29111849 9856040960 16602 33554432000 1073741824 1073778376 140734501914944 140694477816824 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28414/tid=28427] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28427/stat : 28427 (java) S 28411 28414 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29111849 9856040960 16602 33554432000 1073741824 1073778376 140734501914944 140694476764424 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28414/tid=28428] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28428/stat : 28428 (java) S 28411 28414 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29111851 9856040960 16602 33554432000 1073741824 1073778376 140734501914944 140694475712912 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28414/tid=28429] ppid=28411 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/28414/task/28429/stat : 28429 (java) S 28411 28414 26669 0 -1 4202560 1827 0 0 0 18 0 0 0 20 0 19 0 29111851 9856040960 16602 33554432000 1073741824 1073778376 140734501914944 140694474660536 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28414/tid=28430] ppid=28411 vsize=9625040 CPUtime=0.26 cores=0,2,4,6

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

[pid=28414/tid=28419] ppid=28411 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/28414/task/28419/stat : 28419 (java) S 28411 28414 26669 0 -1 4202560 231 0 0 0 9 3 0 0 20 0 19 0 29111848 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140694614354472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28414/tid=28420] ppid=28411 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/28414/task/28420/stat : 28420 (java) S 28411 28414 26669 0 -1 4202560 178 0 0 0 8 4 0 0 20 0 19 0 29111848 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140694613301672 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28414/tid=28421] ppid=28411 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/28414/task/28421/stat : 28421 (java) S 28411 28414 26669 0 -1 4202560 119 0 0 0 8 3 0 0 20 0 19 0 29111848 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140694612249384 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28414/tid=28422] ppid=28411 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/28414/task/28422/stat : 28422 (java) S 28411 28414 26669 0 -1 4202560 160 0 0 0 8 4 0 0 20 0 19 0 29111848 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140694611196584 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28414/tid=28423] ppid=28411 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/28414/task/28423/stat : 28423 (java) S 28411 28414 26669 0 -1 4202560 64 0 0 0 10 3 0 0 20 0 19 0 29111848 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140694610144296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28414/tid=28424] ppid=28411 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/28414/task/28424/stat : 28424 (java) S 28411 28414 26669 0 -1 4202560 100 0 0 0 7 4 0 0 20 0 19 0 29111848 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140694609091496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28414/tid=28425] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28425/stat : 28425 (java) S 28411 28414 26669 0 -1 4202560 103 0 0 0 0 0 0 0 20 0 19 0 29111849 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140694478870760 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28414/tid=28426] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28426/stat : 28426 (java) S 28411 28414 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29111849 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140694477816824 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28414/tid=28427] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28427/stat : 28427 (java) S 28411 28414 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29111849 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140694476764424 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28414/tid=28428] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28428/stat : 28428 (java) S 28411 28414 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29111851 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140694475712912 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28414/tid=28429] ppid=28411 vsize=9625040 CPUtime=1.05 cores=0,2,4,6
/proc/28414/task/28429/stat : 28429 (java) S 28411 28414 26669 0 -1 4202560 11013 0 0 0 104 1 0 0 20 0 19 0 29111851 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140694474660536 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28414/tid=28430] ppid=28411 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/28414/task/28430/stat : 28430 (java) S 28411 28414 26669 0 -1 4202560 3052 0 0 0 31 0 0 0 20 0 19 0 29111851 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140694473607736 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28414/tid=28431] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28431/stat : 28431 (java) S 28411 28414 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29111851 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140693599153272 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28414/tid=28432] ppid=28411 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/28414/task/28432/stat : 28432 (java) S 28411 28414 26669 0 -1 4202560 30 0 0 0 6 4 0 0 20 0 19 0 29111851 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140693598100680 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28414/tid=28433] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28433/stat : 28433 (java) S 28411 28414 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29111866 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140693597045672 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 509.4
Current children cumulated vsize (KiB) 9625040

[startup+508.001 s]
/proc/loadavg: 2.15 2.13 2.08 3/213 28510
/proc/meminfo: memFree=31097792/32872528 swapFree=163656/177964
[pid=28414] ppid=28411 vsize=9625040 CPUtime=510.2 cores=0,2,4,6
/proc/28414/stat : 28414 (java) S 28411 28414 26669 0 -1 4202496 19093 0 1 0 50984 36 0 0 20 0 19 0 29111846 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140734501906080 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28414/statm: 2406260 108136 2272 9 0 2396937 0
[pid=28414/tid=28415] ppid=28411 vsize=9625040 CPUtime=507.71 cores=0,2,4,6
/proc/28414/task/28415/stat : 28415 (java) R 28411 28414 26669 0 -1 4202560 2491 0 1 0 50761 10 0 0 20 0 19 0 29111847 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140694654959296 140694488813352 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28414/tid=28417] ppid=28411 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/28414/task/28417/stat : 28417 (java) S 28411 28414 26669 0 -1 4202560 176 0 0 0 10 4 0 0 20 0 19 0 29111848 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140694616459560 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28414/tid=28418] ppid=28411 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/28414/task/28418/stat : 28418 (java) S 28411 28414 26669 0 -1 4202560 117 0 0 0 9 4 0 0 20 0 19 0 29111848 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140694615406760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28414/tid=28419] ppid=28411 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/28414/task/28419/stat : 28419 (java) S 28411 28414 26669 0 -1 4202560 231 0 0 0 9 3 0 0 20 0 19 0 29111848 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140694614354472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28414/tid=28420] ppid=28411 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/28414/task/28420/stat : 28420 (java) S 28411 28414 26669 0 -1 4202560 178 0 0 0 8 4 0 0 20 0 19 0 29111848 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140694613301672 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28414/tid=28421] ppid=28411 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/28414/task/28421/stat : 28421 (java) S 28411 28414 26669 0 -1 4202560 119 0 0 0 8 3 0 0 20 0 19 0 29111848 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140694612249384 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28414/tid=28422] ppid=28411 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/28414/task/28422/stat : 28422 (java) S 28411 28414 26669 0 -1 4202560 160 0 0 0 8 4 0 0 20 0 19 0 29111848 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140694611196584 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28414/tid=28423] ppid=28411 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/28414/task/28423/stat : 28423 (java) S 28411 28414 26669 0 -1 4202560 64 0 0 0 10 3 0 0 20 0 19 0 29111848 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140694610144296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28414/tid=28424] ppid=28411 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/28414/task/28424/stat : 28424 (java) S 28411 28414 26669 0 -1 4202560 100 0 0 0 7 4 0 0 20 0 19 0 29111848 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140694609091496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28414/tid=28425] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28425/stat : 28425 (java) S 28411 28414 26669 0 -1 4202560 103 0 0 0 0 0 0 0 20 0 19 0 29111849 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140694478870760 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28414/tid=28426] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28426/stat : 28426 (java) S 28411 28414 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29111849 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140694477816824 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28414/tid=28427] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28427/stat : 28427 (java) S 28411 28414 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29111849 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140694476764424 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28414/tid=28428] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28428/stat : 28428 (java) S 28411 28414 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29111851 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140694475712912 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28414/tid=28429] ppid=28411 vsize=9625040 CPUtime=1.05 cores=0,2,4,6
/proc/28414/task/28429/stat : 28429 (java) S 28411 28414 26669 0 -1 4202560 11013 0 0 0 104 1 0 0 20 0 19 0 29111851 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140694474660536 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28414/tid=28430] ppid=28411 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/28414/task/28430/stat : 28430 (java) S 28411 28414 26669 0 -1 4202560 3052 0 0 0 31 0 0 0 20 0 19 0 29111851 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140694473607736 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28414/tid=28431] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28431/stat : 28431 (java) S 28411 28414 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29111851 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140693599153272 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28414/tid=28432] ppid=28411 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/28414/task/28432/stat : 28432 (java) S 28411 28414 26669 0 -1 4202560 30 0 0 0 6 4 0 0 20 0 19 0 29111851 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140693598100680 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28414/tid=28433] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28433/stat : 28433 (java) S 28411 28414 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29111866 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140693597045672 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 510.2
Current children cumulated vsize (KiB) 9625040

[startup+508.401 s]
/proc/loadavg: 2.15 2.13 2.08 3/213 28510
/proc/meminfo: memFree=31095744/32872528 swapFree=163656/177964
[pid=28414] ppid=28411 vsize=9625040 CPUtime=510.6 cores=0,2,4,6
/proc/28414/stat : 28414 (java) S 28411 28414 26669 0 -1 4202496 19093 0 1 0 51024 36 0 0 20 0 19 0 29111846 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140734501906080 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28414/statm: 2406260 108136 2272 9 0 2396937 0
[pid=28414/tid=28415] ppid=28411 vsize=9625040 CPUtime=508.11 cores=0,2,4,6
/proc/28414/task/28415/stat : 28415 (java) R 28411 28414 26669 0 -1 4202560 2491 0 1 0 50801 10 0 0 20 0 19 0 29111847 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140694654959296 140694488886418 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28414/tid=28417] ppid=28411 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/28414/task/28417/stat : 28417 (java) S 28411 28414 26669 0 -1 4202560 176 0 0 0 10 4 0 0 20 0 19 0 29111848 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140694616459560 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28414/tid=28418] ppid=28411 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/28414/task/28418/stat : 28418 (java) S 28411 28414 26669 0 -1 4202560 117 0 0 0 9 4 0 0 20 0 19 0 29111848 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140694615406760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28414/tid=28419] ppid=28411 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/28414/task/28419/stat : 28419 (java) S 28411 28414 26669 0 -1 4202560 231 0 0 0 9 3 0 0 20 0 19 0 29111848 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140694614354472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28414/tid=28420] ppid=28411 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/28414/task/28420/stat : 28420 (java) S 28411 28414 26669 0 -1 4202560 178 0 0 0 8 4 0 0 20 0 19 0 29111848 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140694613301672 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28414/tid=28421] ppid=28411 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/28414/task/28421/stat : 28421 (java) S 28411 28414 26669 0 -1 4202560 119 0 0 0 8 3 0 0 20 0 19 0 29111848 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140694612249384 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28414/tid=28422] ppid=28411 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/28414/task/28422/stat : 28422 (java) S 28411 28414 26669 0 -1 4202560 160 0 0 0 8 4 0 0 20 0 19 0 29111848 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140694611196584 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28414/tid=28423] ppid=28411 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/28414/task/28423/stat : 28423 (java) S 28411 28414 26669 0 -1 4202560 64 0 0 0 10 3 0 0 20 0 19 0 29111848 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140694610144296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28414/tid=28424] ppid=28411 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/28414/task/28424/stat : 28424 (java) S 28411 28414 26669 0 -1 4202560 100 0 0 0 7 4 0 0 20 0 19 0 29111848 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140694609091496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28414/tid=28425] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28425/stat : 28425 (java) S 28411 28414 26669 0 -1 4202560 103 0 0 0 0 0 0 0 20 0 19 0 29111849 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140694478870760 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28414/tid=28426] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28426/stat : 28426 (java) S 28411 28414 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29111849 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140694477816824 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28414/tid=28427] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28427/stat : 28427 (java) S 28411 28414 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29111849 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140694476764424 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28414/tid=28428] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28428/stat : 28428 (java) S 28411 28414 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29111851 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140694475712912 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28414/tid=28429] ppid=28411 vsize=9625040 CPUtime=1.05 cores=0,2,4,6
/proc/28414/task/28429/stat : 28429 (java) S 28411 28414 26669 0 -1 4202560 11013 0 0 0 104 1 0 0 20 0 19 0 29111851 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140694474660536 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28414/tid=28430] ppid=28411 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/28414/task/28430/stat : 28430 (java) S 28411 28414 26669 0 -1 4202560 3052 0 0 0 31 0 0 0 20 0 19 0 29111851 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140694473607736 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28414/tid=28431] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28431/stat : 28431 (java) S 28411 28414 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29111851 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140693599153272 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28414/tid=28432] ppid=28411 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/28414/task/28432/stat : 28432 (java) S 28411 28414 26669 0 -1 4202560 30 0 0 0 6 4 0 0 20 0 19 0 29111851 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140693598100680 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28414/tid=28433] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28433/stat : 28433 (java) S 28411 28414 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29111866 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140693597045672 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 510.6
Current children cumulated vsize (KiB) 9625040

[startup+508.501 s]
/proc/loadavg: 2.15 2.13 2.08 3/213 28510
/proc/meminfo: memFree=31095744/32872528 swapFree=163656/177964
[pid=28414] ppid=28411 vsize=9625040 CPUtime=510.7 cores=0,2,4,6
/proc/28414/stat : 28414 (java) S 28411 28414 26669 0 -1 4202496 19093 0 1 0 51034 36 0 0 20 0 19 0 29111846 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140734501906080 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28414/statm: 2406260 108136 2272 9 0 2396937 0
[pid=28414/tid=28415] ppid=28411 vsize=9625040 CPUtime=508.21 cores=0,2,4,6
/proc/28414/task/28415/stat : 28415 (java) R 28411 28414 26669 0 -1 4202560 2491 0 1 0 50811 10 0 0 20 0 19 0 29111847 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140694654959296 140694488886328 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28414/tid=28417] ppid=28411 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/28414/task/28417/stat : 28417 (java) S 28411 28414 26669 0 -1 4202560 176 0 0 0 10 4 0 0 20 0 19 0 29111848 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140694616459560 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28414/tid=28418] ppid=28411 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/28414/task/28418/stat : 28418 (java) S 28411 28414 26669 0 -1 4202560 117 0 0 0 9 4 0 0 20 0 19 0 29111848 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140694615406760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28414/tid=28419] ppid=28411 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/28414/task/28419/stat : 28419 (java) S 28411 28414 26669 0 -1 4202560 231 0 0 0 9 3 0 0 20 0 19 0 29111848 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140694614354472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28414/tid=28420] ppid=28411 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/28414/task/28420/stat : 28420 (java) S 28411 28414 26669 0 -1 4202560 178 0 0 0 8 4 0 0 20 0 19 0 29111848 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140694613301672 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28414/tid=28421] ppid=28411 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/28414/task/28421/stat : 28421 (java) S 28411 28414 26669 0 -1 4202560 119 0 0 0 8 3 0 0 20 0 19 0 29111848 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140694612249384 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28414/tid=28422] ppid=28411 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/28414/task/28422/stat : 28422 (java) S 28411 28414 26669 0 -1 4202560 160 0 0 0 8 4 0 0 20 0 19 0 29111848 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140694611196584 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28414/tid=28423] ppid=28411 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/28414/task/28423/stat : 28423 (java) S 28411 28414 26669 0 -1 4202560 64 0 0 0 10 3 0 0 20 0 19 0 29111848 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140694610144296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28414/tid=28424] ppid=28411 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/28414/task/28424/stat : 28424 (java) S 28411 28414 26669 0 -1 4202560 100 0 0 0 7 4 0 0 20 0 19 0 29111848 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140694609091496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28414/tid=28425] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28425/stat : 28425 (java) S 28411 28414 26669 0 -1 4202560 103 0 0 0 0 0 0 0 20 0 19 0 29111849 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140694478870760 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28414/tid=28426] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28426/stat : 28426 (java) S 28411 28414 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29111849 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140694477816824 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28414/tid=28427] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28427/stat : 28427 (java) S 28411 28414 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29111849 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140694476764424 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28414/tid=28428] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28428/stat : 28428 (java) S 28411 28414 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29111851 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140694475712912 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28414/tid=28429] ppid=28411 vsize=9625040 CPUtime=1.05 cores=0,2,4,6
/proc/28414/task/28429/stat : 28429 (java) S 28411 28414 26669 0 -1 4202560 11013 0 0 0 104 1 0 0 20 0 19 0 29111851 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140694474660536 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28414/tid=28430] ppid=28411 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/28414/task/28430/stat : 28430 (java) S 28411 28414 26669 0 -1 4202560 3052 0 0 0 31 0 0 0 20 0 19 0 29111851 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140694473607736 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28414/tid=28431] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28431/stat : 28431 (java) S 28411 28414 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29111851 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140693599153272 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28414/tid=28432] ppid=28411 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/28414/task/28432/stat : 28432 (java) S 28411 28414 26669 0 -1 4202560 30 0 0 0 6 4 0 0 20 0 19 0 29111851 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140693598100680 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28414/tid=28433] ppid=28411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28414/task/28433/stat : 28433 (java) S 28411 28414 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29111866 9856040960 108136 33554432000 1073741824 1073778376 140734501914944 140693597045672 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 510.7
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 508.565
CPU time (s): 510.956
CPU user time (s): 510.393
CPU system time (s): 0.562914
CPU usage (%): 100.47
Max. virtual memory (cumulated for all children) (KiB): 9626644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 510.393
system time used= 0.562914
maximum resident set size= 432544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19117
page faults= 1
swaps= 0
block input operations= 0
block output operations= 480
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11180
involuntary context switches= 1276

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.9597 second user time and 2.27965 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-18 19:23:39
IDJOB=4106396
IDBENCH=48044
IDSOLVER=2546
FILE ID=node105/4106396-1466270619
RUNJOBID= node105-1466265085-26685
PBS_JOBID= 19918230
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=509-P1=457-P2=223-P3=127-P4=431-P5=67-P6=17-P7=479-B.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106396-1466270619/watcher-4106396-1466270619 -o /tmp/evaluation-result-4106396-1466270619/solver-4106396-1466270619 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466265085-26685 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4106396-1466270619.opb

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

MD5SUM BENCH= 0f650891245dab338bc3d2f3a3dc10c7
RANDOM SEED=1611878436

node105.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.561
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.12
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.561
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.561
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.561
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.561
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.561
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.561
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.561
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.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31469940 kB
Buffers:           88952 kB
Cached:           178472 kB
SwapCached:         1684 kB
Active:           296548 kB
Inactive:         185956 kB
Active(anon):     214352 kB
Inactive(anon):     2976 kB
Active(file):      82196 kB
Inactive(file):   182980 kB
Unevictable:      177964 kB
Mlocked:          163656 kB
SwapTotal:      67108856 kB
SwapFree:       67097160 kB
Dirty:               456 kB
Writeback:             0 kB
AnonPages:        407028 kB
Mapped:            15356 kB
Shmem:                 0 kB
Slab:             605500 kB
SReclaimable:      48608 kB
SUnreclaim:       556892 kB
KernelStack:        1760 kB
PageTables:         4780 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     866664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    190464 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71748 MiB
End job on node105 at 2016-06-18 19:32:08