Trace number 4092111

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16OPTIMUM 86.5598 45.7902

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/coloring/
normalized-geom30a-4_wcsp.wbo
MD5SUMde59a4d263badb761d8b1cfdb0f0d5d5
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark0.154975
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables120
Total number of constraints354
Number of soft constraints324
Number of constraints which are clauses324
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Top cost 82
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 324
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4092111-1466088635.wbo
0.10/0.11	c reading problem ... 
0.10/0.17	c ... done. Wall clock time 0.06s.
0.10/0.17	c declared #vars     120
0.10/0.17	c internal #vars     444
0.10/0.17	c #constraints  384
0.10/0.17	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 354
0.10/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
0.10/0.17	c 384 constraints processed.
0.10/0.17	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 354
0.10/0.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 30
0.10/0.17	c 384 constraints processed.
0.10/0.17	c objective function length is 324 literals
0.25/0.24	c And the winner is solver0
0.49/0.67	c SATISFIABLE
0.49/0.67	c OPTIMIZING...
0.49/0.67	c Got one! Elapsed wall clock time (in seconds):0.565
0.49/0.68	o 13
0.49/0.69	c And the winner is solver0
0.64/1.18	c Got one! Elapsed wall clock time (in seconds):1.068
0.64/1.18	o 9
0.64/1.19	c And the winner is solver0
0.75/1.68	c Got one! Elapsed wall clock time (in seconds):1.57
0.75/1.68	o 8
0.75/1.69	c And the winner is solver0
0.79/2.18	c Got one! Elapsed wall clock time (in seconds):2.073
0.79/2.18	o 7
0.79/2.20	c And the winner is solver0
0.90/2.68	c Got one! Elapsed wall clock time (in seconds):2.575
0.90/2.68	o 6
2.09/3.01	c cleaning 2749 clauses out of 5502 with flag 20926/5502
2.90/3.29	c cleaning 4379 clauses out of 8760 with flag 51165/11509
3.54/3.58	c cleaning 5688 clauses out of 11376 with flag 89125/18504
4.36/3.97	c cleaning 6823 clauses out of 13686 with flag 129678/26502
5.18/4.39	c cleaning 7932 clauses out of 15863 with flag 176336/35502
6.60/5.08	c cleaning 8952 clauses out of 17931 with flag 219021/45502
8.01/5.72	c And the winner is solver0
8.07/6.19	c Got one! Elapsed wall clock time (in seconds):6.077
8.07/6.19	o 5
8.50/6.48	c cleaning 11522 clauses out of 23049 with flag 21856/59572
9.23/6.75	c cleaning 8763 clauses out of 17525 with flag 51152/65570
10.05/7.14	c cleaning 7865 clauses out of 15762 with flag 85533/72570
11.02/7.54	c cleaning 7947 clauses out of 15901 with flag 129768/80574
12.20/7.99	c cleaning 8470 clauses out of 16950 with flag 174428/89570
13.22/8.47	c cleaning 9240 clauses out of 18480 with flag 224682/99570
14.24/8.99	c cleaning 10113 clauses out of 20241 with flag 274980/110571
15.65/9.64	c cleaning 11056 clauses out of 22127 with flag 331629/122570
17.05/10.33	c cleaning 12032 clauses out of 24076 with flag 393063/135575
18.47/11.07	c cleaning 13020 clauses out of 26039 with flag 462903/149570
20.26/11.90	c cleaning 13998 clauses out of 28020 with flag 536918/164571
22.29/12.92	c cleaning 15009 clauses out of 30021 with flag 624887/180570
24.69/14.13	c cleaning 15995 clauses out of 32012 with flag 696931/197570
26.89/15.29	c cleaning 17006 clauses out of 34017 with flag 789507/215570
29.71/16.62	c cleaning 17994 clauses out of 36012 with flag 886354/234571
32.51/18.07	c cleaning 19009 clauses out of 38017 with flag 983503/254570
35.73/19.61	c cleaning 19989 clauses out of 40008 with flag 1083470/275570
38.73/21.16	c cleaning 21000 clauses out of 42022 with flag 1190349/297573
41.94/22.74	c cleaning 22007 clauses out of 44022 with flag 1301979/320573
45.36/24.43	c cleaning 23003 clauses out of 46012 with flag 1427033/344570
48.77/26.16	c cleaning 23999 clauses out of 48011 with flag 1547071/369572
52.16/27.89	c cleaning 25007 clauses out of 50014 with flag 1666370/395574
52.96/28.25	c And the winner is solver0
53.12/28.71	c Got one! Elapsed wall clock time (in seconds):28.598
53.12/28.71	o 4
53.72/29.07	c cleaning 18497 clauses out of 37020 with flag 20162/407587
54.32/29.38	c cleaning 12254 clauses out of 24519 with flag 44031/413584
55.13/29.71	c cleaning 9635 clauses out of 19269 with flag 72719/420589
55.71/30.07	c cleaning 8808 clauses out of 17629 with flag 103814/428584
56.51/30.46	c cleaning 8887 clauses out of 17820 with flag 140443/437584
57.55/30.95	c cleaning 9463 clauses out of 18933 with flag 179678/447585
58.73/31.52	c cleaning 10229 clauses out of 20474 with flag 221213/458589
59.95/32.11	c cleaning 11119 clauses out of 22248 with flag 272182/470593
61.36/32.81	c cleaning 12054 clauses out of 24123 with flag 326912/483588
62.95/33.62	c cleaning 13020 clauses out of 26064 with flag 388811/497585
64.56/34.49	c cleaning 14004 clauses out of 28041 with flag 455607/512584
66.38/35.36	c cleaning 15016 clauses out of 30036 with flag 524224/528585
68.38/36.40	c cleaning 16002 clauses out of 32018 with flag 597538/545586
70.59/37.49	c cleaning 17003 clauses out of 34012 with flag 670720/563584
73.17/38.75	c cleaning 17997 clauses out of 36006 with flag 752529/582584
75.78/40.04	c cleaning 19000 clauses out of 38006 with flag 834315/602586
78.60/41.46	c cleaning 19990 clauses out of 39999 with flag 920524/623584
82.03/43.11	c cleaning 21002 clauses out of 42004 with flag 1012921/645585
85.46/44.82	c cleaning 21996 clauses out of 43997 with flag 1107816/668587
86.27/45.25	c And the winner is solver0
86.36/45.78	c >>>>>>>>>> Solver number 0 (8 answers) <<<<<<<<<<<<<<<<<<
86.36/45.78	c starts		: 2261
86.36/45.78	c conflicts		: 676538
86.36/45.78	c decisions		: 2613816
86.36/45.78	c propagations		: 54848697
86.36/45.78	c inspects		: 628343630
86.36/45.78	c shortcuts		: 0
86.36/45.78	c learnt literals	: 64
86.36/45.78	c learnt binary clauses	: 909
86.36/45.78	c learnt ternary clauses	: 10649
86.36/45.78	c learnt constraints	: 676473
86.36/45.78	c ignored constraints	: 0
86.36/45.78	c root simplifications	: 0
86.36/45.78	c removed literals (reason simplification)	: 3025340
86.36/45.78	c reason swapping (by a shorter reason)	: 0
86.36/45.78	c Calls to reduceDB	: 47
86.36/45.78	c Number of update (reduction) of LBD	: 400772
86.36/45.78	c Imported unit clauses	: 0
86.36/45.78	c number of reductions to clauses (during analyze)	: 0
86.36/45.78	c number of learned constraints concerned by reduction	: 0
86.36/45.78	c number of learning phase by resolution	: 0
86.36/45.78	c number of learning phase by cutting planes	: 0
86.36/45.78	c speed (assignments/second)	: 1202795.925527949
86.36/45.78	c non guided choices	256
86.36/45.78	c learnt constraints type 
86.36/45.78	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
86.36/45.78	c starts		: 23
86.36/45.78	c conflicts		: 2311
86.36/45.78	c decisions		: 20715
86.36/45.78	c propagations		: 137565
86.36/45.78	c inspects		: 29091100
86.36/45.78	c shortcuts		: 0
86.36/45.78	c learnt literals	: 0
86.36/45.78	c learnt binary clauses	: 0
86.36/45.78	c learnt ternary clauses	: 1
86.36/45.78	c learnt constraints	: 2306
86.36/45.78	c ignored constraints	: 0
86.36/45.78	c root simplifications	: 0
86.36/45.78	c removed literals (reason simplification)	: 0
86.36/45.78	c reason swapping (by a shorter reason)	: 0
86.36/45.78	c Calls to reduceDB	: 0
86.36/45.78	c Number of update (reduction) of LBD	: 0
86.36/45.78	c Imported unit clauses	: 0
86.36/45.78	c number of reductions to clauses (during analyze)	: 0
86.36/45.78	c number of learned constraints concerned by reduction	: 0
86.36/45.78	c number of learning phase by resolution	: 0
86.36/45.78	c number of learning phase by cutting planes	: 0
86.36/45.78	c speed (assignments/second)	: 8058.875219683656
86.36/45.78	c non guided choices	108
86.36/45.78	c learnt constraints type 
86.36/45.78	s OPTIMUM FOUND
86.36/45.78	c Found 7 solution(s)
86.36/45.78	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 
86.36/45.78	c objective function=4
86.36/45.78	c Total wall clock time (in seconds): 45.671

Verifier Data

OK	4

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-4092111-1466088635/watcher-4092111-1466088635 -o /tmp/evaluation-result-4092111-1466088635/solver-4092111-1466088635 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466075580-10198 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4092111-1466088635.wbo 

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

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


[startup+0 s]
/proc/loadavg: 4.06 3.99 3.36 2/197 24095
/proc/meminfo: memFree=30410940/32872528 swapFree=1286144/1433312
[pid=24095] ppid=24092 vsize=89740 CPUtime=0 cores=1,3,5,7
/proc/24095/stat : 24095 (java) S 24092 24095 8056 0 -1 4202496 1242 0 0 0 0 0 0 0 20 0 2 0 10910262 91893760 886 33554432000 1073741824 1073778376 140734572897248 140734572888384 214373007421 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24095/statm: 22434 892 676 9 0 16769 0
[pid=24095/tid=24096] ppid=24092 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24096/stat : 24096 (java) R 24092 24095 8056 0 -1 4202560 48 0 0 0 0 0 0 0 20 0 2 0 10910262 94019584 906 33554432000 1073741824 1073778376 140734572897248 140734572886312 214369966143 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100161 s]
/proc/loadavg: 4.06 3.99 3.36 2/197 24095
/proc/meminfo: memFree=30410940/32872528 swapFree=1286144/1433312
[pid=24095] ppid=24092 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/24095/stat : 24095 (java) S 24092 24095 8056 0 -1 4202496 4439 0 1 0 9 1 0 0 20 0 18 0 10910262 9787879424 6072 33554432000 1073741824 1073778376 140734572897248 140734572888384 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24095/statm: 2389619 6072 2141 9 0 2380296 0
[pid=24095/tid=24096] ppid=24092 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/24095/task/24096/stat : 24096 (java) R 24092 24095 8056 0 -1 4202560 2386 0 1 0 7 0 0 0 20 0 18 0 10910262 9787879424 6072 33554432000 1073741824 1073778376 140734572897248 140312533388192 214373033229 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200258 s]
/proc/loadavg: 4.06 3.99 3.36 2/197 24095
/proc/meminfo: memFree=30410940/32872528 swapFree=1286144/1433312
[pid=24095] ppid=24092 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/24095/stat : 24095 (java) S 24092 24095 8056 0 -1 4202496 5077 0 1 0 24 1 0 0 20 0 22 0 10910262 10060525568 8058 33554432000 1073741824 1073778376 140734572897248 140734572888384 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24095/statm: 2456183 8058 2226 9 0 2446860 0
[pid=24095/tid=24096] ppid=24092 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/24095/task/24096/stat : 24096 (java) S 24092 24095 8056 0 -1 4202560 2417 0 1 0 14 1 0 0 20 0 22 0 10910262 10060525568 8058 33554432000 1073741824 1073778376 140734572897248 140312533390200 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9824732

[startup+0.30026 s]
/proc/loadavg: 4.06 3.99 3.36 2/197 24095
/proc/meminfo: memFree=30410940/32872528 swapFree=1286144/1433312
[pid=24095] ppid=24092 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/24095/stat : 24095 (java) S 24092 24095 8056 0 -1 4202496 6848 0 1 0 46 3 0 0 20 0 19 0 10910262 10060525568 9050 33554432000 1073741824 1073778376 140734572897248 140734572888384 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24095/statm: 2456183 9050 2249 9 0 2446860 0
[pid=24095/tid=24096] ppid=24092 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/24095/task/24096/stat : 24096 (java) S 24092 24095 8056 0 -1 4202560 2417 0 1 0 14 1 0 0 20 0 19 0 10910262 10060525568 9050 33554432000 1073741824 1073778376 140734572897248 140312533390200 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9824732

[startup+0.700211 s]
/proc/loadavg: 4.06 3.99 3.36 2/197 24095
/proc/meminfo: memFree=30410940/32872528 swapFree=1286144/1433312
[pid=24095] ppid=24092 vsize=9824732 CPUtime=0.55 cores=1,3,5,7
/proc/24095/stat : 24095 (java) S 24092 24095 8056 0 -1 4202496 7329 0 1 0 50 5 0 0 20 0 19 0 10910262 10060525568 10204 33554432000 1073741824 1073778376 140734572897248 140734572888384 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24095/statm: 2456183 10204 2250 9 0 2446860 0
[pid=24095/tid=24096] ppid=24092 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/24095/task/24096/stat : 24096 (java) S 24092 24095 8056 0 -1 4202560 2419 0 1 0 14 1 0 0 20 0 19 0 10910262 10060525568 10204 33554432000 1073741824 1073778376 140734572897248 140312533390200 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9824732

[startup+1.50079 s]
/proc/loadavg: 4.06 3.99 3.36 2/216 24120
/proc/meminfo: memFree=30370192/32872528 swapFree=1286144/1433312
[pid=24095] ppid=24092 vsize=9824732 CPUtime=0.75 cores=1,3,5,7
/proc/24095/stat : 24095 (java) S 24092 24095 8056 0 -1 4202496 10169 0 1 0 68 7 0 0 20 0 19 0 10910262 10060525568 13215 33554432000 1073741824 1073778376 140734572897248 140734572888384 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24095/statm: 2456183 13215 2253 9 0 2446860 0
[pid=24095/tid=24096] ppid=24092 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/24095/task/24096/stat : 24096 (java) S 24092 24095 8056 0 -1 4202560 2420 0 1 0 14 1 0 0 20 0 19 0 10910262 10060525568 13215 33554432000 1073741824 1073778376 140734572897248 140312533390200 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24095/tid=24098] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24098/stat : 24098 (java) S 24092 24095 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10910263 10060525568 13215 33554432000 1073741824 1073778376 140734572897248 140312494880936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24095/tid=24099] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24099/stat : 24099 (java) S 24092 24095 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10910263 10060525568 13215 33554432000 1073741824 1073778376 140734572897248 140312493828392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24095/tid=24100] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24100/stat : 24100 (java) S 24092 24095 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10910263 10060525568 13215 33554432000 1073741824 1073778376 140734572897248 140312492775848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24095/tid=24101] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24101/stat : 24101 (java) S 24092 24095 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10910263 10060525568 13215 33554432000 1073741824 1073778376 140734572897248 140312491723304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24095/tid=24102] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24102/stat : 24102 (java) S 24092 24095 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10910263 10060525568 13215 33554432000 1073741824 1073778376 140734572897248 140312490670760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24095/tid=24103] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24103/stat : 24103 (java) S 24092 24095 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10910263 10060525568 13215 33554432000 1073741824 1073778376 140734572897248 140312489618216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24095/tid=24104] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24104/stat : 24104 (java) S 24092 24095 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10910263 10060525568 13215 33554432000 1073741824 1073778376 140734572897248 140312370473896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24095/tid=24105] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24105/stat : 24105 (java) S 24092 24095 8056 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10910263 10060525568 13215 33554432000 1073741824 1073778376 140734572897248 140312369421352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24095/tid=24106] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24106/stat : 24106 (java) S 24092 24095 8056 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10910264 10060525568 13215 33554432000 1073741824 1073778376 140734572897248 140312357222504 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24095/tid=24107] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24107/stat : 24107 (java) S 24092 24095 8056 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10910265 10060525568 13215 33554432000 1073741824 1073778376 140734572897248 140312356168824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24095/tid=24108] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24108/stat : 24108 (java) S 24092 24095 8056 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10910265 10060525568 13215 33554432000 1073741824 1073778376 140734572897248 140312355116168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24095/tid=24109] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24109/stat : 24109 (java) S 24092 24095 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10910267 10060525568 13215 33554432000 1073741824 1073778376 140734572897248 140311615498768 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24095/tid=24110] ppid=24092 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/24095/task/24110/stat : 24110 (java) S 24092 24095 8056 0 -1 4202560 2419 0 0 0 17 0 0 0 20 0 19 0 10910267 10060525568 13215 33554432000 1073741824 1073778376 140734572897248 140311614446136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24095/tid=24111] ppid=24092 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/24095/task/24111/stat : 24111 (java) S 24092 24095 8056 0 -1 4202560 3984 0 0 0 18 0 0 0 20 0 19 0 10910267 10060525568 13215 33554432000 1073741824 1073778376 140734572897248 140311613393592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24095/tid=24112] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24112/stat : 24112 (java) S 24092 24095 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10910267 10060525568 13215 33554432000 1073741824 1073778376 140734572897248 140311612341240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24095/tid=24113] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24113/stat : 24113 (java) S 24092 24095 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10910267 10060525568 13215 33554432000 1073741824 1073778376 140734572897248 140311611288904 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24095/tid=24117] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24117/stat : 24117 (java) S 24092 24095 8056 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10910280 10060525568 13215 33554432000 1073741824 1073778376 140734572897248 140311607076008 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 9824732

[startup+3.10078 s]
/proc/loadavg: 4.06 3.99 3.36 7/219 24129
/proc/meminfo: memFree=30285604/32872528 swapFree=1286144/1433312
[pid=24095] ppid=24092 vsize=9824732 CPUtime=2.49 cores=1,3,5,7
/proc/24095/stat : 24095 (java) S 24092 24095 8056 0 -1 4202496 23146 0 1 0 238 11 0 0 20 0 22 0 10910262 10060525568 28676 33554432000 1073741824 1073778376 140734572897248 140734572888384 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24095/statm: 2456183 28676 2267 9 0 2446860 0
[pid=24095/tid=24096] ppid=24092 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/24095/task/24096/stat : 24096 (java) S 24092 24095 8056 0 -1 4202560 2422 0 1 0 15 1 0 0 20 0 22 0 10910262 10060525568 28676 33554432000 1073741824 1073778376 140734572897248 140312533390200 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24095/tid=24098] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24098/stat : 24098 (java) S 24092 24095 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10910263 10060525568 28676 33554432000 1073741824 1073778376 140734572897248 140312494880936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24095/tid=24099] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24099/stat : 24099 (java) S 24092 24095 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10910263 10060525568 28676 33554432000 1073741824 1073778376 140734572897248 140312493828392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24095/tid=24100] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24100/stat : 24100 (java) S 24092 24095 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10910263 10060525568 28676 33554432000 1073741824 1073778376 140734572897248 140312492775848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24095/tid=24101] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24101/stat : 24101 (java) S 24092 24095 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10910263 10060525568 28676 33554432000 1073741824 1073778376 140734572897248 140312491723304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24095/tid=24102] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24102/stat : 24102 (java) S 24092 24095 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10910263 10060525568 28676 33554432000 1073741824 1073778376 140734572897248 140312490670760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24095/tid=24103] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24103/stat : 24103 (java) S 24092 24095 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10910263 10060525568 28676 33554432000 1073741824 1073778376 140734572897248 140312489618216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24095/tid=24104] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24104/stat : 24104 (java) S 24092 24095 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10910263 10060525568 28676 33554432000 1073741824 1073778376 140734572897248 140312370473896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24095/tid=24105] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24105/stat : 24105 (java) S 24092 24095 8056 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 10910263 10060525568 28676 33554432000 1073741824 1073778376 140734572897248 140312369421352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24095/tid=24106] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24106/stat : 24106 (java) S 24092 24095 8056 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 10910264 10060525568 28676 33554432000 1073741824 1073778376 140734572897248 140312357222504 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24095/tid=24107] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24107/stat : 24107 (java) S 24092 24095 8056 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 10910265 10060525568 28676 33554432000 1073741824 1073778376 140734572897248 140312356168824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24095/tid=24108] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24108/stat : 24108 (java) S 24092 24095 8056 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 10910265 10060525568 28676 33554432000 1073741824 1073778376 140734572897248 140312355116168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24095/tid=24109] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24109/stat : 24109 (java) S 24092 24095 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10910267 10060525568 28676 33554432000 1073741824 1073778376 140734572897248 140311615498768 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24095/tid=24110] ppid=24092 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/24095/task/24110/stat : 24110 (java) R 24092 24095 8056 0 -1 4202560 5661 0 0 0 61 1 0 0 20 0 22 0 10910267 10060525568 28676 33554432000 1073741824 1073778376 140734572897248 140311614433168 140312536256609 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24095/tid=24111] ppid=24092 vsize=9824732 CPUtime=0.64 cores=1,3,5,7
/proc/24095/task/24111/stat : 24111 (java) R 24092 24095 8056 0 -1 4202560 13670 0 0 0 61 3 0 0 20 0 22 0 10910267 10060525568 28676 33554432000 1073741824 1073778376 140734572897248 140311613370760 140312537237088 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24095/tid=24112] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24112/stat : 24112 (java) S 24092 24095 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10910267 10060525568 28676 33554432000 1073741824 1073778376 140734572897248 140311612341240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24095/tid=24113] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24113/stat : 24113 (java) S 24092 24095 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10910267 10060525568 28676 33554432000 1073741824 1073778376 140734572897248 140311611288904 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24095/tid=24117] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24117/stat : 24117 (java) S 24092 24095 8056 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 10910280 10060525568 28676 33554432000 1073741824 1073778376 140734572897248 140311607076008 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 9824732

[startup+6.30078 s]
/proc/loadavg: 3.98 3.97 3.36 4/219 24132
/proc/meminfo: memFree=30069276/32872528 swapFree=1286144/1433312
[pid=24095] ppid=24092 vsize=9824732 CPUtime=8.3 cores=1,3,5,7
/proc/24095/stat : 24095 (java) S 24092 24095 8056 0 -1 4202496 23687 0 1 0 813 17 0 0 20 0 22 0 10910262 10060525568 46919 33554432000 1073741824 1073778376 140734572897248 140734572888384 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24095/statm: 2456183 46919 2285 9 0 2446860 0
[pid=24095/tid=24096] ppid=24092 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/24095/task/24096/stat : 24096 (java) S 24092 24095 8056 0 -1 4202560 2422 0 1 0 15 1 0 0 20 0 22 0 10910262 10060525568 46919 33554432000 1073741824 1073778376 140734572897248 140312533390200 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24095/tid=24098] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24098/stat : 24098 (java) S 24092 24095 8056 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 10910263 10060525568 46919 33554432000 1073741824 1073778376 140734572897248 140312494880936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24095/tid=24099] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24099/stat : 24099 (java) S 24092 24095 8056 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 10910263 10060525568 46919 33554432000 1073741824 1073778376 140734572897248 140312493828392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24095/tid=24100] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24100/stat : 24100 (java) S 24092 24095 8056 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 10910263 10060525568 46919 33554432000 1073741824 1073778376 140734572897248 140312492775848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24095/tid=24101] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24101/stat : 24101 (java) S 24092 24095 8056 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 10910263 10060525568 46919 33554432000 1073741824 1073778376 140734572897248 140312491723304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24095/tid=24102] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24102/stat : 24102 (java) S 24092 24095 8056 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 10910263 10060525568 46919 33554432000 1073741824 1073778376 140734572897248 140312490670760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24095/tid=24103] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24103/stat : 24103 (java) S 24092 24095 8056 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 10910263 10060525568 46919 33554432000 1073741824 1073778376 140734572897248 140312489618216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24095/tid=24104] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24104/stat : 24104 (java) S 24092 24095 8056 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 10910263 10060525568 46919 33554432000 1073741824 1073778376 140734572897248 140312370473896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24095/tid=24105] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24105/stat : 24105 (java) S 24092 24095 8056 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 10910263 10060525568 46919 33554432000 1073741824 1073778376 140734572897248 140312369421352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24095/tid=24106] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24106/stat : 24106 (java) S 24092 24095 8056 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 10910264 10060525568 46919 33554432000 1073741824 1073778376 140734572897248 140312357222504 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24095/tid=24107] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24107/stat : 24107 (java) S 24092 24095 8056 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 10910265 10060525568 46919 33554432000 1073741824 1073778376 140734572897248 140312356168824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24095/tid=24108] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24108/stat : 24108 (java) S 24092 24095 8056 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 10910265 10060525568 46919 33554432000 1073741824 1073778376 140734572897248 140312355116168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24095/tid=24109] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24109/stat : 24109 (java) S 24092 24095 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10910267 10060525568 46919 33554432000 1073741824 1073778376 140734572897248 140311615498768 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24095/tid=24110] ppid=24092 vsize=9824732 CPUtime=0.8 cores=1,3,5,7
/proc/24095/task/24110/stat : 24110 (java) S 24092 24095 8056 0 -1 4202560 6093 0 0 0 78 2 0 0 20 0 22 0 10910267 10060525568 46919 33554432000 1073741824 1073778376 140734572897248 140311614446136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24095/tid=24111] ppid=24092 vsize=9824732 CPUtime=0.8 cores=1,3,5,7

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

[pid=24095/tid=24106] ppid=24092 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/24095/task/24106/stat : 24106 (java) S 24092 24095 8056 0 -1 4202560 266 0 0 0 0 1 0 0 20 0 22 0 10910264 10060525568 171069 33554432000 1073741824 1073778376 140734572897248 140312357222504 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24095/tid=24107] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24107/stat : 24107 (java) S 24092 24095 8056 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 10910265 10060525568 171069 33554432000 1073741824 1073778376 140734572897248 140312356168824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24095/tid=24108] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24108/stat : 24108 (java) S 24092 24095 8056 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 10910265 10060525568 171069 33554432000 1073741824 1073778376 140734572897248 140312355116168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24095/tid=24109] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24109/stat : 24109 (java) S 24092 24095 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10910267 10060525568 171069 33554432000 1073741824 1073778376 140734572897248 140311615498768 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24095/tid=24110] ppid=24092 vsize=9824732 CPUtime=1.52 cores=1,3,5,7
/proc/24095/task/24110/stat : 24110 (java) S 24092 24095 8056 0 -1 4202560 12600 0 0 0 149 3 0 0 20 0 22 0 10910267 10060525568 171069 33554432000 1073741824 1073778376 140734572897248 140311614446136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24095/tid=24111] ppid=24092 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/24095/task/24111/stat : 24111 (java) S 24092 24095 8056 0 -1 4202560 13680 0 0 0 85 3 0 0 20 0 22 0 10910267 10060525568 171069 33554432000 1073741824 1073778376 140734572897248 140311613393592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24095/tid=24112] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24112/stat : 24112 (java) S 24092 24095 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10910267 10060525568 171069 33554432000 1073741824 1073778376 140734572897248 140311612341240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24095/tid=24113] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24113/stat : 24113 (java) S 24092 24095 8056 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 10910267 10060525568 171069 33554432000 1073741824 1073778376 140734572897248 140311611288904 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24095/tid=24117] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24117/stat : 24117 (java) S 24092 24095 8056 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 10910280 10060525568 171069 33554432000 1073741824 1073778376 140734572897248 140311607076008 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24095/tid=24139] ppid=24092 vsize=9824732 CPUtime=15.97 cores=1,3,5,7
/proc/24095/task/24139/stat : 24139 (java) R 24092 24095 8056 0 -1 4202560 9 0 0 0 1597 0 0 0 20 0 22 0 10913133 10060525568 171069 33554432000 1073741824 1073778376 140734572897248 140311610233728 140312371612898 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24095/tid=24140] ppid=24092 vsize=9824732 CPUtime=15.93 cores=1,3,5,7
/proc/24095/task/24140/stat : 24140 (java) R 24092 24095 8056 0 -1 4202560 14 0 0 0 1593 0 0 0 20 0 22 0 10913133 10060525568 171069 33554432000 1073741824 1073778376 140734572897248 140311608127488 140312371185685 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24095/tid=24141] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24141/stat : 24141 (java) S 24092 24095 8056 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 10913133 10060525568 171069 33554432000 1073741824 1073778376 140734572897248 140311609180968 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 85.46
Current children cumulated vsize (KiB) 9824732

[startup+45.2081 s]
/proc/loadavg: 3.92 3.96 3.38 4/217 24141
/proc/meminfo: memFree=28057800/32872528 swapFree=1286144/1433312
[pid=24095] ppid=24092 vsize=9824732 CPUtime=86.27 cores=1,3,5,7
/proc/24095/stat : 24095 (java) S 24092 24095 8056 0 -1 4202496 31309 0 1 0 8588 39 0 0 20 0 22 0 10910262 10060525568 171069 33554432000 1073741824 1073778376 140734572897248 140734572888384 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24095/statm: 2456183 171069 2286 9 0 2446860 0
[pid=24095/tid=24096] ppid=24092 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/24095/task/24096/stat : 24096 (java) S 24092 24095 8056 0 -1 4202560 2422 0 1 0 15 2 0 0 20 0 22 0 10910262 10060525568 171069 33554432000 1073741824 1073778376 140734572897248 140312533390200 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24095/tid=24098] ppid=24092 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/24095/task/24098/stat : 24098 (java) S 24092 24095 8056 0 -1 4202560 41 0 0 0 10 1 0 0 20 0 22 0 10910263 10060525568 171069 33554432000 1073741824 1073778376 140734572897248 140312494880936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24095/tid=24099] ppid=24092 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/24095/task/24099/stat : 24099 (java) S 24092 24095 8056 0 -1 4202560 38 0 0 0 10 2 0 0 20 0 22 0 10910263 10060525568 171069 33554432000 1073741824 1073778376 140734572897248 140312493828392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24095/tid=24100] ppid=24092 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/24095/task/24100/stat : 24100 (java) S 24092 24095 8056 0 -1 4202560 46 0 0 0 11 0 0 0 20 0 22 0 10910263 10060525568 171069 33554432000 1073741824 1073778376 140734572897248 140312492775848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24095/tid=24101] ppid=24092 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/24095/task/24101/stat : 24101 (java) S 24092 24095 8056 0 -1 4202560 30 0 0 0 7 1 0 0 20 0 22 0 10910263 10060525568 171069 33554432000 1073741824 1073778376 140734572897248 140312491723304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24095/tid=24102] ppid=24092 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/24095/task/24102/stat : 24102 (java) S 24092 24095 8056 0 -1 4202560 66 0 0 0 10 1 0 0 20 0 22 0 10910263 10060525568 171069 33554432000 1073741824 1073778376 140734572897248 140312490670760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24095/tid=24103] ppid=24092 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/24095/task/24103/stat : 24103 (java) S 24092 24095 8056 0 -1 4202560 55 0 0 0 11 2 0 0 20 0 22 0 10910263 10060525568 171069 33554432000 1073741824 1073778376 140734572897248 140312489618216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24095/tid=24104] ppid=24092 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/24095/task/24104/stat : 24104 (java) S 24092 24095 8056 0 -1 4202560 55 0 0 0 9 1 0 0 20 0 22 0 10910263 10060525568 171069 33554432000 1073741824 1073778376 140734572897248 140312370473896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24095/tid=24105] ppid=24092 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/24095/task/24105/stat : 24105 (java) S 24092 24095 8056 0 -1 4202560 52 0 0 0 9 2 0 0 20 0 22 0 10910263 10060525568 171069 33554432000 1073741824 1073778376 140734572897248 140312369421352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24095/tid=24106] ppid=24092 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/24095/task/24106/stat : 24106 (java) S 24092 24095 8056 0 -1 4202560 266 0 0 0 0 1 0 0 20 0 22 0 10910264 10060525568 171069 33554432000 1073741824 1073778376 140734572897248 140312357222504 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24095/tid=24107] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24107/stat : 24107 (java) S 24092 24095 8056 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 10910265 10060525568 171069 33554432000 1073741824 1073778376 140734572897248 140312356168824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24095/tid=24108] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24108/stat : 24108 (java) S 24092 24095 8056 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 10910265 10060525568 171069 33554432000 1073741824 1073778376 140734572897248 140312355116168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24095/tid=24109] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24109/stat : 24109 (java) S 24092 24095 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10910267 10060525568 171069 33554432000 1073741824 1073778376 140734572897248 140311615498768 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24095/tid=24110] ppid=24092 vsize=9824732 CPUtime=1.52 cores=1,3,5,7
/proc/24095/task/24110/stat : 24110 (java) S 24092 24095 8056 0 -1 4202560 12600 0 0 0 149 3 0 0 20 0 22 0 10910267 10060525568 171069 33554432000 1073741824 1073778376 140734572897248 140311614446136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24095/tid=24111] ppid=24092 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/24095/task/24111/stat : 24111 (java) S 24092 24095 8056 0 -1 4202560 13680 0 0 0 85 3 0 0 20 0 22 0 10910267 10060525568 171069 33554432000 1073741824 1073778376 140734572897248 140311613393592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24095/tid=24112] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24112/stat : 24112 (java) S 24092 24095 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10910267 10060525568 171069 33554432000 1073741824 1073778376 140734572897248 140311612341240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24095/tid=24113] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24113/stat : 24113 (java) S 24092 24095 8056 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 10910267 10060525568 171069 33554432000 1073741824 1073778376 140734572897248 140311611288904 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24095/tid=24117] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24117/stat : 24117 (java) S 24092 24095 8056 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 10910280 10060525568 171069 33554432000 1073741824 1073778376 140734572897248 140311607076008 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24095/tid=24139] ppid=24092 vsize=9824732 CPUtime=16.38 cores=1,3,5,7
/proc/24095/task/24139/stat : 24139 (java) R 24092 24095 8056 0 -1 4202560 9 0 0 0 1638 0 0 0 20 0 22 0 10913133 10060525568 171069 33554432000 1073741824 1073778376 140734572897248 140311610225056 140312370952192 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24095/tid=24140] ppid=24092 vsize=9824732 CPUtime=16.34 cores=1,3,5,7
/proc/24095/task/24140/stat : 24140 (java) R 24092 24095 8056 0 -1 4202560 14 0 0 0 1634 0 0 0 20 0 22 0 10913133 10060525568 171069 33554432000 1073741824 1073778376 140734572897248 140311608127488 140312371094143 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24095/tid=24141] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24141/stat : 24141 (java) S 24092 24095 8056 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 10913133 10060525568 171069 33554432000 1073741824 1073778376 140734572897248 140311609180968 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 86.27
Current children cumulated vsize (KiB) 9824732

[startup+45.6007 s]
/proc/loadavg: 3.92 3.96 3.38 4/217 24141
/proc/meminfo: memFree=28057800/32872528 swapFree=1286144/1433312
[pid=24095] ppid=24092 vsize=9824732 CPUtime=86.36 cores=1,3,5,7
/proc/24095/stat : 24095 (java) S 24092 24095 8056 0 -1 4202496 31312 0 1 0 8596 40 0 0 20 0 19 0 10910262 10060525568 171059 33554432000 1073741824 1073778376 140734572897248 140734572888384 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24095/statm: 2456183 171059 2286 9 0 2446860 0
[pid=24095/tid=24096] ppid=24092 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/24095/task/24096/stat : 24096 (java) S 24092 24095 8056 0 -1 4202560 2422 0 1 0 15 2 0 0 20 0 19 0 10910262 10060525568 171059 33554432000 1073741824 1073778376 140734572897248 140312533390200 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24095/tid=24098] ppid=24092 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/24095/task/24098/stat : 24098 (java) S 24092 24095 8056 0 -1 4202560 41 0 0 0 10 1 0 0 20 0 19 0 10910263 10060525568 171059 33554432000 1073741824 1073778376 140734572897248 140312494880936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24095/tid=24099] ppid=24092 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/24095/task/24099/stat : 24099 (java) S 24092 24095 8056 0 -1 4202560 38 0 0 0 10 2 0 0 20 0 19 0 10910263 10060525568 171059 33554432000 1073741824 1073778376 140734572897248 140312493828392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24095/tid=24100] ppid=24092 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/24095/task/24100/stat : 24100 (java) S 24092 24095 8056 0 -1 4202560 46 0 0 0 11 0 0 0 20 0 19 0 10910263 10060525568 171059 33554432000 1073741824 1073778376 140734572897248 140312492775848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24095/tid=24101] ppid=24092 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/24095/task/24101/stat : 24101 (java) S 24092 24095 8056 0 -1 4202560 30 0 0 0 7 1 0 0 20 0 19 0 10910263 10060525568 171059 33554432000 1073741824 1073778376 140734572897248 140312491723304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24095/tid=24102] ppid=24092 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/24095/task/24102/stat : 24102 (java) S 24092 24095 8056 0 -1 4202560 66 0 0 0 10 1 0 0 20 0 19 0 10910263 10060525568 171059 33554432000 1073741824 1073778376 140734572897248 140312490670760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24095/tid=24103] ppid=24092 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/24095/task/24103/stat : 24103 (java) S 24092 24095 8056 0 -1 4202560 55 0 0 0 11 2 0 0 20 0 19 0 10910263 10060525568 171059 33554432000 1073741824 1073778376 140734572897248 140312489618216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24095/tid=24104] ppid=24092 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/24095/task/24104/stat : 24104 (java) S 24092 24095 8056 0 -1 4202560 55 0 0 0 9 1 0 0 20 0 19 0 10910263 10060525568 171059 33554432000 1073741824 1073778376 140734572897248 140312370473896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24095/tid=24105] ppid=24092 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/24095/task/24105/stat : 24105 (java) S 24092 24095 8056 0 -1 4202560 52 0 0 0 9 2 0 0 20 0 19 0 10910263 10060525568 171059 33554432000 1073741824 1073778376 140734572897248 140312369421352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24095/tid=24106] ppid=24092 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/24095/task/24106/stat : 24106 (java) S 24092 24095 8056 0 -1 4202560 266 0 0 0 0 1 0 0 20 0 19 0 10910264 10060525568 171059 33554432000 1073741824 1073778376 140734572897248 140312357222504 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24095/tid=24107] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24107/stat : 24107 (java) S 24092 24095 8056 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10910265 10060525568 171059 33554432000 1073741824 1073778376 140734572897248 140312356168824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24095/tid=24108] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24108/stat : 24108 (java) S 24092 24095 8056 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10910265 10060525568 171059 33554432000 1073741824 1073778376 140734572897248 140312355116168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24095/tid=24109] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24109/stat : 24109 (java) S 24092 24095 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10910267 10060525568 171059 33554432000 1073741824 1073778376 140734572897248 140311615498768 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24095/tid=24110] ppid=24092 vsize=9824732 CPUtime=1.52 cores=1,3,5,7
/proc/24095/task/24110/stat : 24110 (java) S 24092 24095 8056 0 -1 4202560 12600 0 0 0 149 3 0 0 20 0 19 0 10910267 10060525568 171059 33554432000 1073741824 1073778376 140734572897248 140311614446136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24095/tid=24111] ppid=24092 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/24095/task/24111/stat : 24111 (java) S 24092 24095 8056 0 -1 4202560 13680 0 0 0 85 3 0 0 20 0 19 0 10910267 10060525568 171059 33554432000 1073741824 1073778376 140734572897248 140311613393592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24095/tid=24112] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24112/stat : 24112 (java) S 24092 24095 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10910267 10060525568 171059 33554432000 1073741824 1073778376 140734572897248 140311612341240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24095/tid=24113] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24113/stat : 24113 (java) S 24092 24095 8056 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10910267 10060525568 171059 33554432000 1073741824 1073778376 140734572897248 140311611288904 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24095/tid=24117] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24117/stat : 24117 (java) S 24092 24095 8056 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10910280 10060525568 171059 33554432000 1073741824 1073778376 140734572897248 140311607076008 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 86.36
Current children cumulated vsize (KiB) 9824732

[startup+45.7008 s]
/proc/loadavg: 3.92 3.96 3.38 4/217 24141
/proc/meminfo: memFree=28057800/32872528 swapFree=1286144/1433312
[pid=24095] ppid=24092 vsize=9824732 CPUtime=86.36 cores=1,3,5,7
/proc/24095/stat : 24095 (java) S 24092 24095 8056 0 -1 4202496 31312 0 1 0 8596 40 0 0 20 0 19 0 10910262 10060525568 171059 33554432000 1073741824 1073778376 140734572897248 140734572888384 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24095/statm: 2456183 171059 2286 9 0 2446860 0
[pid=24095/tid=24096] ppid=24092 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/24095/task/24096/stat : 24096 (java) S 24092 24095 8056 0 -1 4202560 2422 0 1 0 15 2 0 0 20 0 19 0 10910262 10060525568 171059 33554432000 1073741824 1073778376 140734572897248 140312533390200 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24095/tid=24098] ppid=24092 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/24095/task/24098/stat : 24098 (java) S 24092 24095 8056 0 -1 4202560 41 0 0 0 10 1 0 0 20 0 19 0 10910263 10060525568 171059 33554432000 1073741824 1073778376 140734572897248 140312494880936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24095/tid=24099] ppid=24092 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/24095/task/24099/stat : 24099 (java) S 24092 24095 8056 0 -1 4202560 38 0 0 0 10 2 0 0 20 0 19 0 10910263 10060525568 171059 33554432000 1073741824 1073778376 140734572897248 140312493828392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24095/tid=24100] ppid=24092 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/24095/task/24100/stat : 24100 (java) S 24092 24095 8056 0 -1 4202560 46 0 0 0 11 0 0 0 20 0 19 0 10910263 10060525568 171059 33554432000 1073741824 1073778376 140734572897248 140312492775848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24095/tid=24101] ppid=24092 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/24095/task/24101/stat : 24101 (java) S 24092 24095 8056 0 -1 4202560 30 0 0 0 7 1 0 0 20 0 19 0 10910263 10060525568 171059 33554432000 1073741824 1073778376 140734572897248 140312491723304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24095/tid=24102] ppid=24092 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/24095/task/24102/stat : 24102 (java) S 24092 24095 8056 0 -1 4202560 66 0 0 0 10 1 0 0 20 0 19 0 10910263 10060525568 171059 33554432000 1073741824 1073778376 140734572897248 140312490670760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24095/tid=24103] ppid=24092 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/24095/task/24103/stat : 24103 (java) S 24092 24095 8056 0 -1 4202560 55 0 0 0 11 2 0 0 20 0 19 0 10910263 10060525568 171059 33554432000 1073741824 1073778376 140734572897248 140312489618216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24095/tid=24104] ppid=24092 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/24095/task/24104/stat : 24104 (java) S 24092 24095 8056 0 -1 4202560 55 0 0 0 9 1 0 0 20 0 19 0 10910263 10060525568 171059 33554432000 1073741824 1073778376 140734572897248 140312370473896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24095/tid=24105] ppid=24092 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/24095/task/24105/stat : 24105 (java) S 24092 24095 8056 0 -1 4202560 52 0 0 0 9 2 0 0 20 0 19 0 10910263 10060525568 171059 33554432000 1073741824 1073778376 140734572897248 140312369421352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24095/tid=24106] ppid=24092 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/24095/task/24106/stat : 24106 (java) S 24092 24095 8056 0 -1 4202560 266 0 0 0 0 1 0 0 20 0 19 0 10910264 10060525568 171059 33554432000 1073741824 1073778376 140734572897248 140312357222504 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24095/tid=24107] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24107/stat : 24107 (java) S 24092 24095 8056 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10910265 10060525568 171059 33554432000 1073741824 1073778376 140734572897248 140312356168824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24095/tid=24108] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24108/stat : 24108 (java) S 24092 24095 8056 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10910265 10060525568 171059 33554432000 1073741824 1073778376 140734572897248 140312355116168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24095/tid=24109] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24109/stat : 24109 (java) S 24092 24095 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10910267 10060525568 171059 33554432000 1073741824 1073778376 140734572897248 140311615498768 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24095/tid=24110] ppid=24092 vsize=9824732 CPUtime=1.52 cores=1,3,5,7
/proc/24095/task/24110/stat : 24110 (java) S 24092 24095 8056 0 -1 4202560 12600 0 0 0 149 3 0 0 20 0 19 0 10910267 10060525568 171059 33554432000 1073741824 1073778376 140734572897248 140311614446136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24095/tid=24111] ppid=24092 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/24095/task/24111/stat : 24111 (java) S 24092 24095 8056 0 -1 4202560 13680 0 0 0 85 3 0 0 20 0 19 0 10910267 10060525568 171059 33554432000 1073741824 1073778376 140734572897248 140311613393592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24095/tid=24112] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24112/stat : 24112 (java) S 24092 24095 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10910267 10060525568 171059 33554432000 1073741824 1073778376 140734572897248 140311612341240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24095/tid=24113] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24113/stat : 24113 (java) S 24092 24095 8056 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10910267 10060525568 171059 33554432000 1073741824 1073778376 140734572897248 140311611288904 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24095/tid=24117] ppid=24092 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24095/task/24117/stat : 24117 (java) S 24092 24095 8056 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10910280 10060525568 171059 33554432000 1073741824 1073778376 140734572897248 140311607076008 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 86.36
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 45.7902
CPU time (s): 86.5598
CPU user time (s): 86.0189
CPU system time (s): 0.540917
CPU usage (%): 189.036
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 86.0189
system time used= 0.540917
maximum resident set size= 731104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31319
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2490
involuntary context switches= 2628

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.182972 second user time and 0.221966 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-16 16:50:35
IDJOB=4092111
IDBENCH=79443
IDSOLVER=2552
FILE ID=node130/4092111-1466088635
RUNJOBID= node130-1466075580-10198
PBS_JOBID= 19904009
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/coloring/normalized-geom30a-4_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4092111-1466088635/watcher-4092111-1466088635 -o /tmp/evaluation-result-4092111-1466088635/solver-4092111-1466088635 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466075580-10198 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4092111-1466088635.wbo

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

MD5SUM BENCH= de59a4d263badb761d8b1cfdb0f0d5d5
RANDOM SEED=2054076919

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30411476 kB
Buffers:           34012 kB
Cached:            63908 kB
SwapCached:          940 kB
Active:           260156 kB
Inactive:          65464 kB
Active(anon):     229736 kB
Inactive(anon):      584 kB
Active(file):      30420 kB
Inactive(file):    64880 kB
Unevictable:     1433312 kB
Mlocked:         1286144 kB
SwapTotal:      67108856 kB
SwapFree:       67099640 kB
Dirty:              1740 kB
Writeback:             0 kB
AnonPages:       1595368 kB
Mapped:            15428 kB
Shmem:                 0 kB
Slab:             567632 kB
SReclaimable:      10844 kB
SUnreclaim:       556788 kB
KernelStack:        1808 kB
PageTables:         7560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2255972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    276480 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 node130 at 2016-06-16 16:51:21