Trace number 4119365

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)1183 1800.68 897.956

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/
minlplib2-pb-0.1.0/opb/normalized-graphpart_clique-40.opb
MD5SUMa1abacfb8439dd4c465d8f508db1fcbf
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1183
Best CPU time to get the best result obtained on this benchmark1800.08
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables120
Total number of constraints40
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 2340
Biggest coefficient in the objective function 39
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 31980
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 39
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 31980
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)2340
Sum of products size (including duplicates)4680
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4119365-1467254306.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.44/0.36	c ... done. Wall clock time 0.239s.
0.44/0.36	c declared #vars     120
0.44/0.36	c internal #vars     2460
0.44/0.36	c #constraints  4760
0.44/0.36	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.44/0.36	c constraints type 
0.44/0.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2380
0.44/0.36	c org.sat4j.minisat.constraints.card.MinWatchCard => 40
0.44/0.36	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2340
0.44/0.36	c 4760 constraints processed.
0.44/0.36	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.44/0.36	c constraints type 
0.44/0.36	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2380
0.44/0.36	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 40
0.44/0.36	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2340
0.44/0.36	c 4760 constraints processed.
0.44/0.36	c objective function length is 2340 literals
1.12/0.59	c And the winner is solver0
1.51/0.86	c SATISFIABLE
1.51/0.86	c OPTIMIZING...
1.51/0.86	c Got one! Elapsed wall clock time (in seconds):0.745
1.51/0.86	o 3976
2.02/1.01	c And the winner is solver0
2.23/1.38	c Got one! Elapsed wall clock time (in seconds):1.259
2.23/1.38	o 1183
3.90/2.04	c cleaning 2602 clauses out of 5211 with flag 11148/5211
5.37/2.69	c cleaning 4299 clauses out of 8610 with flag 24240/11212
7.10/3.46	c cleaning 5643 clauses out of 11310 with flag 39841/18211
9.00/4.40	c cleaning 6827 clauses out of 13668 with flag 57493/26212
11.22/5.41	c cleaning 7913 clauses out of 15839 with flag 77006/35210
13.42/6.53	c cleaning 8958 clauses out of 17926 with flag 99302/45210
16.08/7.82	c cleaning 9977 clauses out of 19968 with flag 123929/56210
18.88/9.21	c cleaning 10989 clauses out of 21991 with flag 150521/68210
21.99/10.79	c cleaning 11997 clauses out of 24002 with flag 179684/81210
25.39/12.49	c cleaning 13004 clauses out of 26007 with flag 209766/95212
29.27/14.39	c cleaning 13998 clauses out of 28001 with flag 242251/110210
33.45/16.41	c cleaning 15003 clauses out of 30005 with flag 277490/126212
37.92/18.66	c cleaning 15998 clauses out of 32000 with flag 314093/143210
42.82/21.01	c cleaning 16998 clauses out of 34002 with flag 352934/161210
48.10/23.64	c cleaning 17998 clauses out of 36004 with flag 394397/180210
53.50/26.34	c cleaning 19003 clauses out of 38007 with flag 438314/200211
59.59/29.30	c cleaning 19996 clauses out of 40003 with flag 484719/221210
65.98/32.51	c cleaning 21003 clauses out of 42007 with flag 532273/243210
72.47/35.77	c cleaning 22001 clauses out of 44004 with flag 581621/266210
79.27/39.11	c cleaning 23002 clauses out of 46003 with flag 633385/290210
86.46/42.74	c cleaning 23998 clauses out of 48002 with flag 688965/315211
94.16/46.59	c cleaning 25001 clauses out of 50003 with flag 745995/341210
102.16/50.53	c cleaning 26002 clauses out of 52003 with flag 804402/368211
110.45/54.63	c cleaning 26996 clauses out of 54000 with flag 865054/396210
119.11/58.96	c cleaning 28001 clauses out of 56004 with flag 927499/425210
128.31/63.56	c cleaning 28994 clauses out of 58004 with flag 993748/455211
137.60/68.20	c cleaning 30004 clauses out of 60011 with flag 1061446/486212
148.10/73.30	c cleaning 30997 clauses out of 62005 with flag 1133489/518210
157.72/78.20	c cleaning 32002 clauses out of 64008 with flag 1203807/551210
168.37/83.47	c cleaning 33001 clauses out of 66007 with flag 1276335/585211
179.04/88.76	c cleaning 34002 clauses out of 68006 with flag 1350532/620211
191.11/94.73	c cleaning 34999 clauses out of 70004 with flag 1429615/656211
203.56/100.93	c cleaning 36003 clauses out of 72005 with flag 1510613/693211
216.23/107.22	c cleaning 36997 clauses out of 74002 with flag 1595005/731211
229.74/113.97	c cleaning 37998 clauses out of 76005 with flag 1679359/770211
243.41/120.71	c cleaning 39002 clauses out of 78006 with flag 1765461/810210
257.72/127.81	c cleaning 39998 clauses out of 80004 with flag 1852487/851210
273.51/136.04	c cleaning 40998 clauses out of 82006 with flag 1943223/893210
289.62/144.07	c cleaning 42003 clauses out of 84008 with flag 2036509/936210
306.33/152.30	c cleaning 43003 clauses out of 86006 with flag 2131681/980211
322.80/160.52	c cleaning 43997 clauses out of 88002 with flag 2229466/1025210
340.56/169.36	c cleaning 45002 clauses out of 90005 with flag 2327928/1071210
357.85/177.97	c cleaning 45999 clauses out of 92003 with flag 2429360/1118210
375.53/186.73	c cleaning 46999 clauses out of 94005 with flag 2533714/1166211
392.99/195.49	c cleaning 48003 clauses out of 96009 with flag 2641078/1215214
411.70/204.77	c cleaning 48994 clauses out of 98002 with flag 2750193/1265210
430.96/214.38	c cleaning 50004 clauses out of 100008 with flag 2859898/1316210
452.44/225.58	c cleaning 50999 clauses out of 102005 with flag 2971381/1368211
473.89/236.25	c cleaning 52000 clauses out of 104006 with flag 3085689/1421211
495.98/247.22	c cleaning 52996 clauses out of 106005 with flag 3204601/1475210
519.40/258.87	c cleaning 54002 clauses out of 108010 with flag 3325042/1530211
542.19/270.30	c cleaning 55004 clauses out of 110008 with flag 3445928/1586211
566.43/282.25	c cleaning 55993 clauses out of 112003 with flag 3566461/1643210
589.37/293.70	c cleaning 57003 clauses out of 114011 with flag 3693973/1701211
614.10/305.97	c cleaning 58001 clauses out of 116007 with flag 3821428/1760210
638.43/318.06	c cleaning 58989 clauses out of 118006 with flag 3951697/1820210
661.52/329.50	c cleaning 60001 clauses out of 120018 with flag 4082054/1881211
684.89/341.14	c cleaning 61003 clauses out of 122017 with flag 4222010/1943211
709.29/353.26	c cleaning 62002 clauses out of 124013 with flag 4359970/2006210
732.42/364.72	c cleaning 63005 clauses out of 126012 with flag 4500334/2070211
756.03/376.47	c cleaning 64001 clauses out of 128006 with flag 4641714/2135210
781.81/390.07	c cleaning 64999 clauses out of 130005 with flag 4785542/2201210
808.50/403.36	c cleaning 65999 clauses out of 132007 with flag 4933198/2268211
834.39/416.21	c cleaning 67003 clauses out of 134007 with flag 5078599/2336210
861.35/429.60	c cleaning 68003 clauses out of 136005 with flag 5224937/2405211
888.51/443.14	c cleaning 68998 clauses out of 138001 with flag 5374381/2475210
916.57/457.05	c cleaning 70001 clauses out of 140003 with flag 5526596/2546210
945.64/471.47	c cleaning 70997 clauses out of 142003 with flag 5682406/2618211
973.16/485.07	c cleaning 71993 clauses out of 144005 with flag 5838519/2691210
1002.07/499.34	c cleaning 73001 clauses out of 146012 with flag 6001233/2765210
1032.59/514.41	c cleaning 74007 clauses out of 148013 with flag 6166234/2840212
1063.38/529.80	c cleaning 74998 clauses out of 150004 with flag 6330794/2916210
1095.44/545.78	c cleaning 75999 clauses out of 152006 with flag 6498886/2993210
1129.77/562.74	c cleaning 77004 clauses out of 154008 with flag 6667600/3071211
1163.82/579.60	c cleaning 77999 clauses out of 156003 with flag 6837370/3150210
1200.58/597.80	c cleaning 79000 clauses out of 158004 with flag 7009019/3230210
1235.69/615.22	c cleaning 80001 clauses out of 160004 with flag 7184912/3311210
1273.76/634.06	c cleaning 80998 clauses out of 162004 with flag 7369074/3393211
1316.30/655.14	c cleaning 81998 clauses out of 164006 with flag 7552034/3476211
1357.41/675.49	c cleaning 83000 clauses out of 166007 with flag 7729318/3560210
1399.64/696.30	c cleaning 84002 clauses out of 168007 with flag 7909930/3645210
1441.03/716.89	c cleaning 85001 clauses out of 170005 with flag 8092321/3731210
1485.10/741.07	c cleaning 85999 clauses out of 172005 with flag 8275449/3818211
1525.78/761.30	c cleaning 86998 clauses out of 174005 with flag 8460288/3906210
1567.29/782.02	c cleaning 88004 clauses out of 176007 with flag 8646754/3995210
1609.72/803.19	c cleaning 89000 clauses out of 178003 with flag 8838092/4085210
1654.29/825.35	c cleaning 90002 clauses out of 180004 with flag 9031391/4176211
1697.66/846.92	c cleaning 90997 clauses out of 182001 with flag 9227936/4268210
1740.22/868.17	c cleaning 92001 clauses out of 184004 with flag 9426815/4361210
1785.01/890.46	c cleaning 93001 clauses out of 186004 with flag 9628815/4455211
1800.01/897.90	c >>>>>>>>>> Solver number 0 (2 answers) <<<<<<<<<<<<<<<<<<
1800.01/897.90	c starts		: 219
1800.01/897.90	c conflicts		: 4492426
1800.01/897.90	c decisions		: 5244145
1800.01/897.90	c propagations		: 496059230
1800.01/897.90	c inspects		: 9803094997
1800.01/897.90	c shortcuts		: 0
1800.01/897.90	c learnt literals	: 0
1800.01/897.90	c learnt binary clauses	: 0
1800.01/897.90	c learnt ternary clauses	: 0
1800.01/897.90	c learnt constraints	: 4492426
1800.01/897.90	c ignored constraints	: 0
1800.01/897.90	c root simplifications	: 0
1800.01/897.90	c removed literals (reason simplification)	: 110660240
1800.01/897.90	c reason swapping (by a shorter reason)	: 0
1800.01/897.90	c Calls to reduceDB	: 90
1800.01/897.90	c Number of update (reduction) of LBD	: 106256
1800.01/897.90	c Imported unit clauses	: 0
1800.01/897.90	c number of reductions to clauses (during analyze)	: 0
1800.01/897.90	c number of learned constraints concerned by reduction	: 0
1800.01/897.90	c number of learning phase by resolution	: 0
1800.01/897.90	c number of learning phase by cutting planes	: 0
1800.01/897.90	c speed (assignments/second)	: 552695.6069288166
1800.01/897.90	c non guided choices	17
1800.01/897.93	c learnt constraints type 
1800.01/897.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 130218
1800.01/897.93	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.01/897.93	c starts		: 22
1800.01/897.93	c conflicts		: 4395
1800.01/897.93	c decisions		: 25357
1800.01/897.93	c propagations		: 694810
1800.01/897.93	c inspects		: 172251244
1800.01/897.93	c shortcuts		: 0
1800.01/897.93	c learnt literals	: 0
1800.01/897.93	c learnt binary clauses	: 0
1800.01/897.93	c learnt ternary clauses	: 0
1800.01/897.93	c learnt constraints	: 4393
1800.01/897.93	c ignored constraints	: 0
1800.01/897.93	c root simplifications	: 0
1800.01/897.93	c removed literals (reason simplification)	: 0
1800.01/897.93	c reason swapping (by a shorter reason)	: 0
1800.01/897.93	c Calls to reduceDB	: 0
1800.01/897.93	c Number of update (reduction) of LBD	: 0
1800.01/897.93	c Imported unit clauses	: 0
1800.01/897.93	c number of reductions to clauses (during analyze)	: 0
1800.01/897.93	c number of learned constraints concerned by reduction	: 0
1800.01/897.93	c number of learning phase by resolution	: 0
1800.01/897.93	c number of learning phase by cutting planes	: 0
1800.01/897.93	c speed (assignments/second)	: 774.9879258440476
1800.01/897.93	c non guided choices	14
1800.01/897.93	c learnt constraints type 
1800.01/897.93	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 175
1800.01/897.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4218
1800.01/897.93	s SATISFIABLE
1800.01/897.93	c Found 2 solution(s)
1800.01/897.93	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 
1800.01/897.93	c objective function=1183
1800.01/897.93	c Total wall clock time (in seconds): 897.816

Verifier Data

OK	1183

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-4119365-1467254306/watcher-4119365-1467254306 -o /tmp/evaluation-result-4119365-1467254306/solver-4119365-1467254306 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1467248675-9332 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4119365-1467254306.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.19 3.83 3.90 4/197 12597
/proc/meminfo: memFree=28466112/32872528 swapFree=7620/7620
[pid=12597] ppid=12594 vsize=9212 CPUtime=0 cores=1,3,5,7
/proc/12597/stat : 12597 (java) R 12594 12597 8968 0 -1 4202496 394 0 0 0 0 0 0 0 20 0 1 0 6326742 9433088 65 33554432000 1073741824 1073778376 140737189575760 140737189572888 218225507013 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12597/statm: 2306 77 60 9 0 38 0

[startup+0.100111 s]
/proc/loadavg: 3.19 3.83 3.90 4/197 12597
/proc/meminfo: memFree=28466112/32872528 swapFree=7620/7620
[pid=12597] ppid=12594 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/12597/stat : 12597 (java) S 12594 12597 8968 0 -1 4202496 4466 0 1 0 8 1 0 0 20 0 18 0 6326742 9787879424 5585 33554432000 1073741824 1073778376 140737189575760 140737189566896 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12597/statm: 2389619 5585 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200223 s]
/proc/loadavg: 3.19 3.83 3.90 4/197 12597
/proc/meminfo: memFree=28466112/32872528 swapFree=7620/7620
[pid=12597] ppid=12594 vsize=9558476 CPUtime=0.21 cores=1,3,5,7
/proc/12597/stat : 12597 (java) S 12594 12597 8968 0 -1 4202496 4637 0 1 0 20 1 0 0 20 0 18 0 6326742 9787879424 6746 33554432000 1073741824 1073778376 140737189575760 140737189566896 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12597/statm: 2389619 6746 2208 9 0 2380296 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9558476

[startup+0.300222 s]
/proc/loadavg: 3.19 3.83 3.90 4/197 12597
/proc/meminfo: memFree=28466112/32872528 swapFree=7620/7620
[pid=12597] ppid=12594 vsize=9558476 CPUtime=0.44 cores=1,3,5,7
/proc/12597/stat : 12597 (java) S 12594 12597 8968 0 -1 4202496 5773 0 1 0 43 1 0 0 20 0 18 0 6326742 9787879424 8564 33554432000 1073741824 1073778376 140737189575760 140737189566896 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12597/statm: 2389619 8564 2238 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558476

[startup+0.700256 s]
/proc/loadavg: 3.19 3.83 3.90 4/197 12597
/proc/meminfo: memFree=28466112/32872528 swapFree=7620/7620
[pid=12597] ppid=12594 vsize=9824732 CPUtime=1.51 cores=1,3,5,7
/proc/12597/stat : 12597 (java) S 12594 12597 8968 0 -1 4202496 11414 0 1 0 147 4 0 0 20 0 19 0 6326742 10060525568 18504 33554432000 1073741824 1073778376 140737189575760 140737189566896 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12597/statm: 2456183 18504 2267 9 0 2446860 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 9824732

[startup+1.50078 s]
/proc/loadavg: 3.25 3.83 3.90 3/216 12622
/proc/meminfo: memFree=28347916/32872528 swapFree=7620/7620
[pid=12597] ppid=12594 vsize=9824732 CPUtime=2.69 cores=1,3,5,7
/proc/12597/stat : 12597 (java) S 12594 12597 8968 0 -1 4202496 18190 0 1 0 261 8 0 0 20 0 22 0 6326742 10060525568 40355 33554432000 1073741824 1073778376 140737189575760 140737189566896 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12597/statm: 2456183 40355 2271 9 0 2446860 0
[pid=12597/tid=12599] ppid=12594 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/12597/task/12599/stat : 12599 (java) S 12594 12597 8968 0 -1 4202560 2512 0 1 0 34 1 0 0 20 0 22 0 6326743 10060525568 40355 33554432000 1073741824 1073778376 140737189575760 139984730547064 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12597/tid=12600] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12597/task/12600/stat : 12600 (java) S 12594 12597 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6326744 10060525568 40355 33554432000 1073741824 1073778376 140737189575760 139984574499240 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12597/tid=12601] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12597/task/12601/stat : 12601 (java) S 12594 12597 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6326744 10060525568 40355 33554432000 1073741824 1073778376 140737189575760 139984573446696 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12597/tid=12602] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12597/task/12602/stat : 12602 (java) S 12594 12597 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6326744 10060525568 40355 33554432000 1073741824 1073778376 140737189575760 139984572393640 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12597/tid=12603] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12597/task/12603/stat : 12603 (java) S 12594 12597 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6326744 10060525568 40355 33554432000 1073741824 1073778376 140737189575760 139984571341096 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12597/tid=12604] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12597/task/12604/stat : 12604 (java) S 12594 12597 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6326744 10060525568 40355 33554432000 1073741824 1073778376 140737189575760 139984570289064 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12597/tid=12605] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12597/task/12605/stat : 12605 (java) S 12594 12597 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6326744 10060525568 40355 33554432000 1073741824 1073778376 140737189575760 139984569236520 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12597/tid=12606] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12597/task/12606/stat : 12606 (java) S 12594 12597 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6326744 10060525568 40355 33554432000 1073741824 1073778376 140737189575760 139984568183464 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12597/tid=12607] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12597/task/12607/stat : 12607 (java) S 12594 12597 8968 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 6326744 10060525568 40355 33554432000 1073741824 1073778376 140737189575760 139984567130920 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12597/tid=12608] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12597/task/12608/stat : 12608 (java) S 12594 12597 8968 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 6326745 10060525568 40355 33554432000 1073741824 1073778376 140737189575760 139984554719592 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12597/tid=12609] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12597/task/12609/stat : 12609 (java) S 12594 12597 8968 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 6326745 10060525568 40355 33554432000 1073741824 1073778376 140737189575760 139984553665912 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12597/tid=12610] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12597/task/12610/stat : 12610 (java) S 12594 12597 8968 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 6326745 10060525568 40355 33554432000 1073741824 1073778376 140737189575760 139984552612744 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12597/tid=12611] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12597/task/12611/stat : 12611 (java) S 12594 12597 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6326748 10060525568 40355 33554432000 1073741824 1073778376 140737189575760 139984551561488 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12597/tid=12612] ppid=12594 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/12597/task/12612/stat : 12612 (java) R 12594 12597 8968 0 -1 4202560 7778 0 0 0 65 2 0 0 20 0 22 0 6326748 10060525568 40355 33554432000 1073741824 1073778376 140737189575760 139984550509368 139984738292814 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12597/tid=12613] ppid=12594 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/12597/task/12613/stat : 12613 (java) R 12594 12597 8968 0 -1 4202560 6502 0 0 0 68 0 0 0 20 0 22 0 6326748 10060525568 40355 33554432000 1073741824 1073778376 140737189575760 139984549456704 139984737521899 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=12597/tid=12614] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12597/task/12614/stat : 12614 (java) S 12594 12597 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6326748 10060525568 40355 33554432000 1073741824 1073778376 140737189575760 139984548403960 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12597/tid=12615] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12597/task/12615/stat : 12615 (java) S 12594 12597 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6326748 10060525568 40355 33554432000 1073741824 1073778376 140737189575760 139984547351624 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12597/tid=12618] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12597/task/12618/stat : 12618 (java) S 12594 12597 8968 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 6326780 10060525568 40355 33554432000 1073741824 1073778376 140737189575760 139984543937320 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 9824732

[startup+3.10094 s]
/proc/loadavg: 3.25 3.83 3.90 5/219 12628
/proc/meminfo: memFree=28290196/32872528 swapFree=7620/7620
[pid=12597] ppid=12594 vsize=9824732 CPUtime=6.37 cores=1,3,5,7
/proc/12597/stat : 12597 (java) S 12594 12597 8968 0 -1 4202496 18313 0 1 0 628 9 0 0 20 0 22 0 6326742 10060525568 46085 33554432000 1073741824 1073778376 140737189575760 140737189566896 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12597/statm: 2456183 46085 2293 9 0 2446860 0
[pid=12597/tid=12599] ppid=12594 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/12597/task/12599/stat : 12599 (java) S 12594 12597 8968 0 -1 4202560 2512 0 1 0 34 1 0 0 20 0 22 0 6326743 10060525568 46085 33554432000 1073741824 1073778376 140737189575760 139984730547064 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12597/tid=12600] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12597/task/12600/stat : 12600 (java) S 12594 12597 8968 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 6326744 10060525568 46085 33554432000 1073741824 1073778376 140737189575760 139984574499240 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12597/tid=12601] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12597/task/12601/stat : 12601 (java) S 12594 12597 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6326744 10060525568 46085 33554432000 1073741824 1073778376 140737189575760 139984573446696 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12597/tid=12602] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12597/task/12602/stat : 12602 (java) S 12594 12597 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6326744 10060525568 46085 33554432000 1073741824 1073778376 140737189575760 139984572393640 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12597/tid=12603] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12597/task/12603/stat : 12603 (java) S 12594 12597 8968 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 6326744 10060525568 46085 33554432000 1073741824 1073778376 140737189575760 139984571341096 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12597/tid=12604] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12597/task/12604/stat : 12604 (java) S 12594 12597 8968 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 6326744 10060525568 46085 33554432000 1073741824 1073778376 140737189575760 139984570289064 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12597/tid=12605] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12597/task/12605/stat : 12605 (java) S 12594 12597 8968 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 6326744 10060525568 46085 33554432000 1073741824 1073778376 140737189575760 139984569236520 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12597/tid=12606] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12597/task/12606/stat : 12606 (java) S 12594 12597 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6326744 10060525568 46085 33554432000 1073741824 1073778376 140737189575760 139984568183464 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12597/tid=12607] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12597/task/12607/stat : 12607 (java) S 12594 12597 8968 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 6326744 10060525568 46085 33554432000 1073741824 1073778376 140737189575760 139984567130920 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12597/tid=12608] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12597/task/12608/stat : 12608 (java) S 12594 12597 8968 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 6326745 10060525568 46085 33554432000 1073741824 1073778376 140737189575760 139984554719592 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12597/tid=12609] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12597/task/12609/stat : 12609 (java) S 12594 12597 8968 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 6326745 10060525568 46085 33554432000 1073741824 1073778376 140737189575760 139984553665912 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12597/tid=12610] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12597/task/12610/stat : 12610 (java) S 12594 12597 8968 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 6326745 10060525568 46085 33554432000 1073741824 1073778376 140737189575760 139984552612744 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12597/tid=12611] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12597/task/12611/stat : 12611 (java) S 12594 12597 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6326748 10060525568 46085 33554432000 1073741824 1073778376 140737189575760 139984551561488 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12597/tid=12612] ppid=12594 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/12597/task/12612/stat : 12612 (java) S 12594 12597 8968 0 -1 4202560 7814 0 0 0 92 2 0 0 20 0 22 0 6326748 10060525568 46085 33554432000 1073741824 1073778376 140737189575760 139984550509368 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12597/tid=12613] ppid=12594 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/12597/task/12613/stat : 12613 (java) S 12594 12597 8968 0 -1 4202560 6537 0 0 0 88 0 0 0 20 0 22 0 6326748 10060525568 46085 33554432000 1073741824 1073778376 140737189575760 139984549456824 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12597/tid=12614] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12597/task/12614/stat : 12614 (java) S 12594 12597 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6326748 10060525568 46085 33554432000 1073741824 1073778376 140737189575760 139984548403960 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12597/tid=12615] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12597/task/12615/stat : 12615 (java) S 12594 12597 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6326748 10060525568 46085 33554432000 1073741824 1073778376 140737189575760 139984547351624 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12597/tid=12618] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12597/task/12618/stat : 12618 (java) S 12594 12597 8968 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 6326780 10060525568 46085 33554432000 1073741824 1073778376 140737189575760 139984543937320 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12597/tid=12623] ppid=12594 vsize=9824732 CPUtime=1.68 cores=1,3,5,7
/proc/12597/task/12623/stat : 12623 (java) R 12594 12597 8968 0 -1 4202560 6 0 0 0 168 0 0 0 20 0 22 0 6326881 10060525568 46085 33554432000 1073741824 1073778376 140737189575760 139984546040920 139984603711248 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12597/tid=12624] ppid=12594 vsize=9824732 CPUtime=1.69 cores=1,3,5,7
/proc/12597/task/12624/stat : 12624 (java) R 12594 12597 8968 0 -1 4202560 28 0 0 0 169 0 0 0 20 0 22 0 6326881 10060525568 46085 33554432000 1073741824 1073778376 140737189575760 139984544988936 139984603756231 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12597/tid=12625] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12597/task/12625/stat : 12625 (java) S 12594 12597 8968 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 6326881 10060525568 46085 33554432000 1073741824 1073778376 140737189575760 139984542885032 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.37
Current children cumulated vsize (KiB) 9824732

[startup+6.30095 s]
/proc/loadavg: 3.31 3.83 3.90 3/216 12634
/proc/meminfo: memFree=28047908/32872528 swapFree=7620/7620
[pid=12597] ppid=12594 vsize=9824732 CPUtime=13.02 cores=1,3,5,7
/proc/12597/stat : 12597 (java) S 12594 12597 8968 0 -1 4202496 18371 0 1 0 1292 10 0 0 20 0 22 0 6326742 10060525568 50611 33554432000 1073741824 1073778376 140737189575760 140737189566896 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12597/statm: 2456183 50611 2293 9 0 2446860 0
[pid=12597/tid=12599] ppid=12594 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/12597/task/12599/stat : 12599 (java) S 12594 12597 8968 0 -1 4202560 2512 0 1 0 34 1 0 0 20 0 22 0 6326743 10060525568 50611 33554432000 1073741824 1073778376 140737189575760 139984730547064 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12597/tid=12600] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12597/task/12600/stat : 12600 (java) S 12594 12597 8968 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 6326744 10060525568 50611 33554432000 1073741824 1073778376 140737189575760 139984574499240 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12597/tid=12601] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12597/task/12601/stat : 12601 (java) S 12594 12597 8968 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 6326744 10060525568 50611 33554432000 1073741824 1073778376 140737189575760 139984573446696 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12597/tid=12602] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12597/task/12602/stat : 12602 (java) S 12594 12597 8968 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 6326744 10060525568 50611 33554432000 1073741824 1073778376 140737189575760 139984572393640 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12597/tid=12603] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12597/task/12603/stat : 12603 (java) S 12594 12597 8968 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 6326744 10060525568 50611 33554432000 1073741824 1073778376 140737189575760 139984571341096 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12597/tid=12604] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12597/task/12604/stat : 12604 (java) S 12594 12597 8968 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 6326744 10060525568 50611 33554432000 1073741824 1073778376 140737189575760 139984570289064 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12597/tid=12605] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12597/task/12605/stat : 12605 (java) S 12594 12597 8968 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 6326744 10060525568 50611 33554432000 1073741824 1073778376 140737189575760 139984569236520 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12597/tid=12606] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12597/task/12606/stat : 12606 (java) S 12594 12597 8968 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 6326744 10060525568 50611 33554432000 1073741824 1073778376 140737189575760 139984568183464 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12597/tid=12607] ppid=12594 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/12597/task/12607/stat : 12607 (java) S 12594 12597 8968 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 6326744 10060525568 50611 33554432000 1073741824 1073778376 140737189575760 139984567130920 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12597/tid=12608] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12597/task/12608/stat : 12608 (java) S 12594 12597 8968 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 6326745 10060525568 50611 33554432000 1073741824 1073778376 140737189575760 139984554719592 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12597/tid=12609] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12597/task/12609/stat : 12609 (java) S 12594 12597 8968 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 6326745 10060525568 50611 33554432000 1073741824 1073778376 140737189575760 139984553665912 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12597/tid=12610] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12597/task/12610/stat : 12610 (java) S 12594 12597 8968 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 6326745 10060525568 50611 33554432000 1073741824 1073778376 140737189575760 139984552612744 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12597/tid=12611] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12597/task/12611/stat : 12611 (java) S 12594 12597 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6326748 10060525568 50611 33554432000 1073741824 1073778376 140737189575760 139984551561488 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12597/tid=12612] ppid=12594 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/12597/task/12612/stat : 12612 (java) S 12594 12597 8968 0 -1 4202560 7822 0 0 0 100 2 0 0 20 0 22 0 6326748 10060525568 50611 33554432000 1073741824 1073778376 140737189575760 139984550509368 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12597/tid=12613] ppid=12594 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/12597/task/12613/stat : 12613 (java) S 12594 12597 8968 0 -1 4202560 6549 0 0 0 102 0 0 0 20 0 22 0 6326748 10060525568 50611 33554432000 1073741824 1073778376 140737189575760 139984549456824 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12597/tid=12614] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12597/task/12614/stat : 12614 (java) S 12594 12597 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6326748 10060525568 50611 33554432000 1073741824 1073778376 140737189575760 139984548403960 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12597/tid=12615] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7

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


[startup+882.308 s]
/proc/loadavg: 4.05 4.05 4.00 5/219 12870
/proc/meminfo: memFree=20468440/32872528 swapFree=7620/7620
[pid=12597] ppid=12594 vsize=9824732 CPUtime=1768.64 cores=1,3,5,7
/proc/12597/stat : 12597 (java) S 12594 12597 8968 0 -1 4202496 42436 0 1 0 176466 398 0 0 20 0 22 0 6326742 10060525568 995164 33554432000 1073741824 1073778376 140737189575760 140737189566896 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12597/statm: 2456183 995164 2302 9 0 2446860 0
[pid=12597/tid=12599] ppid=12594 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/12597/task/12599/stat : 12599 (java) S 12594 12597 8968 0 -1 4202560 2518 0 1 0 36 3 0 0 20 0 22 0 6326743 10060525568 995164 33554432000 1073741824 1073778376 140737189575760 139984730547064 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12597/tid=12600] ppid=12594 vsize=9824732 CPUtime=2.94 cores=1,3,5,7
/proc/12597/task/12600/stat : 12600 (java) S 12594 12597 8968 0 -1 4202560 2472 0 0 0 253 41 0 0 20 0 22 0 6326744 10060525568 995164 33554432000 1073741824 1073778376 140737189575760 139984574499240 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12597/tid=12601] ppid=12594 vsize=9824732 CPUtime=2.94 cores=1,3,5,7
/proc/12597/task/12601/stat : 12601 (java) S 12594 12597 8968 0 -1 4202560 3351 0 0 0 250 44 0 0 20 0 22 0 6326744 10060525568 995164 33554432000 1073741824 1073778376 140737189575760 139984573446696 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12597/tid=12602] ppid=12594 vsize=9824732 CPUtime=3.04 cores=1,3,5,7
/proc/12597/task/12602/stat : 12602 (java) S 12594 12597 8968 0 -1 4202560 2535 0 0 0 259 45 0 0 20 0 22 0 6326744 10060525568 995164 33554432000 1073741824 1073778376 140737189575760 139984572393640 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12597/tid=12603] ppid=12594 vsize=9824732 CPUtime=2.87 cores=1,3,5,7
/proc/12597/task/12603/stat : 12603 (java) S 12594 12597 8968 0 -1 4202560 2426 0 0 0 244 43 0 0 20 0 22 0 6326744 10060525568 995164 33554432000 1073741824 1073778376 140737189575760 139984571341096 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12597/tid=12604] ppid=12594 vsize=9824732 CPUtime=3.04 cores=1,3,5,7
/proc/12597/task/12604/stat : 12604 (java) S 12594 12597 8968 0 -1 4202560 2317 0 0 0 259 45 0 0 20 0 22 0 6326744 10060525568 995164 33554432000 1073741824 1073778376 140737189575760 139984570289064 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12597/tid=12605] ppid=12594 vsize=9824732 CPUtime=3.41 cores=1,3,5,7
/proc/12597/task/12605/stat : 12605 (java) S 12594 12597 8968 0 -1 4202560 2016 0 0 0 294 47 0 0 20 0 22 0 6326744 10060525568 995164 33554432000 1073741824 1073778376 140737189575760 139984569236520 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12597/tid=12606] ppid=12594 vsize=9824732 CPUtime=3.29 cores=1,3,5,7
/proc/12597/task/12606/stat : 12606 (java) S 12594 12597 8968 0 -1 4202560 2431 0 0 0 277 52 0 0 20 0 22 0 6326744 10060525568 995164 33554432000 1073741824 1073778376 140737189575760 139984568183464 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12597/tid=12607] ppid=12594 vsize=9824732 CPUtime=2.94 cores=1,3,5,7
/proc/12597/task/12607/stat : 12607 (java) S 12594 12597 8968 0 -1 4202560 2627 0 0 0 253 41 0 0 20 0 22 0 6326744 10060525568 995164 33554432000 1073741824 1073778376 140737189575760 139984567130920 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12597/tid=12608] ppid=12594 vsize=9824732 CPUtime=8.09 cores=1,3,5,7
/proc/12597/task/12608/stat : 12608 (java) S 12594 12597 8968 0 -1 4202560 2694 0 0 0 802 7 0 0 20 0 22 0 6326745 10060525568 995164 33554432000 1073741824 1073778376 140737189575760 139984554719592 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12597/tid=12609] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12597/task/12609/stat : 12609 (java) S 12594 12597 8968 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 6326745 10060525568 995164 33554432000 1073741824 1073778376 140737189575760 139984553665912 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12597/tid=12610] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12597/task/12610/stat : 12610 (java) S 12594 12597 8968 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 6326745 10060525568 995164 33554432000 1073741824 1073778376 140737189575760 139984552612744 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12597/tid=12611] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12597/task/12611/stat : 12611 (java) S 12594 12597 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6326748 10060525568 995164 33554432000 1073741824 1073778376 140737189575760 139984551561488 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12597/tid=12612] ppid=12594 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/12597/task/12612/stat : 12612 (java) S 12594 12597 8968 0 -1 4202560 7832 0 0 0 105 2 0 0 20 0 22 0 6326748 10060525568 995164 33554432000 1073741824 1073778376 140737189575760 139984550509368 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12597/tid=12613] ppid=12594 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/12597/task/12613/stat : 12613 (java) S 12594 12597 8968 0 -1 4202560 6556 0 0 0 109 0 0 0 20 0 22 0 6326748 10060525568 995164 33554432000 1073741824 1073778376 140737189575760 139984549456824 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12597/tid=12614] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12597/task/12614/stat : 12614 (java) S 12594 12597 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6326748 10060525568 995164 33554432000 1073741824 1073778376 140737189575760 139984548403960 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12597/tid=12615] ppid=12594 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/12597/task/12615/stat : 12615 (java) S 12594 12597 8968 0 -1 4202560 50 0 0 0 10 20 0 0 20 0 22 0 6326748 10060525568 995164 33554432000 1073741824 1073778376 140737189575760 139984547351624 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12597/tid=12618] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12597/task/12618/stat : 12618 (java) S 12594 12597 8968 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 6326780 10060525568 995164 33554432000 1073741824 1073778376 140737189575760 139984543937320 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12597/tid=12623] ppid=12594 vsize=9824732 CPUtime=866.36 cores=1,3,5,7
/proc/12597/task/12623/stat : 12623 (java) R 12594 12597 8968 0 -1 4202560 318 0 0 0 86618 18 0 0 20 0 22 0 6326881 10060525568 995164 33554432000 1073741824 1073778376 140737189575760 139984546033936 139984603711299 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12597/tid=12624] ppid=12594 vsize=9824732 CPUtime=866.38 cores=1,3,5,7
/proc/12597/task/12624/stat : 12624 (java) R 12594 12597 8968 0 -1 4202560 926 0 0 0 86617 21 0 0 20 0 22 0 6326881 10060525568 995164 33554432000 1073741824 1073778376 140737189575760 139984544988128 139984603997379 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12597/tid=12625] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12597/task/12625/stat : 12625 (java) S 12594 12597 8968 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 6326881 10060525568 995164 33554432000 1073741824 1073778376 140737189575760 139984542885032 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1768.64
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+897.901 s]
/proc/loadavg: 4.04 4.05 4.00 5/219 12870
/proc/meminfo: memFree=20468320/32872528 swapFree=7620/7620
[pid=12597] ppid=12594 vsize=9824732 CPUtime=1800.01 cores=1,3,5,7
/proc/12597/stat : 12597 (java) S 12594 12597 8968 0 -1 4202496 42452 0 1 0 179603 398 0 0 20 0 22 0 6326742 10060525568 995177 33554432000 1073741824 1073778376 140737189575760 140737189566896 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12597/statm: 2456183 995177 2302 9 0 2446860 0
[pid=12597/tid=12599] ppid=12594 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/12597/task/12599/stat : 12599 (java) S 12594 12597 8968 0 -1 4202560 2518 0 1 0 36 3 0 0 20 0 22 0 6326743 10060525568 995177 33554432000 1073741824 1073778376 140737189575760 139984730547064 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12597/tid=12600] ppid=12594 vsize=9824732 CPUtime=2.98 cores=1,3,5,7
/proc/12597/task/12600/stat : 12600 (java) S 12594 12597 8968 0 -1 4202560 2476 0 0 0 257 41 0 0 20 0 22 0 6326744 10060525568 995177 33554432000 1073741824 1073778376 140737189575760 139984574499240 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12597/tid=12601] ppid=12594 vsize=9824732 CPUtime=2.97 cores=1,3,5,7
/proc/12597/task/12601/stat : 12601 (java) S 12594 12597 8968 0 -1 4202560 3351 0 0 0 253 44 0 0 20 0 22 0 6326744 10060525568 995177 33554432000 1073741824 1073778376 140737189575760 139984573446696 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12597/tid=12602] ppid=12594 vsize=9824732 CPUtime=3.09 cores=1,3,5,7
/proc/12597/task/12602/stat : 12602 (java) S 12594 12597 8968 0 -1 4202560 2535 0 0 0 264 45 0 0 20 0 22 0 6326744 10060525568 995177 33554432000 1073741824 1073778376 140737189575760 139984572393640 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12597/tid=12603] ppid=12594 vsize=9824732 CPUtime=2.92 cores=1,3,5,7
/proc/12597/task/12603/stat : 12603 (java) S 12594 12597 8968 0 -1 4202560 2426 0 0 0 249 43 0 0 20 0 22 0 6326744 10060525568 995177 33554432000 1073741824 1073778376 140737189575760 139984571341096 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12597/tid=12604] ppid=12594 vsize=9824732 CPUtime=3.14 cores=1,3,5,7
/proc/12597/task/12604/stat : 12604 (java) S 12594 12597 8968 0 -1 4202560 2317 0 0 0 269 45 0 0 20 0 22 0 6326744 10060525568 995177 33554432000 1073741824 1073778376 140737189575760 139984570289064 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12597/tid=12605] ppid=12594 vsize=9824732 CPUtime=3.44 cores=1,3,5,7
/proc/12597/task/12605/stat : 12605 (java) S 12594 12597 8968 0 -1 4202560 2016 0 0 0 297 47 0 0 20 0 22 0 6326744 10060525568 995177 33554432000 1073741824 1073778376 140737189575760 139984569236520 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12597/tid=12606] ppid=12594 vsize=9824732 CPUtime=3.34 cores=1,3,5,7
/proc/12597/task/12606/stat : 12606 (java) S 12594 12597 8968 0 -1 4202560 2435 0 0 0 282 52 0 0 20 0 22 0 6326744 10060525568 995177 33554432000 1073741824 1073778376 140737189575760 139984568183464 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12597/tid=12607] ppid=12594 vsize=9824732 CPUtime=2.99 cores=1,3,5,7
/proc/12597/task/12607/stat : 12607 (java) S 12594 12597 8968 0 -1 4202560 2627 0 0 0 258 41 0 0 20 0 22 0 6326744 10060525568 995177 33554432000 1073741824 1073778376 140737189575760 139984567130920 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12597/tid=12608] ppid=12594 vsize=9824732 CPUtime=8.09 cores=1,3,5,7
/proc/12597/task/12608/stat : 12608 (java) S 12594 12597 8968 0 -1 4202560 2701 0 0 0 802 7 0 0 20 0 22 0 6326745 10060525568 995177 33554432000 1073741824 1073778376 140737189575760 139984554719592 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12597/tid=12609] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12597/task/12609/stat : 12609 (java) S 12594 12597 8968 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 6326745 10060525568 995177 33554432000 1073741824 1073778376 140737189575760 139984553665912 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12597/tid=12610] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12597/task/12610/stat : 12610 (java) S 12594 12597 8968 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 6326745 10060525568 995177 33554432000 1073741824 1073778376 140737189575760 139984552612744 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12597/tid=12611] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12597/task/12611/stat : 12611 (java) S 12594 12597 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6326748 10060525568 995177 33554432000 1073741824 1073778376 140737189575760 139984551561488 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12597/tid=12612] ppid=12594 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/12597/task/12612/stat : 12612 (java) S 12594 12597 8968 0 -1 4202560 7832 0 0 0 105 2 0 0 20 0 22 0 6326748 10060525568 995177 33554432000 1073741824 1073778376 140737189575760 139984550509368 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12597/tid=12613] ppid=12594 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/12597/task/12613/stat : 12613 (java) S 12594 12597 8968 0 -1 4202560 6556 0 0 0 109 0 0 0 20 0 22 0 6326748 10060525568 995177 33554432000 1073741824 1073778376 140737189575760 139984549456824 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12597/tid=12614] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12597/task/12614/stat : 12614 (java) S 12594 12597 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6326748 10060525568 995177 33554432000 1073741824 1073778376 140737189575760 139984548403960 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12597/tid=12615] ppid=12594 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/12597/task/12615/stat : 12615 (java) S 12594 12597 8968 0 -1 4202560 50 0 0 0 11 20 0 0 20 0 22 0 6326748 10060525568 995177 33554432000 1073741824 1073778376 140737189575760 139984547351624 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12597/tid=12618] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12597/task/12618/stat : 12618 (java) S 12594 12597 8968 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 6326780 10060525568 995177 33554432000 1073741824 1073778376 140737189575760 139984543937320 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12597/tid=12623] ppid=12594 vsize=9824732 CPUtime=881.85 cores=1,3,5,7
/proc/12597/task/12623/stat : 12623 (java) R 12594 12597 8968 0 -1 4202560 318 0 0 0 88167 18 0 0 20 0 22 0 6326881 10060525568 995177 33554432000 1073741824 1073778376 140737189575760 139984546033936 139984603739459 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12597/tid=12624] ppid=12594 vsize=9824732 CPUtime=881.87 cores=1,3,5,7
/proc/12597/task/12624/stat : 12624 (java) R 12594 12597 8968 0 -1 4202560 927 0 0 0 88166 21 0 0 20 0 22 0 6326881 10060525568 995177 33554432000 1073741824 1073778376 140737189575760 139984544988544 139984603997440 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12597/tid=12625] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12597/task/12625/stat : 12625 (java) S 12594 12597 8968 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 6326881 10060525568 995177 33554432000 1073741824 1073778376 140737189575760 139984542885032 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 12597 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+897.901 s]
/proc/loadavg: 4.04 4.05 4.00 5/219 12870
/proc/meminfo: memFree=20468320/32872528 swapFree=7620/7620
[pid=12597] ppid=12594 vsize=9824732 CPUtime=1800.01 cores=1,3,5,7
/proc/12597/stat : 12597 (java) S 12594 12597 8968 0 -1 4202496 42452 0 1 0 179603 398 0 0 20 0 22 0 6326742 10060525568 995177 33554432000 1073741824 1073778376 140737189575760 140737189566896 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12597/statm: 2456183 995177 2302 9 0 2446860 0
[pid=12597/tid=12599] ppid=12594 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/12597/task/12599/stat : 12599 (java) S 12594 12597 8968 0 -1 4202560 2518 0 1 0 36 3 0 0 20 0 22 0 6326743 10060525568 995177 33554432000 1073741824 1073778376 140737189575760 139984730547064 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12597/tid=12600] ppid=12594 vsize=9824732 CPUtime=2.98 cores=1,3,5,7
/proc/12597/task/12600/stat : 12600 (java) S 12594 12597 8968 0 -1 4202560 2476 0 0 0 257 41 0 0 20 0 22 0 6326744 10060525568 995177 33554432000 1073741824 1073778376 140737189575760 139984574499240 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12597/tid=12601] ppid=12594 vsize=9824732 CPUtime=2.97 cores=1,3,5,7
/proc/12597/task/12601/stat : 12601 (java) S 12594 12597 8968 0 -1 4202560 3351 0 0 0 253 44 0 0 20 0 22 0 6326744 10060525568 995177 33554432000 1073741824 1073778376 140737189575760 139984573446696 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12597/tid=12602] ppid=12594 vsize=9824732 CPUtime=3.09 cores=1,3,5,7
/proc/12597/task/12602/stat : 12602 (java) S 12594 12597 8968 0 -1 4202560 2535 0 0 0 264 45 0 0 20 0 22 0 6326744 10060525568 995177 33554432000 1073741824 1073778376 140737189575760 139984572393640 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12597/tid=12603] ppid=12594 vsize=9824732 CPUtime=2.92 cores=1,3,5,7
/proc/12597/task/12603/stat : 12603 (java) S 12594 12597 8968 0 -1 4202560 2426 0 0 0 249 43 0 0 20 0 22 0 6326744 10060525568 995177 33554432000 1073741824 1073778376 140737189575760 139984571341096 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12597/tid=12604] ppid=12594 vsize=9824732 CPUtime=3.14 cores=1,3,5,7
/proc/12597/task/12604/stat : 12604 (java) S 12594 12597 8968 0 -1 4202560 2317 0 0 0 269 45 0 0 20 0 22 0 6326744 10060525568 995177 33554432000 1073741824 1073778376 140737189575760 139984570289064 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12597/tid=12605] ppid=12594 vsize=9824732 CPUtime=3.44 cores=1,3,5,7
/proc/12597/task/12605/stat : 12605 (java) S 12594 12597 8968 0 -1 4202560 2016 0 0 0 297 47 0 0 20 0 22 0 6326744 10060525568 995177 33554432000 1073741824 1073778376 140737189575760 139984569236520 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12597/tid=12606] ppid=12594 vsize=9824732 CPUtime=3.34 cores=1,3,5,7
/proc/12597/task/12606/stat : 12606 (java) S 12594 12597 8968 0 -1 4202560 2435 0 0 0 282 52 0 0 20 0 22 0 6326744 10060525568 995177 33554432000 1073741824 1073778376 140737189575760 139984568183464 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12597/tid=12607] ppid=12594 vsize=9824732 CPUtime=2.99 cores=1,3,5,7
/proc/12597/task/12607/stat : 12607 (java) S 12594 12597 8968 0 -1 4202560 2627 0 0 0 258 41 0 0 20 0 22 0 6326744 10060525568 995177 33554432000 1073741824 1073778376 140737189575760 139984567130920 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12597/tid=12608] ppid=12594 vsize=9824732 CPUtime=8.09 cores=1,3,5,7
/proc/12597/task/12608/stat : 12608 (java) S 12594 12597 8968 0 -1 4202560 2701 0 0 0 802 7 0 0 20 0 22 0 6326745 10060525568 995177 33554432000 1073741824 1073778376 140737189575760 139984554719592 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12597/tid=12609] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12597/task/12609/stat : 12609 (java) S 12594 12597 8968 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 6326745 10060525568 995177 33554432000 1073741824 1073778376 140737189575760 139984553665912 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12597/tid=12610] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12597/task/12610/stat : 12610 (java) S 12594 12597 8968 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 6326745 10060525568 995177 33554432000 1073741824 1073778376 140737189575760 139984552612744 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12597/tid=12611] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12597/task/12611/stat : 12611 (java) S 12594 12597 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6326748 10060525568 995177 33554432000 1073741824 1073778376 140737189575760 139984551561488 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12597/tid=12612] ppid=12594 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/12597/task/12612/stat : 12612 (java) S 12594 12597 8968 0 -1 4202560 7832 0 0 0 105 2 0 0 20 0 22 0 6326748 10060525568 995177 33554432000 1073741824 1073778376 140737189575760 139984550509368 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12597/tid=12613] ppid=12594 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/12597/task/12613/stat : 12613 (java) S 12594 12597 8968 0 -1 4202560 6556 0 0 0 109 0 0 0 20 0 22 0 6326748 10060525568 995177 33554432000 1073741824 1073778376 140737189575760 139984549456824 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12597/tid=12614] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12597/task/12614/stat : 12614 (java) S 12594 12597 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6326748 10060525568 995177 33554432000 1073741824 1073778376 140737189575760 139984548403960 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12597/tid=12615] ppid=12594 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/12597/task/12615/stat : 12615 (java) S 12594 12597 8968 0 -1 4202560 50 0 0 0 11 20 0 0 20 0 22 0 6326748 10060525568 995177 33554432000 1073741824 1073778376 140737189575760 139984547351624 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12597/tid=12618] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12597/task/12618/stat : 12618 (java) S 12594 12597 8968 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 6326780 10060525568 995177 33554432000 1073741824 1073778376 140737189575760 139984543937320 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12597/tid=12623] ppid=12594 vsize=9824732 CPUtime=881.85 cores=1,3,5,7
/proc/12597/task/12623/stat : 12623 (java) R 12594 12597 8968 0 -1 4202560 318 0 0 0 88167 18 0 0 20 0 22 0 6326881 10060525568 995177 33554432000 1073741824 1073778376 140737189575760 139984546033936 139984603739459 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12597/tid=12624] ppid=12594 vsize=9824732 CPUtime=881.87 cores=1,3,5,7
/proc/12597/task/12624/stat : 12624 (java) R 12594 12597 8968 0 -1 4202560 927 0 0 0 88166 21 0 0 20 0 22 0 6326881 10060525568 995177 33554432000 1073741824 1073778376 140737189575760 139984544988544 139984603997440 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12597/tid=12625] ppid=12594 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12597/task/12625/stat : 12625 (java) S 12594 12597 8968 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 6326881 10060525568 995177 33554432000 1073741824 1073778376 140737189575760 139984542885032 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 897.956
CPU time (s): 1800.68
CPU user time (s): 1796.18
CPU system time (s): 4.50331
CPU usage (%): 200.531
Max. virtual memory (cumulated for all children) (KiB): 9825852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.18
system time used= 4.50331
maximum resident set size= 3980820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42490
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23720
involuntary context switches= 24684

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.33419 second user time and 7.8818 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-30 04:38:26
IDJOB=4119365
IDBENCH=111712
IDSOLVER=2543
FILE ID=node106/4119365-1467254306
RUNJOBID= node106-1467248675-9332
PBS_JOBID= 20004477
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/minlplib2-pb-0.1.0/opb/normalized-graphpart_clique-40.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119365-1467254306/watcher-4119365-1467254306 -o /tmp/evaluation-result-4119365-1467254306/solver-4119365-1467254306 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1467248675-9332 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4119365-1467254306.opb

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

MD5SUM BENCH= a1abacfb8439dd4c465d8f508db1fcbf
RANDOM SEED=1686407482

node106.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.495
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.99
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.495
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.56
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.495
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.495
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.495
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.56
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.495
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.495
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.495
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:        28467284 kB
Buffers:           38688 kB
Cached:          2859840 kB
SwapCached:            0 kB
Active:          2951832 kB
Inactive:         679060 kB
Active(anon):     718660 kB
Inactive(anon):    16156 kB
Active(file):    2233172 kB
Inactive(file):   662904 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               476 kB
Writeback:             0 kB
AnonPages:        876708 kB
Mapped:            23548 kB
Shmem:               204 kB
Slab:             623968 kB
SReclaimable:      67192 kB
SUnreclaim:       556776 kB
KernelStack:        1816 kB
PageTables:         5568 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1339340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    819200 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71748 MiB
End job on node106 at 2016-06-30 04:53:24