Trace number 4085856

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 Resolution PB16SAT (TO)-25 1800.74 1797.74

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_100_10_1.opb
MD5SUMfac2f381943513d71e556a5764721ca3
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 benchmark107.847
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 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)1248
Sum of products size (including duplicates)2496
Number of different products624
Sum of products size1248

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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4085856-1465259004.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
0.24/0.22	c ... done. Wall clock time 0.112s.
0.24/0.22	c declared #vars     100
0.24/0.22	c internal #vars     724
0.24/0.22	c #constraints  1448
0.24/0.22	c constraints type 
0.24/0.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 624
0.24/0.22	c org.sat4j.minisat.constraints.cnf.UnitClauses => 78
0.24/0.22	c org.sat4j.specs.Constr$1 => 114
0.24/0.22	c org.sat4j.minisat.constraints.cnf.UnitClause => 8
0.24/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 624
0.24/0.22	c 1448 constraints processed.
0.24/0.22	c objective function length is 100 literals
0.24/0.23	c SATISFIABLE
0.24/0.23	c OPTIMIZING...
0.24/0.23	c Got one! Elapsed wall clock time (in seconds):0.12
0.24/0.23	o -19
0.24/0.24	c Got one! Elapsed wall clock time (in seconds):0.127
0.24/0.24	o -20
0.47/0.37	c Got one! Elapsed wall clock time (in seconds):0.265
0.47/0.37	o -21
0.95/0.63	c cleaning 2708 clauses out of 5417 with flag 8801/5417
1.32/0.96	c cleaning 4350 clauses out of 8708 with flag 21419/11416
1.73/1.36	c cleaning 5676 clauses out of 11359 with flag 35840/18417
2.03/1.64	c Got one! Elapsed wall clock time (in seconds):1.527
2.03/1.64	o -22
2.43/2.07	c cleaning 7977 clauses out of 15954 with flag 11089/28688
2.86/2.49	c cleaning 6990 clauses out of 13979 with flag 23447/34690
2.96/2.58	c Got one! Elapsed wall clock time (in seconds):2.473
2.96/2.58	o -23
3.16/2.79	c cleaning 6085 clauses out of 12169 with flag 6483/39870
3.56/3.17	c cleaning 6043 clauses out of 12085 with flag 19779/45871
3.96/3.58	c cleaning 6521 clauses out of 13043 with flag 34297/52872
4.46/4.09	c cleaning 7254 clauses out of 14522 with flag 51129/60872
5.06/4.66	c cleaning 8129 clauses out of 16268 with flag 69778/69872
5.76/5.34	c cleaning 9065 clauses out of 18138 with flag 90480/79871
6.66/6.21	c cleaning 10033 clauses out of 20075 with flag 113233/90873
7.66/7.24	c cleaning 11016 clauses out of 22039 with flag 138400/102870
9.06/8.60	c cleaning 12011 clauses out of 24025 with flag 168564/115872
10.56/10.18	c cleaning 13002 clauses out of 26012 with flag 200836/129870
12.16/11.75	c cleaning 14001 clauses out of 28011 with flag 236109/144871
14.07/13.65	c cleaning 15006 clauses out of 30011 with flag 275155/160872
16.07/15.65	c cleaning 15997 clauses out of 32003 with flag 311125/177870
18.67/18.25	c cleaning 17004 clauses out of 34007 with flag 355339/195871
21.27/20.87	c cleaning 17998 clauses out of 36004 with flag 401271/214872
24.06/23.64	c cleaning 18999 clauses out of 38006 with flag 447103/234872
26.07/25.64	c Got one! Elapsed wall clock time (in seconds):25.534
26.07/25.64	o -24
26.99/26.52	c cleaning 19970 clauses out of 39939 with flag 10371/255804
27.68/27.22	c cleaning 12985 clauses out of 25969 with flag 22910/261804
28.38/27.91	c cleaning 9988 clauses out of 19984 with flag 37828/268804
28.98/28.57	c cleaning 8993 clauses out of 17997 with flag 54649/276805
29.78/29.33	c cleaning 8995 clauses out of 18001 with flag 74120/285802
30.48/30.07	c cleaning 9499 clauses out of 19006 with flag 94855/295802
31.48/31.04	c cleaning 10251 clauses out of 20509 with flag 118799/306804
32.58/32.13	c cleaning 11128 clauses out of 22256 with flag 143419/318802
33.88/33.40	c cleaning 12062 clauses out of 24128 with flag 172580/331802
35.18/34.76	c cleaning 13030 clauses out of 26067 with flag 203056/345803
36.99/36.58	c cleaning 14017 clauses out of 28037 with flag 236977/360803
38.69/38.26	c cleaning 15010 clauses out of 30021 with flag 272222/376804
40.59/40.18	c cleaning 16005 clauses out of 32010 with flag 309629/393803
43.09/42.63	c cleaning 16994 clauses out of 34004 with flag 350188/411802
45.99/45.56	c cleaning 18001 clauses out of 36011 with flag 395371/430803
49.29/48.86	c cleaning 19003 clauses out of 38011 with flag 447954/450804
52.59/52.18	c cleaning 20001 clauses out of 40007 with flag 500250/471803
56.29/55.82	c cleaning 21001 clauses out of 42006 with flag 550736/493803
59.69/59.28	c cleaning 22002 clauses out of 44004 with flag 598973/516802
63.09/62.66	c cleaning 23002 clauses out of 46003 with flag 647916/540803
66.89/66.46	c cleaning 23998 clauses out of 48000 with flag 699534/565802
70.90/70.45	c cleaning 24999 clauses out of 50003 with flag 752689/591803
75.40/74.92	c cleaning 26002 clauses out of 52003 with flag 807714/618802
80.19/79.75	c cleaning 27001 clauses out of 54001 with flag 864842/646802
84.69/84.28	c cleaning 27995 clauses out of 56000 with flag 925013/675802
89.79/89.36	c cleaning 29000 clauses out of 58005 with flag 986032/705802
95.45/94.95	c cleaning 30004 clauses out of 60007 with flag 1049170/736804
101.85/101.39	c cleaning 30999 clauses out of 62001 with flag 1114295/768802
107.65/107.16	c cleaning 31996 clauses out of 64002 with flag 1181494/801802
114.55/114.05	c cleaning 33002 clauses out of 66007 with flag 1250713/835803
121.55/121.07	c cleaning 33997 clauses out of 68005 with flag 1322119/870803
132.75/132.25	c cleaning 35005 clauses out of 70009 with flag 1409255/906804
143.75/143.26	c cleaning 36001 clauses out of 72002 with flag 1498436/943802
156.16/155.65	c cleaning 36993 clauses out of 74002 with flag 1591140/981803
167.87/167.35	c cleaning 38000 clauses out of 76009 with flag 1686609/1020803
181.88/181.31	c cleaning 39001 clauses out of 78009 with flag 1785644/1060803
195.06/194.45	c cleaning 39999 clauses out of 80008 with flag 1885892/1101803
213.77/213.16	c cleaning 41002 clauses out of 82010 with flag 1990039/1143804
232.57/231.94	c cleaning 42000 clauses out of 84008 with flag 2096563/1186804
252.88/252.20	c cleaning 43002 clauses out of 86008 with flag 2204946/1230804
272.78/272.20	c cleaning 44003 clauses out of 88006 with flag 2309149/1275804
293.59/292.97	c cleaning 44993 clauses out of 90001 with flag 2418229/1321802
313.10/312.49	c cleaning 46002 clauses out of 92008 with flag 2518546/1368802
337.01/336.33	c cleaning 46999 clauses out of 94006 with flag 2638655/1416802
357.31/356.64	c cleaning 48000 clauses out of 96008 with flag 2750463/1465803
375.60/374.77	c cleaning 48997 clauses out of 98008 with flag 2855908/1515803
398.80/397.98	c cleaning 50001 clauses out of 100010 with flag 2980301/1566802
419.90/419.09	c cleaning 51002 clauses out of 102011 with flag 3108186/1618804
444.60/443.74	c cleaning 51998 clauses out of 104008 with flag 3236361/1671803
472.51/471.61	c cleaning 52999 clauses out of 106010 with flag 3374333/1725803
503.62/502.73	c cleaning 54006 clauses out of 108012 with flag 3509848/1780804
510.61/509.79	c Got one! Elapsed wall clock time (in seconds):509.68
510.61/509.79	o -25
513.03/512.17	c cleaning 40480 clauses out of 80966 with flag 11412/1807764
514.13/513.28	c cleaning 23242 clauses out of 46487 with flag 24609/1813765
515.03/514.17	c cleaning 15118 clauses out of 30244 with flag 40075/1820764
515.84/514.94	c cleaning 11560 clauses out of 23129 with flag 57805/1828767
516.53/515.67	c cleaning 10280 clauses out of 20567 with flag 77438/1837765
517.33/516.45	c cleaning 10141 clauses out of 20287 with flag 98936/1847765
518.39/517.35	c cleaning 10571 clauses out of 21145 with flag 123448/1858764
519.30/518.28	c cleaning 11280 clauses out of 22574 with flag 150174/1870764
520.59/519.51	c cleaning 12138 clauses out of 24295 with flag 179677/1883765
522.09/521.00	c cleaning 13071 clauses out of 26156 with flag 213913/1897764
523.50/522.49	c cleaning 14039 clauses out of 28086 with flag 246853/1912765
525.10/524.04	c cleaning 15021 clauses out of 30047 with flag 281658/1928765
527.10/526.07	c cleaning 16008 clauses out of 32025 with flag 319866/1945764
529.40/528.31	c cleaning 17008 clauses out of 34018 with flag 359194/1963765
531.60/530.59	c cleaning 18005 clauses out of 36010 with flag 399791/1982765
533.99/532.96	c cleaning 19001 clauses out of 38006 with flag 444145/2002766
536.99/535.90	c cleaning 20002 clauses out of 40003 with flag 490724/2023764
540.39/539.36	c cleaning 21000 clauses out of 42002 with flag 538954/2045765
544.09/543.01	c cleaning 21997 clauses out of 44002 with flag 591895/2068765
547.69/546.67	c cleaning 23001 clauses out of 46004 with flag 644720/2092764
551.39/550.36	c cleaning 23999 clauses out of 48004 with flag 700846/2117765
556.19/555.13	c cleaning 25003 clauses out of 50006 with flag 760867/2143766
560.58/559.51	c cleaning 26002 clauses out of 52003 with flag 819199/2170766
565.28/564.20	c cleaning 26997 clauses out of 53999 with flag 878108/2198764
570.57/569.50	c cleaning 28001 clauses out of 56003 with flag 944175/2227765
575.78/574.70	c cleaning 29000 clauses out of 58003 with flag 1014458/2257766
581.48/580.31	c cleaning 29999 clauses out of 60001 with flag 1087467/2288764
587.38/586.30	c cleaning 30996 clauses out of 62005 with flag 1162250/2320767
593.58/592.48	c cleaning 31997 clauses out of 64006 with flag 1236205/2353764
600.38/599.28	c cleaning 33002 clauses out of 66009 with flag 1309379/2387764
610.58/609.41	c cleaning 33998 clauses out of 68006 with flag 1403503/2422764
622.47/621.33	c cleaning 35004 clauses out of 70011 with flag 1504925/2458767
634.88/633.76	c cleaning 36003 clauses out of 72005 with flag 1612964/2495765
647.97/646.82	c cleaning 36999 clauses out of 74001 with flag 1722311/2533764
664.26/663.17	c cleaning 37999 clauses out of 76003 with flag 1838006/2572765
678.57/677.41	c cleaning 38996 clauses out of 78003 with flag 1943441/2612764
696.48/695.25	c cleaning 40000 clauses out of 80008 with flag 2063551/2653765
715.57/714.31	c cleaning 41002 clauses out of 82007 with flag 2188777/2695764
734.98/733.76	c cleaning 42003 clauses out of 84007 with flag 2315615/2738766
754.68/753.45	c cleaning 43002 clauses out of 86003 with flag 2432059/2782765
770.79/769.58	c cleaning 44000 clauses out of 88000 with flag 2523859/2827764
786.79/785.58	c cleaning 44996 clauses out of 90000 with flag 2617618/2873764
802.99/801.74	c cleaning 46002 clauses out of 92004 with flag 2713212/2920764
817.99/816.77	c cleaning 46999 clauses out of 94004 with flag 2810828/2968766
835.63/834.22	c cleaning 47999 clauses out of 96005 with flag 2910500/3017766
854.43/853.09	c cleaning 49004 clauses out of 98007 with flag 3012128/3067767
875.43/874.08	c cleaning 49997 clauses out of 100000 with flag 3115866/3118764
894.03/892.66	c cleaning 50999 clauses out of 102003 with flag 3226247/3170764
919.44/918.10	c cleaning 52001 clauses out of 104004 with flag 3353302/3223764
949.84/948.42	c cleaning 52997 clauses out of 106006 with flag 3493162/3277767
982.44/981.00	c cleaning 54001 clauses out of 108009 with flag 3647881/3332767
1011.11/1009.54	c cleaning 55003 clauses out of 110006 with flag 3779158/3388765
1040.42/1038.89	c cleaning 55994 clauses out of 112002 with flag 3896578/3445764
1065.63/1064.06	c cleaning 57003 clauses out of 114008 with flag 4017430/3503764
1100.03/1098.45	c cleaning 58000 clauses out of 116005 with flag 4170995/3562764
1141.43/1139.85	c cleaning 58996 clauses out of 118005 with flag 4344621/3622764
1182.64/1180.87	c cleaning 60005 clauses out of 120009 with flag 4516346/3683764
1216.15/1214.40	c cleaning 61001 clauses out of 122004 with flag 4645820/3745764
1246.86/1245.01	c cleaning 61996 clauses out of 124003 with flag 4775614/3808764
1280.56/1278.72	c cleaning 63004 clauses out of 126007 with flag 4906946/3872764
1313.07/1311.29	c cleaning 63999 clauses out of 128005 with flag 5040657/3937766
1345.66/1343.81	c cleaning 65002 clauses out of 130004 with flag 5178906/4003764
1385.16/1383.13	c cleaning 65995 clauses out of 132002 with flag 5315359/4070764
1424.46/1422.45	c cleaning 67000 clauses out of 134008 with flag 5454991/4138765
1464.56/1462.52	c cleaning 67997 clauses out of 136008 with flag 5602143/4207765
1503.77/1501.78	c cleaning 69003 clauses out of 138010 with flag 5747916/4277764
1536.24/1534.06	c cleaning 70001 clauses out of 140008 with flag 5894355/4348765
1578.74/1576.58	c cleaning 71004 clauses out of 142007 with flag 6044230/4420765
1614.65/1612.40	c cleaning 72002 clauses out of 144004 with flag 6196375/4493766
1654.56/1652.31	c cleaning 72997 clauses out of 146000 with flag 6350845/4567764
1687.26/1684.91	c cleaning 74004 clauses out of 148008 with flag 6510001/4642769
1734.27/1731.94	c cleaning 74993 clauses out of 149998 with flag 6682645/4718764
1800.08/1797.70	c starts		: 29349
1800.08/1797.70	c conflicts		: 4790678
1800.08/1797.70	c decisions		: 6448540
1800.08/1797.70	c propagations		: 28476042
1800.08/1797.70	c inspects		: 27627475825
1800.08/1797.70	c shortcuts		: 0
1800.08/1797.70	c learnt literals	: 2
1800.08/1797.70	c learnt binary clauses	: 0
1800.08/1797.70	c learnt ternary clauses	: 0
1800.08/1797.70	c learnt constraints	: 4790676
1800.08/1797.70	c ignored constraints	: 0
1800.08/1797.70	c root simplifications	: 0
1800.08/1797.70	c removed literals (reason simplification)	: 0
1800.08/1797.70	c reason swapping (by a shorter reason)	: 0
1800.08/1797.70	c Calls to reduceDB	: 144
1800.08/1797.70	c Number of update (reduction) of LBD	: 177222
1800.08/1797.70	c Imported unit clauses	: 0
1800.08/1797.70	c number of reductions to clauses (during analyze)	: 0
1800.08/1797.70	c number of learned constraints concerned by reduction	: 0
1800.08/1797.70	c number of learning phase by resolution	: 0
1800.08/1797.70	c number of learning phase by cutting planes	: 0
1800.08/1797.70	c speed (assignments/second)	: 15842.2376710454
1800.08/1797.70	c non guided choices	0
1800.08/1797.73	c learnt constraints type 
1800.08/1797.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 146920
1800.08/1797.73	s SATISFIABLE
1800.08/1797.73	c Found 7 solution(s)
1800.08/1797.73	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.08/1797.73	c objective function=-25
1800.08/1797.73	c Total wall clock time (in seconds): 1797.623

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-4085856-1465259004/watcher-4085856-1465259004 -o /tmp/evaluation-result-4085856-1465259004/solver-4085856-1465259004 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1465253623-5696 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085856-1465259004.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.17 2.15 2.16 3/194 6319
/proc/meminfo: memFree=30711068/32872528 swapFree=13072/1184284
[pid=6319] ppid=6316 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/6319/stat : 6319 (java) S 6316 6319 5680 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 107835134 98570240 977 33554432000 1073741824 1073778376 140736843855808 140736843846944 271790932029 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6319/statm: 24065 977 743 9 0 16771 0
[pid=6319/tid=6320] ppid=6316 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6320/stat : 6320 (java) R 6316 6319 5680 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 107835134 98570240 977 33554432000 1073741824 1073778376 140736843855808 140268416085544 271787574656 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100112 s]
/proc/loadavg: 2.17 2.15 2.16 3/194 6319
/proc/meminfo: memFree=30711068/32872528 swapFree=13072/1184284
[pid=6319] ppid=6316 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/6319/stat : 6319 (java) S 6316 6319 5680 0 -1 4202496 4404 0 1 0 9 1 0 0 20 0 18 0 107835134 9787879424 6035 33554432000 1073741824 1073778376 140736843855808 140736843846944 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6319/statm: 2389619 6035 2125 9 0 2380296 0
[pid=6319/tid=6320] ppid=6316 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/6319/task/6320/stat : 6320 (java) R 6316 6319 5680 0 -1 4202560 2377 0 1 0 7 0 0 0 20 0 18 0 107835134 9787879424 6035 33554432000 1073741824 1073778376 140736843855808 140268416088992 140268423242519 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200304 s]
/proc/loadavg: 2.17 2.15 2.16 3/194 6319
/proc/meminfo: memFree=30711068/32872528 swapFree=13072/1184284
[pid=6319] ppid=6316 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/6319/stat : 6319 (java) S 6316 6319 5680 0 -1 4202496 4688 0 1 0 23 1 0 0 20 0 18 0 107835134 9787879424 6774 33554432000 1073741824 1073778376 140736843855808 140736843846944 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6319/statm: 2389619 6774 2202 9 0 2380296 0
[pid=6319/tid=6320] ppid=6316 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/6319/task/6320/stat : 6320 (java) R 6316 6319 5680 0 -1 4202560 2400 0 1 0 17 0 0 0 20 0 18 0 107835134 9787879424 6774 33554432000 1073741824 1073778376 140736843855808 140268416088992 140268280047407 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300323 s]
/proc/loadavg: 2.17 2.15 2.16 3/194 6319
/proc/meminfo: memFree=30711068/32872528 swapFree=13072/1184284
[pid=6319] ppid=6316 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/6319/stat : 6319 (java) S 6316 6319 5680 0 -1 4202496 6261 0 1 0 46 1 0 0 20 0 19 0 107835134 9856040960 8452 33554432000 1073741824 1073778376 140736843855808 140736843846944 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6319/statm: 2406260 8452 2243 9 0 2396937 0
[pid=6319/tid=6320] ppid=6316 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/6319/task/6320/stat : 6320 (java) R 6316 6319 5680 0 -1 4202560 2412 0 1 0 27 0 0 0 20 0 19 0 107835134 9856040960 8452 33554432000 1073741824 1073778376 140736843855808 140268416090752 140268280035074 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9625040

[startup+0.700253 s]
/proc/loadavg: 2.17 2.15 2.16 3/194 6319
/proc/meminfo: memFree=30711068/32872528 swapFree=13072/1184284
[pid=6319] ppid=6316 vsize=9625040 CPUtime=1.09 cores=0,2,4,6
/proc/6319/stat : 6319 (java) S 6316 6319 5680 0 -1 4202496 7929 0 1 0 107 2 0 0 20 0 19 0 107835134 9856040960 10181 33554432000 1073741824 1073778376 140736843855808 140736843846944 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6319/statm: 2406260 10181 2254 9 0 2396937 0
[pid=6319/tid=6320] ppid=6316 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/6319/task/6320/stat : 6320 (java) R 6316 6319 5680 0 -1 4202560 2414 0 1 0 66 1 0 0 20 0 19 0 107835134 9856040960 10181 33554432000 1073741824 1073778376 140736843855808 140268416090296 140268280020955 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 9625040

[startup+1.50079 s]
/proc/loadavg: 2.17 2.15 2.16 3/213 6338
/proc/meminfo: memFree=30648032/32872528 swapFree=13072/1184284
[pid=6319] ppid=6316 vsize=9625040 CPUtime=1.93 cores=0,2,4,6
/proc/6319/stat : 6319 (java) S 6316 6319 5680 0 -1 4202496 7935 0 1 0 191 2 0 0 20 0 19 0 107835134 9856040960 11208 33554432000 1073741824 1073778376 140736843855808 140736843846944 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6319/statm: 2406260 11208 2256 9 0 2396937 0
[pid=6319/tid=6320] ppid=6316 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/6319/task/6320/stat : 6320 (java) R 6316 6319 5680 0 -1 4202560 2417 0 1 0 146 1 0 0 20 0 19 0 107835134 9856040960 11208 33554432000 1073741824 1073778376 140736843855808 140268416090504 140268280426544 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6319/tid=6322] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6322/stat : 6322 (java) S 6316 6319 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107835135 9856040960 11208 33554432000 1073741824 1073778376 140736843855808 140268405151912 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6319/tid=6323] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6323/stat : 6323 (java) S 6316 6319 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107835135 9856040960 11208 33554432000 1073741824 1073778376 140736843855808 140268404099368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6319/tid=6324] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6324/stat : 6324 (java) S 6316 6319 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107835135 9856040960 11208 33554432000 1073741824 1073778376 140736843855808 140268403046824 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6319/tid=6325] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6325/stat : 6325 (java) S 6316 6319 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107835135 9856040960 11208 33554432000 1073741824 1073778376 140736843855808 140268401994280 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6319/tid=6326] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6326/stat : 6326 (java) S 6316 6319 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107835135 9856040960 11208 33554432000 1073741824 1073778376 140736843855808 140268400941736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6319/tid=6327] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6327/stat : 6327 (java) S 6316 6319 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107835135 9856040960 11208 33554432000 1073741824 1073778376 140736843855808 140268399889192 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6319/tid=6328] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6328/stat : 6328 (java) S 6316 6319 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107835135 9856040960 11208 33554432000 1073741824 1073778376 140736843855808 140268398836648 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6319/tid=6329] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6329/stat : 6329 (java) S 6316 6319 5680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107835135 9856040960 11208 33554432000 1073741824 1073778376 140736843855808 140268252380200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6319/tid=6330] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6330/stat : 6330 (java) S 6316 6319 5680 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 107835136 9856040960 11208 33554432000 1073741824 1073778376 140736843855808 140268240181352 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6319/tid=6331] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6331/stat : 6331 (java) S 6316 6319 5680 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 107835137 9856040960 11208 33554432000 1073741824 1073778376 140736843855808 140268239127672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6319/tid=6332] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6332/stat : 6332 (java) S 6316 6319 5680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107835137 9856040960 11208 33554432000 1073741824 1073778376 140736843855808 140268238075016 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6319/tid=6333] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6333/stat : 6333 (java) S 6316 6319 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107835139 9856040960 11208 33554432000 1073741824 1073778376 140736843855808 140268237023760 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6319/tid=6334] ppid=6316 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/6319/task/6334/stat : 6334 (java) S 6316 6319 5680 0 -1 4202560 1265 0 0 0 18 0 0 0 20 0 19 0 107835139 9856040960 11208 33554432000 1073741824 1073778376 140736843855808 140268235971128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6319/tid=6335] ppid=6316 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/6319/task/6335/stat : 6335 (java) S 6316 6319 5680 0 -1 4202560 2981 0 0 0 24 0 0 0 20 0 19 0 107835139 9856040960 11208 33554432000 1073741824 1073778376 140736843855808 140268234918584 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6319/tid=6336] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6336/stat : 6336 (java) S 6316 6319 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107835139 9856040960 11208 33554432000 1073741824 1073778376 140736843855808 140268233866232 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6319/tid=6337] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6337/stat : 6337 (java) S 6316 6319 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107835139 9856040960 11208 33554432000 1073741824 1073778376 140736843855808 140268232813896 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6319/tid=6338] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6338/stat : 6338 (java) S 6316 6319 5680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107835157 9856040960 11208 33554432000 1073741824 1073778376 140736843855808 140268231758632 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.17 2.15 2.16 3/213 6338
/proc/meminfo: memFree=30616088/32872528 swapFree=13072/1184284
[pid=6319] ppid=6316 vsize=9625040 CPUtime=3.56 cores=0,2,4,6
/proc/6319/stat : 6319 (java) S 6316 6319 5680 0 -1 4202496 7943 0 1 0 354 2 0 0 20 0 19 0 107835134 9856040960 13770 33554432000 1073741824 1073778376 140736843855808 140736843846944 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6319/statm: 2406260 13770 2257 9 0 2396937 0
[pid=6319/tid=6320] ppid=6316 vsize=9625040 CPUtime=3.08 cores=0,2,4,6
/proc/6319/task/6320/stat : 6320 (java) R 6316 6319 5680 0 -1 4202560 2423 0 1 0 306 2 0 0 20 0 19 0 107835134 9856040960 13770 33554432000 1073741824 1073778376 140736843855808 140268416081600 140268280516908 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6319/tid=6322] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6322/stat : 6322 (java) S 6316 6319 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107835135 9856040960 13770 33554432000 1073741824 1073778376 140736843855808 140268405151912 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6319/tid=6323] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6323/stat : 6323 (java) S 6316 6319 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107835135 9856040960 13770 33554432000 1073741824 1073778376 140736843855808 140268404099368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6319/tid=6324] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6324/stat : 6324 (java) S 6316 6319 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107835135 9856040960 13770 33554432000 1073741824 1073778376 140736843855808 140268403046824 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6319/tid=6325] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6325/stat : 6325 (java) S 6316 6319 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107835135 9856040960 13770 33554432000 1073741824 1073778376 140736843855808 140268401994280 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6319/tid=6326] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6326/stat : 6326 (java) S 6316 6319 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107835135 9856040960 13770 33554432000 1073741824 1073778376 140736843855808 140268400941736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6319/tid=6327] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6327/stat : 6327 (java) S 6316 6319 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107835135 9856040960 13770 33554432000 1073741824 1073778376 140736843855808 140268399889192 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6319/tid=6328] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6328/stat : 6328 (java) S 6316 6319 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107835135 9856040960 13770 33554432000 1073741824 1073778376 140736843855808 140268398836648 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6319/tid=6329] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6329/stat : 6329 (java) S 6316 6319 5680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107835135 9856040960 13770 33554432000 1073741824 1073778376 140736843855808 140268252380200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6319/tid=6330] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6330/stat : 6330 (java) S 6316 6319 5680 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 107835136 9856040960 13770 33554432000 1073741824 1073778376 140736843855808 140268240181352 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6319/tid=6331] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6331/stat : 6331 (java) S 6316 6319 5680 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 107835137 9856040960 13770 33554432000 1073741824 1073778376 140736843855808 140268239127672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6319/tid=6332] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6332/stat : 6332 (java) S 6316 6319 5680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107835137 9856040960 13770 33554432000 1073741824 1073778376 140736843855808 140268238075016 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6319/tid=6333] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6333/stat : 6333 (java) S 6316 6319 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107835139 9856040960 13770 33554432000 1073741824 1073778376 140736843855808 140268237023760 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6319/tid=6334] ppid=6316 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/6319/task/6334/stat : 6334 (java) S 6316 6319 5680 0 -1 4202560 1267 0 0 0 20 0 0 0 20 0 19 0 107835139 9856040960 13770 33554432000 1073741824 1073778376 140736843855808 140268235971128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6319/tid=6335] ppid=6316 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/6319/task/6335/stat : 6335 (java) S 6316 6319 5680 0 -1 4202560 2981 0 0 0 24 0 0 0 20 0 19 0 107835139 9856040960 13770 33554432000 1073741824 1073778376 140736843855808 140268234918584 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6319/tid=6336] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6336/stat : 6336 (java) S 6316 6319 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107835139 9856040960 13770 33554432000 1073741824 1073778376 140736843855808 140268233866232 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6319/tid=6337] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6337/stat : 6337 (java) S 6316 6319 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107835139 9856040960 13770 33554432000 1073741824 1073778376 140736843855808 140268232813896 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6319/tid=6338] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6338/stat : 6338 (java) S 6316 6319 5680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107835157 9856040960 13770 33554432000 1073741824 1073778376 140736843855808 140268231758632 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.16 2.14 2.16 3/213 6338
/proc/meminfo: memFree=30540444/32872528 swapFree=13072/1184284
[pid=6319] ppid=6316 vsize=9625040 CPUtime=6.76 cores=0,2,4,6
/proc/6319/stat : 6319 (java) S 6316 6319 5680 0 -1 4202496 7954 0 1 0 674 2 0 0 20 0 19 0 107835134 9856040960 17804 33554432000 1073741824 1073778376 140736843855808 140736843846944 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6319/statm: 2406260 17804 2258 9 0 2396937 0
[pid=6319/tid=6320] ppid=6316 vsize=9625040 CPUtime=6.27 cores=0,2,4,6
/proc/6319/task/6320/stat : 6320 (java) R 6316 6319 5680 0 -1 4202560 2433 0 1 0 625 2 0 0 20 0 19 0 107835134 9856040960 17804 33554432000 1073741824 1073778376 140736843855808 140268416081600 140268280501857 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6319/tid=6322] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6322/stat : 6322 (java) S 6316 6319 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107835135 9856040960 17804 33554432000 1073741824 1073778376 140736843855808 140268405151912 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6319/tid=6323] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6323/stat : 6323 (java) S 6316 6319 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107835135 9856040960 17804 33554432000 1073741824 1073778376 140736843855808 140268404099368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6319/tid=6324] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6324/stat : 6324 (java) S 6316 6319 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107835135 9856040960 17804 33554432000 1073741824 1073778376 140736843855808 140268403046824 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6319/tid=6325] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6325/stat : 6325 (java) S 6316 6319 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107835135 9856040960 17804 33554432000 1073741824 1073778376 140736843855808 140268401994280 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6319/tid=6326] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6326/stat : 6326 (java) S 6316 6319 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107835135 9856040960 17804 33554432000 1073741824 1073778376 140736843855808 140268400941736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6319/tid=6327] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6327/stat : 6327 (java) S 6316 6319 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107835135 9856040960 17804 33554432000 1073741824 1073778376 140736843855808 140268399889192 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6319/tid=6328] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6328/stat : 6328 (java) S 6316 6319 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107835135 9856040960 17804 33554432000 1073741824 1073778376 140736843855808 140268398836648 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6319/tid=6329] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6329/stat : 6329 (java) S 6316 6319 5680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107835135 9856040960 17804 33554432000 1073741824 1073778376 140736843855808 140268252380200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6319/tid=6330] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6330/stat : 6330 (java) S 6316 6319 5680 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 107835136 9856040960 17804 33554432000 1073741824 1073778376 140736843855808 140268240181352 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6319/tid=6331] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6331/stat : 6331 (java) S 6316 6319 5680 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 107835137 9856040960 17804 33554432000 1073741824 1073778376 140736843855808 140268239127672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6319/tid=6332] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6332/stat : 6332 (java) S 6316 6319 5680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107835137 9856040960 17804 33554432000 1073741824 1073778376 140736843855808 140268238075016 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6319/tid=6333] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6333/stat : 6333 (java) S 6316 6319 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107835139 9856040960 17804 33554432000 1073741824 1073778376 140736843855808 140268237023760 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6319/tid=6334] ppid=6316 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/6319/task/6334/stat : 6334 (java) S 6316 6319 5680 0 -1 4202560 1267 0 0 0 21 0 0 0 20 0 19 0 107835139 9856040960 17804 33554432000 1073741824 1073778376 140736843855808 140268235971128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6319/tid=6335] ppid=6316 vsize=9625040 CPUtime=0.24 cores=0,2,4,6

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

[pid=6319/tid=6331] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6331/stat : 6331 (java) S 6316 6319 5680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107835137 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268239127672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6319/tid=6332] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6332/stat : 6332 (java) S 6316 6319 5680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 107835137 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268238075016 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6319/tid=6333] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6333/stat : 6333 (java) S 6316 6319 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107835139 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268237023760 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6319/tid=6334] ppid=6316 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/6319/task/6334/stat : 6334 (java) S 6316 6319 5680 0 -1 4202560 1641 0 0 0 25 0 0 0 20 0 19 0 107835139 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268235971128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6319/tid=6335] ppid=6316 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/6319/task/6335/stat : 6335 (java) S 6316 6319 5680 0 -1 4202560 3002 0 0 0 27 0 0 0 20 0 19 0 107835139 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268234918584 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6319/tid=6336] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6336/stat : 6336 (java) S 6316 6319 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107835139 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268233866232 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6319/tid=6337] ppid=6316 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/6319/task/6337/stat : 6337 (java) S 6316 6319 5680 0 -1 4202560 100 0 0 0 35 32 0 0 20 0 19 0 107835139 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268232813896 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6319/tid=6338] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6338/stat : 6338 (java) S 6316 6319 5680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107835157 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268231758632 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1724.67
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.08 2.12 2.15 3/213 6449
/proc/meminfo: memFree=30195748/32872528 swapFree=13072/1184284
[pid=6319] ppid=6316 vsize=9625040 CPUtime=1784.68 cores=0,2,4,6
/proc/6319/stat : 6319 (java) S 6316 6319 5680 0 -1 4202496 10541 0 1 0 178392 76 0 0 20 0 19 0 107835134 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140736843846944 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6319/statm: 2406260 147251 2281 9 0 2396937 0
[pid=6319/tid=6320] ppid=6316 vsize=9625040 CPUtime=1781.51 cores=0,2,4,6
/proc/6319/task/6320/stat : 6320 (java) R 6316 6319 5680 0 -1 4202560 2493 0 1 0 178120 31 0 0 20 0 19 0 107835134 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268416081696 140268280516908 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6319/tid=6322] ppid=6316 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/6319/task/6322/stat : 6322 (java) S 6316 6319 5680 0 -1 4202560 262 0 0 0 26 7 0 0 20 0 19 0 107835135 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268405151912 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6319/tid=6323] ppid=6316 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/6319/task/6323/stat : 6323 (java) S 6316 6319 5680 0 -1 4202560 190 0 0 0 22 5 0 0 20 0 19 0 107835135 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268404099368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6319/tid=6324] ppid=6316 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/6319/task/6324/stat : 6324 (java) S 6316 6319 5680 0 -1 4202560 313 0 0 0 22 5 0 0 20 0 19 0 107835135 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268403046824 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6319/tid=6325] ppid=6316 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/6319/task/6325/stat : 6325 (java) S 6316 6319 5680 0 -1 4202560 259 0 0 0 16 5 0 0 20 0 19 0 107835135 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268401994280 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6319/tid=6326] ppid=6316 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/6319/task/6326/stat : 6326 (java) S 6316 6319 5680 0 -1 4202560 145 0 0 0 23 7 0 0 20 0 19 0 107835135 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268400941736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6319/tid=6327] ppid=6316 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/6319/task/6327/stat : 6327 (java) S 6316 6319 5680 0 -1 4202560 308 0 0 0 25 7 0 0 20 0 19 0 107835135 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268399889192 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6319/tid=6328] ppid=6316 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/6319/task/6328/stat : 6328 (java) S 6316 6319 5680 0 -1 4202560 202 0 0 0 14 4 0 0 20 0 19 0 107835135 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268398836648 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6319/tid=6329] ppid=6316 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/6319/task/6329/stat : 6329 (java) S 6316 6319 5680 0 -1 4202560 225 0 0 0 20 6 0 0 20 0 19 0 107835135 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268252380200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6319/tid=6330] ppid=6316 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/6319/task/6330/stat : 6330 (java) S 6316 6319 5680 0 -1 4202560 139 0 0 0 11 1 0 0 20 0 19 0 107835136 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268240181352 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6319/tid=6331] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6331/stat : 6331 (java) S 6316 6319 5680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107835137 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268239127672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6319/tid=6332] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6332/stat : 6332 (java) S 6316 6319 5680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 107835137 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268238075016 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6319/tid=6333] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6333/stat : 6333 (java) S 6316 6319 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107835139 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268237023760 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6319/tid=6334] ppid=6316 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/6319/task/6334/stat : 6334 (java) S 6316 6319 5680 0 -1 4202560 1641 0 0 0 25 0 0 0 20 0 19 0 107835139 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268235971128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6319/tid=6335] ppid=6316 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/6319/task/6335/stat : 6335 (java) S 6316 6319 5680 0 -1 4202560 3002 0 0 0 27 0 0 0 20 0 19 0 107835139 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268234918584 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6319/tid=6336] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6336/stat : 6336 (java) S 6316 6319 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107835139 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268233866232 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6319/tid=6337] ppid=6316 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/6319/task/6337/stat : 6337 (java) S 6316 6319 5680 0 -1 4202560 104 0 0 0 37 33 0 0 20 0 19 0 107835139 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268232813896 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6319/tid=6338] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6338/stat : 6338 (java) S 6316 6319 5680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107835157 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268231758632 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1784.68
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.7 s]
/proc/loadavg: 2.06 2.11 2.15 3/213 6449
/proc/meminfo: memFree=30136768/32872528 swapFree=13072/1184284
[pid=6319] ppid=6316 vsize=9625040 CPUtime=1800.08 cores=0,2,4,6
/proc/6319/stat : 6319 (java) S 6316 6319 5680 0 -1 4202496 10541 0 1 0 179932 76 0 0 20 0 19 0 107835134 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140736843846944 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6319/statm: 2406260 147251 2281 9 0 2396937 0
[pid=6319/tid=6320] ppid=6316 vsize=9625040 CPUtime=1796.91 cores=0,2,4,6
/proc/6319/task/6320/stat : 6320 (java) R 6316 6319 5680 0 -1 4202560 2493 0 1 0 179660 31 0 0 20 0 19 0 107835134 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268416081696 140268280516908 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6319/tid=6322] ppid=6316 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/6319/task/6322/stat : 6322 (java) S 6316 6319 5680 0 -1 4202560 262 0 0 0 26 7 0 0 20 0 19 0 107835135 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268405151912 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6319/tid=6323] ppid=6316 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/6319/task/6323/stat : 6323 (java) S 6316 6319 5680 0 -1 4202560 190 0 0 0 22 5 0 0 20 0 19 0 107835135 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268404099368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6319/tid=6324] ppid=6316 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/6319/task/6324/stat : 6324 (java) S 6316 6319 5680 0 -1 4202560 313 0 0 0 22 5 0 0 20 0 19 0 107835135 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268403046824 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6319/tid=6325] ppid=6316 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/6319/task/6325/stat : 6325 (java) S 6316 6319 5680 0 -1 4202560 259 0 0 0 16 5 0 0 20 0 19 0 107835135 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268401994280 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6319/tid=6326] ppid=6316 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/6319/task/6326/stat : 6326 (java) S 6316 6319 5680 0 -1 4202560 145 0 0 0 23 7 0 0 20 0 19 0 107835135 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268400941736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6319/tid=6327] ppid=6316 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/6319/task/6327/stat : 6327 (java) S 6316 6319 5680 0 -1 4202560 308 0 0 0 25 7 0 0 20 0 19 0 107835135 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268399889192 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6319/tid=6328] ppid=6316 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/6319/task/6328/stat : 6328 (java) S 6316 6319 5680 0 -1 4202560 202 0 0 0 14 4 0 0 20 0 19 0 107835135 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268398836648 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6319/tid=6329] ppid=6316 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/6319/task/6329/stat : 6329 (java) S 6316 6319 5680 0 -1 4202560 225 0 0 0 20 6 0 0 20 0 19 0 107835135 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268252380200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6319/tid=6330] ppid=6316 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/6319/task/6330/stat : 6330 (java) S 6316 6319 5680 0 -1 4202560 139 0 0 0 11 1 0 0 20 0 19 0 107835136 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268240181352 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6319/tid=6331] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6331/stat : 6331 (java) S 6316 6319 5680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107835137 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268239127672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6319/tid=6332] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6332/stat : 6332 (java) S 6316 6319 5680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 107835137 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268238075016 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6319/tid=6333] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6333/stat : 6333 (java) S 6316 6319 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107835139 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268237023760 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6319/tid=6334] ppid=6316 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/6319/task/6334/stat : 6334 (java) S 6316 6319 5680 0 -1 4202560 1641 0 0 0 25 0 0 0 20 0 19 0 107835139 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268235971128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6319/tid=6335] ppid=6316 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/6319/task/6335/stat : 6335 (java) S 6316 6319 5680 0 -1 4202560 3002 0 0 0 27 0 0 0 20 0 19 0 107835139 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268234918584 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6319/tid=6336] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6336/stat : 6336 (java) S 6316 6319 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107835139 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268233866232 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6319/tid=6337] ppid=6316 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/6319/task/6337/stat : 6337 (java) S 6316 6319 5680 0 -1 4202560 104 0 0 0 37 33 0 0 20 0 19 0 107835139 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268232813896 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6319/tid=6338] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6338/stat : 6338 (java) S 6316 6319 5680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107835157 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268231758632 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625040

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 6319 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.7 s]
/proc/loadavg: 2.06 2.11 2.15 3/213 6449
/proc/meminfo: memFree=30136768/32872528 swapFree=13072/1184284
[pid=6319] ppid=6316 vsize=9625040 CPUtime=1800.08 cores=0,2,4,6
/proc/6319/stat : 6319 (java) S 6316 6319 5680 0 -1 4202496 10541 0 1 0 179932 76 0 0 20 0 19 0 107835134 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140736843846944 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6319/statm: 2406260 147251 2281 9 0 2396937 0
[pid=6319/tid=6320] ppid=6316 vsize=9625040 CPUtime=1796.91 cores=0,2,4,6
/proc/6319/task/6320/stat : 6320 (java) R 6316 6319 5680 0 -1 4202560 2493 0 1 0 179660 31 0 0 20 0 19 0 107835134 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268416081696 140268280516908 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6319/tid=6322] ppid=6316 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/6319/task/6322/stat : 6322 (java) S 6316 6319 5680 0 -1 4202560 262 0 0 0 26 7 0 0 20 0 19 0 107835135 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268405151912 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6319/tid=6323] ppid=6316 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/6319/task/6323/stat : 6323 (java) S 6316 6319 5680 0 -1 4202560 190 0 0 0 22 5 0 0 20 0 19 0 107835135 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268404099368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6319/tid=6324] ppid=6316 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/6319/task/6324/stat : 6324 (java) S 6316 6319 5680 0 -1 4202560 313 0 0 0 22 5 0 0 20 0 19 0 107835135 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268403046824 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6319/tid=6325] ppid=6316 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/6319/task/6325/stat : 6325 (java) S 6316 6319 5680 0 -1 4202560 259 0 0 0 16 5 0 0 20 0 19 0 107835135 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268401994280 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6319/tid=6326] ppid=6316 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/6319/task/6326/stat : 6326 (java) S 6316 6319 5680 0 -1 4202560 145 0 0 0 23 7 0 0 20 0 19 0 107835135 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268400941736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6319/tid=6327] ppid=6316 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/6319/task/6327/stat : 6327 (java) S 6316 6319 5680 0 -1 4202560 308 0 0 0 25 7 0 0 20 0 19 0 107835135 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268399889192 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6319/tid=6328] ppid=6316 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/6319/task/6328/stat : 6328 (java) S 6316 6319 5680 0 -1 4202560 202 0 0 0 14 4 0 0 20 0 19 0 107835135 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268398836648 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6319/tid=6329] ppid=6316 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/6319/task/6329/stat : 6329 (java) S 6316 6319 5680 0 -1 4202560 225 0 0 0 20 6 0 0 20 0 19 0 107835135 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268252380200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6319/tid=6330] ppid=6316 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/6319/task/6330/stat : 6330 (java) S 6316 6319 5680 0 -1 4202560 139 0 0 0 11 1 0 0 20 0 19 0 107835136 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268240181352 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6319/tid=6331] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6331/stat : 6331 (java) S 6316 6319 5680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107835137 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268239127672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6319/tid=6332] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6332/stat : 6332 (java) S 6316 6319 5680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 107835137 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268238075016 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6319/tid=6333] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6333/stat : 6333 (java) S 6316 6319 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107835139 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268237023760 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6319/tid=6334] ppid=6316 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/6319/task/6334/stat : 6334 (java) S 6316 6319 5680 0 -1 4202560 1641 0 0 0 25 0 0 0 20 0 19 0 107835139 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268235971128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6319/tid=6335] ppid=6316 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/6319/task/6335/stat : 6335 (java) S 6316 6319 5680 0 -1 4202560 3002 0 0 0 27 0 0 0 20 0 19 0 107835139 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268234918584 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6319/tid=6336] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6336/stat : 6336 (java) S 6316 6319 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107835139 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268233866232 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6319/tid=6337] ppid=6316 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/6319/task/6337/stat : 6337 (java) S 6316 6319 5680 0 -1 4202560 104 0 0 0 37 33 0 0 20 0 19 0 107835139 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268232813896 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6319/tid=6338] ppid=6316 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6319/task/6338/stat : 6338 (java) S 6316 6319 5680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107835157 9856040960 147251 33554432000 1073741824 1073778376 140736843855808 140268231758632 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1797.74
CPU time (s): 1800.74
CPU user time (s): 1799.49
CPU system time (s): 1.25181
CPU usage (%): 100.167
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.49
system time used= 1.25181
maximum resident set size= 624500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10588
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38358
involuntary context switches= 6747

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.7442 second user time and 11.9922 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-07 02:23:24
IDJOB=4085856
IDBENCH=48218
IDSOLVER=2546
FILE ID=node115/4085856-1465259004
RUNJOBID= node115-1465253623-5696
PBS_JOBID= 19843266
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_100_10_1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085856-1465259004/watcher-4085856-1465259004 -o /tmp/evaluation-result-4085856-1465259004/solver-4085856-1465259004 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1465253623-5696 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085856-1465259004.opb

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

MD5SUM BENCH= fac2f381943513d71e556a5764721ca3
RANDOM SEED=1422988405

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.174
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.56
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.174
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.57
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.174
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.174
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.57
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.174
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.57
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.174
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:        30711348 kB
Buffers:           32720 kB
Cached:           100456 kB
SwapCached:         2032 kB
Active:           182304 kB
Inactive:          79408 kB
Active(anon):     128860 kB
Inactive(anon):     2032 kB
Active(file):      53444 kB
Inactive(file):    77376 kB
Unevictable:     1184284 kB
Mlocked:           13072 kB
SwapTotal:      67108856 kB
SwapFree:       67098756 kB
Dirty:              1816 kB
Writeback:             0 kB
AnonPages:       1318328 kB
Mapped:            16480 kB
Shmem:                 0 kB
Slab:             572020 kB
SReclaimable:      15588 kB
SUnreclaim:       556432 kB
KernelStack:        1760 kB
PageTables:         6824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1873436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1216512 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= 71740 MiB
End job on node115 at 2016-06-07 02:53:22