Trace number 4090729

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16OPTIMUM 1355.22 1353.69

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/coloring/
normalized-geom40-3_wcsp.wbo
MD5SUM68a0eeb33c9e68aad96fcdb3b1335b2c
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark0.078987
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 constraints274
Number of soft constraints234
Number of constraints which are clauses234
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Top cost 79
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 234
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
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.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4090729-1466073820.wbo
0.09/0.11	c reading problem ... 
0.09/0.15	c ... done. Wall clock time 0.04s.
0.09/0.15	c declared #vars     120
0.09/0.15	c internal #vars     354
0.09/0.15	c #constraints  314
0.09/0.15	c constraints type 
0.09/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 274
0.09/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 40
0.09/0.15	c 314 constraints processed.
0.09/0.15	c objective function length is 234 literals
0.09/0.18	c SATISFIABLE
0.09/0.18	c OPTIMIZING...
0.09/0.18	c Got one! Elapsed wall clock time (in seconds):0.063
0.09/0.18	o 16
0.09/0.19	c Got one! Elapsed wall clock time (in seconds):0.083
0.09/0.19	o 15
0.26/0.20	c Got one! Elapsed wall clock time (in seconds):0.092
0.26/0.20	o 12
0.26/0.21	c Got one! Elapsed wall clock time (in seconds):0.1
0.26/0.21	o 11
0.26/0.22	c Got one! Elapsed wall clock time (in seconds):0.106
0.26/0.22	o 10
0.26/0.24	c Got one! Elapsed wall clock time (in seconds):0.132
0.26/0.24	o 9
0.55/0.33	c Got one! Elapsed wall clock time (in seconds):0.216
0.55/0.33	o 8
0.88/0.51	c cleaning 2587 clauses out of 5182 with flag 16121/5182
1.13/0.75	c cleaning 4291 clauses out of 8595 with flag 41200/11182
1.45/1.04	c cleaning 5651 clauses out of 11304 with flag 69354/18182
1.76/1.37	c Got one! Elapsed wall clock time (in seconds):1.253
1.76/1.37	o 7
2.06/1.64	c cleaning 9121 clauses out of 18260 with flag 16502/30789
2.38/1.90	c cleaning 7563 clauses out of 15139 with flag 42055/36789
2.69/2.20	c cleaning 7278 clauses out of 14576 with flag 69842/43789
2.98/2.53	c cleaning 7643 clauses out of 15300 with flag 102524/51791
3.38/2.93	c cleaning 8326 clauses out of 16657 with flag 139163/60791
3.89/3.41	c cleaning 9164 clauses out of 18329 with flag 175323/70789
4.38/3.94	c cleaning 10078 clauses out of 20165 with flag 215053/81789
4.99/4.51	c cleaning 11032 clauses out of 22087 with flag 259596/93789
5.58/5.14	c cleaning 12024 clauses out of 24055 with flag 305841/106789
6.38/5.95	c cleaning 13010 clauses out of 26032 with flag 356402/120790
7.19/6.78	c cleaning 13993 clauses out of 28021 with flag 414269/135789
8.19/7.73	c cleaning 15006 clauses out of 30029 with flag 476565/151790
9.29/8.85	c cleaning 15999 clauses out of 32022 with flag 540230/168789
10.39/9.98	c cleaning 16999 clauses out of 34023 with flag 607570/186789
11.68/11.20	c cleaning 17998 clauses out of 36024 with flag 675200/205789
12.88/12.43	c cleaning 19013 clauses out of 38028 with flag 748589/225791
14.18/13.78	c cleaning 19999 clauses out of 40014 with flag 826483/246790
15.88/15.42	c cleaning 21005 clauses out of 42014 with flag 914331/268789
17.28/16.83	c cleaning 21991 clauses out of 44011 with flag 1006353/291791
18.79/18.30	c cleaning 23001 clauses out of 46020 with flag 1101450/315791
20.58/20.16	c cleaning 24002 clauses out of 48017 with flag 1201821/340789
22.49/22.05	c cleaning 25005 clauses out of 50019 with flag 1304013/366793
24.58/24.18	c cleaning 25995 clauses out of 52010 with flag 1412514/393789
26.78/26.31	c cleaning 26989 clauses out of 54015 with flag 1526206/421789
28.88/28.46	c cleaning 28009 clauses out of 56026 with flag 1638903/450789
31.18/30.77	c cleaning 28996 clauses out of 58017 with flag 1754519/480789
33.59/33.16	c cleaning 29997 clauses out of 60021 with flag 1874516/511789
35.98/35.54	c cleaning 31006 clauses out of 62024 with flag 2002181/543789
38.48/38.06	c cleaning 32003 clauses out of 64018 with flag 2132952/576789
41.39/40.96	c cleaning 33005 clauses out of 66015 with flag 2266103/610789
44.83/44.23	c cleaning 34003 clauses out of 68010 with flag 2395414/645789
48.41/47.59	c cleaning 34993 clauses out of 70007 with flag 2541076/681789
51.72/50.85	c cleaning 35996 clauses out of 72015 with flag 2688404/718790
55.12/54.26	c cleaning 36996 clauses out of 74018 with flag 2842724/756789
58.62/57.78	c cleaning 38006 clauses out of 76023 with flag 3001635/795790
62.62/61.79	c cleaning 38995 clauses out of 78016 with flag 3168977/835789
66.72/65.82	c cleaning 40001 clauses out of 80021 with flag 3340272/876789
71.01/70.16	c cleaning 40988 clauses out of 82020 with flag 3523030/918789
75.61/74.76	c cleaning 42005 clauses out of 84033 with flag 3712242/961790
80.62/79.73	c cleaning 43004 clauses out of 86027 with flag 3903712/1005789
85.37/84.43	c cleaning 44008 clauses out of 88025 with flag 4101695/1050791
90.27/89.39	c cleaning 45004 clauses out of 90015 with flag 4311133/1096789
95.17/94.20	c cleaning 46002 clauses out of 92011 with flag 4525242/1143789
100.37/99.48	c cleaning 46995 clauses out of 94010 with flag 4750077/1191790
105.87/104.98	c cleaning 48000 clauses out of 96016 with flag 4979944/1240791
111.68/110.77	c cleaning 49002 clauses out of 98014 with flag 5215837/1290789
118.08/117.11	c cleaning 50000 clauses out of 100012 with flag 5463396/1341789
124.88/123.91	c cleaning 51006 clauses out of 102013 with flag 5715630/1393790
131.88/130.91	c cleaning 51993 clauses out of 104006 with flag 5970802/1446789
139.59/138.63	c cleaning 52997 clauses out of 106013 with flag 6193416/1500790
148.58/147.69	c cleaning 54008 clauses out of 108016 with flag 6388841/1555790
156.50/155.60	c cleaning 54999 clauses out of 110007 with flag 6578911/1611789
165.70/164.75	c cleaning 55997 clauses out of 112009 with flag 6780242/1668790
175.40/174.44	c cleaning 57003 clauses out of 114011 with flag 6991598/1726789
184.00/183.08	c cleaning 57991 clauses out of 116008 with flag 7195249/1785789
193.41/192.49	c cleaning 59001 clauses out of 118019 with flag 7421272/1845791
203.61/202.64	c cleaning 59999 clauses out of 120017 with flag 7636508/1906790
214.11/213.20	c cleaning 60997 clauses out of 122017 with flag 7851786/1968789
227.41/226.45	c cleaning 62007 clauses out of 124022 with flag 8063633/2031791
237.78/236.79	c cleaning 63004 clauses out of 126013 with flag 8286377/2095789
247.69/246.60	c cleaning 63997 clauses out of 128009 with flag 8526583/2160789
257.99/256.94	c cleaning 65003 clauses out of 130012 with flag 8765982/2226789
268.69/267.62	c cleaning 65993 clauses out of 132010 with flag 9011825/2293790
280.60/279.57	c cleaning 67004 clauses out of 134017 with flag 9259300/2361790
292.30/291.27	c cleaning 68003 clauses out of 136013 with flag 9500634/2430790
304.41/303.39	c cleaning 69001 clauses out of 138010 with flag 9746358/2500790
317.32/316.26	c cleaning 70000 clauses out of 140008 with flag 10001227/2571789
330.13/329.01	c cleaning 70994 clauses out of 142008 with flag 10250968/2643789
342.82/341.77	c cleaning 72002 clauses out of 144016 with flag 10496261/2716791
355.34/354.23	c cleaning 73006 clauses out of 146013 with flag 10752147/2790790
369.24/368.14	c cleaning 73998 clauses out of 148006 with flag 11017182/2865789
382.85/381.72	c cleaning 75000 clauses out of 150009 with flag 11275084/2941790
396.24/395.13	c cleaning 75997 clauses out of 152008 with flag 11546504/3018789
410.85/409.75	c cleaning 77004 clauses out of 154011 with flag 11815512/3096789
425.05/423.92	c cleaning 78000 clauses out of 156007 with flag 12102906/3175789
440.50/439.38	c cleaning 79000 clauses out of 158007 with flag 12387237/3255789
455.52/454.33	c cleaning 80004 clauses out of 160007 with flag 12678972/3336789
469.51/468.39	c cleaning 80998 clauses out of 162003 with flag 12978855/3418789
485.91/484.73	c cleaning 81996 clauses out of 164006 with flag 13269297/3501790
502.84/501.65	c cleaning 82997 clauses out of 166010 with flag 13560150/3585790
519.44/518.28	c cleaning 83992 clauses out of 168012 with flag 13862596/3670789
537.13/535.94	c cleaning 85003 clauses out of 170021 with flag 14179844/3756790
558.64/557.45	c cleaning 86008 clauses out of 172018 with flag 14509933/3843790
576.94/575.73	c cleaning 86992 clauses out of 174010 with flag 14820102/3931791
596.14/594.96	c cleaning 87995 clauses out of 176018 with flag 15121889/4020791
616.94/615.75	c cleaning 89001 clauses out of 178022 with flag 15429100/4110790
638.45/637.21	c cleaning 90003 clauses out of 180020 with flag 15748764/4201789
660.04/658.80	c cleaning 91003 clauses out of 182017 with flag 16074508/4293789
679.44/678.13	c cleaning 92006 clauses out of 184016 with flag 16392310/4386791
698.44/697.12	c cleaning 93002 clauses out of 186011 with flag 16726490/4480792
718.94/717.67	c cleaning 94001 clauses out of 188006 with flag 17057718/4575789
739.45/738.11	c cleaning 94991 clauses out of 190005 with flag 17409380/4671789
759.75/758.43	c cleaning 95991 clauses out of 192018 with flag 17740798/4768793
779.34/778.09	c cleaning 97007 clauses out of 194023 with flag 18076748/4866789
800.85/799.57	c cleaning 98008 clauses out of 196019 with flag 18418745/4965792
823.46/822.12	c cleaning 98998 clauses out of 198008 with flag 18764512/5065789
844.56/843.27	c cleaning 100001 clauses out of 200012 with flag 19121496/5166791
867.97/866.69	c cleaning 100995 clauses out of 202009 with flag 19485952/5268789
891.55/890.15	c cleaning 101995 clauses out of 204014 with flag 19865610/5371789
915.05/913.70	c cleaning 103006 clauses out of 206020 with flag 20242856/5475790
939.65/938.30	c cleaning 103996 clauses out of 208014 with flag 20646387/5580790
964.47/963.03	c cleaning 105009 clauses out of 210019 with flag 21040192/5686791
991.37/989.95	c cleaning 106004 clauses out of 212009 with flag 21445983/5793790
1016.68/1015.27	c cleaning 106999 clauses out of 214004 with flag 21867118/5901789
1043.09/1041.67	c cleaning 107997 clauses out of 216005 with flag 22276340/6010789
1071.90/1070.43	c cleaning 109005 clauses out of 218011 with flag 22698020/6120792
1098.70/1097.26	c cleaning 109999 clauses out of 220004 with flag 23112861/6231790
1125.81/1124.33	c cleaning 110996 clauses out of 222004 with flag 23558034/6343789
1153.42/1151.88	c cleaning 111996 clauses out of 224007 with flag 23993847/6456789
1180.13/1178.56	c cleaning 112995 clauses out of 226010 with flag 24458888/6570789
1207.93/1206.37	c cleaning 114006 clauses out of 228014 with flag 24953418/6685789
1235.43/1233.81	c cleaning 114993 clauses out of 230011 with flag 25441969/6801792
1262.13/1260.51	c cleaning 116006 clauses out of 232015 with flag 25928061/6918789
1289.32/1287.76	c cleaning 117002 clauses out of 234012 with flag 26444177/7036792
1318.33/1316.71	c cleaning 117993 clauses out of 236004 with flag 26982910/7155789
1347.22/1345.67	c cleaning 119006 clauses out of 238011 with flag 27543395/7275791
1355.22/1353.68	c starts		: 16210
1355.22/1353.68	c conflicts		: 7322533
1355.22/1353.68	c decisions		: 19866263
1355.22/1353.68	c propagations		: 250649356
1355.22/1353.68	c inspects		: 29642590878
1355.22/1353.68	c shortcuts		: 0
1355.22/1353.68	c learnt literals	: 21
1355.22/1353.68	c learnt binary clauses	: 76
1355.22/1353.68	c learnt ternary clauses	: 482
1355.22/1353.68	c learnt constraints	: 7322511
1355.22/1353.68	c ignored constraints	: 0
1355.22/1353.68	c root simplifications	: 0
1355.22/1353.68	c removed literals (reason simplification)	: 0
1355.22/1353.68	c reason swapping (by a shorter reason)	: 0
1355.22/1353.68	c Calls to reduceDB	: 119
1355.22/1353.68	c Number of update (reduction) of LBD	: 2716559
1355.22/1353.68	c Imported unit clauses	: 0
1355.22/1353.68	c number of reductions to clauses (during analyze)	: 0
1355.22/1353.68	c number of learned constraints concerned by reduction	: 0
1355.22/1353.68	c number of learning phase by resolution	: 0
1355.22/1353.68	c number of learning phase by cutting planes	: 0
1355.22/1353.68	c speed (assignments/second)	: 185182.3835062027
1355.22/1353.68	c non guided choices	156
1355.22/1353.68	c learnt constraints type 
1355.22/1353.68	s OPTIMUM FOUND
1355.22/1353.68	c Found 8 solution(s)
1355.22/1353.68	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 
1355.22/1353.68	c objective function=7
1355.22/1353.68	c Total wall clock time (in seconds): 1353.572

Verifier Data

OK	7

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-4090729-1466073820/watcher-4090729-1466073820 -o /tmp/evaluation-result-4090729-1466073820/solver-4090729-1466073820 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1466062130-6850 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090729-1466073820.wbo 

pid=9861
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: 2.20 2.21 2.18 3/192 9864
/proc/meminfo: memFree=30418148/32872528 swapFree=1315980/1463148
[pid=9864] ppid=9861 vsize=3568 CPUtime=0 cores=1,3,5,7
/proc/9864/stat : 9864 (java) R 9861 9864 6833 0 -1 4202496 378 0 0 0 0 0 0 0 20 0 1 0 9428956 3653632 49 33554432000 1073741824 1073778376 140736538504816 140736538501944 227503336743 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9864/statm: 1406 52 41 9 0 30 0

[startup+0.100092 s]
/proc/loadavg: 2.20 2.21 2.18 3/192 9864
/proc/meminfo: memFree=30418148/32872528 swapFree=1315980/1463148
[pid=9864] ppid=9861 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/9864/stat : 9864 (java) S 9861 9864 6833 0 -1 4202496 4397 0 1 0 8 1 0 0 20 0 18 0 9428956 9787879424 6029 33554432000 1073741824 1073778376 140736538504816 140736538495952 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9864/statm: 2389619 6029 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200217 s]
/proc/loadavg: 2.20 2.21 2.18 3/192 9864
/proc/meminfo: memFree=30418148/32872528 swapFree=1315980/1463148
[pid=9864] ppid=9861 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/9864/stat : 9864 (java) S 9861 9864 6833 0 -1 4202496 5683 0 1 0 25 1 0 0 20 0 19 0 9428956 9856040960 6784 33554432000 1073741824 1073778376 140736538504816 140736538495952 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9864/statm: 2406260 6784 2217 9 0 2396937 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9625040

[startup+0.300354 s]
/proc/loadavg: 2.20 2.21 2.18 3/192 9864
/proc/meminfo: memFree=30418148/32872528 swapFree=1315980/1463148
[pid=9864] ppid=9861 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/9864/stat : 9864 (java) S 9861 9864 6833 0 -1 4202496 8512 0 1 0 53 2 0 0 20 0 19 0 9428956 9856040960 9372 33554432000 1073741824 1073778376 140736538504816 140736538495952 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9864/statm: 2406260 9372 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9625040

[startup+0.700297 s]
/proc/loadavg: 2.20 2.21 2.18 3/192 9864
/proc/meminfo: memFree=30418148/32872528 swapFree=1315980/1463148
[pid=9864] ppid=9861 vsize=9625040 CPUtime=1.13 cores=1,3,5,7
/proc/9864/stat : 9864 (java) S 9861 9864 6833 0 -1 4202496 8695 0 1 0 111 2 0 0 20 0 19 0 9428956 9856040960 9532 33554432000 1073741824 1073778376 140736538504816 140736538495952 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9864/statm: 2406260 9532 2255 9 0 2396937 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.20 2.21 2.18 3/211 9883
/proc/meminfo: memFree=30387064/32872528 swapFree=1315980/1463148
[pid=9864] ppid=9861 vsize=9625040 CPUtime=1.96 cores=1,3,5,7
/proc/9864/stat : 9864 (java) S 9861 9864 6833 0 -1 4202496 8701 0 1 0 194 2 0 0 20 0 19 0 9428956 9856040960 10559 33554432000 1073741824 1073778376 140736538504816 140736538495952 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9864/statm: 2406260 10559 2257 9 0 2396937 0
[pid=9864/tid=9866] ppid=9861 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/9864/task/9866/stat : 9866 (java) R 9861 9864 6833 0 -1 4202560 2409 0 1 0 146 0 0 0 20 0 19 0 9428957 9856040960 10559 33554432000 1073741824 1073778376 140736538504816 140399696301776 140399545362853 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9864/tid=9867] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9867/stat : 9867 (java) S 9861 9864 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9428959 9856040960 10559 33554432000 1073741824 1073778376 140736538504816 140399668763688 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9864/tid=9868] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9868/stat : 9868 (java) S 9861 9864 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9428959 9856040960 10559 33554432000 1073741824 1073778376 140736538504816 140399667710888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9864/tid=9869] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9869/stat : 9869 (java) S 9861 9864 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9428959 9856040960 10559 33554432000 1073741824 1073778376 140736538504816 140399666658088 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9864/tid=9870] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9870/stat : 9870 (java) S 9861 9864 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9428959 9856040960 10559 33554432000 1073741824 1073778376 140736538504816 140399665605288 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9864/tid=9871] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9871/stat : 9871 (java) S 9861 9864 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9428959 9856040960 10559 33554432000 1073741824 1073778376 140736538504816 140399664552488 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9864/tid=9872] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9872/stat : 9872 (java) S 9861 9864 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9428959 9856040960 10559 33554432000 1073741824 1073778376 140736538504816 140399663499688 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9864/tid=9873] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9873/stat : 9873 (java) S 9861 9864 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9428959 9856040960 10559 33554432000 1073741824 1073778376 140736538504816 140399533926696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9864/tid=9874] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9874/stat : 9874 (java) S 9861 9864 6833 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9428959 9856040960 10559 33554432000 1073741824 1073778376 140736538504816 140399532873896 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9864/tid=9875] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9875/stat : 9875 (java) S 9861 9864 6833 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 9428960 9856040960 10559 33554432000 1073741824 1073778376 140736538504816 140399049927656 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9864/tid=9876] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9876/stat : 9876 (java) S 9861 9864 6833 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 9428960 9856040960 10559 33554432000 1073741824 1073778376 140736538504816 140399048873720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9864/tid=9877] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9877/stat : 9877 (java) S 9861 9864 6833 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9428960 9856040960 10559 33554432000 1073741824 1073778376 140736538504816 140399047820808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9864/tid=9878] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9878/stat : 9878 (java) S 9861 9864 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9428962 9856040960 10559 33554432000 1073741824 1073778376 140736538504816 140399046769296 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9864/tid=9879] ppid=9861 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/9864/task/9879/stat : 9879 (java) S 9861 9864 6833 0 -1 4202560 2683 0 0 0 24 0 0 0 20 0 19 0 9428962 9856040960 10559 33554432000 1073741824 1073778376 140736538504816 140399045716408 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9864/tid=9880] ppid=9861 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/9864/task/9880/stat : 9880 (java) S 9861 9864 6833 0 -1 4202560 2338 0 0 0 21 0 0 0 20 0 19 0 9428962 9856040960 10559 33554432000 1073741824 1073778376 140736538504816 140399044663608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9864/tid=9881] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9881/stat : 9881 (java) S 9861 9864 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9428962 9856040960 10559 33554432000 1073741824 1073778376 140736538504816 140399043611000 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9864/tid=9882] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9882/stat : 9882 (java) S 9861 9864 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9428962 9856040960 10559 33554432000 1073741824 1073778376 140736538504816 140399042558408 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9864/tid=9883] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9883/stat : 9883 (java) S 9861 9864 6833 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9428972 9856040960 10559 33554432000 1073741824 1073778376 140736538504816 140399041504936 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 9625040

[startup+3.10075 s]
/proc/loadavg: 2.20 2.21 2.18 3/211 9883
/proc/meminfo: memFree=30381852/32872528 swapFree=1315980/1463148
[pid=9864] ppid=9861 vsize=9625040 CPUtime=3.58 cores=1,3,5,7
/proc/9864/stat : 9864 (java) S 9861 9864 6833 0 -1 4202496 8703 0 1 0 356 2 0 0 20 0 19 0 9428956 9856040960 11583 33554432000 1073741824 1073778376 140736538504816 140736538495952 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9864/statm: 2406260 11583 2257 9 0 2396937 0
[pid=9864/tid=9866] ppid=9861 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/9864/task/9866/stat : 9866 (java) R 9861 9864 6833 0 -1 4202560 2411 0 1 0 305 0 0 0 20 0 19 0 9428957 9856040960 11583 33554432000 1073741824 1073778376 140736538504816 140399696301776 140399545354131 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9864/tid=9867] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9867/stat : 9867 (java) S 9861 9864 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9428959 9856040960 11583 33554432000 1073741824 1073778376 140736538504816 140399668763688 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9864/tid=9868] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9868/stat : 9868 (java) S 9861 9864 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9428959 9856040960 11583 33554432000 1073741824 1073778376 140736538504816 140399667710888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9864/tid=9869] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9869/stat : 9869 (java) S 9861 9864 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9428959 9856040960 11583 33554432000 1073741824 1073778376 140736538504816 140399666658088 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9864/tid=9870] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9870/stat : 9870 (java) S 9861 9864 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9428959 9856040960 11583 33554432000 1073741824 1073778376 140736538504816 140399665605288 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9864/tid=9871] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9871/stat : 9871 (java) S 9861 9864 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9428959 9856040960 11583 33554432000 1073741824 1073778376 140736538504816 140399664552488 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9864/tid=9872] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9872/stat : 9872 (java) S 9861 9864 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9428959 9856040960 11583 33554432000 1073741824 1073778376 140736538504816 140399663499688 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9864/tid=9873] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9873/stat : 9873 (java) S 9861 9864 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9428959 9856040960 11583 33554432000 1073741824 1073778376 140736538504816 140399533926696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9864/tid=9874] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9874/stat : 9874 (java) S 9861 9864 6833 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9428959 9856040960 11583 33554432000 1073741824 1073778376 140736538504816 140399532873896 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9864/tid=9875] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9875/stat : 9875 (java) S 9861 9864 6833 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 9428960 9856040960 11583 33554432000 1073741824 1073778376 140736538504816 140399049927656 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9864/tid=9876] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9876/stat : 9876 (java) S 9861 9864 6833 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 9428960 9856040960 11583 33554432000 1073741824 1073778376 140736538504816 140399048873720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9864/tid=9877] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9877/stat : 9877 (java) S 9861 9864 6833 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9428960 9856040960 11583 33554432000 1073741824 1073778376 140736538504816 140399047820808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9864/tid=9878] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9878/stat : 9878 (java) S 9861 9864 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9428962 9856040960 11583 33554432000 1073741824 1073778376 140736538504816 140399046769296 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9864/tid=9879] ppid=9861 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/9864/task/9879/stat : 9879 (java) S 9861 9864 6833 0 -1 4202560 2683 0 0 0 24 0 0 0 20 0 19 0 9428962 9856040960 11583 33554432000 1073741824 1073778376 140736538504816 140399045716408 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9864/tid=9880] ppid=9861 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/9864/task/9880/stat : 9880 (java) S 9861 9864 6833 0 -1 4202560 2338 0 0 0 23 0 0 0 20 0 19 0 9428962 9856040960 11583 33554432000 1073741824 1073778376 140736538504816 140399044663608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9864/tid=9881] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9881/stat : 9881 (java) S 9861 9864 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9428962 9856040960 11583 33554432000 1073741824 1073778376 140736538504816 140399043611000 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9864/tid=9882] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9882/stat : 9882 (java) S 9861 9864 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9428962 9856040960 11583 33554432000 1073741824 1073778376 140736538504816 140399042558408 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9864/tid=9883] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9883/stat : 9883 (java) S 9861 9864 6833 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9428972 9856040960 11583 33554432000 1073741824 1073778376 140736538504816 140399041504936 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.58
Current children cumulated vsize (KiB) 9625040

[startup+6.30076 s]
/proc/loadavg: 2.26 2.22 2.18 3/211 9883
/proc/meminfo: memFree=30373644/32872528 swapFree=1315980/1463148
[pid=9864] ppid=9861 vsize=9625040 CPUtime=6.78 cores=1,3,5,7
/proc/9864/stat : 9864 (java) S 9861 9864 6833 0 -1 4202496 8709 0 1 0 676 2 0 0 20 0 19 0 9428956 9856040960 13616 33554432000 1073741824 1073778376 140736538504816 140736538495952 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9864/statm: 2406260 13616 2258 9 0 2396937 0
[pid=9864/tid=9866] ppid=9861 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/9864/task/9866/stat : 9866 (java) R 9861 9864 6833 0 -1 4202560 2416 0 1 0 624 1 0 0 20 0 19 0 9428957 9856040960 13616 33554432000 1073741824 1073778376 140736538504816 140399696301776 140399545349069 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9864/tid=9867] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9867/stat : 9867 (java) S 9861 9864 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9428959 9856040960 13616 33554432000 1073741824 1073778376 140736538504816 140399668763688 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9864/tid=9868] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9868/stat : 9868 (java) S 9861 9864 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9428959 9856040960 13616 33554432000 1073741824 1073778376 140736538504816 140399667710888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9864/tid=9869] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9869/stat : 9869 (java) S 9861 9864 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9428959 9856040960 13616 33554432000 1073741824 1073778376 140736538504816 140399666658088 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9864/tid=9870] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9870/stat : 9870 (java) S 9861 9864 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9428959 9856040960 13616 33554432000 1073741824 1073778376 140736538504816 140399665605288 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9864/tid=9871] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9871/stat : 9871 (java) S 9861 9864 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9428959 9856040960 13616 33554432000 1073741824 1073778376 140736538504816 140399664552488 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9864/tid=9872] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9872/stat : 9872 (java) S 9861 9864 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9428959 9856040960 13616 33554432000 1073741824 1073778376 140736538504816 140399663499688 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9864/tid=9873] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9873/stat : 9873 (java) S 9861 9864 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9428959 9856040960 13616 33554432000 1073741824 1073778376 140736538504816 140399533926696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9864/tid=9874] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9874/stat : 9874 (java) S 9861 9864 6833 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9428959 9856040960 13616 33554432000 1073741824 1073778376 140736538504816 140399532873896 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9864/tid=9875] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9875/stat : 9875 (java) S 9861 9864 6833 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 9428960 9856040960 13616 33554432000 1073741824 1073778376 140736538504816 140399049927656 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9864/tid=9876] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9876/stat : 9876 (java) S 9861 9864 6833 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 9428960 9856040960 13616 33554432000 1073741824 1073778376 140736538504816 140399048873720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9864/tid=9877] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9877/stat : 9877 (java) S 9861 9864 6833 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9428960 9856040960 13616 33554432000 1073741824 1073778376 140736538504816 140399047820808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9864/tid=9878] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9878/stat : 9878 (java) S 9861 9864 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9428962 9856040960 13616 33554432000 1073741824 1073778376 140736538504816 140399046769296 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9864/tid=9879] ppid=9861 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/9864/task/9879/stat : 9879 (java) S 9861 9864 6833 0 -1 4202560 2683 0 0 0 24 0 0 0 20 0 19 0 9428962 9856040960 13616 33554432000 1073741824 1073778376 140736538504816 140399045716408 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9864/tid=9880] ppid=9861 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/9864/task/9880/stat : 9880 (java) S 9861 9864 6833 0 -1 4202560 2338 0 0 0 23 0 0 0 20 0 19 0 9428962 9856040960 13616 33554432000 1073741824 1073778376 140736538504816 140399044663608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9864/tid=9881] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9881/stat : 9881 (java) S 9861 9864 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9428962 9856040960 13616 33554432000 1073741824 1073778376 140736538504816 140399043611000 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9864/tid=9882] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9882/stat : 9882 (java) S 9861 9864 6833 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 9428962 9856040960 13616 33554432000 1073741824 1073778376 140736538504816 140399042558408 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9864/tid=9883] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9883/stat : 9883 (java) S 9861 9864 6833 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9428972 9856040960 13616 33554432000 1073741824 1073778376 140736538504816 140399041504936 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.78
Current children cumulated vsize (KiB) 9625040


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

[pid=9864/tid=9876] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9876/stat : 9876 (java) S 9861 9864 6833 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9428960 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399048873720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9864/tid=9877] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9877/stat : 9877 (java) S 9861 9864 6833 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9428960 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399047820808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9864/tid=9878] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9878/stat : 9878 (java) S 9861 9864 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9428962 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399046769296 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9864/tid=9879] ppid=9861 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/9864/task/9879/stat : 9879 (java) S 9861 9864 6833 0 -1 4202560 2691 0 0 0 25 0 0 0 20 0 19 0 9428962 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399045716408 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9864/tid=9880] ppid=9861 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/9864/task/9880/stat : 9880 (java) S 9861 9864 6833 0 -1 4202560 9573 0 0 0 71 2 0 0 20 0 19 0 9428962 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399044663608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9864/tid=9881] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9881/stat : 9881 (java) S 9861 9864 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9428962 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399043611000 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9864/tid=9882] ppid=9861 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/9864/task/9882/stat : 9882 (java) S 9861 9864 6833 0 -1 4202560 78 0 0 0 22 24 0 0 20 0 19 0 9428962 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399042558408 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9864/tid=9883] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9883/stat : 9883 (java) S 9861 9864 6833 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9428972 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399041504936 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1353.63
Current children cumulated vsize (KiB) 9625040

[startup+1352.8 s]
/proc/loadavg: 2.32 2.29 2.22 3/211 9940
/proc/meminfo: memFree=29981480/32872528 swapFree=1315980/1463148
[pid=9864] ppid=9861 vsize=9625040 CPUtime=1354.42 cores=1,3,5,7
/proc/9864/stat : 9864 (java) S 9861 9864 6833 0 -1 4202496 17222 0 1 0 135398 44 0 0 20 0 19 0 9428956 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140736538495952 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9864/statm: 2406260 62819 2272 9 0 2396937 0
[pid=9864/tid=9866] ppid=9861 vsize=9625040 CPUtime=1348.98 cores=1,3,5,7
/proc/9864/task/9866/stat : 9866 (java) R 9861 9864 6833 0 -1 4202560 2486 0 1 0 134869 29 0 0 20 0 19 0 9428957 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399696301872 140399545362848 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9864/tid=9867] ppid=9861 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/9864/task/9867/stat : 9867 (java) S 9861 9864 6833 0 -1 4202560 66 0 0 0 4 1 0 0 20 0 19 0 9428959 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399668763688 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9864/tid=9868] ppid=9861 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/9864/task/9868/stat : 9868 (java) S 9861 9864 6833 0 -1 4202560 85 0 0 0 8 1 0 0 20 0 19 0 9428959 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399667710888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9864/tid=9869] ppid=9861 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/9864/task/9869/stat : 9869 (java) S 9861 9864 6833 0 -1 4202560 123 0 0 0 6 0 0 0 20 0 19 0 9428959 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399666658088 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9864/tid=9870] ppid=9861 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/9864/task/9870/stat : 9870 (java) S 9861 9864 6833 0 -1 4202560 231 0 0 0 5 1 0 0 20 0 19 0 9428959 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399665605288 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9864/tid=9871] ppid=9861 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/9864/task/9871/stat : 9871 (java) S 9861 9864 6833 0 -1 4202560 190 0 0 0 6 2 0 0 20 0 19 0 9428959 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399664552488 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9864/tid=9872] ppid=9861 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/9864/task/9872/stat : 9872 (java) S 9861 9864 6833 0 -1 4202560 116 0 0 0 5 1 0 0 20 0 19 0 9428959 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399663499688 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9864/tid=9873] ppid=9861 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/9864/task/9873/stat : 9873 (java) S 9861 9864 6833 0 -1 4202560 194 0 0 0 3 1 0 0 20 0 19 0 9428959 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399533926696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9864/tid=9874] ppid=9861 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/9864/task/9874/stat : 9874 (java) S 9861 9864 6833 0 -1 4202560 94 0 0 0 6 0 0 0 20 0 19 0 9428959 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399532873896 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9864/tid=9875] ppid=9861 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/9864/task/9875/stat : 9875 (java) S 9861 9864 6833 0 -1 4202560 38 0 0 0 1 0 0 0 20 0 19 0 9428960 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399049927656 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9864/tid=9876] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9876/stat : 9876 (java) S 9861 9864 6833 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9428960 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399048873720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9864/tid=9877] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9877/stat : 9877 (java) S 9861 9864 6833 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9428960 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399047820808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9864/tid=9878] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9878/stat : 9878 (java) S 9861 9864 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9428962 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399046769296 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9864/tid=9879] ppid=9861 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/9864/task/9879/stat : 9879 (java) S 9861 9864 6833 0 -1 4202560 2691 0 0 0 25 0 0 0 20 0 19 0 9428962 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399045716408 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9864/tid=9880] ppid=9861 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/9864/task/9880/stat : 9880 (java) S 9861 9864 6833 0 -1 4202560 9573 0 0 0 71 2 0 0 20 0 19 0 9428962 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399044663608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9864/tid=9881] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9881/stat : 9881 (java) S 9861 9864 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9428962 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399043611000 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9864/tid=9882] ppid=9861 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/9864/task/9882/stat : 9882 (java) S 9861 9864 6833 0 -1 4202560 78 0 0 0 22 24 0 0 20 0 19 0 9428962 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399042558408 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9864/tid=9883] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9883/stat : 9883 (java) S 9861 9864 6833 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9428972 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399041504936 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1354.42
Current children cumulated vsize (KiB) 9625040

[startup+1353.2 s]
/proc/loadavg: 2.32 2.29 2.22 3/211 9940
/proc/meminfo: memFree=29981480/32872528 swapFree=1315980/1463148
[pid=9864] ppid=9861 vsize=9625040 CPUtime=1354.82 cores=1,3,5,7
/proc/9864/stat : 9864 (java) S 9861 9864 6833 0 -1 4202496 17224 0 1 0 135438 44 0 0 20 0 19 0 9428956 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140736538495952 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9864/statm: 2406260 62819 2272 9 0 2396937 0
[pid=9864/tid=9866] ppid=9861 vsize=9625040 CPUtime=1349.37 cores=1,3,5,7
/proc/9864/task/9866/stat : 9866 (java) R 9861 9864 6833 0 -1 4202560 2486 0 1 0 134908 29 0 0 20 0 19 0 9428957 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399696308960 140399545566336 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9864/tid=9867] ppid=9861 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/9864/task/9867/stat : 9867 (java) S 9861 9864 6833 0 -1 4202560 66 0 0 0 4 1 0 0 20 0 19 0 9428959 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399668763688 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9864/tid=9868] ppid=9861 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/9864/task/9868/stat : 9868 (java) S 9861 9864 6833 0 -1 4202560 85 0 0 0 8 1 0 0 20 0 19 0 9428959 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399667710888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9864/tid=9869] ppid=9861 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/9864/task/9869/stat : 9869 (java) S 9861 9864 6833 0 -1 4202560 123 0 0 0 6 0 0 0 20 0 19 0 9428959 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399666658088 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9864/tid=9870] ppid=9861 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/9864/task/9870/stat : 9870 (java) S 9861 9864 6833 0 -1 4202560 231 0 0 0 5 1 0 0 20 0 19 0 9428959 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399665605288 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9864/tid=9871] ppid=9861 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/9864/task/9871/stat : 9871 (java) S 9861 9864 6833 0 -1 4202560 190 0 0 0 6 2 0 0 20 0 19 0 9428959 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399664552488 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9864/tid=9872] ppid=9861 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/9864/task/9872/stat : 9872 (java) S 9861 9864 6833 0 -1 4202560 116 0 0 0 5 1 0 0 20 0 19 0 9428959 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399663499688 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9864/tid=9873] ppid=9861 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/9864/task/9873/stat : 9873 (java) S 9861 9864 6833 0 -1 4202560 194 0 0 0 3 1 0 0 20 0 19 0 9428959 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399533926696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9864/tid=9874] ppid=9861 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/9864/task/9874/stat : 9874 (java) S 9861 9864 6833 0 -1 4202560 94 0 0 0 6 0 0 0 20 0 19 0 9428959 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399532873896 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9864/tid=9875] ppid=9861 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/9864/task/9875/stat : 9875 (java) S 9861 9864 6833 0 -1 4202560 39 0 0 0 1 0 0 0 20 0 19 0 9428960 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399049927656 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9864/tid=9876] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9876/stat : 9876 (java) S 9861 9864 6833 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9428960 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399048873720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9864/tid=9877] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9877/stat : 9877 (java) S 9861 9864 6833 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9428960 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399047820808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9864/tid=9878] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9878/stat : 9878 (java) S 9861 9864 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9428962 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399046769296 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9864/tid=9879] ppid=9861 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/9864/task/9879/stat : 9879 (java) S 9861 9864 6833 0 -1 4202560 2691 0 0 0 25 0 0 0 20 0 19 0 9428962 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399045716408 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9864/tid=9880] ppid=9861 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/9864/task/9880/stat : 9880 (java) S 9861 9864 6833 0 -1 4202560 9574 0 0 0 72 2 0 0 20 0 19 0 9428962 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399044663608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9864/tid=9881] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9881/stat : 9881 (java) S 9861 9864 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9428962 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399043611000 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9864/tid=9882] ppid=9861 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/9864/task/9882/stat : 9882 (java) S 9861 9864 6833 0 -1 4202560 78 0 0 0 22 24 0 0 20 0 19 0 9428962 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399042558408 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9864/tid=9883] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9883/stat : 9883 (java) S 9861 9864 6833 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9428972 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399041504936 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1354.82
Current children cumulated vsize (KiB) 9625040

[startup+1353.6 s]
/proc/loadavg: 2.32 2.29 2.22 3/211 9940
/proc/meminfo: memFree=29981480/32872528 swapFree=1315980/1463148
[pid=9864] ppid=9861 vsize=9625040 CPUtime=1355.22 cores=1,3,5,7
/proc/9864/stat : 9864 (java) S 9861 9864 6833 0 -1 4202496 17224 0 1 0 135478 44 0 0 20 0 19 0 9428956 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140736538495952 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9864/statm: 2406260 62819 2272 9 0 2396937 0
[pid=9864/tid=9866] ppid=9861 vsize=9625040 CPUtime=1349.77 cores=1,3,5,7
/proc/9864/task/9866/stat : 9866 (java) R 9861 9864 6833 0 -1 4202560 2486 0 1 0 134948 29 0 0 20 0 19 0 9428957 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399696308960 140399545566306 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9864/tid=9867] ppid=9861 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/9864/task/9867/stat : 9867 (java) S 9861 9864 6833 0 -1 4202560 66 0 0 0 4 1 0 0 20 0 19 0 9428959 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399668763688 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9864/tid=9868] ppid=9861 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/9864/task/9868/stat : 9868 (java) S 9861 9864 6833 0 -1 4202560 85 0 0 0 8 1 0 0 20 0 19 0 9428959 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399667710888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9864/tid=9869] ppid=9861 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/9864/task/9869/stat : 9869 (java) S 9861 9864 6833 0 -1 4202560 123 0 0 0 6 0 0 0 20 0 19 0 9428959 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399666658088 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9864/tid=9870] ppid=9861 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/9864/task/9870/stat : 9870 (java) S 9861 9864 6833 0 -1 4202560 231 0 0 0 5 1 0 0 20 0 19 0 9428959 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399665605288 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9864/tid=9871] ppid=9861 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/9864/task/9871/stat : 9871 (java) S 9861 9864 6833 0 -1 4202560 190 0 0 0 6 2 0 0 20 0 19 0 9428959 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399664552488 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9864/tid=9872] ppid=9861 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/9864/task/9872/stat : 9872 (java) S 9861 9864 6833 0 -1 4202560 116 0 0 0 5 1 0 0 20 0 19 0 9428959 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399663499688 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9864/tid=9873] ppid=9861 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/9864/task/9873/stat : 9873 (java) S 9861 9864 6833 0 -1 4202560 194 0 0 0 3 1 0 0 20 0 19 0 9428959 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399533926696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9864/tid=9874] ppid=9861 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/9864/task/9874/stat : 9874 (java) S 9861 9864 6833 0 -1 4202560 94 0 0 0 6 0 0 0 20 0 19 0 9428959 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399532873896 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9864/tid=9875] ppid=9861 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/9864/task/9875/stat : 9875 (java) S 9861 9864 6833 0 -1 4202560 39 0 0 0 1 0 0 0 20 0 19 0 9428960 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399049927656 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9864/tid=9876] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9876/stat : 9876 (java) S 9861 9864 6833 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9428960 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399048873720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9864/tid=9877] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9877/stat : 9877 (java) S 9861 9864 6833 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9428960 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399047820808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9864/tid=9878] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9878/stat : 9878 (java) S 9861 9864 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9428962 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399046769296 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9864/tid=9879] ppid=9861 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/9864/task/9879/stat : 9879 (java) S 9861 9864 6833 0 -1 4202560 2691 0 0 0 25 0 0 0 20 0 19 0 9428962 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399045716408 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9864/tid=9880] ppid=9861 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/9864/task/9880/stat : 9880 (java) S 9861 9864 6833 0 -1 4202560 9574 0 0 0 72 2 0 0 20 0 19 0 9428962 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399044663608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9864/tid=9881] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9881/stat : 9881 (java) S 9861 9864 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9428962 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399043611000 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9864/tid=9882] ppid=9861 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/9864/task/9882/stat : 9882 (java) S 9861 9864 6833 0 -1 4202560 78 0 0 0 22 24 0 0 20 0 19 0 9428962 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399042558408 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9864/tid=9883] ppid=9861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9864/task/9883/stat : 9883 (java) S 9861 9864 6833 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9428972 9856040960 62819 33554432000 1073741824 1073778376 140736538504816 140399041504936 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1355.22
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9864 and gives
#  childrusage.ru_utime.tv_sec=1351
#  childrusage.ru_utime.tv_usec=326567
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=751885
# CPU time returned by wait4() is 1352.08
# while last known CPU time is 1355.22
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1353.69
CPU time (s): 1355.22
CPU user time (s): 1354.78
CPU system time (s): 0.44
CPU usage (%): 100.113
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1351.33
system time used= 0.751885
maximum resident set size= 251332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17246
page faults= 1
swaps= 0
block input operations= 0
block output operations= 888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28849
involuntary context switches= 6889

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.13561 second user time and 10.8813 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-16 12:43:40
IDJOB=4090729
IDBENCH=79663
IDSOLVER=2551
FILE ID=node121/4090729-1466073820
RUNJOBID= node121-1466062130-6850
PBS_JOBID= 19904017
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/coloring/normalized-geom40-3_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090729-1466073820/watcher-4090729-1466073820 -o /tmp/evaluation-result-4090729-1466073820/solver-4090729-1466073820 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1466062130-6850 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090729-1466073820.wbo

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

MD5SUM BENCH= 68a0eeb33c9e68aad96fcdb3b1335b2c
RANDOM SEED=43850372

node121.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.691
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.38
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.691
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.691
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.691
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.691
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.691
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.691
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.691
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:        30418792 kB
Buffers:           15840 kB
Cached:            47476 kB
SwapCached:         2508 kB
Active:           246400 kB
Inactive:          38624 kB
Active(anon):     221940 kB
Inactive(anon):     1880 kB
Active(file):      24460 kB
Inactive(file):    36744 kB
Unevictable:     1463148 kB
Mlocked:         1315980 kB
SwapTotal:      67108856 kB
SwapFree:       67099728 kB
Dirty:               868 kB
Writeback:             0 kB
AnonPages:       1697428 kB
Mapped:            15340 kB
Shmem:                 0 kB
Slab:             564596 kB
SReclaimable:       8852 kB
SUnreclaim:       555744 kB
KernelStack:        1752 kB
PageTables:         7456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2140848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    356352 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= 71728 MiB
End job on node121 at 2016-06-16 13:06:14