Trace number 4081777

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)-25 1800.79 900.57

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_100_10_2.opb
MD5SUM597624b9879736416e28e0a242fe0005
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-26
Best CPU time to get the best result obtained on this benchmark164.032
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -26
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 constraint20
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)1260
Sum of products size (including duplicates)2520
Number of different products630
Sum of products size1260

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4081777-1465255189.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  objective function found
0.23/0.25	c ... done. Wall clock time 0.139s.
0.23/0.25	c declared #vars     100
0.23/0.25	c internal #vars     730
0.23/0.25	c #constraints  1460
0.23/0.25	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.23/0.25	c constraints type 
0.23/0.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 630
0.23/0.25	c org.sat4j.minisat.constraints.cnf.UnitClauses => 74
0.23/0.25	c org.sat4j.specs.Constr$1 => 112
0.23/0.25	c org.sat4j.minisat.constraints.cnf.UnitClause => 14
0.23/0.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 630
0.23/0.25	c 1460 constraints processed.
0.23/0.25	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.23/0.25	c constraints type 
0.23/0.25	c org.sat4j.specs.Constr$1 => 112
0.23/0.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 630
0.23/0.25	c org.sat4j.pb.constraints.pb.UnitClausesPB => 74
0.23/0.25	c org.sat4j.pb.constraints.pb.UnitClausePB => 14
0.23/0.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 630
0.23/0.25	c 1460 constraints processed.
0.23/0.25	c objective function length is 100 literals
0.23/0.26	c And the winner is solver0
0.43/0.75	c SATISFIABLE
0.43/0.75	c OPTIMIZING...
0.43/0.75	c Got one! Elapsed wall clock time (in seconds):0.643
0.43/0.75	o -15
0.43/0.77	c And the winner is solver0
0.53/1.25	c Got one! Elapsed wall clock time (in seconds):1.145
0.53/1.25	o -16
0.69/1.31	c And the winner is solver0
0.90/1.75	c Got one! Elapsed wall clock time (in seconds):1.646
0.90/1.75	o -17
0.90/1.77	c And the winner is solver0
0.96/2.25	c Got one! Elapsed wall clock time (in seconds):2.147
0.96/2.25	o -18
0.96/2.27	c And the winner is solver0
1.15/2.76	c Got one! Elapsed wall clock time (in seconds):2.648
1.15/2.76	o -19
1.29/2.87	c And the winner is solver1
1.84/3.26	c Got one! Elapsed wall clock time (in seconds):3.149
1.84/3.26	o -20
1.95/3.35	c And the winner is solver1
2.12/3.76	c Got one! Elapsed wall clock time (in seconds):3.651
2.12/3.76	o -21
2.61/3.93	c cleaning 3211 clauses out of 6427 with flag 4934/6427
3.37/4.27	c And the winner is solver1
3.37/4.27	c cleaning 4608 clauses out of 9216 with flag 18330/12427
3.55/4.76	c Got one! Elapsed wall clock time (in seconds):4.652
3.55/4.76	o -22
4.10/5.06	c cleaning 4801 clauses out of 9608 with flag 11577/17427
4.95/5.45	c cleaning 5404 clauses out of 10808 with flag 25729/23428
5.97/5.95	c cleaning 6196 clauses out of 12403 with flag 41951/30427
6.22/6.08	c And the winner is solver1
6.42/6.28	c Got one! Elapsed wall clock time (in seconds):6.168
6.42/6.28	o -23
6.85/6.56	c cleaning 5973 clauses out of 11946 with flag 7195/36166
7.90/7.04	c cleaning 5987 clauses out of 11973 with flag 21525/42166
8.70/7.49	c cleaning 6493 clauses out of 12987 with flag 37722/49167
10.40/8.22	c cleaning 7247 clauses out of 14495 with flag 57430/57168
11.61/8.90	c cleaning 8114 clauses out of 16246 with flag 78092/66166
13.66/9.82	c cleaning 9065 clauses out of 18134 with flag 102711/76168
15.86/10.99	c cleaning 10034 clauses out of 20067 with flag 130645/87166
18.67/12.33	c cleaning 11013 clauses out of 22033 with flag 160840/99166
21.96/13.93	c cleaning 12009 clauses out of 24021 with flag 193556/112167
25.94/15.87	c cleaning 13006 clauses out of 26011 with flag 228984/126166
29.76/17.78	c cleaning 14003 clauses out of 28007 with flag 265826/141168
33.15/19.41	c cleaning 15001 clauses out of 30002 with flag 301557/157166
37.41/21.55	c cleaning 15998 clauses out of 32001 with flag 339799/174166
43.03/24.38	c cleaning 17002 clauses out of 34003 with flag 381416/192166
43.21/24.42	c And the winner is solver1
43.27/24.78	c Got one! Elapsed wall clock time (in seconds):24.672
43.27/24.78	o -24
44.53/25.45	c cleaning 11393 clauses out of 22797 with flag 11392/197962
45.51/25.96	c cleaning 8697 clauses out of 17402 with flag 25175/203960
46.53/26.49	c cleaning 7846 clauses out of 15707 with flag 41855/210962
47.98/27.17	c cleaning 7928 clauses out of 15861 with flag 61061/218962
49.58/27.97	c cleaning 8466 clauses out of 16931 with flag 83135/227960
51.19/28.80	c cleaning 9229 clauses out of 18466 with flag 107675/237961
53.19/29.71	c cleaning 10118 clauses out of 20239 with flag 134722/248963
55.20/30.79	c cleaning 11061 clauses out of 22122 with flag 163589/260964
58.00/32.19	c cleaning 12029 clauses out of 24058 with flag 197146/273961
61.60/33.94	c cleaning 13015 clauses out of 26029 with flag 233613/287961
65.39/35.90	c cleaning 14005 clauses out of 28014 with flag 272696/302961
69.64/37.93	c cleaning 15004 clauses out of 30008 with flag 313406/318960
74.04/40.15	c cleaning 15994 clauses out of 32004 with flag 354503/335960
79.85/43.02	c cleaning 17003 clauses out of 34011 with flag 400764/353961
87.31/46.79	c cleaning 17999 clauses out of 36008 with flag 449011/372961
93.71/49.98	c cleaning 19001 clauses out of 38009 with flag 497478/392961
98.11/52.12	c And the winner is solver1
98.18/52.32	c Got one! Elapsed wall clock time (in seconds):52.209
98.18/52.32	o -25
100.73/53.68	c cleaning 18604 clauses out of 37212 with flag 12181/411165
102.53/54.56	c cleaning 12301 clauses out of 24608 with flag 27016/417165
103.93/55.29	c cleaning 9649 clauses out of 19306 with flag 44532/424164
105.33/55.94	c cleaning 8827 clauses out of 17657 with flag 64588/432164
106.93/56.77	c cleaning 8916 clauses out of 17831 with flag 88957/441165
108.78/57.66	c cleaning 9456 clauses out of 18913 with flag 114168/451163
110.78/58.61	c cleaning 10229 clauses out of 20457 with flag 141490/462163
113.18/59.82	c cleaning 11107 clauses out of 22228 with flag 171222/474163
116.18/61.31	c cleaning 12061 clauses out of 24121 with flag 205337/487163
119.38/62.98	c cleaning 13025 clauses out of 26060 with flag 241566/501163
123.18/64.83	c cleaning 14014 clauses out of 28036 with flag 279176/516164
127.38/66.96	c cleaning 15011 clauses out of 30022 with flag 318721/532164
132.44/69.43	c cleaning 15999 clauses out of 32010 with flag 358851/549163
138.62/72.50	c cleaning 17000 clauses out of 34011 with flag 403382/567163
145.02/75.79	c cleaning 18002 clauses out of 36011 with flag 451890/586163
151.47/78.90	c cleaning 19005 clauses out of 38011 with flag 501413/606165
159.87/83.13	c cleaning 20004 clauses out of 40007 with flag 556315/627166
170.32/88.30	c cleaning 21000 clauses out of 42000 with flag 614142/649163
178.92/92.65	c cleaning 21995 clauses out of 44001 with flag 672065/672164
190.58/98.47	c cleaning 23003 clauses out of 46006 with flag 734008/696164
203.38/104.81	c cleaning 24000 clauses out of 48003 with flag 796666/721164
205.58/105.95	c cleaning 0 clauses out of 7502 with flag 0/7504
219.46/112.68	c cleaning 25001 clauses out of 50002 with flag 868942/747163
234.53/120.11	c cleaning 25996 clauses out of 52002 with flag 942388/774164
247.39/126.55	c cleaning 27001 clauses out of 54005 with flag 1014622/802163
266.61/136.16	c cleaning 28001 clauses out of 56008 with flag 1083182/831167
283.88/144.77	c cleaning 28998 clauses out of 58003 with flag 1156349/861163
304.53/155.08	c cleaning 30001 clauses out of 60005 with flag 1232623/892163
324.61/165.10	c cleaning 30998 clauses out of 62005 with flag 1312925/924164
348.92/177.12	c cleaning 31998 clauses out of 64006 with flag 1399591/957163
375.40/190.33	c cleaning 33001 clauses out of 66008 with flag 1485733/991163
410.31/207.79	c cleaning 34000 clauses out of 68008 with flag 1577462/1026164
447.06/226.08	c cleaning 35000 clauses out of 70007 with flag 1670668/1062163
483.83/244.32	c cleaning 35994 clauses out of 72007 with flag 1771244/1099163
522.36/263.51	c cleaning 37004 clauses out of 74013 with flag 1871318/1137163
556.85/281.05	c cleaning 37999 clauses out of 76011 with flag 1972505/1176165
602.70/303.80	c cleaning 38997 clauses out of 78010 with flag 2077889/1216163
637.46/321.14	c cleaning 40005 clauses out of 80013 with flag 2178007/1257163
683.43/344.05	c cleaning 41002 clauses out of 82008 with flag 2288815/1299163
726.02/365.29	c cleaning 41999 clauses out of 84010 with flag 2398122/1342167
776.46/390.32	c cleaning 43002 clauses out of 86007 with flag 2509992/1386163
815.45/409.70	c cleaning 43999 clauses out of 88006 with flag 2621099/1431164
855.70/429.72	c cleaning 0 clauses out of 13503 with flag 0/13505
865.19/434.90	c cleaning 45002 clauses out of 90007 with flag 2742237/1477164
901.13/452.71	c cleaning 45999 clauses out of 92004 with flag 2854707/1524163
941.56/472.87	c cleaning 47003 clauses out of 94008 with flag 2971057/1572166
989.75/496.81	c cleaning 47998 clauses out of 96003 with flag 3095895/1621164
1037.38/520.51	c cleaning 48999 clauses out of 98004 with flag 3214694/1671163
1091.09/547.22	c cleaning 49999 clauses out of 100006 with flag 3339715/1722164
1134.11/568.66	c cleaning 51004 clauses out of 102007 with flag 3460887/1774164
1201.46/602.15	c cleaning 52001 clauses out of 104002 with flag 3598403/1827163
1260.98/631.73	c cleaning 53001 clauses out of 106001 with flag 3728083/1881163
1308.25/655.75	c cleaning 54001 clauses out of 108002 with flag 3848034/1936165
1364.06/683.50	c cleaning 54996 clauses out of 109999 with flag 3981996/1992163
1442.45/722.56	c cleaning 55999 clauses out of 112004 with flag 4119720/2049164
1539.69/770.92	c cleaning 56998 clauses out of 114004 with flag 4265717/2107163
1637.81/819.76	c cleaning 57999 clauses out of 116006 with flag 4417416/2166163
1740.28/870.76	c cleaning 59000 clauses out of 118010 with flag 4568286/2226166
1800.16/900.50	c >>>>>>>>>> Solver number 0 (5 answers) <<<<<<<<<<<<<<<<<<
1800.16/900.50	c starts		: 29326
1800.16/900.50	c conflicts		: 2271378
1800.16/900.50	c decisions		: 3546397
1800.16/900.50	c propagations		: 15141467
1800.16/900.50	c inspects		: 11124621394
1800.16/900.50	c shortcuts		: 0
1800.16/900.50	c learnt literals	: 0
1800.16/900.50	c learnt binary clauses	: 0
1800.16/900.50	c learnt ternary clauses	: 0
1800.16/900.50	c learnt constraints	: 2271378
1800.16/900.50	c ignored constraints	: 0
1800.16/900.50	c root simplifications	: 0
1800.16/900.50	c removed literals (reason simplification)	: 62582026
1800.16/900.50	c reason swapping (by a shorter reason)	: 0
1800.16/900.50	c Calls to reduceDB	: 91
1800.16/900.50	c Number of update (reduction) of LBD	: 119685
1800.16/900.50	c Imported unit clauses	: 0
1800.16/900.50	c number of reductions to clauses (during analyze)	: 0
1800.16/900.50	c number of learned constraints concerned by reduction	: 0
1800.16/900.50	c number of learning phase by resolution	: 0
1800.16/900.50	c number of learning phase by cutting planes	: 0
1800.16/900.50	c speed (assignments/second)	: 17851.545883695595
1800.16/900.50	c non guided choices	0
1800.16/900.53	c learnt constraints type 
1800.16/900.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 104222
1800.16/900.53	c >>>>>>>>>> Solver number 1 (6 answers) <<<<<<<<<<<<<<<<<<
1800.16/900.53	c starts		: 56
1800.16/900.53	c conflicts		: 19056
1800.16/900.53	c decisions		: 21313
1800.16/900.53	c propagations		: 169265
1800.16/900.53	c inspects		: 867911256
1800.16/900.53	c shortcuts		: 0
1800.16/900.53	c learnt literals	: 0
1800.16/900.53	c learnt binary clauses	: 0
1800.16/900.53	c learnt ternary clauses	: 0
1800.16/900.53	c learnt constraints	: 19053
1800.16/900.53	c ignored constraints	: 0
1800.16/900.53	c root simplifications	: 0
1800.16/900.53	c removed literals (reason simplification)	: 0
1800.16/900.53	c reason swapping (by a shorter reason)	: 0
1800.16/900.53	c Calls to reduceDB	: 2
1800.16/900.53	c Number of update (reduction) of LBD	: 0
1800.16/900.53	c Imported unit clauses	: 0
1800.16/900.53	c number of reductions to clauses (during analyze)	: 0
1800.16/900.53	c number of learned constraints concerned by reduction	: 0
1800.16/900.53	c number of learning phase by resolution	: 0
1800.16/900.53	c number of learning phase by cutting planes	: 0
1800.16/900.53	c speed (assignments/second)	: 188.5379108620515
1800.16/900.53	c non guided choices	0
1800.16/900.54	c learnt constraints type 
1800.16/900.54	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 325
1800.16/900.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18728
1800.16/900.54	s SATISFIABLE
1800.16/900.54	c Found 11 solution(s)
1800.16/900.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.16/900.54	c objective function=-25
1800.16/900.54	c Total wall clock time (in seconds): 900.437

Verifier Data

OK	-25

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-4081777-1465255189/watcher-4081777-1465255189 -o /tmp/evaluation-result-4081777-1465255189/solver-4081777-1465255189 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1465247049-20227 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081777-1465255189.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.83 4.11 4.07 4/197 22670
/proc/meminfo: memFree=28864436/32872528 swapFree=11320/319964
[pid=22670] ppid=22667 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/22670/stat : 22670 (java) S 22667 22670 20210 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 107452207 98570240 977 33554432000 1073741824 1073778376 140734326906944 140734326898080 262966116413 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22670/statm: 24065 977 743 9 0 16771 0
[pid=22670/tid=22671] ppid=22667 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/22670/task/22671/stat : 22671 (java) R 22667 22670 20210 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 107452208 98570240 978 33554432000 1073741824 1073778376 140734326906944 139701471551016 262962759040 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100082 s]
/proc/loadavg: 3.83 4.11 4.07 4/197 22670
/proc/meminfo: memFree=28864436/32872528 swapFree=11320/319964
[pid=22670] ppid=22667 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/22670/stat : 22670 (java) S 22667 22670 20210 0 -1 4202496 4561 0 1 0 10 1 0 0 20 0 18 0 107452207 9787879424 5671 33554432000 1073741824 1073778376 140734326906944 140734326898080 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22670/statm: 2389619 5671 2156 9 0 2380296 0
[pid=22670/tid=22671] ppid=22667 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/22670/task/22671/stat : 22671 (java) R 22667 22670 20210 0 -1 4202560 2439 0 1 0 6 1 0 0 20 0 18 0 107452208 9787879424 5671 33554432000 1073741824 1073778376 140734326906944 139701471554464 139701343254720 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200333 s]
/proc/loadavg: 3.83 4.11 4.07 4/197 22670
/proc/meminfo: memFree=28864436/32872528 swapFree=11320/319964
[pid=22670] ppid=22667 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/22670/stat : 22670 (java) S 22667 22670 20210 0 -1 4202496 4670 0 1 0 22 1 0 0 20 0 18 0 107452207 9787879424 6784 33554432000 1073741824 1073778376 140734326906944 140734326898080 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22670/statm: 2389619 6784 2213 9 0 2380296 0
[pid=22670/tid=22671] ppid=22667 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/22670/task/22671/stat : 22671 (java) R 22667 22670 20210 0 -1 4202560 2453 0 1 0 16 1 0 0 20 0 18 0 107452208 9787879424 6784 33554432000 1073741824 1073778376 140734326906944 139701471554464 139701343257479 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300332 s]
/proc/loadavg: 3.83 4.11 4.07 4/197 22670
/proc/meminfo: memFree=28864436/32872528 swapFree=11320/319964
[pid=22670] ppid=22667 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/22670/stat : 22670 (java) S 22667 22670 20210 0 -1 4202496 6137 0 1 0 40 3 0 0 20 0 19 0 107452207 10060525568 9155 33554432000 1073741824 1073778376 140734326906944 140734326898080 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22670/statm: 2456183 9155 2235 9 0 2446860 0
[pid=22670/tid=22671] ppid=22667 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/22670/task/22671/stat : 22671 (java) S 22667 22670 20210 0 -1 4202560 2466 0 1 0 21 2 0 0 20 0 19 0 107452208 10060525568 9155 33554432000 1073741824 1073778376 140734326906944 139701471556472 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9824732

[startup+0.700253 s]
/proc/loadavg: 3.83 4.11 4.07 4/197 22670
/proc/meminfo: memFree=28864436/32872528 swapFree=11320/319964
[pid=22670] ppid=22667 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/22670/stat : 22670 (java) S 22667 22670 20210 0 -1 4202496 6137 0 1 0 40 3 0 0 20 0 19 0 107452207 10060525568 9155 33554432000 1073741824 1073778376 140734326906944 140734326898080 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22670/statm: 2456183 9155 2235 9 0 2446860 0
[pid=22670/tid=22671] ppid=22667 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/22670/task/22671/stat : 22671 (java) S 22667 22670 20210 0 -1 4202560 2466 0 1 0 21 2 0 0 20 0 19 0 107452208 10060525568 9155 33554432000 1073741824 1073778376 140734326906944 139701471556472 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9824732

[startup+1.50083 s]
/proc/loadavg: 3.83 4.11 4.07 3/216 22695
/proc/meminfo: memFree=28828836/32872528 swapFree=11320/319964
[pid=22670] ppid=22667 vsize=9824732 CPUtime=0.9 cores=1,3,5,7
/proc/22670/stat : 22670 (java) S 22667 22670 20210 0 -1 4202496 9074 0 1 0 83 7 0 0 20 0 19 0 107452207 10060525568 13742 33554432000 1073741824 1073778376 140734326906944 140734326898080 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22670/statm: 2456183 13742 2250 9 0 2446860 0
[pid=22670/tid=22671] ppid=22667 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/22670/task/22671/stat : 22671 (java) S 22667 22670 20210 0 -1 4202560 2466 0 1 0 22 2 0 0 20 0 19 0 107452208 10060525568 13742 33554432000 1073741824 1073778376 140734326906944 139701471556472 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22670/tid=22673] ppid=22667 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22670/task/22673/stat : 22673 (java) S 22667 22670 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107452208 10060525568 13742 33554432000 1073741824 1073778376 140734326906944 139701315565864 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22670/tid=22674] ppid=22667 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22670/task/22674/stat : 22674 (java) S 22667 22670 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107452208 10060525568 13742 33554432000 1073741824 1073778376 140734326906944 139701314513064 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22670/tid=22675] ppid=22667 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22670/task/22675/stat : 22675 (java) S 22667 22670 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107452208 10060525568 13742 33554432000 1073741824 1073778376 140734326906944 139701313460776 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22670/tid=22676] ppid=22667 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22670/task/22676/stat : 22676 (java) S 22667 22670 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107452208 10060525568 13742 33554432000 1073741824 1073778376 140734326906944 139701312407976 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22670/tid=22677] ppid=22667 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22670/task/22677/stat : 22677 (java) S 22667 22670 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107452208 10060525568 13742 33554432000 1073741824 1073778376 140734326906944 139701311355688 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22670/tid=22678] ppid=22667 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22670/task/22678/stat : 22678 (java) S 22667 22670 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107452208 10060525568 13742 33554432000 1073741824 1073778376 140734326906944 139701310302888 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22670/tid=22679] ppid=22667 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22670/task/22679/stat : 22679 (java) S 22667 22670 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107452208 10060525568 13742 33554432000 1073741824 1073778376 140734326906944 139701309250600 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22670/tid=22680] ppid=22667 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22670/task/22680/stat : 22680 (java) S 22667 22670 20210 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107452208 10060525568 13742 33554432000 1073741824 1073778376 140734326906944 139701308197800 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22670/tid=22681] ppid=22667 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22670/task/22681/stat : 22681 (java) S 22667 22670 20210 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 107452209 10060525568 13742 33554432000 1073741824 1073778376 140734326906944 139701295786216 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22670/tid=22682] ppid=22667 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22670/task/22682/stat : 22682 (java) S 22667 22670 20210 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 107452210 10060525568 13742 33554432000 1073741824 1073778376 140734326906944 139701294732280 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22670/tid=22683] ppid=22667 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22670/task/22683/stat : 22683 (java) S 22667 22670 20210 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107452210 10060525568 13742 33554432000 1073741824 1073778376 140734326906944 139701293679880 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22670/tid=22684] ppid=22667 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22670/task/22684/stat : 22684 (java) S 22667 22670 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107452212 10060525568 13742 33554432000 1073741824 1073778376 140734326906944 139701292628368 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22670/tid=22685] ppid=22667 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/22670/task/22685/stat : 22685 (java) S 22667 22670 20210 0 -1 4202560 2088 0 0 0 19 0 0 0 20 0 19 0 107452212 10060525568 13742 33554432000 1073741824 1073778376 140734326906944 139701291575992 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22670/tid=22686] ppid=22667 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/22670/task/22686/stat : 22686 (java) S 22667 22670 20210 0 -1 4202560 3166 0 0 0 25 0 0 0 20 0 19 0 107452212 10060525568 13742 33554432000 1073741824 1073778376 140734326906944 139701290523192 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22670/tid=22687] ppid=22667 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22670/task/22687/stat : 22687 (java) S 22667 22670 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107452212 10060525568 13742 33554432000 1073741824 1073778376 140734326906944 139701289471096 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22670/tid=22688] ppid=22667 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22670/task/22688/stat : 22688 (java) S 22667 22670 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107452212 10060525568 13742 33554432000 1073741824 1073778376 140734326906944 139701288418504 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22670/tid=22692] ppid=22667 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22670/task/22692/stat : 22692 (java) S 22667 22670 20210 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107452233 10060525568 13742 33554432000 1073741824 1073778376 140734326906944 139701284156456 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 9824732

[startup+3.10082 s]
/proc/loadavg: 3.83 4.11 4.07 3/216 22701
/proc/meminfo: memFree=28812784/32872528 swapFree=11320/319964
[pid=22670] ppid=22667 vsize=9824732 CPUtime=1.84 cores=1,3,5,7
/proc/22670/stat : 22670 (java) S 22667 22670 20210 0 -1 4202496 16076 0 1 0 170 14 0 0 20 0 19 0 107452207 10060525568 22771 33554432000 1073741824 1073778376 140734326906944 140734326898080 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22670/statm: 2456183 22771 2262 9 0 2446860 0
[pid=22670/tid=22671] ppid=22667 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/22670/task/22671/stat : 22671 (java) S 22667 22670 20210 0 -1 4202560 2467 0 1 0 22 2 0 0 20 0 19 0 107452208 10060525568 22771 33554432000 1073741824 1073778376 140734326906944 139701471556472 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22670/tid=22673] ppid=22667 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22670/task/22673/stat : 22673 (java) S 22667 22670 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107452208 10060525568 22771 33554432000 1073741824 1073778376 140734326906944 139701315565864 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22670/tid=22674] ppid=22667 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22670/task/22674/stat : 22674 (java) S 22667 22670 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107452208 10060525568 22771 33554432000 1073741824 1073778376 140734326906944 139701314513064 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22670/tid=22675] ppid=22667 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22670/task/22675/stat : 22675 (java) S 22667 22670 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107452208 10060525568 22771 33554432000 1073741824 1073778376 140734326906944 139701313460776 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22670/tid=22676] ppid=22667 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22670/task/22676/stat : 22676 (java) S 22667 22670 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107452208 10060525568 22771 33554432000 1073741824 1073778376 140734326906944 139701312407976 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22670/tid=22677] ppid=22667 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22670/task/22677/stat : 22677 (java) S 22667 22670 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107452208 10060525568 22771 33554432000 1073741824 1073778376 140734326906944 139701311355688 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22670/tid=22678] ppid=22667 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22670/task/22678/stat : 22678 (java) S 22667 22670 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107452208 10060525568 22771 33554432000 1073741824 1073778376 140734326906944 139701310302888 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22670/tid=22679] ppid=22667 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22670/task/22679/stat : 22679 (java) S 22667 22670 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107452208 10060525568 22771 33554432000 1073741824 1073778376 140734326906944 139701309250600 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22670/tid=22680] ppid=22667 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22670/task/22680/stat : 22680 (java) S 22667 22670 20210 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107452208 10060525568 22771 33554432000 1073741824 1073778376 140734326906944 139701308197800 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22670/tid=22681] ppid=22667 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22670/task/22681/stat : 22681 (java) S 22667 22670 20210 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 107452209 10060525568 22771 33554432000 1073741824 1073778376 140734326906944 139701295786216 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22670/tid=22682] ppid=22667 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22670/task/22682/stat : 22682 (java) S 22667 22670 20210 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 107452210 10060525568 22771 33554432000 1073741824 1073778376 140734326906944 139701294732280 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22670/tid=22683] ppid=22667 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22670/task/22683/stat : 22683 (java) S 22667 22670 20210 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107452210 10060525568 22771 33554432000 1073741824 1073778376 140734326906944 139701293679880 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22670/tid=22684] ppid=22667 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22670/task/22684/stat : 22684 (java) S 22667 22670 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107452212 10060525568 22771 33554432000 1073741824 1073778376 140734326906944 139701292628368 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22670/tid=22685] ppid=22667 vsize=9824732 CPUtime=0.44 cores=1,3,5,7
/proc/22670/task/22685/stat : 22685 (java) S 22667 22670 20210 0 -1 4202560 5580 0 0 0 42 2 0 0 20 0 19 0 107452212 10060525568 22771 33554432000 1073741824 1073778376 140734326906944 139701291575992 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22670/tid=22686] ppid=22667 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/22670/task/22686/stat : 22686 (java) S 22667 22670 20210 0 -1 4202560 6640 0 0 0 63 0 0 0 20 0 19 0 107452212 10060525568 22771 33554432000 1073741824 1073778376 140734326906944 139701290523192 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22670/tid=22687] ppid=22667 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22670/task/22687/stat : 22687 (java) S 22667 22670 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107452212 10060525568 22771 33554432000 1073741824 1073778376 140734326906944 139701289471096 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22670/tid=22688] ppid=22667 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22670/task/22688/stat : 22688 (java) S 22667 22670 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107452212 10060525568 22771 33554432000 1073741824 1073778376 140734326906944 139701288418504 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 9824732
heavy processes:

[startup+6.3008 s]
/proc/loadavg: 4.00 4.14 4.08 5/219 22716
/proc/meminfo: memFree=28666052/32872528 swapFree=11320/319964
[pid=22670] ppid=22667 vsize=9824732 CPUtime=6.46 cores=1,3,5,7
/proc/22670/stat : 22670 (java) S 22667 22670 20210 0 -1 4202496 17989 0 1 0 618 28 0 0 20 0 22 0 107452207 10060525568 83152 33554432000 1073741824 1073778376 140734326906944 140734326898080 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22670/statm: 2456183 83152 2286 9 0 2446860 0
[pid=22670/tid=22671] ppid=22667 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/22670/task/22671/stat : 22671 (java) S 22667 22670 20210 0 -1 4202560 2469 0 1 0 22 2 0 0 20 0 22 0 107452208 10060525568 83152 33554432000 1073741824 1073778376 140734326906944 139701471556472 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22670/tid=22673] ppid=22667 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/22670/task/22673/stat : 22673 (java) S 22667 22670 20210 0 -1 4202560 28 0 0 0 3 0 0 0 20 0 22 0 107452208 10060525568 83152 33554432000 1073741824 1073778376 140734326906944 139701315565864 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22670/tid=22674] ppid=22667 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/22670/task/22674/stat : 22674 (java) S 22667 22670 20210 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 22 0 107452208 10060525568 83152 33554432000 1073741824 1073778376 140734326906944 139701314513064 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22670/tid=22675] ppid=22667 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/22670/task/22675/stat : 22675 (java) S 22667 22670 20210 0 -1 4202560 1 0 0 0 1 0 0 0 20 0 22 0 107452208 10060525568 83152 33554432000 1073741824 1073778376 140734326906944 139701313460776 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22670/tid=22676] ppid=22667 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/22670/task/22676/stat : 22676 (java) S 22667 22670 20210 0 -1 4202560 32 0 0 0 4 2 0 0 20 0 22 0 107452208 10060525568 83152 33554432000 1073741824 1073778376 140734326906944 139701312407976 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22670/tid=22677] ppid=22667 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/22670/task/22677/stat : 22677 (java) S 22667 22670 20210 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 107452208 10060525568 83152 33554432000 1073741824 1073778376 140734326906944 139701311355688 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22670/tid=22678] ppid=22667 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/22670/task/22678/stat : 22678 (java) S 22667 22670 20210 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 107452208 10060525568 83152 33554432000 1073741824 1073778376 140734326906944 139701310302888 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22670/tid=22679] ppid=22667 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/22670/task/22679/stat : 22679 (java) S 22667 22670 20210 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 107452208 10060525568 83152 33554432000 1073741824 1073778376 140734326906944 139701309250600 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22670/tid=22680] ppid=22667 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/22670/task/22680/stat : 22680 (java) S 22667 22670 20210 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 107452208 10060525568 83152 33554432000 1073741824 1073778376 140734326906944 139701308197800 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22670/tid=22681] ppid=22667 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22670/task/22681/stat : 22681 (java) S 22667 22670 20210 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 107452209 10060525568 83152 33554432000 1073741824 1073778376 140734326906944 139701295786216 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22670/tid=22682] ppid=22667 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22670/task/22682/stat : 22682 (java) S 22667 22670 20210 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107452210 10060525568 83152 33554432000 1073741824 1073778376 140734326906944 139701294732280 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22670/tid=22683] ppid=22667 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22670/task/22683/stat : 22683 (java) S 22667 22670 20210 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107452210 10060525568 83152 33554432000 1073741824 1073778376 140734326906944 139701293679880 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22670/tid=22684] ppid=22667 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22670/task/22684/stat : 22684 (java) S 22667 22670 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107452212 10060525568 83152 33554432000 1073741824 1073778376 140734326906944 139701292628368 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22670/tid=22685] ppid=22667 vsize=9824732 CPUtime=0.76 cores=1,3,5,7
/proc/22670/task/22685/stat : 22685 (java) S 22667 22670 20210 0 -1 4202560 7004 0 0 0 73 3 0 0 20 0 22 0 107452212 10060525568 83152 33554432000 1073741824 1073778376 140734326906944 139701291575992 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22670/tid=22686] ppid=22667 vsize=9824732 CPUtime=0.91 cores=1,3,5,7
/proc/22670/task/22686/stat : 22686 (java) S 22667 22670 20210 0 -1 4202560 6673 0 0 0 91 0 0 0 20 0 22 0 107452212 10060525568 83152 33554432000 1073741824 1073778376 140734326906944 139701290523192 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0

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


[startup+882.308 s]
/proc/loadavg: 3.89 4.03 4.06 5/219 22937
/proc/meminfo: memFree=25602816/32872528 swapFree=11320/319964
[pid=22670] ppid=22667 vsize=9824732 CPUtime=1763.59 cores=1,3,5,7
/proc/22670/stat : 22670 (java) S 22667 22670 20210 0 -1 4202496 27230 0 1 0 176177 182 0 0 20 0 22 0 107452207 10060525568 615661 33554432000 1073741824 1073778376 140734326906944 140734326898080 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22670/statm: 2456183 615661 2294 9 0 2446860 0
[pid=22670/tid=22671] ppid=22667 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/22670/task/22671/stat : 22671 (java) S 22667 22670 20210 0 -1 4202560 2477 0 1 0 25 4 0 0 20 0 22 0 107452208 10060525568 615661 33554432000 1073741824 1073778376 140734326906944 139701471556472 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22670/tid=22673] ppid=22667 vsize=9824732 CPUtime=2.42 cores=1,3,5,7
/proc/22670/task/22673/stat : 22673 (java) S 22667 22670 20210 0 -1 4202560 528 0 0 0 233 9 0 0 20 0 22 0 107452208 10060525568 615661 33554432000 1073741824 1073778376 140734326906944 139701315565864 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22670/tid=22674] ppid=22667 vsize=9824732 CPUtime=2.53 cores=1,3,5,7
/proc/22670/task/22674/stat : 22674 (java) S 22667 22670 20210 0 -1 4202560 394 0 0 0 243 10 0 0 20 0 22 0 107452208 10060525568 615661 33554432000 1073741824 1073778376 140734326906944 139701314513064 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22670/tid=22675] ppid=22667 vsize=9824732 CPUtime=2.36 cores=1,3,5,7
/proc/22670/task/22675/stat : 22675 (java) S 22667 22670 20210 0 -1 4202560 489 0 0 0 227 9 0 0 20 0 22 0 107452208 10060525568 615661 33554432000 1073741824 1073778376 140734326906944 139701313460776 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22670/tid=22676] ppid=22667 vsize=9824732 CPUtime=2.52 cores=1,3,5,7
/proc/22670/task/22676/stat : 22676 (java) S 22667 22670 20210 0 -1 4202560 407 0 0 0 242 10 0 0 20 0 22 0 107452208 10060525568 615661 33554432000 1073741824 1073778376 140734326906944 139701312407976 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22670/tid=22677] ppid=22667 vsize=9824732 CPUtime=2.49 cores=1,3,5,7
/proc/22670/task/22677/stat : 22677 (java) S 22667 22670 20210 0 -1 4202560 456 0 0 0 239 10 0 0 20 0 22 0 107452208 10060525568 615661 33554432000 1073741824 1073778376 140734326906944 139701311355688 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22670/tid=22678] ppid=22667 vsize=9824732 CPUtime=2.3 cores=1,3,5,7
/proc/22670/task/22678/stat : 22678 (java) S 22667 22670 20210 0 -1 4202560 405 0 0 0 221 9 0 0 20 0 22 0 107452208 10060525568 615661 33554432000 1073741824 1073778376 140734326906944 139701310302888 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22670/tid=22679] ppid=22667 vsize=9824732 CPUtime=2.48 cores=1,3,5,7
/proc/22670/task/22679/stat : 22679 (java) S 22667 22670 20210 0 -1 4202560 459 0 0 0 239 9 0 0 20 0 22 0 107452208 10060525568 615661 33554432000 1073741824 1073778376 140734326906944 139701309250600 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22670/tid=22680] ppid=22667 vsize=9824732 CPUtime=2.44 cores=1,3,5,7
/proc/22670/task/22680/stat : 22680 (java) S 22667 22670 20210 0 -1 4202560 402 0 0 0 233 11 0 0 20 0 22 0 107452208 10060525568 615661 33554432000 1073741824 1073778376 140734326906944 139701308197800 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22670/tid=22681] ppid=22667 vsize=9824732 CPUtime=2.52 cores=1,3,5,7
/proc/22670/task/22681/stat : 22681 (java) S 22667 22670 20210 0 -1 4202560 1586 0 0 0 236 16 0 0 20 0 22 0 107452209 10060525568 615661 33554432000 1073741824 1073778376 140734326906944 139701295786216 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22670/tid=22682] ppid=22667 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22670/task/22682/stat : 22682 (java) S 22667 22670 20210 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107452210 10060525568 615661 33554432000 1073741824 1073778376 140734326906944 139701294732280 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22670/tid=22683] ppid=22667 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22670/task/22683/stat : 22683 (java) S 22667 22670 20210 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 107452210 10060525568 615661 33554432000 1073741824 1073778376 140734326906944 139701293679880 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22670/tid=22684] ppid=22667 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22670/task/22684/stat : 22684 (java) S 22667 22670 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107452212 10060525568 615661 33554432000 1073741824 1073778376 140734326906944 139701292628368 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22670/tid=22685] ppid=22667 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/22670/task/22685/stat : 22685 (java) S 22667 22670 20210 0 -1 4202560 7219 0 0 0 79 3 0 0 20 0 22 0 107452212 10060525568 615661 33554432000 1073741824 1073778376 140734326906944 139701291575992 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22670/tid=22686] ppid=22667 vsize=9824732 CPUtime=1.59 cores=1,3,5,7
/proc/22670/task/22686/stat : 22686 (java) S 22667 22670 20210 0 -1 4202560 9518 0 0 0 157 2 0 0 20 0 22 0 107452212 10060525568 615661 33554432000 1073741824 1073778376 140734326906944 139701290523192 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22670/tid=22687] ppid=22667 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22670/task/22687/stat : 22687 (java) S 22667 22670 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107452212 10060525568 615661 33554432000 1073741824 1073778376 140734326906944 139701289471096 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22670/tid=22688] ppid=22667 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/22670/task/22688/stat : 22688 (java) S 22667 22670 20210 0 -1 4202560 51 0 0 0 17 23 0 0 20 0 22 0 107452212 10060525568 615661 33554432000 1073741824 1073778376 140734326906944 139701288418504 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22670/tid=22707] ppid=22667 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22670/task/22707/stat : 22707 (java) S 22667 22670 20210 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107452483 10060525568 615661 33554432000 1073741824 1073778376 140734326906944 139701287314600 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22670/tid=22726] ppid=22667 vsize=9824732 CPUtime=822.17 cores=1,3,5,7
/proc/22670/task/22726/stat : 22726 (java) R 22667 22670 20210 0 -1 4202560 69 0 0 0 82202 15 0 0 20 0 22 0 107457439 10060525568 615661 33554432000 1073741824 1073778376 140734326906944 139701286260256 139701343656808 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22670/tid=22727] ppid=22667 vsize=9824732 CPUtime=822.1 cores=1,3,5,7
/proc/22670/task/22727/stat : 22727 (java) R 22667 22670 20210 0 -1 4202560 166 0 0 0 82192 18 0 0 20 0 22 0 107457439 10060525568 615661 33554432000 1073741824 1073778376 140734326906944 139701284154016 139701343707647 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22670/tid=22728] ppid=22667 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22670/task/22728/stat : 22728 (java) S 22667 22670 20210 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 107457439 10060525568 615661 33554432000 1073741824 1073778376 140734326906944 139701285209512 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1763.59
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.501 s]
/proc/loadavg: 4.40 4.13 4.09 5/219 22937
/proc/meminfo: memFree=25589352/32872528 swapFree=11320/319964
[pid=22670] ppid=22667 vsize=9824732 CPUtime=1800.16 cores=1,3,5,7
/proc/22670/stat : 22670 (java) S 22667 22670 20210 0 -1 4202496 27293 0 1 0 179832 184 0 0 20 0 22 0 107452207 10060525568 618798 33554432000 1073741824 1073778376 140734326906944 140734326898080 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22670/statm: 2456183 618798 2294 9 0 2446860 0
[pid=22670/tid=22671] ppid=22667 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/22670/task/22671/stat : 22671 (java) S 22667 22670 20210 0 -1 4202560 2478 0 1 0 25 4 0 0 20 0 22 0 107452208 10060525568 618798 33554432000 1073741824 1073778376 140734326906944 139701471556472 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22670/tid=22673] ppid=22667 vsize=9824732 CPUtime=2.45 cores=1,3,5,7
/proc/22670/task/22673/stat : 22673 (java) S 22667 22670 20210 0 -1 4202560 528 0 0 0 236 9 0 0 20 0 22 0 107452208 10060525568 618798 33554432000 1073741824 1073778376 140734326906944 139701315565864 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22670/tid=22674] ppid=22667 vsize=9824732 CPUtime=2.61 cores=1,3,5,7
/proc/22670/task/22674/stat : 22674 (java) S 22667 22670 20210 0 -1 4202560 403 0 0 0 251 10 0 0 20 0 22 0 107452208 10060525568 618798 33554432000 1073741824 1073778376 140734326906944 139701314513064 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22670/tid=22675] ppid=22667 vsize=9824732 CPUtime=2.42 cores=1,3,5,7
/proc/22670/task/22675/stat : 22675 (java) S 22667 22670 20210 0 -1 4202560 495 0 0 0 233 9 0 0 20 0 22 0 107452208 10060525568 618798 33554432000 1073741824 1073778376 140734326906944 139701313460776 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22670/tid=22676] ppid=22667 vsize=9824732 CPUtime=2.56 cores=1,3,5,7
/proc/22670/task/22676/stat : 22676 (java) S 22667 22670 20210 0 -1 4202560 415 0 0 0 246 10 0 0 20 0 22 0 107452208 10060525568 618798 33554432000 1073741824 1073778376 140734326906944 139701312407976 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22670/tid=22677] ppid=22667 vsize=9824732 CPUtime=2.54 cores=1,3,5,7
/proc/22670/task/22677/stat : 22677 (java) S 22667 22670 20210 0 -1 4202560 465 0 0 0 244 10 0 0 20 0 22 0 107452208 10060525568 618798 33554432000 1073741824 1073778376 140734326906944 139701311355688 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22670/tid=22678] ppid=22667 vsize=9824732 CPUtime=2.37 cores=1,3,5,7
/proc/22670/task/22678/stat : 22678 (java) S 22667 22670 20210 0 -1 4202560 412 0 0 0 228 9 0 0 20 0 22 0 107452208 10060525568 618798 33554432000 1073741824 1073778376 140734326906944 139701310302888 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22670/tid=22679] ppid=22667 vsize=9824732 CPUtime=2.51 cores=1,3,5,7
/proc/22670/task/22679/stat : 22679 (java) S 22667 22670 20210 0 -1 4202560 463 0 0 0 242 9 0 0 20 0 22 0 107452208 10060525568 618798 33554432000 1073741824 1073778376 140734326906944 139701309250600 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22670/tid=22680] ppid=22667 vsize=9824732 CPUtime=2.5 cores=1,3,5,7
/proc/22670/task/22680/stat : 22680 (java) S 22667 22670 20210 0 -1 4202560 419 0 0 0 239 11 0 0 20 0 22 0 107452208 10060525568 618798 33554432000 1073741824 1073778376 140734326906944 139701308197800 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22670/tid=22681] ppid=22667 vsize=9824732 CPUtime=2.52 cores=1,3,5,7
/proc/22670/task/22681/stat : 22681 (java) S 22667 22670 20210 0 -1 4202560 1586 0 0 0 236 16 0 0 20 0 22 0 107452209 10060525568 618798 33554432000 1073741824 1073778376 140734326906944 139701295786216 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22670/tid=22682] ppid=22667 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22670/task/22682/stat : 22682 (java) S 22667 22670 20210 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107452210 10060525568 618798 33554432000 1073741824 1073778376 140734326906944 139701294732280 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22670/tid=22683] ppid=22667 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22670/task/22683/stat : 22683 (java) S 22667 22670 20210 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 107452210 10060525568 618798 33554432000 1073741824 1073778376 140734326906944 139701293679880 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22670/tid=22684] ppid=22667 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22670/task/22684/stat : 22684 (java) S 22667 22670 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107452212 10060525568 618798 33554432000 1073741824 1073778376 140734326906944 139701292628368 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22670/tid=22685] ppid=22667 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/22670/task/22685/stat : 22685 (java) S 22667 22670 20210 0 -1 4202560 7219 0 0 0 79 3 0 0 20 0 22 0 107452212 10060525568 618798 33554432000 1073741824 1073778376 140734326906944 139701291575992 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22670/tid=22686] ppid=22667 vsize=9824732 CPUtime=1.59 cores=1,3,5,7
/proc/22670/task/22686/stat : 22686 (java) S 22667 22670 20210 0 -1 4202560 9518 0 0 0 157 2 0 0 20 0 22 0 107452212 10060525568 618798 33554432000 1073741824 1073778376 140734326906944 139701290523192 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22670/tid=22687] ppid=22667 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22670/task/22687/stat : 22687 (java) S 22667 22670 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107452212 10060525568 618798 33554432000 1073741824 1073778376 140734326906944 139701289471096 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22670/tid=22688] ppid=22667 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/22670/task/22688/stat : 22688 (java) S 22667 22670 20210 0 -1 4202560 51 0 0 0 17 23 0 0 20 0 22 0 107452212 10060525568 618798 33554432000 1073741824 1073778376 140734326906944 139701288418504 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22670/tid=22707] ppid=22667 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22670/task/22707/stat : 22707 (java) S 22667 22670 20210 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107452483 10060525568 618798 33554432000 1073741824 1073778376 140734326906944 139701287314600 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22670/tid=22726] ppid=22667 vsize=9824732 CPUtime=840.24 cores=1,3,5,7
/proc/22670/task/22726/stat : 22726 (java) R 22667 22670 20210 0 -1 4202560 69 0 0 0 84009 15 0 0 20 0 22 0 107457439 10060525568 618798 33554432000 1073741824 1073778376 140734326906944 139701286259488 139701343678043 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22670/tid=22727] ppid=22667 vsize=9824732 CPUtime=840.18 cores=1,3,5,7
/proc/22670/task/22727/stat : 22727 (java) R 22667 22670 20210 0 -1 4202560 168 0 0 0 84000 18 0 0 20 0 22 0 107457439 10060525568 618798 33554432000 1073741824 1073778376 140734326906944 139701284154904 139701343717962 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22670/tid=22728] ppid=22667 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22670/task/22728/stat : 22728 (java) S 22667 22670 20210 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 107457439 10060525568 618798 33554432000 1073741824 1073778376 140734326906944 139701285209512 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
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 22670 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+900.501 s]
/proc/loadavg: 4.40 4.13 4.09 5/219 22937
/proc/meminfo: memFree=25589352/32872528 swapFree=11320/319964
[pid=22670] ppid=22667 vsize=9824732 CPUtime=1800.16 cores=1,3,5,7
/proc/22670/stat : 22670 (java) S 22667 22670 20210 0 -1 4202496 27293 0 1 0 179832 184 0 0 20 0 22 0 107452207 10060525568 618798 33554432000 1073741824 1073778376 140734326906944 140734326898080 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22670/statm: 2456183 618798 2294 9 0 2446860 0
[pid=22670/tid=22671] ppid=22667 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/22670/task/22671/stat : 22671 (java) S 22667 22670 20210 0 -1 4202560 2478 0 1 0 25 4 0 0 20 0 22 0 107452208 10060525568 618798 33554432000 1073741824 1073778376 140734326906944 139701471556472 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22670/tid=22673] ppid=22667 vsize=9824732 CPUtime=2.45 cores=1,3,5,7
/proc/22670/task/22673/stat : 22673 (java) S 22667 22670 20210 0 -1 4202560 528 0 0 0 236 9 0 0 20 0 22 0 107452208 10060525568 618798 33554432000 1073741824 1073778376 140734326906944 139701315565864 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22670/tid=22674] ppid=22667 vsize=9824732 CPUtime=2.61 cores=1,3,5,7
/proc/22670/task/22674/stat : 22674 (java) S 22667 22670 20210 0 -1 4202560 403 0 0 0 251 10 0 0 20 0 22 0 107452208 10060525568 618798 33554432000 1073741824 1073778376 140734326906944 139701314513064 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22670/tid=22675] ppid=22667 vsize=9824732 CPUtime=2.42 cores=1,3,5,7
/proc/22670/task/22675/stat : 22675 (java) S 22667 22670 20210 0 -1 4202560 495 0 0 0 233 9 0 0 20 0 22 0 107452208 10060525568 618798 33554432000 1073741824 1073778376 140734326906944 139701313460776 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22670/tid=22676] ppid=22667 vsize=9824732 CPUtime=2.56 cores=1,3,5,7
/proc/22670/task/22676/stat : 22676 (java) S 22667 22670 20210 0 -1 4202560 415 0 0 0 246 10 0 0 20 0 22 0 107452208 10060525568 618798 33554432000 1073741824 1073778376 140734326906944 139701312407976 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22670/tid=22677] ppid=22667 vsize=9824732 CPUtime=2.54 cores=1,3,5,7
/proc/22670/task/22677/stat : 22677 (java) S 22667 22670 20210 0 -1 4202560 465 0 0 0 244 10 0 0 20 0 22 0 107452208 10060525568 618798 33554432000 1073741824 1073778376 140734326906944 139701311355688 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22670/tid=22678] ppid=22667 vsize=9824732 CPUtime=2.37 cores=1,3,5,7
/proc/22670/task/22678/stat : 22678 (java) S 22667 22670 20210 0 -1 4202560 412 0 0 0 228 9 0 0 20 0 22 0 107452208 10060525568 618798 33554432000 1073741824 1073778376 140734326906944 139701310302888 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22670/tid=22679] ppid=22667 vsize=9824732 CPUtime=2.51 cores=1,3,5,7
/proc/22670/task/22679/stat : 22679 (java) S 22667 22670 20210 0 -1 4202560 463 0 0 0 242 9 0 0 20 0 22 0 107452208 10060525568 618798 33554432000 1073741824 1073778376 140734326906944 139701309250600 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22670/tid=22680] ppid=22667 vsize=9824732 CPUtime=2.5 cores=1,3,5,7
/proc/22670/task/22680/stat : 22680 (java) S 22667 22670 20210 0 -1 4202560 419 0 0 0 239 11 0 0 20 0 22 0 107452208 10060525568 618798 33554432000 1073741824 1073778376 140734326906944 139701308197800 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22670/tid=22681] ppid=22667 vsize=9824732 CPUtime=2.52 cores=1,3,5,7
/proc/22670/task/22681/stat : 22681 (java) S 22667 22670 20210 0 -1 4202560 1586 0 0 0 236 16 0 0 20 0 22 0 107452209 10060525568 618798 33554432000 1073741824 1073778376 140734326906944 139701295786216 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22670/tid=22682] ppid=22667 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22670/task/22682/stat : 22682 (java) S 22667 22670 20210 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107452210 10060525568 618798 33554432000 1073741824 1073778376 140734326906944 139701294732280 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22670/tid=22683] ppid=22667 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22670/task/22683/stat : 22683 (java) S 22667 22670 20210 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 107452210 10060525568 618798 33554432000 1073741824 1073778376 140734326906944 139701293679880 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22670/tid=22684] ppid=22667 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22670/task/22684/stat : 22684 (java) S 22667 22670 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107452212 10060525568 618798 33554432000 1073741824 1073778376 140734326906944 139701292628368 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22670/tid=22685] ppid=22667 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/22670/task/22685/stat : 22685 (java) S 22667 22670 20210 0 -1 4202560 7219 0 0 0 79 3 0 0 20 0 22 0 107452212 10060525568 618798 33554432000 1073741824 1073778376 140734326906944 139701291575992 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22670/tid=22686] ppid=22667 vsize=9824732 CPUtime=1.59 cores=1,3,5,7
/proc/22670/task/22686/stat : 22686 (java) S 22667 22670 20210 0 -1 4202560 9518 0 0 0 157 2 0 0 20 0 22 0 107452212 10060525568 618798 33554432000 1073741824 1073778376 140734326906944 139701290523192 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22670/tid=22687] ppid=22667 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22670/task/22687/stat : 22687 (java) S 22667 22670 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107452212 10060525568 618798 33554432000 1073741824 1073778376 140734326906944 139701289471096 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22670/tid=22688] ppid=22667 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/22670/task/22688/stat : 22688 (java) S 22667 22670 20210 0 -1 4202560 51 0 0 0 17 23 0 0 20 0 22 0 107452212 10060525568 618798 33554432000 1073741824 1073778376 140734326906944 139701288418504 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22670/tid=22707] ppid=22667 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22670/task/22707/stat : 22707 (java) S 22667 22670 20210 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107452483 10060525568 618798 33554432000 1073741824 1073778376 140734326906944 139701287314600 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22670/tid=22726] ppid=22667 vsize=9824732 CPUtime=840.24 cores=1,3,5,7
/proc/22670/task/22726/stat : 22726 (java) R 22667 22670 20210 0 -1 4202560 69 0 0 0 84009 15 0 0 20 0 22 0 107457439 10060525568 618798 33554432000 1073741824 1073778376 140734326906944 139701286259488 139701343678043 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22670/tid=22727] ppid=22667 vsize=9824732 CPUtime=840.18 cores=1,3,5,7
/proc/22670/task/22727/stat : 22727 (java) R 22667 22670 20210 0 -1 4202560 168 0 0 0 84000 18 0 0 20 0 22 0 107457439 10060525568 618798 33554432000 1073741824 1073778376 140734326906944 139701284154904 139701343717962 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22670/tid=22728] ppid=22667 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22670/task/22728/stat : 22728 (java) S 22667 22670 20210 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 107457439 10060525568 618798 33554432000 1073741824 1073778376 140734326906944 139701285209512 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 900.57
CPU time (s): 1800.79
CPU user time (s): 1798.48
CPU system time (s): 2.31165
CPU usage (%): 199.961
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.48
system time used= 2.31165
maximum resident set size= 2903568
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27336
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27758
involuntary context switches= 45144

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.45202 second user time and 6.87695 second system time

The end

Launcher Data

Begin job on node128 at 2016-06-07 01:19:49
IDJOB=4081777
IDBENCH=48169
IDSOLVER=2543
FILE ID=node128/4081777-1465255189
RUNJOBID= node128-1465247049-20227
PBS_JOBID= 19843253
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_2.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081777-1465255189/watcher-4081777-1465255189 -o /tmp/evaluation-result-4081777-1465255189/solver-4081777-1465255189 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1465247049-20227 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081777-1465255189.opb

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

MD5SUM BENCH= 597624b9879736416e28e0a242fe0005
RANDOM SEED=1559232202

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28864692 kB
Buffers:           52736 kB
Cached:           108756 kB
SwapCached:         1656 kB
Active:          2858928 kB
Inactive:          96604 kB
Active(anon):    2796120 kB
Inactive(anon):      528 kB
Active(file):      62808 kB
Inactive(file):    96076 kB
Unevictable:      319964 kB
Mlocked:           11320 kB
SwapTotal:      67108856 kB
SwapFree:       67098468 kB
Dirty:              1700 kB
Writeback:             0 kB
AnonPages:       3015248 kB
Mapped:            15332 kB
Shmem:                 0 kB
Slab:             570496 kB
SReclaimable:      13576 kB
SUnreclaim:       556920 kB
KernelStack:        1640 kB
PageTables:        10336 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3588016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2949120 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 node128 at 2016-06-07 01:34:50