Trace number 4263976

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
AbsCon-basic 2017-06-11SAT (TO)583 2520.04 2514.72

General information on the benchmark

NameLowAutocorrelation/LowAutocorrelation-m1-s1/
LowAutocorrelation-054.xml
MD5SUMd63f0cb62453ec1939b86e2392ab6ad9
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark351
Best CPU time to get the best result obtained on this benchmark2400.01
Satisfiable
(Un)Satisfiability was proved
Number of variables2969
Number of constraints1537
Number of domains107
Minimum domain size2
Maximum domain size107
Distribution of domain sizes[{"size":2,"count":1486},{"size":3,"count":2},{"size":4,"count":1},{"size":5,"count":2},{"size":6,"count":1},{"size":7,"count":2},{"size":8,"count":1},{"size":9,"count":2},{"size":10,"count":1},{"size":11,"count":2},{"size":12,"count":1},{"size":13,"count":2},{"size":14,"count":1},{"size":15,"count":2},{"size":16,"count":1},{"size":17,"count":2},{"size":18,"count":1},{"size":19,"count":2},{"size":20,"count":1},{"size":21,"count":2},{"size":22,"count":1},{"size":23,"count":2},{"size":24,"count":1},{"size":25,"count":2},{"size":26,"count":1},"...",{"size":59,"count":1}, {"size":61,"count":1}, {"size":63,"count":1}, {"size":65,"count":1}, {"size":67,"count":1}, {"size":69,"count":1}, {"size":71,"count":1}, {"size":73,"count":1}, {"size":75,"count":1}, {"size":77,"count":1}, {"size":79,"count":1}, {"size":81,"count":1}, {"size":83,"count":1}, {"size":85,"count":1}, {"size":87,"count":1}, {"size":89,"count":1}, {"size":91,"count":1}, {"size":93,"count":1}, {"size":95,"count":1}, {"size":97,"count":1}, {"size":99,"count":1}, {"size":101,"count":1}, {"size":103,"count":1}, {"size":105,"count":1}, {"size":107,"count":1}]
Minimum variable degree0
Maximum variable degree53
Distribution of variable degrees[{"degree":0,"count":1378},{"degree":2,"count":1537},{"degree":53,"count":54}]
Minimum constraint arity2
Maximum constraint arity54
Distribution of constraint arities[{"arity":2,"count":54},{"arity":3,"count":1432},{"arity":4,"count":1},{"arity":5,"count":1},{"arity":6,"count":1},{"arity":7,"count":1},{"arity":8,"count":1},{"arity":9,"count":1},{"arity":10,"count":1},{"arity":11,"count":1},{"arity":12,"count":1},{"arity":13,"count":1},{"arity":14,"count":1},{"arity":15,"count":1},{"arity":16,"count":1},{"arity":17,"count":1},{"arity":18,"count":1},{"arity":19,"count":1},{"arity":20,"count":1},{"arity":21,"count":1},{"arity":22,"count":1},{"arity":23,"count":1},{"arity":24,"count":1},{"arity":25,"count":1},{"arity":26,"count":1},"...",{"arity":30,"count":1}, {"arity":31,"count":1}, {"arity":32,"count":1}, {"arity":33,"count":1}, {"arity":34,"count":1}, {"arity":35,"count":1}, {"arity":36,"count":1}, {"arity":37,"count":1}, {"arity":38,"count":1}, {"arity":39,"count":1}, {"arity":40,"count":1}, {"arity":41,"count":1}, {"arity":42,"count":1}, {"arity":43,"count":1}, {"arity":44,"count":1}, {"arity":45,"count":1}, {"arity":46,"count":1}, {"arity":47,"count":1}, {"arity":48,"count":1}, {"arity":49,"count":1}, {"arity":50,"count":1}, {"arity":51,"count":1}, {"arity":52,"count":1}, {"arity":53,"count":1}, {"arity":54,"count":1}]
Number of extensional constraints0
Number of intensional constraints1484
Distribution of constraint types[{"type":"intension","count":1484},{"type":"sum","count":53}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.27/0.34	
0.27/0.34	AbsCon 2 
0.27/0.34	
1.00/0.69	  Solving XCSP3-instance-4263976-1502292819 as a COP in -infty..+infty
1.00/0.69	  Loading variables...
1.73/0.82	  Loading constraints...
2.76/1.20	  Solver SolverBacktrack being built...
2.76/1.20	
3.10/1.27	  Preprocessing : gac=false, ccks=0, filters=0, revisions=0 (useless=0), AC=0, removals=0, inconsistent=false
3.10/1.27	
3.37/1.36	o 51039
3.70/1.45	o 45527
4.01/1.51	o 45327
4.01/1.56	o 40631
4.32/1.61	o 40239
4.32/1.66	o 39879
4.63/1.71	o 35743
4.63/1.75	o 35223
4.63/1.79	o 31807
4.93/1.83	o 31255
4.93/1.87	o 31103
5.24/1.90	o 30527
5.24/1.94	o 27679
5.24/1.97	o 26855
5.55/2.00	o 24607
5.55/2.03	o 23815
5.55/2.06	o 23111
5.55/2.08	o 22519
5.70/2.11	o 22159
5.70/2.16	o 21391
5.70/2.19	o 21039
5.86/2.21	o 20455
5.86/2.26	o 19719
5.86/2.29	o 19287
5.99/2.32	o 19119
5.99/2.36	o 18679
5.99/2.39	o 18671
6.10/2.42	o 18423
6.10/2.44	o 18279
6.10/2.48	o 18199
6.20/2.53	o 18143
6.20/2.59	o 18119
6.31/2.62	o 18063
6.31/2.67	o 17839
6.42/2.70	o 16343
6.52/2.80	o 15879
6.52/2.83	o 14775
6.52/2.86	o 13655
6.82/3.03	o 12727
7.03/3.26	o 12479
7.03/3.30	o 11991
7.14/3.34	o 11967
7.43/3.63	o 10455
7.43/3.66	o 9615
7.64/3.83	o 9031
7.64/3.86	o 8463
7.64/3.89	o 7671
7.74/3.92	o 7487
7.74/3.95	o 7063
7.74/3.98	o 6719
7.84/4.01	o 4791
7.84/4.04	o 4463
8.27/4.44	o 4223
9.48/5.61	o 4071
9.48/5.63	o 3855
9.48/5.66	o 3799
9.48/5.69	o 3759
9.59/5.71	o 3735
9.59/5.74	o 3399
9.80/5.94	o 2951
10.23/6.32	o 1431
11.34/7.46	o 1423
11.34/7.49	o 1279
11.44/7.52	o 1223
11.68/7.76	o 959
14.81/10.85	o 935
19.64/15.65	o 911
19.94/15.99	o 903
34.98/30.94	o 895
42.90/38.83	o 879
45.30/41.21	o 823
252.52/248.31	o 815
277.95/273.71	o 783
404.06/399.79	o 759
423.17/418.80	o 727
439.29/434.97	o 679
442.09/437.73	o 607
469.81/465.41	o 583
2520.02/2514.71	
2520.02/2514.71	v <instantiation id='sol78' type='solution' cost='583'>  <list> x[] y[][] c[] s[] </list>  <values> -1 -1 1 1 1 -1 1 -1 1 1 -1 1 -1 -1 -1 -1 -1 1 -1 -1 -1 -1 -1 -1 -1 1 -1 -1 -1 1 1 -1 -1 1 1 -1 1 -1 -1 -1 1 -1 -1 1 1 1 1 -1 -1 -1 1 -1 1 1 1 -1 1 1 -1 -1 -1 -1 1 -1 -1 -1 1 1 1 1 -1 -1 1 1 1 1 1 1 -1 -1 1 1 -1 1 -1 1 -1 1 -1 -1 -1 1 1 -1 -1 1 -1 1 1 1 -1 1 1 -1 -1 -1 1 -1 -1 1 -1 1 1 1 -1 -1 1 1 -1 1 1 1 -1 1 -1 1 1 1 1 1 -1 1 -1 1 -1 -1 -1 -1 -1 -1 -1 1 1 -1 1 -1 1 -1 -1 -1 1 1 -1 -1 1 -1 1 1 -1 * -1 -1 -1 1 -1 -1 1 1 1 -1 1 -1 1 1 -1 1 1 -1 1 1 1 1 -1 1 1 -1 -1 -1 1 -1 1 -1 1 1 -1 1 -1 -1 1 1 1 -1 -1 1 -1 -1 -1 -1 1 -1 1 * * -1 1 1 -1 1 -1 -1 -1 -1 -1 1 -1 1 -1 1 1 1 -1 1 1 1 -1 1 1 1 1 -1 1 1 1 1 1 -1 -1 -1 1 1 1 1 -1 1 -1 -1 -1 -1 -1 1 1 -1 -1 * * * 1 -1 -1 1 1 1 1 1 -1 -1 1 -1 -1 1 1 1 1 -1 1 1 -1 1 1 1 -1 1 1 1 -1 1 -1 -1 1 -1 -1 -1 -1 1 -1 -1 1 -1 1 -1 -1 1 -1 -1 -1 * * * * -1 1 1 1 -1 -1 -1 1 -1 -1 1 1 1 1 1 1 1 -1 1 -1 1 1 1 -1 -1 -1 1 -1 -1 -1 1 1 1 -1 1 1 -1 -1 -1 -1 1 1 1 -1 1 -1 1 -1 * * * * * 1 -1 1 -1 1 1 -1 1 -1 -1 -1 -1 1 1 1 1 1 -1 -1 1 1 1 -1 -1 1 -1 -1 -1 1 1 -1 1 1 1 -1 1 1 -1 -1 -1 -1 1 1 1 -1 1 1 * * * * * * -1 -1 -1 1 -1 1 -1 1 -1 1 1 -1 1 1 1 1 1 1 1 1 1 -1 -1 1 1 1 -1 1 -1 -1 -1 1 -1 -1 -1 -1 1 -1 -1 1 -1 1 -1 -1 1 1 * * * * * * * -1 1 1 -1 -1 1 -1 1 1 -1 1 -1 1 1 1 1 -1 -1 1 1 -1 -1 1 1 -1 1 1 -1 1 -1 -1 -1 1 -1 1 -1 1 -1 1 1 -1 -1 1 1 1 * * * * * * * * 1 -1 -1 -1 -1 1 -1 -1 -1 -1 1 -1 1 1 1 -1 1 -1 1 -1 -1 1 1 -1 -1 -1 -1 1 1 -1 1 1 1 1 1 -1 1 1 1 1 1 1 -1 1 * * * * * * * * * -1 1 -1 -1 -1 1 1 1 -1 -1 1 -1 1 1 -1 1 1 -1 -1 -1 1 1 -1 -1 1 1 1 1 1 1 -1 1 -1 1 1 -1 -1 1 1 -1 -1 -1 -1 * * * * * * * * * * 1 1 -1 -1 -1 -1 -1 1 -1 -1 1 -1 1 -1 1 1 1 1 -1 1 1 -1 -1 1 -1 -1 1 1 -1 -1 -1 -1 -1 1 1 1 -1 1 -1 1 1 -1 * * * * * * * * * * * 1 1 -1 -1 1 1 -1 1 -1 -1 1 -1 -1 1 1 1 -1 1 1 1 -1 -1 1 -1 1 -1 1 -1 1 -1 1 -1 -1 1 -1 1 -1 -1 1 -1 1 * * * * * * * * * * * * 1 1 -1 1 -1 1 -1 1 -1 -1 1 1 1 1 1 -1 -1 -1 1 -1 -1 1 -1 1 1 -1 -1 1 1 1 1 -1 -1 -1 -1 1 1 1 -1 -1 * * * * * * * * * * * * * 1 1 1 -1 -1 1 -1 1 -1 -1 -1 -1 1 1 -1 -1 1 -1 -1 -1 1 -1 1 1 1 1 1 1 -1 1 1 -1 1 -1 -1 -1 -1 -1 -1 * * * * * * * * * * * * * * 1 -1 -1 -1 -1 1 -1 1 -1 1 1 -1 1 -1 -1 1 1 1 -1 1 -1 1 1 1 -1 -1 1 -1 -1 1 1 1 1 -1 1 1 1 -1 * * * * * * * * * * * * * * * -1 1 -1 -1 -1 1 -1 1 1 -1 1 -1 -1 -1 1 1 -1 1 1 -1 1 1 1 -1 1 -1 -1 -1 -1 1 -1 1 1 1 -1 -1 1 * * * * * * * * * * * * * * * * 1 1 -1 -1 -1 1 -1 -1 -1 -1 1 1 -1 1 1 -1 -1 -1 -1 1 1 1 -1 1 1 1 -1 -1 -1 -1 -1 1 -1 -1 1 -1 * * * * * * * * * * * * * * * * * 1 1 -1 -1 -1 1 1 1 -1 -1 -1 1 1 1 -1 -1 1 1 1 1 1 -1 1 1 -1 1 -1 -1 1 -1 -1 -1 1 1 1 * * * * * * * * * * * * * * * * * * 1 1 -1 -1 -1 -1 -1 1 -1 1 -1 -1 1 -1 -1 1 -1 -1 1 1 -1 1 1 -1 -1 1 -1 1 1 -1 1 1 -1 1 * * * * * * * * * * * * * * * * * * * 1 1 -1 -1 1 1 -1 1 1 1 1 -1 -1 -1 1 -1 1 -1 1 -1 1 1 -1 -1 -1 1 1 1 1 1 -1 -1 -1 * * * * * * * * * * * * * * * * * * * * 1 1 -1 1 -1 1 -1 -1 1 -1 1 1 -1 1 -1 1 1 -1 -1 1 1 -1 -1 -1 -1 -1 1 1 -1 -1 1 -1 * * * * * * * * * * * * * * * * * * * * * 1 1 1 -1 -1 1 1 -1 -1 -1 -1 1 1 -1 1 1 1 1 1 1 -1 -1 -1 -1 1 -1 1 -1 1 1 1 * * * * * * * * * * * * * * * * * * * * * * 1 -1 -1 -1 -1 -1 1 1 -1 1 -1 -1 -1 1 1 1 -1 -1 1 -1 -1 -1 -1 1 1 -1 -1 1 -1 1 * * * * * * * * * * * * * * * * * * * * * * * -1 1 -1 -1 1 -1 -1 1 1 1 1 1 1 1 1 -1 1 -1 -1 -1 -1 -1 1 1 1 1 1 -1 -1 * * * * * * * * * * * * * * * * * * * * * * * * 1 1 -1 1 1 1 -1 -1 1 -1 -1 -1 1 1 -1 1 1 1 -1 -1 -1 1 1 1 -1 -1 -1 -1 * * * * * * * * * * * * * * * * * * * * * * * * * 1 1 1 1 -1 1 1 -1 -1 1 1 -1 1 -1 1 1 -1 1 -1 -1 1 1 1 -1 1 1 -1 * * * * * * * * * * * * * * * * * * * * * * * * * * 1 -1 1 -1 -1 -1 1 1 1 -1 1 -1 -1 1 1 -1 -1 1 -1 1 1 1 -1 1 -1 1 * * * * * * * * * * * * * * * * * * * * * * * * * * * -1 -1 -1 -1 1 -1 -1 -1 -1 -1 1 1 1 1 -1 -1 -1 1 1 1 1 -1 1 -1 -1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * -1 1 -1 1 1 1 1 1 -1 -1 -1 -1 1 -1 -1 -1 -1 -1 1 1 -1 1 -1 -1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 1 1 1 1 -1 -1 -1 1 -1 1 1 -1 -1 -1 -1 -1 1 -1 1 -1 1 -1 -1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 1 -1 1 -1 1 1 -1 1 1 -1 1 1 -1 -1 -1 1 1 -1 -1 1 -1 -1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -1 -1 -1 1 -1 1 -1 -1 -1 -1 -1 1 -1 -1 1 1 1 1 1 -1 -1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -1 1 1 -1 -1 1 1 1 -1 1 -1 1 -1 1 1 1 -1 -1 -1 -1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 1 -1 -1 -1 -1 -1 -1 1 1 1 -1 1 1 1 1 -1 1 1 -1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -1 1 -1 -1 1 1 -1 -1 1 1 -1 -1 1 1 -1 1 -1 1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 1 1 -1 1 -1 1 1 -1 1 1 1 -1 1 -1 1 -1 -1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 1 1 1 -1 -1 -1 1 -1 1 -1 1 -1 -1 1 -1 -1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 1 -1 -1 -1 1 -1 1 -1 -1 -1 1 1 1 -1 -1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -1 1 -1 1 1 -1 1 1 -1 -1 -1 -1 -1 -1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 1 1 1 1 1 -1 -1 1 -1 1 1 1 -1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 1 -1 1 1 1 1 -1 1 1 -1 -1 1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -1 -1 1 1 -1 1 -1 -1 -1 1 -1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -1 -1 1 -1 -1 1 1 1 1 1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -1 -1 -1 -1 -1 -1 -1 -1 1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -1 1 -1 -1 1 1 1 -1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 1 1 -1 1 -1 -1 1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 1 1 1 -1 1 -1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 1 -1 -1 1 1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -1 1 1 1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 1 -1 1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -1 -1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 3 0 1 4 1 4 5 2 5 4 1 -2 1 2 -3 4 -1 -6 5 -2 3 -2 5 -6 3 0 7 2 -5 -4 -3 0 -5 0 1 0 3 -2 -3 -4 5 4 -3 2 -7 0 1 2 1 2 1 -2 -1 9 0 1 16 1 16 25 4 25 16 1 4 1 4 9 16 1 36 25 4 9 4 25 36 9 0 49 4 25 16 9 0 25 0 1 0 9 4 9 16 25 16 9 4 49 0 1 4 1 4 1 4 1 </values>  </instantiation>
2520.02/2514.71	s SATISFIABLE

Verifier Data

OK	583

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-4263976-1502292819/watcher-4263976-1502292819 -o /tmp/evaluation-result-4263976-1502292819/solver-4263976-1502292819 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502259017-17570 --watchdog 2580 java -jar HOME/AbsCon-basic.jar HOME/instance-4263976-1502292819.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.58 1.66 1.74 3/199 24935
/proc/meminfo: memFree=28542552/32770624 swapFree=0/414404
[pid=24935] ppid=24932 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/24935/stat : 24935 (runsolver) D 24932 24935 9153 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 71193008 24240128 106 18446744073709551615 4194304 4338465 140727173504080 140727173501720 139888853902039 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 16646144 140727173505183 140727173505609 140727173505609 140727173509066 0
/proc/24935/statm: 5918 106 53 36 0 2156 0

[startup+0.100155 s]
/proc/loadavg: 1.58 1.66 1.74 3/199 24935
/proc/meminfo: memFree=28542552/32770624 swapFree=0/414404
[pid=24935] ppid=24932 vsize=10085108 CPUtime=0.02 cores=0,2,4,6
/proc/24935/stat : 24935 (java) S 24932 24935 9153 0 -1 1077944320 3793 0 0 0 2 0 0 0 20 0 8 0 71193008 10327150592 4961 18446744073709551615 4194304 4196468 140725485377920 140725485360464 140259318484727 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
/proc/24935/statm: 2521277 4961 2053 1 0 2510774 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10085108

[startup+0.200299 s]
/proc/loadavg: 1.58 1.66 1.74 3/199 24935
/proc/meminfo: memFree=28542552/32770624 swapFree=0/414404
[pid=24935] ppid=24932 vsize=10551180 CPUtime=0.1 cores=0,2,4,6
/proc/24935/stat : 24935 (java) S 24932 24935 9153 0 -1 1077944320 5080 0 0 0 9 1 0 0 20 0 15 0 71193008 10804408320 6590 18446744073709551615 4194304 4196468 140725485377920 140725485360464 140259318484727 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
/proc/24935/statm: 2637795 6590 2679 1 0 2627261 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10551180

[startup+0.300326 s]
/proc/loadavg: 1.58 1.66 1.74 3/199 24935
/proc/meminfo: memFree=28542552/32770624 swapFree=0/414404
[pid=24935] ppid=24932 vsize=10553264 CPUtime=0.27 cores=0,2,4,6
/proc/24935/stat : 24935 (java) S 24932 24935 9153 0 -1 1077944320 8825 0 0 0 25 2 0 0 20 0 15 0 71193008 10806542336 9605 18446744073709551615 4194304 4196468 140725485377920 140725485360464 140259318484727 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
/proc/24935/statm: 2638316 9605 2911 1 0 2627261 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 10553264

[startup+0.703798 s]
/proc/loadavg: 1.58 1.66 1.74 3/199 24935
/proc/meminfo: memFree=28542552/32770624 swapFree=0/414404
[pid=24935] ppid=24932 vsize=10621952 CPUtime=1.37 cores=0,2,4,6
/proc/24935/stat : 24935 (java) S 24932 24935 9153 0 -1 1077944320 14250 0 0 0 132 5 0 0 20 0 16 0 71193008 10876878848 22665 18446744073709551615 4194304 4196468 140725485377920 140725485360464 140259318484727 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
/proc/24935/statm: 2655488 22731 3081 1 0 2644414 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 10621952

[startup+1.50082 s]
/proc/loadavg: 1.58 1.66 1.74 6/215 24951
/proc/meminfo: memFree=28421412/32770624 swapFree=0/414436
[pid=24935] ppid=24932 vsize=10624000 CPUtime=4.01 cores=0,2,4,6
/proc/24935/stat : 24935 (java) S 24932 24935 9153 0 -1 1077944320 26345 0 0 0 393 8 0 0 20 0 16 0 71193008 10878976000 43358 18446744073709551615 4194304 4196468 140725485377920 140725485360464 140259318484727 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
/proc/24935/statm: 2656000 43358 3114 1 0 2644926 0
[pid=24935/tid=24937] ppid=24932 vsize=10624000 CPUtime=0.2 cores=0,2,4,6
/proc/24935/task/24937/stat : 24937 (java) S 24932 24935 9153 0 -1 1077944384 6150 0 0 0 19 1 0 0 20 0 16 0 71193015 10878976000 43358 18446744073709551615 4194304 4196468 140725485377920 140259322727600 140259318494933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24938] ppid=24932 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/24935/task/24938/stat : 24938 (java) S 24932 24935 9153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 71193016 10878976000 43358 18446744073709551615 4194304 4196468 140725485377920 140259275450640 140259318494933 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24939] ppid=24932 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/24935/task/24939/stat : 24939 (java) S 24932 24935 9153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 71193016 10878976000 43358 18446744073709551615 4194304 4196468 140725485377920 140259274398096 140259318494933 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24940] ppid=24932 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/24935/task/24940/stat : 24940 (java) S 24932 24935 9153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 71193016 10878976000 43358 18446744073709551615 4194304 4196468 140725485377920 140259273345552 140259318494933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24941] ppid=24932 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/24935/task/24941/stat : 24941 (java) S 24932 24935 9153 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 71193016 10878976000 43358 18446744073709551615 4194304 4196468 140725485377920 140259272293008 140259318494933 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24942] ppid=24932 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/24935/task/24942/stat : 24942 (java) S 24932 24935 9153 0 -1 1077944384 687 0 0 0 0 0 0 0 20 0 16 0 71193017 10878976000 43358 18446744073709551615 4194304 4196468 140725485377920 140258882423280 140259318495874 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24943] ppid=24932 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/24935/task/24943/stat : 24943 (java) S 24932 24935 9153 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 71193018 10878976000 43358 18446744073709551615 4194304 4196468 140725485377920 140258881369504 140259318494933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24944] ppid=24932 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/24935/task/24944/stat : 24944 (java) S 24932 24935 9153 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 71193018 10878976000 43358 18446744073709551615 4194304 4196468 140725485377920 140258880316912 140259318494933 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24945] ppid=24932 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/24935/task/24945/stat : 24945 (java) S 24932 24935 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 71193020 10878976000 43358 18446744073709551615 4194304 4196468 140725485377920 140258879265488 140259318503323 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24946] ppid=24932 vsize=10624000 CPUtime=0.94 cores=0,2,4,6
/proc/24935/task/24946/stat : 24946 (java) R 24932 24935 9153 0 -1 4202560 4198 0 0 0 94 0 0 0 20 0 16 0 71193020 10878976000 43358 18446744073709551615 4194304 4196468 140725485377920 140258878192360 140259302007992 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24947] ppid=24932 vsize=10624000 CPUtime=0.94 cores=0,2,4,6
/proc/24935/task/24947/stat : 24947 (java) R 24932 24935 9153 0 -1 4202560 3200 0 0 0 93 1 0 0 20 0 16 0 71193020 10878976000 43358 18446744073709551615 4194304 4196468 140725485377920 140258877150224 140259304501555 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24948] ppid=24932 vsize=10624000 CPUtime=0.74 cores=0,2,4,6
/proc/24935/task/24948/stat : 24948 (java) S 24932 24935 9153 0 -1 1077944384 4060 0 0 0 73 1 0 0 20 0 16 0 71193020 10878976000 43358 18446744073709551615 4194304 4196468 140725485377920 140258876106992 140259318495874 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24949] ppid=24932 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/24935/task/24949/stat : 24949 (java) S 24932 24935 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 71193021 10878976000 43358 18446744073709551615 4194304 4196468 140725485377920 140258875054688 140259318494933 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24950] ppid=24932 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/24935/task/24950/stat : 24950 (java) S 24932 24935 9153 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 71193025 10878976000 43358 18446744073709551615 4194304 4196468 140725485377920 140258874002224 140259318495874 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24951] ppid=24932 vsize=10624000 CPUtime=1.14 cores=0,2,4,6
/proc/24935/task/24951/stat : 24951 (java) R 24932 24935 9153 0 -1 4202560 6684 0 0 0 111 3 0 0 20 0 16 0 71193042 10878976000 43358 18446744073709551615 4194304 4196468 140725485377920 140258870809432 140258959243654 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
Current children cumulated CPU time (s) 4.01
Current children cumulated vsize (KiB) 10624000

[startup+3.10073 s]
/proc/loadavg: 1.58 1.66 1.74 3/215 24951
/proc/meminfo: memFree=28358000/32770624 swapFree=0/414436
[pid=24935] ppid=24932 vsize=10624000 CPUtime=6.92 cores=0,2,4,6
/proc/24935/stat : 24935 (java) S 24932 24935 9153 0 -1 1077944320 33288 0 0 0 679 13 0 0 20 0 16 0 71193008 10878976000 58909 18446744073709551615 4194304 4196468 140725485377920 140725485360464 140259318484727 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
/proc/24935/statm: 2656000 58909 3124 1 0 2644926 0
[pid=24935/tid=24937] ppid=24932 vsize=10624000 CPUtime=0.2 cores=0,2,4,6
/proc/24935/task/24937/stat : 24937 (java) S 24932 24935 9153 0 -1 1077944384 6150 0 0 0 19 1 0 0 20 0 16 0 71193015 10878976000 58909 18446744073709551615 4194304 4196468 140725485377920 140259322727600 140259318494933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24938] ppid=24932 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/24935/task/24938/stat : 24938 (java) S 24932 24935 9153 0 -1 1077944384 314 0 0 0 1 0 0 0 20 0 16 0 71193016 10878976000 58909 18446744073709551615 4194304 4196468 140725485377920 140259275450640 140259318494933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24939] ppid=24932 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/24935/task/24939/stat : 24939 (java) S 24932 24935 9153 0 -1 1077944384 211 0 0 0 1 0 0 0 20 0 16 0 71193016 10878976000 58909 18446744073709551615 4194304 4196468 140725485377920 140259274398096 140259318494933 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24940] ppid=24932 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/24935/task/24940/stat : 24940 (java) S 24932 24935 9153 0 -1 1077944384 34 0 0 0 1 0 0 0 20 0 16 0 71193016 10878976000 58909 18446744073709551615 4194304 4196468 140725485377920 140259273345552 140259318494933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24941] ppid=24932 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/24935/task/24941/stat : 24941 (java) S 24932 24935 9153 0 -1 1077944384 42 0 0 0 1 0 0 0 20 0 16 0 71193016 10878976000 58909 18446744073709551615 4194304 4196468 140725485377920 140259272293008 140259318494933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24942] ppid=24932 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/24935/task/24942/stat : 24942 (java) S 24932 24935 9153 0 -1 1077944384 801 0 0 0 0 0 0 0 20 0 16 0 71193017 10878976000 58909 18446744073709551615 4194304 4196468 140725485377920 140258882423280 140259318495874 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24943] ppid=24932 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/24935/task/24943/stat : 24943 (java) S 24932 24935 9153 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 71193018 10878976000 58909 18446744073709551615 4194304 4196468 140725485377920 140258881369568 140259318494933 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24944] ppid=24932 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/24935/task/24944/stat : 24944 (java) S 24932 24935 9153 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 71193018 10878976000 58909 18446744073709551615 4194304 4196468 140725485377920 140258880316912 140259318494933 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24945] ppid=24932 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/24935/task/24945/stat : 24945 (java) S 24932 24935 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 71193020 10878976000 58909 18446744073709551615 4194304 4196468 140725485377920 140258879265488 140259318503323 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24946] ppid=24932 vsize=10624000 CPUtime=1.56 cores=0,2,4,6
/proc/24935/task/24946/stat : 24946 (java) S 24932 24935 9153 0 -1 1077944384 6772 0 0 0 155 1 0 0 20 0 16 0 71193020 10878976000 58909 18446744073709551615 4194304 4196468 140725485377920 140258878212080 140259318495874 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24947] ppid=24932 vsize=10624000 CPUtime=1.49 cores=0,2,4,6
/proc/24935/task/24947/stat : 24947 (java) S 24932 24935 9153 0 -1 1077944384 5562 0 0 0 148 1 0 0 20 0 16 0 71193020 10878976000 58909 18446744073709551615 4194304 4196468 140725485377920 140258877159536 140259318495874 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24948] ppid=24932 vsize=10624000 CPUtime=0.81 cores=0,2,4,6
/proc/24935/task/24948/stat : 24948 (java) S 24932 24935 9153 0 -1 1077944384 4978 0 0 0 80 1 0 0 20 0 16 0 71193020 10878976000 58909 18446744073709551615 4194304 4196468 140725485377920 140258876106992 140259318495874 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24949] ppid=24932 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/24935/task/24949/stat : 24949 (java) S 24932 24935 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 71193021 10878976000 58909 18446744073709551615 4194304 4196468 140725485377920 140258875054688 140259318494933 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24950] ppid=24932 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/24935/task/24950/stat : 24950 (java) S 24932 24935 9153 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 16 0 71193025 10878976000 58909 18446744073709551615 4194304 4196468 140725485377920 140258874002224 140259318495874 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24951] ppid=24932 vsize=10624000 CPUtime=2.72 cores=0,2,4,6
/proc/24935/task/24951/stat : 24951 (java) R 24932 24935 9153 0 -1 4202560 7011 0 0 0 268 4 0 0 20 0 16 0 71193042 10878976000 58909 18446744073709551615 4194304 4196468 140725485377920 140258870812288 140258960200596 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
Current children cumulated CPU time (s) 6.92
Current children cumulated vsize (KiB) 10624000

[startup+6.30073 s]
/proc/loadavg: 1.62 1.67 1.74 3/215 24951
/proc/meminfo: memFree=28324976/32770624 swapFree=0/414436
[pid=24935] ppid=24932 vsize=10624000 CPUtime=10.23 cores=0,2,4,6
/proc/24935/stat : 24935 (java) S 24932 24935 9153 0 -1 1077944320 33809 0 0 0 1010 13 0 0 20 0 16 0 71193008 10878976000 57330 18446744073709551615 4194304 4196468 140725485377920 140725485360464 140259318484727 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
/proc/24935/statm: 2656000 57330 3132 1 0 2644926 0
[pid=24935/tid=24937] ppid=24932 vsize=10624000 CPUtime=0.2 cores=0,2,4,6
/proc/24935/task/24937/stat : 24937 (java) S 24932 24935 9153 0 -1 1077944384 6150 0 0 0 19 1 0 0 20 0 16 0 71193015 10878976000 57330 18446744073709551615 4194304 4196468 140725485377920 140259322727600 140259318494933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24938] ppid=24932 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/24935/task/24938/stat : 24938 (java) S 24932 24935 9153 0 -1 1077944384 314 0 0 0 1 0 0 0 20 0 16 0 71193016 10878976000 57330 18446744073709551615 4194304 4196468 140725485377920 140259275450640 140259318494933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24939] ppid=24932 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/24935/task/24939/stat : 24939 (java) S 24932 24935 9153 0 -1 1077944384 211 0 0 0 1 0 0 0 20 0 16 0 71193016 10878976000 57330 18446744073709551615 4194304 4196468 140725485377920 140259274398096 140259318494933 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24940] ppid=24932 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/24935/task/24940/stat : 24940 (java) S 24932 24935 9153 0 -1 1077944384 34 0 0 0 1 0 0 0 20 0 16 0 71193016 10878976000 57330 18446744073709551615 4194304 4196468 140725485377920 140259273345552 140259318494933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24941] ppid=24932 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/24935/task/24941/stat : 24941 (java) S 24932 24935 9153 0 -1 1077944384 42 0 0 0 1 0 0 0 20 0 16 0 71193016 10878976000 57330 18446744073709551615 4194304 4196468 140725485377920 140259272293008 140259318494933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24942] ppid=24932 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/24935/task/24942/stat : 24942 (java) S 24932 24935 9153 0 -1 1077944384 802 0 0 0 0 0 0 0 20 0 16 0 71193017 10878976000 57330 18446744073709551615 4194304 4196468 140725485377920 140258882423280 140259318495874 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24943] ppid=24932 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/24935/task/24943/stat : 24943 (java) S 24932 24935 9153 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 71193018 10878976000 57330 18446744073709551615 4194304 4196468 140725485377920 140258881369568 140259318494933 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24944] ppid=24932 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/24935/task/24944/stat : 24944 (java) S 24932 24935 9153 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 71193018 10878976000 57330 18446744073709551615 4194304 4196468 140725485377920 140258880316912 140259318494933 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24945] ppid=24932 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/24935/task/24945/stat : 24945 (java) S 24932 24935 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 71193020 10878976000 57330 18446744073709551615 4194304 4196468 140725485377920 140258879265488 140259318503323 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24946] ppid=24932 vsize=10624000 CPUtime=1.6 cores=0,2,4,6
/proc/24935/task/24946/stat : 24946 (java) S 24932 24935 9153 0 -1 1077944384 6792 0 0 0 159 1 0 0 20 0 16 0 71193020 10878976000 57330 18446744073709551615 4194304 4196468 140725485377920 140258878212080 140259318495874 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24947] ppid=24932 vsize=10624000 CPUtime=1.53 cores=0,2,4,6
/proc/24935/task/24947/stat : 24947 (java) S 24932 24935 9153 0 -1 1077944384 5622 0 0 0 152 1 0 0 20 0 16 0 71193020 10878976000 57330 18446744073709551615 4194304 4196468 140725485377920 140258877159536 140259318495874 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24948] ppid=24932 vsize=10624000 CPUtime=0.84 cores=0,2,4,6
/proc/24935/task/24948/stat : 24948 (java) S 24932 24935 9153 0 -1 1077944384 5162 0 0 0 83 1 0 0 20 0 16 0 71193020 10878976000 57330 18446744073709551615 4194304 4196468 140725485377920 140258876106992 140259318495874 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24949] ppid=24932 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/24935/task/24949/stat : 24949 (java) S 24932 24935 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 71193021 10878976000 57330 18446744073709551615 4194304 4196468 140725485377920 140258875054688 140259318494933 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24950] ppid=24932 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/24935/task/24950/stat : 24950 (java) S 24932 24935 9153 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 16 0 71193025 10878976000 57330 18446744073709551615 4194304 4196468 140725485377920 140258874002224 140259318495874 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24951] ppid=24932 vsize=10624000 CPUtime=5.92 cores=0,2,4,6
/proc/24935/task/24951/stat : 24951 (java) R 24932 24935 9153 0 -1 4202560 7252 0 0 0 588 4 0 0 20 0 16 0 71193042 10878976000 57330 18446744073709551615 4194304 4196468 140725485377920 140258870808832 140258960199747 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
Current children cumulated CPU time (s) 10.23
Current children cumulated vsize (KiB) 10624000

[startup+12.7007 s]
/proc/loadavg: 1.57 1.66 1.74 3/215 24951
/proc/meminfo: memFree=28323484/32770624 swapFree=0/414432
[pid=24935] ppid=24932 vsize=10624000 CPUtime=16.74 cores=0,2,4,6
/proc/24935/stat : 24935 (java) S 24932 24935 9153 0 -1 1077944320 37818 0 0 0 1660 14 0 0 20 0 16 0 71193008 10878976000 57887 18446744073709551615 4194304 4196468 140725485377920 140725485360464 140259318484727 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
/proc/24935/statm: 2656000 57887 3132 1 0 2644926 0
[pid=24935/tid=24937] ppid=24932 vsize=10624000 CPUtime=0.2 cores=0,2,4,6
/proc/24935/task/24937/stat : 24937 (java) S 24932 24935 9153 0 -1 1077944384 6150 0 0 0 19 1 0 0 20 0 16 0 71193015 10878976000 57887 18446744073709551615 4194304 4196468 140725485377920 140259322727600 140259318494933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24938] ppid=24932 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/24935/task/24938/stat : 24938 (java) S 24932 24935 9153 0 -1 1077944384 314 0 0 0 1 0 0 0 20 0 16 0 71193016 10878976000 57887 18446744073709551615 4194304 4196468 140725485377920 140259275450640 140259318494933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24939] ppid=24932 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/24935/task/24939/stat : 24939 (java) S 24932 24935 9153 0 -1 1077944384 211 0 0 0 1 0 0 0 20 0 16 0 71193016 10878976000 57887 18446744073709551615 4194304 4196468 140725485377920 140259274398096 140259318494933 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24940] ppid=24932 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/24935/task/24940/stat : 24940 (java) S 24932 24935 9153 0 -1 1077944384 34 0 0 0 1 0 0 0 20 0 16 0 71193016 10878976000 57887 18446744073709551615 4194304 4196468 140725485377920 140259273345552 140259318494933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24941] ppid=24932 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/24935/task/24941/stat : 24941 (java) S 24932 24935 9153 0 -1 1077944384 42 0 0 0 1 0 0 0 20 0 16 0 71193016 10878976000 57887 18446744073709551615 4194304 4196468 140725485377920 140259272293008 140259318494933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24942] ppid=24932 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/24935/task/24942/stat : 24942 (java) S 24932 24935 9153 0 -1 1077944384 837 0 0 0 0 0 0 0 20 0 16 0 71193017 10878976000 57887 18446744073709551615 4194304 4196468 140725485377920 140258882423280 140259318495874 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0

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

/proc/meminfo: memFree=30881252/32770624 swapFree=0/414900
[pid=24935] ppid=24932 vsize=10624000 CPUtime=2447.58 cores=0,2,4,6
/proc/24935/stat : 24935 (java) S 24932 24935 9153 0 -1 1077944320 58499 0 0 0 244688 70 0 0 20 0 16 0 71193008 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140725485360464 140259318484727 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
/proc/24935/statm: 2656000 63286 3143 1 0 2644926 0
[pid=24935/tid=24937] ppid=24932 vsize=10624000 CPUtime=0.2 cores=0,2,4,6
/proc/24935/task/24937/stat : 24937 (java) S 24932 24935 9153 0 -1 1077944384 6150 0 0 0 19 1 0 0 20 0 16 0 71193015 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140259322727600 140259318494933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24938] ppid=24932 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/24935/task/24938/stat : 24938 (java) S 24932 24935 9153 0 -1 1077944384 314 0 0 0 1 0 0 0 20 0 16 0 71193016 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140259275450640 140259318494933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24939] ppid=24932 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/24935/task/24939/stat : 24939 (java) S 24932 24935 9153 0 -1 1077944384 211 0 0 0 1 0 0 0 20 0 16 0 71193016 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140259274398096 140259318494933 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24940] ppid=24932 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/24935/task/24940/stat : 24940 (java) S 24932 24935 9153 0 -1 1077944384 34 0 0 0 1 0 0 0 20 0 16 0 71193016 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140259273345552 140259318494933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24941] ppid=24932 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/24935/task/24941/stat : 24941 (java) S 24932 24935 9153 0 -1 1077944384 42 0 0 0 1 0 0 0 20 0 16 0 71193016 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140259272293008 140259318494933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24942] ppid=24932 vsize=10624000 CPUtime=0.04 cores=0,2,4,6
/proc/24935/task/24942/stat : 24942 (java) S 24932 24935 9153 0 -1 1077944384 1152 0 0 0 2 2 0 0 20 0 16 0 71193017 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140258882423280 140259318495874 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24943] ppid=24932 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/24935/task/24943/stat : 24943 (java) S 24932 24935 9153 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 71193018 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140258881369568 140259318494933 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24944] ppid=24932 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/24935/task/24944/stat : 24944 (java) S 24932 24935 9153 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 71193018 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140258880316912 140259318494933 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24945] ppid=24932 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/24935/task/24945/stat : 24945 (java) S 24932 24935 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 71193020 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140258879265488 140259318503323 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24946] ppid=24932 vsize=10624000 CPUtime=1.71 cores=0,2,4,6
/proc/24935/task/24946/stat : 24946 (java) S 24932 24935 9153 0 -1 1077944384 10489 0 0 0 170 1 0 0 20 0 16 0 71193020 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140258878212080 140259318495874 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24947] ppid=24932 vsize=10624000 CPUtime=1.63 cores=0,2,4,6
/proc/24935/task/24947/stat : 24947 (java) S 24932 24935 9153 0 -1 1077944384 9009 0 0 0 161 2 0 0 20 0 16 0 71193020 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140258877159536 140259318495874 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24948] ppid=24932 vsize=10624000 CPUtime=0.93 cores=0,2,4,6
/proc/24935/task/24948/stat : 24948 (java) S 24932 24935 9153 0 -1 1077944384 10742 0 0 0 91 2 0 0 20 0 16 0 71193020 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140258876106992 140259318495874 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24949] ppid=24932 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/24935/task/24949/stat : 24949 (java) S 24932 24935 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 71193021 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140258875054688 140259318494933 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24950] ppid=24932 vsize=10624000 CPUtime=0.9 cores=0,2,4,6
/proc/24935/task/24950/stat : 24950 (java) S 24932 24935 9153 0 -1 1077944384 1131 0 0 0 38 52 0 0 20 0 16 0 71193025 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140258874002224 140259318495874 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24951] ppid=24932 vsize=10624000 CPUtime=2442 cores=0,2,4,6
/proc/24935/task/24951/stat : 24951 (java) R 24932 24935 9153 0 -1 4202560 17822 0 0 0 244195 5 0 0 20 0 16 0 71193042 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140258870809136 140258959833508 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
Current children cumulated CPU time (s) 2447.58
Current children cumulated vsize (KiB) 10624000

[startup+2502.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/220 25222
/proc/meminfo: memFree=30880084/32770624 swapFree=0/414908
[pid=24935] ppid=24932 vsize=10624000 CPUtime=2507.61 cores=0,2,4,6
/proc/24935/stat : 24935 (java) S 24932 24935 9153 0 -1 1077944320 58504 0 0 0 250689 72 0 0 20 0 16 0 71193008 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140725485360464 140259318484727 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
/proc/24935/statm: 2656000 63286 3143 1 0 2644926 0
[pid=24935/tid=24937] ppid=24932 vsize=10624000 CPUtime=0.2 cores=0,2,4,6
/proc/24935/task/24937/stat : 24937 (java) S 24932 24935 9153 0 -1 1077944384 6150 0 0 0 19 1 0 0 20 0 16 0 71193015 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140259322727600 140259318494933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24938] ppid=24932 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/24935/task/24938/stat : 24938 (java) S 24932 24935 9153 0 -1 1077944384 314 0 0 0 1 0 0 0 20 0 16 0 71193016 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140259275450640 140259318494933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24939] ppid=24932 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/24935/task/24939/stat : 24939 (java) S 24932 24935 9153 0 -1 1077944384 211 0 0 0 1 0 0 0 20 0 16 0 71193016 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140259274398096 140259318494933 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24940] ppid=24932 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/24935/task/24940/stat : 24940 (java) S 24932 24935 9153 0 -1 1077944384 34 0 0 0 1 0 0 0 20 0 16 0 71193016 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140259273345552 140259318494933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24941] ppid=24932 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/24935/task/24941/stat : 24941 (java) S 24932 24935 9153 0 -1 1077944384 42 0 0 0 1 0 0 0 20 0 16 0 71193016 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140259272293008 140259318494933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24942] ppid=24932 vsize=10624000 CPUtime=0.04 cores=0,2,4,6
/proc/24935/task/24942/stat : 24942 (java) S 24932 24935 9153 0 -1 1077944384 1152 0 0 0 2 2 0 0 20 0 16 0 71193017 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140258882423280 140259318495874 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24943] ppid=24932 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/24935/task/24943/stat : 24943 (java) S 24932 24935 9153 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 71193018 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140258881369568 140259318494933 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24944] ppid=24932 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/24935/task/24944/stat : 24944 (java) S 24932 24935 9153 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 71193018 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140258880316912 140259318494933 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24945] ppid=24932 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/24935/task/24945/stat : 24945 (java) S 24932 24935 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 71193020 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140258879265488 140259318503323 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24946] ppid=24932 vsize=10624000 CPUtime=1.71 cores=0,2,4,6
/proc/24935/task/24946/stat : 24946 (java) S 24932 24935 9153 0 -1 1077944384 10489 0 0 0 170 1 0 0 20 0 16 0 71193020 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140258878212080 140259318495874 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24947] ppid=24932 vsize=10624000 CPUtime=1.63 cores=0,2,4,6
/proc/24935/task/24947/stat : 24947 (java) S 24932 24935 9153 0 -1 1077944384 9009 0 0 0 161 2 0 0 20 0 16 0 71193020 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140258877159536 140259318495874 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24948] ppid=24932 vsize=10624000 CPUtime=0.93 cores=0,2,4,6
/proc/24935/task/24948/stat : 24948 (java) S 24932 24935 9153 0 -1 1077944384 10742 0 0 0 91 2 0 0 20 0 16 0 71193020 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140258876106992 140259318495874 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24949] ppid=24932 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/24935/task/24949/stat : 24949 (java) S 24932 24935 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 71193021 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140258875054688 140259318494933 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24950] ppid=24932 vsize=10624000 CPUtime=0.92 cores=0,2,4,6
/proc/24935/task/24950/stat : 24950 (java) S 24932 24935 9153 0 -1 1077944384 1135 0 0 0 39 53 0 0 20 0 16 0 71193025 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140258874002224 140259318495874 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24951] ppid=24932 vsize=10624000 CPUtime=2502 cores=0,2,4,6
/proc/24935/task/24951/stat : 24951 (java) R 24932 24935 9153 0 -1 4202560 17823 0 0 0 250195 5 0 0 20 0 16 0 71193042 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140258870809136 140258959689434 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
Current children cumulated CPU time (s) 2507.61
Current children cumulated vsize (KiB) 10624000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2514.71 s]
/proc/loadavg: 2.01 2.03 2.00 3/220 25222
/proc/meminfo: memFree=30880100/32770624 swapFree=0/414904
[pid=24935] ppid=24932 vsize=10624000 CPUtime=2520.02 cores=0,2,4,6
/proc/24935/stat : 24935 (java) S 24932 24935 9153 0 -1 1077944320 58506 0 0 0 251930 72 0 0 20 0 16 0 71193008 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140725485360464 140259318484727 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
/proc/24935/statm: 2656000 63286 3143 1 0 2644926 0
[pid=24935/tid=24937] ppid=24932 vsize=10624000 CPUtime=0.2 cores=0,2,4,6
/proc/24935/task/24937/stat : 24937 (java) S 24932 24935 9153 0 -1 1077944384 6150 0 0 0 19 1 0 0 20 0 16 0 71193015 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140259322727600 140259318494933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24938] ppid=24932 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/24935/task/24938/stat : 24938 (java) S 24932 24935 9153 0 -1 1077944384 314 0 0 0 1 0 0 0 20 0 16 0 71193016 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140259275450640 140259318494933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24939] ppid=24932 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/24935/task/24939/stat : 24939 (java) S 24932 24935 9153 0 -1 1077944384 211 0 0 0 1 0 0 0 20 0 16 0 71193016 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140259274398096 140259318494933 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24940] ppid=24932 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/24935/task/24940/stat : 24940 (java) S 24932 24935 9153 0 -1 1077944384 34 0 0 0 1 0 0 0 20 0 16 0 71193016 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140259273345552 140259318494933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24941] ppid=24932 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/24935/task/24941/stat : 24941 (java) S 24932 24935 9153 0 -1 1077944384 42 0 0 0 1 0 0 0 20 0 16 0 71193016 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140259272293008 140259318494933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24942] ppid=24932 vsize=10624000 CPUtime=0.04 cores=0,2,4,6
/proc/24935/task/24942/stat : 24942 (java) S 24932 24935 9153 0 -1 1077944384 1152 0 0 0 2 2 0 0 20 0 16 0 71193017 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140258882423280 140259318495874 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24943] ppid=24932 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/24935/task/24943/stat : 24943 (java) S 24932 24935 9153 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 71193018 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140258881369568 140259318494933 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24944] ppid=24932 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/24935/task/24944/stat : 24944 (java) S 24932 24935 9153 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 71193018 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140258880316912 140259318494933 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24945] ppid=24932 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/24935/task/24945/stat : 24945 (java) S 24932 24935 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 71193020 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140258879265488 140259318503323 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24946] ppid=24932 vsize=10624000 CPUtime=1.71 cores=0,2,4,6
/proc/24935/task/24946/stat : 24946 (java) S 24932 24935 9153 0 -1 1077944384 10489 0 0 0 170 1 0 0 20 0 16 0 71193020 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140258878212080 140259318495874 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24947] ppid=24932 vsize=10624000 CPUtime=1.63 cores=0,2,4,6
/proc/24935/task/24947/stat : 24947 (java) S 24932 24935 9153 0 -1 1077944384 9009 0 0 0 161 2 0 0 20 0 16 0 71193020 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140258877159536 140259318495874 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24948] ppid=24932 vsize=10624000 CPUtime=0.93 cores=0,2,4,6
/proc/24935/task/24948/stat : 24948 (java) S 24932 24935 9153 0 -1 1077944384 10742 0 0 0 91 2 0 0 20 0 16 0 71193020 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140258876106992 140259318495874 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24949] ppid=24932 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/24935/task/24949/stat : 24949 (java) S 24932 24935 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 71193021 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140258875054688 140259318494933 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24950] ppid=24932 vsize=10624000 CPUtime=0.93 cores=0,2,4,6
/proc/24935/task/24950/stat : 24950 (java) S 24932 24935 9153 0 -1 1077944384 1137 0 0 0 39 54 0 0 20 0 16 0 71193025 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140258874002224 140259318495874 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24951] ppid=24932 vsize=10624000 CPUtime=2514.41 cores=0,2,4,6
/proc/24935/task/24951/stat : 24951 (java) R 24932 24935 9153 0 -1 4202560 17823 0 0 0 251436 5 0 0 20 0 16 0 71193042 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140258870809136 140258961253820 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
Current children cumulated CPU time (s) 2520.02
Current children cumulated vsize (KiB) 10624000

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

[startup+2514.71 s]
/proc/loadavg: 2.01 2.03 2.00 3/220 25222
/proc/meminfo: memFree=30880100/32770624 swapFree=0/414904
[pid=24935] ppid=24932 vsize=10624000 CPUtime=2520.02 cores=0,2,4,6
/proc/24935/stat : 24935 (java) S 24932 24935 9153 0 -1 1077944320 58506 0 0 0 251930 72 0 0 20 0 16 0 71193008 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140725485360464 140259318484727 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
/proc/24935/statm: 2656000 63286 3143 1 0 2644926 0
[pid=24935/tid=24937] ppid=24932 vsize=10624000 CPUtime=0.2 cores=0,2,4,6
/proc/24935/task/24937/stat : 24937 (java) S 24932 24935 9153 0 -1 1077944384 6150 0 0 0 19 1 0 0 20 0 16 0 71193015 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140259322727600 140259318494933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24938] ppid=24932 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/24935/task/24938/stat : 24938 (java) S 24932 24935 9153 0 -1 1077944384 314 0 0 0 1 0 0 0 20 0 16 0 71193016 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140259275450640 140259318494933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24939] ppid=24932 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/24935/task/24939/stat : 24939 (java) S 24932 24935 9153 0 -1 1077944384 211 0 0 0 1 0 0 0 20 0 16 0 71193016 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140259274398096 140259318494933 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24940] ppid=24932 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/24935/task/24940/stat : 24940 (java) S 24932 24935 9153 0 -1 1077944384 34 0 0 0 1 0 0 0 20 0 16 0 71193016 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140259273345552 140259318494933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24941] ppid=24932 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/24935/task/24941/stat : 24941 (java) S 24932 24935 9153 0 -1 1077944384 42 0 0 0 1 0 0 0 20 0 16 0 71193016 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140259272293008 140259318494933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24942] ppid=24932 vsize=10624000 CPUtime=0.04 cores=0,2,4,6
/proc/24935/task/24942/stat : 24942 (java) S 24932 24935 9153 0 -1 1077944384 1152 0 0 0 2 2 0 0 20 0 16 0 71193017 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140258882423280 140259318495874 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24943] ppid=24932 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/24935/task/24943/stat : 24943 (java) S 24932 24935 9153 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 71193018 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140258881369568 140259318494933 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24944] ppid=24932 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/24935/task/24944/stat : 24944 (java) S 24932 24935 9153 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 71193018 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140258880316912 140259318494933 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24945] ppid=24932 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/24935/task/24945/stat : 24945 (java) S 24932 24935 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 71193020 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140258879265488 140259318503323 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24946] ppid=24932 vsize=10624000 CPUtime=1.71 cores=0,2,4,6
/proc/24935/task/24946/stat : 24946 (java) S 24932 24935 9153 0 -1 1077944384 10489 0 0 0 170 1 0 0 20 0 16 0 71193020 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140258878212080 140259318495874 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24947] ppid=24932 vsize=10624000 CPUtime=1.63 cores=0,2,4,6
/proc/24935/task/24947/stat : 24947 (java) S 24932 24935 9153 0 -1 1077944384 9009 0 0 0 161 2 0 0 20 0 16 0 71193020 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140258877159536 140259318495874 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24948] ppid=24932 vsize=10624000 CPUtime=0.93 cores=0,2,4,6
/proc/24935/task/24948/stat : 24948 (java) S 24932 24935 9153 0 -1 1077944384 10742 0 0 0 91 2 0 0 20 0 16 0 71193020 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140258876106992 140259318495874 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24949] ppid=24932 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/24935/task/24949/stat : 24949 (java) S 24932 24935 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 71193021 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140258875054688 140259318494933 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24950] ppid=24932 vsize=10624000 CPUtime=0.93 cores=0,2,4,6
/proc/24935/task/24950/stat : 24950 (java) S 24932 24935 9153 0 -1 1077944384 1137 0 0 0 39 54 0 0 20 0 16 0 71193025 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140258874002224 140259318495874 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
[pid=24935/tid=24951] ppid=24932 vsize=10624000 CPUtime=2514.41 cores=0,2,4,6
/proc/24935/task/24951/stat : 24951 (java) R 24932 24935 9153 0 -1 4202560 17823 0 0 0 251436 5 0 0 20 0 16 0 71193042 10878976000 63286 18446744073709551615 4194304 4196468 140725485377920 140258870809136 140258961253820 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140725485384141 140725485384270 140725485384270 140725485387727 0
Current children cumulated CPU time (s) 2520.02
Current children cumulated vsize (KiB) 10624000

Child status: 143
Real time (s): 2514.72
CPU time (s): 2520.04
CPU user time (s): 2519.31
CPU system time (s): 0.725058
CPU usage (%): 100.212
Max. virtual memory (cumulated for all children) (KiB): 10625996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.31
system time used= 0.725058
maximum resident set size= 253676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58943
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57367
involuntary context switches= 2955

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.61434 second user time and 16.2588 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-09 17:19:43
IDJOB=4263976
IDBENCH=127052
IDSOLVER=2652
FILE ID=node135/4263976-1502292819
RUNJOBID= node135-1502259017-17570
PBS_JOBID= 
Free space on /tmp= 62020 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/LowAutocorrelation/LowAutocorrelation-m1-s1/LowAutocorrelation-054.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263976-1502292819/watcher-4263976-1502292819 -o /tmp/evaluation-result-4263976-1502292819/solver-4263976-1502292819 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502259017-17570 --watchdog 2580  java -jar HOME/AbsCon-basic.jar HOME/instance-4263976-1502292819.xml

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

MD5SUM BENCH= d63f0cb62453ec1939b86e2392ab6ad9
RANDOM SEED=1544970060

node135.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.21
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.21
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.21
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.21
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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:       32770624 kB
MemFree:        28543188 kB
MemAvailable:   29234872 kB
Buffers:          262456 kB
Cached:           722524 kB
SwapCached:            0 kB
Active:          3338664 kB
Inactive:         447544 kB
Active(anon):    2801416 kB
Inactive(anon):    33140 kB
Active(file):     537248 kB
Inactive(file):   414404 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7952 kB
Writeback:             0 kB
AnonPages:       2801144 kB
Mapped:            57148 kB
Shmem:             33464 kB
Slab:             138428 kB
SReclaimable:     111736 kB
SUnreclaim:        26692 kB
KernelStack:        3504 kB
PageTables:        10368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3648932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2734080 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 62016 MiB
End job on node135 at 2017-08-09 18:01:38