Trace number 4248612

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)3 2400.0701 2394.4099

General information on the benchmark

NameRamsey/Ramsey-int-s1/
Ramsey-int-18.xml
MD5SUM3a3404c97a3d7cefcffb7ea6a332e0fb
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark2400.0701
Satisfiable
(Un)Satisfiability was proved
Number of variables324
Number of constraints816
Number of domains1
Minimum domain size153
Maximum domain size153
Distribution of domain sizes[{"size":153,"count":153}]
Minimum variable degree0
Maximum variable degree17
Distribution of variable degrees[{"degree":0,"count":171},{"degree":17,"count":153}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":816}]
Number of extensional constraints0
Number of intensional constraints816
Distribution of constraint types[{"type":"intension","count":816}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

0.27/0.34	
0.27/0.34	AbsCon 2 
0.27/0.34	
0.90/0.66	  Solving XCSP3-instance-4248612-1502069237 as a COP in -infty..+infty
0.90/0.66	  Loading variables...
1.25/0.73	  Loading constraints...
2.27/1.00	  Solver SolverBacktrack being built...
2.27/1.00	
2.27/1.03	  Preprocessing : gac=false, ccks=0, filters=0, revisions=0 (useless=0), AC=0, removals=0, inconsistent=false
2.27/1.03	
2.63/1.13	o 16
2.63/1.17	o 15
2.63/1.20	o 14
2.92/1.20	o 13
2.92/1.22	o 12
2.92/1.23	o 11
2.92/1.24	o 10
2.92/1.25	o 9
2.92/1.26	o 8
2.92/1.26	o 7
2.92/1.28	o 5
2.92/1.29	o 4
3.21/1.30	o 3
2400.04/2394.40	
2400.04/2394.40	v <instantiation id='sol13' type='solution' cost='3'>  <list> x[][] </list>  <values> * 0 0 0 1 0 1 2 2 2 0 1 2 3 2 3 1 2 * * 1 1 0 3 2 2 0 0 1 1 1 2 2 0 0 1 * * * 2 0 1 1 0 1 2 3 0 2 2 1 0 1 2 * * * * 2 2 1 3 2 1 2 3 0 0 0 1 0 3 * * * * * 1 2 2 1 2 0 3 0 2 0 1 2 1 * * * * * * 2 1 0 1 1 2 0 0 2 2 0 0 * * * * * * * 1 2 3 0 0 2 1 0 0 0 2 * * * * * * * * 3 0 2 1 1 0 0 1 0 1 * * * * * * * * * 1 0 0 1 2 0 2 2 3 * * * * * * * * * * 3 0 0 1 1 2 1 0 * * * * * * * * * * * 2 3 0 1 2 1 0 * * * * * * * * * * * * 2 0 1 3 2 2 * * * * * * * * * * * * * 1 1 0 1 3 * * * * * * * * * * * * * * 3 0 3 1 * * * * * * * * * * * * * * * 1 2 0 * * * * * * * * * * * * * * * * 1 0 * * * * * * * * * * * * * * * * * 1 * * * * * * * * * * * * * * * * * * </values>  </instantiation>
2400.04/2394.40	s SATISFIABLE

Verifier Data

OK	3

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

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

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: 1.74 1.73 1.76 3/200 10849
/proc/meminfo: memFree=31276564/32770624 swapFree=0/421764
[pid=10849] ppid=10846 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/10849/stat : 10849 (runsolver) D 10846 10849 25139 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 54429763 24240128 106 18446744073709551615 4194304 4338465 140723475507360 140723475505000 140034594423511 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 39555072 140723475513504 140723475513929 140723475513929 140723475517386 0
/proc/10849/statm: 5918 106 53 36 0 2156 0

[startup+0.100092 s]
/proc/loadavg: 1.74 1.73 1.76 3/200 10849
/proc/meminfo: memFree=31276564/32770624 swapFree=0/421764
[pid=10849] ppid=10846 vsize=9936560 CPUtime=0 cores=0,2,4,6
/proc/10849/stat : 10849 (java) S 10846 10849 25139 0 -1 1077944320 2939 0 0 0 0 0 0 0 20 0 6 0 54429763 10175037440 3658 18446744073709551615 4194304 4196468 140737189806736 140737189789280 140256588091127 0 0 1 16784584 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
/proc/10849/statm: 2484140 3658 1597 1 0 2473637 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9936560

[startup+0.20022 s]
/proc/loadavg: 1.74 1.73 1.76 3/200 10849
/proc/meminfo: memFree=31276564/32770624 swapFree=0/421764
[pid=10849] ppid=10846 vsize=10551180 CPUtime=0.08 cores=0,2,4,6
/proc/10849/stat : 10849 (java) S 10846 10849 25139 0 -1 1077944320 5195 0 0 0 7 1 0 0 20 0 15 0 54429763 10804408320 6701 18446744073709551615 4194304 4196468 140737189806736 140737189789280 140256588091127 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
/proc/10849/statm: 2637795 6701 2678 1 0 2627261 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 10551180

[startup+0.301349 s]
/proc/loadavg: 1.74 1.73 1.76 3/200 10849
/proc/meminfo: memFree=31276564/32770624 swapFree=0/421764
[pid=10849] ppid=10846 vsize=10553264 CPUtime=0.27 cores=0,2,4,6
/proc/10849/stat : 10849 (java) S 10846 10849 25139 0 -1 1077944320 8953 0 0 0 24 3 0 0 20 0 15 0 54429763 10806542336 9801 18446744073709551615 4194304 4196468 140737189806736 140737189789280 140256588091127 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
/proc/10849/statm: 2638316 9801 2900 1 0 2627261 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 10553264

[startup+0.700168 s]
/proc/loadavg: 1.74 1.73 1.76 3/200 10849
/proc/meminfo: memFree=31276564/32770624 swapFree=0/421764
[pid=10849] ppid=10846 vsize=10621952 CPUtime=1.25 cores=0,2,4,6
/proc/10849/stat : 10849 (java) S 10846 10849 25139 0 -1 1077944320 14219 0 0 0 120 5 0 0 20 0 16 0 54429763 10876878848 20474 18446744073709551615 4194304 4196468 140737189806736 140737189789280 140256588091127 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
/proc/10849/statm: 2655488 20474 3082 1 0 2644414 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 10621952

[startup+1.50062 s]
/proc/loadavg: 1.74 1.73 1.76 5/216 10865
/proc/meminfo: memFree=31139696/32770624 swapFree=0/421780
[pid=10849] ppid=10846 vsize=10624000 CPUtime=3.78 cores=0,2,4,6
/proc/10849/stat : 10849 (java) S 10846 10849 25139 0 -1 1077944320 23565 0 0 0 370 8 0 0 20 0 16 0 54429763 10878976000 39811 18446744073709551615 4194304 4196468 140737189806736 140737189789280 140256588091127 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
/proc/10849/statm: 2656000 39811 3112 1 0 2644926 0
[pid=10849/tid=10851] ppid=10846 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/10849/task/10851/stat : 10851 (java) S 10846 10849 25139 0 -1 1077944384 6212 0 0 0 19 2 0 0 20 0 16 0 54429772 10878976000 39811 18446744073709551615 4194304 4196468 140737189806736 140256592334000 140256588101333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10852] ppid=10846 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/10849/task/10852/stat : 10852 (java) S 10846 10849 25139 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 54429773 10878976000 39811 18446744073709551615 4194304 4196468 140737189806736 140256529128464 140256588101333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10853] ppid=10846 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/10849/task/10853/stat : 10853 (java) S 10846 10849 25139 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 54429773 10878976000 39811 18446744073709551615 4194304 4196468 140737189806736 140256528075920 140256588101333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10854] ppid=10846 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/10849/task/10854/stat : 10854 (java) S 10846 10849 25139 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 54429773 10878976000 39811 18446744073709551615 4194304 4196468 140737189806736 140256527022864 140256588101333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10855] ppid=10846 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/10849/task/10855/stat : 10855 (java) S 10846 10849 25139 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 54429773 10878976000 39811 18446744073709551615 4194304 4196468 140737189806736 140256525970320 140256588101333 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10856] ppid=10846 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/10849/task/10856/stat : 10856 (java) S 10846 10849 25139 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 54429774 10878976000 39811 18446744073709551615 4194304 4196468 140737189806736 140256083732720 140256588102274 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10857] ppid=10846 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/10849/task/10857/stat : 10857 (java) S 10846 10849 25139 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 54429775 10878976000 39811 18446744073709551615 4194304 4196468 140737189806736 140256082678944 140256588101333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10858] ppid=10846 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/10849/task/10858/stat : 10858 (java) S 10846 10849 25139 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 54429775 10878976000 39811 18446744073709551615 4194304 4196468 140737189806736 140256081625840 140256588101333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10859] ppid=10846 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/10849/task/10859/stat : 10859 (java) S 10846 10849 25139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 54429777 10878976000 39811 18446744073709551615 4194304 4196468 140737189806736 140256080574416 140256588109723 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10860] ppid=10846 vsize=10624000 CPUtime=0.91 cores=0,2,4,6
/proc/10849/task/10860/stat : 10860 (java) R 10846 10849 25139 0 -1 4202560 3666 0 0 0 91 0 0 0 20 0 16 0 54429777 10878976000 39811 18446744073709551615 4194304 4196468 140737189806736 140256079522544 140256567420462 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10861] ppid=10846 vsize=10624000 CPUtime=0.88 cores=0,2,4,6
/proc/10849/task/10861/stat : 10861 (java) R 10846 10849 25139 0 -1 4202560 3350 0 0 0 88 0 0 0 20 0 16 0 54429777 10878976000 39811 18446744073709551615 4194304 4196468 140737189806736 140256078470000 140256571294770 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10862] ppid=10846 vsize=10624000 CPUtime=0.61 cores=0,2,4,6
/proc/10849/task/10862/stat : 10862 (java) R 10846 10849 25139 0 -1 1077944384 3151 0 0 0 61 0 0 0 20 0 16 0 54429777 10878976000 39811 18446744073709551615 4194304 4196468 140737189806736 140256077416944 140256588102274 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10863] ppid=10846 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/10849/task/10863/stat : 10863 (java) S 10846 10849 25139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 54429778 10878976000 39811 18446744073709551615 4194304 4196468 140737189806736 140256076364640 140256588101333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10864] ppid=10846 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/10849/task/10864/stat : 10864 (java) S 10846 10849 25139 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 54429781 10878976000 39811 18446744073709551615 4194304 4196468 140737189806736 140256075311664 140256588102274 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10865] ppid=10846 vsize=10624000 CPUtime=1.13 cores=0,2,4,6
/proc/10849/task/10865/stat : 10865 (java) R 10846 10849 25139 0 -1 4202560 5814 0 0 0 110 3 0 0 20 0 16 0 54429798 10878976000 39811 18446744073709551615 4194304 4196468 140737189806736 140256072121648 140256588103062 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 10624000

[startup+3.10067 s]
/proc/loadavg: 1.84 1.75 1.77 3/216 10865
/proc/meminfo: memFree=31123568/32770624 swapFree=0/421780
[pid=10849] ppid=10846 vsize=10624000 CPUtime=5.47 cores=0,2,4,6
/proc/10849/stat : 10849 (java) S 10846 10849 25139 0 -1 1077944320 24628 0 0 0 539 8 0 0 20 0 16 0 54429763 10878976000 42411 18446744073709551615 4194304 4196468 140737189806736 140737189789280 140256588091127 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
/proc/10849/statm: 2656000 42411 3112 1 0 2644926 0
[pid=10849/tid=10851] ppid=10846 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/10849/task/10851/stat : 10851 (java) S 10846 10849 25139 0 -1 1077944384 6212 0 0 0 19 2 0 0 20 0 16 0 54429772 10878976000 42411 18446744073709551615 4194304 4196468 140737189806736 140256592334000 140256588101333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10852] ppid=10846 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/10849/task/10852/stat : 10852 (java) S 10846 10849 25139 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 54429773 10878976000 42411 18446744073709551615 4194304 4196468 140737189806736 140256529128464 140256588101333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10853] ppid=10846 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/10849/task/10853/stat : 10853 (java) S 10846 10849 25139 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 54429773 10878976000 42411 18446744073709551615 4194304 4196468 140737189806736 140256528075920 140256588101333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10854] ppid=10846 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/10849/task/10854/stat : 10854 (java) S 10846 10849 25139 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 54429773 10878976000 42411 18446744073709551615 4194304 4196468 140737189806736 140256527022864 140256588101333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10855] ppid=10846 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/10849/task/10855/stat : 10855 (java) S 10846 10849 25139 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 54429773 10878976000 42411 18446744073709551615 4194304 4196468 140737189806736 140256525970320 140256588101333 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10856] ppid=10846 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/10849/task/10856/stat : 10856 (java) S 10846 10849 25139 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 54429774 10878976000 42411 18446744073709551615 4194304 4196468 140737189806736 140256083732720 140256588102274 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10857] ppid=10846 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/10849/task/10857/stat : 10857 (java) S 10846 10849 25139 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 54429775 10878976000 42411 18446744073709551615 4194304 4196468 140737189806736 140256082678944 140256588101333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10858] ppid=10846 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/10849/task/10858/stat : 10858 (java) S 10846 10849 25139 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 54429775 10878976000 42411 18446744073709551615 4194304 4196468 140737189806736 140256081625840 140256588101333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10859] ppid=10846 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/10849/task/10859/stat : 10859 (java) S 10846 10849 25139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 54429777 10878976000 42411 18446744073709551615 4194304 4196468 140737189806736 140256080574416 140256588109723 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10860] ppid=10846 vsize=10624000 CPUtime=0.94 cores=0,2,4,6
/proc/10849/task/10860/stat : 10860 (java) S 10846 10849 25139 0 -1 1077944384 3740 0 0 0 94 0 0 0 20 0 16 0 54429777 10878976000 42411 18446744073709551615 4194304 4196468 140737189806736 140256079522544 140256588102274 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10861] ppid=10846 vsize=10624000 CPUtime=0.92 cores=0,2,4,6
/proc/10849/task/10861/stat : 10861 (java) S 10846 10849 25139 0 -1 1077944384 3392 0 0 0 92 0 0 0 20 0 16 0 54429777 10878976000 42411 18446744073709551615 4194304 4196468 140737189806736 140256078470000 140256588102274 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10862] ppid=10846 vsize=10624000 CPUtime=0.62 cores=0,2,4,6
/proc/10849/task/10862/stat : 10862 (java) S 10846 10849 25139 0 -1 1077944384 3701 0 0 0 62 0 0 0 20 0 16 0 54429777 10878976000 42411 18446744073709551615 4194304 4196468 140737189806736 140256077416944 140256588102274 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10863] ppid=10846 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/10849/task/10863/stat : 10863 (java) S 10846 10849 25139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 54429778 10878976000 42411 18446744073709551615 4194304 4196468 140737189806736 140256076364640 140256588101333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10864] ppid=10846 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/10849/task/10864/stat : 10864 (java) S 10846 10849 25139 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 16 0 54429781 10878976000 42411 18446744073709551615 4194304 4196468 140737189806736 140256075311664 140256588102274 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10865] ppid=10846 vsize=10624000 CPUtime=2.74 cores=0,2,4,6
/proc/10849/task/10865/stat : 10865 (java) R 10846 10849 25139 0 -1 4202560 6162 0 0 0 270 4 0 0 20 0 16 0 54429798 10878976000 42411 18446744073709551615 4194304 4196468 140737189806736 140256072119768 140256206350100 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
Current children cumulated CPU time (s) 5.47
Current children cumulated vsize (KiB) 10624000

[startup+6.30069 s]
/proc/loadavg: 1.84 1.75 1.77 3/216 10865
/proc/meminfo: memFree=31105860/32770624 swapFree=0/421784
[pid=10849] ppid=10846 vsize=10624000 CPUtime=8.68 cores=0,2,4,6
/proc/10849/stat : 10849 (java) S 10846 10849 25139 0 -1 1077944320 26434 0 0 0 859 9 0 0 20 0 16 0 54429763 10878976000 46708 18446744073709551615 4194304 4196468 140737189806736 140737189789280 140256588091127 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
/proc/10849/statm: 2656000 46708 3116 1 0 2644926 0
[pid=10849/tid=10851] ppid=10846 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/10849/task/10851/stat : 10851 (java) S 10846 10849 25139 0 -1 1077944384 6212 0 0 0 19 2 0 0 20 0 16 0 54429772 10878976000 46708 18446744073709551615 4194304 4196468 140737189806736 140256592334000 140256588101333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10852] ppid=10846 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/10849/task/10852/stat : 10852 (java) S 10846 10849 25139 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 54429773 10878976000 46708 18446744073709551615 4194304 4196468 140737189806736 140256529128464 140256588101333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10853] ppid=10846 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/10849/task/10853/stat : 10853 (java) S 10846 10849 25139 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 54429773 10878976000 46708 18446744073709551615 4194304 4196468 140737189806736 140256528075920 140256588101333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10854] ppid=10846 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/10849/task/10854/stat : 10854 (java) S 10846 10849 25139 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 54429773 10878976000 46708 18446744073709551615 4194304 4196468 140737189806736 140256527022864 140256588101333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10855] ppid=10846 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/10849/task/10855/stat : 10855 (java) S 10846 10849 25139 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 54429773 10878976000 46708 18446744073709551615 4194304 4196468 140737189806736 140256525970320 140256588101333 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10856] ppid=10846 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/10849/task/10856/stat : 10856 (java) S 10846 10849 25139 0 -1 1077944384 354 0 0 0 0 0 0 0 20 0 16 0 54429774 10878976000 46708 18446744073709551615 4194304 4196468 140737189806736 140256083732720 140256588102274 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10857] ppid=10846 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/10849/task/10857/stat : 10857 (java) S 10846 10849 25139 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 54429775 10878976000 46708 18446744073709551615 4194304 4196468 140737189806736 140256082678944 140256588101333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10858] ppid=10846 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/10849/task/10858/stat : 10858 (java) S 10846 10849 25139 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 54429775 10878976000 46708 18446744073709551615 4194304 4196468 140737189806736 140256081625840 140256588101333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10859] ppid=10846 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/10849/task/10859/stat : 10859 (java) S 10846 10849 25139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 54429777 10878976000 46708 18446744073709551615 4194304 4196468 140737189806736 140256080574416 140256588109723 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10860] ppid=10846 vsize=10624000 CPUtime=0.94 cores=0,2,4,6
/proc/10849/task/10860/stat : 10860 (java) S 10846 10849 25139 0 -1 1077944384 3744 0 0 0 94 0 0 0 20 0 16 0 54429777 10878976000 46708 18446744073709551615 4194304 4196468 140737189806736 140256079522544 140256588102274 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10861] ppid=10846 vsize=10624000 CPUtime=0.92 cores=0,2,4,6
/proc/10849/task/10861/stat : 10861 (java) S 10846 10849 25139 0 -1 1077944384 3395 0 0 0 92 0 0 0 20 0 16 0 54429777 10878976000 46708 18446744073709551615 4194304 4196468 140737189806736 140256078470000 140256588102274 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10862] ppid=10846 vsize=10624000 CPUtime=0.63 cores=0,2,4,6
/proc/10849/task/10862/stat : 10862 (java) S 10846 10849 25139 0 -1 1077944384 4148 0 0 0 63 0 0 0 20 0 16 0 54429777 10878976000 46708 18446744073709551615 4194304 4196468 140737189806736 140256077416944 140256588102274 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10863] ppid=10846 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/10849/task/10863/stat : 10863 (java) S 10846 10849 25139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 54429778 10878976000 46708 18446744073709551615 4194304 4196468 140737189806736 140256076364640 140256588101333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10864] ppid=10846 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/10849/task/10864/stat : 10864 (java) S 10846 10849 25139 0 -1 1077944384 441 0 0 0 0 0 0 0 20 0 16 0 54429781 10878976000 46708 18446744073709551615 4194304 4196468 140737189806736 140256075311664 140256588102274 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10865] ppid=10846 vsize=10624000 CPUtime=5.94 cores=0,2,4,6
/proc/10849/task/10865/stat : 10865 (java) R 10846 10849 25139 0 -1 4202560 6778 0 0 0 590 4 0 0 20 0 16 0 54429798 10878976000 46708 18446744073709551615 4194304 4196468 140737189806736 140256072121720 140256207096432 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
Current children cumulated CPU time (s) 8.68
Current children cumulated vsize (KiB) 10624000

[startup+12.7007 s]
/proc/loadavg: 1.86 1.76 1.77 3/216 10865
/proc/meminfo: memFree=31066576/32770624 swapFree=0/421796
[pid=10849] ppid=10846 vsize=10624000 CPUtime=15.16 cores=0,2,4,6
/proc/10849/stat : 10849 (java) S 10846 10849 25139 0 -1 1077944320 28860 0 0 0 1505 11 0 0 20 0 16 0 54429763 10878976000 54943 18446744073709551615 4194304 4196468 140737189806736 140737189789280 140256588091127 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
/proc/10849/statm: 2656000 54943 3131 1 0 2644926 0
[pid=10849/tid=10851] ppid=10846 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/10849/task/10851/stat : 10851 (java) S 10846 10849 25139 0 -1 1077944384 6212 0 0 0 19 2 0 0 20 0 16 0 54429772 10878976000 54943 18446744073709551615 4194304 4196468 140737189806736 140256592334000 140256588101333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10852] ppid=10846 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/10849/task/10852/stat : 10852 (java) S 10846 10849 25139 0 -1 1077944384 37 0 0 0 1 0 0 0 20 0 16 0 54429773 10878976000 54943 18446744073709551615 4194304 4196468 140737189806736 140256529128464 140256588101333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10853] ppid=10846 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/10849/task/10853/stat : 10853 (java) S 10846 10849 25139 0 -1 1077944384 778 0 0 0 1 0 0 0 20 0 16 0 54429773 10878976000 54943 18446744073709551615 4194304 4196468 140737189806736 140256528075920 140256588101333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10854] ppid=10846 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/10849/task/10854/stat : 10854 (java) S 10846 10849 25139 0 -1 1077944384 44 0 0 0 1 0 0 0 20 0 16 0 54429773 10878976000 54943 18446744073709551615 4194304 4196468 140737189806736 140256527022864 140256588101333 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10855] ppid=10846 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/10849/task/10855/stat : 10855 (java) S 10846 10849 25139 0 -1 1077944384 201 0 0 0 1 0 0 0 20 0 16 0 54429773 10878976000 54943 18446744073709551615 4194304 4196468 140737189806736 140256525970320 140256588101333 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10856] ppid=10846 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/10849/task/10856/stat : 10856 (java) S 10846 10849 25139 0 -1 1077944384 544 0 0 0 0 0 0 0 20 0 16 0 54429774 10878976000 54943 18446744073709551615 4194304 4196468 140737189806736 140256083732720 140256588102274 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0

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

/proc/meminfo: memFree=30963244/32770624 swapFree=0/422872
[pid=10849] ppid=10846 vsize=10624000 CPUtime=2267.77 cores=0,2,4,6
/proc/10849/stat : 10849 (java) S 10846 10849 25139 0 -1 1077944320 61008 0 0 0 226730 47 0 0 20 0 16 0 54429763 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140737189789280 140256588091127 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
/proc/10849/statm: 2656000 40157 3145 1 0 2644926 0
[pid=10849/tid=10851] ppid=10846 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/10849/task/10851/stat : 10851 (java) S 10846 10849 25139 0 -1 1077944384 6212 0 0 0 19 2 0 0 20 0 16 0 54429772 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140256592334000 140256588101333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10852] ppid=10846 vsize=10624000 CPUtime=0.75 cores=0,2,4,6
/proc/10849/task/10852/stat : 10852 (java) S 10846 10849 25139 0 -1 1077944384 2351 0 0 0 72 3 0 0 20 0 16 0 54429773 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140256529128464 140256588101333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10853] ppid=10846 vsize=10624000 CPUtime=0.76 cores=0,2,4,6
/proc/10849/task/10853/stat : 10853 (java) S 10846 10849 25139 0 -1 1077944384 3659 0 0 0 73 3 0 0 20 0 16 0 54429773 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140256528075920 140256588101333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10854] ppid=10846 vsize=10624000 CPUtime=0.76 cores=0,2,4,6
/proc/10849/task/10854/stat : 10854 (java) S 10846 10849 25139 0 -1 1077944384 2558 0 0 0 72 4 0 0 20 0 16 0 54429773 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140256527022864 140256588101333 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10855] ppid=10846 vsize=10624000 CPUtime=0.76 cores=0,2,4,6
/proc/10849/task/10855/stat : 10855 (java) S 10846 10849 25139 0 -1 1077944384 5250 0 0 0 73 3 0 0 20 0 16 0 54429773 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140256525970320 140256588101333 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10856] ppid=10846 vsize=10624000 CPUtime=0.26 cores=0,2,4,6
/proc/10849/task/10856/stat : 10856 (java) S 10846 10849 25139 0 -1 1077944384 4930 0 0 0 22 4 0 0 20 0 16 0 54429774 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140256083732720 140256588102274 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10857] ppid=10846 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/10849/task/10857/stat : 10857 (java) S 10846 10849 25139 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 16 0 54429775 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140256082678944 140256588101333 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10858] ppid=10846 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/10849/task/10858/stat : 10858 (java) S 10846 10849 25139 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 54429775 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140256081625840 140256588101333 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10859] ppid=10846 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/10849/task/10859/stat : 10859 (java) S 10846 10849 25139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 54429777 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140256080574416 140256588109723 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10860] ppid=10846 vsize=10624000 CPUtime=1.01 cores=0,2,4,6
/proc/10849/task/10860/stat : 10860 (java) S 10846 10849 25139 0 -1 1077944384 4532 0 0 0 100 1 0 0 20 0 16 0 54429777 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140256079522544 140256588102274 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10861] ppid=10846 vsize=10624000 CPUtime=0.98 cores=0,2,4,6
/proc/10849/task/10861/stat : 10861 (java) S 10846 10849 25139 0 -1 1077944384 5143 0 0 0 98 0 0 0 20 0 16 0 54429777 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140256078470000 140256588102274 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10862] ppid=10846 vsize=10624000 CPUtime=0.67 cores=0,2,4,6
/proc/10849/task/10862/stat : 10862 (java) S 10846 10849 25139 0 -1 1077944384 7856 0 0 0 66 1 0 0 20 0 16 0 54429777 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140256077416944 140256588102274 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10863] ppid=10846 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/10849/task/10863/stat : 10863 (java) S 10846 10849 25139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 54429778 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140256076364640 140256588101333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10864] ppid=10846 vsize=10624000 CPUtime=0.64 cores=0,2,4,6
/proc/10849/task/10864/stat : 10864 (java) S 10846 10849 25139 0 -1 1077944384 1293 0 0 0 26 38 0 0 20 0 16 0 54429781 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140256075311664 140256588102274 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10865] ppid=10846 vsize=10624000 CPUtime=2260.88 cores=0,2,4,6
/proc/10849/task/10865/stat : 10865 (java) R 10846 10849 25139 0 -1 4202560 15803 0 0 0 226083 5 0 0 20 0 16 0 54429798 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140256072121904 140256207537418 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
Current children cumulated CPU time (s) 2267.77
Current children cumulated vsize (KiB) 10624000

[startup+2322.3 s]
/proc/loadavg: 1.81 1.85 1.86 3/215 11136
/proc/meminfo: memFree=30974936/32770624 swapFree=0/422912
[pid=10849] ppid=10846 vsize=10624000 CPUtime=2327.85 cores=0,2,4,6
/proc/10849/stat : 10849 (java) S 10846 10849 25139 0 -1 1077944320 61914 0 0 0 232737 48 0 0 20 0 16 0 54429763 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140737189789280 140256588091127 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
/proc/10849/statm: 2656000 40157 3145 1 0 2644926 0
[pid=10849/tid=10851] ppid=10846 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/10849/task/10851/stat : 10851 (java) S 10846 10849 25139 0 -1 1077944384 6212 0 0 0 19 2 0 0 20 0 16 0 54429772 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140256592334000 140256588101333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10852] ppid=10846 vsize=10624000 CPUtime=0.77 cores=0,2,4,6
/proc/10849/task/10852/stat : 10852 (java) S 10846 10849 25139 0 -1 1077944384 2383 0 0 0 74 3 0 0 20 0 16 0 54429773 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140256529128464 140256588101333 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10853] ppid=10846 vsize=10624000 CPUtime=0.78 cores=0,2,4,6
/proc/10849/task/10853/stat : 10853 (java) S 10846 10849 25139 0 -1 1077944384 3665 0 0 0 75 3 0 0 20 0 16 0 54429773 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140256528075920 140256588101333 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10854] ppid=10846 vsize=10624000 CPUtime=0.78 cores=0,2,4,6
/proc/10849/task/10854/stat : 10854 (java) S 10846 10849 25139 0 -1 1077944384 2900 0 0 0 74 4 0 0 20 0 16 0 54429773 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140256527022864 140256588101333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10855] ppid=10846 vsize=10624000 CPUtime=0.78 cores=0,2,4,6
/proc/10849/task/10855/stat : 10855 (java) S 10846 10849 25139 0 -1 1077944384 5281 0 0 0 75 3 0 0 20 0 16 0 54429773 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140256525970320 140256588101333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10856] ppid=10846 vsize=10624000 CPUtime=0.27 cores=0,2,4,6
/proc/10849/task/10856/stat : 10856 (java) S 10846 10849 25139 0 -1 1077944384 5104 0 0 0 23 4 0 0 20 0 16 0 54429774 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140256083732720 140256588102274 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10857] ppid=10846 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/10849/task/10857/stat : 10857 (java) S 10846 10849 25139 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 16 0 54429775 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140256082678944 140256588101333 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10858] ppid=10846 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/10849/task/10858/stat : 10858 (java) S 10846 10849 25139 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 54429775 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140256081625840 140256588101333 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10859] ppid=10846 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/10849/task/10859/stat : 10859 (java) S 10846 10849 25139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 54429777 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140256080574416 140256588109723 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10860] ppid=10846 vsize=10624000 CPUtime=1.01 cores=0,2,4,6
/proc/10849/task/10860/stat : 10860 (java) S 10846 10849 25139 0 -1 1077944384 4534 0 0 0 100 1 0 0 20 0 16 0 54429777 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140256079522544 140256588102274 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10861] ppid=10846 vsize=10624000 CPUtime=0.98 cores=0,2,4,6
/proc/10849/task/10861/stat : 10861 (java) S 10846 10849 25139 0 -1 1077944384 5145 0 0 0 98 0 0 0 20 0 16 0 54429777 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140256078470000 140256588102274 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10862] ppid=10846 vsize=10624000 CPUtime=0.67 cores=0,2,4,6
/proc/10849/task/10862/stat : 10862 (java) S 10846 10849 25139 0 -1 1077944384 7858 0 0 0 66 1 0 0 20 0 16 0 54429777 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140256077416944 140256588102274 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10863] ppid=10846 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/10849/task/10863/stat : 10863 (java) S 10846 10849 25139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 54429778 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140256076364640 140256588101333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10864] ppid=10846 vsize=10624000 CPUtime=0.65 cores=0,2,4,6
/proc/10849/task/10864/stat : 10864 (java) S 10846 10849 25139 0 -1 1077944384 1321 0 0 0 26 39 0 0 20 0 16 0 54429781 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140256075311664 140256588102274 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10865] ppid=10846 vsize=10624000 CPUtime=2320.85 cores=0,2,4,6
/proc/10849/task/10865/stat : 10865 (java) R 10846 10849 25139 0 -1 4202560 16090 0 0 0 232080 5 0 0 20 0 16 0 54429798 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140256072121904 140256206213184 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
Current children cumulated CPU time (s) 2327.85
Current children cumulated vsize (KiB) 10624000

[startup+2382.3 s]
/proc/loadavg: 1.84 1.86 1.86 3/215 11137
/proc/meminfo: memFree=30980580/32770624 swapFree=0/422924
[pid=10849] ppid=10846 vsize=10624000 CPUtime=2387.93 cores=0,2,4,6
/proc/10849/stat : 10849 (java) S 10846 10849 25139 0 -1 1077944320 61949 0 0 0 238745 48 0 0 20 0 16 0 54429763 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140737189789280 140256588091127 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
/proc/10849/statm: 2656000 40157 3145 1 0 2644926 0
[pid=10849/tid=10851] ppid=10846 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/10849/task/10851/stat : 10851 (java) S 10846 10849 25139 0 -1 1077944384 6212 0 0 0 19 2 0 0 20 0 16 0 54429772 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140256592334000 140256588101333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10852] ppid=10846 vsize=10624000 CPUtime=0.79 cores=0,2,4,6
/proc/10849/task/10852/stat : 10852 (java) S 10846 10849 25139 0 -1 1077944384 2383 0 0 0 76 3 0 0 20 0 16 0 54429773 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140256529128464 140256588101333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10853] ppid=10846 vsize=10624000 CPUtime=0.8 cores=0,2,4,6
/proc/10849/task/10853/stat : 10853 (java) S 10846 10849 25139 0 -1 1077944384 3668 0 0 0 77 3 0 0 20 0 16 0 54429773 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140256528075920 140256588101333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10854] ppid=10846 vsize=10624000 CPUtime=0.8 cores=0,2,4,6
/proc/10849/task/10854/stat : 10854 (java) S 10846 10849 25139 0 -1 1077944384 2900 0 0 0 76 4 0 0 20 0 16 0 54429773 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140256527022864 140256588101333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10855] ppid=10846 vsize=10624000 CPUtime=0.8 cores=0,2,4,6
/proc/10849/task/10855/stat : 10855 (java) S 10846 10849 25139 0 -1 1077944384 5281 0 0 0 77 3 0 0 20 0 16 0 54429773 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140256525970320 140256588101333 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10856] ppid=10846 vsize=10624000 CPUtime=0.28 cores=0,2,4,6
/proc/10849/task/10856/stat : 10856 (java) S 10846 10849 25139 0 -1 1077944384 5109 0 0 0 24 4 0 0 20 0 16 0 54429774 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140256083732720 140256588102274 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10857] ppid=10846 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/10849/task/10857/stat : 10857 (java) S 10846 10849 25139 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 16 0 54429775 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140256082678944 140256588101333 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10858] ppid=10846 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/10849/task/10858/stat : 10858 (java) S 10846 10849 25139 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 54429775 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140256081625840 140256588101333 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10859] ppid=10846 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/10849/task/10859/stat : 10859 (java) S 10846 10849 25139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 54429777 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140256080574416 140256588109723 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10860] ppid=10846 vsize=10624000 CPUtime=1.01 cores=0,2,4,6
/proc/10849/task/10860/stat : 10860 (java) S 10846 10849 25139 0 -1 1077944384 4534 0 0 0 100 1 0 0 20 0 16 0 54429777 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140256079522544 140256588102274 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10861] ppid=10846 vsize=10624000 CPUtime=0.98 cores=0,2,4,6
/proc/10849/task/10861/stat : 10861 (java) S 10846 10849 25139 0 -1 1077944384 5145 0 0 0 98 0 0 0 20 0 16 0 54429777 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140256078470000 140256588102274 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10862] ppid=10846 vsize=10624000 CPUtime=0.67 cores=0,2,4,6
/proc/10849/task/10862/stat : 10862 (java) S 10846 10849 25139 0 -1 1077944384 7858 0 0 0 66 1 0 0 20 0 16 0 54429777 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140256077416944 140256588102274 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10863] ppid=10846 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/10849/task/10863/stat : 10863 (java) S 10846 10849 25139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 54429778 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140256076364640 140256588101333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10864] ppid=10846 vsize=10624000 CPUtime=0.67 cores=0,2,4,6
/proc/10849/task/10864/stat : 10864 (java) S 10846 10849 25139 0 -1 1077944384 1325 0 0 0 27 40 0 0 20 0 16 0 54429781 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140256075311664 140256588102274 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10865] ppid=10846 vsize=10624000 CPUtime=2380.82 cores=0,2,4,6
/proc/10849/task/10865/stat : 10865 (java) R 10846 10849 25139 0 -1 4202560 16113 0 0 0 238077 5 0 0 20 0 16 0 54429798 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140256072121904 140256206349118 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
Current children cumulated CPU time (s) 2387.93
Current children cumulated vsize (KiB) 10624000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2394.4 s]
/proc/loadavg: 1.88 1.86 1.86 3/215 11139
/proc/meminfo: memFree=30980456/32770624 swapFree=0/422952
[pid=10849] ppid=10846 vsize=10624000 CPUtime=2400.04 cores=0,2,4,6
/proc/10849/stat : 10849 (java) S 10846 10849 25139 0 -1 1077944320 61951 0 0 0 239956 48 0 0 20 0 16 0 54429763 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140737189789280 140256588091127 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
/proc/10849/statm: 2656000 40157 3145 1 0 2644926 0
[pid=10849/tid=10851] ppid=10846 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/10849/task/10851/stat : 10851 (java) S 10846 10849 25139 0 -1 1077944384 6212 0 0 0 19 2 0 0 20 0 16 0 54429772 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140256592334000 140256588101333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10852] ppid=10846 vsize=10624000 CPUtime=0.8 cores=0,2,4,6
/proc/10849/task/10852/stat : 10852 (java) S 10846 10849 25139 0 -1 1077944384 2383 0 0 0 77 3 0 0 20 0 16 0 54429773 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140256529128464 140256588101333 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10853] ppid=10846 vsize=10624000 CPUtime=0.81 cores=0,2,4,6
/proc/10849/task/10853/stat : 10853 (java) S 10846 10849 25139 0 -1 1077944384 3668 0 0 0 78 3 0 0 20 0 16 0 54429773 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140256528075920 140256588101333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10854] ppid=10846 vsize=10624000 CPUtime=0.8 cores=0,2,4,6
/proc/10849/task/10854/stat : 10854 (java) S 10846 10849 25139 0 -1 1077944384 2900 0 0 0 76 4 0 0 20 0 16 0 54429773 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140256527022864 140256588101333 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10855] ppid=10846 vsize=10624000 CPUtime=0.8 cores=0,2,4,6
/proc/10849/task/10855/stat : 10855 (java) S 10846 10849 25139 0 -1 1077944384 5281 0 0 0 77 3 0 0 20 0 16 0 54429773 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140256525970320 140256588101333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10856] ppid=10846 vsize=10624000 CPUtime=0.28 cores=0,2,4,6
/proc/10849/task/10856/stat : 10856 (java) S 10846 10849 25139 0 -1 1077944384 5109 0 0 0 24 4 0 0 20 0 16 0 54429774 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140256083732720 140256588102274 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10857] ppid=10846 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/10849/task/10857/stat : 10857 (java) S 10846 10849 25139 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 16 0 54429775 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140256082678944 140256588101333 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10858] ppid=10846 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/10849/task/10858/stat : 10858 (java) S 10846 10849 25139 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 54429775 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140256081625840 140256588101333 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10859] ppid=10846 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/10849/task/10859/stat : 10859 (java) S 10846 10849 25139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 54429777 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140256080574416 140256588109723 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10860] ppid=10846 vsize=10624000 CPUtime=1.01 cores=0,2,4,6
/proc/10849/task/10860/stat : 10860 (java) S 10846 10849 25139 0 -1 1077944384 4534 0 0 0 100 1 0 0 20 0 16 0 54429777 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140256079522544 140256588102274 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10861] ppid=10846 vsize=10624000 CPUtime=0.98 cores=0,2,4,6
/proc/10849/task/10861/stat : 10861 (java) S 10846 10849 25139 0 -1 1077944384 5145 0 0 0 98 0 0 0 20 0 16 0 54429777 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140256078470000 140256588102274 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10862] ppid=10846 vsize=10624000 CPUtime=0.67 cores=0,2,4,6
/proc/10849/task/10862/stat : 10862 (java) S 10846 10849 25139 0 -1 1077944384 7858 0 0 0 66 1 0 0 20 0 16 0 54429777 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140256077416944 140256588102274 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10863] ppid=10846 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/10849/task/10863/stat : 10863 (java) S 10846 10849 25139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 54429778 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140256076364640 140256588101333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10864] ppid=10846 vsize=10624000 CPUtime=0.67 cores=0,2,4,6
/proc/10849/task/10864/stat : 10864 (java) S 10846 10849 25139 0 -1 1077944384 1325 0 0 0 27 40 0 0 20 0 16 0 54429781 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140256075311664 140256588102274 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
[pid=10849/tid=10865] ppid=10846 vsize=10624000 CPUtime=2392.91 cores=0,2,4,6
/proc/10849/task/10865/stat : 10865 (java) R 10846 10849 25139 0 -1 4202560 16115 0 0 0 239286 5 0 0 20 0 16 0 54429798 10878976000 40157 18446744073709551615 4194304 4196468 140737189806736 140256072121904 140256206350164 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39342080 140737189814733 140737189814862 140737189814862 140737189818319 0
Current children cumulated CPU time (s) 2400.04
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 10849 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2394.41
CPU time (s): 2400.07
CPU user time (s): 2399.58
CPU system time (s): 0.49015
CPU usage (%): 100.236
Max. virtual memory (cumulated for all children) (KiB): 10624000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.58
system time used= 0.49015
maximum resident set size= 255816
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62160
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 59930
involuntary context switches= 1579

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3447 second user time and 13.4112 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-07 03:13:19
IDJOB=4248612
IDBENCH=140563
IDSOLVER=2624
FILE ID=node134/4248612-1502069237
RUNJOBID= node134-1502043430-5271
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/Ramsey/Ramsey-int-s1/Ramsey-int-18.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4248612-1502069237/watcher-4248612-1502069237 -o /tmp/evaluation-result-4248612-1502069237/solver-4248612-1502069237 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502043430-5271 --watchdog 2560  java -jar HOME/AbsCon-basic.jar HOME/instance-4248612-1502069237.xml

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

MD5SUM BENCH= 3a3404c97a3d7cefcffb7ea6a332e0fb
RANDOM SEED=1661096543

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31276404 kB
MemAvailable:   31849564 kB
Buffers:          195108 kB
Cached:           668056 kB
SwapCached:            0 kB
Active:           623704 kB
Inactive:         444808 kB
Active(anon):     207488 kB
Inactive(anon):    23044 kB
Active(file):     416216 kB
Inactive(file):   421764 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7700 kB
Writeback:             0 kB
AnonPages:        216848 kB
Mapped:            51988 kB
Shmem:             25308 kB
Slab:             128152 kB
SReclaimable:     102032 kB
SUnreclaim:        26120 kB
KernelStack:        3792 kB
PageTables:         5876 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1037780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    151552 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62016 MiB
End job on node134 at 2017-08-07 03:53:13