Trace number 4081779

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)-24 1800.56 899.552

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_100_10_5.opb
MD5SUMa142d6d7b95394ce9dab5e7d7d075ea6
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-25
Best CPU time to get the best result obtained on this benchmark107.997
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -25
Optimality of the best value was proved YES
Number of variables100
Total number of constraints100
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 constraints100
Minimum length of a constraint10
Maximum length of a constraint18
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1252
Sum of products size (including duplicates)2504
Number of different products626
Sum of products size1252

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.09/0.10	c version PB16.v20160501
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	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-4081779-1465255359.opb
0.09/0.13	c reading problem ... 
0.09/0.13	c  objective function found
0.21/0.27	c ... done. Wall clock time 0.14s.
0.21/0.27	c declared #vars     100
0.21/0.27	c internal #vars     726
0.21/0.27	c #constraints  1452
0.21/0.27	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.21/0.27	c constraints type 
0.21/0.27	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 626
0.21/0.27	c org.sat4j.minisat.constraints.cnf.UnitClauses => 75
0.21/0.27	c org.sat4j.specs.Constr$1 => 112
0.21/0.27	c org.sat4j.minisat.constraints.cnf.UnitClause => 13
0.21/0.27	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 626
0.21/0.27	c 1452 constraints processed.
0.21/0.27	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.21/0.27	c constraints type 
0.21/0.27	c org.sat4j.specs.Constr$1 => 112
0.21/0.27	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 626
0.21/0.27	c org.sat4j.pb.constraints.pb.UnitClausesPB => 75
0.21/0.27	c org.sat4j.pb.constraints.pb.UnitClausePB => 13
0.21/0.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 626
0.21/0.27	c 1452 constraints processed.
0.21/0.27	c objective function length is 100 literals
0.21/0.28	c And the winner is solver0
0.43/0.77	c SATISFIABLE
0.43/0.77	c OPTIMIZING...
0.43/0.77	c Got one! Elapsed wall clock time (in seconds):0.645
0.43/0.77	o -18
0.43/0.79	c And the winner is solver0
0.51/1.27	c Got one! Elapsed wall clock time (in seconds):1.147
0.51/1.27	o -19
0.59/1.34	c And the winner is solver1
0.99/1.78	c Got one! Elapsed wall clock time (in seconds):1.648
0.99/1.78	o -20
1.06/1.87	c And the winner is solver1
1.57/2.28	c Got one! Elapsed wall clock time (in seconds):2.149
1.57/2.28	o -21
1.67/2.36	c And the winner is solver1
2.08/2.78	c Got one! Elapsed wall clock time (in seconds):2.65
2.08/2.78	o -22
2.13/2.83	c And the winner is solver1
2.20/3.28	c Got one! Elapsed wall clock time (in seconds):3.151
2.20/3.28	o -23
2.61/3.49	c cleaning 3760 clauses out of 7520 with flag 6824/7520
3.54/3.82	c cleaning 4879 clauses out of 9760 with flag 20662/13520
4.42/4.30	c cleaning 5941 clauses out of 11882 with flag 36890/20521
5.70/4.85	c cleaning 6969 clauses out of 13941 with flag 54831/28521
6.78/5.38	c cleaning 7986 clauses out of 15972 with flag 73811/37521
8.40/6.06	c cleaning 8994 clauses out of 17987 with flag 94901/47522
10.00/6.82	c cleaning 9992 clauses out of 19991 with flag 118060/58520
11.88/7.74	c cleaning 10998 clauses out of 22000 with flag 143301/70521
14.14/8.82	c cleaning 12001 clauses out of 24001 with flag 170754/83520
16.34/9.99	c cleaning 12998 clauses out of 26002 with flag 200271/97522
19.12/11.31	c cleaning 13995 clauses out of 28003 with flag 232003/112521
22.01/12.74	c cleaning 15001 clauses out of 30007 with flag 265971/128520
25.23/14.31	c cleaning 16004 clauses out of 32008 with flag 301935/145522
28.87/16.17	c cleaning 16995 clauses out of 34002 with flag 339958/163520
33.07/18.21	c cleaning 18000 clauses out of 36008 with flag 380292/182521
37.53/20.42	c cleaning 18999 clauses out of 38007 with flag 422661/202520
42.53/22.97	c cleaning 20004 clauses out of 40009 with flag 467205/223521
48.60/25.96	c cleaning 20997 clauses out of 42004 with flag 513831/245520
55.19/29.24	c cleaning 22004 clauses out of 44009 with flag 562430/268522
62.11/32.60	c cleaning 23000 clauses out of 46004 with flag 613119/292521
69.99/36.58	c cleaning 23995 clauses out of 48003 with flag 665826/317520
77.39/40.29	c cleaning 25004 clauses out of 50008 with flag 720841/343520
85.38/44.23	c cleaning 26003 clauses out of 52005 with flag 777941/370521
91.27/47.13	c cleaning 0 clauses out of 5256 with flag 0/5256
95.74/49.19	c cleaning 26998 clauses out of 54002 with flag 836730/398521
105.74/54.12	c cleaning 28002 clauses out of 56005 with flag 897682/427522
116.81/59.65	c cleaning 28995 clauses out of 58001 with flag 961004/457520
127.81/65.14	c cleaning 29998 clauses out of 60006 with flag 1026434/488520
140.27/71.39	c cleaning 31002 clauses out of 62008 with flag 1094033/520520
152.48/77.47	c cleaning 32004 clauses out of 64007 with flag 1163769/553521
166.13/84.25	c cleaning 33001 clauses out of 66004 with flag 1235409/587522
180.61/91.49	c cleaning 33996 clauses out of 68002 with flag 1309316/622521
195.22/98.74	c cleaning 35002 clauses out of 70005 with flag 1385484/658520
210.49/106.37	c cleaning 36001 clauses out of 72004 with flag 1463855/695521
227.35/114.73	c cleaning 37001 clauses out of 74002 with flag 1544159/733520
245.42/123.79	c cleaning 37998 clauses out of 76001 with flag 1626728/772520
265.28/133.64	c cleaning 38998 clauses out of 78004 with flag 1711301/812521
286.55/144.30	c cleaning 39997 clauses out of 80005 with flag 1798235/853520
318.84/160.35	c cleaning 40991 clauses out of 82008 with flag 1893472/895520
333.08/167.49	c cleaning 42006 clauses out of 84017 with flag 1994780/938520
359.59/180.67	c cleaning 42999 clauses out of 86011 with flag 2090099/982520
383.68/192.64	c cleaning 44008 clauses out of 88015 with flag 2186524/1027523
399.13/200.32	c cleaning 44999 clauses out of 90006 with flag 2283680/1073522
434.03/217.71	c cleaning 45998 clauses out of 92005 with flag 2383597/1120520
480.07/240.96	c cleaning 46999 clauses out of 94009 with flag 2489004/1168522
512.96/257.31	c cleaning 48000 clauses out of 96008 with flag 2593273/1217520
545.34/273.48	c cleaning 49001 clauses out of 98009 with flag 2698837/1267521
555.96/278.74	c cleaning 0 clauses out of 11257 with flag 0/11257
578.30/289.88	c cleaning 50000 clauses out of 100008 with flag 2806323/1318521
615.30/308.24	c cleaning 51000 clauses out of 102007 with flag 2915752/1370520
649.87/325.45	c cleaning 52004 clauses out of 104007 with flag 3028158/1423520
687.06/343.94	c cleaning 52998 clauses out of 106003 with flag 3142121/1477520
726.66/363.60	c cleaning 53999 clauses out of 108005 with flag 3258554/1532520
765.04/382.78	c cleaning 54999 clauses out of 110006 with flag 3376674/1588520
806.31/403.65	c cleaning 56004 clauses out of 112008 with flag 3497241/1645521
850.76/425.79	c cleaning 57002 clauses out of 114004 with flag 3619990/1703521
896.10/448.36	c cleaning 57996 clauses out of 116002 with flag 3743925/1762521
942.15/471.25	c cleaning 59004 clauses out of 118007 with flag 3870341/1822522
994.78/497.40	c cleaning 60001 clauses out of 120002 with flag 3999096/1883521
1046.38/523.15	c cleaning 60999 clauses out of 122002 with flag 4130220/1945522
1145.74/572.91	c cleaning 61996 clauses out of 124001 with flag 4276687/2008520
1206.85/603.35	c cleaning 62998 clauses out of 126005 with flag 4415106/2072520
1319.24/659.29	c cleaning 64000 clauses out of 128008 with flag 4567241/2137521
1397.76/698.40	c cleaning 65000 clauses out of 130007 with flag 4723456/2203520
1513.55/755.93	c cleaning 65998 clauses out of 132008 with flag 4883789/2270521
1533.45/765.88	c And the winner is solver1
1533.69/766.36	c Got one! Elapsed wall clock time (in seconds):766.236
1533.69/766.36	o -24
1546.63/772.80	c cleaning 46410 clauses out of 92834 with flag 13275/2297345
1555.29/777.14	c cleaning 26209 clauses out of 52426 with flag 28581/2303347
1558.09/778.58	c cleaning 16608 clauses out of 33215 with flag 45644/2310345
1560.09/779.55	c cleaning 12302 clauses out of 24607 with flag 65201/2318345
1561.94/780.43	c cleaning 10647 clauses out of 21305 with flag 87357/2327345
1563.94/781.43	c cleaning 10321 clauses out of 20659 with flag 112655/2337346
1565.94/782.49	c cleaning 10669 clauses out of 21338 with flag 139222/2348346
1568.14/783.55	c cleaning 11334 clauses out of 22669 with flag 168374/2360346
1570.79/784.84	c cleaning 12166 clauses out of 24334 with flag 200752/2373345
1573.99/786.41	c cleaning 13082 clauses out of 26168 with flag 237504/2387345
1577.39/788.15	c cleaning 14042 clauses out of 28086 with flag 274689/2402345
1582.41/791.11	c cleaning 15018 clauses out of 30046 with flag 315448/2418347
1586.81/793.30	c cleaning 16008 clauses out of 32027 with flag 361013/2435346
1591.64/795.76	c cleaning 17009 clauses out of 34019 with flag 408412/2453346
1596.84/798.35	c cleaning 18005 clauses out of 36010 with flag 455952/2472346
1602.87/801.37	c cleaning 18996 clauses out of 38005 with flag 504427/2492346
1611.70/805.78	c cleaning 20003 clauses out of 40009 with flag 556419/2513346
1620.96/810.36	c cleaning 20997 clauses out of 42005 with flag 612712/2535345
1631.21/815.49	c cleaning 21999 clauses out of 44009 with flag 673632/2558346
1641.87/820.73	c cleaning 23000 clauses out of 46009 with flag 733807/2582345
1652.72/826.16	c cleaning 24006 clauses out of 48011 with flag 799039/2607347
1668.81/834.19	c cleaning 25000 clauses out of 50004 with flag 864608/2633346
1685.06/842.23	c cleaning 26000 clauses out of 52003 with flag 934888/2660345
1702.33/850.84	c cleaning 26994 clauses out of 54004 with flag 1006641/2688346
1719.55/859.42	c cleaning 28001 clauses out of 56009 with flag 1077535/2717345
1739.44/869.32	c cleaning 29001 clauses out of 58009 with flag 1153558/2747346
1758.30/878.77	c cleaning 30004 clauses out of 60009 with flag 1230080/2778347
1779.61/889.35	c cleaning 31000 clauses out of 62004 with flag 1311292/2810346
1800.11/899.50	c >>>>>>>>>> Solver number 0 (2 answers) <<<<<<<<<<<<<<<<<<
1800.11/899.50	c starts		: 13574
1800.11/899.50	c conflicts		: 2842350
1800.11/899.50	c decisions		: 3526407
1800.11/899.50	c propagations		: 16015884
1800.11/899.50	c inspects		: 11978546481
1800.11/899.50	c shortcuts		: 0
1800.11/899.50	c learnt literals	: 0
1800.11/899.50	c learnt binary clauses	: 0
1800.11/899.50	c learnt ternary clauses	: 0
1800.11/899.50	c learnt constraints	: 2842350
1800.11/899.50	c ignored constraints	: 0
1800.11/899.50	c root simplifications	: 0
1800.11/899.50	c removed literals (reason simplification)	: 83140909
1800.11/899.50	c reason swapping (by a shorter reason)	: 0
1800.11/899.50	c Calls to reduceDB	: 91
1800.11/899.50	c Number of update (reduction) of LBD	: 83678
1800.11/899.50	c Imported unit clauses	: 0
1800.11/899.50	c number of reductions to clauses (during analyze)	: 0
1800.11/899.50	c number of learned constraints concerned by reduction	: 0
1800.11/899.50	c number of learning phase by resolution	: 0
1800.11/899.50	c number of learning phase by cutting planes	: 0
1800.11/899.50	c speed (assignments/second)	: 120297.16981132075
1800.11/899.50	c non guided choices	0
1800.11/899.53	c learnt constraints type 
1800.11/899.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 63008
1800.11/899.53	c >>>>>>>>>> Solver number 1 (5 answers) <<<<<<<<<<<<<<<<<<
1800.11/899.53	c starts		: 52
1800.11/899.53	c conflicts		: 19278
1800.11/899.53	c decisions		: 21668
1800.11/899.53	c propagations		: 165586
1800.11/899.53	c inspects		: 858838707
1800.11/899.53	c shortcuts		: 0
1800.11/899.53	c learnt literals	: 0
1800.11/899.53	c learnt binary clauses	: 0
1800.11/899.53	c learnt ternary clauses	: 0
1800.11/899.53	c learnt constraints	: 19278
1800.11/899.53	c ignored constraints	: 0
1800.11/899.53	c root simplifications	: 0
1800.11/899.53	c removed literals (reason simplification)	: 0
1800.11/899.53	c reason swapping (by a shorter reason)	: 0
1800.11/899.53	c Calls to reduceDB	: 2
1800.11/899.53	c Number of update (reduction) of LBD	: 0
1800.11/899.53	c Imported unit clauses	: 0
1800.11/899.53	c number of reductions to clauses (during analyze)	: 0
1800.11/899.53	c number of learned constraints concerned by reduction	: 0
1800.11/899.53	c number of learning phase by resolution	: 0
1800.11/899.53	c number of learning phase by cutting planes	: 0
1800.11/899.53	c speed (assignments/second)	: 184.3435046262331
1800.11/899.53	c non guided choices	0
1800.11/899.54	c learnt constraints type 
1800.11/899.54	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 212
1800.11/899.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 19066
1800.11/899.54	s SATISFIABLE
1800.11/899.54	c Found 7 solution(s)
1800.11/899.54	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 
1800.11/899.54	c objective function=-24
1800.11/899.54	c Total wall clock time (in seconds): 899.41

Verifier Data

OK	-24

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-4081779-1465255359/watcher-4081779-1465255359 -o /tmp/evaluation-result-4081779-1465255359/solver-4081779-1465255359 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1465253566-15535 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081779-1465255359.opb 

pid=15906
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: 4.17 4.24 3.89 5/197 15909
/proc/meminfo: memFree=26688492/32872528 swapFree=15784/1434320
[pid=15909] ppid=15906 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/15909/stat : 15909 (java) R 15906 15909 15518 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 107469100 9515008 184 33554432000 1073741824 1073778376 140733447356704 140733447347928 214369463735 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15909/statm: 2323 184 142 9 0 71 0

[startup+0.100063 s]
/proc/loadavg: 4.17 4.24 3.89 5/197 15909
/proc/meminfo: memFree=26688492/32872528 swapFree=15784/1434320
[pid=15909] ppid=15906 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/15909/stat : 15909 (java) S 15906 15909 15518 0 -1 4202496 4382 0 1 0 8 1 0 0 20 0 18 0 107469100 9787879424 5503 33554432000 1073741824 1073778376 140735291068144 140735291059280 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15909/statm: 2389619 5503 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200216 s]
/proc/loadavg: 4.17 4.24 3.89 5/197 15909
/proc/meminfo: memFree=26688492/32872528 swapFree=15784/1434320
[pid=15909] ppid=15906 vsize=9558476 CPUtime=0.21 cores=1,3,5,7
/proc/15909/stat : 15909 (java) S 15906 15909 15518 0 -1 4202496 4562 0 1 0 20 1 0 0 20 0 18 0 107469100 9787879424 7185 33554432000 1073741824 1073778376 140735291068144 140735291059280 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15909/statm: 2389619 7185 2190 9 0 2380296 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9558476

[startup+0.300241 s]
/proc/loadavg: 4.17 4.24 3.89 5/197 15909
/proc/meminfo: memFree=26688492/32872528 swapFree=15784/1434320
[pid=15909] ppid=15906 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/15909/stat : 15909 (java) S 15906 15909 15518 0 -1 4202496 6015 0 1 0 41 2 0 0 20 0 19 0 107469100 10060525568 9521 33554432000 1073741824 1073778376 140735291068144 140735291059280 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15909/statm: 2456183 9521 2235 9 0 2446860 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9824732

[startup+0.700219 s]
/proc/loadavg: 4.17 4.24 3.89 5/197 15909
/proc/meminfo: memFree=26688492/32872528 swapFree=15784/1434320
[pid=15909] ppid=15906 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/15909/stat : 15909 (java) S 15906 15909 15518 0 -1 4202496 6015 0 1 0 41 2 0 0 20 0 19 0 107469100 10060525568 9521 33554432000 1073741824 1073778376 140735291068144 140735291059280 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15909/statm: 2456183 9521 2235 9 0 2446860 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9824732

[startup+1.50085 s]
/proc/loadavg: 4.17 4.24 3.89 4/216 15934
/proc/meminfo: memFree=26651012/32872528 swapFree=15784/1434320
[pid=15909] ppid=15906 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/15909/stat : 15909 (java) S 15906 15909 15518 0 -1 4202496 9819 0 1 0 92 7 0 0 20 0 19 0 107469100 10060525568 13903 33554432000 1073741824 1073778376 140735291068144 140735291059280 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15909/statm: 2456183 13903 2250 9 0 2446860 0
[pid=15909/tid=15911] ppid=15906 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/15909/task/15911/stat : 15911 (java) S 15906 15909 15518 0 -1 4202560 2418 0 1 0 24 0 0 0 20 0 19 0 107469101 10060525568 13903 33554432000 1073741824 1073778376 140735291068144 140661292417912 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15909/tid=15912] ppid=15906 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15909/task/15912/stat : 15912 (java) S 15906 15909 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107469102 10060525568 13903 33554432000 1073741824 1073778376 140735291068144 140661253908904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15909/tid=15913] ppid=15906 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15909/task/15913/stat : 15913 (java) S 15906 15909 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107469102 10060525568 13903 33554432000 1073741824 1073778376 140735291068144 140661135239720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15909/tid=15914] ppid=15906 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15909/task/15914/stat : 15914 (java) S 15906 15909 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107469102 10060525568 13903 33554432000 1073741824 1073778376 140735291068144 140661134186664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15909/tid=15915] ppid=15906 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15909/task/15915/stat : 15915 (java) S 15906 15909 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107469102 10060525568 13903 33554432000 1073741824 1073778376 140735291068144 140661133134120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15909/tid=15916] ppid=15906 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15909/task/15916/stat : 15916 (java) S 15906 15909 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107469102 10060525568 13903 33554432000 1073741824 1073778376 140735291068144 140661132082088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15909/tid=15917] ppid=15906 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15909/task/15917/stat : 15917 (java) S 15906 15909 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107469102 10060525568 13903 33554432000 1073741824 1073778376 140735291068144 140661131029544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15909/tid=15918] ppid=15906 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15909/task/15918/stat : 15918 (java) S 15906 15909 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107469102 10060525568 13903 33554432000 1073741824 1073778376 140735291068144 140661129976488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15909/tid=15919] ppid=15906 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15909/task/15919/stat : 15919 (java) S 15906 15909 15518 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107469102 10060525568 13903 33554432000 1073741824 1073778376 140735291068144 140661128923944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15909/tid=15920] ppid=15906 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15909/task/15920/stat : 15920 (java) S 15906 15909 15518 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 107469103 10060525568 13903 33554432000 1073741824 1073778376 140735291068144 140660646594920 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15909/tid=15921] ppid=15906 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15909/task/15921/stat : 15921 (java) S 15906 15909 15518 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 107469104 10060525568 13903 33554432000 1073741824 1073778376 140735291068144 140660645541240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15909/tid=15922] ppid=15906 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15909/task/15922/stat : 15922 (java) S 15906 15909 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107469104 10060525568 13903 33554432000 1073741824 1073778376 140735291068144 140660644488072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15909/tid=15923] ppid=15906 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15909/task/15923/stat : 15923 (java) S 15906 15909 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107469106 10060525568 13903 33554432000 1073741824 1073778376 140735291068144 140660643436816 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15909/tid=15924] ppid=15906 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/15909/task/15924/stat : 15924 (java) S 15906 15909 15518 0 -1 4202560 2723 0 0 0 23 0 0 0 20 0 19 0 107469106 10060525568 13903 33554432000 1073741824 1073778376 140735291068144 140660642384696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15909/tid=15925] ppid=15906 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/15909/task/15925/stat : 15925 (java) S 15906 15909 15518 0 -1 4202560 3329 0 0 0 29 0 0 0 20 0 19 0 107469106 10060525568 13903 33554432000 1073741824 1073778376 140735291068144 140660641332152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15909/tid=15926] ppid=15906 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15909/task/15926/stat : 15926 (java) S 15906 15909 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107469106 10060525568 13903 33554432000 1073741824 1073778376 140735291068144 140660640279288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15909/tid=15927] ppid=15906 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15909/task/15927/stat : 15927 (java) S 15906 15909 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107469106 10060525568 13903 33554432000 1073741824 1073778376 140735291068144 140660639226952 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 9824732

[startup+3.10077 s]
/proc/loadavg: 4.17 4.24 3.89 3/216 15940
/proc/meminfo: memFree=26618120/32872528 swapFree=15784/1434320
[pid=15909] ppid=15906 vsize=9824732 CPUtime=2.2 cores=1,3,5,7
/proc/15909/stat : 15909 (java) S 15906 15909 15518 0 -1 4202496 18185 0 1 0 206 14 0 0 20 0 19 0 107469100 10060525568 30135 33554432000 1073741824 1073778376 140735291068144 140735291059280 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15909/statm: 2456183 30135 2266 9 0 2446860 0
[pid=15909/tid=15911] ppid=15906 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/15909/task/15911/stat : 15911 (java) S 15906 15909 15518 0 -1 4202560 2419 0 1 0 24 0 0 0 20 0 19 0 107469101 10060525568 30135 33554432000 1073741824 1073778376 140735291068144 140661292417912 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15909/tid=15912] ppid=15906 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15909/task/15912/stat : 15912 (java) S 15906 15909 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107469102 10060525568 30135 33554432000 1073741824 1073778376 140735291068144 140661253908904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15909/tid=15913] ppid=15906 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15909/task/15913/stat : 15913 (java) S 15906 15909 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107469102 10060525568 30135 33554432000 1073741824 1073778376 140735291068144 140661135239720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15909/tid=15914] ppid=15906 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15909/task/15914/stat : 15914 (java) S 15906 15909 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107469102 10060525568 30135 33554432000 1073741824 1073778376 140735291068144 140661134186664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15909/tid=15915] ppid=15906 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15909/task/15915/stat : 15915 (java) S 15906 15909 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107469102 10060525568 30135 33554432000 1073741824 1073778376 140735291068144 140661133134120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15909/tid=15916] ppid=15906 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15909/task/15916/stat : 15916 (java) S 15906 15909 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107469102 10060525568 30135 33554432000 1073741824 1073778376 140735291068144 140661132082088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15909/tid=15917] ppid=15906 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15909/task/15917/stat : 15917 (java) S 15906 15909 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107469102 10060525568 30135 33554432000 1073741824 1073778376 140735291068144 140661131029544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15909/tid=15918] ppid=15906 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15909/task/15918/stat : 15918 (java) S 15906 15909 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107469102 10060525568 30135 33554432000 1073741824 1073778376 140735291068144 140661129976488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15909/tid=15919] ppid=15906 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15909/task/15919/stat : 15919 (java) S 15906 15909 15518 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107469102 10060525568 30135 33554432000 1073741824 1073778376 140735291068144 140661128923944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15909/tid=15920] ppid=15906 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15909/task/15920/stat : 15920 (java) S 15906 15909 15518 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 107469103 10060525568 30135 33554432000 1073741824 1073778376 140735291068144 140660646594920 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15909/tid=15921] ppid=15906 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15909/task/15921/stat : 15921 (java) S 15906 15909 15518 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 107469104 10060525568 30135 33554432000 1073741824 1073778376 140735291068144 140660645541240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15909/tid=15922] ppid=15906 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15909/task/15922/stat : 15922 (java) S 15906 15909 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107469104 10060525568 30135 33554432000 1073741824 1073778376 140735291068144 140660644488072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15909/tid=15923] ppid=15906 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15909/task/15923/stat : 15923 (java) S 15906 15909 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107469106 10060525568 30135 33554432000 1073741824 1073778376 140735291068144 140660643436816 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15909/tid=15924] ppid=15906 vsize=9824732 CPUtime=0.55 cores=1,3,5,7
/proc/15909/task/15924/stat : 15924 (java) S 15906 15909 15518 0 -1 4202560 6559 0 0 0 55 0 0 0 20 0 19 0 107469106 10060525568 30135 33554432000 1073741824 1073778376 140735291068144 140660642384696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15909/tid=15925] ppid=15906 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/15909/task/15925/stat : 15925 (java) S 15906 15909 15518 0 -1 4202560 7811 0 0 0 67 2 0 0 20 0 19 0 107469106 10060525568 30135 33554432000 1073741824 1073778376 140735291068144 140660641332152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15909/tid=15926] ppid=15906 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15909/task/15926/stat : 15926 (java) S 15906 15909 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107469106 10060525568 30135 33554432000 1073741824 1073778376 140735291068144 140660640279288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15909/tid=15927] ppid=15906 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15909/task/15927/stat : 15927 (java) S 15906 15909 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107469106 10060525568 30135 33554432000 1073741824 1073778376 140735291068144 140660639226952 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15909/tid=15937] ppid=15906 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15909/task/15937/stat : 15937 (java) S 15906 15909 15518 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 107469228 10060525568 30135 33554432000 1073741824 1073778376 140735291068144 140660637119656 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=24 pid=1770 uid=0 cmd=

[startup+6.30096 s]
/proc/loadavg: 4.16 4.23 3.89 6/219 16027
/proc/meminfo: memFree=30064312/32872528 swapFree=15784/1434320
[pid=15909] ppid=15906 vsize=9824732 CPUtime=9 cores=1,3,5,7
/proc/15909/stat : 15909 (java) S 15906 15909 15518 0 -1 4202496 19615 0 1 0 873 27 0 0 20 0 22 0 107469100 10060525568 91451 33554432000 1073741824 1073778376 140735291068144 140735291059280 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15909/statm: 2456183 91451 2285 9 0 2446860 0
[pid=15909/tid=15911] ppid=15906 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/15909/task/15911/stat : 15911 (java) S 15906 15909 15518 0 -1 4202560 2420 0 1 0 24 0 0 0 20 0 22 0 107469101 10060525568 91451 33554432000 1073741824 1073778376 140735291068144 140661292417912 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15909/tid=15912] ppid=15906 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/15909/task/15912/stat : 15912 (java) S 15906 15909 15518 0 -1 4202560 29 0 0 0 3 1 0 0 20 0 22 0 107469102 10060525568 91451 33554432000 1073741824 1073778376 140735291068144 140661253908904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15909/tid=15913] ppid=15906 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/15909/task/15913/stat : 15913 (java) S 15906 15909 15518 0 -1 4202560 81 0 0 0 4 2 0 0 20 0 22 0 107469102 10060525568 91451 33554432000 1073741824 1073778376 140735291068144 140661135239720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15909/tid=15914] ppid=15906 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/15909/task/15914/stat : 15914 (java) S 15906 15909 15518 0 -1 4202560 22 0 0 0 2 1 0 0 20 0 22 0 107469102 10060525568 91451 33554432000 1073741824 1073778376 140735291068144 140661134186664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15909/tid=15915] ppid=15906 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/15909/task/15915/stat : 15915 (java) S 15906 15909 15518 0 -1 4202560 19 0 0 0 1 1 0 0 20 0 22 0 107469102 10060525568 91451 33554432000 1073741824 1073778376 140735291068144 140661133134120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15909/tid=15916] ppid=15906 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/15909/task/15916/stat : 15916 (java) S 15906 15909 15518 0 -1 4202560 71 0 0 0 3 2 0 0 20 0 22 0 107469102 10060525568 91451 33554432000 1073741824 1073778376 140735291068144 140661132082088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15909/tid=15917] ppid=15906 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/15909/task/15917/stat : 15917 (java) S 15906 15909 15518 0 -1 4202560 52 0 0 0 3 0 0 0 20 0 22 0 107469102 10060525568 91451 33554432000 1073741824 1073778376 140735291068144 140661131029544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15909/tid=15918] ppid=15906 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/15909/task/15918/stat : 15918 (java) S 15906 15909 15518 0 -1 4202560 66 0 0 0 3 2 0 0 20 0 22 0 107469102 10060525568 91451 33554432000 1073741824 1073778376 140735291068144 140661129976488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15909/tid=15919] ppid=15906 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/15909/task/15919/stat : 15919 (java) S 15906 15909 15518 0 -1 4202560 33 0 0 0 4 2 0 0 20 0 22 0 107469102 10060525568 91451 33554432000 1073741824 1073778376 140735291068144 140661128923944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15909/tid=15920] ppid=15906 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15909/task/15920/stat : 15920 (java) S 15906 15909 15518 0 -1 4202560 201 0 0 0 0 0 0 0 20 0 22 0 107469103 10060525568 91451 33554432000 1073741824 1073778376 140735291068144 140660646594920 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15909/tid=15921] ppid=15906 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15909/task/15921/stat : 15921 (java) S 15906 15909 15518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107469104 10060525568 91451 33554432000 1073741824 1073778376 140735291068144 140660645541240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15909/tid=15922] ppid=15906 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15909/task/15922/stat : 15922 (java) S 15906 15909 15518 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 107469104 10060525568 91451 33554432000 1073741824 1073778376 140735291068144 140660644488072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15909/tid=15923] ppid=15906 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15909/task/15923/stat : 15923 (java) S 15906 15909 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107469106 10060525568 91451 33554432000 1073741824 1073778376 140735291068144 140660643436816 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15909/tid=15924] ppid=15906 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/15909/task/15924/stat : 15924 (java) S 15906 15909 15518 0 -1 4202560 6573 0 0 0 96 0 0 0 20 0 22 0 107469106 10060525568 91451 33554432000 1073741824 1073778376 140735291068144 140660642384696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15909/tid=15925] ppid=15906 vsize=9824732 CPUtime=0.89 cores=1,3,5,7
/proc/15909/task/15925/stat : 15925 (java) S 15906 15909 15518 0 -1 4202560 8571 0 0 0 87 2 0 0 20 0 22 0 107469106 10060525568 91451 33554432000 1073741824 1073778376 140735291068144 140660641332152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15909/tid=15926] ppid=15906 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15909/task/15926/stat : 15926 (java) S 15906 15909 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107469106 10060525568 91451 33554432000 1073741824 1073778376 140735291068144 140660640279288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15909/tid=15927] ppid=15906 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15909/task/15927/stat : 15927 (java) S 15906 15909 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107469106 10060525568 91451 33554432000 1073741824 1073778376 140735291068144 140660639226952 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15909/tid=15937] ppid=15906 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15909/task/15937/stat : 15937 (java) S 15906 15909 15518 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107469228 10060525568 91451 33554432000 1073741824 1073778376 140735291068144 140660637119656 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15909/tid=15978] ppid=15906 vsize=9824732 CPUtime=2.86 cores=1,3,5,7
/proc/15909/task/15978/stat : 15978 (java) R 15906 15909 15518 0 -1 4202560 7 0 0 0 286 0 0 0 20 0 22 0 107469428 10060525568 91451 33554432000 1073741824 1073778376 140735291068144 140660635004688 140661135899586 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15909/tid=15979] ppid=15906 vsize=9824732 CPUtime=2.85 cores=1,3,5,7

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


[startup+882.308 s]
/proc/loadavg: 4.06 4.17 4.08 5/219 16083
/proc/meminfo: memFree=24302020/32872528 swapFree=15784/1434320
[pid=15909] ppid=15906 vsize=9824732 CPUtime=1765.58 cores=1,3,5,7
/proc/15909/stat : 15909 (java) S 15906 15909 15518 0 -1 4202496 29728 0 1 0 176377 181 0 0 20 0 22 0 107469100 10060525568 569702 33554432000 1073741824 1073778376 140735291068144 140735291059280 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15909/statm: 2456183 569702 2294 9 0 2446860 0
[pid=15909/tid=15911] ppid=15906 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/15909/task/15911/stat : 15911 (java) S 15906 15909 15518 0 -1 4202560 2426 0 1 0 26 3 0 0 20 0 22 0 107469101 10060525568 569702 33554432000 1073741824 1073778376 140735291068144 140661292417912 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15909/tid=15912] ppid=15906 vsize=9824732 CPUtime=2.24 cores=1,3,5,7
/proc/15909/task/15912/stat : 15912 (java) S 15906 15909 15518 0 -1 4202560 362 0 0 0 216 8 0 0 20 0 22 0 107469102 10060525568 569702 33554432000 1073741824 1073778376 140735291068144 140661253908904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15909/tid=15913] ppid=15906 vsize=9824732 CPUtime=2.5 cores=1,3,5,7
/proc/15909/task/15913/stat : 15913 (java) S 15906 15909 15518 0 -1 4202560 464 0 0 0 239 11 0 0 20 0 22 0 107469102 10060525568 569702 33554432000 1073741824 1073778376 140735291068144 140661135239720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15909/tid=15914] ppid=15906 vsize=9824732 CPUtime=2.31 cores=1,3,5,7
/proc/15909/task/15914/stat : 15914 (java) S 15906 15909 15518 0 -1 4202560 327 0 0 0 224 7 0 0 20 0 22 0 107469102 10060525568 569702 33554432000 1073741824 1073778376 140735291068144 140661134186664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15909/tid=15915] ppid=15906 vsize=9824732 CPUtime=2.2 cores=1,3,5,7
/proc/15909/task/15915/stat : 15915 (java) S 15906 15909 15518 0 -1 4202560 359 0 0 0 211 9 0 0 20 0 22 0 107469102 10060525568 569702 33554432000 1073741824 1073778376 140735291068144 140661133134120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15909/tid=15916] ppid=15906 vsize=9824732 CPUtime=2.47 cores=1,3,5,7
/proc/15909/task/15916/stat : 15916 (java) S 15906 15909 15518 0 -1 4202560 483 0 0 0 234 13 0 0 20 0 22 0 107469102 10060525568 569702 33554432000 1073741824 1073778376 140735291068144 140661132082088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15909/tid=15917] ppid=15906 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/15909/task/15917/stat : 15917 (java) S 15906 15909 15518 0 -1 4202560 353 0 0 0 217 8 0 0 20 0 22 0 107469102 10060525568 569702 33554432000 1073741824 1073778376 140735291068144 140661131029544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15909/tid=15918] ppid=15906 vsize=9824732 CPUtime=2.49 cores=1,3,5,7
/proc/15909/task/15918/stat : 15918 (java) S 15906 15909 15518 0 -1 4202560 453 0 0 0 239 10 0 0 20 0 22 0 107469102 10060525568 569702 33554432000 1073741824 1073778376 140735291068144 140661129976488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15909/tid=15919] ppid=15906 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/15909/task/15919/stat : 15919 (java) S 15906 15909 15518 0 -1 4202560 402 0 0 0 224 8 0 0 20 0 22 0 107469102 10060525568 569702 33554432000 1073741824 1073778376 140735291068144 140661128923944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15909/tid=15920] ppid=15906 vsize=9824732 CPUtime=3.26 cores=1,3,5,7
/proc/15909/task/15920/stat : 15920 (java) S 15906 15909 15518 0 -1 4202560 1482 0 0 0 307 19 0 0 20 0 22 0 107469103 10060525568 569702 33554432000 1073741824 1073778376 140735291068144 140660646594920 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15909/tid=15921] ppid=15906 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15909/task/15921/stat : 15921 (java) S 15906 15909 15518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107469104 10060525568 569702 33554432000 1073741824 1073778376 140735291068144 140660645541240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15909/tid=15922] ppid=15906 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15909/task/15922/stat : 15922 (java) S 15906 15909 15518 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 107469104 10060525568 569702 33554432000 1073741824 1073778376 140735291068144 140660644488072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15909/tid=15923] ppid=15906 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15909/task/15923/stat : 15923 (java) S 15906 15909 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107469106 10060525568 569702 33554432000 1073741824 1073778376 140735291068144 140660643436816 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15909/tid=15924] ppid=15906 vsize=9824732 CPUtime=1.68 cores=1,3,5,7
/proc/15909/task/15924/stat : 15924 (java) S 15906 15909 15518 0 -1 4202560 10866 0 0 0 166 2 0 0 20 0 22 0 107469106 10060525568 569702 33554432000 1073741824 1073778376 140735291068144 140660642384696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15909/tid=15925] ppid=15906 vsize=9824732 CPUtime=0.93 cores=1,3,5,7
/proc/15909/task/15925/stat : 15925 (java) S 15906 15909 15518 0 -1 4202560 8583 0 0 0 91 2 0 0 20 0 22 0 107469106 10060525568 569702 33554432000 1073741824 1073778376 140735291068144 140660641332152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15909/tid=15926] ppid=15906 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15909/task/15926/stat : 15926 (java) S 15906 15909 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107469106 10060525568 569702 33554432000 1073741824 1073778376 140735291068144 140660640279288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15909/tid=15927] ppid=15906 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/15909/task/15927/stat : 15927 (java) S 15906 15909 15518 0 -1 4202560 51 0 0 0 21 16 0 0 20 0 22 0 107469106 10060525568 569702 33554432000 1073741824 1073778376 140735291068144 140660639226952 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15909/tid=15937] ppid=15906 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15909/task/15937/stat : 15937 (java) S 15906 15909 15518 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107469228 10060525568 569702 33554432000 1073741824 1073778376 140735291068144 140660637119656 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15909/tid=16079] ppid=15906 vsize=9824732 CPUtime=114.16 cores=1,3,5,7
/proc/15909/task/16079/stat : 16079 (java) R 15906 15909 15518 0 -1 4202560 11 0 0 0 11415 1 0 0 20 0 22 0 107545737 10060525568 569702 33554432000 1073741824 1073778376 140735291068144 140660635012768 140661135804982 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15909/tid=16080] ppid=15906 vsize=9824732 CPUtime=114.18 cores=1,3,5,7
/proc/15909/task/16080/stat : 16080 (java) R 15906 15909 15518 0 -1 4202560 20 0 0 0 11417 1 0 0 20 0 22 0 107545737 10060525568 569702 33554432000 1073741824 1073778376 140735291068144 140660636064528 140661135825738 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15909/tid=16081] ppid=15906 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15909/task/16081/stat : 16081 (java) S 15906 15909 15518 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 107545737 10060525568 569702 33554432000 1073741824 1073778376 140735291068144 140660638172200 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1765.58
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.501 s]
/proc/loadavg: 4.13 4.18 4.09 5/193 16093
/proc/meminfo: memFree=28303384/32872528 swapFree=15784/1434320
[pid=15909] ppid=15906 vsize=9824732 CPUtime=1800.11 cores=1,3,5,7
/proc/15909/stat : 15909 (java) S 15906 15909 15518 0 -1 4202496 29799 0 1 0 179829 182 0 0 20 0 22 0 107469100 10060525568 566275 33554432000 1073741824 1073778376 140735291068144 140735291059280 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15909/statm: 2456183 566275 2294 9 0 2446860 0
[pid=15909/tid=15911] ppid=15906 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/15909/task/15911/stat : 15911 (java) S 15906 15909 15518 0 -1 4202560 2426 0 1 0 26 3 0 0 20 0 22 0 107469101 10060525568 566275 33554432000 1073741824 1073778376 140735291068144 140661292417912 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15909/tid=15912] ppid=15906 vsize=9824732 CPUtime=2.27 cores=1,3,5,7
/proc/15909/task/15912/stat : 15912 (java) S 15906 15909 15518 0 -1 4202560 364 0 0 0 219 8 0 0 20 0 22 0 107469102 10060525568 566275 33554432000 1073741824 1073778376 140735291068144 140661253908904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15909/tid=15913] ppid=15906 vsize=9824732 CPUtime=2.57 cores=1,3,5,7
/proc/15909/task/15913/stat : 15913 (java) S 15906 15909 15518 0 -1 4202560 478 0 0 0 246 11 0 0 20 0 22 0 107469102 10060525568 566275 33554432000 1073741824 1073778376 140735291068144 140661135239720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15909/tid=15914] ppid=15906 vsize=9824732 CPUtime=2.37 cores=1,3,5,7
/proc/15909/task/15914/stat : 15914 (java) S 15906 15909 15518 0 -1 4202560 340 0 0 0 230 7 0 0 20 0 22 0 107469102 10060525568 566275 33554432000 1073741824 1073778376 140735291068144 140661134186664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15909/tid=15915] ppid=15906 vsize=9824732 CPUtime=2.23 cores=1,3,5,7
/proc/15909/task/15915/stat : 15915 (java) S 15906 15909 15518 0 -1 4202560 360 0 0 0 214 9 0 0 20 0 22 0 107469102 10060525568 566275 33554432000 1073741824 1073778376 140735291068144 140661133134120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15909/tid=15916] ppid=15906 vsize=9824732 CPUtime=2.51 cores=1,3,5,7
/proc/15909/task/15916/stat : 15916 (java) S 15906 15909 15518 0 -1 4202560 483 0 0 0 238 13 0 0 20 0 22 0 107469102 10060525568 566275 33554432000 1073741824 1073778376 140735291068144 140661132082088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15909/tid=15917] ppid=15906 vsize=9824732 CPUtime=2.3 cores=1,3,5,7
/proc/15909/task/15917/stat : 15917 (java) S 15906 15909 15518 0 -1 4202560 391 0 0 0 222 8 0 0 20 0 22 0 107469102 10060525568 566275 33554432000 1073741824 1073778376 140735291068144 140661131029544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15909/tid=15918] ppid=15906 vsize=9824732 CPUtime=2.54 cores=1,3,5,7
/proc/15909/task/15918/stat : 15918 (java) S 15906 15909 15518 0 -1 4202560 453 0 0 0 244 10 0 0 20 0 22 0 107469102 10060525568 566275 33554432000 1073741824 1073778376 140735291068144 140661129976488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15909/tid=15919] ppid=15906 vsize=9824732 CPUtime=2.34 cores=1,3,5,7
/proc/15909/task/15919/stat : 15919 (java) S 15906 15909 15518 0 -1 4202560 402 0 0 0 226 8 0 0 20 0 22 0 107469102 10060525568 566275 33554432000 1073741824 1073778376 140735291068144 140661128923944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15909/tid=15920] ppid=15906 vsize=9824732 CPUtime=3.26 cores=1,3,5,7
/proc/15909/task/15920/stat : 15920 (java) S 15906 15909 15518 0 -1 4202560 1482 0 0 0 307 19 0 0 20 0 22 0 107469103 10060525568 566275 33554432000 1073741824 1073778376 140735291068144 140660646594920 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15909/tid=15921] ppid=15906 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15909/task/15921/stat : 15921 (java) S 15906 15909 15518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107469104 10060525568 566275 33554432000 1073741824 1073778376 140735291068144 140660645541240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15909/tid=15922] ppid=15906 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15909/task/15922/stat : 15922 (java) S 15906 15909 15518 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 107469104 10060525568 566275 33554432000 1073741824 1073778376 140735291068144 140660644488072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15909/tid=15923] ppid=15906 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15909/task/15923/stat : 15923 (java) S 15906 15909 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107469106 10060525568 566275 33554432000 1073741824 1073778376 140735291068144 140660643436816 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15909/tid=15924] ppid=15906 vsize=9824732 CPUtime=1.68 cores=1,3,5,7
/proc/15909/task/15924/stat : 15924 (java) S 15906 15909 15518 0 -1 4202560 10866 0 0 0 166 2 0 0 20 0 22 0 107469106 10060525568 566275 33554432000 1073741824 1073778376 140735291068144 140660642384696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15909/tid=15925] ppid=15906 vsize=9824732 CPUtime=0.93 cores=1,3,5,7
/proc/15909/task/15925/stat : 15925 (java) S 15906 15909 15518 0 -1 4202560 8583 0 0 0 91 2 0 0 20 0 22 0 107469106 10060525568 566275 33554432000 1073741824 1073778376 140735291068144 140660641332152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15909/tid=15926] ppid=15906 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15909/task/15926/stat : 15926 (java) S 15906 15909 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107469106 10060525568 566275 33554432000 1073741824 1073778376 140735291068144 140660640279288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15909/tid=15927] ppid=15906 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/15909/task/15927/stat : 15927 (java) S 15906 15909 15518 0 -1 4202560 51 0 0 0 22 16 0 0 20 0 22 0 107469106 10060525568 566275 33554432000 1073741824 1073778376 140735291068144 140660639226952 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15909/tid=15937] ppid=15906 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15909/task/15937/stat : 15937 (java) S 15906 15909 15518 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107469228 10060525568 566275 33554432000 1073741824 1073778376 140735291068144 140660637119656 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15909/tid=16079] ppid=15906 vsize=9824732 CPUtime=131.25 cores=1,3,5,7
/proc/15909/task/16079/stat : 16079 (java) R 15906 15909 15518 0 -1 4202560 12 0 0 0 13122 3 0 0 20 0 22 0 107545737 10060525568 566275 33554432000 1073741824 1073778376 140735291068144 140660635012000 140661135778587 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=15909/tid=16080] ppid=15906 vsize=9824732 CPUtime=131.27 cores=1,3,5,7
/proc/15909/task/16080/stat : 16080 (java) R 15906 15909 15518 0 -1 4202560 22 0 0 0 13126 1 0 0 20 0 22 0 107545737 10060525568 566275 33554432000 1073741824 1073778376 140735291068144 140660636065552 140661135908612 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15909/tid=16081] ppid=15906 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15909/task/16081/stat : 16081 (java) S 15906 15909 15518 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 107545737 10060525568 566275 33554432000 1073741824 1073778376 140735291068144 140660638172200 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
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 15909 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+899.501 s]
/proc/loadavg: 4.13 4.18 4.09 5/193 16093
/proc/meminfo: memFree=28303384/32872528 swapFree=15784/1434320
[pid=15909] ppid=15906 vsize=9824732 CPUtime=1800.11 cores=1,3,5,7
/proc/15909/stat : 15909 (java) S 15906 15909 15518 0 -1 4202496 29799 0 1 0 179829 182 0 0 20 0 22 0 107469100 10060525568 566275 33554432000 1073741824 1073778376 140735291068144 140735291059280 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15909/statm: 2456183 566275 2294 9 0 2446860 0
[pid=15909/tid=15911] ppid=15906 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/15909/task/15911/stat : 15911 (java) S 15906 15909 15518 0 -1 4202560 2426 0 1 0 26 3 0 0 20 0 22 0 107469101 10060525568 566275 33554432000 1073741824 1073778376 140735291068144 140661292417912 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15909/tid=15912] ppid=15906 vsize=9824732 CPUtime=2.27 cores=1,3,5,7
/proc/15909/task/15912/stat : 15912 (java) S 15906 15909 15518 0 -1 4202560 364 0 0 0 219 8 0 0 20 0 22 0 107469102 10060525568 566275 33554432000 1073741824 1073778376 140735291068144 140661253908904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15909/tid=15913] ppid=15906 vsize=9824732 CPUtime=2.57 cores=1,3,5,7
/proc/15909/task/15913/stat : 15913 (java) S 15906 15909 15518 0 -1 4202560 478 0 0 0 246 11 0 0 20 0 22 0 107469102 10060525568 566275 33554432000 1073741824 1073778376 140735291068144 140661135239720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15909/tid=15914] ppid=15906 vsize=9824732 CPUtime=2.37 cores=1,3,5,7
/proc/15909/task/15914/stat : 15914 (java) S 15906 15909 15518 0 -1 4202560 340 0 0 0 230 7 0 0 20 0 22 0 107469102 10060525568 566275 33554432000 1073741824 1073778376 140735291068144 140661134186664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15909/tid=15915] ppid=15906 vsize=9824732 CPUtime=2.23 cores=1,3,5,7
/proc/15909/task/15915/stat : 15915 (java) S 15906 15909 15518 0 -1 4202560 360 0 0 0 214 9 0 0 20 0 22 0 107469102 10060525568 566275 33554432000 1073741824 1073778376 140735291068144 140661133134120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15909/tid=15916] ppid=15906 vsize=9824732 CPUtime=2.51 cores=1,3,5,7
/proc/15909/task/15916/stat : 15916 (java) S 15906 15909 15518 0 -1 4202560 483 0 0 0 238 13 0 0 20 0 22 0 107469102 10060525568 566275 33554432000 1073741824 1073778376 140735291068144 140661132082088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15909/tid=15917] ppid=15906 vsize=9824732 CPUtime=2.3 cores=1,3,5,7
/proc/15909/task/15917/stat : 15917 (java) S 15906 15909 15518 0 -1 4202560 391 0 0 0 222 8 0 0 20 0 22 0 107469102 10060525568 566275 33554432000 1073741824 1073778376 140735291068144 140661131029544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15909/tid=15918] ppid=15906 vsize=9824732 CPUtime=2.54 cores=1,3,5,7
/proc/15909/task/15918/stat : 15918 (java) S 15906 15909 15518 0 -1 4202560 453 0 0 0 244 10 0 0 20 0 22 0 107469102 10060525568 566275 33554432000 1073741824 1073778376 140735291068144 140661129976488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15909/tid=15919] ppid=15906 vsize=9824732 CPUtime=2.34 cores=1,3,5,7
/proc/15909/task/15919/stat : 15919 (java) S 15906 15909 15518 0 -1 4202560 402 0 0 0 226 8 0 0 20 0 22 0 107469102 10060525568 566275 33554432000 1073741824 1073778376 140735291068144 140661128923944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15909/tid=15920] ppid=15906 vsize=9824732 CPUtime=3.26 cores=1,3,5,7
/proc/15909/task/15920/stat : 15920 (java) S 15906 15909 15518 0 -1 4202560 1482 0 0 0 307 19 0 0 20 0 22 0 107469103 10060525568 566275 33554432000 1073741824 1073778376 140735291068144 140660646594920 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15909/tid=15921] ppid=15906 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15909/task/15921/stat : 15921 (java) S 15906 15909 15518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107469104 10060525568 566275 33554432000 1073741824 1073778376 140735291068144 140660645541240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15909/tid=15922] ppid=15906 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15909/task/15922/stat : 15922 (java) S 15906 15909 15518 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 107469104 10060525568 566275 33554432000 1073741824 1073778376 140735291068144 140660644488072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15909/tid=15923] ppid=15906 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15909/task/15923/stat : 15923 (java) S 15906 15909 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107469106 10060525568 566275 33554432000 1073741824 1073778376 140735291068144 140660643436816 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15909/tid=15924] ppid=15906 vsize=9824732 CPUtime=1.68 cores=1,3,5,7
/proc/15909/task/15924/stat : 15924 (java) S 15906 15909 15518 0 -1 4202560 10866 0 0 0 166 2 0 0 20 0 22 0 107469106 10060525568 566275 33554432000 1073741824 1073778376 140735291068144 140660642384696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15909/tid=15925] ppid=15906 vsize=9824732 CPUtime=0.93 cores=1,3,5,7
/proc/15909/task/15925/stat : 15925 (java) S 15906 15909 15518 0 -1 4202560 8583 0 0 0 91 2 0 0 20 0 22 0 107469106 10060525568 566275 33554432000 1073741824 1073778376 140735291068144 140660641332152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15909/tid=15926] ppid=15906 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15909/task/15926/stat : 15926 (java) S 15906 15909 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107469106 10060525568 566275 33554432000 1073741824 1073778376 140735291068144 140660640279288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15909/tid=15927] ppid=15906 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/15909/task/15927/stat : 15927 (java) S 15906 15909 15518 0 -1 4202560 51 0 0 0 22 16 0 0 20 0 22 0 107469106 10060525568 566275 33554432000 1073741824 1073778376 140735291068144 140660639226952 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15909/tid=15937] ppid=15906 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15909/task/15937/stat : 15937 (java) S 15906 15909 15518 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107469228 10060525568 566275 33554432000 1073741824 1073778376 140735291068144 140660637119656 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15909/tid=16079] ppid=15906 vsize=9824732 CPUtime=131.25 cores=1,3,5,7
/proc/15909/task/16079/stat : 16079 (java) R 15906 15909 15518 0 -1 4202560 12 0 0 0 13122 3 0 0 20 0 22 0 107545737 10060525568 566275 33554432000 1073741824 1073778376 140735291068144 140660635012000 140661135778587 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=15909/tid=16080] ppid=15906 vsize=9824732 CPUtime=131.27 cores=1,3,5,7
/proc/15909/task/16080/stat : 16080 (java) R 15906 15909 15518 0 -1 4202560 22 0 0 0 13126 1 0 0 20 0 22 0 107545737 10060525568 566275 33554432000 1073741824 1073778376 140735291068144 140660636065552 140661135908612 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15909/tid=16081] ppid=15906 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15909/task/16081/stat : 16081 (java) S 15906 15909 15518 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 107545737 10060525568 566275 33554432000 1073741824 1073778376 140735291068144 140660638172200 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 899.552
CPU time (s): 1800.56
CPU user time (s): 1798.47
CPU system time (s): 2.09168
CPU usage (%): 200.162
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.47
system time used= 2.09168
maximum resident set size= 2919024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29842
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27429
involuntary context switches= 43799

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.69298 second user time and 6.68498 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-07 01:22:39
IDJOB=4081779
IDBENCH=48174
IDSOLVER=2543
FILE ID=node130/4081779-1465255359
RUNJOBID= node130-1465253566-15535
PBS_JOBID= 19843263
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_100_10_5.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081779-1465255359/watcher-4081779-1465255359 -o /tmp/evaluation-result-4081779-1465255359/solver-4081779-1465255359 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1465253566-15535 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081779-1465255359.opb

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

MD5SUM BENCH= a142d6d7b95394ce9dab5e7d7d075ea6
RANDOM SEED=1625554720

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.261
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.261
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.261
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:        26689516 kB
Buffers:           49536 kB
Cached:           113128 kB
SwapCached:         1748 kB
Active:          3941524 kB
Inactive:          97668 kB
Active(anon):    3877560 kB
Inactive(anon):     1200 kB
Active(file):      63964 kB
Inactive(file):    96468 kB
Unevictable:     1434320 kB
Mlocked:           15784 kB
SwapTotal:      67108856 kB
SwapFree:       67098356 kB
Dirty:               864 kB
Writeback:             0 kB
AnonPages:       5310188 kB
Mapped:            15364 kB
Shmem:                 0 kB
Slab:             568848 kB
SReclaimable:      12372 kB
SUnreclaim:       556476 kB
KernelStack:        1592 kB
PageTables:        14256 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5691560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5181440 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 node130 at 2016-06-07 01:37:38