Trace number 4088970

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.6 1793.74

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
vertexcover-instances/normalized-vertexcover-grid10x15.opb
MD5SUM986cb7ae832d6e4976155b718deb2264
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.006998
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables150
Total number of constraints301
Number of constraints which are clauses300
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint150
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 75
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 225
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.12/0.10	c Pseudo Boolean Optimization by upper bound
0.12/0.10	c --- Begin Solver configuration ---
0.12/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.12/0.10	c Learn all clauses as in MiniSAT
0.12/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.10	c No reason simplification
0.12/0.10	c Glucose 2.1 dynamic restart strategy
0.12/0.10	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.12/0.10	c timeout=2147483s
0.12/0.10	c DB Simplification allowed=false
0.12/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.12/0.10	c --- End Solver configuration ---
0.12/0.10	c solving HOME/instance-4088970-1466015164.opb
0.12/0.10	c reading problem ... 
0.12/0.10	c  no objective function found
0.12/0.14	c ... done. Wall clock time 0.038s.
0.12/0.14	c declared #vars     150
0.12/0.14	c #constraints  301
0.12/0.14	c constraints type 
0.12/0.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
0.12/0.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 300
0.12/0.14	c 301 constraints processed.
0.66/0.41	c cleaning 2500 clauses out of 5000 with flag 10350/5000
0.82/0.58	c cleaning 4251 clauses out of 8501 with flag 22722/11001
1.06/0.77	c cleaning 5626 clauses out of 11251 with flag 37214/18002
1.38/1.01	c cleaning 6810 clauses out of 13625 with flag 53714/26002
1.61/1.29	c cleaning 7904 clauses out of 15814 with flag 72311/35001
2.00/1.62	c cleaning 8952 clauses out of 17909 with flag 93029/45000
2.31/1.98	c cleaning 9977 clauses out of 19957 with flag 115844/56000
2.82/2.40	c cleaning 10989 clauses out of 21980 with flag 140707/68000
3.22/2.86	c cleaning 11995 clauses out of 23994 with flag 167571/81003
3.73/3.38	c cleaning 12994 clauses out of 25996 with flag 196604/95000
4.32/3.94	c cleaning 13998 clauses out of 28002 with flag 227680/110000
5.02/4.60	c cleaning 15000 clauses out of 30005 with flag 260879/126001
5.71/5.32	c cleaning 16003 clauses out of 32006 with flag 296072/143002
6.41/6.09	c cleaning 16998 clauses out of 34001 with flag 333256/161000
7.31/6.95	c cleaning 18000 clauses out of 36004 with flag 372509/180001
8.22/7.89	c cleaning 19001 clauses out of 38005 with flag 413892/200002
9.22/8.88	c cleaning 19998 clauses out of 40002 with flag 457320/221000
10.32/9.94	c cleaning 20999 clauses out of 42005 with flag 502826/243001
11.42/11.04	c cleaning 22000 clauses out of 44005 with flag 550350/266000
12.62/12.25	c cleaning 23003 clauses out of 46006 with flag 600104/290001
13.91/13.51	c cleaning 24001 clauses out of 48003 with flag 651816/315001
15.32/14.90	c cleaning 24997 clauses out of 50001 with flag 705622/341000
16.65/16.23	c cleaning 26002 clauses out of 52004 with flag 761581/368000
18.15/17.74	c cleaning 26999 clauses out of 54002 with flag 819667/396000
19.75/19.30	c cleaning 28001 clauses out of 56003 with flag 879606/425000
21.35/20.93	c cleaning 29001 clauses out of 58004 with flag 941731/455002
23.15/22.75	c cleaning 30000 clauses out of 60001 with flag 1005888/486000
24.95/24.56	c cleaning 30998 clauses out of 62002 with flag 1072065/518001
26.85/26.49	c cleaning 31998 clauses out of 64004 with flag 1140133/551001
28.94/28.51	c cleaning 32999 clauses out of 66006 with flag 1210481/585001
31.14/30.73	c cleaning 34005 clauses out of 68009 with flag 1282819/620003
33.34/32.93	c cleaning 35001 clauses out of 70001 with flag 1357379/656000
35.75/35.39	c cleaning 35996 clauses out of 72001 with flag 1433976/693001
38.14/37.74	c cleaning 37002 clauses out of 74006 with flag 1512645/731002
40.69/40.27	c cleaning 37996 clauses out of 76002 with flag 1593351/770000
43.40/42.92	c cleaning 39004 clauses out of 78008 with flag 1676193/810002
46.29/45.80	c cleaning 40001 clauses out of 80004 with flag 1761052/851002
49.29/48.83	c cleaning 40997 clauses out of 82001 with flag 1847807/893000
52.30/51.88	c cleaning 41999 clauses out of 84004 with flag 1936578/936000
55.50/55.07	c cleaning 43003 clauses out of 86005 with flag 2027704/980000
58.80/58.38	c cleaning 44001 clauses out of 88002 with flag 2120955/1025000
62.28/61.72	c cleaning 44999 clauses out of 90002 with flag 2224012/1071001
65.26/64.62	c cleaning 46001 clauses out of 92003 with flag 2327803/1118001
67.96/67.32	c cleaning 46995 clauses out of 94002 with flag 2433278/1166001
71.17/70.56	c cleaning 48003 clauses out of 96007 with flag 2543728/1215001
74.26/73.68	c cleaning 48998 clauses out of 98003 with flag 2655016/1265000
77.36/76.74	c cleaning 50001 clauses out of 100005 with flag 2768046/1316000
80.56/79.92	c cleaning 51001 clauses out of 102005 with flag 2882125/1368001
84.06/83.45	c cleaning 51998 clauses out of 104003 with flag 2997463/1421000
87.67/87.04	c cleaning 53000 clauses out of 106006 with flag 3116609/1475001
91.44/90.71	c cleaning 53999 clauses out of 108008 with flag 3235275/1530003
94.54/93.87	c cleaning 55002 clauses out of 110007 with flag 3355045/1586001
98.04/97.30	c cleaning 56002 clauses out of 112005 with flag 3476755/1643001
101.54/100.81	c cleaning 57001 clauses out of 114003 with flag 3599838/1701001
104.84/104.16	c cleaning 57999 clauses out of 116001 with flag 3725098/1760000
107.94/107.23	c cleaning 58997 clauses out of 118003 with flag 3850412/1820001
111.46/110.66	c cleaning 60001 clauses out of 120007 with flag 3978687/1881002
114.86/114.03	c cleaning 60998 clauses out of 122005 with flag 4107050/1943001
118.57/117.80	c cleaning 62004 clauses out of 124007 with flag 4237293/2006001
123.16/122.33	c cleaning 63001 clauses out of 126002 with flag 4369973/2070000
127.86/127.01	c cleaning 63998 clauses out of 128002 with flag 4506480/2135001
133.06/132.24	c cleaning 65002 clauses out of 130003 with flag 4643263/2201000
138.27/137.30	c cleaning 65998 clauses out of 132001 with flag 4781981/2268000
143.46/142.50	c cleaning 67001 clauses out of 134004 with flag 4922481/2336001
148.88/147.98	c cleaning 67995 clauses out of 136002 with flag 5065497/2405000
153.38/152.40	c cleaning 69000 clauses out of 138007 with flag 5210612/2475000
157.78/156.88	c cleaning 69996 clauses out of 140007 with flag 5357669/2546000
162.72/161.65	c cleaning 71006 clauses out of 142013 with flag 5506895/2618002
167.72/166.64	c cleaning 71998 clauses out of 144005 with flag 5658231/2691000
172.21/171.13	c cleaning 73001 clauses out of 146008 with flag 5811815/2765001
177.51/176.43	c cleaning 74002 clauses out of 148008 with flag 5966764/2840002
182.62/181.58	c cleaning 74997 clauses out of 150004 with flag 6124439/2916000
187.93/186.72	c cleaning 75999 clauses out of 152007 with flag 6284192/2993000
192.93/191.76	c cleaning 76996 clauses out of 154008 with flag 6445751/3071000
199.03/197.84	c cleaning 78007 clauses out of 156013 with flag 6609733/3150001
205.33/204.17	c cleaning 78993 clauses out of 158005 with flag 6775600/3230000
212.54/211.29	c cleaning 80004 clauses out of 160012 with flag 6943588/3311000
220.03/218.73	c cleaning 81002 clauses out of 162010 with flag 7112662/3393002
228.64/227.33	c cleaning 81998 clauses out of 164006 with flag 7282818/3476000
237.14/235.82	c cleaning 83001 clauses out of 166009 with flag 7456936/3560001
245.96/244.54	c cleaning 84001 clauses out of 168010 with flag 7633317/3645003
255.57/254.13	c cleaning 85002 clauses out of 170007 with flag 7812017/3731001
265.96/264.54	c cleaning 86001 clauses out of 172005 with flag 7991947/3818001
276.04/274.41	c cleaning 86995 clauses out of 174003 with flag 8174404/3906000
285.45/283.88	c cleaning 87998 clauses out of 176009 with flag 8359316/3995001
295.64/294.05	c cleaning 89002 clauses out of 178011 with flag 8545835/4085001
305.65/304.04	c cleaning 90003 clauses out of 180011 with flag 8734704/4176003
316.15/314.48	c cleaning 90996 clauses out of 182006 with flag 8925645/4268001
326.55/324.82	c cleaning 92000 clauses out of 184009 with flag 9118673/4361000
337.36/335.63	c cleaning 93005 clauses out of 186009 with flag 9313762/4455000
349.72/347.95	c cleaning 94001 clauses out of 188004 with flag 9510832/4550000
362.13/360.33	c cleaning 94992 clauses out of 190003 with flag 9710048/4646000
373.32/371.58	c cleaning 95999 clauses out of 192011 with flag 9911163/4743000
385.16/383.23	c cleaning 97003 clauses out of 194012 with flag 10114314/4841000
398.46/396.56	c cleaning 98004 clauses out of 196009 with flag 10320298/4940000
411.17/409.22	c cleaning 98999 clauses out of 198005 with flag 10527955/5040000
425.81/423.73	c cleaning 99998 clauses out of 200007 with flag 10738101/5141001
438.52/436.44	c cleaning 101002 clauses out of 202009 with flag 10950214/5243001
452.72/450.60	c cleaning 102003 clauses out of 204006 with flag 11163700/5346000
465.75/463.68	c cleaning 103002 clauses out of 206005 with flag 11379020/5450002
477.76/475.60	c cleaning 103997 clauses out of 208002 with flag 11596747/5555001
491.06/488.88	c cleaning 105002 clauses out of 210004 with flag 11816884/5661000
503.66/501.49	c cleaning 105996 clauses out of 212003 with flag 12039248/5768001
518.06/515.89	c cleaning 107000 clauses out of 214007 with flag 12263175/5876001
532.34/530.06	c cleaning 108001 clauses out of 216007 with flag 12489396/5985001
545.85/543.52	c cleaning 109002 clauses out of 218005 with flag 12717625/6095000
560.36/557.96	c cleaning 109996 clauses out of 220003 with flag 12948246/6206000
576.16/573.77	c cleaning 111003 clauses out of 222007 with flag 13180519/6318000
592.56/590.19	c cleaning 112001 clauses out of 224004 with flag 13414725/6431000
609.14/606.64	c cleaning 112998 clauses out of 226004 with flag 13651337/6545001
623.94/621.44	c cleaning 114001 clauses out of 228007 with flag 13889928/6660002
640.05/637.46	c cleaning 115002 clauses out of 230005 with flag 14130724/6776001
657.16/654.58	c cleaning 115995 clauses out of 232002 with flag 14373466/6893000
673.43/670.71	c cleaning 117002 clauses out of 234007 with flag 14618582/7011000
691.23/688.54	c cleaning 117998 clauses out of 236005 with flag 14865377/7130000
707.60/704.83	c cleaning 119002 clauses out of 238007 with flag 15114279/7250000
722.60/719.81	c cleaning 120001 clauses out of 240005 with flag 15365935/7371000
737.81/734.92	c cleaning 120999 clauses out of 242004 with flag 15619498/7493000
754.90/752.04	c cleaning 122002 clauses out of 244006 with flag 15875097/7616001
769.02/766.08	c cleaning 123001 clauses out of 246003 with flag 16133252/7740000
784.53/781.51	c cleaning 123996 clauses out of 248003 with flag 16393273/7865001
800.73/797.67	c cleaning 125002 clauses out of 250006 with flag 16655250/7991000
816.78/813.58	c cleaning 125999 clauses out of 252005 with flag 16919854/8118001
835.78/832.52	c cleaning 126995 clauses out of 254005 with flag 17186428/8246000
858.67/855.36	c cleaning 128001 clauses out of 256010 with flag 17454438/8375000
879.97/876.67	c cleaning 129004 clauses out of 258009 with flag 17724476/8505000
901.07/897.69	c cleaning 130000 clauses out of 260006 with flag 17995805/8636001
921.76/918.17	c cleaning 130998 clauses out of 262005 with flag 18269368/8768000
942.57/938.98	c cleaning 132001 clauses out of 264008 with flag 18545288/8901001
966.88/963.19	c cleaning 133000 clauses out of 266006 with flag 18822834/9035000
986.71/982.82	c cleaning 133997 clauses out of 268007 with flag 19103384/9170001
1002.22/998.34	c cleaning 135002 clauses out of 270010 with flag 19386362/9306001
1023.49/1019.56	c cleaning 136003 clauses out of 272009 with flag 19671355/9443002
1041.97/1037.95	c cleaning 137001 clauses out of 274006 with flag 19958486/9581002
1066.19/1062.02	c cleaning 137996 clauses out of 276003 with flag 20247876/9720000
1085.59/1081.41	c cleaning 138996 clauses out of 278007 with flag 20539310/9860000
1105.23/1101.08	c cleaning 140003 clauses out of 280013 with flag 20832485/10001002
1124.21/1119.97	c cleaning 141003 clauses out of 282009 with flag 21127979/10143001
1145.20/1140.81	c cleaning 142000 clauses out of 284005 with flag 21425087/10286000
1168.58/1164.14	c cleaning 143001 clauses out of 286005 with flag 21723851/10430000
1190.19/1185.71	c cleaning 143998 clauses out of 288004 with flag 22025350/10575000
1211.44/1206.99	c cleaning 145001 clauses out of 290006 with flag 22328565/10721000
1234.28/1229.72	c cleaning 146001 clauses out of 292005 with flag 22633665/10868000
1259.90/1255.39	c cleaning 147000 clauses out of 294006 with flag 22941358/11016002
1283.86/1279.28	c cleaning 148001 clauses out of 296007 with flag 23250892/11165003
1308.46/1303.76	c cleaning 148996 clauses out of 298003 with flag 23562487/11315000
1332.23/1327.49	c cleaning 149998 clauses out of 300007 with flag 23876615/11466000
1353.67/1348.87	c cleaning 151002 clauses out of 302009 with flag 24192019/11618000
1383.44/1378.53	c cleaning 151998 clauses out of 304008 with flag 24508897/11771001
1412.65/1407.61	c cleaning 153002 clauses out of 306011 with flag 24827875/11925002
1441.23/1436.13	c cleaning 153998 clauses out of 308009 with flag 25148753/12080002
1469.70/1464.50	c cleaning 155003 clauses out of 310009 with flag 25471595/12236000
1499.65/1494.39	c cleaning 156000 clauses out of 312006 with flag 25796528/12393000
1528.33/1522.97	c cleaning 156998 clauses out of 314007 with flag 26123846/12551001
1559.57/1554.14	c cleaning 157998 clauses out of 316010 with flag 26454376/12710002
1590.72/1585.14	c cleaning 159000 clauses out of 318011 with flag 26786627/12870001
1619.78/1614.13	c cleaning 159997 clauses out of 320010 with flag 27120693/13031000
1650.15/1644.46	c cleaning 161003 clauses out of 322013 with flag 27456713/13193000
1678.06/1672.29	c cleaning 161999 clauses out of 324010 with flag 27795148/13356000
1706.75/1700.89	c cleaning 163002 clauses out of 326011 with flag 28134736/13520000
1737.08/1731.08	c cleaning 163999 clauses out of 328009 with flag 28477136/13685000
1761.45/1755.21	c cleaning 164997 clauses out of 330010 with flag 28821110/13851000
1790.11/1783.81	c cleaning 166006 clauses out of 332015 with flag 29166802/14018002
1800.03/1793.70	c starts		: 10619
1800.03/1793.70	c conflicts		: 14115555
1800.03/1793.70	c decisions		: 15435907
1800.03/1793.70	c propagations		: 74078741
1800.03/1793.70	c inspects		: 30021221616
1800.03/1793.70	c shortcuts		: 0
1800.03/1793.70	c learnt literals	: 0
1800.03/1793.70	c learnt binary clauses	: 0
1800.03/1793.70	c learnt ternary clauses	: 0
1800.03/1793.70	c learnt constraints	: 14115555
1800.03/1793.70	c ignored constraints	: 0
1800.03/1793.70	c root simplifications	: 0
1800.03/1793.70	c removed literals (reason simplification)	: 0
1800.03/1793.70	c reason swapping (by a shorter reason)	: 0
1800.03/1793.70	c Calls to reduceDB	: 163
1800.03/1793.70	c Number of update (reduction) of LBD	: 420149
1800.03/1793.70	c Imported unit clauses	: 0
1800.03/1793.70	c number of reductions to clauses (during analyze)	: 0
1800.03/1793.70	c number of learned constraints concerned by reduction	: 0
1800.03/1793.70	c number of learning phase by resolution	: 0
1800.03/1793.70	c number of learning phase by cutting planes	: 0
1800.03/1793.70	c speed (assignments/second)	: 41302.582235796704
1800.03/1793.70	c non guided choices	65
1800.03/1793.70	c timeout
1800.03/1793.73	c learnt constraints type 
1800.03/1793.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 263562
1800.03/1793.73	s UNKNOWN
1800.03/1793.73	c Total wall clock time (in seconds): 1793.633

Verifier Data

ERROR: no interpretation found !

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-4088970-1466015164/watcher-4088970-1466015164 -o /tmp/evaluation-result-4088970-1466015164/solver-4088970-1466015164 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466012072-5946 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4088970-1466015164.opb 

pid=7905
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: 2.33 2.25 2.17 3/194 7908
/proc/meminfo: memFree=30088560/32872528 swapFree=1243664/1390832
[pid=7908] ppid=7905 vsize=96272 CPUtime=0 cores=1,3,5,7
/proc/7908/stat : 7908 (java) S 7905 7908 5929 0 -1 4202496 1360 0 0 0 0 0 0 0 20 0 2 0 3565015 98582528 985 33554432000 1073741824 1073778376 140735108692448 140735108683584 272889839677 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7908/statm: 24067 988 754 9 0 16773 0
[pid=7908/tid=7909] ppid=7905 vsize=97336 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7909/stat : 7909 (java) R 7905 7908 5929 0 -1 4202560 142 0 0 0 0 0 0 0 20 0 2 0 3565016 99672064 989 33554432000 1073741824 1073778376 140735108692448 140130520535736 272877318023 0 0 0 16784584 0 0 0 -1 1 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.33 2.25 2.17 3/194 7908
/proc/meminfo: memFree=30088560/32872528 swapFree=1243664/1390832
[pid=7908] ppid=7905 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/7908/stat : 7908 (java) S 7905 7908 5929 0 -1 4202496 4504 0 1 0 10 2 0 0 20 0 18 0 3565015 9787879424 6136 33554432000 1073741824 1073778376 140735108692448 140735108683584 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7908/statm: 2389619 6136 2157 9 0 2380296 0
[pid=7908/tid=7909] ppid=7905 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/7908/task/7909/stat : 7909 (java) R 7905 7908 5929 0 -1 4202560 2376 0 1 0 6 2 0 0 20 0 18 0 3565016 9787879424 6136 33554432000 1073741824 1073778376 140735108692448 140130520537368 140130510598366 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 9558476

[startup+0.200277 s]
/proc/loadavg: 2.33 2.25 2.17 3/194 7908
/proc/meminfo: memFree=30088560/32872528 swapFree=1243664/1390832
[pid=7908] ppid=7905 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/7908/stat : 7908 (java) S 7905 7908 5929 0 -1 4202496 6422 0 1 0 30 2 0 0 20 0 19 0 3565015 9856040960 7380 33554432000 1073741824 1073778376 140735108692448 140735108683584 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7908/statm: 2406260 7380 2232 9 0 2396937 0
[pid=7908/tid=7909] ppid=7905 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/7908/task/7909/stat : 7909 (java) R 7905 7908 5929 0 -1 4202560 2400 0 1 0 16 2 0 0 20 0 19 0 3565016 9856040960 7380 33554432000 1073741824 1073778376 140735108692448 140130520539776 140130371352816 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 9625040

[startup+0.300329 s]
/proc/loadavg: 2.33 2.25 2.17 3/194 7908
/proc/meminfo: memFree=30088560/32872528 swapFree=1243664/1390832
[pid=7908] ppid=7905 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/7908/stat : 7908 (java) S 7905 7908 5929 0 -1 4202496 6542 0 1 0 51 2 0 0 20 0 19 0 3565015 9856040960 8006 33554432000 1073741824 1073778376 140735108692448 140735108683584 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7908/statm: 2406260 8006 2245 9 0 2396937 0
[pid=7908/tid=7909] ppid=7905 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/7908/task/7909/stat : 7909 (java) R 7905 7908 5929 0 -1 4202560 2407 0 1 0 26 2 0 0 20 0 19 0 3565016 9856040960 8006 33554432000 1073741824 1073778376 140735108692448 140130520539776 140130371677721 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9625040

[startup+0.700315 s]
/proc/loadavg: 2.33 2.25 2.17 3/194 7908
/proc/meminfo: memFree=30088560/32872528 swapFree=1243664/1390832
[pid=7908] ppid=7905 vsize=9625040 CPUtime=1.06 cores=1,3,5,7
/proc/7908/stat : 7908 (java) S 7905 7908 5929 0 -1 4202496 7052 0 1 0 104 2 0 0 20 0 19 0 3565015 9856040960 9194 33554432000 1073741824 1073778376 140735108692448 140735108683584 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7908/statm: 2406260 9194 2254 9 0 2396937 0
[pid=7908/tid=7909] ppid=7905 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/7908/task/7909/stat : 7909 (java) R 7905 7908 5929 0 -1 4202560 2409 0 1 0 66 2 0 0 20 0 19 0 3565016 9856040960 9194 33554432000 1073741824 1073778376 140735108692448 140130520539544 140130371782625 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.33 2.25 2.17 3/213 7927
/proc/meminfo: memFree=30053932/32872528 swapFree=1243664/1390832
[pid=7908] ppid=7905 vsize=9625040 CPUtime=1.9 cores=1,3,5,7
/proc/7908/stat : 7908 (java) S 7905 7908 5929 0 -1 4202496 7066 0 1 0 187 3 0 0 20 0 19 0 3565015 9856040960 11762 33554432000 1073741824 1073778376 140735108692448 140735108683584 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7908/statm: 2406260 11762 2256 9 0 2396937 0
[pid=7908/tid=7909] ppid=7905 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/7908/task/7909/stat : 7909 (java) R 7905 7908 5929 0 -1 4202560 2415 0 1 0 146 2 0 0 20 0 19 0 3565016 9856040960 11762 33554432000 1073741824 1073778376 140735108692448 140130520537576 140130371770096 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7908/tid=7911] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7911/stat : 7911 (java) S 7905 7908 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3565016 9856040960 11762 33554432000 1073741824 1073778376 140735108692448 140130492992040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7908/tid=7912] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7912/stat : 7912 (java) S 7905 7908 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3565016 9856040960 11762 33554432000 1073741824 1073778376 140735108692448 140130491939240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7908/tid=7913] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7913/stat : 7913 (java) S 7905 7908 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3565016 9856040960 11762 33554432000 1073741824 1073778376 140735108692448 140130490886440 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7908/tid=7914] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7914/stat : 7914 (java) S 7905 7908 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3565016 9856040960 11762 33554432000 1073741824 1073778376 140735108692448 140130489833640 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7908/tid=7915] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7915/stat : 7915 (java) S 7905 7908 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3565016 9856040960 11762 33554432000 1073741824 1073778376 140735108692448 140130360273960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7908/tid=7916] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7916/stat : 7916 (java) S 7905 7908 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3565016 9856040960 11762 33554432000 1073741824 1073778376 140735108692448 140130359221160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7908/tid=7917] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7917/stat : 7917 (java) S 7905 7908 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3565016 9856040960 11762 33554432000 1073741824 1073778376 140735108692448 140130358168360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7908/tid=7918] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7918/stat : 7918 (java) S 7905 7908 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3565016 9856040960 11762 33554432000 1073741824 1073778376 140735108692448 140130357115560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7908/tid=7919] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7919/stat : 7919 (java) S 7905 7908 5929 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3565017 9856040960 11762 33554432000 1073741824 1073778376 140735108692448 140129874602472 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7908/tid=7920] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7920/stat : 7920 (java) S 7905 7908 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3565018 9856040960 11762 33554432000 1073741824 1073778376 140735108692448 140129873548536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7908/tid=7921] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7921/stat : 7921 (java) S 7905 7908 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3565018 9856040960 11762 33554432000 1073741824 1073778376 140735108692448 140129872495624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7908/tid=7922] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7922/stat : 7922 (java) S 7905 7908 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3565020 9856040960 11762 33554432000 1073741824 1073778376 140735108692448 140129871444112 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7908/tid=7923] ppid=7905 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/7908/task/7923/stat : 7923 (java) S 7905 7908 5929 0 -1 4202560 2261 0 0 0 20 0 0 0 20 0 19 0 3565020 9856040960 11762 33554432000 1073741824 1073778376 140735108692448 140129870392248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7908/tid=7924] ppid=7905 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/7908/task/7924/stat : 7924 (java) S 7905 7908 5929 0 -1 4202560 1119 0 0 0 17 0 0 0 20 0 19 0 3565020 9856040960 11762 33554432000 1073741824 1073778376 140735108692448 140129869339448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7908/tid=7925] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7925/stat : 7925 (java) S 7905 7908 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3565020 9856040960 11762 33554432000 1073741824 1073778376 140735108692448 140129868286840 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7908/tid=7926] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7926/stat : 7926 (java) S 7905 7908 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3565020 9856040960 11762 33554432000 1073741824 1073778376 140735108692448 140129867234248 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7908/tid=7927] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7927/stat : 7927 (java) S 7905 7908 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3565030 9856040960 11762 33554432000 1073741824 1073778376 140735108692448 140129866179752 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.30 2.24 2.17 3/213 7927
/proc/meminfo: memFree=30043080/32872528 swapFree=1243664/1390832
[pid=7908] ppid=7905 vsize=9625040 CPUtime=3.52 cores=1,3,5,7
/proc/7908/stat : 7908 (java) S 7905 7908 5929 0 -1 4202496 7074 0 1 0 349 3 0 0 20 0 19 0 3565015 9856040960 15858 33554432000 1073741824 1073778376 140735108692448 140735108683584 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7908/statm: 2406260 15858 2256 9 0 2396937 0
[pid=7908/tid=7909] ppid=7905 vsize=9625040 CPUtime=3.08 cores=1,3,5,7
/proc/7908/task/7909/stat : 7909 (java) R 7905 7908 5929 0 -1 4202560 2423 0 1 0 306 2 0 0 20 0 19 0 3565016 9856040960 15858 33554432000 1073741824 1073778376 140735108692448 140130520530640 140130371694884 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7908/tid=7911] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7911/stat : 7911 (java) S 7905 7908 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3565016 9856040960 15858 33554432000 1073741824 1073778376 140735108692448 140130492992040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7908/tid=7912] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7912/stat : 7912 (java) S 7905 7908 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3565016 9856040960 15858 33554432000 1073741824 1073778376 140735108692448 140130491939240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7908/tid=7913] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7913/stat : 7913 (java) S 7905 7908 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3565016 9856040960 15858 33554432000 1073741824 1073778376 140735108692448 140130490886440 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7908/tid=7914] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7914/stat : 7914 (java) S 7905 7908 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3565016 9856040960 15858 33554432000 1073741824 1073778376 140735108692448 140130489833640 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7908/tid=7915] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7915/stat : 7915 (java) S 7905 7908 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3565016 9856040960 15858 33554432000 1073741824 1073778376 140735108692448 140130360273960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7908/tid=7916] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7916/stat : 7916 (java) S 7905 7908 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3565016 9856040960 15858 33554432000 1073741824 1073778376 140735108692448 140130359221160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7908/tid=7917] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7917/stat : 7917 (java) S 7905 7908 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3565016 9856040960 15858 33554432000 1073741824 1073778376 140735108692448 140130358168360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7908/tid=7918] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7918/stat : 7918 (java) S 7905 7908 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3565016 9856040960 15858 33554432000 1073741824 1073778376 140735108692448 140130357115560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7908/tid=7919] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7919/stat : 7919 (java) S 7905 7908 5929 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3565017 9856040960 15858 33554432000 1073741824 1073778376 140735108692448 140129874602472 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7908/tid=7920] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7920/stat : 7920 (java) S 7905 7908 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3565018 9856040960 15858 33554432000 1073741824 1073778376 140735108692448 140129873548536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7908/tid=7921] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7921/stat : 7921 (java) S 7905 7908 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3565018 9856040960 15858 33554432000 1073741824 1073778376 140735108692448 140129872495624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7908/tid=7922] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7922/stat : 7922 (java) S 7905 7908 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3565020 9856040960 15858 33554432000 1073741824 1073778376 140735108692448 140129871444112 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7908/tid=7923] ppid=7905 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/7908/task/7923/stat : 7923 (java) S 7905 7908 5929 0 -1 4202560 2261 0 0 0 20 0 0 0 20 0 19 0 3565020 9856040960 15858 33554432000 1073741824 1073778376 140735108692448 140129870392248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7908/tid=7924] ppid=7905 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/7908/task/7924/stat : 7924 (java) S 7905 7908 5929 0 -1 4202560 1119 0 0 0 20 0 0 0 20 0 19 0 3565020 9856040960 15858 33554432000 1073741824 1073778376 140735108692448 140129869339448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7908/tid=7925] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7925/stat : 7925 (java) S 7905 7908 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3565020 9856040960 15858 33554432000 1073741824 1073778376 140735108692448 140129868286840 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7908/tid=7926] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7926/stat : 7926 (java) S 7905 7908 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3565020 9856040960 15858 33554432000 1073741824 1073778376 140735108692448 140129867234248 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7908/tid=7927] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7927/stat : 7927 (java) S 7905 7908 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3565030 9856040960 15858 33554432000 1073741824 1073778376 140735108692448 140129866179752 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 2.30 2.24 2.17 3/213 7927
/proc/meminfo: memFree=30011556/32872528 swapFree=1243664/1390832
[pid=7908] ppid=7905 vsize=9625040 CPUtime=6.71 cores=1,3,5,7
/proc/7908/stat : 7908 (java) S 7905 7908 5929 0 -1 4202496 7089 0 1 0 668 3 0 0 20 0 19 0 3565015 9856040960 22382 33554432000 1073741824 1073778376 140735108692448 140735108683584 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7908/statm: 2406260 22382 2257 9 0 2396937 0
[pid=7908/tid=7909] ppid=7905 vsize=9625040 CPUtime=6.28 cores=1,3,5,7
/proc/7908/task/7909/stat : 7909 (java) R 7905 7908 5929 0 -1 4202560 2437 0 1 0 626 2 0 0 20 0 19 0 3565016 9856040960 22382 33554432000 1073741824 1073778376 140735108692448 140130520530640 140130371782727 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7908/tid=7911] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7911/stat : 7911 (java) S 7905 7908 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3565016 9856040960 22382 33554432000 1073741824 1073778376 140735108692448 140130492992040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7908/tid=7912] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7912/stat : 7912 (java) S 7905 7908 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3565016 9856040960 22382 33554432000 1073741824 1073778376 140735108692448 140130491939240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7908/tid=7913] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7913/stat : 7913 (java) S 7905 7908 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3565016 9856040960 22382 33554432000 1073741824 1073778376 140735108692448 140130490886440 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7908/tid=7914] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7914/stat : 7914 (java) S 7905 7908 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3565016 9856040960 22382 33554432000 1073741824 1073778376 140735108692448 140130489833640 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7908/tid=7915] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7915/stat : 7915 (java) S 7905 7908 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3565016 9856040960 22382 33554432000 1073741824 1073778376 140735108692448 140130360273960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7908/tid=7916] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7916/stat : 7916 (java) S 7905 7908 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3565016 9856040960 22382 33554432000 1073741824 1073778376 140735108692448 140130359221160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7908/tid=7917] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7917/stat : 7917 (java) S 7905 7908 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3565016 9856040960 22382 33554432000 1073741824 1073778376 140735108692448 140130358168360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7908/tid=7918] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7918/stat : 7918 (java) S 7905 7908 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3565016 9856040960 22382 33554432000 1073741824 1073778376 140735108692448 140130357115560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7908/tid=7919] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7919/stat : 7919 (java) S 7905 7908 5929 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3565017 9856040960 22382 33554432000 1073741824 1073778376 140735108692448 140129874602472 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7908/tid=7920] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7920/stat : 7920 (java) S 7905 7908 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3565018 9856040960 22382 33554432000 1073741824 1073778376 140735108692448 140129873548536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7908/tid=7921] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7921/stat : 7921 (java) S 7905 7908 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3565018 9856040960 22382 33554432000 1073741824 1073778376 140735108692448 140129872495624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7908/tid=7922] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7922/stat : 7922 (java) S 7905 7908 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3565020 9856040960 22382 33554432000 1073741824 1073778376 140735108692448 140129871444112 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7908/tid=7923] ppid=7905 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/7908/task/7923/stat : 7923 (java) S 7905 7908 5929 0 -1 4202560 2261 0 0 0 20 0 0 0 20 0 19 0 3565020 9856040960 22382 33554432000 1073741824 1073778376 140735108692448 140129870392248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7908/tid=7924] ppid=7905 vsize=9625040 CPUtime=0.2 cores=1,3,5,7

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

[pid=7908/tid=7920] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7920/stat : 7920 (java) S 7905 7908 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3565018 9856040960 105619 33554432000 1073741824 1073778376 140735108692448 140129873548536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7908/tid=7921] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7921/stat : 7921 (java) S 7905 7908 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3565018 9856040960 105619 33554432000 1073741824 1073778376 140735108692448 140129872495624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7908/tid=7922] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7922/stat : 7922 (java) S 7905 7908 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3565020 9856040960 105619 33554432000 1073741824 1073778376 140735108692448 140129871444112 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7908/tid=7923] ppid=7905 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/7908/task/7923/stat : 7923 (java) S 7905 7908 5929 0 -1 4202560 2268 0 0 0 22 0 0 0 20 0 19 0 3565020 9856040960 105619 33554432000 1073741824 1073778376 140735108692448 140129870392248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7908/tid=7924] ppid=7905 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/7908/task/7924/stat : 7924 (java) S 7905 7908 5929 0 -1 4202560 2767 0 0 0 29 0 0 0 20 0 19 0 3565020 9856040960 105619 33554432000 1073741824 1073778376 140735108692448 140129869339448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7908/tid=7925] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7925/stat : 7925 (java) S 7905 7908 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3565020 9856040960 105619 33554432000 1073741824 1073778376 140735108692448 140129868286840 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7908/tid=7926] ppid=7905 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/7908/task/7926/stat : 7926 (java) S 7905 7908 5929 0 -1 4202560 98 0 0 0 25 33 0 0 20 0 19 0 3565020 9856040960 105619 33554432000 1073741824 1073778376 140735108692448 140129867234248 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7908/tid=7927] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7927/stat : 7927 (java) S 7905 7908 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3565030 9856040960 105619 33554432000 1073741824 1073778376 140735108692448 140129866179752 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1728.38
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.26 2.22 2.19 3/213 8233
/proc/meminfo: memFree=29694436/32872528 swapFree=1243664/1390832
[pid=7908] ppid=7905 vsize=9625040 CPUtime=1788.62 cores=1,3,5,7
/proc/7908/stat : 7908 (java) S 7905 7908 5929 0 -1 4202496 12396 0 1 0 178781 81 0 0 20 0 19 0 3565015 9856040960 104256 33554432000 1073741824 1073778376 140735108692448 140735108683584 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7908/statm: 2406260 104256 2280 9 0 2396937 0
[pid=7908/tid=7909] ppid=7905 vsize=9625040 CPUtime=1779.2 cores=1,3,5,7
/proc/7908/task/7909/stat : 7909 (java) R 7905 7908 5929 0 -1 4202560 2539 0 1 0 177887 33 0 0 20 0 19 0 3565016 9856040960 104256 33554432000 1073741824 1073778376 140735108692448 140130520538304 140130371864976 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7908/tid=7911] ppid=7905 vsize=9625040 CPUtime=1.05 cores=1,3,5,7
/proc/7908/task/7911/stat : 7911 (java) S 7905 7908 5929 0 -1 4202560 475 0 0 0 98 7 0 0 20 0 19 0 3565016 9856040960 104256 33554432000 1073741824 1073778376 140735108692448 140130492992040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7908/tid=7912] ppid=7905 vsize=9625040 CPUtime=0.88 cores=1,3,5,7
/proc/7908/task/7912/stat : 7912 (java) S 7905 7908 5929 0 -1 4202560 505 0 0 0 81 7 0 0 20 0 19 0 3565016 9856040960 104256 33554432000 1073741824 1073778376 140735108692448 140130491939240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7908/tid=7913] ppid=7905 vsize=9625040 CPUtime=0.97 cores=1,3,5,7
/proc/7908/task/7913/stat : 7913 (java) S 7905 7908 5929 0 -1 4202560 474 0 0 0 92 5 0 0 20 0 19 0 3565016 9856040960 104256 33554432000 1073741824 1073778376 140735108692448 140130490886440 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7908/tid=7914] ppid=7905 vsize=9625040 CPUtime=0.99 cores=1,3,5,7
/proc/7908/task/7914/stat : 7914 (java) S 7905 7908 5929 0 -1 4202560 322 0 0 0 95 4 0 0 20 0 19 0 3565016 9856040960 104256 33554432000 1073741824 1073778376 140735108692448 140130489833640 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7908/tid=7915] ppid=7905 vsize=9625040 CPUtime=0.92 cores=1,3,5,7
/proc/7908/task/7915/stat : 7915 (java) S 7905 7908 5929 0 -1 4202560 465 0 0 0 87 5 0 0 20 0 19 0 3565016 9856040960 104256 33554432000 1073741824 1073778376 140735108692448 140130360273960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7908/tid=7916] ppid=7905 vsize=9625040 CPUtime=1.08 cores=1,3,5,7
/proc/7908/task/7916/stat : 7916 (java) S 7905 7908 5929 0 -1 4202560 301 0 0 0 102 6 0 0 20 0 19 0 3565016 9856040960 104256 33554432000 1073741824 1073778376 140735108692448 140130359221160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7908/tid=7917] ppid=7905 vsize=9625040 CPUtime=0.89 cores=1,3,5,7
/proc/7908/task/7917/stat : 7917 (java) S 7905 7908 5929 0 -1 4202560 341 0 0 0 84 5 0 0 20 0 19 0 3565016 9856040960 104256 33554432000 1073741824 1073778376 140735108692448 140130358168360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7908/tid=7918] ppid=7905 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/7908/task/7918/stat : 7918 (java) S 7905 7908 5929 0 -1 4202560 329 0 0 0 89 7 0 0 20 0 19 0 3565016 9856040960 104256 33554432000 1073741824 1073778376 140735108692448 140130357115560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7908/tid=7919] ppid=7905 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/7908/task/7919/stat : 7919 (java) S 7905 7908 5929 0 -1 4202560 251 0 0 0 80 3 0 0 20 0 19 0 3565017 9856040960 104256 33554432000 1073741824 1073778376 140735108692448 140129874602472 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7908/tid=7920] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7920/stat : 7920 (java) S 7905 7908 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3565018 9856040960 104256 33554432000 1073741824 1073778376 140735108692448 140129873548536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7908/tid=7921] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7921/stat : 7921 (java) S 7905 7908 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3565018 9856040960 104256 33554432000 1073741824 1073778376 140735108692448 140129872495624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7908/tid=7922] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7922/stat : 7922 (java) S 7905 7908 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3565020 9856040960 104256 33554432000 1073741824 1073778376 140735108692448 140129871444112 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7908/tid=7923] ppid=7905 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/7908/task/7923/stat : 7923 (java) S 7905 7908 5929 0 -1 4202560 2268 0 0 0 22 0 0 0 20 0 19 0 3565020 9856040960 104256 33554432000 1073741824 1073778376 140735108692448 140129870392248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7908/tid=7924] ppid=7905 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/7908/task/7924/stat : 7924 (java) S 7905 7908 5929 0 -1 4202560 2767 0 0 0 29 0 0 0 20 0 19 0 3565020 9856040960 104256 33554432000 1073741824 1073778376 140735108692448 140129869339448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7908/tid=7925] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7925/stat : 7925 (java) S 7905 7908 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3565020 9856040960 104256 33554432000 1073741824 1073778376 140735108692448 140129868286840 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7908/tid=7926] ppid=7905 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/7908/task/7926/stat : 7926 (java) S 7905 7908 5929 0 -1 4202560 102 0 0 0 25 35 0 0 20 0 19 0 3565020 9856040960 104256 33554432000 1073741824 1073778376 140735108692448 140129867234248 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7908/tid=7927] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7927/stat : 7927 (java) S 7905 7908 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3565030 9856040960 104256 33554432000 1073741824 1073778376 140735108692448 140129866179752 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1788.62
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.7 s]
/proc/loadavg: 2.20 2.20 2.18 3/213 8233
/proc/meminfo: memFree=29694436/32872528 swapFree=1243664/1390832
[pid=7908] ppid=7905 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/7908/stat : 7908 (java) S 7905 7908 5929 0 -1 4202496 12399 0 1 0 179921 82 0 0 20 0 19 0 3565015 9856040960 104256 33554432000 1073741824 1073778376 140735108692448 140735108683584 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7908/statm: 2406260 104256 2280 9 0 2396937 0
[pid=7908/tid=7909] ppid=7905 vsize=9625040 CPUtime=1790.58 cores=1,3,5,7
/proc/7908/task/7909/stat : 7909 (java) R 7905 7908 5929 0 -1 4202560 2540 0 1 0 179025 33 0 0 20 0 19 0 3565016 9856040960 104256 33554432000 1073741824 1073778376 140735108692448 140130520538304 140130371680566 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7908/tid=7911] ppid=7905 vsize=9625040 CPUtime=1.05 cores=1,3,5,7
/proc/7908/task/7911/stat : 7911 (java) S 7905 7908 5929 0 -1 4202560 475 0 0 0 98 7 0 0 20 0 19 0 3565016 9856040960 104256 33554432000 1073741824 1073778376 140735108692448 140130492992040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7908/tid=7912] ppid=7905 vsize=9625040 CPUtime=0.88 cores=1,3,5,7
/proc/7908/task/7912/stat : 7912 (java) S 7905 7908 5929 0 -1 4202560 505 0 0 0 81 7 0 0 20 0 19 0 3565016 9856040960 104256 33554432000 1073741824 1073778376 140735108692448 140130491939240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7908/tid=7913] ppid=7905 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/7908/task/7913/stat : 7913 (java) S 7905 7908 5929 0 -1 4202560 474 0 0 0 93 5 0 0 20 0 19 0 3565016 9856040960 104256 33554432000 1073741824 1073778376 140735108692448 140130490886440 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7908/tid=7914] ppid=7905 vsize=9625040 CPUtime=1 cores=1,3,5,7
/proc/7908/task/7914/stat : 7914 (java) S 7905 7908 5929 0 -1 4202560 322 0 0 0 96 4 0 0 20 0 19 0 3565016 9856040960 104256 33554432000 1073741824 1073778376 140735108692448 140130489833640 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7908/tid=7915] ppid=7905 vsize=9625040 CPUtime=0.92 cores=1,3,5,7
/proc/7908/task/7915/stat : 7915 (java) S 7905 7908 5929 0 -1 4202560 465 0 0 0 87 5 0 0 20 0 19 0 3565016 9856040960 104256 33554432000 1073741824 1073778376 140735108692448 140130360273960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7908/tid=7916] ppid=7905 vsize=9625040 CPUtime=1.08 cores=1,3,5,7
/proc/7908/task/7916/stat : 7916 (java) S 7905 7908 5929 0 -1 4202560 301 0 0 0 102 6 0 0 20 0 19 0 3565016 9856040960 104256 33554432000 1073741824 1073778376 140735108692448 140130359221160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7908/tid=7917] ppid=7905 vsize=9625040 CPUtime=0.89 cores=1,3,5,7
/proc/7908/task/7917/stat : 7917 (java) S 7905 7908 5929 0 -1 4202560 341 0 0 0 84 5 0 0 20 0 19 0 3565016 9856040960 104256 33554432000 1073741824 1073778376 140735108692448 140130358168360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7908/tid=7918] ppid=7905 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/7908/task/7918/stat : 7918 (java) S 7905 7908 5929 0 -1 4202560 329 0 0 0 89 7 0 0 20 0 19 0 3565016 9856040960 104256 33554432000 1073741824 1073778376 140735108692448 140130357115560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7908/tid=7919] ppid=7905 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/7908/task/7919/stat : 7919 (java) S 7905 7908 5929 0 -1 4202560 253 0 0 0 80 3 0 0 20 0 19 0 3565017 9856040960 104256 33554432000 1073741824 1073778376 140735108692448 140129874602472 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7908/tid=7920] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7920/stat : 7920 (java) S 7905 7908 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3565018 9856040960 104256 33554432000 1073741824 1073778376 140735108692448 140129873548536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7908/tid=7921] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7921/stat : 7921 (java) S 7905 7908 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3565018 9856040960 104256 33554432000 1073741824 1073778376 140735108692448 140129872495624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7908/tid=7922] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7922/stat : 7922 (java) S 7905 7908 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3565020 9856040960 104256 33554432000 1073741824 1073778376 140735108692448 140129871444112 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7908/tid=7923] ppid=7905 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/7908/task/7923/stat : 7923 (java) S 7905 7908 5929 0 -1 4202560 2268 0 0 0 22 0 0 0 20 0 19 0 3565020 9856040960 104256 33554432000 1073741824 1073778376 140735108692448 140129870392248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7908/tid=7924] ppid=7905 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/7908/task/7924/stat : 7924 (java) S 7905 7908 5929 0 -1 4202560 2767 0 0 0 29 0 0 0 20 0 19 0 3565020 9856040960 104256 33554432000 1073741824 1073778376 140735108692448 140129869339448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7908/tid=7925] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7925/stat : 7925 (java) S 7905 7908 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3565020 9856040960 104256 33554432000 1073741824 1073778376 140735108692448 140129868286840 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7908/tid=7926] ppid=7905 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/7908/task/7926/stat : 7926 (java) S 7905 7908 5929 0 -1 4202560 102 0 0 0 26 35 0 0 20 0 19 0 3565020 9856040960 104256 33554432000 1073741824 1073778376 140735108692448 140129867234248 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7908/tid=7927] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7927/stat : 7927 (java) S 7905 7908 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3565030 9856040960 104256 33554432000 1073741824 1073778376 140735108692448 140129866179752 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 7908 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1793.7 s]
/proc/loadavg: 2.20 2.20 2.18 3/213 8233
/proc/meminfo: memFree=29694436/32872528 swapFree=1243664/1390832
[pid=7908] ppid=7905 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/7908/stat : 7908 (java) S 7905 7908 5929 0 -1 4202496 12399 0 1 0 179921 82 0 0 20 0 19 0 3565015 9856040960 104256 33554432000 1073741824 1073778376 140735108692448 140735108683584 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7908/statm: 2406260 104256 2280 9 0 2396937 0
[pid=7908/tid=7909] ppid=7905 vsize=9625040 CPUtime=1790.58 cores=1,3,5,7
/proc/7908/task/7909/stat : 7909 (java) R 7905 7908 5929 0 -1 4202560 2540 0 1 0 179025 33 0 0 20 0 19 0 3565016 9856040960 104256 33554432000 1073741824 1073778376 140735108692448 140130520538304 140130371680566 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7908/tid=7911] ppid=7905 vsize=9625040 CPUtime=1.05 cores=1,3,5,7
/proc/7908/task/7911/stat : 7911 (java) S 7905 7908 5929 0 -1 4202560 475 0 0 0 98 7 0 0 20 0 19 0 3565016 9856040960 104256 33554432000 1073741824 1073778376 140735108692448 140130492992040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7908/tid=7912] ppid=7905 vsize=9625040 CPUtime=0.88 cores=1,3,5,7
/proc/7908/task/7912/stat : 7912 (java) S 7905 7908 5929 0 -1 4202560 505 0 0 0 81 7 0 0 20 0 19 0 3565016 9856040960 104256 33554432000 1073741824 1073778376 140735108692448 140130491939240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7908/tid=7913] ppid=7905 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/7908/task/7913/stat : 7913 (java) S 7905 7908 5929 0 -1 4202560 474 0 0 0 93 5 0 0 20 0 19 0 3565016 9856040960 104256 33554432000 1073741824 1073778376 140735108692448 140130490886440 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7908/tid=7914] ppid=7905 vsize=9625040 CPUtime=1 cores=1,3,5,7
/proc/7908/task/7914/stat : 7914 (java) S 7905 7908 5929 0 -1 4202560 322 0 0 0 96 4 0 0 20 0 19 0 3565016 9856040960 104256 33554432000 1073741824 1073778376 140735108692448 140130489833640 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7908/tid=7915] ppid=7905 vsize=9625040 CPUtime=0.92 cores=1,3,5,7
/proc/7908/task/7915/stat : 7915 (java) S 7905 7908 5929 0 -1 4202560 465 0 0 0 87 5 0 0 20 0 19 0 3565016 9856040960 104256 33554432000 1073741824 1073778376 140735108692448 140130360273960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7908/tid=7916] ppid=7905 vsize=9625040 CPUtime=1.08 cores=1,3,5,7
/proc/7908/task/7916/stat : 7916 (java) S 7905 7908 5929 0 -1 4202560 301 0 0 0 102 6 0 0 20 0 19 0 3565016 9856040960 104256 33554432000 1073741824 1073778376 140735108692448 140130359221160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7908/tid=7917] ppid=7905 vsize=9625040 CPUtime=0.89 cores=1,3,5,7
/proc/7908/task/7917/stat : 7917 (java) S 7905 7908 5929 0 -1 4202560 341 0 0 0 84 5 0 0 20 0 19 0 3565016 9856040960 104256 33554432000 1073741824 1073778376 140735108692448 140130358168360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7908/tid=7918] ppid=7905 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/7908/task/7918/stat : 7918 (java) S 7905 7908 5929 0 -1 4202560 329 0 0 0 89 7 0 0 20 0 19 0 3565016 9856040960 104256 33554432000 1073741824 1073778376 140735108692448 140130357115560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7908/tid=7919] ppid=7905 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/7908/task/7919/stat : 7919 (java) S 7905 7908 5929 0 -1 4202560 253 0 0 0 80 3 0 0 20 0 19 0 3565017 9856040960 104256 33554432000 1073741824 1073778376 140735108692448 140129874602472 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7908/tid=7920] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7920/stat : 7920 (java) S 7905 7908 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3565018 9856040960 104256 33554432000 1073741824 1073778376 140735108692448 140129873548536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7908/tid=7921] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7921/stat : 7921 (java) S 7905 7908 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3565018 9856040960 104256 33554432000 1073741824 1073778376 140735108692448 140129872495624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7908/tid=7922] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7922/stat : 7922 (java) S 7905 7908 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3565020 9856040960 104256 33554432000 1073741824 1073778376 140735108692448 140129871444112 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7908/tid=7923] ppid=7905 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/7908/task/7923/stat : 7923 (java) S 7905 7908 5929 0 -1 4202560 2268 0 0 0 22 0 0 0 20 0 19 0 3565020 9856040960 104256 33554432000 1073741824 1073778376 140735108692448 140129870392248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7908/tid=7924] ppid=7905 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/7908/task/7924/stat : 7924 (java) S 7905 7908 5929 0 -1 4202560 2767 0 0 0 29 0 0 0 20 0 19 0 3565020 9856040960 104256 33554432000 1073741824 1073778376 140735108692448 140129869339448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7908/tid=7925] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7925/stat : 7925 (java) S 7905 7908 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3565020 9856040960 104256 33554432000 1073741824 1073778376 140735108692448 140129868286840 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7908/tid=7926] ppid=7905 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/7908/task/7926/stat : 7926 (java) S 7905 7908 5929 0 -1 4202560 102 0 0 0 26 35 0 0 20 0 19 0 3565020 9856040960 104256 33554432000 1073741824 1073778376 140735108692448 140129867234248 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7908/tid=7927] ppid=7905 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7908/task/7927/stat : 7927 (java) S 7905 7908 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3565030 9856040960 104256 33554432000 1073741824 1073778376 140735108692448 140129866179752 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1793.74
CPU time (s): 1800.6
CPU user time (s): 1799.29
CPU system time (s): 1.3138
CPU usage (%): 100.382
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.29
system time used= 1.3138
maximum resident set size= 585820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12453
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39810
involuntary context switches= 22972

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.60254 second user time and 14.6928 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-15 20:26:04
IDJOB=4088970
IDBENCH=107339
IDSOLVER=2546
FILE ID=node119/4088970-1466015164
RUNJOBID= node119-1466012072-5946
PBS_JOBID= 19902816
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/vertexcover-instances/normalized-vertexcover-grid10x15.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4088970-1466015164/watcher-4088970-1466015164 -o /tmp/evaluation-result-4088970-1466015164/solver-4088970-1466015164 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466012072-5946 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4088970-1466015164.opb

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

MD5SUM BENCH= 986cb7ae832d6e4976155b718deb2264
RANDOM SEED=816631084

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.56
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.456
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:        30088996 kB
Buffers:            8164 kB
Cached:            89756 kB
SwapCached:        14200 kB
Active:           595708 kB
Inactive:          89708 kB
Active(anon):     575764 kB
Inactive(anon):    14104 kB
Active(file):      19944 kB
Inactive(file):    75604 kB
Unevictable:     1390832 kB
Mlocked:         1243664 kB
SwapTotal:      67108856 kB
SwapFree:       67088056 kB
Dirty:               844 kB
Writeback:             0 kB
AnonPages:       1979908 kB
Mapped:            15440 kB
Shmem:                 0 kB
Slab:             565432 kB
SReclaimable:       8976 kB
SUnreclaim:       556456 kB
KernelStack:        1752 kB
PageTables:         8132 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2227096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    698368 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= 71736 MiB
End job on node119 at 2016-06-15 20:55:58