Trace number 4257570

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)1830 245.44299 240.013

General information on the benchmark

NameLowAutocorrelation/LowAutocorrelation-m1-s1/
LowAutocorrelation-069.xml
MD5SUMe65d1522f1056f49054155eb060914b2
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark598
Best CPU time to get the best result obtained on this benchmark251.939
Satisfiable
(Un)Satisfiability was proved
Number of variables4829
Number of constraints2482
Number of domains137
Minimum domain size2
Maximum domain size137
Distribution of domain sizes[{"size":2,"count":2416},{"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":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}, {"size":115,"count":1}, {"size":117,"count":1}, {"size":119,"count":1}, {"size":121,"count":1}, {"size":123,"count":1}, {"size":125,"count":1}, {"size":127,"count":1}, {"size":129,"count":1}, {"size":131,"count":1}, {"size":133,"count":1}, {"size":135,"count":1}, {"size":137,"count":1}]
Minimum variable degree0
Maximum variable degree68
Distribution of variable degrees[{"degree":0,"count":2278},{"degree":2,"count":2482},{"degree":68,"count":69}]
Minimum constraint arity2
Maximum constraint arity69
Distribution of constraint arities[{"arity":2,"count":69},{"arity":3,"count":2347},{"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":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}, {"arity":58,"count":1}, {"arity":59,"count":1}, {"arity":60,"count":1}, {"arity":61,"count":1}, {"arity":62,"count":1}, {"arity":63,"count":1}, {"arity":64,"count":1}, {"arity":65,"count":1}, {"arity":66,"count":1}, {"arity":67,"count":1}, {"arity":68,"count":1}, {"arity":69,"count":1}]
Number of extensional constraints0
Number of intensional constraints2414
Distribution of constraint types[{"type":"intension","count":2414},{"type":"sum","count":68}]
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.31/0.75	  Solving XCSP3-instance-4257570-1501652990 as a COP in -infty..+infty
1.31/0.75	  Loading variables...
1.68/0.88	  Loading constraints...
3.69/1.41	  Solver SolverBacktrack being built...
3.69/1.41	
3.94/1.57	  Preprocessing : gac=false, ccks=0, filters=0, revisions=0 (useless=0), AC=0, removals=0, inconsistent=false
3.94/1.57	
4.46/1.72	o 107134
5.06/1.94	o 98022
5.67/2.12	o 97762
5.99/2.29	o 89706
6.55/2.43	o 89194
6.82/2.58	o 88714
7.32/2.72	o 81398
7.54/2.86	o 80698
7.87/3.00	o 74342
8.02/3.14	o 73146
8.12/3.27	o 73054
8.33/3.40	o 71014
8.42/3.54	o 70518
8.53/3.67	o 70278
8.78/3.81	o 69978
8.88/3.94	o 69574
8.99/4.07	o 69462
9.22/4.21	o 68902
9.32/4.34	o 61786
9.43/4.47	o 61534
9.62/4.61	o 61178
9.73/4.75	o 60794
9.83/4.88	o 54914
10.03/5.02	o 54130
10.14/5.15	o 53602
10.24/5.28	o 53282
10.45/5.41	o 53026
10.56/5.54	o 52558
10.66/5.67	o 52514
10.86/5.81	o 51358
10.96/5.94	o 50854
11.06/6.07	o 50834
11.26/6.21	o 44958
11.36/6.34	o 43986
11.56/6.52	o 42082
11.67/6.65	o 41942
11.87/6.83	o 41154
12.12/7.05	o 40626
12.43/7.32	o 40606
12.74/7.60	o 39074
12.87/7.74	o 38902
13.28/8.12	o 37930
13.38/8.26	o 37766
13.61/8.40	o 36042
13.82/8.68	o 35730
14.03/8.81	o 35174
14.84/9.64	o 33358
14.94/9.78	o 32686
15.25/10.03	o 31886
15.34/10.17	o 31506
15.54/10.35	o 30818
16.56/11.31	o 30810
16.66/11.44	o 5418
16.76/11.57	o 4694
18.37/13.16	o 4518
19.47/14.26	o 2658
19.58/14.39	o 1998
19.77/14.53	o 1934
25.39/20.17	o 1870
69.05/63.75	o 1830
245.41/240.00	
245.41/240.00	v <instantiation id='sol60' type='solution' cost='1830'>  <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 -1 1 -1 1 -1 1 1 -1 -1 1 1 -1 1 1 -1 -1 -1 1 -1 -1 -1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -1 1 1 -1 -1 1 -1 -1 1 -1 -1 -1 1 -1 -1 -1 1 1 1 -1 -1 1 1 -1 1 1 1 -1 1 1 1 -1 1 1 1 -1 -1 -1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -1 -1 -1 -1 -1 1 -1 -1 1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 1 -1 1 -1 -1 -1 -1 -1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 1 1 -1 -1 -1 1 -1 -1 1 -1 -1 1 -1 -1 -1 1 1 1 -1 -1 1 1 -1 1 1 1 -1 1 -1 -1 1 -1 1 1 -1 -1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -1 1 -1 -1 -1 1 -1 -1 1 -1 1 1 -1 -1 1 -1 -1 1 -1 1 -1 1 1 -1 -1 1 1 1 1 1 -1 1 -1 1 -1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -1 1 -1 -1 -1 1 -1 -1 1 1 1 1 -1 1 -1 1 -1 1 1 -1 -1 -1 -1 1 -1 -1 1 -1 -1 -1 1 -1 -1 1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -1 1 -1 -1 -1 1 -1 -1 -1 1 1 1 1 -1 1 1 -1 -1 -1 -1 1 1 1 1 1 -1 -1 1 1 1 -1 -1 -1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -1 1 -1 -1 -1 1 -1 1 -1 1 1 -1 -1 1 1 1 1 1 -1 1 -1 -1 1 -1 1 1 1 -1 -1 -1 -1 -1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -1 1 -1 -1 -1 1 1 1 -1 1 -1 1 1 1 1 -1 -1 1 1 -1 1 -1 -1 -1 -1 -1 -1 1 1 -1 -1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -1 1 -1 -1 -1 -1 1 1 -1 -1 1 -1 1 1 -1 1 -1 -1 -1 1 1 1 -1 1 1 1 1 -1 1 -1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -1 1 -1 -1 1 -1 1 1 1 1 -1 -1 1 -1 1 1 1 1 1 1 -1 1 1 -1 -1 -1 -1 -1 1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -1 1 -1 1 1 -1 1 -1 -1 -1 -1 -1 -1 1 1 -1 -1 -1 1 -1 -1 -1 -1 1 1 1 -1 -1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -1 1 1 1 1 -1 -1 1 1 -1 -1 1 1 1 -1 1 1 -1 -1 -1 1 1 1 -1 -1 1 -1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -1 -1 1 1 1 1 1 -1 1 -1 1 -1 1 -1 1 -1 1 1 -1 1 -1 -1 -1 1 -1 1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 1 -1 1 1 -1 -1 -1 -1 1 1 -1 -1 -1 1 -1 -1 -1 1 1 -1 1 1 1 1 -1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 1 -1 1 -1 1 1 -1 -1 -1 -1 -1 1 1 -1 -1 1 -1 -1 -1 1 -1 -1 1 1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 1 -1 -1 1 -1 1 -1 1 1 -1 1 -1 -1 -1 1 1 1 1 1 -1 1 -1 1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 1 1 1 -1 -1 1 1 -1 1 1 -1 1 -1 1 1 -1 -1 -1 -1 1 1 -1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 1 1 1 1 -1 1 1 1 1 1 1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 1 1 -1 -1 1 1 -1 1 1 1 1 -1 1 -1 1 -1 -1 -1 1 1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -1 1 -1 1 -1 1 1 -1 -1 1 -1 -1 -1 1 -1 1 1 -1 1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -1 1 1 -1 -1 -1 -1 1 -1 -1 -1 1 1 -1 1 -1 1 -1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -1 -1 -1 -1 1 1 1 1 1 -1 1 -1 -1 1 -1 -1 1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 1 1 -1 1 -1 -1 1 -1 1 1 -1 1 1 -1 -1 -1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -1 1 1 -1 1 -1 -1 -1 -1 -1 1 -1 -1 -1 -1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -1 -1 -1 1 1 1 -1 1 1 1 -1 1 -1 -1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 1 1 1 1 -1 1 1 -1 -1 -1 1 1 -1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -1 -1 1 -1 -1 -1 -1 1 1 1 1 1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 1 -1 -1 -1 1 1 1 -1 -1 1 1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 1 1 -1 1 -1 -1 -1 1 -1 1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -1 1 1 -1 1 1 1 1 -1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -1 -1 -1 1 -1 -1 1 1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 1 1 1 -1 1 -1 1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -1 -1 -1 1 1 -1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 1 1 1 1 1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -1 -1 1 1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 1 -1 1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 1 -1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 0 9 12 1 0 -1 -2 -5 10 -3 0 5 6 1 -4 1 -2 -3 2 -3 2 7 2 1 2 3 -6 -3 -6 -7 0 -29 -2 -1 -6 -1 -2 -3 0 3 -8 3 2 -1 -4 3 2 -1 4 -1 -4 -1 0 -7 0 3 0 1 0 3 -2 3 -2 5 0 1 0 1 0 81 144 1 0 1 4 25 100 9 0 25 36 1 16 1 4 9 4 9 4 49 4 1 4 9 36 9 36 49 0 841 4 1 36 1 4 9 0 9 64 9 4 1 16 9 4 1 16 1 16 1 0 49 0 9 0 1 0 9 4 9 4 25 0 1 0 1 </values>  </instantiation>
245.41/240.00	s SATISFIABLE

Verifier Data

OK	1830

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

pid=16534
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.00 2.00 2.06 3/199 16537
/proc/meminfo: memFree=31449132/32770624 swapFree=0/328632
[pid=16537] ppid=16534 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/16537/stat : 16537 (runsolver) D 16534 16537 5234 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 12804780 24240128 108 18446744073709551615 4194304 4338465 140730773568896 140730773566536 140188708143831 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 25014272 140730773573792 140730773574214 140730773574214 140730773577674 0
/proc/16537/statm: 5918 108 54 36 0 2156 0

[startup+0.100129 s]
/proc/loadavg: 2.00 2.00 2.06 3/199 16537
/proc/meminfo: memFree=31449132/32770624 swapFree=0/328632
[pid=16537] ppid=16534 vsize=356952 CPUtime=0 cores=1,3,5,7
/proc/16537/stat : 16537 (java) S 16534 16537 5234 0 -1 1077944320 1730 0 0 0 0 0 0 0 20 0 2 0 12804780 365518848 1891 18446744073709551615 4194304 4196468 140734044324608 140734044307152 140245196103415 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
/proc/16537/statm: 89238 1891 1042 1 0 79216 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 356952

[startup+0.200346 s]
/proc/loadavg: 2.00 2.00 2.06 3/199 16537
/proc/meminfo: memFree=31449132/32770624 swapFree=0/328632
[pid=16537] ppid=16534 vsize=10551180 CPUtime=0.07 cores=1,3,5,7
/proc/16537/stat : 16537 (java) S 16534 16537 5234 0 -1 1077944320 5054 0 0 0 6 1 0 0 20 0 15 0 12804780 10804408320 6580 18446744073709551615 4194304 4196468 140734044324608 140734044307152 140245196103415 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
/proc/16537/statm: 2637795 6580 2669 1 0 2627269 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10551180

[startup+0.30359 s]
/proc/loadavg: 2.00 2.00 2.06 3/199 16537
/proc/meminfo: memFree=31449132/32770624 swapFree=0/328632
[pid=16537] ppid=16534 vsize=10553264 CPUtime=0.26 cores=1,3,5,7
/proc/16537/stat : 16537 (java) S 16534 16537 5234 0 -1 1077944320 8932 0 0 0 23 3 0 0 20 0 15 0 12804780 10806542336 9772 18446744073709551615 4194304 4196468 140734044324608 140734044307152 140245196103415 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
/proc/16537/statm: 2638316 9772 2916 1 0 2627269 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10553264

[startup+0.700593 s]
/proc/loadavg: 2.00 2.00 2.06 3/199 16537
/proc/meminfo: memFree=31449132/32770624 swapFree=0/328632
[pid=16537] ppid=16534 vsize=10621952 CPUtime=1.31 cores=1,3,5,7
/proc/16537/stat : 16537 (java) S 16534 16537 5234 0 -1 1077944320 14319 0 0 0 125 6 0 0 20 0 16 0 12804780 10876878848 23641 18446744073709551615 4194304 4196468 140734044324608 140734044307152 140245196103415 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
/proc/16537/statm: 2655488 23641 3064 1 0 2644422 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 10621952

[startup+1.50153 s]
/proc/loadavg: 2.00 2.00 2.06 6/215 16553
/proc/meminfo: memFree=31322076/32770624 swapFree=0/328904
[pid=16537] ppid=16534 vsize=10624000 CPUtime=3.94 cores=1,3,5,7
/proc/16537/stat : 16537 (java) S 16534 16537 5234 0 -1 1077944320 23489 0 0 0 382 12 0 0 20 0 16 0 12804780 10878976000 54218 18446744073709551615 4194304 4196468 140734044324608 140734044307152 140245196103415 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
/proc/16537/statm: 2656000 54218 3121 1 0 2644934 0
[pid=16537/tid=16539] ppid=16534 vsize=10624000 CPUtime=0.2 cores=1,3,5,7
/proc/16537/task/16539/stat : 16539 (java) S 16534 16537 5234 0 -1 1077944384 6180 0 0 0 18 2 0 0 20 0 16 0 12804790 10878976000 54218 18446744073709551615 4194304 4196468 140734044324608 140245200346288 140245196113621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16540] ppid=16534 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16537/task/16540/stat : 16540 (java) S 16534 16537 5234 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 12804791 10878976000 54218 18446744073709551615 4194304 4196468 140734044324608 140245126523920 140245196113621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16541] ppid=16534 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/16537/task/16541/stat : 16541 (java) S 16534 16537 5234 0 -1 1077944384 285 0 0 0 1 0 0 0 20 0 16 0 12804791 10878976000 54218 18446744073709551615 4194304 4196468 140734044324608 140245125471376 140245196113621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16542] ppid=16534 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/16537/task/16542/stat : 16542 (java) S 16534 16537 5234 0 -1 1077944384 318 0 0 0 1 0 0 0 20 0 16 0 12804791 10878976000 54218 18446744073709551615 4194304 4196468 140734044324608 140245124418320 140245196113621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16543] ppid=16534 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16537/task/16543/stat : 16543 (java) S 16534 16537 5234 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 12804791 10878976000 54218 18446744073709551615 4194304 4196468 140734044324608 140245123365776 140245196113621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16544] ppid=16534 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16537/task/16544/stat : 16544 (java) S 16534 16537 5234 0 -1 1077944384 784 0 0 0 0 0 0 0 20 0 16 0 12804792 10878976000 54218 18446744073709551615 4194304 4196468 140734044324608 140244692170992 140245196114562 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16545] ppid=16534 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16537/task/16545/stat : 16545 (java) S 16534 16537 5234 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 12804792 10878976000 54218 18446744073709551615 4194304 4196468 140734044324608 140244691117216 140245196113621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16546] ppid=16534 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16537/task/16546/stat : 16546 (java) S 16534 16537 5234 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 12804793 10878976000 54218 18446744073709551615 4194304 4196468 140734044324608 140244690064112 140245196113621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16547] ppid=16534 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16537/task/16547/stat : 16547 (java) S 16534 16537 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12804795 10878976000 54218 18446744073709551615 4194304 4196468 140734044324608 140244689012688 140245196122011 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16548] ppid=16534 vsize=10624000 CPUtime=0.88 cores=1,3,5,7
/proc/16537/task/16548/stat : 16548 (java) S 16534 16537 5234 0 -1 1077944384 3103 0 0 0 88 0 0 0 20 0 16 0 12804795 10878976000 54218 18446744073709551615 4194304 4196468 140734044324608 140244687960816 140245196114562 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16549] ppid=16534 vsize=10624000 CPUtime=0.94 cores=1,3,5,7
/proc/16537/task/16549/stat : 16549 (java) S 16534 16537 5234 0 -1 1077944384 2587 0 0 0 94 0 0 0 20 0 16 0 12804795 10878976000 54218 18446744073709551615 4194304 4196468 140734044324608 140244686908272 140245196114562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16550] ppid=16534 vsize=10624000 CPUtime=0.68 cores=1,3,5,7
/proc/16537/task/16550/stat : 16550 (java) S 16534 16537 5234 0 -1 1077944384 3747 0 0 0 67 1 0 0 20 0 16 0 12804795 10878976000 54218 18446744073709551615 4194304 4196468 140734044324608 140244685855216 140245196114562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16551] ppid=16534 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16537/task/16551/stat : 16551 (java) S 16534 16537 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12804795 10878976000 54218 18446744073709551615 4194304 4196468 140734044324608 140244684802912 140245196113621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16552] ppid=16534 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16537/task/16552/stat : 16552 (java) S 16534 16537 5234 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 16 0 12804799 10878976000 54218 18446744073709551615 4194304 4196468 140734044324608 140244683749936 140245196114562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16553] ppid=16534 vsize=10624000 CPUtime=1.11 cores=1,3,5,7
/proc/16537/task/16553/stat : 16553 (java) R 16534 16537 5234 0 -1 4202560 5012 0 0 0 108 3 0 0 20 0 16 0 12804816 10878976000 54218 18446744073709551615 4194304 4196468 140734044324608 140244680557488 140245181237177 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
Current children cumulated CPU time (s) 3.94
Current children cumulated vsize (KiB) 10624000

[startup+3.10064 s]
/proc/loadavg: 2.00 2.00 2.06 5/215 16553
/proc/meminfo: memFree=31233576/32770624 swapFree=0/328904
[pid=16537] ppid=16534 vsize=10624000 CPUtime=8.02 cores=1,3,5,7
/proc/16537/stat : 16537 (java) S 16534 16537 5234 0 -1 1077944320 30881 0 0 0 788 14 0 0 20 0 16 0 12804780 10878976000 58246 18446744073709551615 4194304 4196468 140734044324608 140734044307152 140245196103415 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
/proc/16537/statm: 2656000 58246 3125 1 0 2644934 0
[pid=16537/tid=16539] ppid=16534 vsize=10624000 CPUtime=0.2 cores=1,3,5,7
/proc/16537/task/16539/stat : 16539 (java) S 16534 16537 5234 0 -1 1077944384 6180 0 0 0 18 2 0 0 20 0 16 0 12804790 10878976000 58246 18446744073709551615 4194304 4196468 140734044324608 140245200346288 140245196113621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16540] ppid=16534 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16537/task/16540/stat : 16540 (java) S 16534 16537 5234 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 12804791 10878976000 58246 18446744073709551615 4194304 4196468 140734044324608 140245126523920 140245196113621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16541] ppid=16534 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/16537/task/16541/stat : 16541 (java) S 16534 16537 5234 0 -1 1077944384 285 0 0 0 1 0 0 0 20 0 16 0 12804791 10878976000 58246 18446744073709551615 4194304 4196468 140734044324608 140245125471376 140245196113621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16542] ppid=16534 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/16537/task/16542/stat : 16542 (java) S 16534 16537 5234 0 -1 1077944384 318 0 0 0 1 0 0 0 20 0 16 0 12804791 10878976000 58246 18446744073709551615 4194304 4196468 140734044324608 140245124418320 140245196113621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16543] ppid=16534 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16537/task/16543/stat : 16543 (java) S 16534 16537 5234 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 12804791 10878976000 58246 18446744073709551615 4194304 4196468 140734044324608 140245123365776 140245196113621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16544] ppid=16534 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16537/task/16544/stat : 16544 (java) S 16534 16537 5234 0 -1 1077944384 784 0 0 0 0 0 0 0 20 0 16 0 12804792 10878976000 58246 18446744073709551615 4194304 4196468 140734044324608 140244692170992 140245196114562 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16545] ppid=16534 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16537/task/16545/stat : 16545 (java) S 16534 16537 5234 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 12804792 10878976000 58246 18446744073709551615 4194304 4196468 140734044324608 140244691117216 140245196113621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16546] ppid=16534 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16537/task/16546/stat : 16546 (java) S 16534 16537 5234 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 12804793 10878976000 58246 18446744073709551615 4194304 4196468 140734044324608 140244690064112 140245196113621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16547] ppid=16534 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16537/task/16547/stat : 16547 (java) S 16534 16537 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12804795 10878976000 58246 18446744073709551615 4194304 4196468 140734044324608 140244689012688 140245196122011 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16548] ppid=16534 vsize=10624000 CPUtime=1.9 cores=1,3,5,7
/proc/16537/task/16548/stat : 16548 (java) S 16534 16537 5234 0 -1 1077944384 4962 0 0 0 190 0 0 0 20 0 16 0 12804795 10878976000 58246 18446744073709551615 4194304 4196468 140734044324608 140244687960816 140245196114562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16549] ppid=16534 vsize=10624000 CPUtime=2.29 cores=1,3,5,7
/proc/16537/task/16549/stat : 16549 (java) S 16534 16537 5234 0 -1 1077944384 5785 0 0 0 229 0 0 0 20 0 16 0 12804795 10878976000 58246 18446744073709551615 4194304 4196468 140734044324608 140244686908272 140245196114562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16550] ppid=16534 vsize=10624000 CPUtime=0.78 cores=1,3,5,7
/proc/16537/task/16550/stat : 16550 (java) S 16534 16537 5234 0 -1 1077944384 4296 0 0 0 77 1 0 0 20 0 16 0 12804795 10878976000 58246 18446744073709551615 4194304 4196468 140734044324608 140244685855216 140245196114562 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16551] ppid=16534 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16537/task/16551/stat : 16551 (java) S 16534 16537 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12804795 10878976000 58246 18446744073709551615 4194304 4196468 140734044324608 140244684802912 140245196113621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16552] ppid=16534 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16537/task/16552/stat : 16552 (java) S 16534 16537 5234 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 16 0 12804799 10878976000 58246 18446744073709551615 4194304 4196468 140734044324608 140244683749936 140245196114562 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16553] ppid=16534 vsize=10624000 CPUtime=2.7 cores=1,3,5,7
/proc/16537/task/16553/stat : 16553 (java) R 16534 16537 5234 0 -1 4202560 6798 0 0 0 266 4 0 0 20 0 16 0 12804816 10878976000 58246 18446744073709551615 4194304 4196468 140734044324608 140244680557240 140244800157348 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
Current children cumulated CPU time (s) 8.02
Current children cumulated vsize (KiB) 10624000

[startup+6.30073 s]
/proc/loadavg: 2.00 2.00 2.06 3/204 16654
/proc/meminfo: memFree=31506672/32770624 swapFree=0/328936
[pid=16537] ppid=16534 vsize=10624000 CPUtime=11.36 cores=1,3,5,7
/proc/16537/stat : 16537 (java) S 16534 16537 5234 0 -1 1077944320 31001 0 0 0 1122 14 0 0 20 0 16 0 12804780 10878976000 58342 18446744073709551615 4194304 4196468 140734044324608 140734044307152 140245196103415 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
/proc/16537/statm: 2656000 58342 3125 1 0 2644934 0
[pid=16537/tid=16539] ppid=16534 vsize=10624000 CPUtime=0.2 cores=1,3,5,7
/proc/16537/task/16539/stat : 16539 (java) S 16534 16537 5234 0 -1 1077944384 6180 0 0 0 18 2 0 0 20 0 16 0 12804790 10878976000 58342 18446744073709551615 4194304 4196468 140734044324608 140245200346288 140245196113621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16540] ppid=16534 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16537/task/16540/stat : 16540 (java) S 16534 16537 5234 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 12804791 10878976000 58342 18446744073709551615 4194304 4196468 140734044324608 140245126523920 140245196113621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16541] ppid=16534 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/16537/task/16541/stat : 16541 (java) S 16534 16537 5234 0 -1 1077944384 285 0 0 0 1 0 0 0 20 0 16 0 12804791 10878976000 58342 18446744073709551615 4194304 4196468 140734044324608 140245125471376 140245196113621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16542] ppid=16534 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/16537/task/16542/stat : 16542 (java) S 16534 16537 5234 0 -1 1077944384 318 0 0 0 1 0 0 0 20 0 16 0 12804791 10878976000 58342 18446744073709551615 4194304 4196468 140734044324608 140245124418320 140245196113621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16543] ppid=16534 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16537/task/16543/stat : 16543 (java) S 16534 16537 5234 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 12804791 10878976000 58342 18446744073709551615 4194304 4196468 140734044324608 140245123365776 140245196113621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16544] ppid=16534 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16537/task/16544/stat : 16544 (java) S 16534 16537 5234 0 -1 1077944384 784 0 0 0 0 0 0 0 20 0 16 0 12804792 10878976000 58342 18446744073709551615 4194304 4196468 140734044324608 140244692170992 140245196114562 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16545] ppid=16534 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16537/task/16545/stat : 16545 (java) S 16534 16537 5234 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 12804792 10878976000 58342 18446744073709551615 4194304 4196468 140734044324608 140244691117216 140245196113621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16546] ppid=16534 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16537/task/16546/stat : 16546 (java) S 16534 16537 5234 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 12804793 10878976000 58342 18446744073709551615 4194304 4196468 140734044324608 140244690064112 140245196113621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16547] ppid=16534 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16537/task/16547/stat : 16547 (java) S 16534 16537 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12804795 10878976000 58342 18446744073709551615 4194304 4196468 140734044324608 140244689012688 140245196122011 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16548] ppid=16534 vsize=10624000 CPUtime=1.96 cores=1,3,5,7
/proc/16537/task/16548/stat : 16548 (java) S 16534 16537 5234 0 -1 1077944384 4992 0 0 0 196 0 0 0 20 0 16 0 12804795 10878976000 58342 18446744073709551615 4194304 4196468 140734044324608 140244687960816 140245196114562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16549] ppid=16534 vsize=10624000 CPUtime=2.34 cores=1,3,5,7
/proc/16537/task/16549/stat : 16549 (java) S 16534 16537 5234 0 -1 1077944384 5796 0 0 0 234 0 0 0 20 0 16 0 12804795 10878976000 58342 18446744073709551615 4194304 4196468 140734044324608 140244686908272 140245196114562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16550] ppid=16534 vsize=10624000 CPUtime=0.81 cores=1,3,5,7
/proc/16537/task/16550/stat : 16550 (java) S 16534 16537 5234 0 -1 1077944384 4348 0 0 0 80 1 0 0 20 0 16 0 12804795 10878976000 58342 18446744073709551615 4194304 4196468 140734044324608 140244685855216 140245196114562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16551] ppid=16534 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16537/task/16551/stat : 16551 (java) S 16534 16537 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12804795 10878976000 58342 18446744073709551615 4194304 4196468 140734044324608 140244684802912 140245196113621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16552] ppid=16534 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16537/task/16552/stat : 16552 (java) S 16534 16537 5234 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 12804799 10878976000 58342 18446744073709551615 4194304 4196468 140734044324608 140244683749936 140245196114562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16553] ppid=16534 vsize=10624000 CPUtime=5.9 cores=1,3,5,7
/proc/16537/task/16553/stat : 16553 (java) R 16534 16537 5234 0 -1 4202560 6812 0 0 0 586 4 0 0 20 0 16 0 12804816 10878976000 58342 18446744073709551615 4194304 4196468 140734044324608 140244680557184 140244800499644 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
Current children cumulated CPU time (s) 11.36
Current children cumulated vsize (KiB) 10624000

[startup+12.7006 s]
/proc/loadavg: 2.16 2.03 2.07 3/215 16710
/proc/meminfo: memFree=31354692/32770624 swapFree=0/328968
[pid=16537] ppid=16534 vsize=10624000 CPUtime=17.97 cores=1,3,5,7
/proc/16537/stat : 16537 (java) S 16534 16537 5234 0 -1 1077944320 34040 0 0 0 1782 15 0 0 20 0 16 0 12804780 10878976000 58445 18446744073709551615 4194304 4196468 140734044324608 140734044307152 140245196103415 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
/proc/16537/statm: 2656000 58445 3130 1 0 2644934 0
[pid=16537/tid=16539] ppid=16534 vsize=10624000 CPUtime=0.2 cores=1,3,5,7
/proc/16537/task/16539/stat : 16539 (java) S 16534 16537 5234 0 -1 1077944384 6180 0 0 0 18 2 0 0 20 0 16 0 12804790 10878976000 58445 18446744073709551615 4194304 4196468 140734044324608 140245200346288 140245196113621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16540] ppid=16534 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16537/task/16540/stat : 16540 (java) S 16534 16537 5234 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 12804791 10878976000 58445 18446744073709551615 4194304 4196468 140734044324608 140245126523920 140245196113621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16541] ppid=16534 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/16537/task/16541/stat : 16541 (java) S 16534 16537 5234 0 -1 1077944384 285 0 0 0 1 0 0 0 20 0 16 0 12804791 10878976000 58445 18446744073709551615 4194304 4196468 140734044324608 140245125471376 140245196113621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16542] ppid=16534 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/16537/task/16542/stat : 16542 (java) S 16534 16537 5234 0 -1 1077944384 318 0 0 0 1 0 0 0 20 0 16 0 12804791 10878976000 58445 18446744073709551615 4194304 4196468 140734044324608 140245124418320 140245196113621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16543] ppid=16534 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16537/task/16543/stat : 16543 (java) S 16534 16537 5234 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 12804791 10878976000 58445 18446744073709551615 4194304 4196468 140734044324608 140245123365776 140245196113621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16544] ppid=16534 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16537/task/16544/stat : 16544 (java) S 16534 16537 5234 0 -1 1077944384 816 0 0 0 0 0 0 0 20 0 16 0 12804792 10878976000 58445 18446744073709551615 4194304 4196468 140734044324608 140244692170992 140245196114562 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0

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

/proc/meminfo: memFree=31360540/32770624 swapFree=0/329048
[pid=16537] ppid=16534 vsize=10624000 CPUtime=107.67 cores=1,3,5,7
/proc/16537/stat : 16537 (java) S 16534 16537 5234 0 -1 1077944320 40327 0 0 0 10751 16 0 0 20 0 16 0 12804780 10878976000 58510 18446744073709551615 4194304 4196468 140734044324608 140734044307152 140245196103415 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
/proc/16537/statm: 2656000 58510 3133 1 0 2644934 0
[pid=16537/tid=16539] ppid=16534 vsize=10624000 CPUtime=0.2 cores=1,3,5,7
/proc/16537/task/16539/stat : 16539 (java) S 16534 16537 5234 0 -1 1077944384 6180 0 0 0 18 2 0 0 20 0 16 0 12804790 10878976000 58510 18446744073709551615 4194304 4196468 140734044324608 140245200346288 140245196113621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16540] ppid=16534 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16537/task/16540/stat : 16540 (java) S 16534 16537 5234 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 12804791 10878976000 58510 18446744073709551615 4194304 4196468 140734044324608 140245126523920 140245196113621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16541] ppid=16534 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/16537/task/16541/stat : 16541 (java) S 16534 16537 5234 0 -1 1077944384 285 0 0 0 1 0 0 0 20 0 16 0 12804791 10878976000 58510 18446744073709551615 4194304 4196468 140734044324608 140245125471376 140245196113621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16542] ppid=16534 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/16537/task/16542/stat : 16542 (java) S 16534 16537 5234 0 -1 1077944384 318 0 0 0 1 0 0 0 20 0 16 0 12804791 10878976000 58510 18446744073709551615 4194304 4196468 140734044324608 140245124418320 140245196113621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16543] ppid=16534 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16537/task/16543/stat : 16543 (java) S 16534 16537 5234 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 12804791 10878976000 58510 18446744073709551615 4194304 4196468 140734044324608 140245123365776 140245196113621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16544] ppid=16534 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16537/task/16544/stat : 16544 (java) S 16534 16537 5234 0 -1 1077944384 916 0 0 0 0 0 0 0 20 0 16 0 12804792 10878976000 58510 18446744073709551615 4194304 4196468 140734044324608 140244692170992 140245196114562 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16545] ppid=16534 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16537/task/16545/stat : 16545 (java) S 16534 16537 5234 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 12804792 10878976000 58510 18446744073709551615 4194304 4196468 140734044324608 140244691117216 140245196113621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16546] ppid=16534 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16537/task/16546/stat : 16546 (java) S 16534 16537 5234 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 12804793 10878976000 58510 18446744073709551615 4194304 4196468 140734044324608 140244690064112 140245196113621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16547] ppid=16534 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16537/task/16547/stat : 16547 (java) S 16534 16537 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12804795 10878976000 58510 18446744073709551615 4194304 4196468 140734044324608 140244689012688 140245196122011 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16548] ppid=16534 vsize=10624000 CPUtime=2.08 cores=1,3,5,7
/proc/16537/task/16548/stat : 16548 (java) S 16534 16537 5234 0 -1 1077944384 6423 0 0 0 208 0 0 0 20 0 16 0 12804795 10878976000 58510 18446744073709551615 4194304 4196468 140734044324608 140244687960816 140245196114562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16549] ppid=16534 vsize=10624000 CPUtime=2.44 cores=1,3,5,7
/proc/16537/task/16549/stat : 16549 (java) S 16534 16537 5234 0 -1 1077944384 6844 0 0 0 243 1 0 0 20 0 16 0 12804795 10878976000 58510 18446744073709551615 4194304 4196468 140734044324608 140244686908272 140245196114562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16550] ppid=16534 vsize=10624000 CPUtime=0.88 cores=1,3,5,7
/proc/16537/task/16550/stat : 16550 (java) S 16534 16537 5234 0 -1 1077944384 6811 0 0 0 86 2 0 0 20 0 16 0 12804795 10878976000 58510 18446744073709551615 4194304 4196468 140734044324608 140244685855216 140245196114562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16551] ppid=16534 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16537/task/16551/stat : 16551 (java) S 16534 16537 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12804795 10878976000 58510 18446744073709551615 4194304 4196468 140734044324608 140244684802912 140245196113621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16552] ppid=16534 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/16537/task/16552/stat : 16552 (java) S 16534 16537 5234 0 -1 1077944384 388 0 0 0 0 1 0 0 20 0 16 0 12804799 10878976000 58510 18446744073709551615 4194304 4196468 140734044324608 140244683749936 140245196114562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16553] ppid=16534 vsize=10624000 CPUtime=101.92 cores=1,3,5,7
/proc/16537/task/16553/stat : 16553 (java) R 16534 16537 5234 0 -1 4202560 10698 0 0 0 10187 5 0 0 20 0 16 0 12804816 10878976000 58510 18446744073709551615 4194304 4196468 140734044324608 140244680556880 140244800769215 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
Current children cumulated CPU time (s) 107.67
Current children cumulated vsize (KiB) 10624000

[startup+162.301 s]
/proc/loadavg: 2.03 2.03 2.06 3/215 16715
/proc/meminfo: memFree=31360272/32770624 swapFree=0/329076
[pid=16537] ppid=16534 vsize=10624000 CPUtime=167.7 cores=1,3,5,7
/proc/16537/stat : 16537 (java) S 16534 16537 5234 0 -1 1077944320 41508 0 0 0 16752 18 0 0 20 0 16 0 12804780 10878976000 58517 18446744073709551615 4194304 4196468 140734044324608 140734044307152 140245196103415 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
/proc/16537/statm: 2656000 58517 3133 1 0 2644934 0
[pid=16537/tid=16539] ppid=16534 vsize=10624000 CPUtime=0.2 cores=1,3,5,7
/proc/16537/task/16539/stat : 16539 (java) S 16534 16537 5234 0 -1 1077944384 6180 0 0 0 18 2 0 0 20 0 16 0 12804790 10878976000 58517 18446744073709551615 4194304 4196468 140734044324608 140245200346288 140245196113621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16540] ppid=16534 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16537/task/16540/stat : 16540 (java) S 16534 16537 5234 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 12804791 10878976000 58517 18446744073709551615 4194304 4196468 140734044324608 140245126523920 140245196113621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16541] ppid=16534 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/16537/task/16541/stat : 16541 (java) S 16534 16537 5234 0 -1 1077944384 285 0 0 0 1 0 0 0 20 0 16 0 12804791 10878976000 58517 18446744073709551615 4194304 4196468 140734044324608 140245125471376 140245196113621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16542] ppid=16534 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/16537/task/16542/stat : 16542 (java) S 16534 16537 5234 0 -1 1077944384 318 0 0 0 1 0 0 0 20 0 16 0 12804791 10878976000 58517 18446744073709551615 4194304 4196468 140734044324608 140245124418320 140245196113621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16543] ppid=16534 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16537/task/16543/stat : 16543 (java) S 16534 16537 5234 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 12804791 10878976000 58517 18446744073709551615 4194304 4196468 140734044324608 140245123365776 140245196113621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16544] ppid=16534 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16537/task/16544/stat : 16544 (java) S 16534 16537 5234 0 -1 1077944384 925 0 0 0 0 0 0 0 20 0 16 0 12804792 10878976000 58517 18446744073709551615 4194304 4196468 140734044324608 140244692170992 140245196114562 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16545] ppid=16534 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16537/task/16545/stat : 16545 (java) S 16534 16537 5234 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 12804792 10878976000 58517 18446744073709551615 4194304 4196468 140734044324608 140244691117216 140245196113621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16546] ppid=16534 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16537/task/16546/stat : 16546 (java) S 16534 16537 5234 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 12804793 10878976000 58517 18446744073709551615 4194304 4196468 140734044324608 140244690064112 140245196113621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16547] ppid=16534 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16537/task/16547/stat : 16547 (java) S 16534 16537 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12804795 10878976000 58517 18446744073709551615 4194304 4196468 140734044324608 140244689012688 140245196122011 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16548] ppid=16534 vsize=10624000 CPUtime=2.08 cores=1,3,5,7
/proc/16537/task/16548/stat : 16548 (java) S 16534 16537 5234 0 -1 1077944384 6426 0 0 0 208 0 0 0 20 0 16 0 12804795 10878976000 58517 18446744073709551615 4194304 4196468 140734044324608 140244687960816 140245196114562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16549] ppid=16534 vsize=10624000 CPUtime=2.44 cores=1,3,5,7
/proc/16537/task/16549/stat : 16549 (java) S 16534 16537 5234 0 -1 1077944384 6848 0 0 0 243 1 0 0 20 0 16 0 12804795 10878976000 58517 18446744073709551615 4194304 4196468 140734044324608 140244686908272 140245196114562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16550] ppid=16534 vsize=10624000 CPUtime=0.88 cores=1,3,5,7
/proc/16537/task/16550/stat : 16550 (java) S 16534 16537 5234 0 -1 1077944384 7325 0 0 0 86 2 0 0 20 0 16 0 12804795 10878976000 58517 18446744073709551615 4194304 4196468 140734044324608 140244685855216 140245196114562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16551] ppid=16534 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16537/task/16551/stat : 16551 (java) S 16534 16537 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12804795 10878976000 58517 18446744073709551615 4194304 4196468 140734044324608 140244684802912 140245196113621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16552] ppid=16534 vsize=10624000 CPUtime=0.03 cores=1,3,5,7
/proc/16537/task/16552/stat : 16552 (java) S 16534 16537 5234 0 -1 1077944384 440 0 0 0 1 2 0 0 20 0 16 0 12804799 10878976000 58517 18446744073709551615 4194304 4196468 140734044324608 140244683749936 140245196114562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16553] ppid=16534 vsize=10624000 CPUtime=161.91 cores=1,3,5,7
/proc/16537/task/16553/stat : 16553 (java) R 16534 16537 5234 0 -1 4202560 11297 0 0 0 16186 5 0 0 20 0 16 0 12804816 10878976000 58517 18446744073709551615 4194304 4196468 140734044324608 140244680558376 140244800499588 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
Current children cumulated CPU time (s) 167.7
Current children cumulated vsize (KiB) 10624000

[startup+222.306 s]
/proc/loadavg: 2.01 2.03 2.06 3/215 16718
/proc/meminfo: memFree=31359980/32770624 swapFree=0/329108
[pid=16537] ppid=16534 vsize=10624000 CPUtime=227.72 cores=1,3,5,7
/proc/16537/stat : 16537 (java) S 16534 16537 5234 0 -1 1077944320 42051 0 0 0 22754 18 0 0 20 0 16 0 12804780 10878976000 58517 18446744073709551615 4194304 4196468 140734044324608 140734044307152 140245196103415 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
/proc/16537/statm: 2656000 58517 3133 1 0 2644934 0
[pid=16537/tid=16539] ppid=16534 vsize=10624000 CPUtime=0.2 cores=1,3,5,7
/proc/16537/task/16539/stat : 16539 (java) S 16534 16537 5234 0 -1 1077944384 6180 0 0 0 18 2 0 0 20 0 16 0 12804790 10878976000 58517 18446744073709551615 4194304 4196468 140734044324608 140245200346288 140245196113621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16540] ppid=16534 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16537/task/16540/stat : 16540 (java) S 16534 16537 5234 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 12804791 10878976000 58517 18446744073709551615 4194304 4196468 140734044324608 140245126523920 140245196113621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16541] ppid=16534 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/16537/task/16541/stat : 16541 (java) S 16534 16537 5234 0 -1 1077944384 285 0 0 0 1 0 0 0 20 0 16 0 12804791 10878976000 58517 18446744073709551615 4194304 4196468 140734044324608 140245125471376 140245196113621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16542] ppid=16534 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/16537/task/16542/stat : 16542 (java) S 16534 16537 5234 0 -1 1077944384 318 0 0 0 1 0 0 0 20 0 16 0 12804791 10878976000 58517 18446744073709551615 4194304 4196468 140734044324608 140245124418320 140245196113621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16543] ppid=16534 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16537/task/16543/stat : 16543 (java) S 16534 16537 5234 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 12804791 10878976000 58517 18446744073709551615 4194304 4196468 140734044324608 140245123365776 140245196113621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16544] ppid=16534 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16537/task/16544/stat : 16544 (java) S 16534 16537 5234 0 -1 1077944384 934 0 0 0 0 0 0 0 20 0 16 0 12804792 10878976000 58517 18446744073709551615 4194304 4196468 140734044324608 140244692170992 140245196114562 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16545] ppid=16534 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16537/task/16545/stat : 16545 (java) S 16534 16537 5234 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 12804792 10878976000 58517 18446744073709551615 4194304 4196468 140734044324608 140244691117216 140245196113621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16546] ppid=16534 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16537/task/16546/stat : 16546 (java) S 16534 16537 5234 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 12804793 10878976000 58517 18446744073709551615 4194304 4196468 140734044324608 140244690064112 140245196113621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16547] ppid=16534 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16537/task/16547/stat : 16547 (java) S 16534 16537 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12804795 10878976000 58517 18446744073709551615 4194304 4196468 140734044324608 140244689012688 140245196122011 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16548] ppid=16534 vsize=10624000 CPUtime=2.08 cores=1,3,5,7
/proc/16537/task/16548/stat : 16548 (java) S 16534 16537 5234 0 -1 1077944384 6429 0 0 0 208 0 0 0 20 0 16 0 12804795 10878976000 58517 18446744073709551615 4194304 4196468 140734044324608 140244687960816 140245196114562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16549] ppid=16534 vsize=10624000 CPUtime=2.44 cores=1,3,5,7
/proc/16537/task/16549/stat : 16549 (java) S 16534 16537 5234 0 -1 1077944384 6862 0 0 0 243 1 0 0 20 0 16 0 12804795 10878976000 58517 18446744073709551615 4194304 4196468 140734044324608 140244686908272 140245196114562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16550] ppid=16534 vsize=10624000 CPUtime=0.88 cores=1,3,5,7
/proc/16537/task/16550/stat : 16550 (java) S 16534 16537 5234 0 -1 1077944384 7328 0 0 0 86 2 0 0 20 0 16 0 12804795 10878976000 58517 18446744073709551615 4194304 4196468 140734044324608 140244685855216 140245196114562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16551] ppid=16534 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16537/task/16551/stat : 16551 (java) S 16534 16537 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12804795 10878976000 58517 18446744073709551615 4194304 4196468 140734044324608 140244684802912 140245196113621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16552] ppid=16534 vsize=10624000 CPUtime=0.04 cores=1,3,5,7
/proc/16537/task/16552/stat : 16552 (java) S 16534 16537 5234 0 -1 1077944384 477 0 0 0 1 3 0 0 20 0 16 0 12804799 10878976000 58517 18446744073709551615 4194304 4196468 140734044324608 140244683749936 140245196114562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16553] ppid=16534 vsize=10624000 CPUtime=221.92 cores=1,3,5,7
/proc/16537/task/16553/stat : 16553 (java) R 16534 16537 5234 0 -1 4202560 11774 0 0 0 22187 5 0 0 20 0 16 0 12804816 10878976000 58517 18446744073709551615 4194304 4196468 140734044324608 140244680558376 140244800768350 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
Current children cumulated CPU time (s) 227.72
Current children cumulated vsize (KiB) 10624000



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 2.16 2.06 2.07 3/215 16718
/proc/meminfo: memFree=31359732/32770624 swapFree=0/329124
[pid=16537] ppid=16534 vsize=10624000 CPUtime=245.41 cores=1,3,5,7
/proc/16537/stat : 16537 (java) S 16534 16537 5234 0 -1 1077944320 42051 0 0 0 24523 18 0 0 20 0 16 0 12804780 10878976000 58517 18446744073709551615 4194304 4196468 140734044324608 140734044307152 140245196103415 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
/proc/16537/statm: 2656000 58517 3133 1 0 2644934 0
[pid=16537/tid=16539] ppid=16534 vsize=10624000 CPUtime=0.2 cores=1,3,5,7
/proc/16537/task/16539/stat : 16539 (java) S 16534 16537 5234 0 -1 1077944384 6180 0 0 0 18 2 0 0 20 0 16 0 12804790 10878976000 58517 18446744073709551615 4194304 4196468 140734044324608 140245200346288 140245196113621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16540] ppid=16534 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16537/task/16540/stat : 16540 (java) S 16534 16537 5234 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 12804791 10878976000 58517 18446744073709551615 4194304 4196468 140734044324608 140245126523920 140245196113621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16541] ppid=16534 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/16537/task/16541/stat : 16541 (java) S 16534 16537 5234 0 -1 1077944384 285 0 0 0 1 0 0 0 20 0 16 0 12804791 10878976000 58517 18446744073709551615 4194304 4196468 140734044324608 140245125471376 140245196113621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16542] ppid=16534 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/16537/task/16542/stat : 16542 (java) S 16534 16537 5234 0 -1 1077944384 318 0 0 0 1 0 0 0 20 0 16 0 12804791 10878976000 58517 18446744073709551615 4194304 4196468 140734044324608 140245124418320 140245196113621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16543] ppid=16534 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16537/task/16543/stat : 16543 (java) S 16534 16537 5234 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 12804791 10878976000 58517 18446744073709551615 4194304 4196468 140734044324608 140245123365776 140245196113621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16544] ppid=16534 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16537/task/16544/stat : 16544 (java) S 16534 16537 5234 0 -1 1077944384 934 0 0 0 0 0 0 0 20 0 16 0 12804792 10878976000 58517 18446744073709551615 4194304 4196468 140734044324608 140244692170992 140245196114562 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16545] ppid=16534 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16537/task/16545/stat : 16545 (java) S 16534 16537 5234 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 12804792 10878976000 58517 18446744073709551615 4194304 4196468 140734044324608 140244691117216 140245196113621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16546] ppid=16534 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16537/task/16546/stat : 16546 (java) S 16534 16537 5234 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 12804793 10878976000 58517 18446744073709551615 4194304 4196468 140734044324608 140244690064112 140245196113621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16547] ppid=16534 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16537/task/16547/stat : 16547 (java) S 16534 16537 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12804795 10878976000 58517 18446744073709551615 4194304 4196468 140734044324608 140244689012688 140245196122011 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16548] ppid=16534 vsize=10624000 CPUtime=2.08 cores=1,3,5,7
/proc/16537/task/16548/stat : 16548 (java) S 16534 16537 5234 0 -1 1077944384 6429 0 0 0 208 0 0 0 20 0 16 0 12804795 10878976000 58517 18446744073709551615 4194304 4196468 140734044324608 140244687960816 140245196114562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16549] ppid=16534 vsize=10624000 CPUtime=2.44 cores=1,3,5,7
/proc/16537/task/16549/stat : 16549 (java) S 16534 16537 5234 0 -1 1077944384 6862 0 0 0 243 1 0 0 20 0 16 0 12804795 10878976000 58517 18446744073709551615 4194304 4196468 140734044324608 140244686908272 140245196114562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16550] ppid=16534 vsize=10624000 CPUtime=0.88 cores=1,3,5,7
/proc/16537/task/16550/stat : 16550 (java) S 16534 16537 5234 0 -1 1077944384 7328 0 0 0 86 2 0 0 20 0 16 0 12804795 10878976000 58517 18446744073709551615 4194304 4196468 140734044324608 140244685855216 140245196114562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16551] ppid=16534 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16537/task/16551/stat : 16551 (java) S 16534 16537 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12804795 10878976000 58517 18446744073709551615 4194304 4196468 140734044324608 140244684802912 140245196113621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16552] ppid=16534 vsize=10624000 CPUtime=0.06 cores=1,3,5,7
/proc/16537/task/16552/stat : 16552 (java) S 16534 16537 5234 0 -1 1077944384 477 0 0 0 2 4 0 0 20 0 16 0 12804799 10878976000 58517 18446744073709551615 4194304 4196468 140734044324608 140244683749936 140245196114562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
[pid=16537/tid=16553] ppid=16534 vsize=10624000 CPUtime=239.62 cores=1,3,5,7
/proc/16537/task/16553/stat : 16553 (java) R 16534 16537 5234 0 -1 4202560 11774 0 0 0 23957 5 0 0 20 0 16 0 12804816 10878976000 58517 18446744073709551615 4194304 4196468 140734044324608 140244680558376 140244800299657 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38023168 140734044332490 140734044332619 140734044332619 140734044336079 0
Current children cumulated CPU time (s) 245.41
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 16537 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): 245.443
CPU user time (s): 245.251
CPU system time (s): 0.192091
CPU usage (%): 102.262
Max. virtual memory (cumulated for all children) (KiB): 10624000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 245.251
system time used= 0.192091
maximum resident set size= 234732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42842
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= 7811
involuntary context switches= 110

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.985751 second user time and 1.39994 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-02 07:35:49
IDJOB=4257570
IDBENCH=127023
IDSOLVER=2642
FILE ID=node134/4257570-1501652990
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-069.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4257570-1501652990/watcher-4257570-1501652990 -o /tmp/evaluation-result-4257570-1501652990/solver-4257570-1501652990 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node134-1501642909-6627 --watchdog 300  java -jar HOME/AbsCon-basic.jar HOME/instance-4257570-1501652990.xml

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

MD5SUM BENCH= e65d1522f1056f49054155eb060914b2
RANDOM SEED=770495757

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:        31449480 kB
MemAvailable:   31739032 kB
Buffers:          123444 kB
Cached:           444836 kB
SwapCached:            0 kB
Active:           572284 kB
Inactive:         335284 kB
Active(anon):     341392 kB
Inactive(anon):     6652 kB
Active(file):     230892 kB
Inactive(file):   328632 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7836 kB
Writeback:             0 kB
AnonPages:        359628 kB
Mapped:            42168 kB
Shmem:              8892 kB
Slab:             117492 kB
SReclaimable:      91728 kB
SUnreclaim:        25764 kB
KernelStack:        3776 kB
PageTables:         5476 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1267296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    247808 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:39:49