Trace number 4119293

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)-21 1800.88 899.364

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/
minlplib2-pb-0.1.0/opb/normalized-sporttournament10.opb
MD5SUM4cd5bfafbb5309e3197a3fb36e6ee167
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-22
Best CPU time to get the best result obtained on this benchmark0.6519
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables0
Total number of constraints0
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint-1
Maximum length of a constraint0
Number of terms in the objective function 112
Biggest coefficient in the objective function 2
Number of bits for the biggest coefficient in the objective function 2
Sum of the numbers in the objective function 118
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 118
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)80
Sum of products size (including duplicates)160
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.09/0.10	c Number of processors 	8
0.09/0.13	c Pseudo Boolean Optimization by upper bound
0.09/0.13	c ManyCore solver with 2 solvers running in parallel
0.09/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Glucose 2.1 dynamic restart strategy
0.09/0.13	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.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.13	c No reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	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.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-4119293-1467252446.opb
0.09/0.13	c reading problem ... 
0.09/0.13	c  objective function found
0.09/0.15	c ... done. Wall clock time 0.028s.
0.09/0.15	c declared #vars     45
0.09/0.15	c internal #vars     125
0.09/0.15	c #constraints  160
0.09/0.16	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.16	c constraints type 
0.09/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 80
0.09/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 80
0.09/0.16	c 160 constraints processed.
0.09/0.16	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.16	c constraints type 
0.09/0.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 80
0.09/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 80
0.09/0.16	c 160 constraints processed.
0.09/0.16	c objective function length is 112 literals
0.09/0.16	c And the winner is solver0
0.17/0.66	c SATISFIABLE
0.17/0.66	c OPTIMIZING...
0.17/0.66	c Got one! Elapsed wall clock time (in seconds):0.532
0.17/0.66	o -13
0.17/0.66	c And the winner is solver0
0.17/1.16	c Got one! Elapsed wall clock time (in seconds):1.035
0.17/1.16	o -14
0.17/1.18	c And the winner is solver0
0.21/1.66	c Got one! Elapsed wall clock time (in seconds):1.538
0.21/1.66	o -15
0.31/1.78	c And the winner is solver1
0.99/2.16	c Got one! Elapsed wall clock time (in seconds):2.039
0.99/2.16	o -16
1.10/2.28	c And the winner is solver0
1.54/2.67	c Got one! Elapsed wall clock time (in seconds):2.541
1.54/2.67	o -17
1.64/2.78	c And the winner is solver1
2.04/3.17	c Got one! Elapsed wall clock time (in seconds):3.043
2.04/3.17	o -18
2.15/3.24	c cleaning 3334 clauses out of 6673 with flag 2127/6673
2.15/3.27	c And the winner is solver1
2.58/3.67	c Got one! Elapsed wall clock time (in seconds):3.545
2.58/3.67	o -19
2.87/3.82	c cleaning 4249 clauses out of 8498 with flag 8881/11832
3.36/4.08	c cleaning 5125 clauses out of 10249 with flag 21785/17832
4.05/4.38	c cleaning 6058 clauses out of 12124 with flag 36720/24832
4.87/4.71	c cleaning 7035 clauses out of 14069 with flag 53491/32835
5.67/5.10	c cleaning 8016 clauses out of 16032 with flag 72505/41833
6.51/5.57	c cleaning 9008 clauses out of 18015 with flag 93058/51832
7.54/6.06	c And the winner is solver1
7.67/6.17	c Got one! Elapsed wall clock time (in seconds):6.046
7.67/6.17	o -20
8.36/6.48	c cleaning 11818 clauses out of 23644 with flag 10850/66469
9.00/6.79	c cleaning 8910 clauses out of 17825 with flag 23576/72468
9.58/7.09	c cleaning 7955 clauses out of 15915 with flag 38548/79468
10.42/7.45	c cleaning 7975 clauses out of 15961 with flag 55808/87469
11.23/7.87	c cleaning 8486 clauses out of 16985 with flag 75152/96468
12.23/8.39	c cleaning 9248 clauses out of 18500 with flag 96727/106469
13.49/8.94	c cleaning 10124 clauses out of 20251 with flag 120677/117468
14.68/9.58	c cleaning 11064 clauses out of 22127 with flag 146402/129468
16.29/10.34	c cleaning 12030 clauses out of 24063 with flag 174713/142468
18.14/11.20	c cleaning 13013 clauses out of 26034 with flag 205209/156469
20.15/12.24	c cleaning 14009 clauses out of 28021 with flag 238486/171469
22.54/13.41	c cleaning 15005 clauses out of 30012 with flag 273843/187469
24.80/14.57	c cleaning 16003 clauses out of 32006 with flag 310293/204468
27.19/15.77	c cleaning 17001 clauses out of 34003 with flag 348864/222468
28.19/16.27	c And the winner is solver1
28.35/16.70	c Got one! Elapsed wall clock time (in seconds):16.577
28.35/16.70	o -21
28.93/17.06	c cleaning 15244 clauses out of 30498 with flag 10864/235964
29.54/17.38	c cleaning 10624 clauses out of 21255 with flag 23631/241965
30.15/17.69	c cleaning 8814 clauses out of 17631 with flag 38519/248965
30.94/18.01	c cleaning 8408 clauses out of 16816 with flag 55787/256964
31.74/18.40	c cleaning 8704 clauses out of 17409 with flag 75298/265965
32.56/18.84	c cleaning 9350 clauses out of 18704 with flag 97223/275964
33.60/19.36	c cleaning 10175 clauses out of 20354 with flag 121705/286964
34.82/19.97	c cleaning 11091 clauses out of 22181 with flag 148349/298966
36.20/20.62	c cleaning 12040 clauses out of 24088 with flag 176551/311964
37.60/21.33	c cleaning 13020 clauses out of 26048 with flag 206860/325964
39.21/22.13	c cleaning 14010 clauses out of 28028 with flag 239964/340964
41.02/23.00	c cleaning 15007 clauses out of 30020 with flag 274366/356966
43.09/24.05	c cleaning 16002 clauses out of 32012 with flag 312319/373965
45.09/25.09	c cleaning 17002 clauses out of 34009 with flag 351272/391964
47.29/26.15	c cleaning 18003 clauses out of 36008 with flag 392120/410965
49.89/27.40	c cleaning 19000 clauses out of 38005 with flag 435646/430965
52.50/28.79	c cleaning 20001 clauses out of 40006 with flag 481474/451966
55.89/30.40	c cleaning 21002 clauses out of 42004 with flag 530047/473965
59.48/32.23	c cleaning 21996 clauses out of 44002 with flag 580176/496965
64.14/34.51	c cleaning 23003 clauses out of 46005 with flag 632569/520964
68.34/36.66	c cleaning 24002 clauses out of 48004 with flag 686877/545966
72.74/38.86	c cleaning 24995 clauses out of 50001 with flag 743773/571965
77.61/41.22	c cleaning 26001 clauses out of 52006 with flag 802791/598965
83.00/43.99	c cleaning 26999 clauses out of 54004 with flag 864804/626964
89.00/46.96	c cleaning 28001 clauses out of 56007 with flag 930608/655966
94.21/49.59	c cleaning 29000 clauses out of 58005 with flag 997667/685965
99.88/52.32	c cleaning 30001 clauses out of 60005 with flag 1067444/716965
106.08/55.41	c cleaning 30998 clauses out of 62003 with flag 1136904/748964
112.69/58.72	c cleaning 32000 clauses out of 64005 with flag 1209190/781964
120.56/62.68	c cleaning 33001 clauses out of 66006 with flag 1282516/815965
124.56/64.64	c cleaning 0 clauses out of 6613 with flag 0/6614
127.91/66.10	c cleaning 33998 clauses out of 68005 with flag 1360561/850965
135.56/69.85	c cleaning 35001 clauses out of 70006 with flag 1439179/886964
143.00/73.59	c cleaning 35999 clauses out of 72005 with flag 1518897/923964
153.20/78.68	c cleaning 37003 clauses out of 74006 with flag 1599970/961964
160.63/82.37	c cleaning 37999 clauses out of 76004 with flag 1685882/1000965
167.85/85.90	c cleaning 38999 clauses out of 78004 with flag 1769455/1040964
176.83/90.47	c cleaning 40003 clauses out of 80006 with flag 1853635/1081965
187.23/95.68	c cleaning 41001 clauses out of 82003 with flag 1940057/1123965
198.03/101.08	c cleaning 42001 clauses out of 84001 with flag 2028219/1166964
209.09/106.52	c cleaning 42995 clauses out of 86000 with flag 2120972/1210964
221.09/112.55	c cleaning 44003 clauses out of 88005 with flag 2213697/1255964
232.49/118.21	c cleaning 45002 clauses out of 90004 with flag 2308655/1301966
245.69/124.89	c cleaning 45997 clauses out of 92001 with flag 2409243/1348965
258.97/131.42	c cleaning 46998 clauses out of 94004 with flag 2509468/1396965
274.27/139.07	c cleaning 48000 clauses out of 96005 with flag 2609522/1445964
290.31/147.06	c cleaning 49003 clauses out of 98005 with flag 2710936/1495964
309.78/156.75	c cleaning 50000 clauses out of 100003 with flag 2815324/1546965
328.25/165.98	c cleaning 50998 clauses out of 102002 with flag 2921054/1598964
348.47/176.00	c cleaning 52000 clauses out of 104004 with flag 3028797/1651964
370.75/187.08	c cleaning 53002 clauses out of 106005 with flag 3138039/1705965
393.61/198.47	c cleaning 53998 clauses out of 108003 with flag 3249471/1760965
417.73/210.46	c cleaning 55000 clauses out of 110004 with flag 3362932/1816964
448.34/225.69	c cleaning 56003 clauses out of 112005 with flag 3478816/1873965
476.43/239.62	c cleaning 56996 clauses out of 114001 with flag 3596597/1931964
502.18/252.45	c cleaning 57999 clauses out of 116005 with flag 3716738/1990964
528.81/265.88	c cleaning 59001 clauses out of 118007 with flag 3838343/2050965
552.47/277.69	c cleaning 59999 clauses out of 120005 with flag 3961477/2111964
581.61/292.15	c cleaning 61000 clauses out of 122006 with flag 4086754/2173964
611.50/306.95	c cleaning 62003 clauses out of 124007 with flag 4214390/2236965
649.28/325.78	c cleaning 63001 clauses out of 126003 with flag 4344141/2300964
686.46/344.23	c cleaning 64000 clauses out of 128004 with flag 4475917/2365966
726.25/364.05	c cleaning 64998 clauses out of 130002 with flag 4609041/2431964
764.00/382.70	c cleaning 0 clauses out of 12611 with flag 0/12612
775.27/388.33	c cleaning 65994 clauses out of 132005 with flag 4747103/2498965
812.43/406.84	c cleaning 67002 clauses out of 134011 with flag 4886086/2566965
846.63/424.07	c cleaning 68000 clauses out of 136008 with flag 5030999/2635964
884.62/442.97	c cleaning 68996 clauses out of 138008 with flag 5173624/2705964
922.64/461.83	c cleaning 70006 clauses out of 140012 with flag 5317867/2776964
961.84/481.39	c cleaning 70997 clauses out of 142006 with flag 5464614/2848964
1004.25/502.42	c cleaning 72004 clauses out of 144009 with flag 5612588/2921964
1044.05/522.29	c cleaning 73001 clauses out of 146006 with flag 5762448/2995965
1089.29/544.72	c cleaning 73998 clauses out of 148004 with flag 5913576/3070964
1136.81/568.38	c cleaning 75003 clauses out of 150007 with flag 6067567/3146965
1183.21/591.46	c cleaning 75998 clauses out of 152003 with flag 6224016/3223964
1230.50/615.00	c cleaning 77001 clauses out of 154005 with flag 6382249/3301964
1286.94/643.24	c cleaning 77999 clauses out of 156004 with flag 6542677/3380964
1348.23/673.70	c cleaning 79001 clauses out of 158006 with flag 6705204/3460965
1398.51/698.86	c cleaning 80000 clauses out of 160006 with flag 6869777/3541966
1451.34/725.21	c cleaning 81002 clauses out of 162004 with flag 7037035/3623964
1499.35/749.29	c cleaning 81999 clauses out of 164002 with flag 7206115/3706964
1545.59/772.33	c cleaning 83000 clauses out of 166004 with flag 7376632/3790965
1588.37/793.72	c cleaning 83996 clauses out of 168003 with flag 7549153/3875964
1642.58/820.79	c cleaning 85000 clauses out of 170007 with flag 7724002/3961964
1695.15/846.94	c cleaning 86004 clauses out of 172007 with flag 7900873/4048964
1744.64/871.64	c cleaning 86998 clauses out of 174003 with flag 8079396/4136964
1793.10/895.87	c cleaning 88000 clauses out of 176006 with flag 8261198/4225965
1800.10/899.30	c >>>>>>>>>> Solver number 0 (4 answers) <<<<<<<<<<<<<<<<<<
1800.10/899.30	c starts		: 19879
1800.10/899.30	c conflicts		: 4247487
1800.10/899.30	c decisions		: 5153171
1800.10/899.30	c propagations		: 50459621
1800.10/899.30	c inspects		: 15717873204
1800.10/899.30	c shortcuts		: 0
1800.10/899.30	c learnt literals	: 0
1800.10/899.30	c learnt binary clauses	: 0
1800.10/899.30	c learnt ternary clauses	: 0
1800.10/899.30	c learnt constraints	: 4247487
1800.10/899.30	c ignored constraints	: 0
1800.10/899.30	c root simplifications	: 0
1800.10/899.30	c removed literals (reason simplification)	: 3685562
1800.10/899.30	c reason swapping (by a shorter reason)	: 0
1800.10/899.30	c Calls to reduceDB	: 106
1800.10/899.30	c Number of update (reduction) of LBD	: 90683
1800.10/899.30	c Imported unit clauses	: 0
1800.10/899.30	c number of reductions to clauses (during analyze)	: 0
1800.10/899.30	c number of learned constraints concerned by reduction	: 0
1800.10/899.30	c number of learning phase by resolution	: 0
1800.10/899.30	c number of learning phase by cutting planes	: 0
1800.10/899.30	c speed (assignments/second)	: 57171.62720555994
1800.10/899.30	c non guided choices	3
1800.10/899.33	c learnt constraints type 
1800.10/899.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 109528
1800.10/899.33	c >>>>>>>>>> Solver number 1 (5 answers) <<<<<<<<<<<<<<<<<<
1800.10/899.33	c starts		: 53
1800.10/899.33	c conflicts		: 17296
1800.10/899.33	c decisions		: 34393
1800.10/899.33	c propagations		: 298483
1800.10/899.33	c inspects		: 575896750
1800.10/899.33	c shortcuts		: 0
1800.10/899.33	c learnt literals	: 0
1800.10/899.33	c learnt binary clauses	: 0
1800.10/899.33	c learnt ternary clauses	: 0
1800.10/899.33	c learnt constraints	: 17294
1800.10/899.33	c ignored constraints	: 0
1800.10/899.33	c root simplifications	: 0
1800.10/899.33	c removed literals (reason simplification)	: 0
1800.10/899.33	c reason swapping (by a shorter reason)	: 0
1800.10/899.33	c Calls to reduceDB	: 2
1800.10/899.33	c Number of update (reduction) of LBD	: 0
1800.10/899.33	c Imported unit clauses	: 0
1800.10/899.33	c number of reductions to clauses (during analyze)	: 0
1800.10/899.33	c number of learned constraints concerned by reduction	: 0
1800.10/899.33	c number of learning phase by resolution	: 0
1800.10/899.33	c number of learning phase by cutting planes	: 0
1800.10/899.33	c speed (assignments/second)	: 332.8816591276108
1800.10/899.33	c non guided choices	1
1800.10/899.34	c learnt constraints type 
1800.10/899.34	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 11
1800.10/899.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17283
1800.10/899.34	s SATISFIABLE
1800.10/899.34	c Found 9 solution(s)
1800.10/899.34	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 
1800.10/899.34	c objective function=-21
1800.10/899.34	c Total wall clock time (in seconds): 899.215

Verifier Data

OK	-21

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

pid=11533
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.92 3.96 3.85 4/197 11536
/proc/meminfo: memFree=25442204/32872528 swapFree=7620/7620
[pid=11536] ppid=11533 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/11536/stat : 11536 (java) D 11533 11536 8968 0 -1 4202496 327 0 0 0 0 0 0 0 20 0 1 0 6140765 9515008 182 33554432000 1073741824 1073778376 140735756816496 140735756807528 218234699445 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/11536/statm: 2323 182 140 9 0 71 0

[startup+0.100058 s]
/proc/loadavg: 3.92 3.96 3.85 4/197 11536
/proc/meminfo: memFree=25442204/32872528 swapFree=7620/7620
[pid=11536] ppid=11533 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/11536/stat : 11536 (java) S 11533 11536 8968 0 -1 4202496 4453 0 1 0 7 2 0 0 20 0 18 0 6140765 9787879424 5572 33554432000 1073741824 1073778376 140736227170096 140736227161232 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/11536/statm: 2389619 5572 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200249 s]
/proc/loadavg: 3.92 3.96 3.85 4/197 11536
/proc/meminfo: memFree=25442204/32872528 swapFree=7620/7620
[pid=11536] ppid=11533 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/11536/stat : 11536 (java) S 11533 11536 8968 0 -1 4202496 4647 0 1 0 15 2 0 0 20 0 19 0 6140765 10060525568 7270 33554432000 1073741824 1073778376 140736227170096 140736227161232 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/11536/statm: 2456183 7270 2173 9 0 2446860 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 9824732

[startup+0.300313 s]
/proc/loadavg: 3.92 3.96 3.85 4/197 11536
/proc/meminfo: memFree=25442204/32872528 swapFree=7620/7620
[pid=11536] ppid=11533 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/11536/stat : 11536 (java) S 11533 11536 8968 0 -1 4202496 4647 0 1 0 15 2 0 0 20 0 19 0 6140765 10060525568 7270 33554432000 1073741824 1073778376 140736227170096 140736227161232 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/11536/statm: 2456183 7270 2173 9 0 2446860 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 9824732

[startup+0.700236 s]
/proc/loadavg: 3.92 3.96 3.85 4/197 11536
/proc/meminfo: memFree=25442204/32872528 swapFree=7620/7620
[pid=11536] ppid=11533 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/11536/stat : 11536 (java) S 11533 11536 8968 0 -1 4202496 4673 0 1 0 15 2 0 0 20 0 19 0 6140765 10060525568 8306 33554432000 1073741824 1073778376 140736227170096 140736227161232 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/11536/statm: 2456183 8306 2173 9 0 2446860 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 9824732

[startup+1.5008 s]
/proc/loadavg: 3.92 3.96 3.85 4/216 11561
/proc/meminfo: memFree=25417484/32872528 swapFree=7620/7620
[pid=11536] ppid=11533 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/11536/stat : 11536 (java) S 11533 11536 8968 0 -1 4202496 4700 0 1 0 18 3 0 0 20 0 19 0 6140765 10060525568 9348 33554432000 1073741824 1073778376 140736227170096 140736227161232 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/11536/statm: 2456183 9348 2187 9 0 2446860 0
[pid=11536/tid=11538] ppid=11533 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/11536/task/11538/stat : 11538 (java) S 11533 11536 8968 0 -1 4202560 2452 0 1 0 11 2 0 0 20 0 19 0 6140766 10060525568 9348 33554432000 1073741824 1073778376 140736227170096 139818030895992 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11536/tid=11539] ppid=11533 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11536/task/11539/stat : 11539 (java) S 11533 11536 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6140767 10060525568 9348 33554432000 1073741824 1073778376 140736227170096 139817874906152 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11536/tid=11540] ppid=11533 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11536/task/11540/stat : 11540 (java) S 11533 11536 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6140767 10060525568 9348 33554432000 1073741824 1073778376 140736227170096 139817873853352 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11536/tid=11541] ppid=11533 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11536/task/11541/stat : 11541 (java) S 11533 11536 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6140767 10060525568 9348 33554432000 1073741824 1073778376 140736227170096 139817872800552 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11536/tid=11542] ppid=11533 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11536/task/11542/stat : 11542 (java) S 11533 11536 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6140767 10060525568 9348 33554432000 1073741824 1073778376 140736227170096 139817871747752 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11536/tid=11543] ppid=11533 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11536/task/11543/stat : 11543 (java) S 11533 11536 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6140767 10060525568 9348 33554432000 1073741824 1073778376 140736227170096 139817870694952 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11536/tid=11544] ppid=11533 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11536/task/11544/stat : 11544 (java) S 11533 11536 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6140767 10060525568 9348 33554432000 1073741824 1073778376 140736227170096 139817869642152 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11536/tid=11545] ppid=11533 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11536/task/11545/stat : 11545 (java) S 11533 11536 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6140767 10060525568 9348 33554432000 1073741824 1073778376 140736227170096 139817868589352 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11536/tid=11546] ppid=11533 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11536/task/11546/stat : 11546 (java) S 11533 11536 8968 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 6140767 10060525568 9348 33554432000 1073741824 1073778376 140736227170096 139817867536552 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11536/tid=11547] ppid=11533 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11536/task/11547/stat : 11547 (java) S 11533 11536 8968 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 6140769 10060525568 9348 33554432000 1073741824 1073778376 140736227170096 139817855126504 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11536/tid=11548] ppid=11533 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11536/task/11548/stat : 11548 (java) S 11533 11536 8968 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 6140769 10060525568 9348 33554432000 1073741824 1073778376 140736227170096 139817854072568 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11536/tid=11549] ppid=11533 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11536/task/11549/stat : 11549 (java) S 11533 11536 8968 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6140769 10060525568 9348 33554432000 1073741824 1073778376 140736227170096 139817853019656 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11536/tid=11550] ppid=11533 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11536/task/11550/stat : 11550 (java) S 11533 11536 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6140772 10060525568 9348 33554432000 1073741824 1073778376 140736227170096 139817851968144 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11536/tid=11551] ppid=11533 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/11536/task/11551/stat : 11551 (java) S 11533 11536 8968 0 -1 4202560 390 0 0 0 1 0 0 0 20 0 19 0 6140772 10060525568 9348 33554432000 1073741824 1073778376 140736227170096 139817850915256 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11536/tid=11552] ppid=11533 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/11536/task/11552/stat : 11552 (java) S 11533 11536 8968 0 -1 4202560 508 0 0 0 1 0 0 0 20 0 19 0 6140772 10060525568 9348 33554432000 1073741824 1073778376 140736227170096 139817849862456 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11536/tid=11553] ppid=11533 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11536/task/11553/stat : 11553 (java) S 11533 11536 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6140772 10060525568 9348 33554432000 1073741824 1073778376 140736227170096 139817848809848 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11536/tid=11554] ppid=11533 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11536/task/11554/stat : 11554 (java) S 11533 11536 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6140772 10060525568 9348 33554432000 1073741824 1073778376 140736227170096 139817847757256 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11536/tid=11557] ppid=11533 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11536/task/11557/stat : 11557 (java) S 11533 11536 8968 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6140782 10060525568 9348 33554432000 1073741824 1073778376 140736227170096 139817844549032 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9824732

[startup+3.10076 s]
/proc/loadavg: 3.92 3.96 3.85 7/219 11570
/proc/meminfo: memFree=25382716/32872528 swapFree=7620/7620
[pid=11536] ppid=11533 vsize=9824732 CPUtime=2.04 cores=0,2,4,6
/proc/11536/stat : 11536 (java) S 11533 11536 8968 0 -1 4202496 15826 0 1 0 193 11 0 0 20 0 19 0 6140765 10060525568 28816 33554432000 1073741824 1073778376 140736227170096 140736227161232 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/11536/statm: 2456183 28816 2251 9 0 2446860 0
[pid=11536/tid=11538] ppid=11533 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/11536/task/11538/stat : 11538 (java) S 11533 11536 8968 0 -1 4202560 2453 0 1 0 12 2 0 0 20 0 19 0 6140766 10060525568 28816 33554432000 1073741824 1073778376 140736227170096 139818030895992 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11536/tid=11539] ppid=11533 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11536/task/11539/stat : 11539 (java) S 11533 11536 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6140767 10060525568 28816 33554432000 1073741824 1073778376 140736227170096 139817874906152 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11536/tid=11540] ppid=11533 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11536/task/11540/stat : 11540 (java) S 11533 11536 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6140767 10060525568 28816 33554432000 1073741824 1073778376 140736227170096 139817873853352 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11536/tid=11541] ppid=11533 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11536/task/11541/stat : 11541 (java) S 11533 11536 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6140767 10060525568 28816 33554432000 1073741824 1073778376 140736227170096 139817872800552 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11536/tid=11542] ppid=11533 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11536/task/11542/stat : 11542 (java) S 11533 11536 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6140767 10060525568 28816 33554432000 1073741824 1073778376 140736227170096 139817871747752 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11536/tid=11543] ppid=11533 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11536/task/11543/stat : 11543 (java) S 11533 11536 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6140767 10060525568 28816 33554432000 1073741824 1073778376 140736227170096 139817870694952 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11536/tid=11544] ppid=11533 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11536/task/11544/stat : 11544 (java) S 11533 11536 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6140767 10060525568 28816 33554432000 1073741824 1073778376 140736227170096 139817869642152 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11536/tid=11545] ppid=11533 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11536/task/11545/stat : 11545 (java) S 11533 11536 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6140767 10060525568 28816 33554432000 1073741824 1073778376 140736227170096 139817868589352 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11536/tid=11546] ppid=11533 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11536/task/11546/stat : 11546 (java) S 11533 11536 8968 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 6140767 10060525568 28816 33554432000 1073741824 1073778376 140736227170096 139817867536552 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11536/tid=11547] ppid=11533 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11536/task/11547/stat : 11547 (java) S 11533 11536 8968 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 6140769 10060525568 28816 33554432000 1073741824 1073778376 140736227170096 139817855126504 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11536/tid=11548] ppid=11533 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11536/task/11548/stat : 11548 (java) S 11533 11536 8968 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 6140769 10060525568 28816 33554432000 1073741824 1073778376 140736227170096 139817854072568 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11536/tid=11549] ppid=11533 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11536/task/11549/stat : 11549 (java) S 11533 11536 8968 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6140769 10060525568 28816 33554432000 1073741824 1073778376 140736227170096 139817853019656 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11536/tid=11550] ppid=11533 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11536/task/11550/stat : 11550 (java) S 11533 11536 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6140772 10060525568 28816 33554432000 1073741824 1073778376 140736227170096 139817851968144 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11536/tid=11551] ppid=11533 vsize=9824732 CPUtime=0.42 cores=0,2,4,6
/proc/11536/task/11551/stat : 11551 (java) S 11533 11536 8968 0 -1 4202560 4934 0 0 0 40 2 0 0 20 0 19 0 6140772 10060525568 28816 33554432000 1073741824 1073778376 140736227170096 139817850915256 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11536/tid=11552] ppid=11533 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/11536/task/11552/stat : 11552 (java) S 11533 11536 8968 0 -1 4202560 7025 0 0 0 72 2 0 0 20 0 19 0 6140772 10060525568 28816 33554432000 1073741824 1073778376 140736227170096 139817849862456 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11536/tid=11553] ppid=11533 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11536/task/11553/stat : 11553 (java) S 11533 11536 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6140772 10060525568 28816 33554432000 1073741824 1073778376 140736227170096 139817848809848 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11536/tid=11554] ppid=11533 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11536/task/11554/stat : 11554 (java) S 11533 11536 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6140772 10060525568 28816 33554432000 1073741824 1073778376 140736227170096 139817847757256 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 9824732
heavy processes:

[startup+6.3008 s]
/proc/loadavg: 3.93 3.96 3.85 5/219 11579
/proc/meminfo: memFree=25118168/32872528 swapFree=7620/7620
[pid=11536] ppid=11533 vsize=9824732 CPUtime=8.06 cores=0,2,4,6
/proc/11536/stat : 11536 (java) S 11533 11536 8968 0 -1 4202496 23721 0 1 0 780 26 0 0 20 0 22 0 6140765 10060525568 88256 33554432000 1073741824 1073778376 140736227170096 140736227161232 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/11536/statm: 2456183 88256 2281 9 0 2446860 0
[pid=11536/tid=11538] ppid=11533 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/11536/task/11538/stat : 11538 (java) S 11533 11536 8968 0 -1 4202560 2454 0 1 0 12 2 0 0 20 0 22 0 6140766 10060525568 88256 33554432000 1073741824 1073778376 140736227170096 139818030895992 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11536/tid=11539] ppid=11533 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/11536/task/11539/stat : 11539 (java) S 11533 11536 8968 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 6140767 10060525568 88256 33554432000 1073741824 1073778376 140736227170096 139817874906152 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11536/tid=11540] ppid=11533 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/11536/task/11540/stat : 11540 (java) S 11533 11536 8968 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 6140767 10060525568 88256 33554432000 1073741824 1073778376 140736227170096 139817873853352 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11536/tid=11541] ppid=11533 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/11536/task/11541/stat : 11541 (java) S 11533 11536 8968 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 6140767 10060525568 88256 33554432000 1073741824 1073778376 140736227170096 139817872800552 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11536/tid=11542] ppid=11533 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/11536/task/11542/stat : 11542 (java) S 11533 11536 8968 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 6140767 10060525568 88256 33554432000 1073741824 1073778376 140736227170096 139817871747752 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11536/tid=11543] ppid=11533 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/11536/task/11543/stat : 11543 (java) S 11533 11536 8968 0 -1 4202560 32 0 0 0 2 2 0 0 20 0 22 0 6140767 10060525568 88256 33554432000 1073741824 1073778376 140736227170096 139817870694952 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11536/tid=11544] ppid=11533 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/11536/task/11544/stat : 11544 (java) S 11533 11536 8968 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 6140767 10060525568 88256 33554432000 1073741824 1073778376 140736227170096 139817869642152 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11536/tid=11545] ppid=11533 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/11536/task/11545/stat : 11545 (java) S 11533 11536 8968 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 6140767 10060525568 88256 33554432000 1073741824 1073778376 140736227170096 139817868589352 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11536/tid=11546] ppid=11533 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/11536/task/11546/stat : 11546 (java) S 11533 11536 8968 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 22 0 6140767 10060525568 88256 33554432000 1073741824 1073778376 140736227170096 139817867536552 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11536/tid=11547] ppid=11533 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11536/task/11547/stat : 11547 (java) S 11533 11536 8968 0 -1 4202560 194 0 0 0 0 0 0 0 20 0 22 0 6140769 10060525568 88256 33554432000 1073741824 1073778376 140736227170096 139817855126504 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11536/tid=11548] ppid=11533 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11536/task/11548/stat : 11548 (java) S 11533 11536 8968 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 6140769 10060525568 88256 33554432000 1073741824 1073778376 140736227170096 139817854072568 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11536/tid=11549] ppid=11533 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11536/task/11549/stat : 11549 (java) S 11533 11536 8968 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 6140769 10060525568 88256 33554432000 1073741824 1073778376 140736227170096 139817853019656 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11536/tid=11550] ppid=11533 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11536/task/11550/stat : 11550 (java) S 11533 11536 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6140772 10060525568 88256 33554432000 1073741824 1073778376 140736227170096 139817851968144 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11536/tid=11551] ppid=11533 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/11536/task/11551/stat : 11551 (java) R 11533 11536 8968 0 -1 4202560 12150 0 0 0 82 2 0 0 20 0 22 0 6140772 10060525568 88256 33554432000 1073741824 1073778376 140736227170096 139817850915256 139818035013057 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11536/tid=11552] ppid=11533 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/11536/task/11552/stat : 11552 (java) R 11533 11536 8968 0 -1 4202560 7253 0 0 0 100 2 0 0 20 0 22 0 6140772 10060525568 88256 33554432000 1073741824 1073778376 140736227170096 139817849862296 139818037882431 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11536/tid=11553] ppid=11533 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11536/task/11553/stat : 11553 (java) S 11533 11536 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6140772 10060525568 88256 33554432000 1073741824 1073778376 140736227170096 139817848809848 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11536/tid=11554] ppid=11533 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11536/task/11554/stat : 11554 (java) S 11533 11536 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6140772 10060525568 88256 33554432000 1073741824 1073778376 140736227170096 139817847757256 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11536/tid=11573] ppid=11533 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11536/task/11573/stat : 11573 (java) S 11533 11536 8968 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 6141033 10060525568 88256 33554432000 1073741824 1073778376 140736227170096 139817845601704 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.06
Current children cumulated vsize (KiB) 9824732

[startup+12.701 s]

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


[startup+882.308 s]
/proc/loadavg: 4.10 4.04 3.93 5/219 11833
/proc/meminfo: memFree=23130688/32872528 swapFree=7620/7620
[pid=11536] ppid=11533 vsize=9824732 CPUtime=1766.12 cores=0,2,4,6
/proc/11536/stat : 11536 (java) S 11533 11536 8968 0 -1 4202496 37301 0 1 0 176449 163 0 0 20 0 22 0 6140765 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 140736227161232 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/11536/statm: 2456183 486377 2289 9 0 2446860 0
[pid=11536/tid=11538] ppid=11533 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/11536/task/11538/stat : 11538 (java) S 11533 11536 8968 0 -1 4202560 2463 0 1 0 15 3 0 0 20 0 22 0 6140766 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139818030895992 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11536/tid=11539] ppid=11533 vsize=9824732 CPUtime=2.17 cores=0,2,4,6
/proc/11536/task/11539/stat : 11539 (java) S 11533 11536 8968 0 -1 4202560 378 0 0 0 208 9 0 0 20 0 22 0 6140767 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139817874906152 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11536/tid=11540] ppid=11533 vsize=9824732 CPUtime=2.39 cores=0,2,4,6
/proc/11536/task/11540/stat : 11540 (java) S 11533 11536 8968 0 -1 4202560 379 0 0 0 231 8 0 0 20 0 22 0 6140767 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139817873853352 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11536/tid=11541] ppid=11533 vsize=9824732 CPUtime=2.28 cores=0,2,4,6
/proc/11536/task/11541/stat : 11541 (java) S 11533 11536 8968 0 -1 4202560 391 0 0 0 220 8 0 0 20 0 22 0 6140767 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139817872800552 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11536/tid=11542] ppid=11533 vsize=9824732 CPUtime=2.13 cores=0,2,4,6
/proc/11536/task/11542/stat : 11542 (java) S 11533 11536 8968 0 -1 4202560 463 0 0 0 206 7 0 0 20 0 22 0 6140767 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139817871747752 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11536/tid=11543] ppid=11533 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/11536/task/11543/stat : 11543 (java) S 11533 11536 8968 0 -1 4202560 430 0 0 0 212 9 0 0 20 0 22 0 6140767 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139817870694952 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11536/tid=11544] ppid=11533 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/11536/task/11544/stat : 11544 (java) S 11533 11536 8968 0 -1 4202560 510 0 0 0 213 8 0 0 20 0 22 0 6140767 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139817869642152 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11536/tid=11545] ppid=11533 vsize=9824732 CPUtime=2.24 cores=0,2,4,6
/proc/11536/task/11545/stat : 11545 (java) S 11533 11536 8968 0 -1 4202560 427 0 0 0 217 7 0 0 20 0 22 0 6140767 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139817868589352 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11536/tid=11546] ppid=11533 vsize=9824732 CPUtime=2.15 cores=0,2,4,6
/proc/11536/task/11546/stat : 11546 (java) S 11533 11536 8968 0 -1 4202560 415 0 0 0 207 8 0 0 20 0 22 0 6140767 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139817867536552 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11536/tid=11547] ppid=11533 vsize=9824732 CPUtime=1.46 cores=0,2,4,6
/proc/11536/task/11547/stat : 11547 (java) S 11533 11536 8968 0 -1 4202560 1451 0 0 0 120 26 0 0 20 0 22 0 6140769 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139817855126504 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11536/tid=11548] ppid=11533 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11536/task/11548/stat : 11548 (java) S 11533 11536 8968 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 6140769 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139817854072568 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11536/tid=11549] ppid=11533 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11536/task/11549/stat : 11549 (java) S 11533 11536 8968 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 6140769 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139817853019656 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11536/tid=11550] ppid=11533 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11536/task/11550/stat : 11550 (java) S 11533 11536 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6140772 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139817851968144 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11536/tid=11551] ppid=11533 vsize=9824732 CPUtime=1.14 cores=0,2,4,6
/proc/11536/task/11551/stat : 11551 (java) S 11533 11536 8968 0 -1 4202560 15020 0 0 0 111 3 0 0 20 0 22 0 6140772 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139817850915256 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11536/tid=11552] ppid=11533 vsize=9824732 CPUtime=2.04 cores=0,2,4,6
/proc/11536/task/11552/stat : 11552 (java) S 11533 11536 8968 0 -1 4202560 12018 0 0 0 201 3 0 0 20 0 22 0 6140772 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139817849862456 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11536/tid=11553] ppid=11533 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11536/task/11553/stat : 11553 (java) S 11533 11536 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6140772 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139817848809848 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11536/tid=11554] ppid=11533 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/11536/task/11554/stat : 11554 (java) S 11533 11536 8968 0 -1 4202560 51 0 0 0 15 16 0 0 20 0 22 0 6140772 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139817847757256 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11536/tid=11573] ppid=11533 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11536/task/11573/stat : 11573 (java) S 11533 11536 8968 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 6141033 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139817845601704 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11536/tid=11694] ppid=11533 vsize=9824732 CPUtime=859.05 cores=0,2,4,6
/proc/11536/task/11694/stat : 11694 (java) R 11533 11536 8968 0 -1 4202560 157 0 0 0 85890 15 0 0 20 0 22 0 6142436 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139817844546400 139817903896223 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11536/tid=11695] ppid=11533 vsize=9824732 CPUtime=859.07 cores=0,2,4,6
/proc/11536/task/11695/stat : 11695 (java) R 11533 11536 8968 0 -1 4202560 876 0 0 0 85868 39 0 0 20 0 22 0 6142436 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139817843494272 139817904541215 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11536/tid=11696] ppid=11533 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11536/task/11696/stat : 11696 (java) S 11533 11536 8968 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 6142436 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139817846653864 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1766.12
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.301 s]
/proc/loadavg: 4.08 4.04 3.93 5/219 11833
/proc/meminfo: memFree=23130568/32872528 swapFree=7620/7620
[pid=11536] ppid=11533 vsize=9824732 CPUtime=1800.1 cores=0,2,4,6
/proc/11536/stat : 11536 (java) S 11533 11536 8968 0 -1 4202496 37303 0 1 0 179847 163 0 0 20 0 22 0 6140765 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 140736227161232 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/11536/statm: 2456183 486377 2289 9 0 2446860 0
[pid=11536/tid=11538] ppid=11533 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/11536/task/11538/stat : 11538 (java) S 11533 11536 8968 0 -1 4202560 2463 0 1 0 15 4 0 0 20 0 22 0 6140766 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139818030895992 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11536/tid=11539] ppid=11533 vsize=9824732 CPUtime=2.17 cores=0,2,4,6
/proc/11536/task/11539/stat : 11539 (java) S 11533 11536 8968 0 -1 4202560 378 0 0 0 208 9 0 0 20 0 22 0 6140767 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139817874906152 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11536/tid=11540] ppid=11533 vsize=9824732 CPUtime=2.39 cores=0,2,4,6
/proc/11536/task/11540/stat : 11540 (java) S 11533 11536 8968 0 -1 4202560 379 0 0 0 231 8 0 0 20 0 22 0 6140767 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139817873853352 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11536/tid=11541] ppid=11533 vsize=9824732 CPUtime=2.28 cores=0,2,4,6
/proc/11536/task/11541/stat : 11541 (java) S 11533 11536 8968 0 -1 4202560 391 0 0 0 220 8 0 0 20 0 22 0 6140767 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139817872800552 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11536/tid=11542] ppid=11533 vsize=9824732 CPUtime=2.13 cores=0,2,4,6
/proc/11536/task/11542/stat : 11542 (java) S 11533 11536 8968 0 -1 4202560 463 0 0 0 206 7 0 0 20 0 22 0 6140767 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139817871747752 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11536/tid=11543] ppid=11533 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/11536/task/11543/stat : 11543 (java) S 11533 11536 8968 0 -1 4202560 430 0 0 0 212 9 0 0 20 0 22 0 6140767 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139817870694952 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11536/tid=11544] ppid=11533 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/11536/task/11544/stat : 11544 (java) S 11533 11536 8968 0 -1 4202560 510 0 0 0 213 8 0 0 20 0 22 0 6140767 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139817869642152 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11536/tid=11545] ppid=11533 vsize=9824732 CPUtime=2.24 cores=0,2,4,6
/proc/11536/task/11545/stat : 11545 (java) S 11533 11536 8968 0 -1 4202560 427 0 0 0 217 7 0 0 20 0 22 0 6140767 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139817868589352 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11536/tid=11546] ppid=11533 vsize=9824732 CPUtime=2.15 cores=0,2,4,6
/proc/11536/task/11546/stat : 11546 (java) S 11533 11536 8968 0 -1 4202560 415 0 0 0 207 8 0 0 20 0 22 0 6140767 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139817867536552 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11536/tid=11547] ppid=11533 vsize=9824732 CPUtime=1.46 cores=0,2,4,6
/proc/11536/task/11547/stat : 11547 (java) S 11533 11536 8968 0 -1 4202560 1451 0 0 0 120 26 0 0 20 0 22 0 6140769 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139817855126504 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11536/tid=11548] ppid=11533 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11536/task/11548/stat : 11548 (java) S 11533 11536 8968 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 6140769 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139817854072568 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11536/tid=11549] ppid=11533 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11536/task/11549/stat : 11549 (java) S 11533 11536 8968 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 6140769 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139817853019656 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11536/tid=11550] ppid=11533 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11536/task/11550/stat : 11550 (java) S 11533 11536 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6140772 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139817851968144 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11536/tid=11551] ppid=11533 vsize=9824732 CPUtime=1.14 cores=0,2,4,6
/proc/11536/task/11551/stat : 11551 (java) S 11533 11536 8968 0 -1 4202560 15020 0 0 0 111 3 0 0 20 0 22 0 6140772 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139817850915256 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11536/tid=11552] ppid=11533 vsize=9824732 CPUtime=2.04 cores=0,2,4,6
/proc/11536/task/11552/stat : 11552 (java) S 11533 11536 8968 0 -1 4202560 12018 0 0 0 201 3 0 0 20 0 22 0 6140772 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139817849862456 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11536/tid=11553] ppid=11533 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11536/task/11553/stat : 11553 (java) S 11533 11536 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6140772 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139817848809848 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11536/tid=11554] ppid=11533 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/11536/task/11554/stat : 11554 (java) S 11533 11536 8968 0 -1 4202560 53 0 0 0 15 16 0 0 20 0 22 0 6140772 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139817847757256 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11536/tid=11573] ppid=11533 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11536/task/11573/stat : 11573 (java) S 11533 11536 8968 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 6141033 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139817845601704 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11536/tid=11694] ppid=11533 vsize=9824732 CPUtime=876.04 cores=0,2,4,6
/proc/11536/task/11694/stat : 11694 (java) R 11533 11536 8968 0 -1 4202560 157 0 0 0 87589 15 0 0 20 0 22 0 6142436 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139817844539488 139817903959867 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11536/tid=11695] ppid=11533 vsize=9824732 CPUtime=876.06 cores=0,2,4,6
/proc/11536/task/11695/stat : 11695 (java) R 11533 11536 8968 0 -1 4202560 876 0 0 0 87567 39 0 0 20 0 22 0 6142436 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139817843494272 139817904541202 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11536/tid=11696] ppid=11533 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11536/task/11696/stat : 11696 (java) S 11533 11536 8968 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 6142436 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139817846653864 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
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 11536 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+899.301 s]
/proc/loadavg: 4.08 4.04 3.93 5/219 11833
/proc/meminfo: memFree=23130568/32872528 swapFree=7620/7620
[pid=11536] ppid=11533 vsize=9824732 CPUtime=1800.1 cores=0,2,4,6
/proc/11536/stat : 11536 (java) S 11533 11536 8968 0 -1 4202496 37303 0 1 0 179847 163 0 0 20 0 22 0 6140765 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 140736227161232 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/11536/statm: 2456183 486377 2289 9 0 2446860 0
[pid=11536/tid=11538] ppid=11533 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/11536/task/11538/stat : 11538 (java) S 11533 11536 8968 0 -1 4202560 2463 0 1 0 15 4 0 0 20 0 22 0 6140766 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139818030895992 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11536/tid=11539] ppid=11533 vsize=9824732 CPUtime=2.17 cores=0,2,4,6
/proc/11536/task/11539/stat : 11539 (java) S 11533 11536 8968 0 -1 4202560 378 0 0 0 208 9 0 0 20 0 22 0 6140767 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139817874906152 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11536/tid=11540] ppid=11533 vsize=9824732 CPUtime=2.39 cores=0,2,4,6
/proc/11536/task/11540/stat : 11540 (java) S 11533 11536 8968 0 -1 4202560 379 0 0 0 231 8 0 0 20 0 22 0 6140767 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139817873853352 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11536/tid=11541] ppid=11533 vsize=9824732 CPUtime=2.28 cores=0,2,4,6
/proc/11536/task/11541/stat : 11541 (java) S 11533 11536 8968 0 -1 4202560 391 0 0 0 220 8 0 0 20 0 22 0 6140767 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139817872800552 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11536/tid=11542] ppid=11533 vsize=9824732 CPUtime=2.13 cores=0,2,4,6
/proc/11536/task/11542/stat : 11542 (java) S 11533 11536 8968 0 -1 4202560 463 0 0 0 206 7 0 0 20 0 22 0 6140767 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139817871747752 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11536/tid=11543] ppid=11533 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/11536/task/11543/stat : 11543 (java) S 11533 11536 8968 0 -1 4202560 430 0 0 0 212 9 0 0 20 0 22 0 6140767 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139817870694952 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11536/tid=11544] ppid=11533 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/11536/task/11544/stat : 11544 (java) S 11533 11536 8968 0 -1 4202560 510 0 0 0 213 8 0 0 20 0 22 0 6140767 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139817869642152 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11536/tid=11545] ppid=11533 vsize=9824732 CPUtime=2.24 cores=0,2,4,6
/proc/11536/task/11545/stat : 11545 (java) S 11533 11536 8968 0 -1 4202560 427 0 0 0 217 7 0 0 20 0 22 0 6140767 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139817868589352 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11536/tid=11546] ppid=11533 vsize=9824732 CPUtime=2.15 cores=0,2,4,6
/proc/11536/task/11546/stat : 11546 (java) S 11533 11536 8968 0 -1 4202560 415 0 0 0 207 8 0 0 20 0 22 0 6140767 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139817867536552 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11536/tid=11547] ppid=11533 vsize=9824732 CPUtime=1.46 cores=0,2,4,6
/proc/11536/task/11547/stat : 11547 (java) S 11533 11536 8968 0 -1 4202560 1451 0 0 0 120 26 0 0 20 0 22 0 6140769 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139817855126504 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11536/tid=11548] ppid=11533 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11536/task/11548/stat : 11548 (java) S 11533 11536 8968 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 6140769 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139817854072568 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11536/tid=11549] ppid=11533 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11536/task/11549/stat : 11549 (java) S 11533 11536 8968 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 6140769 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139817853019656 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11536/tid=11550] ppid=11533 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11536/task/11550/stat : 11550 (java) S 11533 11536 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6140772 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139817851968144 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11536/tid=11551] ppid=11533 vsize=9824732 CPUtime=1.14 cores=0,2,4,6
/proc/11536/task/11551/stat : 11551 (java) S 11533 11536 8968 0 -1 4202560 15020 0 0 0 111 3 0 0 20 0 22 0 6140772 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139817850915256 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11536/tid=11552] ppid=11533 vsize=9824732 CPUtime=2.04 cores=0,2,4,6
/proc/11536/task/11552/stat : 11552 (java) S 11533 11536 8968 0 -1 4202560 12018 0 0 0 201 3 0 0 20 0 22 0 6140772 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139817849862456 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11536/tid=11553] ppid=11533 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11536/task/11553/stat : 11553 (java) S 11533 11536 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6140772 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139817848809848 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11536/tid=11554] ppid=11533 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/11536/task/11554/stat : 11554 (java) S 11533 11536 8968 0 -1 4202560 53 0 0 0 15 16 0 0 20 0 22 0 6140772 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139817847757256 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11536/tid=11573] ppid=11533 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11536/task/11573/stat : 11573 (java) S 11533 11536 8968 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 6141033 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139817845601704 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11536/tid=11694] ppid=11533 vsize=9824732 CPUtime=876.04 cores=0,2,4,6
/proc/11536/task/11694/stat : 11694 (java) R 11533 11536 8968 0 -1 4202560 157 0 0 0 87589 15 0 0 20 0 22 0 6142436 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139817844539488 139817903959867 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11536/tid=11695] ppid=11533 vsize=9824732 CPUtime=876.06 cores=0,2,4,6
/proc/11536/task/11695/stat : 11695 (java) R 11533 11536 8968 0 -1 4202560 876 0 0 0 87567 39 0 0 20 0 22 0 6142436 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139817843494272 139817904541202 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11536/tid=11696] ppid=11533 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11536/task/11696/stat : 11696 (java) S 11533 11536 8968 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 6142436 10060525568 486377 33554432000 1073741824 1073778376 140736227170096 139817846653864 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 899.364
CPU time (s): 1800.88
CPU user time (s): 1798.77
CPU system time (s): 2.11268
CPU usage (%): 200.239
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.77
system time used= 2.11268
maximum resident set size= 2944076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37347
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30064
involuntary context switches= 40936

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.63314 second user time and 7.51286 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-30 04:07:26
IDJOB=4119293
IDBENCH=111694
IDSOLVER=2543
FILE ID=node106/4119293-1467252446
RUNJOBID= node106-1467248675-9331
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-sporttournament10.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119293-1467252446/watcher-4119293-1467252446 -o /tmp/evaluation-result-4119293-1467252446/solver-4119293-1467252446 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1467248675-9331 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4119293-1467252446.opb

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

MD5SUM BENCH= 4cd5bfafbb5309e3197a3fb36e6ee167
RANDOM SEED=359862413

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:        25442484 kB
Buffers:           36132 kB
Cached:          2859716 kB
SwapCached:            0 kB
Active:          5986456 kB
Inactive:         676352 kB
Active(anon):    3753880 kB
Inactive(anon):    16068 kB
Active(file):    2232576 kB
Inactive(file):   660284 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               832 kB
Writeback:             0 kB
AnonPages:       3740188 kB
Mapped:            23548 kB
Shmem:               204 kB
Slab:             623792 kB
SReclaimable:      67104 kB
SUnreclaim:       556688 kB
KernelStack:        1808 kB
PageTables:        10904 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4372900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3674112 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:22:26