Trace number 4118079

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16SAT (TO)-2996225 1800.62 899.647

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-BIGINT-NLC/
minlplib2-pb-0.1.0/opb/normalized-graphpart_2g-0077-0077.opb
MD5SUM0d88d904aa157e0679b6f88fba7dd9a1
Bench CategoryOPT-BIGINT-NLC (optimisation, big integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-3229106
Best CPU time to get the best result obtained on this benchmark1800.01
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables147
Total number of constraints49
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)49
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 294
Biggest coefficient in the objective function 449347
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 24891216
Number of bits of the sum of numbers in the objective function 25
Biggest number in a constraint 449347
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 24891216
Number of bits of the biggest sum of numbers25
Number of products (including duplicates)294
Sum of products size (including duplicates)588
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4118079-1467220088.opb
0.11/0.10	c reading problem ... 
0.11/0.11	c  objective function found
0.11/0.18	c ... done. Wall clock time 0.07s.
0.11/0.18	c declared #vars     147
0.11/0.18	c internal #vars     441
0.11/0.18	c #constraints  686
0.11/0.18	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.18	c constraints type 
0.11/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 343
0.11/0.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 49
0.11/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 294
0.11/0.18	c 686 constraints processed.
0.11/0.18	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.18	c constraints type 
0.11/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 343
0.11/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 49
0.11/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 294
0.11/0.18	c 686 constraints processed.
0.11/0.18	c objective function length is 294 literals
0.11/0.19	c And the winner is solver0
0.27/0.68	c SATISFIABLE
0.27/0.68	c OPTIMIZING...
0.27/0.68	c Got one! Elapsed wall clock time (in seconds):0.575
0.27/0.68	o -2948438
1.08/0.93	c And the winner is solver0
1.45/1.18	c Got one! Elapsed wall clock time (in seconds):1.079
1.45/1.18	o -2950773
2.93/1.62	c And the winner is solver1
2.93/1.69	c Got one! Elapsed wall clock time (in seconds):1.582
2.93/1.69	o -2996225
3.46/1.95	c cleaning 3258 clauses out of 6515 with flag 4585/6515
4.93/2.58	c cleaning 4629 clauses out of 9257 with flag 18693/12515
6.37/3.22	c cleaning 5816 clauses out of 11632 with flag 35226/19519
8.02/4.03	c cleaning 6908 clauses out of 13816 with flag 53375/27519
9.92/4.97	c cleaning 7945 clauses out of 15906 with flag 73571/36517
11.97/5.94	c cleaning 8973 clauses out of 17959 with flag 95421/46515
14.19/7.06	c cleaning 9992 clauses out of 19986 with flag 120750/57515
16.72/8.27	c cleaning 10997 clauses out of 21994 with flag 146457/69515
19.99/9.86	c cleaning 12000 clauses out of 23999 with flag 173840/82517
22.99/11.36	c cleaning 12999 clauses out of 25998 with flag 203418/96516
27.28/13.45	c cleaning 13999 clauses out of 27998 with flag 234948/111515
31.68/15.67	c cleaning 14999 clauses out of 29999 with flag 269093/127515
36.79/18.18	c cleaning 16000 clauses out of 32000 with flag 305365/144515
42.40/20.97	c cleaning 16997 clauses out of 34000 with flag 344197/162515
47.39/23.48	c cleaning 18002 clauses out of 36003 with flag 384452/181515
51.79/25.69	c cleaning 18994 clauses out of 38001 with flag 426344/201515
56.58/28.03	c cleaning 20001 clauses out of 40007 with flag 470466/222515
61.38/30.49	c cleaning 21001 clauses out of 42006 with flag 516895/244515
66.80/33.16	c cleaning 22004 clauses out of 44007 with flag 564794/267517
71.59/35.58	c cleaning 23001 clauses out of 46001 with flag 614902/291515
78.39/38.95	c cleaning 23990 clauses out of 48000 with flag 674857/316515
85.58/42.51	c cleaning 25004 clauses out of 50013 with flag 734001/342518
93.20/46.39	c cleaning 25993 clauses out of 52006 with flag 799785/369515
102.38/50.99	c cleaning 27007 clauses out of 54013 with flag 873502/397515
112.32/55.82	c cleaning 27996 clauses out of 56006 with flag 946872/426515
122.12/60.72	c cleaning 29004 clauses out of 58014 with flag 1021677/456519
130.53/64.98	c cleaning 29999 clauses out of 60011 with flag 1096470/487520
140.91/70.16	c cleaning 31005 clauses out of 62010 with flag 1175858/519518
152.85/76.02	c cleaning 31999 clauses out of 64002 with flag 1251047/552515
165.03/82.11	c cleaning 32995 clauses out of 66003 with flag 1333343/586515
178.23/88.70	c cleaning 34000 clauses out of 68010 with flag 1422906/621517
191.43/95.30	c cleaning 34999 clauses out of 70008 with flag 1517026/657515
204.23/101.75	c cleaning 36001 clauses out of 72010 with flag 1613003/694516
217.74/108.45	c cleaning 36999 clauses out of 74009 with flag 1702940/732516
230.34/114.79	c cleaning 37999 clauses out of 76011 with flag 1789282/771517
244.73/121.92	c cleaning 39002 clauses out of 78010 with flag 1882495/811515
259.33/129.28	c cleaning 39997 clauses out of 80009 with flag 1979340/852516
275.74/137.49	c cleaning 41004 clauses out of 82011 with flag 2085382/894515
294.56/146.80	c cleaning 42004 clauses out of 84009 with flag 2197216/937517
315.58/157.39	c cleaning 43001 clauses out of 86003 with flag 2307777/981515
332.51/165.71	c cleaning 43997 clauses out of 88002 with flag 2418586/1026515
351.51/175.25	c cleaning 44998 clauses out of 90006 with flag 2525455/1072516
368.52/183.78	c cleaning 45996 clauses out of 92007 with flag 2630143/1119515
384.70/191.84	c cleaning 46997 clauses out of 94011 with flag 2735008/1167515
403.91/201.44	c cleaning 48004 clauses out of 96016 with flag 2842116/1216517
424.29/211.64	c cleaning 49001 clauses out of 98013 with flag 2955024/1266518
443.89/221.44	c cleaning 49996 clauses out of 100010 with flag 3071604/1317516
462.70/230.89	c cleaning 51005 clauses out of 102014 with flag 3192013/1369516
482.90/240.97	c cleaning 52006 clauses out of 104011 with flag 3314422/1422518
501.68/250.35	c cleaning 52998 clauses out of 106005 with flag 3439494/1476518
523.68/261.37	c cleaning 54003 clauses out of 108005 with flag 3564155/1531516
547.67/273.35	c cleaning 55001 clauses out of 110002 with flag 3688567/1587516
577.08/288.07	c cleaning 55995 clauses out of 112000 with flag 3819149/1644515
600.27/299.63	c cleaning 57004 clauses out of 114007 with flag 3953039/1702517
624.07/311.52	c cleaning 57995 clauses out of 116001 with flag 4084414/1761515
647.87/323.45	c cleaning 59000 clauses out of 118006 with flag 4215448/1821515
677.91/338.53	c cleaning 60003 clauses out of 120007 with flag 4350952/1882516
703.91/351.52	c cleaning 60996 clauses out of 122004 with flag 4486123/1944516
731.54/365.33	c cleaning 62004 clauses out of 124007 with flag 4625548/2007515
761.72/380.48	c cleaning 62999 clauses out of 126004 with flag 4765051/2071516
786.72/392.99	c cleaning 64001 clauses out of 128005 with flag 4912345/2136516
816.32/407.75	c cleaning 65000 clauses out of 130003 with flag 5067391/2202515
853.72/426.46	c cleaning 65997 clauses out of 132004 with flag 5222926/2269516
885.33/442.29	c cleaning 66999 clauses out of 134007 with flag 5377649/2337516
918.33/458.79	c cleaning 68003 clauses out of 136009 with flag 5538121/2406517
951.13/475.13	c cleaning 68999 clauses out of 138007 with flag 5703659/2476518
988.32/493.70	c cleaning 69997 clauses out of 140006 with flag 5873794/2547516
1023.33/511.26	c cleaning 70997 clauses out of 142008 with flag 6036763/2619515
1056.33/527.71	c cleaning 71992 clauses out of 144011 with flag 6200812/2692515
1090.73/544.92	c cleaning 73005 clauses out of 146020 with flag 6369359/2766516
1120.13/559.61	c cleaning 74003 clauses out of 148014 with flag 6536785/2841515
1153.07/576.17	c cleaning 75000 clauses out of 150011 with flag 6708001/2917515
1191.72/595.48	c cleaning 76003 clauses out of 152013 with flag 6880848/2994517
1242.93/621.07	c cleaning 76999 clauses out of 154009 with flag 7054602/3072516
1295.13/647.15	c cleaning 78005 clauses out of 156011 with flag 7227859/3151517
1351.74/675.50	c cleaning 78993 clauses out of 158004 with flag 7407836/3231515
1405.62/702.38	c cleaning 80002 clauses out of 160012 with flag 7591381/3312516
1451.21/725.18	c cleaning 81003 clauses out of 162013 with flag 7775701/3394519
1496.41/747.72	c cleaning 82003 clauses out of 164008 with flag 7962472/3477517
1539.01/769.02	c cleaning 82995 clauses out of 166005 with flag 8149506/3561517
1585.01/792.04	c cleaning 84005 clauses out of 168009 with flag 8337917/3646516
1639.78/819.42	c cleaning 85002 clauses out of 170004 with flag 8530834/3732516
1700.37/849.78	c cleaning 86003 clauses out of 172005 with flag 8727483/3819519
1756.36/877.74	c cleaning 86998 clauses out of 173998 with flag 8929602/3907515
1800.15/899.60	c >>>>>>>>>> Solver number 0 (2 answers) <<<<<<<<<<<<<<<<<<
1800.15/899.60	c starts		: 2873
1800.15/899.60	c conflicts		: 3976108
1800.15/899.60	c decisions		: 4559580
1800.15/899.60	c propagations		: 218043865
1800.15/899.60	c inspects		: 14601298098
1800.15/899.60	c shortcuts		: 0
1800.15/899.60	c learnt literals	: 0
1800.15/899.60	c learnt binary clauses	: 0
1800.15/899.60	c learnt ternary clauses	: 0
1800.15/899.60	c learnt constraints	: 3976108
1800.15/899.60	c ignored constraints	: 0
1800.15/899.60	c root simplifications	: 0
1800.15/899.60	c removed literals (reason simplification)	: 2813379
1800.15/899.60	c reason swapping (by a shorter reason)	: 0
1800.15/899.60	c Calls to reduceDB	: 84
1800.15/899.60	c Number of update (reduction) of LBD	: 179348
1800.15/899.60	c Imported unit clauses	: 0
1800.15/899.60	c number of reductions to clauses (during analyze)	: 0
1800.15/899.60	c number of learned constraints concerned by reduction	: 0
1800.15/899.60	c number of learning phase by resolution	: 0
1800.15/899.60	c number of learning phase by cutting planes	: 0
1800.15/899.60	c speed (assignments/second)	: 242835.14810520888
1800.15/899.60	c non guided choices	3
1800.15/899.63	c learnt constraints type 
1800.15/899.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 155593
1800.15/899.63	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
1800.15/899.63	c starts		: 17
1800.15/899.63	c conflicts		: 2254
1800.15/899.63	c decisions		: 6779
1800.15/899.63	c propagations		: 97292
1800.15/899.63	c inspects		: 15946535
1800.15/899.63	c shortcuts		: 0
1800.15/899.63	c learnt literals	: 0
1800.15/899.63	c learnt binary clauses	: 0
1800.15/899.63	c learnt ternary clauses	: 0
1800.15/899.63	c learnt constraints	: 2253
1800.15/899.63	c ignored constraints	: 0
1800.15/899.63	c root simplifications	: 0
1800.15/899.63	c removed literals (reason simplification)	: 0
1800.15/899.63	c reason swapping (by a shorter reason)	: 0
1800.15/899.63	c Calls to reduceDB	: 0
1800.15/899.63	c Number of update (reduction) of LBD	: 0
1800.15/899.63	c Imported unit clauses	: 0
1800.15/899.63	c number of reductions to clauses (during analyze)	: 0
1800.15/899.63	c number of learned constraints concerned by reduction	: 0
1800.15/899.63	c number of learning phase by resolution	: 0
1800.15/899.63	c number of learning phase by cutting planes	: 0
1800.15/899.63	c speed (assignments/second)	: 108.29004528966352
1800.15/899.63	c non guided choices	2
1800.15/899.63	c learnt constraints type 
1800.15/899.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2253
1800.15/899.63	s SATISFIABLE
1800.15/899.63	c Found 3 solution(s)
1800.15/899.63	v x1 -x2 -x3 -x4 x5 -x6 -x7 x8 -x9 -x10 -x11 x12 x13 -x14 -x15 x16 -x17 -x18 x19 -x20 -x21 -x22 -x23 x24 -x25 -x26 x27 -x28 x29 -x30 x31 -x32 -x33 -x34 x35 -x36 x37 -x38 -x39 -x40 -x41 x42 x43 -x44 -x45 -x46 -x47 x48 -x49 -x50 x51 -x52 -x53 x54 -x55 -x56 x57 -x58 x59 -x60 -x61 x62 -x63 x64 -x65 -x66 -x67 -x68 x69 -x70 -x71 x72 -x73 -x74 x75 -x76 -x77 x78 -x79 x80 -x81 -x82 x83 -x84 -x85 x86 -x87 -x88 -x89 x90 x91 -x92 -x93 -x94 -x95 x96 -x97 -x98 x99 -x100 -x101 x102 -x103 x104 -x105 x106 -x107 -x108 -x109 x110 -x111 -x112 -x113 x114 -x115 -x116 x117 -x118 -x119 x120 x121 -x122 -x123 -x124 -x125 x126 x127 -x128 -x129 -x130 -x131 x132 x133 -x134 -x135 -x136 -x137 x138 -x139 x140 -x141 -x142 x143 -x144 -x145 x146 -x147 
1800.15/899.63	c objective function=-2996225
1800.15/899.63	c Total wall clock time (in seconds): 899.524

Verifier Data

OK	-2996225

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-4118079-1467220088/watcher-4118079-1467220088 -o /tmp/evaluation-result-4118079-1467220088/solver-4118079-1467220088 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1467208983-5283 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4118079-1467220088.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.53 3.30 3.40 5/197 9350
/proc/meminfo: memFree=27830960/32872528 swapFree=1459092/1655316
[pid=9350] ppid=9347 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/9350/stat : 9350 (java) S 9347 9350 5267 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 2960017 98570240 977 33554432000 1073741824 1073778376 140736554002160 140736553993296 239876472893 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9350/statm: 24065 977 743 9 0 16771 0
[pid=9350/tid=9351] ppid=9347 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/9350/task/9351/stat : 9351 (java) R 9347 9350 5267 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 2960018 98570240 977 33554432000 1073741824 1073778376 140736554002160 139870491045416 239873115520 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 3.53 3.30 3.40 5/197 9350
/proc/meminfo: memFree=27830960/32872528 swapFree=1459092/1655316
[pid=9350] ppid=9347 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/9350/stat : 9350 (java) S 9347 9350 5267 0 -1 4202496 4508 0 1 0 10 1 0 0 20 0 18 0 2960017 9787879424 6140 33554432000 1073741824 1073778376 140736554002160 140736553993296 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9350/statm: 2389619 6140 2158 9 0 2380296 0
[pid=9350/tid=9351] ppid=9347 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/9350/task/9351/stat : 9351 (java) R 9347 9350 5267 0 -1 4202560 2385 0 1 0 8 0 0 0 20 0 18 0 2960018 9787879424 6140 33554432000 1073741824 1073778376 140736554002160 139870491048864 239876498701 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200243 s]
/proc/loadavg: 3.53 3.30 3.40 5/197 9350
/proc/meminfo: memFree=27830960/32872528 swapFree=1459092/1655316
[pid=9350] ppid=9347 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/9350/stat : 9350 (java) S 9347 9350 5267 0 -1 4202496 4875 0 1 0 24 3 0 0 20 0 19 0 2960017 10060525568 7965 33554432000 1073741824 1073778376 140736554002160 140736553993296 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9350/statm: 2456183 7965 2216 9 0 2446860 0
[pid=9350/tid=9351] ppid=9347 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/9350/task/9351/stat : 9351 (java) S 9347 9350 5267 0 -1 4202560 2401 0 1 0 16 0 0 0 20 0 19 0 2960018 10060525568 7965 33554432000 1073741824 1073778376 140736554002160 139870491050872 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9824732

[startup+0.300317 s]
/proc/loadavg: 3.53 3.30 3.40 5/197 9350
/proc/meminfo: memFree=27830960/32872528 swapFree=1459092/1655316
[pid=9350] ppid=9347 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/9350/stat : 9350 (java) S 9347 9350 5267 0 -1 4202496 4875 0 1 0 24 3 0 0 20 0 19 0 2960017 10060525568 7965 33554432000 1073741824 1073778376 140736554002160 140736553993296 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9350/statm: 2456183 7965 2216 9 0 2446860 0
[pid=9350/tid=9351] ppid=9347 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/9350/task/9351/stat : 9351 (java) S 9347 9350 5267 0 -1 4202560 2401 0 1 0 16 0 0 0 20 0 19 0 2960018 10060525568 7965 33554432000 1073741824 1073778376 140736554002160 139870491050872 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9824732

[startup+0.700278 s]
/proc/loadavg: 3.53 3.30 3.40 5/197 9350
/proc/meminfo: memFree=27830960/32872528 swapFree=1459092/1655316
[pid=9350] ppid=9347 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/9350/stat : 9350 (java) S 9347 9350 5267 0 -1 4202496 4901 0 1 0 27 3 0 0 20 0 22 0 2960017 10060525568 9013 33554432000 1073741824 1073778376 140736554002160 140736553993296 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9350/statm: 2456183 9013 2218 9 0 2446860 0
[pid=9350/tid=9351] ppid=9347 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/9350/task/9351/stat : 9351 (java) S 9347 9350 5267 0 -1 4202560 2401 0 1 0 16 0 0 0 20 0 22 0 2960018 10060525568 9013 33554432000 1073741824 1073778376 140736554002160 139870491050872 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9824732

[startup+1.50073 s]
/proc/loadavg: 3.73 3.35 3.41 4/216 9375
/proc/meminfo: memFree=27774452/32872528 swapFree=1459092/1655316
[pid=9350] ppid=9347 vsize=9824732 CPUtime=2.55 cores=0,2,4,6
/proc/9350/stat : 9350 (java) S 9347 9350 5267 0 -1 4202496 16896 0 1 0 247 8 0 0 20 0 22 0 2960017 10060525568 25510 33554432000 1073741824 1073778376 140736554002160 140736553993296 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9350/statm: 2456183 25510 2264 9 0 2446860 0
[pid=9350/tid=9351] ppid=9347 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/9350/task/9351/stat : 9351 (java) S 9347 9350 5267 0 -1 4202560 2401 0 1 0 17 0 0 0 20 0 22 0 2960018 10060525568 25510 33554432000 1073741824 1073778376 140736554002160 139870491050872 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9350/tid=9353] ppid=9347 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9350/task/9353/stat : 9353 (java) S 9347 9350 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2960018 10060525568 25510 33554432000 1073741824 1073778376 140736554002160 139870452541736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9350/tid=9354] ppid=9347 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9350/task/9354/stat : 9354 (java) S 9347 9350 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2960018 10060525568 25510 33554432000 1073741824 1073778376 140736554002160 139870451488936 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9350/tid=9355] ppid=9347 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9350/task/9355/stat : 9355 (java) S 9347 9350 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2960018 10060525568 25510 33554432000 1073741824 1073778376 140736554002160 139870450436648 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9350/tid=9356] ppid=9347 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9350/task/9356/stat : 9356 (java) S 9347 9350 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2960018 10060525568 25510 33554432000 1073741824 1073778376 140736554002160 139870449383848 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9350/tid=9357] ppid=9347 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9350/task/9357/stat : 9357 (java) S 9347 9350 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2960018 10060525568 25510 33554432000 1073741824 1073778376 140736554002160 139870448331560 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9350/tid=9358] ppid=9347 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9350/task/9358/stat : 9358 (java) S 9347 9350 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2960018 10060525568 25510 33554432000 1073741824 1073778376 140736554002160 139870447278760 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9350/tid=9359] ppid=9347 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9350/task/9359/stat : 9359 (java) S 9347 9350 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2960018 10060525568 25510 33554432000 1073741824 1073778376 140736554002160 139870446226472 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9350/tid=9360] ppid=9347 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9350/task/9360/stat : 9360 (java) S 9347 9350 5267 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 2960018 10060525568 25510 33554432000 1073741824 1073778376 140736554002160 139870445173672 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9350/tid=9361] ppid=9347 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9350/task/9361/stat : 9361 (java) S 9347 9350 5267 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2960019 10060525568 25510 33554432000 1073741824 1073778376 140736554002160 139870314911976 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9350/tid=9362] ppid=9347 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9350/task/9362/stat : 9362 (java) S 9347 9350 5267 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 2960020 10060525568 25510 33554432000 1073741824 1073778376 140736554002160 139870313858040 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9350/tid=9363] ppid=9347 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9350/task/9363/stat : 9363 (java) S 9347 9350 5267 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2960020 10060525568 25510 33554432000 1073741824 1073778376 140736554002160 139870312805640 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9350/tid=9364] ppid=9347 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9350/task/9364/stat : 9364 (java) S 9347 9350 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2960022 10060525568 25510 33554432000 1073741824 1073778376 140736554002160 139870311754128 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9350/tid=9365] ppid=9347 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/9350/task/9365/stat : 9365 (java) R 9347 9350 5267 0 -1 4202560 5525 0 0 0 56 0 0 0 20 0 22 0 2960022 10060525568 25510 33554432000 1073741824 1073778376 140736554002160 139870310701752 139870494575120 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9350/tid=9366] ppid=9347 vsize=9824732 CPUtime=0.63 cores=0,2,4,6
/proc/9350/task/9366/stat : 9366 (java) R 9347 9350 5267 0 -1 4202560 7583 0 0 0 61 2 0 0 20 0 22 0 2960022 10060525568 25510 33554432000 1073741824 1073778376 140736554002160 139870309648952 139870497013301 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9350/tid=9367] ppid=9347 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9350/task/9367/stat : 9367 (java) S 9347 9350 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2960022 10060525568 25510 33554432000 1073741824 1073778376 140736554002160 139869435194488 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9350/tid=9368] ppid=9347 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9350/task/9368/stat : 9368 (java) S 9347 9350 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2960022 10060525568 25510 33554432000 1073741824 1073778376 140736554002160 139869434141896 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9350/tid=9371] ppid=9347 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9350/task/9371/stat : 9371 (java) S 9347 9350 5267 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 2960036 10060525568 25510 33554432000 1073741824 1073778376 140736554002160 139869430981800 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 9824732

[startup+3.10085 s]
/proc/loadavg: 3.73 3.35 3.41 7/219 9381
/proc/meminfo: memFree=27644684/32872528 swapFree=1459092/1655316
[pid=9350] ppid=9347 vsize=9824732 CPUtime=6.17 cores=0,2,4,6
/proc/9350/stat : 9350 (java) S 9347 9350 5267 0 -1 4202496 18265 0 1 0 605 12 0 0 20 0 22 0 2960017 10060525568 51724 33554432000 1073741824 1073778376 140736554002160 140736553993296 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9350/statm: 2456183 51724 2284 9 0 2446860 0
[pid=9350/tid=9351] ppid=9347 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/9350/task/9351/stat : 9351 (java) S 9347 9350 5267 0 -1 4202560 2402 0 1 0 17 0 0 0 20 0 22 0 2960018 10060525568 51724 33554432000 1073741824 1073778376 140736554002160 139870491050872 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9350/tid=9353] ppid=9347 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9350/task/9353/stat : 9353 (java) S 9347 9350 5267 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 2960018 10060525568 51724 33554432000 1073741824 1073778376 140736554002160 139870452541736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9350/tid=9354] ppid=9347 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/9350/task/9354/stat : 9354 (java) S 9347 9350 5267 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 2960018 10060525568 51724 33554432000 1073741824 1073778376 140736554002160 139870451488936 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9350/tid=9355] ppid=9347 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9350/task/9355/stat : 9355 (java) S 9347 9350 5267 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2960018 10060525568 51724 33554432000 1073741824 1073778376 140736554002160 139870450436648 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9350/tid=9356] ppid=9347 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/9350/task/9356/stat : 9356 (java) S 9347 9350 5267 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 2960018 10060525568 51724 33554432000 1073741824 1073778376 140736554002160 139870449383848 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9350/tid=9357] ppid=9347 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9350/task/9357/stat : 9357 (java) S 9347 9350 5267 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 2960018 10060525568 51724 33554432000 1073741824 1073778376 140736554002160 139870448331560 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9350/tid=9358] ppid=9347 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9350/task/9358/stat : 9358 (java) S 9347 9350 5267 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 2960018 10060525568 51724 33554432000 1073741824 1073778376 140736554002160 139870447278760 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9350/tid=9359] ppid=9347 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/9350/task/9359/stat : 9359 (java) S 9347 9350 5267 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 2960018 10060525568 51724 33554432000 1073741824 1073778376 140736554002160 139870446226472 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9350/tid=9360] ppid=9347 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/9350/task/9360/stat : 9360 (java) S 9347 9350 5267 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 2960018 10060525568 51724 33554432000 1073741824 1073778376 140736554002160 139870445173672 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9350/tid=9361] ppid=9347 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9350/task/9361/stat : 9361 (java) S 9347 9350 5267 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 2960019 10060525568 51724 33554432000 1073741824 1073778376 140736554002160 139870314911976 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9350/tid=9362] ppid=9347 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9350/task/9362/stat : 9362 (java) S 9347 9350 5267 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2960020 10060525568 51724 33554432000 1073741824 1073778376 140736554002160 139870313858040 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9350/tid=9363] ppid=9347 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9350/task/9363/stat : 9363 (java) S 9347 9350 5267 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2960020 10060525568 51724 33554432000 1073741824 1073778376 140736554002160 139870312805640 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9350/tid=9364] ppid=9347 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9350/task/9364/stat : 9364 (java) S 9347 9350 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2960022 10060525568 51724 33554432000 1073741824 1073778376 140736554002160 139870311754128 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9350/tid=9365] ppid=9347 vsize=9824732 CPUtime=0.78 cores=0,2,4,6
/proc/9350/task/9365/stat : 9365 (java) S 9347 9350 5267 0 -1 4202560 6687 0 0 0 77 1 0 0 20 0 22 0 2960022 10060525568 51724 33554432000 1073741824 1073778376 140736554002160 139870310701752 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9350/tid=9366] ppid=9347 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/9350/task/9366/stat : 9366 (java) S 9347 9350 5267 0 -1 4202560 7590 0 0 0 87 2 0 0 20 0 22 0 2960022 10060525568 51724 33554432000 1073741824 1073778376 140736554002160 139870309648952 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9350/tid=9367] ppid=9347 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9350/task/9367/stat : 9367 (java) S 9347 9350 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2960022 10060525568 51724 33554432000 1073741824 1073778376 140736554002160 139869435194488 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9350/tid=9368] ppid=9347 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9350/task/9368/stat : 9368 (java) S 9347 9350 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2960022 10060525568 51724 33554432000 1073741824 1073778376 140736554002160 139869434141896 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9350/tid=9378] ppid=9347 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9350/task/9378/stat : 9378 (java) S 9347 9350 5267 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2960136 10060525568 51724 33554432000 1073741824 1073778376 140736554002160 139869429928744 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9350/tid=9379] ppid=9347 vsize=9824732 CPUtime=1.34 cores=0,2,4,6
/proc/9350/task/9379/stat : 9379 (java) R 9347 9350 5267 0 -1 4202560 7 0 0 0 134 0 0 0 20 0 22 0 2960186 10060525568 51724 33554432000 1073741824 1073778376 140736554002160 139869433086792 139870324890215 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=9350/tid=9380] ppid=9347 vsize=9824732 CPUtime=1.34 cores=0,2,4,6
/proc/9350/task/9380/stat : 9380 (java) R 9347 9350 5267 0 -1 4202560 29 0 0 0 134 0 0 0 20 0 22 0 2960186 10060525568 51724 33554432000 1073741824 1073778376 140736554002160 139869430979728 139870325222024 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9350/tid=9381] ppid=9347 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9350/task/9381/stat : 9381 (java) S 9347 9350 5267 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2960187 10060525568 51724 33554432000 1073741824 1073778376 140736554002160 139869432034728 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 9824732

[startup+6.30092 s]
/proc/loadavg: 3.73 3.35 3.41 6/219 9381
/proc/meminfo: memFree=27434364/32872528 swapFree=1459092/1655316
[pid=9350] ppid=9347 vsize=9824732 CPUtime=12.79 cores=0,2,4,6
/proc/9350/stat : 9350 (java) S 9347 9350 5267 0 -1 4202496 18606 0 1 0 1255 24 0 0 20 0 22 0 2960017 10060525568 93950 33554432000 1073741824 1073778376 140736554002160 140736553993296 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9350/statm: 2456183 93950 2285 9 0 2446860 0
[pid=9350/tid=9351] ppid=9347 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/9350/task/9351/stat : 9351 (java) S 9347 9350 5267 0 -1 4202560 2402 0 1 0 17 0 0 0 20 0 22 0 2960018 10060525568 93950 33554432000 1073741824 1073778376 140736554002160 139870491050872 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9350/tid=9353] ppid=9347 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/9350/task/9353/stat : 9353 (java) S 9347 9350 5267 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 22 0 2960018 10060525568 93950 33554432000 1073741824 1073778376 140736554002160 139870452541736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9350/tid=9354] ppid=9347 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/9350/task/9354/stat : 9354 (java) S 9347 9350 5267 0 -1 4202560 24 0 0 0 4 2 0 0 20 0 22 0 2960018 10060525568 93950 33554432000 1073741824 1073778376 140736554002160 139870451488936 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9350/tid=9355] ppid=9347 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/9350/task/9355/stat : 9355 (java) S 9347 9350 5267 0 -1 4202560 26 0 0 0 2 2 0 0 20 0 22 0 2960018 10060525568 93950 33554432000 1073741824 1073778376 140736554002160 139870450436648 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9350/tid=9356] ppid=9347 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/9350/task/9356/stat : 9356 (java) S 9347 9350 5267 0 -1 4202560 34 0 0 0 4 2 0 0 20 0 22 0 2960018 10060525568 93950 33554432000 1073741824 1073778376 140736554002160 139870449383848 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9350/tid=9357] ppid=9347 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/9350/task/9357/stat : 9357 (java) S 9347 9350 5267 0 -1 4202560 40 0 0 0 4 2 0 0 20 0 22 0 2960018 10060525568 93950 33554432000 1073741824 1073778376 140736554002160 139870448331560 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9350/tid=9358] ppid=9347 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/9350/task/9358/stat : 9358 (java) S 9347 9350 5267 0 -1 4202560 30 0 0 0 3 2 0 0 20 0 22 0 2960018 10060525568 93950 33554432000 1073741824 1073778376 140736554002160 139870447278760 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9350/tid=9359] ppid=9347 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/9350/task/9359/stat : 9359 (java) S 9347 9350 5267 0 -1 4202560 26 0 0 0 3 1 0 0 20 0 22 0 2960018 10060525568 93950 33554432000 1073741824 1073778376 140736554002160 139870446226472 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9350/tid=9360] ppid=9347 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/9350/task/9360/stat : 9360 (java) S 9347 9350 5267 0 -1 4202560 34 0 0 0 4 2 0 0 20 0 22 0 2960018 10060525568 93950 33554432000 1073741824 1073778376 140736554002160 139870445173672 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9350/tid=9361] ppid=9347 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9350/task/9361/stat : 9361 (java) S 9347 9350 5267 0 -1 4202560 207 0 0 0 0 0 0 0 20 0 22 0 2960019 10060525568 93950 33554432000 1073741824 1073778376 140736554002160 139870314911976 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9350/tid=9362] ppid=9347 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9350/task/9362/stat : 9362 (java) S 9347 9350 5267 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2960020 10060525568 93950 33554432000 1073741824 1073778376 140736554002160 139870313858040 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9350/tid=9363] ppid=9347 vsize=9824732 CPUtime=0 cores=0,2,4,6

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


[startup+822.301 s]
/proc/loadavg: 4.48 4.26 3.91 6/219 9407
/proc/meminfo: memFree=22789592/32872528 swapFree=1459092/1655316
[pid=9350] ppid=9347 vsize=9824732 CPUtime=1645.58 cores=0,2,4,6
/proc/9350/stat : 9350 (java) S 9347 9350 5267 0 -1 4202496 23141 0 1 0 164407 151 0 0 20 0 22 0 2960017 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 140736553993296 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9350/statm: 2456183 747425 2294 9 0 2446860 0
[pid=9350/tid=9351] ppid=9347 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/9350/task/9351/stat : 9351 (java) S 9347 9350 5267 0 -1 4202560 2404 0 1 0 18 2 0 0 20 0 22 0 2960018 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139870491050872 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9350/tid=9353] ppid=9347 vsize=9824732 CPUtime=0.42 cores=0,2,4,6
/proc/9350/task/9353/stat : 9353 (java) S 9347 9350 5267 0 -1 4202560 399 0 0 0 30 12 0 0 20 0 22 0 2960018 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139870452541736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9350/tid=9354] ppid=9347 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/9350/task/9354/stat : 9354 (java) S 9347 9350 5267 0 -1 4202560 288 0 0 0 38 13 0 0 20 0 22 0 2960018 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139870451488936 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9350/tid=9355] ppid=9347 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/9350/task/9355/stat : 9355 (java) S 9347 9350 5267 0 -1 4202560 327 0 0 0 32 14 0 0 20 0 22 0 2960018 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139870450436648 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9350/tid=9356] ppid=9347 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/9350/task/9356/stat : 9356 (java) S 9347 9350 5267 0 -1 4202560 271 0 0 0 24 11 0 0 20 0 22 0 2960018 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139870449383848 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9350/tid=9357] ppid=9347 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/9350/task/9357/stat : 9357 (java) S 9347 9350 5267 0 -1 4202560 270 0 0 0 37 13 0 0 20 0 22 0 2960018 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139870448331560 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9350/tid=9358] ppid=9347 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/9350/task/9358/stat : 9358 (java) S 9347 9350 5267 0 -1 4202560 269 0 0 0 21 9 0 0 20 0 22 0 2960018 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139870447278760 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9350/tid=9359] ppid=9347 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/9350/task/9359/stat : 9359 (java) S 9347 9350 5267 0 -1 4202560 255 0 0 0 29 10 0 0 20 0 22 0 2960018 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139870446226472 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9350/tid=9360] ppid=9347 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/9350/task/9360/stat : 9360 (java) S 9347 9350 5267 0 -1 4202560 327 0 0 0 36 12 0 0 20 0 22 0 2960018 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139870445173672 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9350/tid=9361] ppid=9347 vsize=9824732 CPUtime=0.62 cores=0,2,4,6
/proc/9350/task/9361/stat : 9361 (java) S 9347 9350 5267 0 -1 4202560 1511 0 0 0 60 2 0 0 20 0 22 0 2960019 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139870314911976 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9350/tid=9362] ppid=9347 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9350/task/9362/stat : 9362 (java) S 9347 9350 5267 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2960020 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139870313858040 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9350/tid=9363] ppid=9347 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9350/task/9363/stat : 9363 (java) S 9347 9350 5267 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2960020 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139870312805640 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9350/tid=9364] ppid=9347 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9350/task/9364/stat : 9364 (java) S 9347 9350 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2960022 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139870311754128 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9350/tid=9365] ppid=9347 vsize=9824732 CPUtime=0.8 cores=0,2,4,6
/proc/9350/task/9365/stat : 9365 (java) S 9347 9350 5267 0 -1 4202560 6687 0 0 0 78 2 0 0 20 0 22 0 2960022 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139870310701752 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9350/tid=9366] ppid=9347 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/9350/task/9366/stat : 9366 (java) S 9347 9350 5267 0 -1 4202560 7594 0 0 0 100 2 0 0 20 0 22 0 2960022 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139870309648952 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9350/tid=9367] ppid=9347 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9350/task/9367/stat : 9367 (java) S 9347 9350 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2960022 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139869435194488 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9350/tid=9368] ppid=9347 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/9350/task/9368/stat : 9368 (java) S 9347 9350 5267 0 -1 4202560 47 0 0 0 10 11 0 0 20 0 22 0 2960022 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139869434141896 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9350/tid=9378] ppid=9347 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9350/task/9378/stat : 9378 (java) S 9347 9350 5267 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2960136 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139869429928744 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9350/tid=9379] ppid=9347 vsize=9824732 CPUtime=818.95 cores=0,2,4,6
/proc/9350/task/9379/stat : 9379 (java) R 9347 9350 5267 0 -1 4202560 92 0 0 0 81878 17 0 0 20 0 22 0 2960186 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139869433077792 139870324936992 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9350/tid=9380] ppid=9347 vsize=9824732 CPUtime=819.01 cores=0,2,4,6
/proc/9350/task/9380/stat : 9380 (java) R 9347 9350 5267 0 -1 4202560 1011 0 0 0 81859 42 0 0 20 0 22 0 2960186 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139869430978576 139870325292296 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9350/tid=9381] ppid=9347 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9350/task/9381/stat : 9381 (java) S 9347 9350 5267 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2960187 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139869432034728 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1645.58
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.27 4.24 3.92 5/219 9492
/proc/meminfo: memFree=24924456/32872528 swapFree=1459092/1655316
[pid=9350] ppid=9347 vsize=9824732 CPUtime=1765.58 cores=0,2,4,6
/proc/9350/stat : 9350 (java) S 9347 9350 5267 0 -1 4202496 23145 0 1 0 176404 154 0 0 20 0 22 0 2960017 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 140736553993296 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9350/statm: 2456183 747425 2294 9 0 2446860 0
[pid=9350/tid=9351] ppid=9347 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/9350/task/9351/stat : 9351 (java) S 9347 9350 5267 0 -1 4202560 2404 0 1 0 18 2 0 0 20 0 22 0 2960018 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139870491050872 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9350/tid=9353] ppid=9347 vsize=9824732 CPUtime=0.42 cores=0,2,4,6
/proc/9350/task/9353/stat : 9353 (java) S 9347 9350 5267 0 -1 4202560 399 0 0 0 30 12 0 0 20 0 22 0 2960018 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139870452541736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9350/tid=9354] ppid=9347 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/9350/task/9354/stat : 9354 (java) S 9347 9350 5267 0 -1 4202560 288 0 0 0 38 13 0 0 20 0 22 0 2960018 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139870451488936 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9350/tid=9355] ppid=9347 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/9350/task/9355/stat : 9355 (java) S 9347 9350 5267 0 -1 4202560 327 0 0 0 32 14 0 0 20 0 22 0 2960018 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139870450436648 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9350/tid=9356] ppid=9347 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/9350/task/9356/stat : 9356 (java) S 9347 9350 5267 0 -1 4202560 271 0 0 0 24 11 0 0 20 0 22 0 2960018 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139870449383848 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9350/tid=9357] ppid=9347 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/9350/task/9357/stat : 9357 (java) S 9347 9350 5267 0 -1 4202560 270 0 0 0 37 13 0 0 20 0 22 0 2960018 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139870448331560 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9350/tid=9358] ppid=9347 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/9350/task/9358/stat : 9358 (java) S 9347 9350 5267 0 -1 4202560 269 0 0 0 21 9 0 0 20 0 22 0 2960018 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139870447278760 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9350/tid=9359] ppid=9347 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/9350/task/9359/stat : 9359 (java) S 9347 9350 5267 0 -1 4202560 255 0 0 0 29 10 0 0 20 0 22 0 2960018 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139870446226472 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9350/tid=9360] ppid=9347 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/9350/task/9360/stat : 9360 (java) S 9347 9350 5267 0 -1 4202560 327 0 0 0 36 12 0 0 20 0 22 0 2960018 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139870445173672 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9350/tid=9361] ppid=9347 vsize=9824732 CPUtime=0.62 cores=0,2,4,6
/proc/9350/task/9361/stat : 9361 (java) S 9347 9350 5267 0 -1 4202560 1511 0 0 0 60 2 0 0 20 0 22 0 2960019 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139870314911976 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9350/tid=9362] ppid=9347 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9350/task/9362/stat : 9362 (java) S 9347 9350 5267 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2960020 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139870313858040 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9350/tid=9363] ppid=9347 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9350/task/9363/stat : 9363 (java) S 9347 9350 5267 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2960020 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139870312805640 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9350/tid=9364] ppid=9347 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9350/task/9364/stat : 9364 (java) S 9347 9350 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2960022 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139870311754128 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9350/tid=9365] ppid=9347 vsize=9824732 CPUtime=0.8 cores=0,2,4,6
/proc/9350/task/9365/stat : 9365 (java) S 9347 9350 5267 0 -1 4202560 6687 0 0 0 78 2 0 0 20 0 22 0 2960022 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139870310701752 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9350/tid=9366] ppid=9347 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/9350/task/9366/stat : 9366 (java) S 9347 9350 5267 0 -1 4202560 7594 0 0 0 100 2 0 0 20 0 22 0 2960022 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139870309648952 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9350/tid=9367] ppid=9347 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9350/task/9367/stat : 9367 (java) S 9347 9350 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2960022 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139869435194488 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9350/tid=9368] ppid=9347 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/9350/task/9368/stat : 9368 (java) S 9347 9350 5267 0 -1 4202560 51 0 0 0 10 12 0 0 20 0 22 0 2960022 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139869434141896 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9350/tid=9378] ppid=9347 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9350/task/9378/stat : 9378 (java) S 9347 9350 5267 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2960136 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139869429928744 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9350/tid=9379] ppid=9347 vsize=9824732 CPUtime=878.94 cores=0,2,4,6
/proc/9350/task/9379/stat : 9379 (java) R 9347 9350 5267 0 -1 4202560 92 0 0 0 87875 19 0 0 20 0 22 0 2960186 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139869433077792 139870324866823 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9350/tid=9380] ppid=9347 vsize=9824732 CPUtime=879.02 cores=0,2,4,6
/proc/9350/task/9380/stat : 9380 (java) R 9347 9350 5267 0 -1 4202560 1011 0 0 0 87859 43 0 0 20 0 22 0 2960186 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139869430978576 139870325292477 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9350/tid=9381] ppid=9347 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9350/task/9381/stat : 9381 (java) S 9347 9350 5267 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2960187 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139869432034728 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1765.58
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.601 s]
/proc/loadavg: 4.29 4.25 3.93 6/219 9492
/proc/meminfo: memFree=23786960/32872528 swapFree=1459092/1655316
[pid=9350] ppid=9347 vsize=9824732 CPUtime=1800.15 cores=0,2,4,6
/proc/9350/stat : 9350 (java) S 9347 9350 5267 0 -1 4202496 23147 0 1 0 179861 154 0 0 20 0 22 0 2960017 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 140736553993296 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9350/statm: 2456183 747425 2294 9 0 2446860 0
[pid=9350/tid=9351] ppid=9347 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/9350/task/9351/stat : 9351 (java) S 9347 9350 5267 0 -1 4202560 2404 0 1 0 18 2 0 0 20 0 22 0 2960018 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139870491050872 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9350/tid=9353] ppid=9347 vsize=9824732 CPUtime=0.42 cores=0,2,4,6
/proc/9350/task/9353/stat : 9353 (java) S 9347 9350 5267 0 -1 4202560 399 0 0 0 30 12 0 0 20 0 22 0 2960018 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139870452541736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9350/tid=9354] ppid=9347 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/9350/task/9354/stat : 9354 (java) S 9347 9350 5267 0 -1 4202560 288 0 0 0 38 13 0 0 20 0 22 0 2960018 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139870451488936 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9350/tid=9355] ppid=9347 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/9350/task/9355/stat : 9355 (java) S 9347 9350 5267 0 -1 4202560 327 0 0 0 32 14 0 0 20 0 22 0 2960018 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139870450436648 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9350/tid=9356] ppid=9347 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/9350/task/9356/stat : 9356 (java) S 9347 9350 5267 0 -1 4202560 271 0 0 0 24 11 0 0 20 0 22 0 2960018 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139870449383848 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9350/tid=9357] ppid=9347 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/9350/task/9357/stat : 9357 (java) S 9347 9350 5267 0 -1 4202560 270 0 0 0 37 13 0 0 20 0 22 0 2960018 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139870448331560 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9350/tid=9358] ppid=9347 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/9350/task/9358/stat : 9358 (java) S 9347 9350 5267 0 -1 4202560 269 0 0 0 21 9 0 0 20 0 22 0 2960018 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139870447278760 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9350/tid=9359] ppid=9347 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/9350/task/9359/stat : 9359 (java) S 9347 9350 5267 0 -1 4202560 255 0 0 0 29 10 0 0 20 0 22 0 2960018 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139870446226472 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9350/tid=9360] ppid=9347 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/9350/task/9360/stat : 9360 (java) S 9347 9350 5267 0 -1 4202560 327 0 0 0 36 12 0 0 20 0 22 0 2960018 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139870445173672 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9350/tid=9361] ppid=9347 vsize=9824732 CPUtime=0.62 cores=0,2,4,6
/proc/9350/task/9361/stat : 9361 (java) S 9347 9350 5267 0 -1 4202560 1511 0 0 0 60 2 0 0 20 0 22 0 2960019 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139870314911976 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9350/tid=9362] ppid=9347 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9350/task/9362/stat : 9362 (java) S 9347 9350 5267 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2960020 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139870313858040 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9350/tid=9363] ppid=9347 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9350/task/9363/stat : 9363 (java) S 9347 9350 5267 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2960020 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139870312805640 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9350/tid=9364] ppid=9347 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9350/task/9364/stat : 9364 (java) S 9347 9350 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2960022 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139870311754128 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9350/tid=9365] ppid=9347 vsize=9824732 CPUtime=0.8 cores=0,2,4,6
/proc/9350/task/9365/stat : 9365 (java) S 9347 9350 5267 0 -1 4202560 6687 0 0 0 78 2 0 0 20 0 22 0 2960022 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139870310701752 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9350/tid=9366] ppid=9347 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/9350/task/9366/stat : 9366 (java) S 9347 9350 5267 0 -1 4202560 7594 0 0 0 100 2 0 0 20 0 22 0 2960022 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139870309648952 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9350/tid=9367] ppid=9347 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9350/task/9367/stat : 9367 (java) S 9347 9350 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2960022 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139869435194488 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9350/tid=9368] ppid=9347 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/9350/task/9368/stat : 9368 (java) S 9347 9350 5267 0 -1 4202560 53 0 0 0 11 12 0 0 20 0 22 0 2960022 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139869434141896 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9350/tid=9378] ppid=9347 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9350/task/9378/stat : 9378 (java) S 9347 9350 5267 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2960136 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139869429928744 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9350/tid=9379] ppid=9347 vsize=9824732 CPUtime=896.22 cores=0,2,4,6
/proc/9350/task/9379/stat : 9379 (java) R 9347 9350 5267 0 -1 4202560 92 0 0 0 89603 19 0 0 20 0 22 0 2960186 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139869433077792 139870324950558 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9350/tid=9380] ppid=9347 vsize=9824732 CPUtime=896.31 cores=0,2,4,6
/proc/9350/task/9380/stat : 9380 (java) R 9347 9350 5267 0 -1 4202560 1011 0 0 0 89588 43 0 0 20 0 22 0 2960186 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139869430978576 139870325292490 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9350/tid=9381] ppid=9347 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9350/task/9381/stat : 9381 (java) S 9347 9350 5267 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2960187 10060525568 747425 33554432000 1073741824 1073778376 140736554002160 139869432034728 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 9824732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 9350 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 899.647
CPU time (s): 1800.62
CPU user time (s): 1798.64
CPU system time (s): 1.9807
CPU usage (%): 200.148
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.64
system time used= 1.9807
maximum resident set size= 3137640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23192
page faults= 1
swaps= 0
block input operations= 0
block output operations= 648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21624
involuntary context switches= 17236

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.39418 second user time and 7.2529 second system time

The end

Launcher Data

Begin job on node136 at 2016-06-29 19:08:08
IDJOB=4118079
IDBENCH=111445
IDSOLVER=2543
FILE ID=node136/4118079-1467220088
RUNJOBID= node136-1467208983-5283
PBS_JOBID= 19997574
Free space on /tmp= 71644 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-BIGINT-NLC/minlplib2-pb-0.1.0/opb/normalized-graphpart_2g-0077-0077.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4118079-1467220088/watcher-4118079-1467220088 -o /tmp/evaluation-result-4118079-1467220088/solver-4118079-1467220088 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1467208983-5283 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4118079-1467220088.opb

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

MD5SUM BENCH= 0d88d904aa157e0679b6f88fba7dd9a1
RANDOM SEED=588412363

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27833808 kB
Buffers:          144948 kB
Cached:          1748612 kB
SwapCached:            0 kB
Active:           958556 kB
Inactive:        1675372 kB
Active(anon):     742552 kB
Inactive(anon):        0 kB
Active(file):     216004 kB
Inactive(file):  1675372 kB
Unevictable:     1655316 kB
Mlocked:         1459092 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               452 kB
Writeback:             0 kB
AnonPages:       2395432 kB
Mapped:            22252 kB
Shmem:               204 kB
Slab:             609644 kB
SReclaimable:      53656 kB
SUnreclaim:       555988 kB
KernelStack:        1808 kB
PageTables:         8836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3302288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    858112 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= 71644 MiB
End job on node136 at 2016-06-29 19:23:08