Trace number 4117995

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16SAT (TO)-13187 1800.23 936.232

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-BIGINT-NLC/
minlplib2-pb-0.1.0/opb/normalized-autocorr_bern45-34.opb
MD5SUM12e66ff4357eff1895de3fb19889e7f8
Bench CategoryOPT-BIGINT-NLC (optimisation, big integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-18063
Best CPU time to get the best result obtained on this benchmark1800.1
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables0
Total number of constraints0
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint-1
Maximum length of a constraint0
Number of terms in the objective function 18348
Biggest coefficient in the objective function 4718
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 1412968
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 4718
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 1412968
Number of bits of the biggest sum of numbers21
Number of products (including duplicates)18303
Sum of products size (including duplicates)59657
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4117995-1467216560.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
7.41/6.79	c ... done. Wall clock time 6.675s.
7.41/6.79	c declared #vars     45
7.41/6.79	c internal #vars     18348
7.41/6.79	c #constraints  36606
7.56/6.80	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
7.56/6.80	c constraints type 
7.56/6.80	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18303
7.56/6.80	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18303
7.56/6.80	c 36606 constraints processed.
7.56/6.80	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
7.56/6.80	c constraints type 
7.56/6.80	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 18303
7.56/6.80	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18303
7.56/6.80	c 36606 constraints processed.
7.56/6.80	c objective function length is 18348 literals
7.95/6.96	c And the winner is solver0
8.18/7.31	c SATISFIABLE
8.18/7.31	c OPTIMIZING...
8.18/7.31	c Got one! Elapsed wall clock time (in seconds):7.188
8.18/7.31	o 0
8.44/7.47	c And the winner is solver0
8.84/7.87	c Got one! Elapsed wall clock time (in seconds):7.75
8.84/7.87	o -264
8.92/7.95	c And the winner is solver0
9.18/8.42	c Got one! Elapsed wall clock time (in seconds):8.297
9.18/8.42	o -528
9.43/8.53	c And the winner is solver0
9.59/8.99	c Got one! Elapsed wall clock time (in seconds):8.87
9.59/8.99	o -1009
9.60/9.04	c And the winner is solver0
9.70/9.51	c Got one! Elapsed wall clock time (in seconds):9.394
9.70/9.51	o -1288
9.70/9.58	c And the winner is solver0
9.84/10.04	c Got one! Elapsed wall clock time (in seconds):9.916
9.84/10.04	o -1490
9.84/10.08	c And the winner is solver0
9.91/10.56	c Got one! Elapsed wall clock time (in seconds):10.439
9.91/10.56	o -2145
9.97/10.65	c And the winner is solver0
10.17/11.08	c Got one! Elapsed wall clock time (in seconds):10.962
10.17/11.08	o -2236
10.44/11.21	c And the winner is solver0
10.52/11.60	c Got one! Elapsed wall clock time (in seconds):11.485
10.52/11.60	o -2294
10.52/11.66	c And the winner is solver0
10.68/12.13	c Got one! Elapsed wall clock time (in seconds):12.008
10.68/12.13	o -2439
10.68/12.17	c And the winner is solver0
10.75/12.65	c Got one! Elapsed wall clock time (in seconds):12.532
10.75/12.65	o -2800
10.82/12.71	c And the winner is solver0
10.87/13.17	c Got one! Elapsed wall clock time (in seconds):13.055
10.87/13.17	o -3590
11.23/13.39	c And the winner is solver0
11.41/13.70	c Got one! Elapsed wall clock time (in seconds):13.578
11.41/13.70	o -4287
11.84/13.98	c And the winner is solver0
12.08/14.25	c Got one! Elapsed wall clock time (in seconds):14.133
12.08/14.25	o -4380
12.36/14.43	c And the winner is solver0
12.42/14.78	c Got one! Elapsed wall clock time (in seconds):14.656
12.42/14.78	o -5021
13.38/15.23	c And the winner is solver0
13.64/15.30	c Got one! Elapsed wall clock time (in seconds):15.18
13.64/15.30	o -5030
14.03/15.54	c And the winner is solver0
14.12/15.82	c Got one! Elapsed wall clock time (in seconds):15.704
14.12/15.82	o -5177
14.24/15.94	c And the winner is solver0
14.35/16.35	c Got one! Elapsed wall clock time (in seconds):16.229
14.35/16.35	o -5270
14.42/16.47	c And the winner is solver0
14.58/16.87	c Got one! Elapsed wall clock time (in seconds):16.752
14.58/16.87	o -5967
16.51/17.89	c And the winner is solver0
19.40/20.64	c Got one! Elapsed wall clock time (in seconds):20.519
19.40/20.64	o -6114
20.46/21.15	c And the winner is solver0
20.46/21.16	c Got one! Elapsed wall clock time (in seconds):21.044
20.46/21.16	o -6160
20.62/21.25	c And the winner is solver0
20.76/21.69	c Got one! Elapsed wall clock time (in seconds):21.567
20.76/21.69	o -7119
26.16/24.44	c And the winner is solver0
27.07/25.31	c Got one! Elapsed wall clock time (in seconds):25.191
27.07/25.31	o -7208
32.71/28.19	c And the winner is solver0
34.01/29.39	c Got one! Elapsed wall clock time (in seconds):29.267
34.01/29.39	o -7518
37.71/31.22	c And the winner is solver0
39.66/33.16	c Got one! Elapsed wall clock time (in seconds):33.044
39.66/33.16	o -7726
41.42/34.09	c And the winner is solver0
44.42/36.94	c Got one! Elapsed wall clock time (in seconds):36.823
44.42/36.94	o -7844
45.21/37.38	c And the winner is solver0
45.38/37.47	c Got one! Elapsed wall clock time (in seconds):37.347
45.38/37.47	o -7857
45.82/37.71	c And the winner is solver0
45.86/37.99	c Got one! Elapsed wall clock time (in seconds):37.87
45.86/37.99	o -8074
46.05/38.16	c And the winner is solver0
46.19/38.51	c Got one! Elapsed wall clock time (in seconds):38.393
46.19/38.51	o -8078
46.42/38.63	c And the winner is solver0
46.52/39.04	c Got one! Elapsed wall clock time (in seconds):38.916
46.52/39.04	o -8963
59.35/45.43	c And the winner is solver0
60.79/46.86	c Got one! Elapsed wall clock time (in seconds):46.743
60.79/46.86	o -9074
67.66/50.33	c And the winner is solver0
67.66/50.39	c Got one! Elapsed wall clock time (in seconds):50.267
67.66/50.39	o -9080
72.15/52.69	c And the winner is solver0
73.43/53.81	c Got one! Elapsed wall clock time (in seconds):53.692
73.43/53.81	o -9374
93.00/63.52	c And the winner is solver0
94.54/65.09	c Got one! Elapsed wall clock time (in seconds):64.97
94.54/65.09	o -9837
101.38/68.57	c cleaning 5622 clauses out of 11244 with flag 2022/11244
109.39/72.56	c And the winner is solver0
109.57/72.66	c Got one! Elapsed wall clock time (in seconds):72.544
109.57/72.66	o -9838
115.16/75.48	c And the winner is solver0
116.24/76.49	c Got one! Elapsed wall clock time (in seconds):76.369
116.24/76.49	o -9856
118.69/77.72	c And the winner is solver0
121.13/80.17	c Got one! Elapsed wall clock time (in seconds):80.047
121.13/80.17	o -9985
122.85/81.04	c And the winner is solver0
125.60/83.79	c Got one! Elapsed wall clock time (in seconds):83.675
125.60/83.79	o -10012
126.24/84.12	c And the winner is solver0
126.30/84.32	c Got one! Elapsed wall clock time (in seconds):84.198
126.30/84.32	o -10024
126.64/84.57	c And the winner is solver0
126.81/84.84	c Got one! Elapsed wall clock time (in seconds):84.722
126.81/84.84	o -10807
155.63/99.39	c cleaning 6084 clauses out of 12167 with flag 8001/17789
178.10/110.53	c And the winner is solver0
179.95/112.37	c Got one! Elapsed wall clock time (in seconds):112.252
179.95/112.37	o -10854
198.22/121.59	c And the winner is solver0
200.72/123.95	c Got one! Elapsed wall clock time (in seconds):123.833
200.72/123.95	o -10874
208.44/127.89	c cleaning 6158 clauses out of 12317 with flag 2069/24023
212.26/129.74	c And the winner is solver0
213.81/131.23	c Got one! Elapsed wall clock time (in seconds):131.11
213.81/131.23	o -10907
218.73/133.71	c And the winner is solver0
219.65/134.65	c Got one! Elapsed wall clock time (in seconds):134.536
219.65/134.65	o -10934
221.55/135.66	c And the winner is solver0
224.01/138.08	c Got one! Elapsed wall clock time (in seconds):137.964
224.01/138.08	o -10942
225.28/138.79	c And the winner is solver0
228.15/141.51	c Got one! Elapsed wall clock time (in seconds):141.392
228.15/141.51	o -10947
228.50/141.79	c And the winner is solver0
228.71/142.04	c Got one! Elapsed wall clock time (in seconds):141.916
228.71/142.04	o -11691
266.36/160.80	c cleaning 6382 clauses out of 12766 with flag 10001/30630
316.87/186.17	c cleaning 6188 clauses out of 12385 with flag 22003/36631
333.11/194.25	c And the winner is solver0
333.58/194.67	c Got one! Elapsed wall clock time (in seconds):194.551
333.58/194.67	o -11769
362.83/209.35	c cleaning 6049 clauses out of 12105 with flag 8129/42539
371.88/213.82	c And the winner is solver0
373.72/215.70	c Got one! Elapsed wall clock time (in seconds):215.585
373.72/215.70	o -11774
425.06/241.32	c cleaning 5996 clauses out of 11991 with flag 10307/48474
433.07/245.34	c And the winner is solver0
435.59/247.84	c Got one! Elapsed wall clock time (in seconds):247.72
435.59/247.84	o -11859
472.24/266.18	c cleaning 5791 clauses out of 11587 with flag 10001/54066
522.03/291.09	c cleaning 5896 clauses out of 11797 with flag 22003/60067
583.59/321.96	c cleaning 6448 clauses out of 12901 with flag 36003/67067
632.86/346.60	c And the winner is solver0
633.78/347.30	c Got one! Elapsed wall clock time (in seconds):347.185
633.78/347.30	o -12171
674.62/367.72	c cleaning 8393 clauses out of 16786 with flag 10004/77400
729.35/395.05	c cleaning 7195 clauses out of 14392 with flag 22002/83399
751.49/406.06	c And the winner is solver0
754.54/409.10	c Got one! Elapsed wall clock time (in seconds):408.977
754.54/409.10	o -12413
778.74/421.11	c cleaning 6269 clauses out of 12537 with flag 6003/88739
841.16/452.58	c cleaning 6133 clauses out of 12269 with flag 18005/94740
866.90/465.34	c And the winner is solver0
869.93/468.37	c Got one! Elapsed wall clock time (in seconds):468.246
869.93/468.37	o -12539
893.51/480.19	c cleaning 5714 clauses out of 11427 with flag 6036/100031
894.31/480.58	c And the winner is solver0
897.20/483.35	c Got one! Elapsed wall clock time (in seconds):483.232
897.20/483.35	o -12553
902.76/486.16	c And the winner is solver0
904.14/487.43	c Got one! Elapsed wall clock time (in seconds):487.313
904.14/487.43	o -12901
941.08/505.80	c cleaning 5743 clauses out of 11487 with flag 10001/105805
995.07/533.05	c cleaning 5870 clauses out of 11745 with flag 22003/111806
1056.12/563.47	c cleaning 6437 clauses out of 12875 with flag 36003/118806
1125.83/598.50	c cleaning 7215 clauses out of 14437 with flag 52001/126805
1214.42/642.82	c cleaning 8109 clauses out of 16223 with flag 70003/135806
1299.49/685.59	c And the winner is solver0
1300.11/686.05	c Got one! Elapsed wall clock time (in seconds):685.932
1300.11/686.05	o -13123
1340.67/706.23	c cleaning 11138 clauses out of 22285 with flag 10002/149977
1395.72/733.61	c cleaning 8572 clauses out of 17148 with flag 22004/155978
1474.32/772.80	c cleaning 7789 clauses out of 15577 with flag 36006/162979
1554.99/813.00	c And the winner is solver0
1556.40/814.29	c Got one! Elapsed wall clock time (in seconds):814.17
1556.40/814.29	o -13154
1598.10/835.02	c cleaning 10386 clauses out of 20779 with flag 10005/175970
1652.37/862.07	c cleaning 8195 clauses out of 16393 with flag 22095/181970
1682.97/877.31	c And the winner is solver0
1683.19/877.53	c Got one! Elapsed wall clock time (in seconds):877.416
1683.19/877.53	o -13159
1708.93/890.35	c cleaning 7010 clauses out of 14025 with flag 6004/187797
1761.85/916.65	c And the winner is solver0
1763.40/918.12	c Got one! Elapsed wall clock time (in seconds):918.002
1763.40/918.12	o -13187
1771.72/922.27	c cleaning 6465 clauses out of 12934 with flag 2057/193716
1800.01/936.21	c >>>>>>>>>> Solver number 0 (59 answers) <<<<<<<<<<<<<<<<<<
1800.01/936.21	c starts		: 60
1800.01/936.21	c conflicts		: 196321
1800.01/936.21	c decisions		: 198808
1800.01/936.21	c propagations		: 236218320
1800.01/936.21	c inspects		: 909782752
1800.01/936.21	c shortcuts		: 0
1800.01/936.21	c learnt literals	: 0
1800.01/936.21	c learnt binary clauses	: 0
1800.01/936.21	c learnt ternary clauses	: 0
1800.01/936.21	c learnt constraints	: 196320
1800.01/936.21	c ignored constraints	: 0
1800.01/936.21	c root simplifications	: 0
1800.01/936.21	c removed literals (reason simplification)	: 392806882
1800.01/936.21	c reason swapping (by a shorter reason)	: 0
1800.01/936.21	c Calls to reduceDB	: 27
1800.01/936.21	c Number of update (reduction) of LBD	: 136
1800.01/936.21	c Imported unit clauses	: 0
1800.01/936.21	c number of reductions to clauses (during analyze)	: 0
1800.01/936.21	c number of learned constraints concerned by reduction	: 0
1800.01/936.21	c number of learning phase by resolution	: 0
1800.01/936.21	c number of learning phase by cutting planes	: 0
1800.01/936.21	c speed (assignments/second)	: 254173.10837565636
1800.01/936.21	c non guided choices	0
1800.01/936.21	c learnt constraints type 
1800.01/936.21	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 9073
1800.01/936.21	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.01/936.21	c starts		: 60
1800.01/936.21	c conflicts		: 206
1800.01/936.21	c decisions		: 2631
1800.01/936.21	c propagations		: 1233045
1800.01/936.21	c inspects		: 16589867
1800.01/936.21	c shortcuts		: 0
1800.01/936.21	c learnt literals	: 0
1800.01/936.21	c learnt binary clauses	: 0
1800.01/936.21	c learnt ternary clauses	: 0
1800.01/936.21	c learnt constraints	: 150
1800.01/936.21	c ignored constraints	: 0
1800.01/936.21	c root simplifications	: 0
1800.01/936.21	c removed literals (reason simplification)	: 0
1800.01/936.21	c reason swapping (by a shorter reason)	: 0
1800.01/936.21	c Calls to reduceDB	: 0
1800.01/936.21	c Number of update (reduction) of LBD	: 0
1800.01/936.21	c Imported unit clauses	: 0
1800.01/936.21	c number of reductions to clauses (during analyze)	: 0
1800.01/936.21	c number of learned constraints concerned by reduction	: 0
1800.01/936.21	c number of learning phase by resolution	: 0
1800.01/936.21	c number of learning phase by cutting planes	: 0
1800.01/936.21	c speed (assignments/second)	: 68263.57747882413
1800.01/936.21	c non guided choices	0
1800.01/936.21	c learnt constraints type 
1800.01/936.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 150
1800.01/936.21	s SATISFIABLE
1800.01/936.21	c Found 59 solution(s)
1800.01/936.21	v -x1 x2 x3 -x4 -x5 -x6 -x7 -x8 -x9 x10 x11 x12 x13 x14 x15 x16 x17 x18 x19 x20 x21 x22 x23 x24 x25 x26 x27 x28 x29 x30 x31 x32 x33 x34 x35 x36 -x37 -x38 -x39 -x40 -x41 x42 x43 -x44 -x45 
1800.01/936.22	c objective function=-13187
1800.01/936.22	c Total wall clock time (in seconds): 936.098

Verifier Data

OK	-13187

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-4117995-1467216560/watcher-4117995-1467216560 -o /tmp/evaluation-result-4117995-1467216560/solver-4117995-1467216560 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1467212962-6647 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4117995-1467216560.opb 

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

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


[startup+0 s]
/proc/loadavg: 4.40 4.31 4.18 4/197 7809
/proc/meminfo: memFree=26295480/32872528 swapFree=1499084/1695308
[pid=7809] ppid=7806 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/7809/stat : 7809 (java) D 7806 7809 5962 0 -1 4202496 327 0 0 0 0 0 0 0 20 0 1 0 2607204 9515008 183 33554432000 1073741824 1073778376 140735690302336 140735690293368 225444708021 0 0 4096 0 18446744072100588836 0 0 17 1 0 0 0 0 0
/proc/7809/statm: 2323 183 140 9 0 71 0

[startup+0.100152 s]
/proc/loadavg: 4.40 4.31 4.18 4/197 7809
/proc/meminfo: memFree=26295480/32872528 swapFree=1499084/1695308
[pid=7809] ppid=7806 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/7809/stat : 7809 (java) S 7806 7809 5962 0 -1 4202496 4398 0 1 0 8 1 0 0 20 0 18 0 2607204 9787879424 6028 33554432000 1073741824 1073778376 140735213076208 140735213067344 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7809/statm: 2389619 6028 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200271 s]
/proc/loadavg: 4.40 4.31 4.18 4/197 7809
/proc/meminfo: memFree=26295480/32872528 swapFree=1499084/1695308
[pid=7809] ppid=7806 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/7809/stat : 7809 (java) S 7806 7809 5962 0 -1 4202496 4601 0 1 0 22 1 0 0 20 0 18 0 2607204 9787879424 7217 33554432000 1073741824 1073778376 140735213076208 140735213067344 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7809/statm: 2389619 7217 2197 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300295 s]
/proc/loadavg: 4.40 4.31 4.18 4/197 7809
/proc/meminfo: memFree=26295480/32872528 swapFree=1499084/1695308
[pid=7809] ppid=7806 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/7809/stat : 7809 (java) S 7806 7809 5962 0 -1 4202496 5295 0 1 0 45 1 0 0 20 0 18 0 2607204 9787879424 8174 33554432000 1073741824 1073778376 140735213076208 140735213067344 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7809/statm: 2389619 8183 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700244 s]
/proc/loadavg: 4.40 4.31 4.18 4/197 7809
/proc/meminfo: memFree=26295480/32872528 swapFree=1499084/1695308
[pid=7809] ppid=7806 vsize=9558476 CPUtime=1.13 cores=1,3,5,7
/proc/7809/stat : 7809 (java) S 7806 7809 5962 0 -1 4202496 9022 0 1 0 111 2 0 0 20 0 18 0 2607204 9787879424 13545 33554432000 1073741824 1073778376 140735213076208 140735213067344 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7809/statm: 2389619 13545 2246 9 0 2380296 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 9558476

[startup+1.50072 s]
/proc/loadavg: 4.40 4.31 4.18 4/215 7827
/proc/meminfo: memFree=26241260/32872528 swapFree=1499084/1695308
[pid=7809] ppid=7806 vsize=9558476 CPUtime=2.03 cores=1,3,5,7
/proc/7809/stat : 7809 (java) S 7806 7809 5962 0 -1 4202496 9356 0 1 0 200 3 0 0 20 0 18 0 2607204 9787879424 17706 33554432000 1073741824 1073778376 140735213076208 140735213067344 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7809/statm: 2389619 17706 2251 9 0 2380296 0
[pid=7809/tid=7811] ppid=7806 vsize=9558476 CPUtime=1.46 cores=1,3,5,7
/proc/7809/task/7811/stat : 7811 (java) R 7806 7809 5962 0 -1 4202560 2423 0 1 0 144 2 0 0 20 0 18 0 2607206 9787879424 17706 33554432000 1073741824 1073778376 140735213076208 140167955114120 140167818406898 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7809/tid=7812] ppid=7806 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/7809/task/7812/stat : 7812 (java) S 7806 7809 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2607207 9787879424 17706 33554432000 1073741824 1073778376 140735213076208 140167944178600 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7809/tid=7813] ppid=7806 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/7809/task/7813/stat : 7813 (java) S 7806 7809 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2607207 9787879424 17706 33554432000 1073741824 1073778376 140735213076208 140167943126056 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7809/tid=7814] ppid=7806 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/7809/task/7814/stat : 7814 (java) S 7806 7809 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2607207 9787879424 17706 33554432000 1073741824 1073778376 140735213076208 140167942073000 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7809/tid=7815] ppid=7806 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/7809/task/7815/stat : 7815 (java) S 7806 7809 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2607207 9787879424 17706 33554432000 1073741824 1073778376 140735213076208 140167941020456 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7809/tid=7816] ppid=7806 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/7809/task/7816/stat : 7816 (java) S 7806 7809 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2607207 9787879424 17706 33554432000 1073741824 1073778376 140735213076208 140167939967400 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7809/tid=7817] ppid=7806 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/7809/task/7817/stat : 7817 (java) S 7806 7809 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2607207 9787879424 17706 33554432000 1073741824 1073778376 140735213076208 140167938914856 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7809/tid=7818] ppid=7806 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/7809/task/7818/stat : 7818 (java) S 7806 7809 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2607207 9787879424 17706 33554432000 1073741824 1073778376 140735213076208 140167937861800 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7809/tid=7819] ppid=7806 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/7809/task/7819/stat : 7819 (java) S 7806 7809 5962 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 2607207 9787879424 17706 33554432000 1073741824 1073778376 140735213076208 140167936809256 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7809/tid=7820] ppid=7806 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/7809/task/7820/stat : 7820 (java) S 7806 7809 5962 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 2607208 9787879424 17706 33554432000 1073741824 1073778376 140735213076208 140167779265384 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7809/tid=7821] ppid=7806 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/7809/task/7821/stat : 7821 (java) S 7806 7809 5962 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 2607208 9787879424 17706 33554432000 1073741824 1073778376 140735213076208 140167778211704 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7809/tid=7822] ppid=7806 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/7809/task/7822/stat : 7822 (java) S 7806 7809 5962 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 2607208 9787879424 17706 33554432000 1073741824 1073778376 140735213076208 140167777158536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7809/tid=7823] ppid=7806 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/7809/task/7823/stat : 7823 (java) S 7806 7809 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2607211 9787879424 17706 33554432000 1073741824 1073778376 140735213076208 140167776107280 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7809/tid=7824] ppid=7806 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/7809/task/7824/stat : 7824 (java) S 7806 7809 5962 0 -1 4202560 2304 0 0 0 27 0 0 0 20 0 18 0 2607211 9787879424 17706 33554432000 1073741824 1073778376 140735213076208 140167775054136 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7809/tid=7825] ppid=7806 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/7809/task/7825/stat : 7825 (java) S 7806 7809 5962 0 -1 4202560 3366 0 0 0 26 0 0 0 20 0 18 0 2607211 9787879424 17706 33554432000 1073741824 1073778376 140735213076208 140167774001592 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7809/tid=7826] ppid=7806 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/7809/task/7826/stat : 7826 (java) S 7806 7809 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2607211 9787879424 17706 33554432000 1073741824 1073778376 140735213076208 140167772948728 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7809/tid=7827] ppid=7806 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/7809/task/7827/stat : 7827 (java) S 7806 7809 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2607211 9787879424 17706 33554432000 1073741824 1073778376 140735213076208 140167771896392 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 9558476

[startup+3.10078 s]
/proc/loadavg: 4.40 4.31 4.18 4/215 7827
/proc/meminfo: memFree=26222208/32872528 swapFree=1499084/1695308
[pid=7809] ppid=7806 vsize=9558476 CPUtime=3.78 cores=1,3,5,7
/proc/7809/stat : 7809 (java) S 7806 7809 5962 0 -1 4202496 9492 0 1 0 375 3 0 0 20 0 18 0 2607204 9787879424 22439 33554432000 1073741824 1073778376 140735213076208 140735213067344 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7809/statm: 2389619 22439 2251 9 0 2380296 0
[pid=7809/tid=7811] ppid=7806 vsize=9558476 CPUtime=3.06 cores=1,3,5,7
/proc/7809/task/7811/stat : 7811 (java) R 7806 7809 5962 0 -1 4202560 2434 0 1 0 304 2 0 0 20 0 18 0 2607206 9787879424 22439 33554432000 1073741824 1073778376 140735213076208 140167955114120 140167818406657 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7809/tid=7812] ppid=7806 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/7809/task/7812/stat : 7812 (java) S 7806 7809 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2607207 9787879424 22439 33554432000 1073741824 1073778376 140735213076208 140167944178600 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7809/tid=7813] ppid=7806 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/7809/task/7813/stat : 7813 (java) S 7806 7809 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2607207 9787879424 22439 33554432000 1073741824 1073778376 140735213076208 140167943126056 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7809/tid=7814] ppid=7806 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/7809/task/7814/stat : 7814 (java) S 7806 7809 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2607207 9787879424 22439 33554432000 1073741824 1073778376 140735213076208 140167942073000 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7809/tid=7815] ppid=7806 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/7809/task/7815/stat : 7815 (java) S 7806 7809 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2607207 9787879424 22439 33554432000 1073741824 1073778376 140735213076208 140167941020456 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7809/tid=7816] ppid=7806 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/7809/task/7816/stat : 7816 (java) S 7806 7809 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2607207 9787879424 22439 33554432000 1073741824 1073778376 140735213076208 140167939967400 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7809/tid=7817] ppid=7806 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/7809/task/7817/stat : 7817 (java) S 7806 7809 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2607207 9787879424 22439 33554432000 1073741824 1073778376 140735213076208 140167938914856 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7809/tid=7818] ppid=7806 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/7809/task/7818/stat : 7818 (java) S 7806 7809 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2607207 9787879424 22439 33554432000 1073741824 1073778376 140735213076208 140167937861800 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7809/tid=7819] ppid=7806 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/7809/task/7819/stat : 7819 (java) S 7806 7809 5962 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 2607207 9787879424 22439 33554432000 1073741824 1073778376 140735213076208 140167936809256 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7809/tid=7820] ppid=7806 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/7809/task/7820/stat : 7820 (java) S 7806 7809 5962 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 2607208 9787879424 22439 33554432000 1073741824 1073778376 140735213076208 140167779265384 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7809/tid=7821] ppid=7806 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/7809/task/7821/stat : 7821 (java) S 7806 7809 5962 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 2607208 9787879424 22439 33554432000 1073741824 1073778376 140735213076208 140167778211704 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7809/tid=7822] ppid=7806 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/7809/task/7822/stat : 7822 (java) S 7806 7809 5962 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 2607208 9787879424 22439 33554432000 1073741824 1073778376 140735213076208 140167777158536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7809/tid=7823] ppid=7806 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/7809/task/7823/stat : 7823 (java) S 7806 7809 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2607211 9787879424 22439 33554432000 1073741824 1073778376 140735213076208 140167776107280 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7809/tid=7824] ppid=7806 vsize=9558476 CPUtime=0.35 cores=1,3,5,7
/proc/7809/task/7824/stat : 7824 (java) S 7806 7809 5962 0 -1 4202560 2429 0 0 0 35 0 0 0 20 0 18 0 2607211 9787879424 22439 33554432000 1073741824 1073778376 140735213076208 140167775054136 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7809/tid=7825] ppid=7806 vsize=9558476 CPUtime=0.33 cores=1,3,5,7
/proc/7809/task/7825/stat : 7825 (java) S 7806 7809 5962 0 -1 4202560 3366 0 0 0 33 0 0 0 20 0 18 0 2607211 9787879424 22439 33554432000 1073741824 1073778376 140735213076208 140167774001592 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7809/tid=7826] ppid=7806 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/7809/task/7826/stat : 7826 (java) S 7806 7809 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2607211 9787879424 22439 33554432000 1073741824 1073778376 140735213076208 140167772948728 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7809/tid=7827] ppid=7806 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/7809/task/7827/stat : 7827 (java) S 7806 7809 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2607211 9787879424 22439 33554432000 1073741824 1073778376 140735213076208 140167771896392 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 9558476

[startup+6.30082 s]
/proc/loadavg: 4.37 4.30 4.18 3/212 7896
/proc/meminfo: memFree=28430936/32872528 swapFree=1499084/1695308
[pid=7809] ppid=7806 vsize=9558476 CPUtime=7 cores=1,3,5,7
/proc/7809/stat : 7809 (java) S 7806 7809 5962 0 -1 4202496 9504 0 1 0 697 3 0 0 20 0 18 0 2607204 9787879424 26862 33554432000 1073741824 1073778376 140735213076208 140735213067344 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7809/statm: 2389619 26862 2253 9 0 2380296 0
[pid=7809/tid=7811] ppid=7806 vsize=9558476 CPUtime=6.26 cores=1,3,5,7
/proc/7809/task/7811/stat : 7811 (java) R 7806 7809 5962 0 -1 4202560 2444 0 1 0 624 2 0 0 20 0 18 0 2607206 9787879424 26862 33554432000 1073741824 1073778376 140735213076208 140167955107680 140167818407075 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7809/tid=7812] ppid=7806 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/7809/task/7812/stat : 7812 (java) S 7806 7809 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2607207 9787879424 26862 33554432000 1073741824 1073778376 140735213076208 140167944178600 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7809/tid=7813] ppid=7806 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/7809/task/7813/stat : 7813 (java) S 7806 7809 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2607207 9787879424 26862 33554432000 1073741824 1073778376 140735213076208 140167943126056 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7809/tid=7814] ppid=7806 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/7809/task/7814/stat : 7814 (java) S 7806 7809 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2607207 9787879424 26862 33554432000 1073741824 1073778376 140735213076208 140167942073000 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7809/tid=7815] ppid=7806 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/7809/task/7815/stat : 7815 (java) S 7806 7809 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2607207 9787879424 26862 33554432000 1073741824 1073778376 140735213076208 140167941020456 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7809/tid=7816] ppid=7806 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/7809/task/7816/stat : 7816 (java) S 7806 7809 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2607207 9787879424 26862 33554432000 1073741824 1073778376 140735213076208 140167939967400 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7809/tid=7817] ppid=7806 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/7809/task/7817/stat : 7817 (java) S 7806 7809 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2607207 9787879424 26862 33554432000 1073741824 1073778376 140735213076208 140167938914856 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7809/tid=7818] ppid=7806 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/7809/task/7818/stat : 7818 (java) S 7806 7809 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2607207 9787879424 26862 33554432000 1073741824 1073778376 140735213076208 140167937861800 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7809/tid=7819] ppid=7806 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/7809/task/7819/stat : 7819 (java) S 7806 7809 5962 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 2607207 9787879424 26862 33554432000 1073741824 1073778376 140735213076208 140167936809256 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7809/tid=7820] ppid=7806 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/7809/task/7820/stat : 7820 (java) S 7806 7809 5962 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 2607208 9787879424 26862 33554432000 1073741824 1073778376 140735213076208 140167779265384 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7809/tid=7821] ppid=7806 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/7809/task/7821/stat : 7821 (java) S 7806 7809 5962 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 2607208 9787879424 26862 33554432000 1073741824 1073778376 140735213076208 140167778211704 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7809/tid=7822] ppid=7806 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/7809/task/7822/stat : 7822 (java) S 7806 7809 5962 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 2607208 9787879424 26862 33554432000 1073741824 1073778376 140735213076208 140167777158536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7809/tid=7823] ppid=7806 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/7809/task/7823/stat : 7823 (java) S 7806 7809 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2607211 9787879424 26862 33554432000 1073741824 1073778376 140735213076208 140167776107280 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7809/tid=7824] ppid=7806 vsize=9558476 CPUtime=0.37 cores=1,3,5,7
/proc/7809/task/7824/stat : 7824 (java) S 7806 7809 5962 0 -1 4202560 2430 0 0 0 37 0 0 0 20 0 18 0 2607211 9787879424 26862 33554432000 1073741824 1073778376 140735213076208 140167775054136 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7809/tid=7825] ppid=7806 vsize=9558476 CPUtime=0.34 cores=1,3,5,7
/proc/7809/task/7825/stat : 7825 (java) S 7806 7809 5962 0 -1 4202560 3366 0 0 0 34 0 0 0 20 0 18 0 2607211 9787879424 26862 33554432000 1073741824 1073778376 140735213076208 140167774001592 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7809/tid=7826] ppid=7806 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/7809/task/7826/stat : 7826 (java) S 7806 7809 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2607211 9787879424 26862 33554432000 1073741824 1073778376 140735213076208 140167772948728 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7809/tid=7827] ppid=7806 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/7809/task/7827/stat : 7827 (java) S 7806 7809 5962 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 2607211 9787879424 26862 33554432000 1073741824 1073778376 140735213076208 140167771896392 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7
Current children cumulated vsize (KiB) 9558476

[startup+12.7008 s]
/proc/loadavg: 4.26 4.28 4.17 3/216 7939
/proc/meminfo: memFree=27948672/32872528 swapFree=1499084/1695308
[pid=7809] ppid=7806 vsize=9824732 CPUtime=10.82 cores=1,3,5,7
/proc/7809/stat : 7809 (java) S 7806 7809 5962 0 -1 4202496 10920 0 1 0 1051 31 0 0 20 0 22 0 2607204 10060525568 56205 33554432000 1073741824 1073778376 140735213076208 140735213067344 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7809/statm: 2456183 56205 2290 9 0 2446860 0

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


[startup+822.301 s]
/proc/loadavg: 4.28 4.27 4.19 5/219 8105
/proc/meminfo: memFree=22840360/32872528 swapFree=1499084/1695308
[pid=7809] ppid=7806 vsize=9824732 CPUtime=1572.5 cores=1,3,5,7
/proc/7809/stat : 7809 (java) S 7806 7809 5962 0 -1 4202496 25547 0 1 0 156873 377 0 0 20 0 22 0 2607204 10060525568 622105 33554432000 1073741824 1073778376 140735213076208 140735213067344 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7809/statm: 2456183 622105 2304 9 0 2446860 0
[pid=7809/tid=7811] ppid=7806 vsize=9824732 CPUtime=8.23 cores=1,3,5,7
/proc/7809/task/7811/stat : 7811 (java) S 7806 7809 5962 0 -1 4202560 2493 0 1 0 818 5 0 0 20 0 22 0 2607206 10060525568 622105 33554432000 1073741824 1073778376 140735213076208 140167955116920 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7809/tid=7812] ppid=7806 vsize=9824732 CPUtime=1.67 cores=1,3,5,7
/proc/7809/task/7812/stat : 7812 (java) S 7806 7809 5962 0 -1 4202560 991 0 0 0 138 29 0 0 20 0 22 0 2607207 10060525568 622105 33554432000 1073741824 1073778376 140735213076208 140167944178600 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7809/tid=7813] ppid=7806 vsize=9824732 CPUtime=1.31 cores=1,3,5,7
/proc/7809/task/7813/stat : 7813 (java) S 7806 7809 5962 0 -1 4202560 676 0 0 0 112 19 0 0 20 0 22 0 2607207 10060525568 622105 33554432000 1073741824 1073778376 140735213076208 140167943126056 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7809/tid=7814] ppid=7806 vsize=9824732 CPUtime=1.52 cores=1,3,5,7
/proc/7809/task/7814/stat : 7814 (java) S 7806 7809 5962 0 -1 4202560 847 0 0 0 124 28 0 0 20 0 22 0 2607207 10060525568 622105 33554432000 1073741824 1073778376 140735213076208 140167942073000 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7809/tid=7815] ppid=7806 vsize=9824732 CPUtime=1.43 cores=1,3,5,7
/proc/7809/task/7815/stat : 7815 (java) S 7806 7809 5962 0 -1 4202560 759 0 0 0 118 25 0 0 20 0 22 0 2607207 10060525568 622105 33554432000 1073741824 1073778376 140735213076208 140167941020456 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7809/tid=7816] ppid=7806 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/7809/task/7816/stat : 7816 (java) S 7806 7809 5962 0 -1 4202560 688 0 0 0 129 27 0 0 20 0 22 0 2607207 10060525568 622105 33554432000 1073741824 1073778376 140735213076208 140167939967400 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7809/tid=7817] ppid=7806 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/7809/task/7817/stat : 7817 (java) S 7806 7809 5962 0 -1 4202560 868 0 0 0 132 22 0 0 20 0 22 0 2607207 10060525568 622105 33554432000 1073741824 1073778376 140735213076208 140167938914856 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7809/tid=7818] ppid=7806 vsize=9824732 CPUtime=1.69 cores=1,3,5,7
/proc/7809/task/7818/stat : 7818 (java) S 7806 7809 5962 0 -1 4202560 891 0 0 0 144 25 0 0 20 0 22 0 2607207 10060525568 622105 33554432000 1073741824 1073778376 140735213076208 140167937861800 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7809/tid=7819] ppid=7806 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/7809/task/7819/stat : 7819 (java) S 7806 7809 5962 0 -1 4202560 964 0 0 0 124 24 0 0 20 0 22 0 2607207 10060525568 622105 33554432000 1073741824 1073778376 140735213076208 140167936809256 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7809/tid=7820] ppid=7806 vsize=9824732 CPUtime=3.89 cores=1,3,5,7
/proc/7809/task/7820/stat : 7820 (java) S 7806 7809 5962 0 -1 4202560 2418 0 0 0 383 6 0 0 20 0 22 0 2607208 10060525568 622105 33554432000 1073741824 1073778376 140735213076208 140167779265384 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7809/tid=7821] ppid=7806 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7809/task/7821/stat : 7821 (java) S 7806 7809 5962 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2607208 10060525568 622105 33554432000 1073741824 1073778376 140735213076208 140167778211704 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7809/tid=7822] ppid=7806 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7809/task/7822/stat : 7822 (java) S 7806 7809 5962 0 -1 4202560 48 0 0 0 0 0 0 0 20 0 22 0 2607208 10060525568 622105 33554432000 1073741824 1073778376 140735213076208 140167777158536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7809/tid=7823] ppid=7806 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7809/task/7823/stat : 7823 (java) S 7806 7809 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2607211 10060525568 622105 33554432000 1073741824 1073778376 140735213076208 140167776107280 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7809/tid=7824] ppid=7806 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/7809/task/7824/stat : 7824 (java) S 7806 7809 5962 0 -1 4202560 4981 0 0 0 139 0 0 0 20 0 22 0 2607211 10060525568 622105 33554432000 1073741824 1073778376 140735213076208 140167775054136 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7809/tid=7825] ppid=7806 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/7809/task/7825/stat : 7825 (java) S 7806 7809 5962 0 -1 4202560 5461 0 0 0 154 0 0 0 20 0 22 0 2607211 10060525568 622105 33554432000 1073741824 1073778376 140735213076208 140167774001592 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7809/tid=7826] ppid=7806 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7809/task/7826/stat : 7826 (java) S 7806 7809 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2607211 10060525568 622105 33554432000 1073741824 1073778376 140735213076208 140167772948728 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7809/tid=7827] ppid=7806 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/7809/task/7827/stat : 7827 (java) S 7806 7809 5962 0 -1 4202560 48 0 0 0 9 15 0 0 20 0 22 0 2607211 10060525568 622105 33554432000 1073741824 1073778376 140735213076208 140167771896392 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7809/tid=7909] ppid=7806 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7809/task/7909/stat : 7909 (java) S 7806 7809 5962 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2607890 10060525568 622105 33554432000 1073741824 1073778376 140735213076208 140167767684520 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7809/tid=8103] ppid=7806 vsize=9824732 CPUtime=7.96 cores=1,3,5,7
/proc/7809/task/8103/stat : 8103 (java) R 7806 7809 5962 0 -1 4202560 2 0 0 0 796 0 0 0 20 0 22 0 2688637 10060525568 622105 33554432000 1073741824 1073778376 140735213076208 140167770839632 140167818731848 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7809/tid=8104] ppid=7806 vsize=9824732 CPUtime=7.96 cores=1,3,5,7
/proc/7809/task/8104/stat : 8104 (java) R 7806 7809 5962 0 -1 4202560 4 0 0 0 796 0 0 0 20 0 22 0 2688637 10060525568 622105 33554432000 1073741824 1073778376 140735213076208 140167768736648 140167819360030 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7809/tid=8105] ppid=7806 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7809/task/8105/stat : 8105 (java) S 7806 7809 5962 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2688637 10060525568 622105 33554432000 1073741824 1073778376 140735213076208 140167769789224 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1572.5
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.23 4.25 4.18 5/219 8109
/proc/meminfo: memFree=22543344/32872528 swapFree=1499084/1695308
[pid=7809] ppid=7806 vsize=9824732 CPUtime=1692.95 cores=1,3,5,7
/proc/7809/stat : 7809 (java) S 7806 7809 5962 0 -1 4202496 26427 0 1 0 168881 414 0 0 20 0 22 0 2607204 10060525568 696118 33554432000 1073741824 1073778376 140735213076208 140735213067344 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7809/statm: 2456183 696118 2304 9 0 2446860 0
[pid=7809/tid=7811] ppid=7806 vsize=9824732 CPUtime=8.26 cores=1,3,5,7
/proc/7809/task/7811/stat : 7811 (java) S 7806 7809 5962 0 -1 4202560 2494 0 1 0 821 5 0 0 20 0 22 0 2607206 10060525568 696118 33554432000 1073741824 1073778376 140735213076208 140167955116920 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7809/tid=7812] ppid=7806 vsize=9824732 CPUtime=1.94 cores=1,3,5,7
/proc/7809/task/7812/stat : 7812 (java) S 7806 7809 5962 0 -1 4202560 1145 0 0 0 158 36 0 0 20 0 22 0 2607207 10060525568 696118 33554432000 1073741824 1073778376 140735213076208 140167944178600 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7809/tid=7813] ppid=7806 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/7809/task/7813/stat : 7813 (java) S 7806 7809 5962 0 -1 4202560 779 0 0 0 125 23 0 0 20 0 22 0 2607207 10060525568 696118 33554432000 1073741824 1073778376 140735213076208 140167943126056 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7809/tid=7814] ppid=7806 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/7809/task/7814/stat : 7814 (java) S 7806 7809 5962 0 -1 4202560 894 0 0 0 141 31 0 0 20 0 22 0 2607207 10060525568 696118 33554432000 1073741824 1073778376 140735213076208 140167942073000 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7809/tid=7815] ppid=7806 vsize=9824732 CPUtime=1.58 cores=1,3,5,7
/proc/7809/task/7815/stat : 7815 (java) S 7806 7809 5962 0 -1 4202560 826 0 0 0 129 29 0 0 20 0 22 0 2607207 10060525568 696118 33554432000 1073741824 1073778376 140735213076208 140167941020456 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7809/tid=7816] ppid=7806 vsize=9824732 CPUtime=1.73 cores=1,3,5,7
/proc/7809/task/7816/stat : 7816 (java) S 7806 7809 5962 0 -1 4202560 726 0 0 0 142 31 0 0 20 0 22 0 2607207 10060525568 696118 33554432000 1073741824 1073778376 140735213076208 140167939967400 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7809/tid=7817] ppid=7806 vsize=9824732 CPUtime=1.83 cores=1,3,5,7
/proc/7809/task/7817/stat : 7817 (java) S 7806 7809 5962 0 -1 4202560 999 0 0 0 155 28 0 0 20 0 22 0 2607207 10060525568 696118 33554432000 1073741824 1073778376 140735213076208 140167938914856 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7809/tid=7818] ppid=7806 vsize=9824732 CPUtime=1.84 cores=1,3,5,7
/proc/7809/task/7818/stat : 7818 (java) S 7806 7809 5962 0 -1 4202560 950 0 0 0 155 29 0 0 20 0 22 0 2607207 10060525568 696118 33554432000 1073741824 1073778376 140735213076208 140167937861800 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7809/tid=7819] ppid=7806 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/7809/task/7819/stat : 7819 (java) S 7806 7809 5962 0 -1 4202560 1064 0 0 0 137 28 0 0 20 0 22 0 2607207 10060525568 696118 33554432000 1073741824 1073778376 140735213076208 140167936809256 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7809/tid=7820] ppid=7806 vsize=9824732 CPUtime=3.89 cores=1,3,5,7
/proc/7809/task/7820/stat : 7820 (java) S 7806 7809 5962 0 -1 4202560 2579 0 0 0 383 6 0 0 20 0 22 0 2607208 10060525568 696118 33554432000 1073741824 1073778376 140735213076208 140167779265384 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7809/tid=7821] ppid=7806 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7809/task/7821/stat : 7821 (java) S 7806 7809 5962 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2607208 10060525568 696118 33554432000 1073741824 1073778376 140735213076208 140167778211704 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7809/tid=7822] ppid=7806 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7809/task/7822/stat : 7822 (java) S 7806 7809 5962 0 -1 4202560 49 0 0 0 0 0 0 0 20 0 22 0 2607208 10060525568 696118 33554432000 1073741824 1073778376 140735213076208 140167777158536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7809/tid=7823] ppid=7806 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7809/task/7823/stat : 7823 (java) S 7806 7809 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2607211 10060525568 696118 33554432000 1073741824 1073778376 140735213076208 140167776107280 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7809/tid=7824] ppid=7806 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/7809/task/7824/stat : 7824 (java) S 7806 7809 5962 0 -1 4202560 4981 0 0 0 139 0 0 0 20 0 22 0 2607211 10060525568 696118 33554432000 1073741824 1073778376 140735213076208 140167775054136 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7809/tid=7825] ppid=7806 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/7809/task/7825/stat : 7825 (java) S 7806 7809 5962 0 -1 4202560 5461 0 0 0 154 0 0 0 20 0 22 0 2607211 10060525568 696118 33554432000 1073741824 1073778376 140735213076208 140167774001592 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7809/tid=7826] ppid=7806 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7809/task/7826/stat : 7826 (java) S 7806 7809 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2607211 10060525568 696118 33554432000 1073741824 1073778376 140735213076208 140167772948728 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7809/tid=7827] ppid=7806 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/7809/task/7827/stat : 7827 (java) S 7806 7809 5962 0 -1 4202560 52 0 0 0 10 16 0 0 20 0 22 0 2607211 10060525568 696118 33554432000 1073741824 1073778376 140735213076208 140167771896392 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7809/tid=7909] ppid=7806 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7809/task/7909/stat : 7909 (java) S 7806 7809 5962 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2607890 10060525568 696118 33554432000 1073741824 1073778376 140735213076208 140167767684520 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7809/tid=8107] ppid=7806 vsize=9824732 CPUtime=4.59 cores=1,3,5,7
/proc/7809/task/8107/stat : 8107 (java) R 7806 7809 5962 0 -1 4202560 2 0 0 0 459 0 0 0 20 0 22 0 2694961 10060525568 696118 33554432000 1073741824 1073778376 140735213076208 140167768734184 140167819029580 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7809/tid=8108] ppid=7806 vsize=9824732 CPUtime=4.59 cores=1,3,5,7
/proc/7809/task/8108/stat : 8108 (java) R 7806 7809 5962 0 -1 4202560 5 0 0 0 459 0 0 0 20 0 22 0 2694961 10060525568 696118 33554432000 1073741824 1073778376 140735213076208 140167769787184 140167819360118 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7809/tid=8109] ppid=7806 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7809/task/8109/stat : 8109 (java) S 7806 7809 5962 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2694961 10060525568 696118 33554432000 1073741824 1073778376 140735213076208 140167770842792 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1692.95
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+936.208 s]
/proc/loadavg: 4.01 4.20 4.17 4/217 8196
/proc/meminfo: memFree=24532512/32872528 swapFree=1499084/1695308
[pid=7809] ppid=7806 vsize=9824732 CPUtime=1800.01 cores=1,3,5,7
/proc/7809/stat : 7809 (java) S 7806 7809 5962 0 -1 4202496 27111 0 1 0 179552 449 0 0 20 0 22 0 2607204 10060525568 762836 33554432000 1073741824 1073778376 140735213076208 140735213067344 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7809/statm: 2456183 762836 2304 9 0 2446860 0
[pid=7809/tid=7811] ppid=7806 vsize=9824732 CPUtime=8.3 cores=1,3,5,7
/proc/7809/task/7811/stat : 7811 (java) S 7806 7809 5962 0 -1 4202560 2495 0 1 0 825 5 0 0 20 0 22 0 2607206 10060525568 762836 33554432000 1073741824 1073778376 140735213076208 140167955116920 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7809/tid=7812] ppid=7806 vsize=9824732 CPUtime=2.19 cores=1,3,5,7
/proc/7809/task/7812/stat : 7812 (java) S 7806 7809 5962 0 -1 4202560 1208 0 0 0 180 39 0 0 20 0 22 0 2607207 10060525568 762836 33554432000 1073741824 1073778376 140735213076208 140167944178600 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7809/tid=7813] ppid=7806 vsize=9824732 CPUtime=1.67 cores=1,3,5,7
/proc/7809/task/7813/stat : 7813 (java) S 7806 7809 5962 0 -1 4202560 834 0 0 0 141 26 0 0 20 0 22 0 2607207 10060525568 762836 33554432000 1073741824 1073778376 140735213076208 140167943126056 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7809/tid=7814] ppid=7806 vsize=9824732 CPUtime=1.92 cores=1,3,5,7
/proc/7809/task/7814/stat : 7814 (java) S 7806 7809 5962 0 -1 4202560 974 0 0 0 156 36 0 0 20 0 22 0 2607207 10060525568 762836 33554432000 1073741824 1073778376 140735213076208 140167942073000 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7809/tid=7815] ppid=7806 vsize=9824732 CPUtime=1.78 cores=1,3,5,7
/proc/7809/task/7815/stat : 7815 (java) S 7806 7809 5962 0 -1 4202560 908 0 0 0 144 34 0 0 20 0 22 0 2607207 10060525568 762836 33554432000 1073741824 1073778376 140735213076208 140167941020456 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7809/tid=7816] ppid=7806 vsize=9824732 CPUtime=1.92 cores=1,3,5,7
/proc/7809/task/7816/stat : 7816 (java) S 7806 7809 5962 0 -1 4202560 778 0 0 0 158 34 0 0 20 0 22 0 2607207 10060525568 762836 33554432000 1073741824 1073778376 140735213076208 140167939967400 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7809/tid=7817] ppid=7806 vsize=9824732 CPUtime=2.03 cores=1,3,5,7
/proc/7809/task/7817/stat : 7817 (java) S 7806 7809 5962 0 -1 4202560 1048 0 0 0 172 31 0 0 20 0 22 0 2607207 10060525568 762836 33554432000 1073741824 1073778376 140735213076208 140167938914856 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7809/tid=7818] ppid=7806 vsize=9824732 CPUtime=2.09 cores=1,3,5,7
/proc/7809/task/7818/stat : 7818 (java) S 7806 7809 5962 0 -1 4202560 1043 0 0 0 175 34 0 0 20 0 22 0 2607207 10060525568 762836 33554432000 1073741824 1073778376 140735213076208 140167937861800 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7809/tid=7819] ppid=7806 vsize=9824732 CPUtime=1.82 cores=1,3,5,7
/proc/7809/task/7819/stat : 7819 (java) S 7806 7809 5962 0 -1 4202560 1115 0 0 0 151 31 0 0 20 0 22 0 2607207 10060525568 762836 33554432000 1073741824 1073778376 140735213076208 140167936809256 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7809/tid=7820] ppid=7806 vsize=9824732 CPUtime=3.9 cores=1,3,5,7
/proc/7809/task/7820/stat : 7820 (java) S 7806 7809 5962 0 -1 4202560 2718 0 0 0 383 7 0 0 20 0 22 0 2607208 10060525568 762836 33554432000 1073741824 1073778376 140735213076208 140167779265384 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7809/tid=7821] ppid=7806 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7809/task/7821/stat : 7821 (java) S 7806 7809 5962 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2607208 10060525568 762836 33554432000 1073741824 1073778376 140735213076208 140167778211704 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7809/tid=7822] ppid=7806 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7809/task/7822/stat : 7822 (java) S 7806 7809 5962 0 -1 4202560 50 0 0 0 0 0 0 0 20 0 22 0 2607208 10060525568 762836 33554432000 1073741824 1073778376 140735213076208 140167777158536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7809/tid=7823] ppid=7806 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7809/task/7823/stat : 7823 (java) S 7806 7809 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2607211 10060525568 762836 33554432000 1073741824 1073778376 140735213076208 140167776107280 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7809/tid=7824] ppid=7806 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/7809/task/7824/stat : 7824 (java) S 7806 7809 5962 0 -1 4202560 4981 0 0 0 139 0 0 0 20 0 22 0 2607211 10060525568 762836 33554432000 1073741824 1073778376 140735213076208 140167775054136 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7809/tid=7825] ppid=7806 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/7809/task/7825/stat : 7825 (java) S 7806 7809 5962 0 -1 4202560 5461 0 0 0 154 0 0 0 20 0 22 0 2607211 10060525568 762836 33554432000 1073741824 1073778376 140735213076208 140167774001592 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7809/tid=7826] ppid=7806 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7809/task/7826/stat : 7826 (java) S 7806 7809 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2607211 10060525568 762836 33554432000 1073741824 1073778376 140735213076208 140167772948728 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7809/tid=7827] ppid=7806 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/7809/task/7827/stat : 7827 (java) S 7806 7809 5962 0 -1 4202560 56 0 0 0 11 17 0 0 20 0 22 0 2607211 10060525568 762836 33554432000 1073741824 1073778376 140735213076208 140167771896392 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7809/tid=7909] ppid=7806 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7809/task/7909/stat : 7909 (java) S 7806 7809 5962 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2607890 10060525568 762836 33554432000 1073741824 1073778376 140735213076208 140167767684520 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7809/tid=8194] ppid=7806 vsize=9824732 CPUtime=17.77 cores=1,3,5,7
/proc/7809/task/8194/stat : 8194 (java) R 7806 7809 5962 0 -1 4202560 4 0 0 0 1777 0 0 0 20 0 22 0 2699020 10060525568 762836 33554432000 1073741824 1073778376 140735213076208 140167769787216 140167818854353 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7809/tid=8195] ppid=7806 vsize=9824732 CPUtime=17.79 cores=1,3,5,7
/proc/7809/task/8195/stat : 8195 (java) R 7806 7809 5962 0 -1 4202560 4 0 0 0 1779 0 0 0 20 0 22 0 2699020 10060525568 762836 33554432000 1073741824 1073778376 140735213076208 140167770840496 140167819360046 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7809/tid=8196] ppid=7806 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7809/task/8196/stat : 8196 (java) S 7806 7809 5962 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2699020 10060525568 762836 33554432000 1073741824 1073778376 140735213076208 140167768736808 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9824732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 7809 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 936.232
CPU time (s): 1800.23
CPU user time (s): 1795.58
CPU system time (s): 4.65129
CPU usage (%): 192.285
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.58
system time used= 4.65129
maximum resident set size= 3223368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27145
page faults= 1
swaps= 0
block input operations= 40
block output operations= 1016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26596
involuntary context switches= 21138

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.8931 second user time and 7.8638 second system time

The end

Launcher Data

Begin job on node137 at 2016-06-29 18:09:20
IDJOB=4117995
IDBENCH=111424
IDSOLVER=2543
FILE ID=node137/4117995-1467216560
RUNJOBID= node137-1467212962-6647
PBS_JOBID= 19997573
Free space on /tmp= 71692 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-BIGINT-NLC/minlplib2-pb-0.1.0/opb/normalized-autocorr_bern45-34.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117995-1467216560/watcher-4117995-1467216560 -o /tmp/evaluation-result-4117995-1467216560/solver-4117995-1467216560 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1467212962-6647 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4117995-1467216560.opb

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

MD5SUM BENCH= 12e66ff4357eff1895de3fb19889e7f8
RANDOM SEED=289792276

node137.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.265
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.53
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.265
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.265
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.53
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.265
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.265
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.265
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.265
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.54
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.265
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:        26295736 kB
Buffers:           91484 kB
Cached:          1783068 kB
SwapCached:            0 kB
Active:          2466140 kB
Inactive:        1670444 kB
Active(anon):    2264324 kB
Inactive(anon):        4 kB
Active(file):     201816 kB
Inactive(file):  1670440 kB
Unevictable:     1695308 kB
Mlocked:         1499084 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1256 kB
Writeback:             0 kB
AnonPages:       3956648 kB
Mapped:            22128 kB
Shmem:               204 kB
Slab:             607928 kB
SReclaimable:      52084 kB
SUnreclaim:       555844 kB
KernelStack:        1648 kB
PageTables:        12024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4167008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2394112 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= 71692 MiB
End job on node137 at 2016-06-29 18:24:56