Trace number 4264512

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 NameAnswerCPU timeWall clock time
AbsCon-basic 2017-06-11? (TO) 2520.04 2514.8101

General information on the benchmark

NameQuasiGroups/QuasiGroups-elt-qg7/
QuasiGroup-7-23.xml
MD5SUMb8524f073185c8a0baa20bdfdedb9a39
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1058
Number of constraints1014
Number of domains1
Minimum domain size23
Maximum domain size23
Distribution of domain sizes[{"size":23,"count":1035}]
Minimum variable degree0
Maximum variable degree47
Distribution of variable degrees[{"degree":0,"count":23},{"degree":2,"count":506},{"degree":46,"count":23},{"degree":47,"count":506}]
Minimum constraint arity23
Maximum constraint arity529
Distribution of constraint arities[{"arity":23,"count":1},{"arity":25,"count":1012},{"arity":529,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"instantiation","count":1},{"type":"element","count":1012}]
Optimization problemNO
Type of objective

Solver Data

0.21/0.38	
0.21/0.38	AbsCon 2 
0.21/0.38	
1.21/0.74	  Solving XCSP3-instance-4264512-1502303801 as a CSP
1.21/0.75	  Loading variables...
1.56/0.83	  Loading constraints...
2.29/1.07	  Solver SolverBacktrack being built...
2.29/1.07	
2.90/1.28	  Preprocessing : gac=true, ccks=529, filters=2047, revisions=23 (useless=0), AC=2530, removals=2530, inconsistent=false
2.90/1.28	

Verifier Data

One s line expected

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-4264512-1502303801/watcher-4264512-1502303801 -o /tmp/evaluation-result-4264512-1502303801/solver-4264512-1502303801 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502257550-8974 --watchdog 2580 java -jar HOME/AbsCon-basic.jar HOME/instance-4264512-1502303801.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.98 2.01 2.04 3/196 15799
/proc/meminfo: memFree=29257464/32770624 swapFree=0/456276
[pid=15799] ppid=15796 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/15799/stat : 15799 (runsolver) D 15796 15799 4057 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 32600995 24240128 107 18446744073709551615 4194304 4338465 140734334852240 140734334849880 139810211205847 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 20922368 140734334853281 140734334853706 140734334853706 140734334857162 0
/proc/15799/statm: 5918 107 54 36 0 2156 0

[startup+0.100163 s]
/proc/loadavg: 1.98 2.01 2.04 3/196 15799
/proc/meminfo: memFree=29257464/32770624 swapFree=0/456276
[pid=15799] ppid=15796 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/15799/stat : 15799 (runsolver) D 15796 15799 4057 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 32600995 24240128 107 18446744073709551615 4194304 4338465 140734334852240 140734334849880 139810211205847 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 20922368 140734334853281 140734334853706 140734334853706 140734334857162 0
/proc/15799/statm: 5918 107 54 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200323 s]
/proc/loadavg: 1.98 2.01 2.04 3/196 15799
/proc/meminfo: memFree=29257464/32770624 swapFree=0/456276
[pid=15799] ppid=15796 vsize=10484492 CPUtime=0.05 cores=1,3,5,7
/proc/15799/stat : 15799 (java) S 15796 15799 4057 0 -1 1077944320 4536 0 0 0 5 0 0 0 20 0 14 0 32600995 10736119808 5580 18446744073709551615 4194304 4196468 140736789846272 140736789828816 140292755599095 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
/proc/15799/statm: 2621123 5580 2572 1 0 2610620 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10484492

[startup+0.300352 s]
/proc/loadavg: 1.98 2.01 2.04 3/196 15799
/proc/meminfo: memFree=29257464/32770624 swapFree=0/456276
[pid=15799] ppid=15796 vsize=10551180 CPUtime=0.21 cores=1,3,5,7
/proc/15799/stat : 15799 (java) S 15796 15799 4057 0 -1 1077944320 8254 0 0 0 19 2 0 0 20 0 15 0 32600995 10804408320 9103 18446744073709551615 4194304 4196468 140736789846272 140736789828816 140292755599095 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
/proc/15799/statm: 2637795 9103 2889 1 0 2627261 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 10551180

[startup+0.703813 s]
/proc/loadavg: 1.98 2.01 2.04 3/196 15799
/proc/meminfo: memFree=29257464/32770624 swapFree=0/456276
[pid=15799] ppid=15796 vsize=10621952 CPUtime=1.21 cores=1,3,5,7
/proc/15799/stat : 15799 (java) S 15796 15799 4057 0 -1 1077944320 13063 0 0 0 116 5 0 0 20 0 16 0 32600995 10876878848 20231 18446744073709551615 4194304 4196468 140736789846272 140736789828816 140292755599095 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
/proc/15799/statm: 2655488 20231 3079 1 0 2644414 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 10621952

[startup+1.50072 s]
/proc/loadavg: 1.98 2.01 2.04 3/212 15815
/proc/meminfo: memFree=29144356/32770624 swapFree=0/456568
[pid=15799] ppid=15796 vsize=10624000 CPUtime=3.81 cores=1,3,5,7
/proc/15799/stat : 15799 (java) S 15796 15799 4057 0 -1 1077944320 22379 0 0 0 373 8 0 0 20 0 16 0 32600995 10878976000 36486 18446744073709551615 4194304 4196468 140736789846272 140736789828816 140292755599095 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
/proc/15799/statm: 2656000 36486 3100 1 0 2644926 0
[pid=15799/tid=15801] ppid=15796 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/15799/task/15801/stat : 15801 (java) S 15796 15799 4057 0 -1 1077944384 5736 0 0 0 19 2 0 0 20 0 16 0 32601006 10878976000 36486 18446744073709551615 4194304 4196468 140736789846272 140292759841968 140292755609301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15802] ppid=15796 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15799/task/15802/stat : 15802 (java) S 15796 15799 4057 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 32601006 10878976000 36486 18446744073709551615 4194304 4196468 140736789846272 140292696635664 140292755609301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15803] ppid=15796 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15799/task/15803/stat : 15803 (java) S 15796 15799 4057 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 32601006 10878976000 36486 18446744073709551615 4194304 4196468 140736789846272 140292695583120 140292755609301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15804] ppid=15796 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15799/task/15804/stat : 15804 (java) S 15796 15799 4057 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 32601006 10878976000 36486 18446744073709551615 4194304 4196468 140736789846272 140292694530576 140292755609301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15805] ppid=15796 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15799/task/15805/stat : 15805 (java) S 15796 15799 4057 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 32601006 10878976000 36486 18446744073709551615 4194304 4196468 140736789846272 140292693478032 140292755609301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15806] ppid=15796 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15799/task/15806/stat : 15806 (java) S 15796 15799 4057 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 32601008 10878976000 36486 18446744073709551615 4194304 4196468 140736789846272 140291996584432 140292755610242 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15807] ppid=15796 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15799/task/15807/stat : 15807 (java) S 15796 15799 4057 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 32601008 10878976000 36486 18446744073709551615 4194304 4196468 140736789846272 140291995530656 140292755609301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15808] ppid=15796 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15799/task/15808/stat : 15808 (java) S 15796 15799 4057 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 32601008 10878976000 36486 18446744073709551615 4194304 4196468 140736789846272 140291994478064 140292755609301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15809] ppid=15796 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15799/task/15809/stat : 15809 (java) S 15796 15799 4057 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 32601011 10878976000 36486 18446744073709551615 4194304 4196468 140736789846272 140291993426640 140292755617691 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15810] ppid=15796 vsize=10624000 CPUtime=0.92 cores=1,3,5,7
/proc/15799/task/15810/stat : 15810 (java) R 15796 15799 4057 0 -1 4202560 3898 0 0 0 91 1 0 0 20 0 16 0 32601011 10878976000 36486 18446744073709551615 4194304 4196468 140736789846272 140291992364096 140292739010082 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15811] ppid=15796 vsize=10624000 CPUtime=0.94 cores=1,3,5,7
/proc/15799/task/15811/stat : 15811 (java) R 15796 15799 4057 0 -1 4202560 4135 0 0 0 94 0 0 0 20 0 16 0 32601011 10878976000 36486 18446744073709551615 4194304 4196468 140736789846272 140291991301704 140292739988712 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15812] ppid=15796 vsize=10624000 CPUtime=0.59 cores=1,3,5,7
/proc/15799/task/15812/stat : 15812 (java) S 15796 15799 4057 0 -1 1077944384 2855 0 0 0 58 1 0 0 20 0 16 0 32601011 10878976000 36486 18446744073709551615 4194304 4196468 140736789846272 140291990268144 140292755610242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15813] ppid=15796 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15799/task/15813/stat : 15813 (java) S 15796 15799 4057 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 32601011 10878976000 36486 18446744073709551615 4194304 4196468 140736789846272 140291989215840 140292755609301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15814] ppid=15796 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15799/task/15814/stat : 15814 (java) S 15796 15799 4057 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 16 0 32601016 10878976000 36486 18446744073709551615 4194304 4196468 140736789846272 140291988163376 140292755610242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15815] ppid=15796 vsize=10624000 CPUtime=1.11 cores=1,3,5,7
/proc/15799/task/15815/stat : 15815 (java) R 15796 15799 4057 0 -1 4202560 4383 0 0 0 109 2 0 0 20 0 16 0 32601033 10878976000 36486 18446744073709551615 4194304 4196468 140736789846272 140291984968128 140292378209373 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
Current children cumulated CPU time (s) 3.81
Current children cumulated vsize (KiB) 10624000

[startup+3.10066 s]
/proc/loadavg: 1.98 2.01 2.04 3/212 15815
/proc/meminfo: memFree=29115524/32770624 swapFree=0/456568
[pid=15799] ppid=15796 vsize=10624000 CPUtime=6.23 cores=1,3,5,7
/proc/15799/stat : 15799 (java) S 15796 15799 4057 0 -1 1077944320 24807 0 0 0 615 8 0 0 20 0 16 0 32600995 10878976000 39492 18446744073709551615 4194304 4196468 140736789846272 140736789828816 140292755599095 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
/proc/15799/statm: 2656000 39492 3103 1 0 2644926 0
[pid=15799/tid=15801] ppid=15796 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/15799/task/15801/stat : 15801 (java) S 15796 15799 4057 0 -1 1077944384 5736 0 0 0 19 2 0 0 20 0 16 0 32601006 10878976000 39492 18446744073709551615 4194304 4196468 140736789846272 140292759841968 140292755609301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15802] ppid=15796 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15799/task/15802/stat : 15802 (java) S 15796 15799 4057 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 32601006 10878976000 39492 18446744073709551615 4194304 4196468 140736789846272 140292696635664 140292755609301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15803] ppid=15796 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15799/task/15803/stat : 15803 (java) S 15796 15799 4057 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 32601006 10878976000 39492 18446744073709551615 4194304 4196468 140736789846272 140292695583120 140292755609301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15804] ppid=15796 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15799/task/15804/stat : 15804 (java) S 15796 15799 4057 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 32601006 10878976000 39492 18446744073709551615 4194304 4196468 140736789846272 140292694530576 140292755609301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15805] ppid=15796 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15799/task/15805/stat : 15805 (java) S 15796 15799 4057 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 32601006 10878976000 39492 18446744073709551615 4194304 4196468 140736789846272 140292693478032 140292755609301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15806] ppid=15796 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15799/task/15806/stat : 15806 (java) S 15796 15799 4057 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 32601008 10878976000 39492 18446744073709551615 4194304 4196468 140736789846272 140291996584432 140292755610242 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15807] ppid=15796 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15799/task/15807/stat : 15807 (java) S 15796 15799 4057 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 32601008 10878976000 39492 18446744073709551615 4194304 4196468 140736789846272 140291995530656 140292755609301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15808] ppid=15796 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15799/task/15808/stat : 15808 (java) S 15796 15799 4057 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 32601008 10878976000 39492 18446744073709551615 4194304 4196468 140736789846272 140291994478064 140292755609301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15809] ppid=15796 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15799/task/15809/stat : 15809 (java) S 15796 15799 4057 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 32601011 10878976000 39492 18446744073709551615 4194304 4196468 140736789846272 140291993426640 140292755617691 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15810] ppid=15796 vsize=10624000 CPUtime=1.3 cores=1,3,5,7
/proc/15799/task/15810/stat : 15810 (java) S 15796 15799 4057 0 -1 1077944384 4666 0 0 0 129 1 0 0 20 0 16 0 32601011 10878976000 39492 18446744073709551615 4194304 4196468 140736789846272 140291992373232 140292755610242 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15811] ppid=15796 vsize=10624000 CPUtime=1.33 cores=1,3,5,7
/proc/15799/task/15811/stat : 15811 (java) S 15796 15799 4057 0 -1 1077944384 5303 0 0 0 132 1 0 0 20 0 16 0 32601011 10878976000 39492 18446744073709551615 4194304 4196468 140736789846272 140291991320688 140292755610242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15812] ppid=15796 vsize=10624000 CPUtime=0.64 cores=1,3,5,7
/proc/15799/task/15812/stat : 15812 (java) S 15796 15799 4057 0 -1 1077944384 3253 0 0 0 63 1 0 0 20 0 16 0 32601011 10878976000 39492 18446744073709551615 4194304 4196468 140736789846272 140291990268144 140292755610242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15813] ppid=15796 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15799/task/15813/stat : 15813 (java) S 15796 15799 4057 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 32601011 10878976000 39492 18446744073709551615 4194304 4196468 140736789846272 140291989215840 140292755609301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15814] ppid=15796 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15799/task/15814/stat : 15814 (java) S 15796 15799 4057 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 16 0 32601016 10878976000 39492 18446744073709551615 4194304 4196468 140736789846272 140291988163376 140292755610242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15815] ppid=15796 vsize=10624000 CPUtime=2.71 cores=1,3,5,7
/proc/15799/task/15815/stat : 15815 (java) R 15796 15799 4057 0 -1 4202560 4426 0 0 0 269 2 0 0 20 0 16 0 32601033 10878976000 39492 18446744073709551615 4194304 4196468 140736789846272 140291984969856 140292379133651 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 10624000

[startup+6.30064 s]
/proc/loadavg: 1.98 2.01 2.04 3/212 15815
/proc/meminfo: memFree=29102736/32770624 swapFree=0/456572
[pid=15799] ppid=15796 vsize=10624000 CPUtime=9.62 cores=1,3,5,7
/proc/15799/stat : 15799 (java) S 15796 15799 4057 0 -1 1077944320 26134 0 0 0 953 9 0 0 20 0 16 0 32600995 10878976000 42623 18446744073709551615 4194304 4196468 140736789846272 140736789828816 140292755599095 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
/proc/15799/statm: 2656000 42623 3107 1 0 2644926 0
[pid=15799/tid=15801] ppid=15796 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/15799/task/15801/stat : 15801 (java) S 15796 15799 4057 0 -1 1077944384 5736 0 0 0 19 2 0 0 20 0 16 0 32601006 10878976000 42623 18446744073709551615 4194304 4196468 140736789846272 140292759841968 140292755609301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15802] ppid=15796 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15799/task/15802/stat : 15802 (java) S 15796 15799 4057 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 32601006 10878976000 42623 18446744073709551615 4194304 4196468 140736789846272 140292696635664 140292755609301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15803] ppid=15796 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15799/task/15803/stat : 15803 (java) S 15796 15799 4057 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 32601006 10878976000 42623 18446744073709551615 4194304 4196468 140736789846272 140292695583120 140292755609301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15804] ppid=15796 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15799/task/15804/stat : 15804 (java) S 15796 15799 4057 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 32601006 10878976000 42623 18446744073709551615 4194304 4196468 140736789846272 140292694530576 140292755609301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15805] ppid=15796 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15799/task/15805/stat : 15805 (java) S 15796 15799 4057 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 32601006 10878976000 42623 18446744073709551615 4194304 4196468 140736789846272 140292693478032 140292755609301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15806] ppid=15796 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15799/task/15806/stat : 15806 (java) S 15796 15799 4057 0 -1 1077944384 176 0 0 0 0 0 0 0 20 0 16 0 32601008 10878976000 42623 18446744073709551615 4194304 4196468 140736789846272 140291996584432 140292755610242 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15807] ppid=15796 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15799/task/15807/stat : 15807 (java) S 15796 15799 4057 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 32601008 10878976000 42623 18446744073709551615 4194304 4196468 140736789846272 140291995530656 140292755609301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15808] ppid=15796 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15799/task/15808/stat : 15808 (java) S 15796 15799 4057 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 32601008 10878976000 42623 18446744073709551615 4194304 4196468 140736789846272 140291994478064 140292755609301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15809] ppid=15796 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15799/task/15809/stat : 15809 (java) S 15796 15799 4057 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 32601011 10878976000 42623 18446744073709551615 4194304 4196468 140736789846272 140291993426640 140292755617691 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15810] ppid=15796 vsize=10624000 CPUtime=1.37 cores=1,3,5,7
/proc/15799/task/15810/stat : 15810 (java) S 15796 15799 4057 0 -1 1077944384 4683 0 0 0 136 1 0 0 20 0 16 0 32601011 10878976000 42623 18446744073709551615 4194304 4196468 140736789846272 140291992373232 140292755610242 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15811] ppid=15796 vsize=10624000 CPUtime=1.44 cores=1,3,5,7
/proc/15799/task/15811/stat : 15811 (java) S 15796 15799 4057 0 -1 1077944384 5328 0 0 0 143 1 0 0 20 0 16 0 32601011 10878976000 42623 18446744073709551615 4194304 4196468 140736789846272 140291991320688 140292755610242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15812] ppid=15796 vsize=10624000 CPUtime=0.66 cores=1,3,5,7
/proc/15799/task/15812/stat : 15812 (java) S 15796 15799 4057 0 -1 1077944384 3822 0 0 0 65 1 0 0 20 0 16 0 32601011 10878976000 42623 18446744073709551615 4194304 4196468 140736789846272 140291990268144 140292755610242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15813] ppid=15796 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15799/task/15813/stat : 15813 (java) S 15796 15799 4057 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 32601011 10878976000 42623 18446744073709551615 4194304 4196468 140736789846272 140291989215840 140292755609301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15814] ppid=15796 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15799/task/15814/stat : 15814 (java) S 15796 15799 4057 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 32601016 10878976000 42623 18446744073709551615 4194304 4196468 140736789846272 140291988163376 140292755610242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15815] ppid=15796 vsize=10624000 CPUtime=5.91 cores=1,3,5,7
/proc/15799/task/15815/stat : 15815 (java) R 15796 15799 4057 0 -1 4202560 4974 0 0 0 589 2 0 0 20 0 16 0 32601033 10878976000 42623 18446744073709551615 4194304 4196468 140736789846272 140291984970256 140292379134638 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
Current children cumulated CPU time (s) 9.62
Current children cumulated vsize (KiB) 10624000

[startup+12.7006 s]
/proc/loadavg: 1.98 2.01 2.04 3/212 15815
/proc/meminfo: memFree=29068852/32770624 swapFree=0/456572
[pid=15799] ppid=15796 vsize=10624000 CPUtime=16.14 cores=1,3,5,7
/proc/15799/stat : 15799 (java) S 15796 15799 4057 0 -1 1077944320 31369 0 0 0 1602 12 0 0 20 0 16 0 32600995 10878976000 56009 18446744073709551615 4194304 4196468 140736789846272 140736789828816 140292755599095 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
/proc/15799/statm: 2656000 56009 3127 1 0 2644926 0
[pid=15799/tid=15801] ppid=15796 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/15799/task/15801/stat : 15801 (java) S 15796 15799 4057 0 -1 1077944384 5736 0 0 0 19 2 0 0 20 0 16 0 32601006 10878976000 56009 18446744073709551615 4194304 4196468 140736789846272 140292759841968 140292755609301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15802] ppid=15796 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/15799/task/15802/stat : 15802 (java) S 15796 15799 4057 0 -1 1077944384 865 0 0 0 1 0 0 0 20 0 16 0 32601006 10878976000 56009 18446744073709551615 4194304 4196468 140736789846272 140292696635664 140292755609301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15803] ppid=15796 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/15799/task/15803/stat : 15803 (java) S 15796 15799 4057 0 -1 1077944384 61 0 0 0 1 0 0 0 20 0 16 0 32601006 10878976000 56009 18446744073709551615 4194304 4196468 140736789846272 140292695583120 140292755609301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15804] ppid=15796 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/15799/task/15804/stat : 15804 (java) S 15796 15799 4057 0 -1 1077944384 90 0 0 0 1 0 0 0 20 0 16 0 32601006 10878976000 56009 18446744073709551615 4194304 4196468 140736789846272 140292694530576 140292755609301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15805] ppid=15796 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/15799/task/15805/stat : 15805 (java) S 15796 15799 4057 0 -1 1077944384 362 0 0 0 1 0 0 0 20 0 16 0 32601006 10878976000 56009 18446744073709551615 4194304 4196468 140736789846272 140292693478032 140292755609301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15806] ppid=15796 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15799/task/15806/stat : 15806 (java) S 15796 15799 4057 0 -1 1077944384 397 0 0 0 0 0 0 0 20 0 16 0 32601008 10878976000 56009 18446744073709551615 4194304 4196468 140736789846272 140291996584432 140292755610242 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0

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

/proc/meminfo: memFree=31120612/32770624 swapFree=0/457700
[pid=15799] ppid=15796 vsize=10624000 CPUtime=2387.45 cores=1,3,5,7
/proc/15799/stat : 15799 (java) S 15796 15799 4057 0 -1 1077944320 70413 0 0 0 238698 47 0 0 20 0 16 0 32600995 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140736789828816 140292755599095 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
/proc/15799/statm: 2656000 41158 3135 1 0 2644926 0
[pid=15799/tid=15801] ppid=15796 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/15799/task/15801/stat : 15801 (java) S 15796 15799 4057 0 -1 1077944384 5736 0 0 0 19 2 0 0 20 0 16 0 32601006 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140292759841968 140292755609301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15802] ppid=15796 vsize=10624000 CPUtime=0.31 cores=1,3,5,7
/proc/15799/task/15802/stat : 15802 (java) S 15796 15799 4057 0 -1 1077944384 3243 0 0 0 28 3 0 0 20 0 16 0 32601006 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140292696635664 140292755609301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15803] ppid=15796 vsize=10624000 CPUtime=0.32 cores=1,3,5,7
/proc/15799/task/15803/stat : 15803 (java) S 15796 15799 4057 0 -1 1077944384 3587 0 0 0 29 3 0 0 20 0 16 0 32601006 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140292695583120 140292755609301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15804] ppid=15796 vsize=10624000 CPUtime=0.32 cores=1,3,5,7
/proc/15799/task/15804/stat : 15804 (java) S 15796 15799 4057 0 -1 1077944384 3685 0 0 0 29 3 0 0 20 0 16 0 32601006 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140292694530576 140292755609301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15805] ppid=15796 vsize=10624000 CPUtime=0.31 cores=1,3,5,7
/proc/15799/task/15805/stat : 15805 (java) S 15796 15799 4057 0 -1 1077944384 5315 0 0 0 28 3 0 0 20 0 16 0 32601006 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140292693478032 140292755609301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15806] ppid=15796 vsize=10624000 CPUtime=0.23 cores=1,3,5,7
/proc/15799/task/15806/stat : 15806 (java) S 15796 15799 4057 0 -1 1077944384 5647 0 0 0 19 4 0 0 20 0 16 0 32601008 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140291996584432 140292755610242 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15807] ppid=15796 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15799/task/15807/stat : 15807 (java) S 15796 15799 4057 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 16 0 32601008 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140291995530656 140292755609301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15808] ppid=15796 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15799/task/15808/stat : 15808 (java) S 15796 15799 4057 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 32601008 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140291994478064 140292755609301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15809] ppid=15796 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15799/task/15809/stat : 15809 (java) S 15796 15799 4057 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 32601011 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140291993426640 140292755617691 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15810] ppid=15796 vsize=10624000 CPUtime=1.45 cores=1,3,5,7
/proc/15799/task/15810/stat : 15810 (java) S 15796 15799 4057 0 -1 1077944384 7784 0 0 0 144 1 0 0 20 0 16 0 32601011 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140291992373232 140292755610242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15811] ppid=15796 vsize=10624000 CPUtime=1.58 cores=1,3,5,7
/proc/15799/task/15811/stat : 15811 (java) S 15796 15799 4057 0 -1 1077944384 10395 0 0 0 157 1 0 0 20 0 16 0 32601011 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140291991320688 140292755610242 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15812] ppid=15796 vsize=10624000 CPUtime=0.7 cores=1,3,5,7
/proc/15799/task/15812/stat : 15812 (java) S 15796 15799 4057 0 -1 1077944384 8019 0 0 0 68 2 0 0 20 0 16 0 32601011 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140291990268144 140292755610242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15813] ppid=15796 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15799/task/15813/stat : 15813 (java) S 15796 15799 4057 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 32601011 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140291989215840 140292755609301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15814] ppid=15796 vsize=10624000 CPUtime=0.46 cores=1,3,5,7
/proc/15799/task/15814/stat : 15814 (java) S 15796 15799 4057 0 -1 1077944384 986 0 0 0 21 25 0 0 20 0 16 0 32601016 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140291988163376 140292755610242 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15815] ppid=15796 vsize=10624000 CPUtime=2381.48 cores=1,3,5,7
/proc/15799/task/15815/stat : 15815 (java) R 15796 15799 4057 0 -1 4202560 14602 0 0 0 238144 4 0 0 20 0 16 0 32601033 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140291984973520 140292379133863 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
Current children cumulated CPU time (s) 2387.45
Current children cumulated vsize (KiB) 10624000

[startup+2442.3 s]
/proc/loadavg: 1.72 1.71 1.79 3/212 16064
/proc/meminfo: memFree=31124308/32770624 swapFree=0/457724
[pid=15799] ppid=15796 vsize=10624000 CPUtime=2447.48 cores=1,3,5,7
/proc/15799/stat : 15799 (java) S 15796 15799 4057 0 -1 1077944320 71252 0 0 0 244700 48 0 0 20 0 16 0 32600995 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140736789828816 140292755599095 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
/proc/15799/statm: 2656000 41158 3135 1 0 2644926 0
[pid=15799/tid=15801] ppid=15796 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/15799/task/15801/stat : 15801 (java) S 15796 15799 4057 0 -1 1077944384 5736 0 0 0 19 2 0 0 20 0 16 0 32601006 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140292759841968 140292755609301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15802] ppid=15796 vsize=10624000 CPUtime=0.32 cores=1,3,5,7
/proc/15799/task/15802/stat : 15802 (java) S 15796 15799 4057 0 -1 1077944384 3657 0 0 0 29 3 0 0 20 0 16 0 32601006 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140292696635664 140292755609301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15803] ppid=15796 vsize=10624000 CPUtime=0.32 cores=1,3,5,7
/proc/15799/task/15803/stat : 15803 (java) S 15796 15799 4057 0 -1 1077944384 3590 0 0 0 29 3 0 0 20 0 16 0 32601006 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140292695583120 140292755609301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15804] ppid=15796 vsize=10624000 CPUtime=0.32 cores=1,3,5,7
/proc/15799/task/15804/stat : 15804 (java) S 15796 15799 4057 0 -1 1077944384 3710 0 0 0 29 3 0 0 20 0 16 0 32601006 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140292694530576 140292755609301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15805] ppid=15796 vsize=10624000 CPUtime=0.31 cores=1,3,5,7
/proc/15799/task/15805/stat : 15805 (java) S 15796 15799 4057 0 -1 1077944384 5357 0 0 0 28 3 0 0 20 0 16 0 32601006 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140292693478032 140292755609301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15806] ppid=15796 vsize=10624000 CPUtime=0.24 cores=1,3,5,7
/proc/15799/task/15806/stat : 15806 (java) S 15796 15799 4057 0 -1 1077944384 5842 0 0 0 20 4 0 0 20 0 16 0 32601008 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140291996584432 140292755610242 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15807] ppid=15796 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15799/task/15807/stat : 15807 (java) S 15796 15799 4057 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 16 0 32601008 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140291995530656 140292755609301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15808] ppid=15796 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15799/task/15808/stat : 15808 (java) S 15796 15799 4057 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 32601008 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140291994478064 140292755609301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15809] ppid=15796 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15799/task/15809/stat : 15809 (java) S 15796 15799 4057 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 32601011 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140291993426640 140292755617691 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15810] ppid=15796 vsize=10624000 CPUtime=1.45 cores=1,3,5,7
/proc/15799/task/15810/stat : 15810 (java) S 15796 15799 4057 0 -1 1077944384 7786 0 0 0 144 1 0 0 20 0 16 0 32601011 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140291992373232 140292755610242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15811] ppid=15796 vsize=10624000 CPUtime=1.58 cores=1,3,5,7
/proc/15799/task/15811/stat : 15811 (java) S 15796 15799 4057 0 -1 1077944384 10398 0 0 0 157 1 0 0 20 0 16 0 32601011 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140291991320688 140292755610242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15812] ppid=15796 vsize=10624000 CPUtime=0.7 cores=1,3,5,7
/proc/15799/task/15812/stat : 15812 (java) S 15796 15799 4057 0 -1 1077944384 8021 0 0 0 68 2 0 0 20 0 16 0 32601011 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140291990268144 140292755610242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15813] ppid=15796 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15799/task/15813/stat : 15813 (java) S 15796 15799 4057 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 32601011 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140291989215840 140292755609301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15814] ppid=15796 vsize=10624000 CPUtime=0.47 cores=1,3,5,7
/proc/15799/task/15814/stat : 15814 (java) S 15796 15799 4057 0 -1 1077944384 1016 0 0 0 21 26 0 0 20 0 16 0 32601016 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140291988163376 140292755610242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15815] ppid=15796 vsize=10624000 CPUtime=2441.47 cores=1,3,5,7
/proc/15799/task/15815/stat : 15815 (java) R 15796 15799 4057 0 -1 4202560 14725 0 0 0 244143 4 0 0 20 0 16 0 32601033 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140291984973648 140292379542069 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
Current children cumulated CPU time (s) 2447.48
Current children cumulated vsize (KiB) 10624000

[startup+2502.3 s]
/proc/loadavg: 1.71 1.70 1.78 3/212 16066
/proc/meminfo: memFree=31124244/32770624 swapFree=0/457744
[pid=15799] ppid=15796 vsize=10624000 CPUtime=2507.52 cores=1,3,5,7
/proc/15799/stat : 15799 (java) S 15796 15799 4057 0 -1 1077944320 71515 0 0 0 250703 49 0 0 20 0 16 0 32600995 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140736789828816 140292755599095 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
/proc/15799/statm: 2656000 41158 3135 1 0 2644926 0
[pid=15799/tid=15801] ppid=15796 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/15799/task/15801/stat : 15801 (java) S 15796 15799 4057 0 -1 1077944384 5736 0 0 0 19 2 0 0 20 0 16 0 32601006 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140292759841968 140292755609301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15802] ppid=15796 vsize=10624000 CPUtime=0.32 cores=1,3,5,7
/proc/15799/task/15802/stat : 15802 (java) S 15796 15799 4057 0 -1 1077944384 3662 0 0 0 29 3 0 0 20 0 16 0 32601006 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140292696635664 140292755609301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15803] ppid=15796 vsize=10624000 CPUtime=0.33 cores=1,3,5,7
/proc/15799/task/15803/stat : 15803 (java) S 15796 15799 4057 0 -1 1077944384 3591 0 0 0 30 3 0 0 20 0 16 0 32601006 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140292695583120 140292755609301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15804] ppid=15796 vsize=10624000 CPUtime=0.33 cores=1,3,5,7
/proc/15799/task/15804/stat : 15804 (java) S 15796 15799 4057 0 -1 1077944384 3714 0 0 0 30 3 0 0 20 0 16 0 32601006 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140292694530576 140292755609301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15805] ppid=15796 vsize=10624000 CPUtime=0.32 cores=1,3,5,7
/proc/15799/task/15805/stat : 15805 (java) S 15796 15799 4057 0 -1 1077944384 5361 0 0 0 29 3 0 0 20 0 16 0 32601006 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140292693478032 140292755609301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15806] ppid=15796 vsize=10624000 CPUtime=0.24 cores=1,3,5,7
/proc/15799/task/15806/stat : 15806 (java) S 15796 15799 4057 0 -1 1077944384 5847 0 0 0 20 4 0 0 20 0 16 0 32601008 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140291996584432 140292755610242 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15807] ppid=15796 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15799/task/15807/stat : 15807 (java) S 15796 15799 4057 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 16 0 32601008 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140291995530656 140292755609301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15808] ppid=15796 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15799/task/15808/stat : 15808 (java) S 15796 15799 4057 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 32601008 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140291994478064 140292755609301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15809] ppid=15796 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15799/task/15809/stat : 15809 (java) S 15796 15799 4057 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 32601011 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140291993426640 140292755617691 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15810] ppid=15796 vsize=10624000 CPUtime=1.45 cores=1,3,5,7
/proc/15799/task/15810/stat : 15810 (java) S 15796 15799 4057 0 -1 1077944384 7786 0 0 0 144 1 0 0 20 0 16 0 32601011 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140291992373232 140292755610242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15811] ppid=15796 vsize=10624000 CPUtime=1.58 cores=1,3,5,7
/proc/15799/task/15811/stat : 15811 (java) S 15796 15799 4057 0 -1 1077944384 10398 0 0 0 157 1 0 0 20 0 16 0 32601011 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140291991320688 140292755610242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15812] ppid=15796 vsize=10624000 CPUtime=0.7 cores=1,3,5,7
/proc/15799/task/15812/stat : 15812 (java) S 15796 15799 4057 0 -1 1077944384 8107 0 0 0 68 2 0 0 20 0 16 0 32601011 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140291990268144 140292755610242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15813] ppid=15796 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15799/task/15813/stat : 15813 (java) S 15796 15799 4057 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 32601011 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140291989215840 140292755609301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15814] ppid=15796 vsize=10624000 CPUtime=0.48 cores=1,3,5,7
/proc/15799/task/15814/stat : 15814 (java) S 15796 15799 4057 0 -1 1077944384 1020 0 0 0 22 26 0 0 20 0 16 0 32601016 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140291988163376 140292755610242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15815] ppid=15796 vsize=10624000 CPUtime=2501.47 cores=1,3,5,7
/proc/15799/task/15815/stat : 15815 (java) R 15796 15799 4057 0 -1 4202560 14879 0 0 0 250143 4 0 0 20 0 16 0 32601033 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140291984973520 140292379133636 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
Current children cumulated CPU time (s) 2507.52
Current children cumulated vsize (KiB) 10624000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2514.8 s]
/proc/loadavg: 1.60 1.68 1.77 3/212 16066
/proc/meminfo: memFree=31124744/32770624 swapFree=0/457744
[pid=15799] ppid=15796 vsize=10624000 CPUtime=2520.02 cores=1,3,5,7
/proc/15799/stat : 15799 (java) S 15796 15799 4057 0 -1 1077944320 71520 0 0 0 251953 49 0 0 20 0 16 0 32600995 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140736789828816 140292755599095 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
/proc/15799/statm: 2656000 41158 3135 1 0 2644926 0
[pid=15799/tid=15801] ppid=15796 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/15799/task/15801/stat : 15801 (java) S 15796 15799 4057 0 -1 1077944384 5736 0 0 0 19 2 0 0 20 0 16 0 32601006 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140292759841968 140292755609301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15802] ppid=15796 vsize=10624000 CPUtime=0.32 cores=1,3,5,7
/proc/15799/task/15802/stat : 15802 (java) S 15796 15799 4057 0 -1 1077944384 3662 0 0 0 29 3 0 0 20 0 16 0 32601006 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140292696635664 140292755609301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15803] ppid=15796 vsize=10624000 CPUtime=0.33 cores=1,3,5,7
/proc/15799/task/15803/stat : 15803 (java) S 15796 15799 4057 0 -1 1077944384 3591 0 0 0 30 3 0 0 20 0 16 0 32601006 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140292695583120 140292755609301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15804] ppid=15796 vsize=10624000 CPUtime=0.33 cores=1,3,5,7
/proc/15799/task/15804/stat : 15804 (java) S 15796 15799 4057 0 -1 1077944384 3714 0 0 0 30 3 0 0 20 0 16 0 32601006 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140292694530576 140292755609301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15805] ppid=15796 vsize=10624000 CPUtime=0.32 cores=1,3,5,7
/proc/15799/task/15805/stat : 15805 (java) S 15796 15799 4057 0 -1 1077944384 5361 0 0 0 29 3 0 0 20 0 16 0 32601006 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140292693478032 140292755609301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15806] ppid=15796 vsize=10624000 CPUtime=0.24 cores=1,3,5,7
/proc/15799/task/15806/stat : 15806 (java) S 15796 15799 4057 0 -1 1077944384 5849 0 0 0 20 4 0 0 20 0 16 0 32601008 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140291996584432 140292755610242 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15807] ppid=15796 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15799/task/15807/stat : 15807 (java) S 15796 15799 4057 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 16 0 32601008 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140291995530656 140292755609301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15808] ppid=15796 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15799/task/15808/stat : 15808 (java) S 15796 15799 4057 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 32601008 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140291994478064 140292755609301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15809] ppid=15796 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15799/task/15809/stat : 15809 (java) S 15796 15799 4057 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 32601011 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140291993426640 140292755617691 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15810] ppid=15796 vsize=10624000 CPUtime=1.45 cores=1,3,5,7
/proc/15799/task/15810/stat : 15810 (java) S 15796 15799 4057 0 -1 1077944384 7786 0 0 0 144 1 0 0 20 0 16 0 32601011 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140291992373232 140292755610242 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15811] ppid=15796 vsize=10624000 CPUtime=1.58 cores=1,3,5,7
/proc/15799/task/15811/stat : 15811 (java) S 15796 15799 4057 0 -1 1077944384 10398 0 0 0 157 1 0 0 20 0 16 0 32601011 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140291991320688 140292755610242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15812] ppid=15796 vsize=10624000 CPUtime=0.7 cores=1,3,5,7
/proc/15799/task/15812/stat : 15812 (java) S 15796 15799 4057 0 -1 1077944384 8107 0 0 0 68 2 0 0 20 0 16 0 32601011 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140291990268144 140292755610242 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15813] ppid=15796 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15799/task/15813/stat : 15813 (java) S 15796 15799 4057 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 32601011 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140291989215840 140292755609301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15814] ppid=15796 vsize=10624000 CPUtime=0.49 cores=1,3,5,7
/proc/15799/task/15814/stat : 15814 (java) S 15796 15799 4057 0 -1 1077944384 1022 0 0 0 22 27 0 0 20 0 16 0 32601016 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140291988163376 140292755610242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
[pid=15799/tid=15815] ppid=15796 vsize=10624000 CPUtime=2513.96 cores=1,3,5,7
/proc/15799/task/15815/stat : 15815 (java) R 15796 15799 4057 0 -1 4202560 14880 0 0 0 251392 4 0 0 20 0 16 0 32601033 10878976000 41158 18446744073709551615 4194304 4196468 140736789846272 140291984973648 140292379134512 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25063424 140736789848526 140736789848655 140736789848655 140736789852111 0
Current children cumulated CPU time (s) 2520.02
Current children cumulated vsize (KiB) 10624000

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 15799 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2514.81
CPU time (s): 2520.04
CPU user time (s): 2519.54
CPU system time (s): 0.502114
CPU usage (%): 100.208
Max. virtual memory (cumulated for all children) (KiB): 10624000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.54
system time used= 0.502114
maximum resident set size= 262656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71731
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 61900
involuntary context switches= 1135

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3968 second user time and 13.7046 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-09 20:22:37
IDJOB=4264512
IDBENCH=133861
IDSOLVER=2652
FILE ID=node125/4264512-1502303801
RUNJOBID= node125-1502257550-8974
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/QuasiGroups/QuasiGroups-elt-qg7/QuasiGroup-7-23.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4264512-1502303801/watcher-4264512-1502303801 -o /tmp/evaluation-result-4264512-1502303801/solver-4264512-1502303801 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502257550-8974 --watchdog 2580  java -jar HOME/AbsCon-basic.jar HOME/instance-4264512-1502303801.xml

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

MD5SUM BENCH= b8524f073185c8a0baa20bdfdedb9a39
RANDOM SEED=634730729

node125.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.07
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.07
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.07
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.07
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:        29257732 kB
MemAvailable:   29852504 kB
Buffers:          209848 kB
Cached:           669944 kB
SwapCached:            0 kB
Active:          2621460 kB
Inactive:         472992 kB
Active(anon):    2214960 kB
Inactive(anon):    16716 kB
Active(file):     406500 kB
Inactive(file):   456276 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7852 kB
Writeback:             0 kB
AnonPages:       2214360 kB
Mapped:            49232 kB
Shmem:             17060 kB
Slab:             120544 kB
SReclaimable:      95660 kB
SUnreclaim:        24884 kB
KernelStack:        3424 kB
PageTables:         9120 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3630092 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2111488 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62016 MiB
End job on node125 at 2017-08-09 21:04:32