Trace number 4121006

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 PB16UNSAT 1764.13 1762.78

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-fixed-bandwidth-85.cnf.gz-extracted.pb.metafix.opb
MD5SUM97878ca4fcd9ab35d2b8b5c51c254217
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.011997
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables341
Total number of constraints340
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)340
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4121006-1467313185.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
0.11/0.17	c ... done. Wall clock time 0.061s.
0.11/0.17	c declared #vars     341
0.11/0.17	c #constraints  340
0.11/0.17	c constraints type 
0.11/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 340
0.11/0.17	c 340 constraints processed.
0.70/0.46	c cleaning 2495 clauses out of 5001 with flag 20365/5001
0.99/0.63	c cleaning 4240 clauses out of 8505 with flag 53463/11000
1.21/0.81	c cleaning 5621 clauses out of 11266 with flag 89424/18001
1.42/1.07	c cleaning 6805 clauses out of 13644 with flag 134441/26000
1.74/1.36	c cleaning 7903 clauses out of 15839 with flag 184467/35000
2.14/1.75	c cleaning 8957 clauses out of 17937 with flag 246359/45001
2.64/2.23	c cleaning 9977 clauses out of 19979 with flag 311026/56000
3.14/2.73	c cleaning 10979 clauses out of 22002 with flag 384739/68000
3.64/3.23	c cleaning 12008 clauses out of 24024 with flag 458945/81001
4.14/3.77	c cleaning 12988 clauses out of 26015 with flag 539355/95000
4.84/4.41	c cleaning 13987 clauses out of 28028 with flag 625987/110001
5.43/5.09	c cleaning 14988 clauses out of 30040 with flag 722138/126000
6.23/5.87	c cleaning 16014 clauses out of 32053 with flag 824810/143001
7.14/6.74	c cleaning 17013 clauses out of 34041 with flag 935184/161003
8.03/7.64	c cleaning 18008 clauses out of 36025 with flag 1055250/180000
9.03/8.65	c cleaning 19001 clauses out of 38017 with flag 1181042/200000
10.13/9.76	c cleaning 19992 clauses out of 40018 with flag 1311783/221002
11.44/11.03	c cleaning 20996 clauses out of 42025 with flag 1450370/243001
12.73/12.32	c cleaning 21988 clauses out of 44028 with flag 1597537/266000
14.13/13.73	c cleaning 23000 clauses out of 46040 with flag 1743640/290000
15.63/15.20	c cleaning 24010 clauses out of 48041 with flag 1894719/315001
17.23/16.82	c cleaning 24999 clauses out of 50030 with flag 2058940/341000
18.93/18.56	c cleaning 26003 clauses out of 52032 with flag 2230243/368001
21.02/20.68	c cleaning 26998 clauses out of 54029 with flag 2408181/396001
22.93/22.58	c cleaning 27999 clauses out of 56031 with flag 2596652/425001
24.93/24.60	c cleaning 29007 clauses out of 58031 with flag 2796127/455000
27.23/26.84	c cleaning 29995 clauses out of 60026 with flag 3005721/486002
29.63/29.28	c cleaning 30990 clauses out of 62031 with flag 3208757/518002
32.13/31.74	c cleaning 32005 clauses out of 64039 with flag 3420183/551000
34.83/34.43	c cleaning 32992 clauses out of 66034 with flag 3645678/585000
37.63/37.23	c cleaning 34004 clauses out of 68043 with flag 3870854/620001
40.62/40.20	c cleaning 35005 clauses out of 70038 with flag 4105535/656000
43.72/43.32	c cleaning 35986 clauses out of 72033 with flag 4350360/693000
47.03/46.63	c cleaning 37006 clauses out of 74047 with flag 4609510/731000
50.43/50.09	c cleaning 37985 clauses out of 76041 with flag 4867713/770000
54.03/53.60	c cleaning 39015 clauses out of 78057 with flag 5134954/810001
57.73/57.34	c cleaning 40010 clauses out of 80041 with flag 5409814/851000
61.83/61.48	c cleaning 41003 clauses out of 82032 with flag 5683736/893001
66.22/65.81	c cleaning 41992 clauses out of 84029 with flag 5968361/936001
70.58/70.14	c cleaning 43007 clauses out of 86038 with flag 6259152/980002
74.68/74.22	c cleaning 44007 clauses out of 88029 with flag 6553507/1025000
79.18/78.79	c cleaning 44987 clauses out of 90022 with flag 6848425/1071000
83.78/83.36	c cleaning 45999 clauses out of 92037 with flag 7155636/1118002
88.58/88.14	c cleaning 46988 clauses out of 94036 with flag 7467337/1166000
93.67/93.28	c cleaning 47996 clauses out of 96048 with flag 7785732/1215000
98.67/98.30	c cleaning 49008 clauses out of 98052 with flag 8106164/1265000
104.17/103.73	c cleaning 50006 clauses out of 100044 with flag 8426941/1316000
109.97/109.51	c cleaning 51005 clauses out of 102038 with flag 8756269/1368000
115.97/115.57	c cleaning 51998 clauses out of 104034 with flag 9089347/1421001
122.27/121.87	c cleaning 52995 clauses out of 106035 with flag 9427964/1475000
128.67/128.21	c cleaning 54002 clauses out of 108041 with flag 9761105/1530001
135.26/134.84	c cleaning 55007 clauses out of 110038 with flag 10105747/1586000
142.17/141.78	c cleaning 56010 clauses out of 112034 with flag 10444815/1643003
149.37/148.91	c cleaning 56997 clauses out of 114022 with flag 10785318/1701001
156.68/156.30	c cleaning 58006 clauses out of 116024 with flag 11144109/1760000
164.48/164.02	c cleaning 58988 clauses out of 118018 with flag 11505662/1820000
172.77/172.38	c cleaning 60004 clauses out of 120032 with flag 11866453/1881002
181.16/180.73	c cleaning 60999 clauses out of 122026 with flag 12230585/1943000
189.25/188.70	c cleaning 62006 clauses out of 124030 with flag 12589330/2006003
197.14/196.68	c cleaning 62998 clauses out of 126022 with flag 12956334/2070001
205.64/205.12	c cleaning 63996 clauses out of 128023 with flag 13324148/2135000
214.84/214.38	c cleaning 65003 clauses out of 130029 with flag 13709069/2201002
223.54/223.03	c cleaning 65995 clauses out of 132024 with flag 14099739/2268000
232.86/232.36	c cleaning 67001 clauses out of 134029 with flag 14493962/2336000
242.56/242.09	c cleaning 67987 clauses out of 136028 with flag 14881142/2405000
252.75/252.27	c cleaning 69005 clauses out of 138041 with flag 15294763/2475000
263.05/262.52	c cleaning 70003 clauses out of 140039 with flag 15693755/2546003
273.45/272.97	c cleaning 71002 clauses out of 142033 with flag 16099191/2618000
284.36/283.81	c cleaning 71991 clauses out of 144031 with flag 16507153/2691000
295.15/294.61	c cleaning 73005 clauses out of 146040 with flag 16926906/2765000
306.46/305.91	c cleaning 74007 clauses out of 148035 with flag 17354674/2840000
317.95/317.41	c cleaning 74997 clauses out of 150028 with flag 17782654/2916000
329.85/329.32	c cleaning 75993 clauses out of 152031 with flag 18212826/2993000
342.00/341.45	c cleaning 77002 clauses out of 154039 with flag 18656315/3071001
354.10/353.50	c cleaning 77996 clauses out of 156036 with flag 19099956/3150000
366.50/365.91	c cleaning 79008 clauses out of 158040 with flag 19537996/3230000
379.70/379.13	c cleaning 80004 clauses out of 160033 with flag 19988991/3311001
392.70/392.17	c cleaning 81004 clauses out of 162029 with flag 20448005/3393001
406.20/405.61	c cleaning 82003 clauses out of 164024 with flag 20902099/3476000
419.72/419.18	c cleaning 82993 clauses out of 166022 with flag 21372914/3560001
433.91/433.36	c cleaning 83991 clauses out of 168029 with flag 21833616/3645001
448.51/447.99	c cleaning 85008 clauses out of 170038 with flag 22315904/3731001
463.31/462.73	c cleaning 86003 clauses out of 172031 with flag 22794804/3818002
478.21/477.66	c cleaning 87000 clauses out of 174027 with flag 23291012/3906001
494.01/493.46	c cleaning 88002 clauses out of 176027 with flag 23779259/3995001
510.15/509.57	c cleaning 88993 clauses out of 178027 with flag 24263727/4085003
526.95/526.38	c cleaning 90004 clauses out of 180031 with flag 24753130/4176000
543.06/542.42	c cleaning 91002 clauses out of 182030 with flag 25269491/4268003
559.65/559.07	c cleaning 91997 clauses out of 184027 with flag 25772515/4361002
577.25/576.60	c cleaning 92983 clauses out of 186030 with flag 26281084/4455002
594.35/593.73	c cleaning 94008 clauses out of 188045 with flag 26793839/4550000
612.86/612.29	c cleaning 95005 clauses out of 190038 with flag 27315170/4646001
631.56/630.93	c cleaning 95997 clauses out of 192032 with flag 27829129/4743000
651.05/650.40	c cleaning 97001 clauses out of 194036 with flag 28358330/4841001
670.35/669.71	c cleaning 98004 clauses out of 196036 with flag 28878569/4940002
689.45/688.81	c cleaning 99002 clauses out of 198032 with flag 29409035/5040002
708.54/707.85	c cleaning 100004 clauses out of 200029 with flag 29953613/5141001
727.94/727.25	c cleaning 100998 clauses out of 202026 with flag 30487740/5243002
748.23/747.52	c cleaning 101995 clauses out of 204026 with flag 31044155/5346000
768.83/768.13	c cleaning 102988 clauses out of 206033 with flag 31603571/5450002
790.23/789.58	c cleaning 104017 clauses out of 208043 with flag 32159972/5555000
812.44/811.79	c cleaning 104994 clauses out of 210026 with flag 32710656/5661000
834.55/833.89	c cleaning 106004 clauses out of 212032 with flag 33280036/5768000
857.84/857.14	c cleaning 107004 clauses out of 214031 with flag 33848053/5876003
880.24/879.52	c cleaning 107996 clauses out of 216025 with flag 34424550/5985001
903.97/903.14	c cleaning 109010 clauses out of 218030 with flag 35014082/6095002
927.86/927.10	c cleaning 110006 clauses out of 220019 with flag 35600080/6206001
950.66/949.84	c cleaning 110995 clauses out of 222013 with flag 36198515/6318001
975.17/974.38	c cleaning 111985 clauses out of 224017 with flag 36807806/6431000
999.67/998.83	c cleaning 112994 clauses out of 226034 with flag 37415348/6545002
1025.07/1024.27	c cleaning 114008 clauses out of 228038 with flag 38017531/6660000
1051.07/1050.25	c cleaning 115004 clauses out of 230030 with flag 38620391/6776000
1077.37/1076.53	c cleaning 116004 clauses out of 232028 with flag 39248357/6893002
1104.28/1103.42	c cleaning 117006 clauses out of 234023 with flag 39873456/7011001
1134.48/1133.55	c cleaning 117994 clauses out of 236016 with flag 40493557/7130000
1164.66/1163.79	c cleaning 118988 clauses out of 238023 with flag 41110900/7250001
1194.86/1193.99	c cleaning 120004 clauses out of 240034 with flag 41734193/7371000
1224.95/1224.03	c cleaning 121000 clauses out of 242030 with flag 42386248/7493000
1257.76/1256.85	c cleaning 121997 clauses out of 244032 with flag 43019802/7616002
1287.86/1286.91	c cleaning 123009 clauses out of 246033 with flag 43681176/7740000
1319.96/1319.05	c cleaning 124006 clauses out of 248025 with flag 44344164/7865001
1350.67/1349.67	c cleaning 125003 clauses out of 250019 with flag 45011131/7991001
1382.17/1381.16	c cleaning 125995 clauses out of 252016 with flag 45669370/8118001
1414.37/1413.39	c cleaning 126991 clauses out of 254020 with flag 46334077/8246000
1445.68/1444.63	c cleaning 128003 clauses out of 256030 with flag 47015002/8375001
1478.98/1477.99	c cleaning 129002 clauses out of 258026 with flag 47711575/8505000
1510.79/1509.75	c cleaning 130004 clauses out of 260026 with flag 48401655/8636002
1543.99/1542.94	c cleaning 131000 clauses out of 262023 with flag 49099394/8768003
1578.82/1577.63	c cleaning 131994 clauses out of 264022 with flag 49802051/8901002
1614.72/1613.55	c cleaning 132989 clauses out of 266026 with flag 50527316/9035000
1649.13/1647.97	c cleaning 134009 clauses out of 268037 with flag 51247967/9170000
1688.64/1687.44	c cleaning 135001 clauses out of 270028 with flag 51972002/9306000
1722.63/1721.43	c cleaning 135998 clauses out of 272027 with flag 52728756/9443000
1752.83/1751.69	c cleaning 137006 clauses out of 274029 with flag 53484542/9581000
1764.13/1762.74	c starts		: 20831
1764.13/1762.74	c conflicts		: 9639646
1764.13/1762.74	c decisions		: 14202977
1764.13/1762.74	c propagations		: 170977136
1764.13/1762.74	c inspects		: 43219672303
1764.13/1762.74	c shortcuts		: 0
1764.13/1762.74	c learnt literals	: 11
1764.13/1762.74	c learnt binary clauses	: 9
1764.13/1762.74	c learnt ternary clauses	: 22
1764.13/1762.74	c learnt constraints	: 9639634
1764.13/1762.74	c ignored constraints	: 0
1764.13/1762.74	c root simplifications	: 0
1764.13/1762.74	c removed literals (reason simplification)	: 0
1764.13/1762.74	c reason swapping (by a shorter reason)	: 0
1764.13/1762.74	c Calls to reduceDB	: 134
1764.13/1762.74	c Number of update (reduction) of LBD	: 2848379
1764.13/1762.74	c Imported unit clauses	: 0
1764.13/1762.74	c number of reductions to clauses (during analyze)	: 0
1764.13/1762.74	c number of learned constraints concerned by reduction	: 0
1764.13/1762.74	c number of learning phase by resolution	: 0
1764.13/1762.74	c number of learning phase by cutting planes	: 0
1764.13/1762.74	c speed (assignments/second)	: 97004.61656209381
1764.13/1762.74	c non guided choices	96457
1764.13/1762.77	c learnt constraints type 
1764.13/1762.77	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 9
1764.13/1762.77	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 195648
1764.13/1762.77	s UNSATISFIABLE
1764.13/1762.77	c Total wall clock time (in seconds): 1762.664

Verifier Data

ERROR: no interpretation found !

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-4121006-1467313185/watcher-4121006-1467313185 -o /tmp/evaluation-result-4121006-1467313185/solver-4121006-1467313185 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1467310545-14394 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4121006-1467313185.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.16 2.17 2.14 3/192 15285
/proc/meminfo: memFree=29984196/32872528 swapFree=1299868/1463388
[pid=15285] ppid=15282 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/15285/stat : 15285 (java) S 15282 15285 12018 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 10344474 98570240 977 33554432000 1073741824 1073778376 140737295347040 140737295338176 227515859005 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15285/statm: 24065 977 743 9 0 16771 0
[pid=15285/tid=15286] ppid=15282 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15286/stat : 15286 (java) R 15282 15285 12018 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 10344475 98570240 977 33554432000 1073741824 1073778376 140737295347040 140340114628136 227512501632 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100113 s]
/proc/loadavg: 2.16 2.17 2.14 3/192 15285
/proc/meminfo: memFree=29984196/32872528 swapFree=1299868/1463388
[pid=15285] ppid=15282 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/15285/stat : 15285 (java) S 15282 15285 12018 0 -1 4202496 4444 0 1 0 10 1 0 0 20 0 18 0 10344474 9787879424 6072 33554432000 1073741824 1073778376 140737295347040 140737295338176 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15285/statm: 2389619 6074 2140 9 0 2380296 0
[pid=15285/tid=15286] ppid=15282 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/15285/task/15286/stat : 15286 (java) R 15282 15285 12018 0 -1 4202560 2378 0 1 0 8 0 0 0 20 0 18 0 10344475 9787879424 6074 33554432000 1073741824 1073778376 140737295347040 140340114631584 140340104695811 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200317 s]
/proc/loadavg: 2.16 2.17 2.14 3/192 15285
/proc/meminfo: memFree=29984196/32872528 swapFree=1299868/1463388
[pid=15285] ppid=15282 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/15285/stat : 15285 (java) S 15282 15285 12018 0 -1 4202496 5605 0 1 0 25 1 0 0 20 0 19 0 10344474 9856040960 7426 33554432000 1073741824 1073778376 140737295347040 140737295338176 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15285/statm: 2406260 7426 2222 9 0 2396937 0
[pid=15285/tid=15286] ppid=15282 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/15285/task/15286/stat : 15286 (java) R 15282 15285 12018 0 -1 4202560 2405 0 1 0 18 0 0 0 20 0 19 0 10344475 9856040960 7438 33554432000 1073741824 1073778376 140737295347040 140340114633344 140339952335393 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9625040

[startup+0.300308 s]
/proc/loadavg: 2.16 2.17 2.14 3/192 15285
/proc/meminfo: memFree=29984196/32872528 swapFree=1299868/1463388
[pid=15285] ppid=15282 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/15285/stat : 15285 (java) S 15282 15285 12018 0 -1 4202496 8266 0 1 0 53 1 0 0 20 0 19 0 10344474 9856040960 8797 33554432000 1073741824 1073778376 140737295347040 140737295338176 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15285/statm: 2406260 8797 2245 9 0 2396937 0
[pid=15285/tid=15286] ppid=15282 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/15285/task/15286/stat : 15286 (java) R 15282 15285 12018 0 -1 4202560 2405 0 1 0 27 0 0 0 20 0 19 0 10344475 9856040960 8797 33554432000 1073741824 1073778376 140737295347040 140340114632856 140339952654816 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9625040

[startup+0.700262 s]
/proc/loadavg: 2.16 2.17 2.14 3/192 15285
/proc/meminfo: memFree=29984196/32872528 swapFree=1299868/1463388
[pid=15285] ppid=15282 vsize=9625040 CPUtime=1.11 cores=0,2,4,6
/proc/15285/stat : 15285 (java) S 15282 15285 12018 0 -1 4202496 9295 0 1 0 110 1 0 0 20 0 19 0 10344474 9856040960 9762 33554432000 1073741824 1073778376 140737295347040 140737295338176 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15285/statm: 2406260 9762 2254 9 0 2396937 0
[pid=15285/tid=15286] ppid=15282 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/15285/task/15286/stat : 15286 (java) R 15282 15285 12018 0 -1 4202560 2406 0 1 0 67 0 0 0 20 0 19 0 10344475 9856040960 9762 33554432000 1073741824 1073778376 140737295347040 140340114632856 140339952700206 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 9625040

[startup+1.5007 s]
/proc/loadavg: 2.23 2.18 2.14 3/211 15304
/proc/meminfo: memFree=29951284/32872528 swapFree=1299868/1463388
[pid=15285] ppid=15282 vsize=9625040 CPUtime=1.94 cores=0,2,4,6
/proc/15285/stat : 15285 (java) S 15282 15285 12018 0 -1 4202496 9301 0 1 0 192 2 0 0 20 0 19 0 10344474 9856040960 10789 33554432000 1073741824 1073778376 140737295347040 140737295338176 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15285/statm: 2406260 10789 2256 9 0 2396937 0
[pid=15285/tid=15286] ppid=15282 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/15285/task/15286/stat : 15286 (java) R 15282 15285 12018 0 -1 4202560 2409 0 1 0 147 0 0 0 20 0 19 0 10344475 9856040960 10789 33554432000 1073741824 1073778376 140737295347040 140340114631208 140339952721655 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15285/tid=15288] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15288/stat : 15288 (java) S 15282 15285 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10344475 9856040960 10789 33554432000 1073741824 1073778376 140737295347040 140340076124584 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15285/tid=15289] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15289/stat : 15289 (java) S 15282 15285 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10344475 9856040960 10789 33554432000 1073741824 1073778376 140737295347040 140340075072040 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15285/tid=15290] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15290/stat : 15290 (java) S 15282 15285 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10344475 9856040960 10789 33554432000 1073741824 1073778376 140737295347040 140340074018984 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15285/tid=15291] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15291/stat : 15291 (java) S 15282 15285 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10344475 9856040960 10789 33554432000 1073741824 1073778376 140737295347040 140340072966440 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15285/tid=15292] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15292/stat : 15292 (java) S 15282 15285 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10344475 9856040960 10789 33554432000 1073741824 1073778376 140737295347040 140340071914408 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15285/tid=15293] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15293/stat : 15293 (java) S 15282 15285 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10344475 9856040960 10789 33554432000 1073741824 1073778376 140737295347040 140340070861864 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15285/tid=15294] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15294/stat : 15294 (java) S 15282 15285 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10344475 9856040960 10789 33554432000 1073741824 1073778376 140737295347040 140339952216744 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15285/tid=15295] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15295/stat : 15295 (java) S 15282 15285 12018 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10344475 9856040960 10789 33554432000 1073741824 1073778376 140737295347040 140339951164200 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15285/tid=15296] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15296/stat : 15296 (java) S 15282 15285 12018 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10344476 9856040960 10789 33554432000 1073741824 1073778376 140737295347040 140339938752872 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15285/tid=15297] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15297/stat : 15297 (java) S 15282 15285 12018 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10344477 9856040960 10789 33554432000 1073741824 1073778376 140737295347040 140339937699192 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15285/tid=15298] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15298/stat : 15298 (java) S 15282 15285 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10344477 9856040960 10789 33554432000 1073741824 1073778376 140737295347040 140339936646024 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15285/tid=15299] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15299/stat : 15299 (java) S 15282 15285 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10344479 9856040960 10789 33554432000 1073741824 1073778376 140737295347040 140339197241616 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15285/tid=15300] ppid=15282 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/15285/task/15300/stat : 15300 (java) S 15282 15285 12018 0 -1 4202560 3016 0 0 0 22 0 0 0 20 0 19 0 10344479 9856040960 10789 33554432000 1073741824 1073778376 140737295347040 140339196189496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15285/tid=15301] ppid=15282 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/15285/task/15301/stat : 15301 (java) S 15282 15285 12018 0 -1 4202560 2603 0 0 0 21 0 0 0 20 0 19 0 10344479 9856040960 10789 33554432000 1073741824 1073778376 140737295347040 140339195136952 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15285/tid=15302] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15302/stat : 15302 (java) S 15282 15285 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10344479 9856040960 10789 33554432000 1073741824 1073778376 140737295347040 140339194084088 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15285/tid=15303] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15303/stat : 15303 (java) S 15282 15285 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10344479 9856040960 10789 33554432000 1073741824 1073778376 140737295347040 140339193031752 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15285/tid=15304] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15304/stat : 15304 (java) S 15282 15285 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10344491 9856040960 10789 33554432000 1073741824 1073778376 140737295347040 140339191977000 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 9625040

[startup+3.10075 s]
/proc/loadavg: 2.23 2.18 2.14 3/211 15304
/proc/meminfo: memFree=29946568/32872528 swapFree=1299868/1463388
[pid=15285] ppid=15282 vsize=9625040 CPUtime=3.54 cores=0,2,4,6
/proc/15285/stat : 15285 (java) S 15282 15285 12018 0 -1 4202496 9303 0 1 0 352 2 0 0 20 0 19 0 10344474 9856040960 11813 33554432000 1073741824 1073778376 140737295347040 140737295338176 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15285/statm: 2406260 11813 2256 9 0 2396937 0
[pid=15285/tid=15286] ppid=15282 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/15285/task/15286/stat : 15286 (java) R 15282 15285 12018 0 -1 4202560 2411 0 1 0 306 0 0 0 20 0 19 0 10344475 9856040960 11813 33554432000 1073741824 1073778376 140737295347040 140340114624176 140339952797768 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15285/tid=15288] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15288/stat : 15288 (java) S 15282 15285 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10344475 9856040960 11813 33554432000 1073741824 1073778376 140737295347040 140340076124584 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15285/tid=15289] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15289/stat : 15289 (java) S 15282 15285 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10344475 9856040960 11813 33554432000 1073741824 1073778376 140737295347040 140340075072040 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15285/tid=15290] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15290/stat : 15290 (java) S 15282 15285 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10344475 9856040960 11813 33554432000 1073741824 1073778376 140737295347040 140340074018984 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15285/tid=15291] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15291/stat : 15291 (java) S 15282 15285 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10344475 9856040960 11813 33554432000 1073741824 1073778376 140737295347040 140340072966440 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15285/tid=15292] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15292/stat : 15292 (java) S 15282 15285 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10344475 9856040960 11813 33554432000 1073741824 1073778376 140737295347040 140340071914408 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15285/tid=15293] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15293/stat : 15293 (java) S 15282 15285 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10344475 9856040960 11813 33554432000 1073741824 1073778376 140737295347040 140340070861864 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15285/tid=15294] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15294/stat : 15294 (java) S 15282 15285 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10344475 9856040960 11813 33554432000 1073741824 1073778376 140737295347040 140339952216744 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15285/tid=15295] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15295/stat : 15295 (java) S 15282 15285 12018 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10344475 9856040960 11813 33554432000 1073741824 1073778376 140737295347040 140339951164200 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15285/tid=15296] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15296/stat : 15296 (java) S 15282 15285 12018 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10344476 9856040960 11813 33554432000 1073741824 1073778376 140737295347040 140339938752872 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15285/tid=15297] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15297/stat : 15297 (java) S 15282 15285 12018 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10344477 9856040960 11813 33554432000 1073741824 1073778376 140737295347040 140339937699192 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15285/tid=15298] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15298/stat : 15298 (java) S 15282 15285 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10344477 9856040960 11813 33554432000 1073741824 1073778376 140737295347040 140339936646024 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15285/tid=15299] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15299/stat : 15299 (java) S 15282 15285 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10344479 9856040960 11813 33554432000 1073741824 1073778376 140737295347040 140339197241616 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15285/tid=15300] ppid=15282 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/15285/task/15300/stat : 15300 (java) S 15282 15285 12018 0 -1 4202560 3016 0 0 0 22 0 0 0 20 0 19 0 10344479 9856040960 11813 33554432000 1073741824 1073778376 140737295347040 140339196189496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15285/tid=15301] ppid=15282 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/15285/task/15301/stat : 15301 (java) S 15282 15285 12018 0 -1 4202560 2603 0 0 0 21 0 0 0 20 0 19 0 10344479 9856040960 11813 33554432000 1073741824 1073778376 140737295347040 140339195136952 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15285/tid=15302] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15302/stat : 15302 (java) S 15282 15285 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10344479 9856040960 11813 33554432000 1073741824 1073778376 140737295347040 140339194084088 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15285/tid=15303] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15303/stat : 15303 (java) S 15282 15285 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10344479 9856040960 11813 33554432000 1073741824 1073778376 140737295347040 140339193031752 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15285/tid=15304] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15304/stat : 15304 (java) S 15282 15285 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10344491 9856040960 11813 33554432000 1073741824 1073778376 140737295347040 140339191977000 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 9625040

[startup+6.30076 s]
/proc/loadavg: 2.23 2.18 2.14 4/211 15304
/proc/meminfo: memFree=29935980/32872528 swapFree=1299868/1463388
[pid=15285] ppid=15282 vsize=9625040 CPUtime=6.73 cores=0,2,4,6
/proc/15285/stat : 15285 (java) S 15282 15285 12018 0 -1 4202496 9310 0 1 0 671 2 0 0 20 0 19 0 10344474 9856040960 14374 33554432000 1073741824 1073778376 140737295347040 140737295338176 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15285/statm: 2406260 14374 2257 9 0 2396937 0
[pid=15285/tid=15286] ppid=15282 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/15285/task/15286/stat : 15286 (java) R 15282 15285 12018 0 -1 4202560 2417 0 1 0 624 0 0 0 20 0 19 0 10344475 9856040960 14374 33554432000 1073741824 1073778376 140737295347040 140340114624176 140339952797695 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15285/tid=15288] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15288/stat : 15288 (java) S 15282 15285 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10344475 9856040960 14374 33554432000 1073741824 1073778376 140737295347040 140340076124584 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15285/tid=15289] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15289/stat : 15289 (java) S 15282 15285 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10344475 9856040960 14374 33554432000 1073741824 1073778376 140737295347040 140340075072040 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15285/tid=15290] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15290/stat : 15290 (java) S 15282 15285 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10344475 9856040960 14374 33554432000 1073741824 1073778376 140737295347040 140340074018984 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15285/tid=15291] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15291/stat : 15291 (java) S 15282 15285 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10344475 9856040960 14374 33554432000 1073741824 1073778376 140737295347040 140340072966440 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15285/tid=15292] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15292/stat : 15292 (java) S 15282 15285 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10344475 9856040960 14374 33554432000 1073741824 1073778376 140737295347040 140340071914408 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15285/tid=15293] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15293/stat : 15293 (java) S 15282 15285 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10344475 9856040960 14374 33554432000 1073741824 1073778376 140737295347040 140340070861864 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15285/tid=15294] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15294/stat : 15294 (java) S 15282 15285 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10344475 9856040960 14374 33554432000 1073741824 1073778376 140737295347040 140339952216744 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15285/tid=15295] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15295/stat : 15295 (java) S 15282 15285 12018 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10344475 9856040960 14374 33554432000 1073741824 1073778376 140737295347040 140339951164200 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15285/tid=15296] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15296/stat : 15296 (java) S 15282 15285 12018 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10344476 9856040960 14374 33554432000 1073741824 1073778376 140737295347040 140339938752872 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15285/tid=15297] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15297/stat : 15297 (java) S 15282 15285 12018 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10344477 9856040960 14374 33554432000 1073741824 1073778376 140737295347040 140339937699192 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15285/tid=15298] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15298/stat : 15298 (java) S 15282 15285 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10344477 9856040960 14374 33554432000 1073741824 1073778376 140737295347040 140339936646024 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15285/tid=15299] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15299/stat : 15299 (java) S 15282 15285 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10344479 9856040960 14374 33554432000 1073741824 1073778376 140737295347040 140339197241616 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15285/tid=15300] ppid=15282 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/15285/task/15300/stat : 15300 (java) S 15282 15285 12018 0 -1 4202560 3016 0 0 0 22 0 0 0 20 0 19 0 10344479 9856040960 14374 33554432000 1073741824 1073778376 140737295347040 140339196189496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15285/tid=15301] ppid=15282 vsize=9625040 CPUtime=0.21 cores=0,2,4,6

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

[pid=15285/tid=15297] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15297/stat : 15297 (java) S 15282 15285 12018 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10344477 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140339937699192 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15285/tid=15298] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15298/stat : 15298 (java) S 15282 15285 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10344477 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140339936646024 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15285/tid=15299] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15299/stat : 15299 (java) S 15282 15285 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10344479 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140339197241616 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15285/tid=15300] ppid=15282 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/15285/task/15300/stat : 15300 (java) S 15282 15285 12018 0 -1 4202560 3016 0 0 0 22 0 0 0 20 0 19 0 10344479 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140339196189496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15285/tid=15301] ppid=15282 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/15285/task/15301/stat : 15301 (java) S 15282 15285 12018 0 -1 4202560 2614 0 0 0 25 0 0 0 20 0 19 0 10344479 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140339195136952 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15285/tid=15302] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15302/stat : 15302 (java) S 15282 15285 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10344479 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140339194084088 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15285/tid=15303] ppid=15282 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/15285/task/15303/stat : 15303 (java) S 15282 15285 12018 0 -1 4202560 102 0 0 0 21 19 0 0 20 0 19 0 10344479 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140339193031752 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15285/tid=15304] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15304/stat : 15304 (java) S 15282 15285 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10344491 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140339191977000 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1763
Current children cumulated vsize (KiB) 9625040

[startup+1762.41 s]
/proc/loadavg: 2.18 2.20 2.18 3/211 15435
/proc/meminfo: memFree=29681608/32872528 swapFree=1299868/1463388
[pid=15285] ppid=15282 vsize=9625040 CPUtime=1763.82 cores=0,2,4,6
/proc/15285/stat : 15285 (java) S 15282 15285 12018 0 -1 4202496 11431 0 1 0 176345 37 0 0 20 0 19 0 10344474 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140737295338176 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15285/statm: 2406260 75666 2272 9 0 2396937 0
[pid=15285/tid=15286] ppid=15282 vsize=9625040 CPUtime=1757.31 cores=0,2,4,6
/proc/15285/task/15286/stat : 15286 (java) R 15282 15285 12018 0 -1 4202560 2483 0 1 0 175702 29 0 0 20 0 19 0 10344475 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140340114633016 140339952700900 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15285/tid=15288] ppid=15282 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/15285/task/15288/stat : 15288 (java) S 15282 15285 12018 0 -1 4202560 312 0 0 0 14 3 0 0 20 0 19 0 10344475 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140340076124584 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15285/tid=15289] ppid=15282 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/15285/task/15289/stat : 15289 (java) S 15282 15285 12018 0 -1 4202560 186 0 0 0 14 1 0 0 20 0 19 0 10344475 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140340075072040 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15285/tid=15290] ppid=15282 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/15285/task/15290/stat : 15290 (java) S 15282 15285 12018 0 -1 4202560 184 0 0 0 11 1 0 0 20 0 19 0 10344475 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140340074018984 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15285/tid=15291] ppid=15282 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/15285/task/15291/stat : 15291 (java) S 15282 15285 12018 0 -1 4202560 296 0 0 0 13 2 0 0 20 0 19 0 10344475 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140340072966440 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15285/tid=15292] ppid=15282 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/15285/task/15292/stat : 15292 (java) S 15282 15285 12018 0 -1 4202560 453 0 0 0 18 3 0 0 20 0 19 0 10344475 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140340071914408 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15285/tid=15293] ppid=15282 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/15285/task/15293/stat : 15293 (java) S 15282 15285 12018 0 -1 4202560 135 0 0 0 14 2 0 0 20 0 19 0 10344475 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140340070861864 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15285/tid=15294] ppid=15282 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/15285/task/15294/stat : 15294 (java) S 15282 15285 12018 0 -1 4202560 215 0 0 0 11 2 0 0 20 0 19 0 10344475 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140339952216744 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15285/tid=15295] ppid=15282 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/15285/task/15295/stat : 15295 (java) S 15282 15285 12018 0 -1 4202560 121 0 0 0 8 2 0 0 20 0 19 0 10344475 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140339951164200 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15285/tid=15296] ppid=15282 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/15285/task/15296/stat : 15296 (java) S 15282 15285 12018 0 -1 4202560 54 0 0 0 1 0 0 0 20 0 19 0 10344476 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140339938752872 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15285/tid=15297] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15297/stat : 15297 (java) S 15282 15285 12018 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10344477 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140339937699192 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15285/tid=15298] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15298/stat : 15298 (java) S 15282 15285 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10344477 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140339936646024 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15285/tid=15299] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15299/stat : 15299 (java) S 15282 15285 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10344479 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140339197241616 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15285/tid=15300] ppid=15282 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/15285/task/15300/stat : 15300 (java) S 15282 15285 12018 0 -1 4202560 3016 0 0 0 22 0 0 0 20 0 19 0 10344479 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140339196189496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15285/tid=15301] ppid=15282 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/15285/task/15301/stat : 15301 (java) S 15282 15285 12018 0 -1 4202560 2614 0 0 0 27 0 0 0 20 0 19 0 10344479 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140339195136952 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15285/tid=15302] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15302/stat : 15302 (java) S 15282 15285 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10344479 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140339194084088 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15285/tid=15303] ppid=15282 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/15285/task/15303/stat : 15303 (java) S 15282 15285 12018 0 -1 4202560 102 0 0 0 21 19 0 0 20 0 19 0 10344479 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140339193031752 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15285/tid=15304] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15304/stat : 15304 (java) S 15282 15285 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10344491 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140339191977000 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1763.82
Current children cumulated vsize (KiB) 9625040

[startup+1762.6 s]
/proc/loadavg: 2.18 2.20 2.18 3/211 15435
/proc/meminfo: memFree=29681608/32872528 swapFree=1299868/1463388
[pid=15285] ppid=15282 vsize=9625040 CPUtime=1764.02 cores=0,2,4,6
/proc/15285/stat : 15285 (java) S 15282 15285 12018 0 -1 4202496 11431 0 1 0 176365 37 0 0 20 0 19 0 10344474 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140737295338176 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15285/statm: 2406260 75666 2272 9 0 2396937 0
[pid=15285/tid=15286] ppid=15282 vsize=9625040 CPUtime=1757.5 cores=0,2,4,6
/proc/15285/task/15286/stat : 15286 (java) R 15282 15285 12018 0 -1 4202560 2483 0 1 0 175721 29 0 0 20 0 19 0 10344475 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140340114633272 140339952797763 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15285/tid=15288] ppid=15282 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/15285/task/15288/stat : 15288 (java) S 15282 15285 12018 0 -1 4202560 312 0 0 0 14 3 0 0 20 0 19 0 10344475 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140340076124584 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15285/tid=15289] ppid=15282 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/15285/task/15289/stat : 15289 (java) S 15282 15285 12018 0 -1 4202560 186 0 0 0 14 1 0 0 20 0 19 0 10344475 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140340075072040 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15285/tid=15290] ppid=15282 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/15285/task/15290/stat : 15290 (java) S 15282 15285 12018 0 -1 4202560 184 0 0 0 11 1 0 0 20 0 19 0 10344475 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140340074018984 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15285/tid=15291] ppid=15282 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/15285/task/15291/stat : 15291 (java) S 15282 15285 12018 0 -1 4202560 296 0 0 0 13 2 0 0 20 0 19 0 10344475 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140340072966440 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15285/tid=15292] ppid=15282 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/15285/task/15292/stat : 15292 (java) S 15282 15285 12018 0 -1 4202560 453 0 0 0 18 3 0 0 20 0 19 0 10344475 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140340071914408 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15285/tid=15293] ppid=15282 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/15285/task/15293/stat : 15293 (java) S 15282 15285 12018 0 -1 4202560 135 0 0 0 14 2 0 0 20 0 19 0 10344475 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140340070861864 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15285/tid=15294] ppid=15282 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/15285/task/15294/stat : 15294 (java) S 15282 15285 12018 0 -1 4202560 215 0 0 0 11 2 0 0 20 0 19 0 10344475 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140339952216744 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15285/tid=15295] ppid=15282 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/15285/task/15295/stat : 15295 (java) S 15282 15285 12018 0 -1 4202560 121 0 0 0 8 2 0 0 20 0 19 0 10344475 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140339951164200 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15285/tid=15296] ppid=15282 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/15285/task/15296/stat : 15296 (java) S 15282 15285 12018 0 -1 4202560 54 0 0 0 1 0 0 0 20 0 19 0 10344476 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140339938752872 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15285/tid=15297] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15297/stat : 15297 (java) S 15282 15285 12018 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10344477 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140339937699192 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15285/tid=15298] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15298/stat : 15298 (java) S 15282 15285 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10344477 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140339936646024 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15285/tid=15299] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15299/stat : 15299 (java) S 15282 15285 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10344479 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140339197241616 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15285/tid=15300] ppid=15282 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/15285/task/15300/stat : 15300 (java) S 15282 15285 12018 0 -1 4202560 3016 0 0 0 22 0 0 0 20 0 19 0 10344479 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140339196189496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15285/tid=15301] ppid=15282 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/15285/task/15301/stat : 15301 (java) S 15282 15285 12018 0 -1 4202560 2614 0 0 0 27 0 0 0 20 0 19 0 10344479 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140339195136952 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15285/tid=15302] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15302/stat : 15302 (java) S 15282 15285 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10344479 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140339194084088 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15285/tid=15303] ppid=15282 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/15285/task/15303/stat : 15303 (java) S 15282 15285 12018 0 -1 4202560 102 0 0 0 21 19 0 0 20 0 19 0 10344479 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140339193031752 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15285/tid=15304] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15304/stat : 15304 (java) S 15282 15285 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10344491 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140339191977000 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1764.02
Current children cumulated vsize (KiB) 9625040

[startup+1762.7 s]
/proc/loadavg: 2.18 2.20 2.18 3/211 15435
/proc/meminfo: memFree=29681608/32872528 swapFree=1299868/1463388
[pid=15285] ppid=15282 vsize=9625040 CPUtime=1764.13 cores=0,2,4,6
/proc/15285/stat : 15285 (java) S 15282 15285 12018 0 -1 4202496 11431 0 1 0 176376 37 0 0 20 0 19 0 10344474 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140737295338176 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15285/statm: 2406260 75666 2272 9 0 2396937 0
[pid=15285/tid=15286] ppid=15282 vsize=9625040 CPUtime=1757.6 cores=0,2,4,6
/proc/15285/task/15286/stat : 15286 (java) R 15282 15285 12018 0 -1 4202560 2483 0 1 0 175731 29 0 0 20 0 19 0 10344475 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140340114633224 140339952883895 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15285/tid=15288] ppid=15282 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/15285/task/15288/stat : 15288 (java) S 15282 15285 12018 0 -1 4202560 312 0 0 0 14 3 0 0 20 0 19 0 10344475 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140340076124584 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15285/tid=15289] ppid=15282 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/15285/task/15289/stat : 15289 (java) S 15282 15285 12018 0 -1 4202560 186 0 0 0 14 1 0 0 20 0 19 0 10344475 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140340075072040 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15285/tid=15290] ppid=15282 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/15285/task/15290/stat : 15290 (java) S 15282 15285 12018 0 -1 4202560 184 0 0 0 11 1 0 0 20 0 19 0 10344475 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140340074018984 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15285/tid=15291] ppid=15282 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/15285/task/15291/stat : 15291 (java) S 15282 15285 12018 0 -1 4202560 296 0 0 0 13 2 0 0 20 0 19 0 10344475 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140340072966440 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15285/tid=15292] ppid=15282 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/15285/task/15292/stat : 15292 (java) S 15282 15285 12018 0 -1 4202560 453 0 0 0 18 3 0 0 20 0 19 0 10344475 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140340071914408 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15285/tid=15293] ppid=15282 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/15285/task/15293/stat : 15293 (java) S 15282 15285 12018 0 -1 4202560 135 0 0 0 14 2 0 0 20 0 19 0 10344475 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140340070861864 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15285/tid=15294] ppid=15282 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/15285/task/15294/stat : 15294 (java) S 15282 15285 12018 0 -1 4202560 215 0 0 0 11 2 0 0 20 0 19 0 10344475 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140339952216744 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15285/tid=15295] ppid=15282 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/15285/task/15295/stat : 15295 (java) S 15282 15285 12018 0 -1 4202560 121 0 0 0 8 2 0 0 20 0 19 0 10344475 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140339951164200 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15285/tid=15296] ppid=15282 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/15285/task/15296/stat : 15296 (java) S 15282 15285 12018 0 -1 4202560 54 0 0 0 1 0 0 0 20 0 19 0 10344476 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140339938752872 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15285/tid=15297] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15297/stat : 15297 (java) S 15282 15285 12018 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10344477 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140339937699192 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15285/tid=15298] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15298/stat : 15298 (java) S 15282 15285 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10344477 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140339936646024 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15285/tid=15299] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15299/stat : 15299 (java) S 15282 15285 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10344479 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140339197241616 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15285/tid=15300] ppid=15282 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/15285/task/15300/stat : 15300 (java) S 15282 15285 12018 0 -1 4202560 3016 0 0 0 22 0 0 0 20 0 19 0 10344479 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140339196189496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15285/tid=15301] ppid=15282 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/15285/task/15301/stat : 15301 (java) S 15282 15285 12018 0 -1 4202560 2614 0 0 0 29 0 0 0 20 0 19 0 10344479 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140339195136952 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15285/tid=15302] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15302/stat : 15302 (java) S 15282 15285 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10344479 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140339194084088 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15285/tid=15303] ppid=15282 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/15285/task/15303/stat : 15303 (java) S 15282 15285 12018 0 -1 4202560 102 0 0 0 21 19 0 0 20 0 19 0 10344479 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140339193031752 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15285/tid=15304] ppid=15282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15285/task/15304/stat : 15304 (java) S 15282 15285 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10344491 9856040960 75666 33554432000 1073741824 1073778376 140737295347040 140339191977000 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1764.13
Current children cumulated vsize (KiB) 9625040

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15285 and gives
#  childrusage.ru_utime.tv_sec=1759
#  childrusage.ru_utime.tv_usec=294546
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=781881
# CPU time returned by wait4() is 1760.08
# while last known CPU time is 1764.13
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1762.78
CPU time (s): 1764.13
CPU user time (s): 1763.76
CPU system time (s): 0.37
CPU usage (%): 100.077
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1759.29
system time used= 0.781881
maximum resident set size= 302752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11456
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1064
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37531
involuntary context switches= 10629

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.0315 second user time and 11.6762 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-30 20:59:45
IDJOB=4121006
IDBENCH=110220
IDSOLVER=2546
FILE ID=node121/4121006-1467313185
RUNJOBID= node121-1467310545-14394
PBS_JOBID= 20005265
Free space on /tmp= 71700 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-fixed-bandwidth-85.cnf.gz-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4121006-1467313185/watcher-4121006-1467313185 -o /tmp/evaluation-result-4121006-1467313185/solver-4121006-1467313185 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1467310545-14394 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4121006-1467313185.opb

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

MD5SUM BENCH= 97878ca4fcd9ab35d2b8b5c51c254217
RANDOM SEED=836441360

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		: 2667.172
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	: 5334.34
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		: 2667.172
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		: 2667.172
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.54
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		: 2667.172
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		: 2667.172
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		: 2667.172
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.56
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		: 2667.172
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		: 2667.172
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:        29984800 kB
Buffers:          119520 kB
Cached:           338000 kB
SwapCached:            0 kB
Active:           451984 kB
Inactive:         229168 kB
Active(anon):     211880 kB
Inactive(anon):    14568 kB
Active(file):     240104 kB
Inactive(file):   214600 kB
Unevictable:     1463388 kB
Mlocked:         1299868 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               796 kB
Writeback:             0 kB
AnonPages:       1686868 kB
Mapped:            21976 kB
Shmem:               204 kB
Slab:             609956 kB
SReclaimable:      54108 kB
SUnreclaim:       555848 kB
KernelStack:        1648 kB
PageTables:         7432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2144872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    339968 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= 71700 MiB
End job on node121 at 2016-06-30 21:29:08