Trace number 4247396

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
R1: AbsCon-basic 2017-06-11SAT (TO)349 2400.05 2395.11

General information on the benchmark

NameLowAutocorrelation/LowAutocorrelation-m1-s1/
LowAutocorrelation-042.xml
MD5SUM406abf126875c7059afeaa5170034bef
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark157
Best CPU time to get the best result obtained on this benchmark20003.6
Satisfiable
(Un)Satisfiability was proved
Number of variables1805
Number of constraints943
Number of domains83
Minimum domain size2
Maximum domain size83
Distribution of domain sizes[{"size":2,"count":904},{"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":39,"count":2}, {"size":40,"count":1}, {"size":41,"count":2}, {"size":42,"count":1}, {"size":43,"count":1}, {"size":45,"count":1}, {"size":47,"count":1}, {"size":49,"count":1}, {"size":51,"count":1}, {"size":53,"count":1}, {"size":55,"count":1}, {"size":57,"count":1}, {"size":59,"count":1}, {"size":61,"count":1}, {"size":63,"count":1}, {"size":65,"count":1}, {"size":67,"count":1}, {"size":69,"count":1}, {"size":71,"count":1}, {"size":73,"count":1}, {"size":75,"count":1}, {"size":77,"count":1}, {"size":79,"count":1}, {"size":81,"count":1}, {"size":83,"count":1}]
Minimum variable degree0
Maximum variable degree41
Distribution of variable degrees[{"degree":0,"count":820},{"degree":2,"count":943},{"degree":41,"count":42}]
Minimum constraint arity2
Maximum constraint arity42
Distribution of constraint arities[{"arity":2,"count":42},{"arity":3,"count":862},{"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":27,"count":1},{"arity":28,"count":1},{"arity":29,"count":1},{"arity":30,"count":1},{"arity":31,"count":1},{"arity":32,"count":1},{"arity":33,"count":1},{"arity":34,"count":1},{"arity":35,"count":1},{"arity":36,"count":1},{"arity":37,"count":1},{"arity":38,"count":1},{"arity":39,"count":1},{"arity":40,"count":1},{"arity":41,"count":1},{"arity":42,"count":1}]
Number of extensional constraints0
Number of intensional constraints902
Distribution of constraint types[{"type":"intension","count":902},{"type":"sum","count":41}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.27/0.28	
0.27/0.28	AbsCon 2 
0.27/0.28	
1.24/0.71	  Solving XCSP3-instance-4247396-1500794937 as a COP in -infty..+infty
1.24/0.71	  Loading variables...
1.60/0.85	  Loading constraints...
2.80/1.13	  Solver SolverBacktrack being built...
2.80/1.13	
2.80/1.20	  Preprocessing : gac=false, ccks=0, filters=0, revisions=0 (useless=0), AC=0, removals=0, inconsistent=false
2.80/1.20	
3.19/1.26	o 23821
3.58/1.31	o 20541
3.58/1.34	o 20389
3.58/1.37	o 17733
3.58/1.39	o 17437
3.99/1.42	o 17173
3.99/1.44	o 14933
3.99/1.46	o 14557
3.99/1.48	o 12845
4.41/1.50	o 12437
4.41/1.52	o 12333
4.41/1.55	o 11949
4.41/1.57	o 10613
4.41/1.59	o 10077
4.81/1.62	o 9149
4.81/1.64	o 8597
4.81/1.65	o 7733
4.81/1.67	o 7141
4.81/1.69	o 6701
5.22/1.71	o 6341
5.22/1.72	o 6197
5.22/1.76	o 6077
5.85/1.90	o 5965
5.85/1.92	o 5053
5.85/1.98	o 4957
5.85/1.99	o 4701
6.06/2.01	o 4597
6.06/2.02	o 4557
6.06/2.04	o 4549
6.06/2.05	o 4533
6.06/2.07	o 4477
6.28/2.19	o 1381
6.28/2.20	o 1077
6.50/2.22	o 981
6.50/2.23	o 925
6.50/2.25	o 901
6.50/2.26	o 845
6.50/2.28	o 805
6.50/2.29	o 733
6.50/2.30	o 725
6.72/2.32	o 709
6.72/2.33	o 445
32.71/28.17	o 437
339.99/335.36	o 397
1040.48/1035.69	o 349
2400.02/2395.10	
2400.02/2395.10	v <instantiation id='sol45' type='solution' cost='349'>  <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 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -9 4 -3 -2 -3 0 7 -2 5 4 -3 0 1 2 3 0 3 0 1 0 -3 -2 1 -2 3 -2 3 0 1 -6 1 -2 1 0 -1 2 1 0 -3 -2 -1 81 16 9 4 9 0 49 4 25 16 9 0 1 4 9 0 9 0 1 0 9 4 1 4 9 4 9 0 1 36 1 4 1 0 1 4 1 0 9 4 1 </values>  </instantiation>
2400.02/2395.10	s SATISFIABLE

Verifier Data

OK	349

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-4247396-1500794937/watcher-4247396-1500794937 -o /tmp/evaluation-result-4247396-1500794937/solver-4247396-1500794937 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1500794936-32419 --watchdog 2560 java -jar HOME/AbsCon-basic.jar HOME/instance-4247396-1500794937.xml 

pid=32466
running on 8 cores: 0,2,4,6,8,10,12,14

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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: 0.00 0.01 0.05 7/266 32469
/proc/meminfo: memFree=31516032/32770624 swapFree=5708/325608
[pid=32469] ppid=32466 vsize=8351800 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/stat : 32469 (java) S 32466 32469 32388 0 -1 1077944320 2232 0 0 0 0 0 0 0 20 0 3 0 14760857 8552243200 2442 33554432000 4194304 4196468 140724880272784 140724880255328 140289363107575 0 0 0 16784584 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
/proc/32469/statm: 2087950 2442 1198 1 0 2076861 0
[pid=32469/tid=32470] ppid=32466 vsize=8353856 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32470/stat : 32470 (java) R 32466 32469 32388 0 -1 4202560 932 0 0 0 0 0 0 0 20 0 5 0 14760858 8554348544 2508 33554432000 4194304 4196468 140724880272784 140289367348944 140289355847425 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32471] ppid=32466 vsize=8353856 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32471/stat : 32471 (java) S 32466 32469 32388 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 6 0 14760859 8554348544 2508 33554432000 4194304 4196468 140724880272784 140289289182048 140289363117781 0 4 0 16784584 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32472] ppid=32466 vsize=8353856 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32472/stat : 32472 (java) S 32466 32469 32388 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 6 0 14760859 8554348544 2508 33554432000 4194304 4196468 140724880272784 140289288129504 140289363117781 0 4 0 16784584 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32473] ppid=32466 vsize=8354884 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32473/stat : 32473 (java) S 32466 32469 32388 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 6 0 14760859 8555401216 2508 33554432000 4194304 4196468 140724880272784 140289287076448 140289363117781 0 4 0 16784584 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32474] ppid=32466 vsize=8354884 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32474/stat : 32474 (java) S 32466 32469 32388 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 7 0 14760859 8555401216 2508 33554432000 4194304 4196468 140724880272784 140289286023904 140289363117781 0 4 0 16784584 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32475] ppid=32466 vsize=8354884 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32475/stat : 32475 (java) S 32466 32469 32388 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 7 0 14760859 8555401216 2508 33554432000 4194304 4196468 140724880272784 140289284971872 140289363117781 0 4 0 16784584 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0

[startup+0.10014 s]
/proc/loadavg: 0.00 0.01 0.05 7/266 32469
/proc/meminfo: memFree=31516032/32770624 swapFree=5708/325608
[pid=32469] ppid=32466 vsize=10900580 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/32469/stat : 32469 (java) S 32466 32469 32388 0 -1 1077944320 4615 0 0 0 8 1 0 0 20 0 20 0 14760857 11162193920 5728 33554432000 4194304 4196468 140724880272784 140724880255328 140289363107575 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
/proc/32469/statm: 2725145 5728 2632 1 0 2713552 0
[pid=32469/tid=32470] ppid=32466 vsize=10900580 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32470/stat : 32470 (java) R 32466 32469 32388 0 -1 4202560 2707 0 0 0 7 0 0 0 20 0 20 0 14760858 11162193920 5728 33554432000 4194304 4196468 140724880272784 140289367349856 140289345354384 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32471] ppid=32466 vsize=10900580 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32471/stat : 32471 (java) S 32466 32469 32388 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 14760859 11162193920 5728 33554432000 4194304 4196468 140724880272784 140289289181712 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32472] ppid=32466 vsize=10900580 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32472/stat : 32472 (java) S 32466 32469 32388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 14760859 11162193920 5728 33554432000 4194304 4196468 140724880272784 140289288129168 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32473] ppid=32466 vsize=10900580 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32473/stat : 32473 (java) S 32466 32469 32388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 14760859 11162193920 5728 33554432000 4194304 4196468 140724880272784 140289287076112 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32474] ppid=32466 vsize=10900580 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32474/stat : 32474 (java) S 32466 32469 32388 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 14760859 11162193920 5728 33554432000 4194304 4196468 140724880272784 140289286023568 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32475] ppid=32466 vsize=10900580 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32475/stat : 32475 (java) S 32466 32469 32388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 14760859 11162193920 5728 33554432000 4194304 4196468 140724880272784 140289284971536 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10900580

[startup+0.20059 s]
/proc/loadavg: 0.00 0.01 0.05 7/266 32469
/proc/meminfo: memFree=31516032/32770624 swapFree=5708/325608
[pid=32469] ppid=32466 vsize=10900580 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/32469/stat : 32469 (java) S 32466 32469 32388 0 -1 1077944320 7595 0 0 0 25 2 0 0 20 0 20 0 14760857 11162193920 9033 33554432000 4194304 4196468 140724880272784 140724880255328 140289363107575 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
/proc/32469/statm: 2725145 9033 2906 1 0 2713552 0
[pid=32469/tid=32470] ppid=32466 vsize=10900580 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32470/stat : 32470 (java) R 32466 32469 32388 0 -1 4202560 4748 0 0 0 17 1 0 0 20 0 20 0 14760858 11162193920 9033 33554432000 4194304 4196468 140724880272784 140289367321392 140289347188062 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32471] ppid=32466 vsize=10900580 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32471/stat : 32471 (java) S 32466 32469 32388 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 14760859 11162193920 9033 33554432000 4194304 4196468 140724880272784 140289289181712 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32472] ppid=32466 vsize=10900580 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32472/stat : 32472 (java) S 32466 32469 32388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 14760859 11162193920 9033 33554432000 4194304 4196468 140724880272784 140289288129168 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32473] ppid=32466 vsize=10900580 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32473/stat : 32473 (java) S 32466 32469 32388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 14760859 11162193920 9033 33554432000 4194304 4196468 140724880272784 140289287076112 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32474] ppid=32466 vsize=10900580 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32474/stat : 32474 (java) S 32466 32469 32388 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 14760859 11162193920 9033 33554432000 4194304 4196468 140724880272784 140289286023568 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32475] ppid=32466 vsize=10900580 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32475/stat : 32475 (java) S 32466 32469 32388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 14760859 11162193920 9033 33554432000 4194304 4196468 140724880272784 140289284971536 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 10900580

[startup+0.300534 s]
/proc/loadavg: 0.00 0.01 0.05 7/266 32469
/proc/meminfo: memFree=31516032/32770624 swapFree=5708/325608
[pid=32469] ppid=32466 vsize=10969228 CPUtime=0.47 cores=0,2,4,6,8,10,12,14
/proc/32469/stat : 32469 (java) S 32466 32469 32388 0 -1 1077944320 8479 0 0 0 44 3 0 0 20 0 21 0 14760857 11232489472 13366 33554432000 4194304 4196468 140724880272784 140724880255328 140289363107575 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
/proc/32469/statm: 2742307 13366 2985 1 0 2730193 0
[pid=32469/tid=32470] ppid=32466 vsize=10969228 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32470/stat : 32470 (java) S 32466 32469 32388 0 -1 1077944384 5169 0 0 0 24 1 0 0 20 0 21 0 14760858 11232489472 13366 33554432000 4194304 4196468 140724880272784 140289367350448 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32471] ppid=32466 vsize=10969228 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32471/stat : 32471 (java) S 32466 32469 32388 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 14760859 11232489472 13366 33554432000 4194304 4196468 140724880272784 140289289181712 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32472] ppid=32466 vsize=10969228 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32472/stat : 32472 (java) S 32466 32469 32388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 14760859 11232489472 13366 33554432000 4194304 4196468 140724880272784 140289288129168 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32473] ppid=32466 vsize=10969228 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32473/stat : 32473 (java) S 32466 32469 32388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 14760859 11232489472 13366 33554432000 4194304 4196468 140724880272784 140289287076112 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32474] ppid=32466 vsize=10969228 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32474/stat : 32474 (java) S 32466 32469 32388 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 14760859 11232489472 13366 33554432000 4194304 4196468 140724880272784 140289286023568 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32475] ppid=32466 vsize=10969228 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32475/stat : 32475 (java) S 32466 32469 32388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 14760859 11232489472 13366 33554432000 4194304 4196468 140724880272784 140289284971536 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 10969228

[startup+0.700352 s]
/proc/loadavg: 0.00 0.01 0.05 7/266 32469
/proc/meminfo: memFree=31516032/32770624 swapFree=5708/325608
[pid=32469] ppid=32466 vsize=10971352 CPUtime=1.24 cores=0,2,4,6,8,10,12,14
/proc/32469/stat : 32469 (java) S 32466 32469 32388 0 -1 1077944320 10749 0 0 0 118 6 0 0 20 0 21 0 14760857 11234664448 18435 33554432000 4194304 4196468 140724880272784 140724880255328 140289363107575 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
/proc/32469/statm: 2742838 18435 3089 1 0 2730705 0
[pid=32469/tid=32470] ppid=32466 vsize=10971352 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32470/stat : 32470 (java) S 32466 32469 32388 0 -1 1077944384 5169 0 0 0 24 1 0 0 20 0 21 0 14760858 11234664448 18435 33554432000 4194304 4196468 140724880272784 140289367350448 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32471] ppid=32466 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32471/stat : 32471 (java) S 32466 32469 32388 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 14760859 11234664448 18435 33554432000 4194304 4196468 140724880272784 140289289181712 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32472] ppid=32466 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32472/stat : 32472 (java) S 32466 32469 32388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 14760859 11234664448 18435 33554432000 4194304 4196468 140724880272784 140289288129168 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32473] ppid=32466 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32473/stat : 32473 (java) S 32466 32469 32388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 14760859 11234664448 18435 33554432000 4194304 4196468 140724880272784 140289287076112 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32474] ppid=32466 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32474/stat : 32474 (java) S 32466 32469 32388 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 14760859 11234664448 18435 33554432000 4194304 4196468 140724880272784 140289286023568 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32475] ppid=32466 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32475/stat : 32475 (java) S 32466 32469 32388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 14760859 11234664448 18435 33554432000 4194304 4196468 140724880272784 140289284971536 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 10971352

[startup+1.50072 s]
/proc/loadavg: 0.64 0.15 0.09 10/287 32490
/proc/meminfo: memFree=31270072/32770624 swapFree=5704/325704
[pid=32469] ppid=32466 vsize=10973400 CPUtime=4.41 cores=0,2,4,6,8,10,12,14
/proc/32469/stat : 32469 (java) S 32466 32469 32388 0 -1 1077944320 30980 0 0 0 430 11 0 0 20 0 21 0 14760857 11236761600 40446 33554432000 4194304 4196468 140724880272784 140724880255328 140289363107575 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
/proc/32469/statm: 2743350 40446 3136 1 0 2731217 0
[pid=32469/tid=32470] ppid=32466 vsize=10973400 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32470/stat : 32470 (java) S 32466 32469 32388 0 -1 1077944384 5169 0 0 0 24 1 0 0 20 0 21 0 14760858 11236761600 40446 33554432000 4194304 4196468 140724880272784 140289367350448 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32471] ppid=32466 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32471/stat : 32471 (java) S 32466 32469 32388 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 14760859 11236761600 40446 33554432000 4194304 4196468 140724880272784 140289289181712 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32472] ppid=32466 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32472/stat : 32472 (java) S 32466 32469 32388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 14760859 11236761600 40446 33554432000 4194304 4196468 140724880272784 140289288129168 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32473] ppid=32466 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32473/stat : 32473 (java) S 32466 32469 32388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 14760859 11236761600 40446 33554432000 4194304 4196468 140724880272784 140289287076112 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32474] ppid=32466 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32474/stat : 32474 (java) S 32466 32469 32388 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 14760859 11236761600 40446 33554432000 4194304 4196468 140724880272784 140289286023568 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32475] ppid=32466 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32475/stat : 32475 (java) S 32466 32469 32388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 14760859 11236761600 40446 33554432000 4194304 4196468 140724880272784 140289284971536 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32476] ppid=32466 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32476/stat : 32476 (java) S 32466 32469 32388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 14760859 11236761600 40446 33554432000 4194304 4196468 140724880272784 140289283918992 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32477] ppid=32466 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32477/stat : 32477 (java) S 32466 32469 32388 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 14760859 11236761600 40446 33554432000 4194304 4196468 140724880272784 140289282865936 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32479] ppid=32466 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32479/stat : 32479 (java) S 32466 32469 32388 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 14760859 11236761600 40446 33554432000 4194304 4196468 140724880272784 140289281813392 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32480] ppid=32466 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32480/stat : 32480 (java) S 32466 32469 32388 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 21 0 14760861 11236761600 40446 33554432000 4194304 4196468 140724880272784 140288837171440 140289363118722 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32481] ppid=32466 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32481/stat : 32481 (java) S 32466 32469 32388 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 14760862 11236761600 40446 33554432000 4194304 4196468 140724880272784 140288836117664 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32482] ppid=32466 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32482/stat : 32482 (java) S 32466 32469 32388 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 14760862 11236761600 40446 33554432000 4194304 4196468 140724880272784 140288835064560 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32483] ppid=32466 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32483/stat : 32483 (java) S 32466 32469 32388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 14760866 11236761600 40446 33554432000 4194304 4196468 140724880272784 140288834013136 140289363126171 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32484] ppid=32466 vsize=10973400 CPUtime=0.72 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32484/stat : 32484 (java) R 32466 32469 32388 0 -1 4202560 4556 0 0 0 72 0 0 0 20 0 21 0 14760866 11236761600 40446 33554432000 4194304 4196468 140724880272784 140288832942072 140289346604363 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32485] ppid=32466 vsize=10973400 CPUtime=0.77 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32485/stat : 32485 (java) R 32466 32469 32388 0 -1 4202560 8909 0 0 0 76 1 0 0 20 0 21 0 14760866 11236761600 40446 33554432000 4194304 4196468 140724880272784 140288831894688 140289342355235 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32486] ppid=32466 vsize=10973400 CPUtime=0.71 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32486/stat : 32486 (java) R 32466 32469 32388 0 -1 4202560 3444 0 0 0 71 0 0 0 20 0 21 0 14760866 11236761600 40446 33554432000 4194304 4196468 140724880272784 140288830836752 140289346604363 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32487] ppid=32466 vsize=10973400 CPUtime=0.78 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32487/stat : 32487 (java) S 32466 32469 32388 0 -1 1077944384 3848 0 0 0 77 1 0 0 20 0 21 0 14760866 11236761600 40446 33554432000 4194304 4196468 140724880272784 140288829803120 140289363118722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32488] ppid=32466 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32488/stat : 32488 (java) S 32466 32469 32388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 14760867 11236761600 40446 33554432000 4194304 4196468 140724880272784 140288828750304 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32489] ppid=32466 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32489/stat : 32489 (java) S 32466 32469 32388 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 21 0 14760867 11236761600 40446 33554432000 4194304 4196468 140724880272784 140288827697840 140289363118722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32490] ppid=32466 vsize=10973400 CPUtime=1.12 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32490/stat : 32490 (java) R 32466 32469 32388 0 -1 4202560 3664 0 0 0 108 4 0 0 20 0 21 0 14760885 11236761600 40446 33554432000 4194304 4196468 140724880272784 140288824499584 140288955995861 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
Current children cumulated CPU time (s) 4.41
Current children cumulated vsize (KiB) 10973400

[startup+3.10083 s]
/proc/loadavg: 0.64 0.15 0.09 5/287 32490
/proc/meminfo: memFree=31213516/32770624 swapFree=5704/325704
[pid=32469] ppid=32466 vsize=10973400 CPUtime=7.61 cores=0,2,4,6,8,10,12,14
/proc/32469/stat : 32469 (java) S 32466 32469 32388 0 -1 1077944320 37818 0 0 0 748 13 0 0 20 0 21 0 14760857 11236761600 45366 33554432000 4194304 4196468 140724880272784 140724880255328 140289363107575 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
/proc/32469/statm: 2743350 45366 3137 1 0 2731217 0
[pid=32469/tid=32470] ppid=32466 vsize=10973400 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32470/stat : 32470 (java) S 32466 32469 32388 0 -1 1077944384 5169 0 0 0 24 1 0 0 20 0 21 0 14760858 11236761600 45366 33554432000 4194304 4196468 140724880272784 140289367350448 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32471] ppid=32466 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32471/stat : 32471 (java) S 32466 32469 32388 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 14760859 11236761600 45366 33554432000 4194304 4196468 140724880272784 140289289181712 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32472] ppid=32466 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32472/stat : 32472 (java) S 32466 32469 32388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 14760859 11236761600 45366 33554432000 4194304 4196468 140724880272784 140289288129168 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32473] ppid=32466 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32473/stat : 32473 (java) S 32466 32469 32388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 14760859 11236761600 45366 33554432000 4194304 4196468 140724880272784 140289287076112 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32474] ppid=32466 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32474/stat : 32474 (java) S 32466 32469 32388 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 14760859 11236761600 45366 33554432000 4194304 4196468 140724880272784 140289286023568 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32475] ppid=32466 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32475/stat : 32475 (java) S 32466 32469 32388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 14760859 11236761600 45366 33554432000 4194304 4196468 140724880272784 140289284971536 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32476] ppid=32466 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32476/stat : 32476 (java) S 32466 32469 32388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 14760859 11236761600 45366 33554432000 4194304 4196468 140724880272784 140289283918992 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32477] ppid=32466 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32477/stat : 32477 (java) S 32466 32469 32388 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 14760859 11236761600 45366 33554432000 4194304 4196468 140724880272784 140289282865936 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32479] ppid=32466 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32479/stat : 32479 (java) S 32466 32469 32388 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 14760859 11236761600 45366 33554432000 4194304 4196468 140724880272784 140289281813392 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32480] ppid=32466 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32480/stat : 32480 (java) S 32466 32469 32388 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 21 0 14760861 11236761600 45366 33554432000 4194304 4196468 140724880272784 140288837171440 140289363118722 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0

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

[pid=32469/tid=32489] ppid=32466 vsize=10973400 CPUtime=0.76 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32489/stat : 32489 (java) S 32466 32469 32388 0 -1 1077944384 1966 0 0 0 38 38 0 0 20 0 21 0 14760867 11236761600 52883 33554432000 4194304 4196468 140724880272784 140288827697840 140289363118722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 28 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32490] ppid=32466 vsize=10973400 CPUtime=2321.12 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32490/stat : 32490 (java) R 32466 32469 32388 0 -1 4202560 15722 0 0 0 232107 5 0 0 20 0 21 0 14760885 11236761600 52883 33554432000 4194304 4196468 140724880272784 140288824507176 140288953678318 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
Current children cumulated CPU time (s) 2327.22
Current children cumulated vsize (KiB) 10973400

[startup+2382.3 s]
/proc/loadavg: 2.04 2.03 1.88 3/286 32586
/proc/meminfo: memFree=31146100/32770624 swapFree=5704/326748
[pid=32469] ppid=32466 vsize=10973400 CPUtime=2387.22 cores=0,2,4,6,8,10,12,14
/proc/32469/stat : 32469 (java) S 32466 32469 32388 0 -1 1077944320 62176 0 0 0 238677 45 0 0 20 0 21 0 14760857 11236761600 52883 33554432000 4194304 4196468 140724880272784 140724880255328 140289363107575 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
/proc/32469/statm: 2743350 52883 3147 1 0 2731217 0
[pid=32469/tid=32470] ppid=32466 vsize=10973400 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32470/stat : 32470 (java) S 32466 32469 32388 0 -1 1077944384 5169 0 0 0 24 1 0 0 20 0 21 0 14760858 11236761600 52883 33554432000 4194304 4196468 140724880272784 140289367350448 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32471] ppid=32466 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32471/stat : 32471 (java) S 32466 32469 32388 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 14760859 11236761600 52883 33554432000 4194304 4196468 140724880272784 140289289181712 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32472] ppid=32466 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32472/stat : 32472 (java) S 32466 32469 32388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 14760859 11236761600 52883 33554432000 4194304 4196468 140724880272784 140289288129168 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32473] ppid=32466 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32473/stat : 32473 (java) S 32466 32469 32388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 14760859 11236761600 52883 33554432000 4194304 4196468 140724880272784 140289287076112 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32474] ppid=32466 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32474/stat : 32474 (java) S 32466 32469 32388 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 14760859 11236761600 52883 33554432000 4194304 4196468 140724880272784 140289286023568 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32475] ppid=32466 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32475/stat : 32475 (java) S 32466 32469 32388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 14760859 11236761600 52883 33554432000 4194304 4196468 140724880272784 140289284971536 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32476] ppid=32466 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32476/stat : 32476 (java) S 32466 32469 32388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 14760859 11236761600 52883 33554432000 4194304 4196468 140724880272784 140289283918992 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32477] ppid=32466 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32477/stat : 32477 (java) S 32466 32469 32388 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 14760859 11236761600 52883 33554432000 4194304 4196468 140724880272784 140289282865936 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32479] ppid=32466 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32479/stat : 32479 (java) S 32466 32469 32388 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 14760859 11236761600 52883 33554432000 4194304 4196468 140724880272784 140289281813392 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32480] ppid=32466 vsize=10973400 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32480/stat : 32480 (java) S 32466 32469 32388 0 -1 1077944384 749 0 0 0 2 2 0 0 20 0 21 0 14760861 11236761600 52883 33554432000 4194304 4196468 140724880272784 140288837171440 140289363118722 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32481] ppid=32466 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32481/stat : 32481 (java) S 32466 32469 32388 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 14760862 11236761600 52883 33554432000 4194304 4196468 140724880272784 140288836117664 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32482] ppid=32466 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32482/stat : 32482 (java) S 32466 32469 32388 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 14760862 11236761600 52883 33554432000 4194304 4196468 140724880272784 140288835064560 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32483] ppid=32466 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32483/stat : 32483 (java) S 32466 32469 32388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 14760866 11236761600 52883 33554432000 4194304 4196468 140724880272784 140288834013136 140289363126171 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32484] ppid=32466 vsize=10973400 CPUtime=1.71 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32484/stat : 32484 (java) S 32466 32469 32388 0 -1 1077944384 12179 0 0 0 170 1 0 0 20 0 21 0 14760866 11236761600 52883 33554432000 4194304 4196468 140724880272784 140288832961264 140289363118722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 19 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32485] ppid=32466 vsize=10973400 CPUtime=1.28 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32485/stat : 32485 (java) S 32466 32469 32388 0 -1 1077944384 11668 0 0 0 126 2 0 0 20 0 21 0 14760866 11236761600 52883 33554432000 4194304 4196468 140724880272784 140288831908720 140289363118722 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32486] ppid=32466 vsize=10973400 CPUtime=1.09 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32486/stat : 32486 (java) S 32466 32469 32388 0 -1 1077944384 4736 0 0 0 108 1 0 0 20 0 21 0 14760866 11236761600 52883 33554432000 4194304 4196468 140724880272784 140288830855664 140289363118722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32487] ppid=32466 vsize=10973400 CPUtime=0.9 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32487/stat : 32487 (java) S 32466 32469 32388 0 -1 1077944384 8320 0 0 0 89 1 0 0 20 0 21 0 14760866 11236761600 52883 33554432000 4194304 4196468 140724880272784 140288829803120 140289363118722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32488] ppid=32466 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32488/stat : 32488 (java) S 32466 32469 32388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 14760867 11236761600 52883 33554432000 4194304 4196468 140724880272784 140288828750304 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32489] ppid=32466 vsize=10973400 CPUtime=0.79 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32489/stat : 32489 (java) S 32466 32469 32388 0 -1 1077944384 1998 0 0 0 40 39 0 0 20 0 21 0 14760867 11236761600 52883 33554432000 4194304 4196468 140724880272784 140288827697840 140289363118722 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 28 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32490] ppid=32466 vsize=10973400 CPUtime=2381.1 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32490/stat : 32490 (java) R 32466 32469 32388 0 -1 4202560 15978 0 0 0 238105 5 0 0 20 0 21 0 14760885 11236761600 52883 33554432000 4194304 4196468 140724880272784 140288824507176 140288957130617 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
Current children cumulated CPU time (s) 2387.22
Current children cumulated vsize (KiB) 10973400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2395.1 s]
/proc/loadavg: 2.03 2.03 1.88 2/259 32647
/proc/meminfo: memFree=31384668/32770624 swapFree=5704/326752
[pid=32469] ppid=32466 vsize=10973400 CPUtime=2400.02 cores=0,2,4,6,8,10,12,14
/proc/32469/stat : 32469 (java) S 32466 32469 32388 0 -1 1077944320 62176 0 0 0 239957 45 0 0 20 0 21 0 14760857 11236761600 52883 33554432000 4194304 4196468 140724880272784 140724880255328 140289363107575 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
/proc/32469/statm: 2743350 52883 3147 1 0 2731217 0
[pid=32469/tid=32470] ppid=32466 vsize=10973400 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32470/stat : 32470 (java) S 32466 32469 32388 0 -1 1077944384 5169 0 0 0 24 1 0 0 20 0 21 0 14760858 11236761600 52883 33554432000 4194304 4196468 140724880272784 140289367350448 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32471] ppid=32466 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32471/stat : 32471 (java) S 32466 32469 32388 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 14760859 11236761600 52883 33554432000 4194304 4196468 140724880272784 140289289181712 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32472] ppid=32466 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32472/stat : 32472 (java) S 32466 32469 32388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 14760859 11236761600 52883 33554432000 4194304 4196468 140724880272784 140289288129168 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32473] ppid=32466 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32473/stat : 32473 (java) S 32466 32469 32388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 14760859 11236761600 52883 33554432000 4194304 4196468 140724880272784 140289287076112 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32474] ppid=32466 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32474/stat : 32474 (java) S 32466 32469 32388 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 14760859 11236761600 52883 33554432000 4194304 4196468 140724880272784 140289286023568 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32475] ppid=32466 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32475/stat : 32475 (java) S 32466 32469 32388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 14760859 11236761600 52883 33554432000 4194304 4196468 140724880272784 140289284971536 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32476] ppid=32466 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32476/stat : 32476 (java) S 32466 32469 32388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 14760859 11236761600 52883 33554432000 4194304 4196468 140724880272784 140289283918992 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32477] ppid=32466 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32477/stat : 32477 (java) S 32466 32469 32388 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 14760859 11236761600 52883 33554432000 4194304 4196468 140724880272784 140289282865936 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32479] ppid=32466 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32479/stat : 32479 (java) S 32466 32469 32388 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 14760859 11236761600 52883 33554432000 4194304 4196468 140724880272784 140289281813392 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32480] ppid=32466 vsize=10973400 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32480/stat : 32480 (java) S 32466 32469 32388 0 -1 1077944384 749 0 0 0 2 2 0 0 20 0 21 0 14760861 11236761600 52883 33554432000 4194304 4196468 140724880272784 140288837171440 140289363118722 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32481] ppid=32466 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32481/stat : 32481 (java) S 32466 32469 32388 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 14760862 11236761600 52883 33554432000 4194304 4196468 140724880272784 140288836117664 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32482] ppid=32466 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32482/stat : 32482 (java) S 32466 32469 32388 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 14760862 11236761600 52883 33554432000 4194304 4196468 140724880272784 140288835064560 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32483] ppid=32466 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32483/stat : 32483 (java) S 32466 32469 32388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 14760866 11236761600 52883 33554432000 4194304 4196468 140724880272784 140288834013136 140289363126171 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32484] ppid=32466 vsize=10973400 CPUtime=1.71 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32484/stat : 32484 (java) S 32466 32469 32388 0 -1 1077944384 12179 0 0 0 170 1 0 0 20 0 21 0 14760866 11236761600 52883 33554432000 4194304 4196468 140724880272784 140288832961264 140289363118722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 19 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32485] ppid=32466 vsize=10973400 CPUtime=1.28 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32485/stat : 32485 (java) S 32466 32469 32388 0 -1 1077944384 11668 0 0 0 126 2 0 0 20 0 21 0 14760866 11236761600 52883 33554432000 4194304 4196468 140724880272784 140288831908720 140289363118722 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32486] ppid=32466 vsize=10973400 CPUtime=1.09 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32486/stat : 32486 (java) S 32466 32469 32388 0 -1 1077944384 4736 0 0 0 108 1 0 0 20 0 21 0 14760866 11236761600 52883 33554432000 4194304 4196468 140724880272784 140288830855664 140289363118722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32487] ppid=32466 vsize=10973400 CPUtime=0.9 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32487/stat : 32487 (java) S 32466 32469 32388 0 -1 1077944384 8320 0 0 0 89 1 0 0 20 0 21 0 14760866 11236761600 52883 33554432000 4194304 4196468 140724880272784 140288829803120 140289363118722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32488] ppid=32466 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32488/stat : 32488 (java) S 32466 32469 32388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 14760867 11236761600 52883 33554432000 4194304 4196468 140724880272784 140288828750304 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32489] ppid=32466 vsize=10973400 CPUtime=0.79 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32489/stat : 32489 (java) S 32466 32469 32388 0 -1 1077944384 1998 0 0 0 40 39 0 0 20 0 21 0 14760867 11236761600 52883 33554432000 4194304 4196468 140724880272784 140288827697840 140289363118722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 28 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32490] ppid=32466 vsize=10973400 CPUtime=2393.89 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32490/stat : 32490 (java) R 32466 32469 32388 0 -1 4202560 15978 0 0 0 239384 5 0 0 20 0 21 0 14760885 11236761600 52883 33554432000 4194304 4196468 140724880272784 140288824507176 140288955367572 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
Current children cumulated CPU time (s) 2400.02
Current children cumulated vsize (KiB) 10973400

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

[startup+2395.1 s]
/proc/loadavg: 2.03 2.03 1.88 2/259 32647
/proc/meminfo: memFree=31384668/32770624 swapFree=5704/326752
[pid=32469] ppid=32466 vsize=10973400 CPUtime=2400.02 cores=0,2,4,6,8,10,12,14
/proc/32469/stat : 32469 (java) S 32466 32469 32388 0 -1 1077944320 62176 0 0 0 239957 45 0 0 20 0 21 0 14760857 11236761600 52883 33554432000 4194304 4196468 140724880272784 140724880255328 140289363107575 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
/proc/32469/statm: 2743350 52883 3147 1 0 2731217 0
[pid=32469/tid=32470] ppid=32466 vsize=10973400 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32470/stat : 32470 (java) S 32466 32469 32388 0 -1 1077944384 5169 0 0 0 24 1 0 0 20 0 21 0 14760858 11236761600 52883 33554432000 4194304 4196468 140724880272784 140289367350448 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32471] ppid=32466 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32471/stat : 32471 (java) S 32466 32469 32388 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 14760859 11236761600 52883 33554432000 4194304 4196468 140724880272784 140289289181712 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32472] ppid=32466 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32472/stat : 32472 (java) S 32466 32469 32388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 14760859 11236761600 52883 33554432000 4194304 4196468 140724880272784 140289288129168 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32473] ppid=32466 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32473/stat : 32473 (java) S 32466 32469 32388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 14760859 11236761600 52883 33554432000 4194304 4196468 140724880272784 140289287076112 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32474] ppid=32466 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32474/stat : 32474 (java) S 32466 32469 32388 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 14760859 11236761600 52883 33554432000 4194304 4196468 140724880272784 140289286023568 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32475] ppid=32466 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32475/stat : 32475 (java) S 32466 32469 32388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 14760859 11236761600 52883 33554432000 4194304 4196468 140724880272784 140289284971536 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32476] ppid=32466 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32476/stat : 32476 (java) S 32466 32469 32388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 14760859 11236761600 52883 33554432000 4194304 4196468 140724880272784 140289283918992 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32477] ppid=32466 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32477/stat : 32477 (java) S 32466 32469 32388 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 14760859 11236761600 52883 33554432000 4194304 4196468 140724880272784 140289282865936 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32479] ppid=32466 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32479/stat : 32479 (java) S 32466 32469 32388 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 14760859 11236761600 52883 33554432000 4194304 4196468 140724880272784 140289281813392 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32480] ppid=32466 vsize=10973400 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32480/stat : 32480 (java) S 32466 32469 32388 0 -1 1077944384 749 0 0 0 2 2 0 0 20 0 21 0 14760861 11236761600 52883 33554432000 4194304 4196468 140724880272784 140288837171440 140289363118722 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32481] ppid=32466 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32481/stat : 32481 (java) S 32466 32469 32388 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 14760862 11236761600 52883 33554432000 4194304 4196468 140724880272784 140288836117664 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32482] ppid=32466 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32482/stat : 32482 (java) S 32466 32469 32388 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 14760862 11236761600 52883 33554432000 4194304 4196468 140724880272784 140288835064560 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32483] ppid=32466 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32483/stat : 32483 (java) S 32466 32469 32388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 14760866 11236761600 52883 33554432000 4194304 4196468 140724880272784 140288834013136 140289363126171 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32484] ppid=32466 vsize=10973400 CPUtime=1.71 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32484/stat : 32484 (java) S 32466 32469 32388 0 -1 1077944384 12179 0 0 0 170 1 0 0 20 0 21 0 14760866 11236761600 52883 33554432000 4194304 4196468 140724880272784 140288832961264 140289363118722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 19 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32485] ppid=32466 vsize=10973400 CPUtime=1.28 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32485/stat : 32485 (java) S 32466 32469 32388 0 -1 1077944384 11668 0 0 0 126 2 0 0 20 0 21 0 14760866 11236761600 52883 33554432000 4194304 4196468 140724880272784 140288831908720 140289363118722 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32486] ppid=32466 vsize=10973400 CPUtime=1.09 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32486/stat : 32486 (java) S 32466 32469 32388 0 -1 1077944384 4736 0 0 0 108 1 0 0 20 0 21 0 14760866 11236761600 52883 33554432000 4194304 4196468 140724880272784 140288830855664 140289363118722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32487] ppid=32466 vsize=10973400 CPUtime=0.9 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32487/stat : 32487 (java) S 32466 32469 32388 0 -1 1077944384 8320 0 0 0 89 1 0 0 20 0 21 0 14760866 11236761600 52883 33554432000 4194304 4196468 140724880272784 140288829803120 140289363118722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32488] ppid=32466 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32488/stat : 32488 (java) S 32466 32469 32388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 14760867 11236761600 52883 33554432000 4194304 4196468 140724880272784 140288828750304 140289363117781 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32489] ppid=32466 vsize=10973400 CPUtime=0.79 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32489/stat : 32489 (java) S 32466 32469 32388 0 -1 1077944384 1998 0 0 0 40 39 0 0 20 0 21 0 14760867 11236761600 52883 33554432000 4194304 4196468 140724880272784 140288827697840 140289363118722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 28 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
[pid=32469/tid=32490] ppid=32466 vsize=10973400 CPUtime=2393.89 cores=0,2,4,6,8,10,12,14
/proc/32469/task/32490/stat : 32490 (java) R 32466 32469 32388 0 -1 4202560 15978 0 0 0 239384 5 0 0 20 0 21 0 14760885 11236761600 52883 33554432000 4194304 4196468 140724880272784 140288824507176 140288955367572 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 25743360 140724880278723 140724880278852 140724880278852 140724880281551 0
Current children cumulated CPU time (s) 2400.02
Current children cumulated vsize (KiB) 10973400

Child status: 143
Real time (s): 2395.11
CPU time (s): 2400.05
CPU user time (s): 2399.59
CPU system time (s): 0.462903
CPU usage (%): 100.206
Max. virtual memory (cumulated for all children) (KiB): 10975432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.59
system time used= 0.462903
maximum resident set size= 220268
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62555
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55981
involuntary context switches= 122180

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.5865 second user time and 17.7945 second system time

The end

Launcher Data

Begin job on node134 at 2017-07-23 09:28:57
IDJOB=4247396
IDBENCH=126989
IDSOLVER=2624
FILE ID=node134/4247396-1500794937
RUNJOBID= node134-1500794936-32419
PBS_JOBID= 20624654
Free space on /tmp= 61952 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/LowAutocorrelation/LowAutocorrelation-m1-s1/LowAutocorrelation-042.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4247396-1500794937/watcher-4247396-1500794937 -o /tmp/evaluation-result-4247396-1500794937/solver-4247396-1500794937 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1500794936-32419 --watchdog 2560  java -jar HOME/AbsCon-basic.jar HOME/instance-4247396-1500794937.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= 406abf126875c7059afeaa5170034bef
RANDOM SEED=550309022

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

/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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.84
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		: 2267.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.84
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		: 1733.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.84
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		: 1733.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.84
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		: 1733.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
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	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        31523416 kB
MemAvailable:   31941432 kB
Buffers:          167724 kB
Cached:           528608 kB
SwapCached:            0 kB
Active:           472140 kB
Inactive:         334456 kB
Active(anon):     112916 kB
Inactive(anon):     8848 kB
Active(file):     359224 kB
Inactive(file):   325608 kB
Unevictable:        5708 kB
Mlocked:            5708 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             15488 kB
Writeback:             0 kB
AnonPages:         82720 kB
Mapped:            42732 kB
Shmem:              8872 kB
Slab:             131556 kB
SReclaimable:      98036 kB
SUnreclaim:        33520 kB
KernelStack:        4048 kB
PageTables:         4872 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1171940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /tmp at the end= 61952 MiB
End job on node134 at 2017-07-23 10:08:52