Trace number 4257569

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)888 244.82201 240.02699

General information on the benchmark

NameLowAutocorrelation/LowAutocorrelation-m1-s1/
LowAutocorrelation-057.xml
MD5SUMd88ca393bf757462df4053a6ee529819
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark468
Best CPU time to get the best result obtained on this benchmark252.10201
Satisfiable
(Un)Satisfiability was proved
Number of variables3305
Number of constraints1708
Number of domains113
Minimum domain size2
Maximum domain size113
Distribution of domain sizes[{"size":2,"count":1654},{"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":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}, {"size":109,"count":1}, {"size":111,"count":1}, {"size":113,"count":1}]
Minimum variable degree0
Maximum variable degree56
Distribution of variable degrees[{"degree":0,"count":1540},{"degree":2,"count":1708},{"degree":56,"count":57}]
Minimum constraint arity2
Maximum constraint arity57
Distribution of constraint arities[{"arity":2,"count":57},{"arity":3,"count":1597},{"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":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}, {"arity":55,"count":1}, {"arity":56,"count":1}, {"arity":57,"count":1}]
Number of extensional constraints0
Number of intensional constraints1652
Distribution of constraint types[{"type":"intension","count":1652},{"type":"sum","count":56}]
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.26/0.35	
0.26/0.35	AbsCon 2 
0.26/0.35	
1.27/0.71	  Solving XCSP3-instance-4257569-1501653239 as a COP in -infty..+infty
1.27/0.71	  Loading variables...
1.66/0.85	  Loading constraints...
3.02/1.26	  Solver SolverBacktrack being built...
3.02/1.26	
3.31/1.34	  Preprocessing : gac=false, ccks=0, filters=0, revisions=0 (useless=0), AC=0, removals=0, inconsistent=false
3.31/1.34	
3.62/1.44	o 60116
3.96/1.53	o 53956
3.96/1.59	o 53744
4.26/1.65	o 48448
4.57/1.70	o 48032
4.57/1.76	o 47648
4.88/1.82	o 42948
4.88/1.88	o 42392
5.19/1.92	o 38460
5.19/1.96	o 37504
5.49/2.00	o 37460
5.49/2.04	o 35900
5.49/2.08	o 35500
5.80/2.12	o 35356
5.80/2.15	o 35344
5.80/2.19	o 34844
5.99/2.22	o 34832
5.99/2.25	o 33500
5.99/2.29	o 33232
6.15/2.32	o 32444
6.33/2.41	o 27848
6.33/2.47	o 26876
6.43/2.53	o 22956
6.43/2.59	o 22616
6.64/2.74	o 22264
6.75/2.80	o 22104
6.86/2.98	o 20884
7.19/3.25	o 19280
7.30/3.35	o 18848
7.80/3.83	o 18504
7.80/3.89	o 18208
8.11/4.15	o 15676
8.21/4.28	o 12908
8.31/4.35	o 10952
8.42/4.41	o 8296
8.42/4.47	o 6344
8.53/4.53	o 5688
8.63/4.60	o 4892
8.63/4.67	o 4776
8.73/4.74	o 4536
8.83/4.80	o 4184
8.83/4.85	o 4156
8.95/4.91	o 4028
9.55/5.57	o 3776
10.45/6.45	o 3416
11.18/7.10	o 3388
11.18/7.15	o 3336
11.28/7.21	o 3100
11.28/7.27	o 2808
11.40/7.33	o 2724
11.50/7.40	o 2416
11.50/7.46	o 2276
12.13/8.03	o 2104
12.13/8.08	o 1976
12.23/8.15	o 1600
18.43/14.23	o 1580
18.54/14.38	o 1516
18.83/14.67	o 1480
18.94/14.76	o 1344
57.49/53.19	o 1320
61.00/56.67	o 1308
61.80/57.43	o 1304
91.88/87.44	o 1228
93.13/88.68	o 1208
99.04/94.57	o 1124
103.35/98.88	o 948
167.26/162.60	o 888
244.79/240.00	
244.79/240.00	v <instantiation id='sol67' type='solution' cost='888'>  <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 1 1 -1 -1 -1 1 -1 -1 -1 1 -1 1 1 1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 1 1 -1 -1 -1 -1 -1 1 1 1 1 1 -1 1 1 1 -1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -1 1 -1 1 1 -1 1 -1 1 -1 -1 1 -1 -1 1 -1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -1 1 1 -1 1 1 -1 -1 -1 1 -1 1 1 -1 -1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -1 -1 -1 -1 -1 -1 -1 1 1 1 -1 -1 1 1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 1 1 -1 1 1 -1 1 -1 1 1 1 -1 -1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -1 1 1 -1 1 1 -1 -1 1 -1 1 1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 1 1 -1 1 1 -1 -1 1 -1 1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -1 1 1 -1 1 -1 1 1 1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -1 -1 -1 -1 1 1 1 -1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 1 1 -1 -1 -1 1 -1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -1 1 -1 1 -1 -1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -1 1 1 1 1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -1 -1 1 -1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 1 -1 -1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 1 1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -6 -5 -6 7 2 -5 2 -1 -2 3 4 3 2 5 6 -9 -2 -5 2 1 6 -5 2 3 -4 3 0 3 -2 5 -6 -3 2 3 2 -9 0 -1 -2 3 -2 -1 -4 3 2 -11 2 3 -2 -1 -2 3 -2 -1 2 -1 36 25 36 49 4 25 4 1 4 9 16 9 4 25 36 81 4 25 4 1 36 25 4 9 16 9 0 9 4 25 36 9 4 9 4 81 0 1 4 9 4 1 16 9 4 121 4 9 4 1 4 9 4 1 4 1 </values>  </instantiation>
244.79/240.00	s SATISFIABLE

Verifier Data

OK	888

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

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

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.13 2.06 2.07 2/199 16860
/proc/meminfo: memFree=31509116/32770624 swapFree=0/329164
[pid=16860] ppid=16857 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/16860/stat : 16860 (runsolver) D 16857 16860 5234 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 12829629 24240128 108 18446744073709551615 4194304 4338465 140732184600000 140732184597640 140190617768663 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 34222080 140732184604832 140732184605254 140732184605254 140732184608714 0
/proc/16860/statm: 5918 108 54 36 0 2156 0

[startup+0.100166 s]
/proc/loadavg: 2.13 2.06 2.07 2/199 16860
/proc/meminfo: memFree=31509116/32770624 swapFree=0/329164
[pid=16860] ppid=16857 vsize=356952 CPUtime=0 cores=0,2,4,6
/proc/16860/stat : 16860 (java) S 16857 16860 5234 0 -1 1077944320 1730 0 0 0 0 0 0 0 20 0 2 0 12829629 365518848 1891 18446744073709551615 4194304 4196468 140733487901136 140733487883680 140565409890039 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
/proc/16860/statm: 89238 1891 1042 1 0 79216 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 356952

[startup+0.20025 s]
/proc/loadavg: 2.13 2.06 2.07 2/199 16860
/proc/meminfo: memFree=31509116/32770624 swapFree=0/329164
[pid=16860] ppid=16857 vsize=10551180 CPUtime=0.07 cores=0,2,4,6
/proc/16860/stat : 16860 (java) S 16857 16860 5234 0 -1 1077944320 4834 0 0 0 6 1 0 0 20 0 15 0 12829629 10804408320 6330 18446744073709551615 4194304 4196468 140733487901136 140733487883680 140565409890039 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
/proc/16860/statm: 2637795 6330 2643 1 0 2627269 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10551180

[startup+0.302558 s]
/proc/loadavg: 2.13 2.06 2.07 2/199 16860
/proc/meminfo: memFree=31509116/32770624 swapFree=0/329164
[pid=16860] ppid=16857 vsize=10551180 CPUtime=0.26 cores=0,2,4,6
/proc/16860/stat : 16860 (java) S 16857 16860 5234 0 -1 1077944320 8869 0 0 0 23 3 0 0 20 0 15 0 12829629 10804408320 9708 18446744073709551615 4194304 4196468 140733487901136 140733487883680 140565409890039 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
/proc/16860/statm: 2637795 9708 2898 1 0 2627269 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10551180

[startup+0.700728 s]
/proc/loadavg: 2.13 2.06 2.07 2/199 16860
/proc/meminfo: memFree=31509116/32770624 swapFree=0/329164
[pid=16860] ppid=16857 vsize=10621952 CPUtime=1.27 cores=0,2,4,6
/proc/16860/stat : 16860 (java) S 16857 16860 5234 0 -1 1077944320 13925 0 0 0 121 6 0 0 20 0 16 0 12829629 10876878848 21886 18446744073709551615 4194304 4196468 140733487901136 140733487883680 140565409890039 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
/proc/16860/statm: 2655488 21886 3069 1 0 2644422 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 10621952

[startup+1.50066 s]
/proc/loadavg: 2.13 2.06 2.07 5/215 16876
/proc/meminfo: memFree=31384800/32770624 swapFree=0/329180
[pid=16860] ppid=16857 vsize=10624000 CPUtime=3.96 cores=0,2,4,6
/proc/16860/stat : 16860 (java) S 16857 16860 5234 0 -1 1077944320 26134 0 0 0 386 10 0 0 20 0 16 0 12829629 10878976000 44993 18446744073709551615 4194304 4196468 140733487901136 140733487883680 140565409890039 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
/proc/16860/statm: 2656000 44993 3106 1 0 2644934 0
[pid=16860/tid=16862] ppid=16857 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/16860/task/16862/stat : 16862 (java) S 16857 16860 5234 0 -1 1077944384 6186 0 0 0 19 2 0 0 20 0 16 0 12829639 10878976000 44993 18446744073709551615 4194304 4196468 140733487901136 140565414132912 140565409900245 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16863] ppid=16857 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16860/task/16863/stat : 16863 (java) S 16857 16860 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 12829640 10878976000 44993 18446744073709551615 4194304 4196468 140733487901136 140565356239504 140565409900245 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16864] ppid=16857 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16860/task/16864/stat : 16864 (java) S 16857 16860 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 12829640 10878976000 44993 18446744073709551615 4194304 4196468 140733487901136 140565355186704 140565409900245 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16865] ppid=16857 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16860/task/16865/stat : 16865 (java) S 16857 16860 5234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 12829640 10878976000 44993 18446744073709551615 4194304 4196468 140733487901136 140565019416976 140565409900245 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16866] ppid=16857 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16860/task/16866/stat : 16866 (java) S 16857 16860 5234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 12829640 10878976000 44993 18446744073709551615 4194304 4196468 140733487901136 140565018364176 140565409900245 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16867] ppid=16857 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16860/task/16867/stat : 16867 (java) S 16857 16860 5234 0 -1 1077944384 663 0 0 0 0 0 0 0 20 0 16 0 12829641 10878976000 44993 18446744073709551615 4194304 4196468 140733487901136 140564974091120 140565409901186 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16868] ppid=16857 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16860/task/16868/stat : 16868 (java) S 16857 16860 5234 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 12829641 10878976000 44993 18446744073709551615 4194304 4196468 140733487901136 140564973037088 140565409900245 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16869] ppid=16857 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16860/task/16869/stat : 16869 (java) S 16857 16860 5234 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 12829642 10878976000 44993 18446744073709551615 4194304 4196468 140733487901136 140564971984240 140565409900245 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16870] ppid=16857 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16860/task/16870/stat : 16870 (java) S 16857 16860 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12829644 10878976000 44993 18446744073709551615 4194304 4196468 140733487901136 140564970932560 140565409908635 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16871] ppid=16857 vsize=10624000 CPUtime=0.93 cores=0,2,4,6
/proc/16860/task/16871/stat : 16871 (java) R 16857 16860 5234 0 -1 4202560 3719 0 0 0 93 0 0 0 20 0 16 0 12829644 10878976000 44993 18446744073709551615 4194304 4196468 140733487901136 140564969866448 140565393389434 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16872] ppid=16857 vsize=10624000 CPUtime=0.9 cores=0,2,4,6
/proc/16860/task/16872/stat : 16872 (java) R 16857 16860 5234 0 -1 4202560 3571 0 0 0 90 0 0 0 20 0 16 0 12829644 10878976000 44993 18446744073709551615 4194304 4196468 140733487901136 140564968817040 140565393375989 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16873] ppid=16857 vsize=10624000 CPUtime=0.74 cores=0,2,4,6
/proc/16860/task/16873/stat : 16873 (java) S 16857 16860 5234 0 -1 1077944384 4241 0 0 0 73 1 0 0 20 0 16 0 12829644 10878976000 44993 18446744073709551615 4194304 4196468 140733487901136 140564967774320 140565409901186 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16874] ppid=16857 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16860/task/16874/stat : 16874 (java) S 16857 16860 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12829644 10878976000 44993 18446744073709551615 4194304 4196468 140733487901136 140564966721760 140565409900245 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16875] ppid=16857 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16860/task/16875/stat : 16875 (java) S 16857 16860 5234 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 12829648 10878976000 44993 18446744073709551615 4194304 4196468 140733487901136 140564965670064 140565409901186 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16876] ppid=16857 vsize=10624000 CPUtime=1.13 cores=0,2,4,6
/proc/16860/task/16876/stat : 16876 (java) R 16857 16860 5234 0 -1 4202560 6387 0 0 0 110 3 0 0 20 0 16 0 12829665 10878976000 44993 18446744073709551615 4194304 4196468 140733487901136 140564962479760 140565042623844 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
Current children cumulated CPU time (s) 3.96
Current children cumulated vsize (KiB) 10624000

[startup+3.10062 s]
/proc/loadavg: 2.13 2.06 2.07 3/215 16876
/proc/meminfo: memFree=31310048/32770624 swapFree=0/329180
[pid=16860] ppid=16857 vsize=10624000 CPUtime=7.08 cores=0,2,4,6
/proc/16860/stat : 16860 (java) S 16857 16860 5234 0 -1 1077944320 34183 0 0 0 694 14 0 0 20 0 16 0 12829629 10878976000 60964 18446744073709551615 4194304 4196468 140733487901136 140733487883680 140565409890039 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
/proc/16860/statm: 2656000 60964 3126 1 0 2644934 0
[pid=16860/tid=16862] ppid=16857 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/16860/task/16862/stat : 16862 (java) S 16857 16860 5234 0 -1 1077944384 6186 0 0 0 19 2 0 0 20 0 16 0 12829639 10878976000 60964 18446744073709551615 4194304 4196468 140733487901136 140565414132912 140565409900245 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16863] ppid=16857 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/16860/task/16863/stat : 16863 (java) S 16857 16860 5234 0 -1 1077944384 26 0 0 0 1 0 0 0 20 0 16 0 12829640 10878976000 60964 18446744073709551615 4194304 4196468 140733487901136 140565356239504 140565409900245 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16864] ppid=16857 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/16860/task/16864/stat : 16864 (java) S 16857 16860 5234 0 -1 1077944384 38 0 0 0 1 0 0 0 20 0 16 0 12829640 10878976000 60964 18446744073709551615 4194304 4196468 140733487901136 140565355186704 140565409900245 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16865] ppid=16857 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/16860/task/16865/stat : 16865 (java) S 16857 16860 5234 0 -1 1077944384 328 0 0 0 1 0 0 0 20 0 16 0 12829640 10878976000 60964 18446744073709551615 4194304 4196468 140733487901136 140565019416976 140565409900245 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16866] ppid=16857 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/16860/task/16866/stat : 16866 (java) S 16857 16860 5234 0 -1 1077944384 221 0 0 0 1 0 0 0 20 0 16 0 12829640 10878976000 60964 18446744073709551615 4194304 4196468 140733487901136 140565018364176 140565409900245 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16867] ppid=16857 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16860/task/16867/stat : 16867 (java) S 16857 16860 5234 0 -1 1077944384 810 0 0 0 0 0 0 0 20 0 16 0 12829641 10878976000 60964 18446744073709551615 4194304 4196468 140733487901136 140564974091120 140565409901186 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16868] ppid=16857 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16860/task/16868/stat : 16868 (java) S 16857 16860 5234 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 12829641 10878976000 60964 18446744073709551615 4194304 4196468 140733487901136 140564973037088 140565409900245 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16869] ppid=16857 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16860/task/16869/stat : 16869 (java) S 16857 16860 5234 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 12829642 10878976000 60964 18446744073709551615 4194304 4196468 140733487901136 140564971984240 140565409900245 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16870] ppid=16857 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16860/task/16870/stat : 16870 (java) S 16857 16860 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12829644 10878976000 60964 18446744073709551615 4194304 4196468 140733487901136 140564970932560 140565409908635 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16871] ppid=16857 vsize=10624000 CPUtime=1.64 cores=0,2,4,6
/proc/16860/task/16871/stat : 16871 (java) S 16857 16860 5234 0 -1 1077944384 5746 0 0 0 164 0 0 0 20 0 16 0 12829644 10878976000 60964 18446744073709551615 4194304 4196468 140733487901136 140564969879920 140565409901186 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16872] ppid=16857 vsize=10624000 CPUtime=1.57 cores=0,2,4,6
/proc/16860/task/16872/stat : 16872 (java) S 16857 16860 5234 0 -1 1077944384 7602 0 0 0 156 1 0 0 20 0 16 0 12829644 10878976000 60964 18446744073709551615 4194304 4196468 140733487901136 140564968827120 140565409901186 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16873] ppid=16857 vsize=10624000 CPUtime=0.81 cores=0,2,4,6
/proc/16860/task/16873/stat : 16873 (java) S 16857 16860 5234 0 -1 1077944384 5242 0 0 0 79 2 0 0 20 0 16 0 12829644 10878976000 60964 18446744073709551615 4194304 4196468 140733487901136 140564967774320 140565409901186 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16874] ppid=16857 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16860/task/16874/stat : 16874 (java) S 16857 16860 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12829644 10878976000 60964 18446744073709551615 4194304 4196468 140733487901136 140564966721760 140565409900245 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16875] ppid=16857 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16860/task/16875/stat : 16875 (java) S 16857 16860 5234 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 16 0 12829648 10878976000 60964 18446744073709551615 4194304 4196468 140733487901136 140564965670064 140565409901186 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16876] ppid=16857 vsize=10624000 CPUtime=2.7 cores=0,2,4,6
/proc/16860/task/16876/stat : 16876 (java) R 16857 16860 5234 0 -1 4202560 6574 0 0 0 267 3 0 0 20 0 16 0 12829665 10878976000 60964 18446744073709551615 4194304 4196468 140733487901136 140564962477816 140565043895715 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
Current children cumulated CPU time (s) 7.08
Current children cumulated vsize (KiB) 10624000

[startup+6.3006 s]
/proc/loadavg: 2.12 2.06 2.07 3/215 16890
/proc/meminfo: memFree=31253008/32770624 swapFree=0/329192
[pid=16860] ppid=16857 vsize=10624000 CPUtime=10.35 cores=0,2,4,6
/proc/16860/stat : 16860 (java) S 16857 16860 5234 0 -1 1077944320 34833 0 0 0 1021 14 0 0 20 0 16 0 12829629 10878976000 61021 18446744073709551615 4194304 4196468 140733487901136 140733487883680 140565409890039 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
/proc/16860/statm: 2656000 61021 3126 1 0 2644934 0
[pid=16860/tid=16862] ppid=16857 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/16860/task/16862/stat : 16862 (java) S 16857 16860 5234 0 -1 1077944384 6186 0 0 0 19 2 0 0 20 0 16 0 12829639 10878976000 61021 18446744073709551615 4194304 4196468 140733487901136 140565414132912 140565409900245 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16863] ppid=16857 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/16860/task/16863/stat : 16863 (java) S 16857 16860 5234 0 -1 1077944384 26 0 0 0 1 0 0 0 20 0 16 0 12829640 10878976000 61021 18446744073709551615 4194304 4196468 140733487901136 140565356239504 140565409900245 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16864] ppid=16857 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/16860/task/16864/stat : 16864 (java) S 16857 16860 5234 0 -1 1077944384 38 0 0 0 1 0 0 0 20 0 16 0 12829640 10878976000 61021 18446744073709551615 4194304 4196468 140733487901136 140565355186704 140565409900245 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16865] ppid=16857 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/16860/task/16865/stat : 16865 (java) S 16857 16860 5234 0 -1 1077944384 328 0 0 0 1 0 0 0 20 0 16 0 12829640 10878976000 61021 18446744073709551615 4194304 4196468 140733487901136 140565019416976 140565409900245 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16866] ppid=16857 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/16860/task/16866/stat : 16866 (java) S 16857 16860 5234 0 -1 1077944384 221 0 0 0 1 0 0 0 20 0 16 0 12829640 10878976000 61021 18446744073709551615 4194304 4196468 140733487901136 140565018364176 140565409900245 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16867] ppid=16857 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16860/task/16867/stat : 16867 (java) S 16857 16860 5234 0 -1 1077944384 822 0 0 0 0 0 0 0 20 0 16 0 12829641 10878976000 61021 18446744073709551615 4194304 4196468 140733487901136 140564974091120 140565409901186 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16868] ppid=16857 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16860/task/16868/stat : 16868 (java) S 16857 16860 5234 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 12829641 10878976000 61021 18446744073709551615 4194304 4196468 140733487901136 140564973037088 140565409900245 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16869] ppid=16857 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16860/task/16869/stat : 16869 (java) S 16857 16860 5234 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 12829642 10878976000 61021 18446744073709551615 4194304 4196468 140733487901136 140564971984240 140565409900245 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16870] ppid=16857 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16860/task/16870/stat : 16870 (java) S 16857 16860 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12829644 10878976000 61021 18446744073709551615 4194304 4196468 140733487901136 140564970932560 140565409908635 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16871] ppid=16857 vsize=10624000 CPUtime=1.67 cores=0,2,4,6
/proc/16860/task/16871/stat : 16871 (java) S 16857 16860 5234 0 -1 1077944384 5754 0 0 0 167 0 0 0 20 0 16 0 12829644 10878976000 61021 18446744073709551615 4194304 4196468 140733487901136 140564969879920 140565409901186 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16872] ppid=16857 vsize=10624000 CPUtime=1.58 cores=0,2,4,6
/proc/16860/task/16872/stat : 16872 (java) S 16857 16860 5234 0 -1 1077944384 7612 0 0 0 157 1 0 0 20 0 16 0 12829644 10878976000 61021 18446744073709551615 4194304 4196468 140733487901136 140564968827120 140565409901186 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16873] ppid=16857 vsize=10624000 CPUtime=0.84 cores=0,2,4,6
/proc/16860/task/16873/stat : 16873 (java) S 16857 16860 5234 0 -1 1077944384 5338 0 0 0 82 2 0 0 20 0 16 0 12829644 10878976000 61021 18446744073709551615 4194304 4196468 140733487901136 140564967774320 140565409901186 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16874] ppid=16857 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16860/task/16874/stat : 16874 (java) S 16857 16860 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12829644 10878976000 61021 18446744073709551615 4194304 4196468 140733487901136 140564966721760 140565409900245 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16875] ppid=16857 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16860/task/16875/stat : 16875 (java) S 16857 16860 5234 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 16 0 12829648 10878976000 61021 18446744073709551615 4194304 4196468 140733487901136 140564965670064 140565409901186 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16876] ppid=16857 vsize=10624000 CPUtime=5.89 cores=0,2,4,6
/proc/16860/task/16876/stat : 16876 (java) R 16857 16860 5234 0 -1 4202560 7087 0 0 0 586 3 0 0 20 0 16 0 12829665 10878976000 61021 18446744073709551615 4194304 4196468 140733487901136 140564962478072 140565043896578 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
Current children cumulated CPU time (s) 10.35
Current children cumulated vsize (KiB) 10624000

[startup+12.7007 s]
/proc/loadavg: 2.11 2.06 2.06 3/215 16890
/proc/meminfo: memFree=31255936/32770624 swapFree=0/329208
[pid=16860] ppid=16857 vsize=10624000 CPUtime=16.88 cores=0,2,4,6
/proc/16860/stat : 16860 (java) S 16857 16860 5234 0 -1 1077944320 39619 0 0 0 1673 15 0 0 20 0 16 0 12829629 10878976000 61623 18446744073709551615 4194304 4196468 140733487901136 140733487883680 140565409890039 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
/proc/16860/statm: 2656000 61623 3132 1 0 2644934 0
[pid=16860/tid=16862] ppid=16857 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/16860/task/16862/stat : 16862 (java) S 16857 16860 5234 0 -1 1077944384 6186 0 0 0 19 2 0 0 20 0 16 0 12829639 10878976000 61623 18446744073709551615 4194304 4196468 140733487901136 140565414132912 140565409900245 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16863] ppid=16857 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/16860/task/16863/stat : 16863 (java) S 16857 16860 5234 0 -1 1077944384 26 0 0 0 1 0 0 0 20 0 16 0 12829640 10878976000 61623 18446744073709551615 4194304 4196468 140733487901136 140565356239504 140565409900245 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16864] ppid=16857 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/16860/task/16864/stat : 16864 (java) S 16857 16860 5234 0 -1 1077944384 38 0 0 0 1 0 0 0 20 0 16 0 12829640 10878976000 61623 18446744073709551615 4194304 4196468 140733487901136 140565355186704 140565409900245 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16865] ppid=16857 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/16860/task/16865/stat : 16865 (java) S 16857 16860 5234 0 -1 1077944384 328 0 0 0 1 0 0 0 20 0 16 0 12829640 10878976000 61623 18446744073709551615 4194304 4196468 140733487901136 140565019416976 140565409900245 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16866] ppid=16857 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/16860/task/16866/stat : 16866 (java) S 16857 16860 5234 0 -1 1077944384 221 0 0 0 1 0 0 0 20 0 16 0 12829640 10878976000 61623 18446744073709551615 4194304 4196468 140733487901136 140565018364176 140565409900245 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16867] ppid=16857 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16860/task/16867/stat : 16867 (java) S 16857 16860 5234 0 -1 1077944384 854 0 0 0 0 0 0 0 20 0 16 0 12829641 10878976000 61623 18446744073709551615 4194304 4196468 140733487901136 140564974091120 140565409901186 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0

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

/proc/meminfo: memFree=31228960/32770624 swapFree=0/329304
[pid=16860] ppid=16857 vsize=10624000 CPUtime=106.88 cores=0,2,4,6
/proc/16860/stat : 16860 (java) S 16857 16860 5234 0 -1 1077944320 55025 0 0 0 10660 28 0 0 20 0 16 0 12829629 10878976000 67856 18446744073709551615 4194304 4196468 140733487901136 140733487883680 140565409890039 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
/proc/16860/statm: 2656000 67856 3136 1 0 2644934 0
[pid=16860/tid=16862] ppid=16857 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/16860/task/16862/stat : 16862 (java) S 16857 16860 5234 0 -1 1077944384 6186 0 0 0 19 2 0 0 20 0 16 0 12829639 10878976000 67856 18446744073709551615 4194304 4196468 140733487901136 140565414132912 140565409900245 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16863] ppid=16857 vsize=10624000 CPUtime=0.08 cores=0,2,4,6
/proc/16860/task/16863/stat : 16863 (java) S 16857 16860 5234 0 -1 1077944384 403 0 0 0 5 3 0 0 20 0 16 0 12829640 10878976000 67856 18446744073709551615 4194304 4196468 140733487901136 140565356239504 140565409900245 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16864] ppid=16857 vsize=10624000 CPUtime=0.09 cores=0,2,4,6
/proc/16860/task/16864/stat : 16864 (java) S 16857 16860 5234 0 -1 1077944384 1552 0 0 0 6 3 0 0 20 0 16 0 12829640 10878976000 67856 18446744073709551615 4194304 4196468 140733487901136 140565355186704 140565409900245 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16865] ppid=16857 vsize=10624000 CPUtime=0.09 cores=0,2,4,6
/proc/16860/task/16865/stat : 16865 (java) S 16857 16860 5234 0 -1 1077944384 1740 0 0 0 6 3 0 0 20 0 16 0 12829640 10878976000 67856 18446744073709551615 4194304 4196468 140733487901136 140565019416976 140565409900245 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16866] ppid=16857 vsize=10624000 CPUtime=0.08 cores=0,2,4,6
/proc/16860/task/16866/stat : 16866 (java) S 16857 16860 5234 0 -1 1077944384 2636 0 0 0 6 2 0 0 20 0 16 0 12829640 10878976000 67856 18446744073709551615 4194304 4196468 140733487901136 140565018364176 140565409900245 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16867] ppid=16857 vsize=10624000 CPUtime=0.02 cores=0,2,4,6
/proc/16860/task/16867/stat : 16867 (java) S 16857 16860 5234 0 -1 1077944384 1515 0 0 0 2 0 0 0 20 0 16 0 12829641 10878976000 67856 18446744073709551615 4194304 4196468 140733487901136 140564974091120 140565409901186 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16868] ppid=16857 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16860/task/16868/stat : 16868 (java) S 16857 16860 5234 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 12829641 10878976000 67856 18446744073709551615 4194304 4196468 140733487901136 140564973037088 140565409900245 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16869] ppid=16857 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16860/task/16869/stat : 16869 (java) S 16857 16860 5234 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 12829642 10878976000 67856 18446744073709551615 4194304 4196468 140733487901136 140564971984240 140565409900245 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16870] ppid=16857 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16860/task/16870/stat : 16870 (java) S 16857 16860 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12829644 10878976000 67856 18446744073709551615 4194304 4196468 140733487901136 140564970932560 140565409908635 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16871] ppid=16857 vsize=10624000 CPUtime=1.78 cores=0,2,4,6
/proc/16860/task/16871/stat : 16871 (java) S 16857 16860 5234 0 -1 1077944384 8774 0 0 0 177 1 0 0 20 0 16 0 12829644 10878976000 67856 18446744073709551615 4194304 4196468 140733487901136 140564969879920 140565409901186 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16872] ppid=16857 vsize=10624000 CPUtime=1.69 cores=0,2,4,6
/proc/16860/task/16872/stat : 16872 (java) S 16857 16860 5234 0 -1 1077944384 9481 0 0 0 168 1 0 0 20 0 16 0 12829644 10878976000 67856 18446744073709551615 4194304 4196468 140733487901136 140564968827120 140565409901186 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16873] ppid=16857 vsize=10624000 CPUtime=0.91 cores=0,2,4,6
/proc/16860/task/16873/stat : 16873 (java) S 16857 16860 5234 0 -1 1077944384 9426 0 0 0 89 2 0 0 20 0 16 0 12829644 10878976000 67856 18446744073709551615 4194304 4196468 140733487901136 140564967774320 140565409901186 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16874] ppid=16857 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16860/task/16874/stat : 16874 (java) S 16857 16860 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12829644 10878976000 67856 18446744073709551615 4194304 4196468 140733487901136 140564966721760 140565409900245 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16875] ppid=16857 vsize=10624000 CPUtime=0.02 cores=0,2,4,6
/proc/16860/task/16875/stat : 16875 (java) S 16857 16860 5234 0 -1 1077944384 216 0 0 0 1 1 0 0 20 0 16 0 12829648 10878976000 67856 18446744073709551615 4194304 4196468 140733487901136 140564965670064 140565409901186 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16876] ppid=16857 vsize=10624000 CPUtime=101.81 cores=0,2,4,6
/proc/16860/task/16876/stat : 16876 (java) R 16857 16860 5234 0 -1 4202560 11694 0 0 0 10177 4 0 0 20 0 16 0 12829665 10878976000 67856 18446744073709551615 4194304 4196468 140733487901136 140564962479656 140565043896520 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
Current children cumulated CPU time (s) 106.88
Current children cumulated vsize (KiB) 10624000

[startup+162.301 s]
/proc/loadavg: 1.82 1.97 2.03 3/216 16896
/proc/meminfo: memFree=31263468/32770624 swapFree=0/329328
[pid=16860] ppid=16857 vsize=10624000 CPUtime=166.96 cores=0,2,4,6
/proc/16860/stat : 16860 (java) S 16857 16860 5234 0 -1 1077944320 56550 0 0 0 16666 30 0 0 20 0 16 0 12829629 10878976000 67333 18446744073709551615 4194304 4196468 140733487901136 140733487883680 140565409890039 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
/proc/16860/statm: 2656000 67333 3136 1 0 2644934 0
[pid=16860/tid=16862] ppid=16857 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/16860/task/16862/stat : 16862 (java) S 16857 16860 5234 0 -1 1077944384 6186 0 0 0 19 2 0 0 20 0 16 0 12829639 10878976000 67333 18446744073709551615 4194304 4196468 140733487901136 140565414132912 140565409900245 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16863] ppid=16857 vsize=10624000 CPUtime=0.11 cores=0,2,4,6
/proc/16860/task/16863/stat : 16863 (java) S 16857 16860 5234 0 -1 1077944384 413 0 0 0 7 4 0 0 20 0 16 0 12829640 10878976000 67333 18446744073709551615 4194304 4196468 140733487901136 140565356239504 140565409900245 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16864] ppid=16857 vsize=10624000 CPUtime=0.1 cores=0,2,4,6
/proc/16860/task/16864/stat : 16864 (java) S 16857 16860 5234 0 -1 1077944384 1580 0 0 0 7 3 0 0 20 0 16 0 12829640 10878976000 67333 18446744073709551615 4194304 4196468 140733487901136 140565355186704 140565409900245 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16865] ppid=16857 vsize=10624000 CPUtime=0.1 cores=0,2,4,6
/proc/16860/task/16865/stat : 16865 (java) S 16857 16860 5234 0 -1 1077944384 1827 0 0 0 7 3 0 0 20 0 16 0 12829640 10878976000 67333 18446744073709551615 4194304 4196468 140733487901136 140565019416976 140565409900245 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16866] ppid=16857 vsize=10624000 CPUtime=0.11 cores=0,2,4,6
/proc/16860/task/16866/stat : 16866 (java) S 16857 16860 5234 0 -1 1077944384 3115 0 0 0 8 3 0 0 20 0 16 0 12829640 10878976000 67333 18446744073709551615 4194304 4196468 140733487901136 140565018364176 140565409900245 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16867] ppid=16857 vsize=10624000 CPUtime=0.02 cores=0,2,4,6
/proc/16860/task/16867/stat : 16867 (java) S 16857 16860 5234 0 -1 1077944384 1842 0 0 0 2 0 0 0 20 0 16 0 12829641 10878976000 67333 18446744073709551615 4194304 4196468 140733487901136 140564974091120 140565409901186 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16868] ppid=16857 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16860/task/16868/stat : 16868 (java) S 16857 16860 5234 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 12829641 10878976000 67333 18446744073709551615 4194304 4196468 140733487901136 140564973037088 140565409900245 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16869] ppid=16857 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16860/task/16869/stat : 16869 (java) S 16857 16860 5234 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 12829642 10878976000 67333 18446744073709551615 4194304 4196468 140733487901136 140564971984240 140565409900245 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16870] ppid=16857 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16860/task/16870/stat : 16870 (java) S 16857 16860 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12829644 10878976000 67333 18446744073709551615 4194304 4196468 140733487901136 140564970932560 140565409908635 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16871] ppid=16857 vsize=10624000 CPUtime=1.79 cores=0,2,4,6
/proc/16860/task/16871/stat : 16871 (java) S 16857 16860 5234 0 -1 1077944384 9084 0 0 0 178 1 0 0 20 0 16 0 12829644 10878976000 67333 18446744073709551615 4194304 4196468 140733487901136 140564969879920 140565409901186 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16872] ppid=16857 vsize=10624000 CPUtime=1.69 cores=0,2,4,6
/proc/16860/task/16872/stat : 16872 (java) S 16857 16860 5234 0 -1 1077944384 9483 0 0 0 168 1 0 0 20 0 16 0 12829644 10878976000 67333 18446744073709551615 4194304 4196468 140733487901136 140564968827120 140565409901186 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16873] ppid=16857 vsize=10624000 CPUtime=0.91 cores=0,2,4,6
/proc/16860/task/16873/stat : 16873 (java) S 16857 16860 5234 0 -1 1077944384 9428 0 0 0 89 2 0 0 20 0 16 0 12829644 10878976000 67333 18446744073709551615 4194304 4196468 140733487901136 140564967774320 140565409901186 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16874] ppid=16857 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16860/task/16874/stat : 16874 (java) S 16857 16860 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12829644 10878976000 67333 18446744073709551615 4194304 4196468 140733487901136 140564966721760 140565409900245 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16875] ppid=16857 vsize=10624000 CPUtime=0.05 cores=0,2,4,6
/proc/16860/task/16875/stat : 16875 (java) S 16857 16860 5234 0 -1 1077944384 220 0 0 0 2 3 0 0 20 0 16 0 12829648 10878976000 67333 18446744073709551615 4194304 4196468 140733487901136 140564965670064 140565409901186 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16876] ppid=16857 vsize=10624000 CPUtime=161.78 cores=0,2,4,6
/proc/16860/task/16876/stat : 16876 (java) R 16857 16860 5234 0 -1 4202560 11970 0 0 0 16174 4 0 0 20 0 16 0 12829665 10878976000 67333 18446744073709551615 4194304 4196468 140733487901136 140564962479888 140565043423181 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
Current children cumulated CPU time (s) 166.96
Current children cumulated vsize (KiB) 10624000

[startup+222.307 s]
/proc/loadavg: 1.98 1.98 2.03 3/215 16898
/proc/meminfo: memFree=31311300/32770624 swapFree=0/329360
[pid=16860] ppid=16857 vsize=10624000 CPUtime=227.07 cores=0,2,4,6
/proc/16860/stat : 16860 (java) S 16857 16860 5234 0 -1 1077944320 58664 0 0 0 22676 31 0 0 20 0 16 0 12829629 10878976000 62724 18446744073709551615 4194304 4196468 140733487901136 140733487883680 140565409890039 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
/proc/16860/statm: 2656000 62724 3142 1 0 2644934 0
[pid=16860/tid=16862] ppid=16857 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/16860/task/16862/stat : 16862 (java) S 16857 16860 5234 0 -1 1077944384 6186 0 0 0 19 2 0 0 20 0 16 0 12829639 10878976000 62724 18446744073709551615 4194304 4196468 140733487901136 140565414132912 140565409900245 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16863] ppid=16857 vsize=10624000 CPUtime=0.13 cores=0,2,4,6
/proc/16860/task/16863/stat : 16863 (java) S 16857 16860 5234 0 -1 1077944384 440 0 0 0 9 4 0 0 20 0 16 0 12829640 10878976000 62724 18446744073709551615 4194304 4196468 140733487901136 140565356239504 140565409900245 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16864] ppid=16857 vsize=10624000 CPUtime=0.12 cores=0,2,4,6
/proc/16860/task/16864/stat : 16864 (java) S 16857 16860 5234 0 -1 1077944384 1585 0 0 0 9 3 0 0 20 0 16 0 12829640 10878976000 62724 18446744073709551615 4194304 4196468 140733487901136 140565355186704 140565409900245 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16865] ppid=16857 vsize=10624000 CPUtime=0.12 cores=0,2,4,6
/proc/16860/task/16865/stat : 16865 (java) S 16857 16860 5234 0 -1 1077944384 1837 0 0 0 9 3 0 0 20 0 16 0 12829640 10878976000 62724 18446744073709551615 4194304 4196468 140733487901136 140565019416976 140565409900245 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16866] ppid=16857 vsize=10624000 CPUtime=0.13 cores=0,2,4,6
/proc/16860/task/16866/stat : 16866 (java) S 16857 16860 5234 0 -1 1077944384 3193 0 0 0 10 3 0 0 20 0 16 0 12829640 10878976000 62724 18446744073709551615 4194304 4196468 140733487901136 140565018364176 140565409900245 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16867] ppid=16857 vsize=10624000 CPUtime=0.03 cores=0,2,4,6
/proc/16860/task/16867/stat : 16867 (java) S 16857 16860 5234 0 -1 1077944384 1940 0 0 0 3 0 0 0 20 0 16 0 12829641 10878976000 62724 18446744073709551615 4194304 4196468 140733487901136 140564974091120 140565409901186 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16868] ppid=16857 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16860/task/16868/stat : 16868 (java) S 16857 16860 5234 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 12829641 10878976000 62724 18446744073709551615 4194304 4196468 140733487901136 140564973037088 140565409900245 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16869] ppid=16857 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16860/task/16869/stat : 16869 (java) S 16857 16860 5234 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 12829642 10878976000 62724 18446744073709551615 4194304 4196468 140733487901136 140564971984240 140565409900245 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16870] ppid=16857 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16860/task/16870/stat : 16870 (java) S 16857 16860 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12829644 10878976000 62724 18446744073709551615 4194304 4196468 140733487901136 140564970932560 140565409908635 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16871] ppid=16857 vsize=10624000 CPUtime=1.81 cores=0,2,4,6
/proc/16860/task/16871/stat : 16871 (java) S 16857 16860 5234 0 -1 1077944384 10285 0 0 0 180 1 0 0 20 0 16 0 12829644 10878976000 62724 18446744073709551615 4194304 4196468 140733487901136 140564969879920 140565409901186 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16872] ppid=16857 vsize=10624000 CPUtime=1.69 cores=0,2,4,6
/proc/16860/task/16872/stat : 16872 (java) S 16857 16860 5234 0 -1 1077944384 9483 0 0 0 168 1 0 0 20 0 16 0 12829644 10878976000 62724 18446744073709551615 4194304 4196468 140733487901136 140564968827120 140565409901186 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16873] ppid=16857 vsize=10624000 CPUtime=0.91 cores=0,2,4,6
/proc/16860/task/16873/stat : 16873 (java) S 16857 16860 5234 0 -1 1077944384 9605 0 0 0 89 2 0 0 20 0 16 0 12829644 10878976000 62724 18446744073709551615 4194304 4196468 140733487901136 140564967774320 140565409901186 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16874] ppid=16857 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16860/task/16874/stat : 16874 (java) S 16857 16860 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12829644 10878976000 62724 18446744073709551615 4194304 4196468 140733487901136 140564966721760 140565409900245 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16875] ppid=16857 vsize=10624000 CPUtime=0.07 cores=0,2,4,6
/proc/16860/task/16875/stat : 16875 (java) S 16857 16860 5234 0 -1 1077944384 252 0 0 0 3 4 0 0 20 0 16 0 12829648 10878976000 62724 18446744073709551615 4194304 4196468 140733487901136 140564965670064 140565409901186 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16876] ppid=16857 vsize=10624000 CPUtime=221.77 cores=0,2,4,6
/proc/16860/task/16876/stat : 16876 (java) R 16857 16860 5234 0 -1 4202560 12456 0 0 0 22173 4 0 0 20 0 16 0 12829665 10878976000 62724 18446744073709551615 4194304 4196468 140733487901136 140564962479888 140565043166239 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
Current children cumulated CPU time (s) 227.07
Current children cumulated vsize (KiB) 10624000



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 2.64 2.13 2.08 6/215 17058
/proc/meminfo: memFree=31346780/32770624 swapFree=0/329432
[pid=16860] ppid=16857 vsize=10624000 CPUtime=244.79 cores=0,2,4,6
/proc/16860/stat : 16860 (java) S 16857 16860 5234 0 -1 1077944320 60294 0 0 0 24448 31 0 0 20 0 16 0 12829629 10878976000 59523 18446744073709551615 4194304 4196468 140733487901136 140733487883680 140565409890039 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
/proc/16860/statm: 2656000 59523 3142 1 0 2644934 0
[pid=16860/tid=16862] ppid=16857 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/16860/task/16862/stat : 16862 (java) S 16857 16860 5234 0 -1 1077944384 6186 0 0 0 19 2 0 0 20 0 16 0 12829639 10878976000 59523 18446744073709551615 4194304 4196468 140733487901136 140565414132912 140565409900245 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16863] ppid=16857 vsize=10624000 CPUtime=0.13 cores=0,2,4,6
/proc/16860/task/16863/stat : 16863 (java) S 16857 16860 5234 0 -1 1077944384 973 0 0 0 9 4 0 0 20 0 16 0 12829640 10878976000 59523 18446744073709551615 4194304 4196468 140733487901136 140565356239504 140565409900245 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16864] ppid=16857 vsize=10624000 CPUtime=0.13 cores=0,2,4,6
/proc/16860/task/16864/stat : 16864 (java) S 16857 16860 5234 0 -1 1077944384 1591 0 0 0 10 3 0 0 20 0 16 0 12829640 10878976000 59523 18446744073709551615 4194304 4196468 140733487901136 140565355186704 140565409900245 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16865] ppid=16857 vsize=10624000 CPUtime=0.13 cores=0,2,4,6
/proc/16860/task/16865/stat : 16865 (java) S 16857 16860 5234 0 -1 1077944384 1851 0 0 0 10 3 0 0 20 0 16 0 12829640 10878976000 59523 18446744073709551615 4194304 4196468 140733487901136 140565019416976 140565409900245 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16866] ppid=16857 vsize=10624000 CPUtime=0.13 cores=0,2,4,6
/proc/16860/task/16866/stat : 16866 (java) S 16857 16860 5234 0 -1 1077944384 3199 0 0 0 10 3 0 0 20 0 16 0 12829640 10878976000 59523 18446744073709551615 4194304 4196468 140733487901136 140565018364176 140565409900245 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16867] ppid=16857 vsize=10624000 CPUtime=0.03 cores=0,2,4,6
/proc/16860/task/16867/stat : 16867 (java) S 16857 16860 5234 0 -1 1077944384 2173 0 0 0 3 0 0 0 20 0 16 0 12829641 10878976000 59523 18446744073709551615 4194304 4196468 140733487901136 140564974091120 140565409901186 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16868] ppid=16857 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16860/task/16868/stat : 16868 (java) S 16857 16860 5234 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 12829641 10878976000 59523 18446744073709551615 4194304 4196468 140733487901136 140564973037088 140565409900245 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16869] ppid=16857 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16860/task/16869/stat : 16869 (java) S 16857 16860 5234 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 12829642 10878976000 59523 18446744073709551615 4194304 4196468 140733487901136 140564971984240 140565409900245 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16870] ppid=16857 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16860/task/16870/stat : 16870 (java) S 16857 16860 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12829644 10878976000 59523 18446744073709551615 4194304 4196468 140733487901136 140564970932560 140565409908635 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16871] ppid=16857 vsize=10624000 CPUtime=1.81 cores=0,2,4,6
/proc/16860/task/16871/stat : 16871 (java) S 16857 16860 5234 0 -1 1077944384 10289 0 0 0 180 1 0 0 20 0 16 0 12829644 10878976000 59523 18446744073709551615 4194304 4196468 140733487901136 140564969879920 140565409901186 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16872] ppid=16857 vsize=10624000 CPUtime=1.69 cores=0,2,4,6
/proc/16860/task/16872/stat : 16872 (java) S 16857 16860 5234 0 -1 1077944384 9709 0 0 0 168 1 0 0 20 0 16 0 12829644 10878976000 59523 18446744073709551615 4194304 4196468 140733487901136 140564968827120 140565409901186 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16873] ppid=16857 vsize=10624000 CPUtime=0.91 cores=0,2,4,6
/proc/16860/task/16873/stat : 16873 (java) S 16857 16860 5234 0 -1 1077944384 9612 0 0 0 89 2 0 0 20 0 16 0 12829644 10878976000 59523 18446744073709551615 4194304 4196468 140733487901136 140564967774320 140565409901186 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16874] ppid=16857 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16860/task/16874/stat : 16874 (java) S 16857 16860 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12829644 10878976000 59523 18446744073709551615 4194304 4196468 140733487901136 140564966721760 140565409900245 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16875] ppid=16857 vsize=10624000 CPUtime=0.07 cores=0,2,4,6
/proc/16860/task/16875/stat : 16875 (java) S 16857 16860 5234 0 -1 1077944384 286 0 0 0 3 4 0 0 20 0 16 0 12829648 10878976000 59523 18446744073709551615 4194304 4196468 140733487901136 140564965670064 140565409901186 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
[pid=16860/tid=16876] ppid=16857 vsize=10624000 CPUtime=239.45 cores=0,2,4,6
/proc/16860/task/16876/stat : 16876 (java) R 16857 16860 5234 0 -1 4202560 13023 0 0 0 23941 4 0 0 20 0 16 0 12829665 10878976000 59523 18446744073709551615 4194304 4196468 140733487901136 140564962479888 140565043652326 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13189120 140733487907274 140733487907403 140733487907403 140733487910863 0
Current children cumulated CPU time (s) 244.79
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 16860 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 240.027
CPU time (s): 244.822
CPU user time (s): 244.501
CPU system time (s): 0.321139
CPU usage (%): 101.998
Max. virtual memory (cumulated for all children) (KiB): 10626140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 244.501
system time used= 0.321139
maximum resident set size= 291344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61165
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= 8214
involuntary context switches= 184

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.855983 second user time and 1.6283 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-02 07:39:58
IDJOB=4257569
IDBENCH=127059
IDSOLVER=2642
FILE ID=node134/4257569-1501653239
RUNJOBID= node134-1501642909-6626
PBS_JOBID= 
Free space on /tmp= 61892 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/LowAutocorrelation/LowAutocorrelation-m1-s1/LowAutocorrelation-057.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4257569-1501653239/watcher-4257569-1501653239 -o /tmp/evaluation-result-4257569-1501653239/solver-4257569-1501653239 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node134-1501642909-6626 --watchdog 300  java -jar HOME/AbsCon-basic.jar HOME/instance-4257569-1501653239.xml

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

MD5SUM BENCH= d88ca393bf757462df4053a6ee529819
RANDOM SEED=337296518

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:        31509380 kB
MemAvailable:   31799012 kB
Buffers:          123624 kB
Cached:           444600 kB
SwapCached:            0 kB
Active:           513768 kB
Inactive:         335816 kB
Active(anon):     283332 kB
Inactive(anon):     6652 kB
Active(file):     230436 kB
Inactive(file):   329164 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8040 kB
Writeback:             0 kB
AnonPages:        280572 kB
Mapped:            42164 kB
Shmem:              8892 kB
Slab:             117216 kB
SReclaimable:      91736 kB
SUnreclaim:        25480 kB
KernelStack:        3520 kB
PageTables:         5716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1136668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    169984 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:58