Trace number 4257567

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)823 244.604 240.013

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 benchmark343
Best CPU time to get the best result obtained on this benchmark1993.4
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	
0.99/0.69	  Solving XCSP3-instance-4257567-1501653232 as a COP in -infty..+infty
0.99/0.69	  Loading variables...
1.70/0.82	  Loading constraints...
3.12/1.20	  Solver SolverBacktrack being built...
3.12/1.20	
3.12/1.27	  Preprocessing : gac=false, ccks=0, filters=0, revisions=0 (useless=0), AC=0, removals=0, inconsistent=false
3.12/1.27	
3.39/1.36	o 51039
3.71/1.44	o 45527
4.02/1.50	o 45327
4.02/1.55	o 40631
4.33/1.60	o 40239
4.33/1.64	o 39879
4.33/1.69	o 35743
4.64/1.74	o 35223
4.64/1.78	o 31807
4.97/1.82	o 31255
4.97/1.86	o 31103
5.24/1.90	o 30527
5.24/1.93	o 27679
5.24/1.97	o 26855
5.54/2.00	o 24607
5.54/2.04	o 23815
5.54/2.07	o 23111
5.54/2.10	o 22519
5.82/2.12	o 22159
5.82/2.17	o 21391
5.82/2.20	o 21039
5.94/2.23	o 20455
5.94/2.27	o 19719
5.94/2.30	o 19287
6.05/2.33	o 19119
6.05/2.37	o 18679
6.16/2.40	o 18671
6.16/2.43	o 18423
6.16/2.46	o 18279
6.27/2.50	o 18199
6.27/2.55	o 18143
6.37/2.61	o 18119
6.37/2.64	o 18063
6.55/2.72	o 17839
6.55/2.75	o 16343
6.65/2.86	o 15879
6.65/2.89	o 14775
6.76/2.93	o 13655
6.87/3.08	o 12727
7.19/3.32	o 12479
7.19/3.36	o 11991
7.30/3.41	o 11967
7.59/3.71	o 10455
7.59/3.73	o 9615
7.80/3.92	o 9031
7.80/3.95	o 8463
7.80/3.98	o 7671
7.90/4.00	o 7487
7.90/4.04	o 7063
7.90/4.07	o 6719
8.00/4.10	o 4791
8.00/4.13	o 4463
8.42/4.55	o 4223
9.63/5.75	o 4071
9.63/5.78	o 3855
9.74/5.81	o 3799
9.74/5.83	o 3759
9.74/5.86	o 3735
9.74/5.89	o 3399
10.05/6.11	o 2951
10.48/6.50	o 1431
11.59/7.70	o 1423
11.70/7.72	o 1279
11.70/7.76	o 1223
12.03/8.00	o 959
15.31/11.26	o 935
20.45/16.32	o 911
20.75/16.68	o 903
36.50/32.32	o 895
44.85/40.61	o 879
47.26/43.08	o 823
244.58/240.00	
244.58/240.00	v <instantiation id='sol71' type='solution' cost='823'>  <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 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -1 4 1 6 -1 0 -3 2 -5 0 9 2 -1 -4 -1 0 -3 -4 5 0 11 4 -1 2 -5 2 -5 0 -9 0 -5 10 -1 2 1 -2 1 2 -5 2 -1 0 -3 -2 -1 -4 -3 -6 -5 -4 -3 -2 -1 1 16 1 36 1 0 9 4 25 0 81 4 1 16 1 0 9 16 25 0 121 16 1 4 25 4 25 0 81 0 25 100 1 4 1 4 1 4 25 4 1 0 9 4 1 16 9 36 25 16 9 4 1 </values>  </instantiation>
244.58/240.00	s SATISFIABLE

Verifier Data

OK	823

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-4257567-1501653232/watcher-4257567-1501653232 -o /tmp/evaluation-result-4257567-1501653232/solver-4257567-1501653232 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node134-1501642909-6627 --watchdog 300 java -jar HOME/AbsCon-basic.jar HOME/instance-4257567-1501653232.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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: 2.16 2.06 2.07 3/199 16781
/proc/meminfo: memFree=31585084/32770624 swapFree=0/329148
[pid=16781] ppid=16778 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/16781/stat : 16781 (runsolver) D 16778 16781 5234 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 12828976 24240128 106 18446744073709551615 4194304 4338465 140732782368800 140732782366440 140570440704727 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 12247040 140732782370976 140732782371398 140732782371398 140732782374858 0
/proc/16781/statm: 5918 106 53 36 0 2156 0

[startup+0.100157 s]
/proc/loadavg: 2.16 2.06 2.07 3/199 16781
/proc/meminfo: memFree=31585084/32770624 swapFree=0/329148
[pid=16781] ppid=16778 vsize=9936560 CPUtime=0 cores=1,3,5,7
/proc/16781/stat : 16781 (java) S 16778 16781 5234 0 -1 1077944320 3364 0 0 0 0 0 0 0 20 0 6 0 12828976 10175037440 4047 18446744073709551615 4194304 4196468 140736092984448 140736092966992 139859050180343 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
/proc/16781/statm: 2484140 4047 1899 1 0 2473645 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9936560

[startup+0.200323 s]
/proc/loadavg: 2.16 2.06 2.07 3/199 16781
/proc/meminfo: memFree=31585084/32770624 swapFree=0/329148
[pid=16781] ppid=16778 vsize=10551180 CPUtime=0.08 cores=1,3,5,7
/proc/16781/stat : 16781 (java) S 16778 16781 5234 0 -1 1077944320 5033 0 0 0 7 1 0 0 20 0 15 0 12828976 10804408320 6557 18446744073709551615 4194304 4196468 140736092984448 140736092966992 139859050180343 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
/proc/16781/statm: 2637795 6557 2672 1 0 2627269 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 10551180

[startup+0.300299 s]
/proc/loadavg: 2.16 2.06 2.07 3/199 16781
/proc/meminfo: memFree=31585084/32770624 swapFree=0/329148
[pid=16781] ppid=16778 vsize=10553264 CPUtime=0.27 cores=1,3,5,7
/proc/16781/stat : 16781 (java) S 16778 16781 5234 0 -1 1077944320 8972 0 0 0 24 3 0 0 20 0 15 0 12828976 10806542336 9759 18446744073709551615 4194304 4196468 140736092984448 140736092966992 139859050180343 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
/proc/16781/statm: 2638316 9759 2888 1 0 2627269 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 10553264

[startup+0.702095 s]
/proc/loadavg: 2.16 2.06 2.07 3/199 16781
/proc/meminfo: memFree=31585084/32770624 swapFree=0/329148
[pid=16781] ppid=16778 vsize=10621952 CPUtime=1.33 cores=1,3,5,7
/proc/16781/stat : 16781 (java) S 16778 16781 5234 0 -1 1077944320 14070 0 0 0 128 5 0 0 20 0 16 0 12828976 10876878848 22474 18446744073709551615 4194304 4196468 140736092984448 140736092966992 139859050180343 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
/proc/16781/statm: 2655488 22474 3074 1 0 2644422 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 10621952

[startup+1.50094 s]
/proc/loadavg: 2.23 2.08 2.07 6/215 16797
/proc/meminfo: memFree=31460244/32770624 swapFree=0/329148
[pid=16781] ppid=16778 vsize=10624000 CPUtime=4.02 cores=1,3,5,7
/proc/16781/stat : 16781 (java) S 16778 16781 5234 0 -1 1077944320 27406 0 0 0 393 9 0 0 20 0 16 0 12828976 10878976000 43334 18446744073709551615 4194304 4196468 140736092984448 140736092966992 139859050180343 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
/proc/16781/statm: 2656000 43334 3106 1 0 2644934 0
[pid=16781/tid=16783] ppid=16778 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/16781/task/16783/stat : 16783 (java) S 16778 16781 5234 0 -1 1077944384 6170 0 0 0 19 2 0 0 20 0 16 0 12828985 10878976000 43334 18446744073709551615 4194304 4196468 140736092984448 139859054423216 139859050190549 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16784] ppid=16778 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16781/task/16784/stat : 16784 (java) S 16778 16781 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 12828985 10878976000 43334 18446744073709551615 4194304 4196468 140736092984448 139858980600336 139859050190549 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16785] ppid=16778 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16781/task/16785/stat : 16785 (java) S 16778 16781 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 12828985 10878976000 43334 18446744073709551615 4194304 4196468 140736092984448 139858979547792 139859050190549 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16786] ppid=16778 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16781/task/16786/stat : 16786 (java) S 16778 16781 5234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 12828985 10878976000 43334 18446744073709551615 4194304 4196468 140736092984448 139858978494736 139859050190549 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16787] ppid=16778 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16781/task/16787/stat : 16787 (java) S 16778 16781 5234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 12828985 10878976000 43334 18446744073709551615 4194304 4196468 140736092984448 139858977442192 139859050190549 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16788] ppid=16778 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16781/task/16788/stat : 16788 (java) S 16778 16781 5234 0 -1 1077944384 731 0 0 0 0 0 0 0 20 0 16 0 12828987 10878976000 43334 18446744073709551615 4194304 4196468 140736092984448 139858545830640 139859050191490 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16789] ppid=16778 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16781/task/16789/stat : 16789 (java) S 16778 16781 5234 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 12828987 10878976000 43334 18446744073709551615 4194304 4196468 140736092984448 139858544776864 139859050190549 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16790] ppid=16778 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16781/task/16790/stat : 16790 (java) S 16778 16781 5234 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 12828987 10878976000 43334 18446744073709551615 4194304 4196468 140736092984448 139858543723760 139859050190549 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16791] ppid=16778 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16781/task/16791/stat : 16791 (java) S 16778 16781 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12828990 10878976000 43334 18446744073709551615 4194304 4196468 140736092984448 139858542672336 139859050198939 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16792] ppid=16778 vsize=10624000 CPUtime=0.95 cores=1,3,5,7
/proc/16781/task/16792/stat : 16792 (java) R 16778 16781 5234 0 -1 4202560 4743 0 0 0 95 0 0 0 20 0 16 0 12828990 10878976000 43334 18446744073709551615 4194304 4196468 140736092984448 139858541601048 139859030879714 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16793] ppid=16778 vsize=10624000 CPUtime=0.94 cores=1,3,5,7
/proc/16781/task/16793/stat : 16793 (java) R 16778 16781 5234 0 -1 4202560 3559 0 0 0 94 0 0 0 20 0 16 0 12828990 10878976000 43334 18446744073709551615 4194304 4196468 140736092984448 139858540559920 139859034469200 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16794] ppid=16778 vsize=10624000 CPUtime=0.73 cores=1,3,5,7
/proc/16781/task/16794/stat : 16794 (java) S 16778 16781 5234 0 -1 1077944384 4276 0 0 0 72 1 0 0 20 0 16 0 12828990 10878976000 43334 18446744073709551615 4194304 4196468 140736092984448 139858539513840 139859050191490 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16795] ppid=16778 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16781/task/16795/stat : 16795 (java) S 16778 16781 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12828990 10878976000 43334 18446744073709551615 4194304 4196468 140736092984448 139858538461536 139859050190549 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16796] ppid=16778 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16781/task/16796/stat : 16796 (java) S 16778 16781 5234 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 12828993 10878976000 43334 18446744073709551615 4194304 4196468 140736092984448 139858537409584 139859050191490 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16797] ppid=16778 vsize=10624000 CPUtime=1.14 cores=1,3,5,7
/proc/16781/task/16797/stat : 16797 (java) R 16778 16781 5234 0 -1 4202560 6559 0 0 0 110 4 0 0 20 0 16 0 12829010 10878976000 43334 18446744073709551615 4194304 4196468 140736092984448 139858534217472 140736093644738 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
Current children cumulated CPU time (s) 4.02
Current children cumulated vsize (KiB) 10624000

[startup+3.10066 s]
/proc/loadavg: 2.23 2.08 2.07 3/215 16797
/proc/meminfo: memFree=31392856/32770624 swapFree=0/329148
[pid=16781] ppid=16778 vsize=10624000 CPUtime=6.98 cores=1,3,5,7
/proc/16781/stat : 16781 (java) S 16778 16781 5234 0 -1 1077944320 35989 0 0 0 684 14 0 0 20 0 16 0 12828976 10878976000 60161 18446744073709551615 4194304 4196468 140736092984448 140736092966992 139859050180343 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
/proc/16781/statm: 2656000 60161 3116 1 0 2644934 0
[pid=16781/tid=16783] ppid=16778 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/16781/task/16783/stat : 16783 (java) S 16778 16781 5234 0 -1 1077944384 6170 0 0 0 19 2 0 0 20 0 16 0 12828985 10878976000 60161 18446744073709551615 4194304 4196468 140736092984448 139859054423216 139859050190549 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16784] ppid=16778 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/16781/task/16784/stat : 16784 (java) S 16778 16781 5234 0 -1 1077944384 314 0 0 0 1 0 0 0 20 0 16 0 12828985 10878976000 60161 18446744073709551615 4194304 4196468 140736092984448 139858980600336 139859050190549 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16785] ppid=16778 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/16781/task/16785/stat : 16785 (java) S 16778 16781 5234 0 -1 1077944384 33 0 0 0 1 0 0 0 20 0 16 0 12828985 10878976000 60161 18446744073709551615 4194304 4196468 140736092984448 139858979547792 139859050190549 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16786] ppid=16778 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/16781/task/16786/stat : 16786 (java) S 16778 16781 5234 0 -1 1077944384 48 0 0 0 1 0 0 0 20 0 16 0 12828985 10878976000 60161 18446744073709551615 4194304 4196468 140736092984448 139858978494736 139859050190549 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16787] ppid=16778 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/16781/task/16787/stat : 16787 (java) S 16778 16781 5234 0 -1 1077944384 213 0 0 0 1 0 0 0 20 0 16 0 12828985 10878976000 60161 18446744073709551615 4194304 4196468 140736092984448 139858977442192 139859050190549 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16788] ppid=16778 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16781/task/16788/stat : 16788 (java) S 16778 16781 5234 0 -1 1077944384 814 0 0 0 0 0 0 0 20 0 16 0 12828987 10878976000 60161 18446744073709551615 4194304 4196468 140736092984448 139858545830640 139859050191490 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16789] ppid=16778 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16781/task/16789/stat : 16789 (java) S 16778 16781 5234 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 12828987 10878976000 60161 18446744073709551615 4194304 4196468 140736092984448 139858544776864 139859050190549 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16790] ppid=16778 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16781/task/16790/stat : 16790 (java) S 16778 16781 5234 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 12828987 10878976000 60161 18446744073709551615 4194304 4196468 140736092984448 139858543723760 139859050190549 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16791] ppid=16778 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16781/task/16791/stat : 16791 (java) S 16778 16781 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12828990 10878976000 60161 18446744073709551615 4194304 4196468 140736092984448 139858542672336 139859050198939 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16792] ppid=16778 vsize=10624000 CPUtime=1.57 cores=1,3,5,7
/proc/16781/task/16792/stat : 16792 (java) S 16778 16781 5234 0 -1 1077944384 9903 0 0 0 156 1 0 0 20 0 16 0 12828990 10878976000 60161 18446744073709551615 4194304 4196468 140736092984448 139858541619440 139859050191490 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16793] ppid=16778 vsize=10624000 CPUtime=1.54 cores=1,3,5,7
/proc/16781/task/16793/stat : 16793 (java) S 16778 16781 5234 0 -1 1077944384 4993 0 0 0 154 0 0 0 20 0 16 0 12828990 10878976000 60161 18446744073709551615 4194304 4196468 140736092984448 139858540566896 139859050191490 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16794] ppid=16778 vsize=10624000 CPUtime=0.8 cores=1,3,5,7
/proc/16781/task/16794/stat : 16794 (java) S 16778 16781 5234 0 -1 1077944384 5225 0 0 0 79 1 0 0 20 0 16 0 12828990 10878976000 60161 18446744073709551615 4194304 4196468 140736092984448 139858539513840 139859050191490 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16795] ppid=16778 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16781/task/16795/stat : 16795 (java) S 16778 16781 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12828990 10878976000 60161 18446744073709551615 4194304 4196468 140736092984448 139858538461536 139859050190549 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16796] ppid=16778 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16781/task/16796/stat : 16796 (java) S 16778 16781 5234 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 12828993 10878976000 60161 18446744073709551615 4194304 4196468 140736092984448 139858537409584 139859050191490 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16797] ppid=16778 vsize=10624000 CPUtime=2.72 cores=1,3,5,7
/proc/16781/task/16797/stat : 16797 (java) R 16778 16781 5234 0 -1 4202560 6868 0 0 0 268 4 0 0 20 0 16 0 12829010 10878976000 60161 18446744073709551615 4194304 4196468 140736092984448 139858534219448 139858655382923 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
Current children cumulated CPU time (s) 6.98
Current children cumulated vsize (KiB) 10624000

[startup+6.30069 s]
/proc/loadavg: 2.23 2.08 2.07 5/213 16829
/proc/meminfo: memFree=31479176/32770624 swapFree=0/329160
[pid=16781] ppid=16778 vsize=10624000 CPUtime=10.26 cores=1,3,5,7
/proc/16781/stat : 16781 (java) S 16778 16781 5234 0 -1 1077944320 36380 0 0 0 1012 14 0 0 20 0 16 0 12828976 10878976000 59104 18446744073709551615 4194304 4196468 140736092984448 140736092966992 139859050180343 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
/proc/16781/statm: 2656000 59104 3119 1 0 2644934 0
[pid=16781/tid=16783] ppid=16778 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/16781/task/16783/stat : 16783 (java) S 16778 16781 5234 0 -1 1077944384 6170 0 0 0 19 2 0 0 20 0 16 0 12828985 10878976000 59104 18446744073709551615 4194304 4196468 140736092984448 139859054423216 139859050190549 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16784] ppid=16778 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/16781/task/16784/stat : 16784 (java) S 16778 16781 5234 0 -1 1077944384 314 0 0 0 1 0 0 0 20 0 16 0 12828985 10878976000 59104 18446744073709551615 4194304 4196468 140736092984448 139858980600336 139859050190549 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16785] ppid=16778 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/16781/task/16785/stat : 16785 (java) S 16778 16781 5234 0 -1 1077944384 33 0 0 0 1 0 0 0 20 0 16 0 12828985 10878976000 59104 18446744073709551615 4194304 4196468 140736092984448 139858979547792 139859050190549 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16786] ppid=16778 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/16781/task/16786/stat : 16786 (java) S 16778 16781 5234 0 -1 1077944384 48 0 0 0 1 0 0 0 20 0 16 0 12828985 10878976000 59104 18446744073709551615 4194304 4196468 140736092984448 139858978494736 139859050190549 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16787] ppid=16778 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/16781/task/16787/stat : 16787 (java) S 16778 16781 5234 0 -1 1077944384 213 0 0 0 1 0 0 0 20 0 16 0 12828985 10878976000 59104 18446744073709551615 4194304 4196468 140736092984448 139858977442192 139859050190549 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16788] ppid=16778 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16781/task/16788/stat : 16788 (java) S 16778 16781 5234 0 -1 1077944384 814 0 0 0 0 0 0 0 20 0 16 0 12828987 10878976000 59104 18446744073709551615 4194304 4196468 140736092984448 139858545830640 139859050191490 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16789] ppid=16778 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16781/task/16789/stat : 16789 (java) S 16778 16781 5234 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 12828987 10878976000 59104 18446744073709551615 4194304 4196468 140736092984448 139858544776864 139859050190549 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16790] ppid=16778 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16781/task/16790/stat : 16790 (java) S 16778 16781 5234 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 12828987 10878976000 59104 18446744073709551615 4194304 4196468 140736092984448 139858543723760 139859050190549 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16791] ppid=16778 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16781/task/16791/stat : 16791 (java) S 16778 16781 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12828990 10878976000 59104 18446744073709551615 4194304 4196468 140736092984448 139858542672336 139859050198939 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16792] ppid=16778 vsize=10624000 CPUtime=1.59 cores=1,3,5,7
/proc/16781/task/16792/stat : 16792 (java) R 16778 16781 5234 0 -1 4202560 9918 0 0 0 158 1 0 0 20 0 16 0 12828990 10878976000 59104 18446744073709551615 4194304 4196468 140736092984448 139858541619440 139859029399549 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16793] ppid=16778 vsize=10624000 CPUtime=1.57 cores=1,3,5,7
/proc/16781/task/16793/stat : 16793 (java) S 16778 16781 5234 0 -1 1077944384 5013 0 0 0 157 0 0 0 20 0 16 0 12828990 10878976000 59104 18446744073709551615 4194304 4196468 140736092984448 139858540566896 139859050191490 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16794] ppid=16778 vsize=10624000 CPUtime=0.83 cores=1,3,5,7
/proc/16781/task/16794/stat : 16794 (java) S 16778 16781 5234 0 -1 1077944384 5322 0 0 0 82 1 0 0 20 0 16 0 12828990 10878976000 59104 18446744073709551615 4194304 4196468 140736092984448 139858539513840 139859050191490 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16795] ppid=16778 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16781/task/16795/stat : 16795 (java) S 16778 16781 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12828990 10878976000 59104 18446744073709551615 4194304 4196468 140736092984448 139858538461536 139859050190549 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16796] ppid=16778 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16781/task/16796/stat : 16796 (java) S 16778 16781 5234 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 16 0 12828993 10878976000 59104 18446744073709551615 4194304 4196468 140736092984448 139858537409584 139859050191490 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16797] ppid=16778 vsize=10624000 CPUtime=5.91 cores=1,3,5,7
/proc/16781/task/16797/stat : 16797 (java) R 16778 16781 5234 0 -1 4202560 7112 0 0 0 587 4 0 0 20 0 16 0 12829010 10878976000 59104 18446744073709551615 4194304 4196468 140736092984448 139858534216640 139858655629380 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
Current children cumulated CPU time (s) 10.26
Current children cumulated vsize (KiB) 10624000

[startup+12.7006 s]
/proc/loadavg: 2.12 2.06 2.07 3/215 16890
/proc/meminfo: memFree=31253012/32770624 swapFree=0/329192
[pid=16781] ppid=16778 vsize=10624000 CPUtime=16.83 cores=1,3,5,7
/proc/16781/stat : 16781 (java) S 16778 16781 5234 0 -1 1077944320 42221 0 0 0 1666 17 0 0 20 0 16 0 12828976 10878976000 63838 18446744073709551615 4194304 4196468 140736092984448 140736092966992 139859050180343 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
/proc/16781/statm: 2656000 63838 3136 1 0 2644934 0
[pid=16781/tid=16783] ppid=16778 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/16781/task/16783/stat : 16783 (java) S 16778 16781 5234 0 -1 1077944384 6170 0 0 0 19 2 0 0 20 0 16 0 12828985 10878976000 63838 18446744073709551615 4194304 4196468 140736092984448 139859054423216 139859050190549 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16784] ppid=16778 vsize=10624000 CPUtime=0.03 cores=1,3,5,7
/proc/16781/task/16784/stat : 16784 (java) S 16778 16781 5234 0 -1 1077944384 857 0 0 0 2 1 0 0 20 0 16 0 12828985 10878976000 63838 18446744073709551615 4194304 4196468 140736092984448 139858980600336 139859050190549 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16785] ppid=16778 vsize=10624000 CPUtime=0.03 cores=1,3,5,7
/proc/16781/task/16785/stat : 16785 (java) S 16778 16781 5234 0 -1 1077944384 356 0 0 0 2 1 0 0 20 0 16 0 12828985 10878976000 63838 18446744073709551615 4194304 4196468 140736092984448 139858979547792 139859050190549 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16786] ppid=16778 vsize=10624000 CPUtime=0.03 cores=1,3,5,7
/proc/16781/task/16786/stat : 16786 (java) S 16778 16781 5234 0 -1 1077944384 97 0 0 0 2 1 0 0 20 0 16 0 12828985 10878976000 63838 18446744073709551615 4194304 4196468 140736092984448 139858978494736 139859050190549 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16787] ppid=16778 vsize=10624000 CPUtime=0.03 cores=1,3,5,7
/proc/16781/task/16787/stat : 16787 (java) S 16778 16781 5234 0 -1 1077944384 232 0 0 0 2 1 0 0 20 0 16 0 12828985 10878976000 63838 18446744073709551615 4194304 4196468 140736092984448 139858977442192 139859050190549 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16788] ppid=16778 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16781/task/16788/stat : 16788 (java) S 16778 16781 5234 0 -1 1077944384 1002 0 0 0 0 0 0 0 20 0 16 0 12828987 10878976000 63838 18446744073709551615 4194304 4196468 140736092984448 139858545830640 139859050191490 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0

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

/proc/meminfo: memFree=31226108/32770624 swapFree=0/329296
[pid=16781] ppid=16778 vsize=10624000 CPUtime=106.7 cores=1,3,5,7
/proc/16781/stat : 16781 (java) S 16778 16781 5234 0 -1 1077944320 53577 0 0 0 10650 20 0 0 20 0 16 0 12828976 10878976000 64000 18446744073709551615 4194304 4196468 140736092984448 140736092966992 139859050180343 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
/proc/16781/statm: 2656000 64000 3136 1 0 2644934 0
[pid=16781/tid=16783] ppid=16778 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/16781/task/16783/stat : 16783 (java) S 16778 16781 5234 0 -1 1077944384 6170 0 0 0 19 2 0 0 20 0 16 0 12828985 10878976000 64000 18446744073709551615 4194304 4196468 140736092984448 139859054423216 139859050190549 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16784] ppid=16778 vsize=10624000 CPUtime=0.08 cores=1,3,5,7
/proc/16781/task/16784/stat : 16784 (java) S 16778 16781 5234 0 -1 1077944384 2810 0 0 0 7 1 0 0 20 0 16 0 12828985 10878976000 64000 18446744073709551615 4194304 4196468 140736092984448 139858980600336 139859050190549 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16785] ppid=16778 vsize=10624000 CPUtime=0.08 cores=1,3,5,7
/proc/16781/task/16785/stat : 16785 (java) S 16778 16781 5234 0 -1 1077944384 505 0 0 0 7 1 0 0 20 0 16 0 12828985 10878976000 64000 18446744073709551615 4194304 4196468 140736092984448 139858979547792 139859050190549 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16786] ppid=16778 vsize=10624000 CPUtime=0.08 cores=1,3,5,7
/proc/16781/task/16786/stat : 16786 (java) S 16778 16781 5234 0 -1 1077944384 1870 0 0 0 6 2 0 0 20 0 16 0 12828985 10878976000 64000 18446744073709551615 4194304 4196468 140736092984448 139858978494736 139859050190549 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16787] ppid=16778 vsize=10624000 CPUtime=0.08 cores=1,3,5,7
/proc/16781/task/16787/stat : 16787 (java) S 16778 16781 5234 0 -1 1077944384 710 0 0 0 7 1 0 0 20 0 16 0 12828985 10878976000 64000 18446744073709551615 4194304 4196468 140736092984448 139858977442192 139859050190549 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16788] ppid=16778 vsize=10624000 CPUtime=0.02 cores=1,3,5,7
/proc/16781/task/16788/stat : 16788 (java) S 16778 16781 5234 0 -1 1077944384 1953 0 0 0 2 0 0 0 20 0 16 0 12828987 10878976000 64000 18446744073709551615 4194304 4196468 140736092984448 139858545830640 139859050191490 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16789] ppid=16778 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16781/task/16789/stat : 16789 (java) S 16778 16781 5234 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 12828987 10878976000 64000 18446744073709551615 4194304 4196468 140736092984448 139858544776864 139859050190549 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16790] ppid=16778 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16781/task/16790/stat : 16790 (java) S 16778 16781 5234 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 12828987 10878976000 64000 18446744073709551615 4194304 4196468 140736092984448 139858543723760 139859050190549 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16791] ppid=16778 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16781/task/16791/stat : 16791 (java) S 16778 16781 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12828990 10878976000 64000 18446744073709551615 4194304 4196468 140736092984448 139858542672336 139859050198939 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16792] ppid=16778 vsize=10624000 CPUtime=1.71 cores=1,3,5,7
/proc/16781/task/16792/stat : 16792 (java) S 16778 16781 5234 0 -1 1077944384 13252 0 0 0 170 1 0 0 20 0 16 0 12828990 10878976000 64000 18446744073709551615 4194304 4196468 140736092984448 139858541619440 139859050191490 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16793] ppid=16778 vsize=10624000 CPUtime=1.61 cores=1,3,5,7
/proc/16781/task/16793/stat : 16793 (java) S 16778 16781 5234 0 -1 1077944384 6292 0 0 0 160 1 0 0 20 0 16 0 12828990 10878976000 64000 18446744073709551615 4194304 4196468 140736092984448 139858540566896 139859050191490 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16794] ppid=16778 vsize=10624000 CPUtime=0.88 cores=1,3,5,7
/proc/16781/task/16794/stat : 16794 (java) S 16778 16781 5234 0 -1 1077944384 7525 0 0 0 87 1 0 0 20 0 16 0 12828990 10878976000 64000 18446744073709551615 4194304 4196468 140736092984448 139858539513840 139859050191490 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16795] ppid=16778 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16781/task/16795/stat : 16795 (java) S 16778 16781 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12828990 10878976000 64000 18446744073709551615 4194304 4196468 140736092984448 139858538461536 139859050190549 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16796] ppid=16778 vsize=10624000 CPUtime=0.02 cores=1,3,5,7
/proc/16781/task/16796/stat : 16796 (java) S 16778 16781 5234 0 -1 1077944384 232 0 0 0 1 1 0 0 20 0 16 0 12828993 10878976000 64000 18446744073709551615 4194304 4196468 140736092984448 139858537409584 139859050191490 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16797] ppid=16778 vsize=10624000 CPUtime=101.83 cores=1,3,5,7
/proc/16781/task/16797/stat : 16797 (java) R 16778 16781 5234 0 -1 4202560 10855 0 0 0 10179 4 0 0 20 0 16 0 12829010 10878976000 64000 18446744073709551615 4194304 4196468 140736092984448 139858534219568 139858655612469 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
Current children cumulated CPU time (s) 106.7
Current children cumulated vsize (KiB) 10624000

[startup+162.301 s]
/proc/loadavg: 1.81 1.97 2.03 3/216 16896
/proc/meminfo: memFree=31259808/32770624 swapFree=0/329328
[pid=16781] ppid=16778 vsize=10624000 CPUtime=166.77 cores=1,3,5,7
/proc/16781/stat : 16781 (java) S 16778 16781 5234 0 -1 1077944320 55297 0 0 0 16655 22 0 0 20 0 16 0 12828976 10878976000 55663 18446744073709551615 4194304 4196468 140736092984448 140736092966992 139859050180343 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
/proc/16781/statm: 2656000 55663 3136 1 0 2644934 0
[pid=16781/tid=16783] ppid=16778 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/16781/task/16783/stat : 16783 (java) S 16778 16781 5234 0 -1 1077944384 6170 0 0 0 19 2 0 0 20 0 16 0 12828985 10878976000 55663 18446744073709551615 4194304 4196468 140736092984448 139859054423216 139859050190549 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16784] ppid=16778 vsize=10624000 CPUtime=0.1 cores=1,3,5,7
/proc/16781/task/16784/stat : 16784 (java) S 16778 16781 5234 0 -1 1077944384 3369 0 0 0 8 2 0 0 20 0 16 0 12828985 10878976000 55663 18446744073709551615 4194304 4196468 140736092984448 139858980600336 139859050190549 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16785] ppid=16778 vsize=10624000 CPUtime=0.09 cores=1,3,5,7
/proc/16781/task/16785/stat : 16785 (java) S 16778 16781 5234 0 -1 1077944384 535 0 0 0 8 1 0 0 20 0 16 0 12828985 10878976000 55663 18446744073709551615 4194304 4196468 140736092984448 139858979547792 139859050190549 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16786] ppid=16778 vsize=10624000 CPUtime=0.1 cores=1,3,5,7
/proc/16781/task/16786/stat : 16786 (java) S 16778 16781 5234 0 -1 1077944384 1879 0 0 0 8 2 0 0 20 0 16 0 12828985 10878976000 55663 18446744073709551615 4194304 4196468 140736092984448 139858978494736 139859050190549 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16787] ppid=16778 vsize=10624000 CPUtime=0.1 cores=1,3,5,7
/proc/16781/task/16787/stat : 16787 (java) S 16778 16781 5234 0 -1 1077944384 718 0 0 0 9 1 0 0 20 0 16 0 12828985 10878976000 55663 18446744073709551615 4194304 4196468 140736092984448 139858977442192 139859050190549 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16788] ppid=16778 vsize=10624000 CPUtime=0.03 cores=1,3,5,7
/proc/16781/task/16788/stat : 16788 (java) S 16778 16781 5234 0 -1 1077944384 2207 0 0 0 3 0 0 0 20 0 16 0 12828987 10878976000 55663 18446744073709551615 4194304 4196468 140736092984448 139858545830640 139859050191490 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16789] ppid=16778 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16781/task/16789/stat : 16789 (java) S 16778 16781 5234 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 12828987 10878976000 55663 18446744073709551615 4194304 4196468 140736092984448 139858544776864 139859050190549 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16790] ppid=16778 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16781/task/16790/stat : 16790 (java) S 16778 16781 5234 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 12828987 10878976000 55663 18446744073709551615 4194304 4196468 140736092984448 139858543723760 139859050190549 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16791] ppid=16778 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16781/task/16791/stat : 16791 (java) S 16778 16781 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12828990 10878976000 55663 18446744073709551615 4194304 4196468 140736092984448 139858542672336 139859050198939 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16792] ppid=16778 vsize=10624000 CPUtime=1.71 cores=1,3,5,7
/proc/16781/task/16792/stat : 16792 (java) S 16778 16781 5234 0 -1 1077944384 13255 0 0 0 170 1 0 0 20 0 16 0 12828990 10878976000 55663 18446744073709551615 4194304 4196468 140736092984448 139858541619440 139859050191490 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16793] ppid=16778 vsize=10624000 CPUtime=1.61 cores=1,3,5,7
/proc/16781/task/16793/stat : 16793 (java) S 16778 16781 5234 0 -1 1077944384 6573 0 0 0 160 1 0 0 20 0 16 0 12828990 10878976000 55663 18446744073709551615 4194304 4196468 140736092984448 139858540566896 139859050191490 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16794] ppid=16778 vsize=10624000 CPUtime=0.88 cores=1,3,5,7
/proc/16781/task/16794/stat : 16794 (java) S 16778 16781 5234 0 -1 1077944384 7532 0 0 0 87 1 0 0 20 0 16 0 12828990 10878976000 55663 18446744073709551615 4194304 4196468 140736092984448 139858539513840 139859050191490 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16795] ppid=16778 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16781/task/16795/stat : 16795 (java) S 16778 16781 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12828990 10878976000 55663 18446744073709551615 4194304 4196468 140736092984448 139858538461536 139859050190549 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16796] ppid=16778 vsize=10624000 CPUtime=0.03 cores=1,3,5,7
/proc/16781/task/16796/stat : 16796 (java) S 16778 16781 5234 0 -1 1077944384 268 0 0 0 1 2 0 0 20 0 16 0 12828993 10878976000 55663 18446744073709551615 4194304 4196468 140736092984448 139858537409584 139859050191490 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16797] ppid=16778 vsize=10624000 CPUtime=161.79 cores=1,3,5,7
/proc/16781/task/16797/stat : 16797 (java) R 16778 16781 5234 0 -1 4202560 11388 0 0 0 16175 4 0 0 20 0 16 0 12829010 10878976000 55663 18446744073709551615 4194304 4196468 140736092984448 139858534219680 139858655611372 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
Current children cumulated CPU time (s) 166.77
Current children cumulated vsize (KiB) 10624000

[startup+222.306 s]
/proc/loadavg: 1.89 1.96 2.03 3/215 16898
/proc/meminfo: memFree=31302644/32770624 swapFree=0/329360
[pid=16781] ppid=16778 vsize=10624000 CPUtime=226.85 cores=1,3,5,7
/proc/16781/stat : 16781 (java) S 16778 16781 5234 0 -1 1077944320 56701 0 0 0 22663 22 0 0 20 0 16 0 12828976 10878976000 48225 18446744073709551615 4194304 4196468 140736092984448 140736092966992 139859050180343 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
/proc/16781/statm: 2656000 48225 3136 1 0 2644934 0
[pid=16781/tid=16783] ppid=16778 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/16781/task/16783/stat : 16783 (java) S 16778 16781 5234 0 -1 1077944384 6170 0 0 0 19 2 0 0 20 0 16 0 12828985 10878976000 48225 18446744073709551615 4194304 4196468 140736092984448 139859054423216 139859050190549 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16784] ppid=16778 vsize=10624000 CPUtime=0.13 cores=1,3,5,7
/proc/16781/task/16784/stat : 16784 (java) S 16778 16781 5234 0 -1 1077944384 3378 0 0 0 11 2 0 0 20 0 16 0 12828985 10878976000 48225 18446744073709551615 4194304 4196468 140736092984448 139858980600336 139859050190549 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16785] ppid=16778 vsize=10624000 CPUtime=0.12 cores=1,3,5,7
/proc/16781/task/16785/stat : 16785 (java) S 16778 16781 5234 0 -1 1077944384 546 0 0 0 11 1 0 0 20 0 16 0 12828985 10878976000 48225 18446744073709551615 4194304 4196468 140736092984448 139858979547792 139859050190549 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16786] ppid=16778 vsize=10624000 CPUtime=0.12 cores=1,3,5,7
/proc/16781/task/16786/stat : 16786 (java) S 16778 16781 5234 0 -1 1077944384 1975 0 0 0 10 2 0 0 20 0 16 0 12828985 10878976000 48225 18446744073709551615 4194304 4196468 140736092984448 139858978494736 139859050190549 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16787] ppid=16778 vsize=10624000 CPUtime=0.12 cores=1,3,5,7
/proc/16781/task/16787/stat : 16787 (java) S 16778 16781 5234 0 -1 1077944384 1160 0 0 0 11 1 0 0 20 0 16 0 12828985 10878976000 48225 18446744073709551615 4194304 4196468 140736092984448 139858977442192 139859050190549 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16788] ppid=16778 vsize=10624000 CPUtime=0.03 cores=1,3,5,7
/proc/16781/task/16788/stat : 16788 (java) S 16778 16781 5234 0 -1 1077944384 2456 0 0 0 3 0 0 0 20 0 16 0 12828987 10878976000 48225 18446744073709551615 4194304 4196468 140736092984448 139858545830640 139859050191490 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16789] ppid=16778 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16781/task/16789/stat : 16789 (java) S 16778 16781 5234 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 12828987 10878976000 48225 18446744073709551615 4194304 4196468 140736092984448 139858544776864 139859050190549 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16790] ppid=16778 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16781/task/16790/stat : 16790 (java) S 16778 16781 5234 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 12828987 10878976000 48225 18446744073709551615 4194304 4196468 140736092984448 139858543723760 139859050190549 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16791] ppid=16778 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16781/task/16791/stat : 16791 (java) S 16778 16781 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12828990 10878976000 48225 18446744073709551615 4194304 4196468 140736092984448 139858542672336 139859050198939 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16792] ppid=16778 vsize=10624000 CPUtime=1.71 cores=1,3,5,7
/proc/16781/task/16792/stat : 16792 (java) S 16778 16781 5234 0 -1 1077944384 13264 0 0 0 170 1 0 0 20 0 16 0 12828990 10878976000 48225 18446744073709551615 4194304 4196468 140736092984448 139858541619440 139859050191490 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16793] ppid=16778 vsize=10624000 CPUtime=1.61 cores=1,3,5,7
/proc/16781/task/16793/stat : 16793 (java) S 16778 16781 5234 0 -1 1077944384 6576 0 0 0 160 1 0 0 20 0 16 0 12828990 10878976000 48225 18446744073709551615 4194304 4196468 140736092984448 139858540566896 139859050191490 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16794] ppid=16778 vsize=10624000 CPUtime=0.88 cores=1,3,5,7
/proc/16781/task/16794/stat : 16794 (java) S 16778 16781 5234 0 -1 1077944384 7535 0 0 0 87 1 0 0 20 0 16 0 12828990 10878976000 48225 18446744073709551615 4194304 4196468 140736092984448 139858539513840 139859050191490 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16795] ppid=16778 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16781/task/16795/stat : 16795 (java) S 16778 16781 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12828990 10878976000 48225 18446744073709551615 4194304 4196468 140736092984448 139858538461536 139859050190549 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16796] ppid=16778 vsize=10624000 CPUtime=0.04 cores=1,3,5,7
/proc/16781/task/16796/stat : 16796 (java) S 16778 16781 5234 0 -1 1077944384 299 0 0 0 1 3 0 0 20 0 16 0 12828993 10878976000 48225 18446744073709551615 4194304 4196468 140736092984448 139858537409584 139859050191490 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16797] ppid=16778 vsize=10624000 CPUtime=221.77 cores=1,3,5,7
/proc/16781/task/16797/stat : 16797 (java) R 16778 16781 5234 0 -1 4202560 11939 0 0 0 22173 4 0 0 20 0 16 0 12829010 10878976000 48225 18446744073709551615 4194304 4196468 140736092984448 139858534219680 139858655611268 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
Current children cumulated CPU time (s) 226.85
Current children cumulated vsize (KiB) 10624000



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 2.13 2.01 2.04 3/215 16898
/proc/meminfo: memFree=31324668/32770624 swapFree=0/329372
[pid=16781] ppid=16778 vsize=10624000 CPUtime=244.58 cores=1,3,5,7
/proc/16781/stat : 16781 (java) S 16778 16781 5234 0 -1 1077944320 56707 0 0 0 24435 23 0 0 20 0 16 0 12828976 10878976000 45916 18446744073709551615 4194304 4196468 140736092984448 140736092966992 139859050180343 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
/proc/16781/statm: 2656000 45916 3136 1 0 2644934 0
[pid=16781/tid=16783] ppid=16778 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/16781/task/16783/stat : 16783 (java) S 16778 16781 5234 0 -1 1077944384 6170 0 0 0 19 2 0 0 20 0 16 0 12828985 10878976000 45916 18446744073709551615 4194304 4196468 140736092984448 139859054423216 139859050190549 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16784] ppid=16778 vsize=10624000 CPUtime=0.14 cores=1,3,5,7
/proc/16781/task/16784/stat : 16784 (java) S 16778 16781 5234 0 -1 1077944384 3378 0 0 0 12 2 0 0 20 0 16 0 12828985 10878976000 45916 18446744073709551615 4194304 4196468 140736092984448 139858980600336 139859050190549 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16785] ppid=16778 vsize=10624000 CPUtime=0.13 cores=1,3,5,7
/proc/16781/task/16785/stat : 16785 (java) S 16778 16781 5234 0 -1 1077944384 546 0 0 0 12 1 0 0 20 0 16 0 12828985 10878976000 45916 18446744073709551615 4194304 4196468 140736092984448 139858979547792 139859050190549 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16786] ppid=16778 vsize=10624000 CPUtime=0.13 cores=1,3,5,7
/proc/16781/task/16786/stat : 16786 (java) S 16778 16781 5234 0 -1 1077944384 1975 0 0 0 11 2 0 0 20 0 16 0 12828985 10878976000 45916 18446744073709551615 4194304 4196468 140736092984448 139858978494736 139859050190549 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16787] ppid=16778 vsize=10624000 CPUtime=0.13 cores=1,3,5,7
/proc/16781/task/16787/stat : 16787 (java) S 16778 16781 5234 0 -1 1077944384 1162 0 0 0 12 1 0 0 20 0 16 0 12828985 10878976000 45916 18446744073709551615 4194304 4196468 140736092984448 139858977442192 139859050190549 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16788] ppid=16778 vsize=10624000 CPUtime=0.04 cores=1,3,5,7
/proc/16781/task/16788/stat : 16788 (java) S 16778 16781 5234 0 -1 1077944384 2456 0 0 0 4 0 0 0 20 0 16 0 12828987 10878976000 45916 18446744073709551615 4194304 4196468 140736092984448 139858545830640 139859050191490 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16789] ppid=16778 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16781/task/16789/stat : 16789 (java) S 16778 16781 5234 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 12828987 10878976000 45916 18446744073709551615 4194304 4196468 140736092984448 139858544776864 139859050190549 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16790] ppid=16778 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16781/task/16790/stat : 16790 (java) S 16778 16781 5234 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 12828987 10878976000 45916 18446744073709551615 4194304 4196468 140736092984448 139858543723760 139859050190549 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16791] ppid=16778 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16781/task/16791/stat : 16791 (java) S 16778 16781 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12828990 10878976000 45916 18446744073709551615 4194304 4196468 140736092984448 139858542672336 139859050198939 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16792] ppid=16778 vsize=10624000 CPUtime=1.71 cores=1,3,5,7
/proc/16781/task/16792/stat : 16792 (java) S 16778 16781 5234 0 -1 1077944384 13264 0 0 0 170 1 0 0 20 0 16 0 12828990 10878976000 45916 18446744073709551615 4194304 4196468 140736092984448 139858541619440 139859050191490 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16793] ppid=16778 vsize=10624000 CPUtime=1.61 cores=1,3,5,7
/proc/16781/task/16793/stat : 16793 (java) S 16778 16781 5234 0 -1 1077944384 6576 0 0 0 160 1 0 0 20 0 16 0 12828990 10878976000 45916 18446744073709551615 4194304 4196468 140736092984448 139858540566896 139859050191490 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16794] ppid=16778 vsize=10624000 CPUtime=0.88 cores=1,3,5,7
/proc/16781/task/16794/stat : 16794 (java) S 16778 16781 5234 0 -1 1077944384 7535 0 0 0 87 1 0 0 20 0 16 0 12828990 10878976000 45916 18446744073709551615 4194304 4196468 140736092984448 139858539513840 139859050191490 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16795] ppid=16778 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16781/task/16795/stat : 16795 (java) S 16778 16781 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12828990 10878976000 45916 18446744073709551615 4194304 4196468 140736092984448 139858538461536 139859050190549 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16796] ppid=16778 vsize=10624000 CPUtime=0.05 cores=1,3,5,7
/proc/16781/task/16796/stat : 16796 (java) S 16778 16781 5234 0 -1 1077944384 299 0 0 0 2 3 0 0 20 0 16 0 12828993 10878976000 45916 18446744073709551615 4194304 4196468 140736092984448 139858537409584 139859050191490 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
[pid=16781/tid=16797] ppid=16778 vsize=10624000 CPUtime=239.45 cores=1,3,5,7
/proc/16781/task/16797/stat : 16797 (java) R 16778 16781 5234 0 -1 4202560 11943 0 0 0 23941 4 0 0 20 0 16 0 12829010 10878976000 45916 18446744073709551615 4194304 4196468 140736092984448 139858534219568 139858655273120 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30982144 140736092987850 140736092987979 140736092987979 140736092991439 0
Current children cumulated CPU time (s) 244.58
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 16781 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 240.013
CPU time (s): 244.604
CPU user time (s): 244.366
CPU system time (s): 0.238112
CPU usage (%): 101.913
Max. virtual memory (cumulated for all children) (KiB): 10626184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 244.366
system time used= 0.238112
maximum resident set size= 263696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57246
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8426
involuntary context switches= 174

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.07645 second user time and 1.29594 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-02 07:39:51
IDJOB=4257567
IDBENCH=127052
IDSOLVER=2642
FILE ID=node134/4257567-1501653232
RUNJOBID= node134-1501642909-6627
PBS_JOBID= 
Free space on /tmp= 61892 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-4257567-1501653232/watcher-4257567-1501653232 -o /tmp/evaluation-result-4257567-1501653232/solver-4257567-1501653232 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node134-1501642909-6627 --watchdog 300  java -jar HOME/AbsCon-basic.jar HOME/instance-4257567-1501653232.xml

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

MD5SUM BENCH= d63f0cb62453ec1939b86e2392ab6ad9
RANDOM SEED=34057431

node134.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.43
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.43
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.43
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.43
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:        31584828 kB
MemAvailable:   31874416 kB
Buffers:          123612 kB
Cached:           444800 kB
SwapCached:            0 kB
Active:           435864 kB
Inactive:         335800 kB
Active(anon):     205448 kB
Inactive(anon):     6652 kB
Active(file):     230416 kB
Inactive(file):   329148 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7788 kB
Writeback:             0 kB
AnonPages:        203248 kB
Mapped:            42008 kB
Shmem:              8892 kB
Slab:             117492 kB
SReclaimable:      91720 kB
SUnreclaim:        25772 kB
KernelStack:        3488 kB
PageTables:         5104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1135680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    100352 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61884 MiB
End job on node134 at 2017-08-02 07:43:51