Trace number 4300309

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
SuperSolver_Macq_Stevenart 2018-04-27? (TO) 2520.03 2481.41

General information on the benchmark

NameFrb/
frb-53-24-1-mgd_c18.xml
MD5SUMe77860b1077c007311080ac2a4bc32f8
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 variables53
Number of constraints475
Number of domains1
Minimum domain size24
Maximum domain size24
Distribution of domain sizes[{"size":24,"count":53}]
Minimum variable degree12
Maximum variable degree25
Distribution of variable degrees[{"degree":12,"count":3},{"degree":13,"count":3},{"degree":14,"count":3},{"degree":15,"count":6},{"degree":16,"count":3},{"degree":17,"count":7},{"degree":18,"count":3},{"degree":19,"count":10},{"degree":20,"count":3},{"degree":21,"count":4},{"degree":22,"count":1},{"degree":23,"count":3},{"degree":24,"count":3},{"degree":25,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":475}]
Number of extensional constraints475
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":475}]
Optimization problemNO
Type of objective

Solver Data

0.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: -1
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
2520.00/2481.40	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (8916 MiB free)
  memory of node 1: 16384 MiB (11607 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4300309-1532837430/watcher-4300309-1532837430 -o /tmp/evaluation-result-4300309-1532837430/solver-4300309-1532837430 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532811810-20543 --watchdog 2580 java -jar HOME/bestMinicp.jar HOME/instance-4300309-1532837430.xml 

running on 4 cores: 0,2,4,6

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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=24054, runsolver pid=24051
Current StackSize limit: 8192 KiB


[startup+0.100498 s]*
/proc/loadavg: 1.65 1.74 1.78 5/219 24069
/proc/meminfo: memFree=21002672/32770624 swapFree=67108860/67108860
[pid=24054] ppid=24051 vsize=10661052 memory=26600 CPUtime=0.12 cores=0,2,4,6
/proc/24054/stat : 24054 (java) S 24051 24054 20512 0 -1 1077944320 5542 0 0 0 11 1 0 0 20 0 15 0 101306182 10916917248 6650 33554432000 4194304 4196468 140723691109136 140723691091680 140710947606263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
/proc/24054/statm: 2665263 6650 2859 1 0 2627263 0
[pid=24054/tid=24056] ppid=24051 vsize=10661052 memory=-7254952174179673210 CPUtime=0.09 cores=0,2,4,6
/proc/24054/task/24056/stat : 24056 (java) R 24051 24054 20512 0 -1 4202560 3376 0 0 0 8 1 0 0 20 0 15 0 101306183 10916917248 6650 33554432000 4194304 4196468 140723691109136 140710951828848 140710583503748 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24057] ppid=24051 vsize=10661052 memory=5793854890854484409 CPUtime=0 cores=0,2,4,6
/proc/24054/task/24057/stat : 24057 (java) S 24051 24054 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101306184 10916917248 6650 33554432000 4194304 4196468 140723691109136 140710915164560 140710947616469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24058] ppid=24051 vsize=10661052 memory=139639844591232 CPUtime=0 cores=0,2,4,6
/proc/24054/task/24058/stat : 24058 (java) S 24051 24054 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101306184 10916917248 6650 33554432000 4194304 4196468 140723691109136 140710552987920 140710947616469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24059] ppid=24051 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24054/task/24059/stat : 24059 (java) S 24051 24054 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101306184 10916917248 6650 33554432000 4194304 4196468 140723691109136 140710551935632 140710947616469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24060] ppid=24051 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24054/task/24060/stat : 24060 (java) S 24051 24054 20512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101306184 10916917248 6650 33554432000 4194304 4196468 140723691109136 140710550882832 140710947616469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24061] ppid=24051 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24054/task/24061/stat : 24061 (java) S 24051 24054 20512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101306185 10916917248 6650 33554432000 4194304 4196468 140723691109136 140710440319600 140710947617410 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24062] ppid=24051 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24054/task/24062/stat : 24062 (java) S 24051 24054 20512 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101306185 10916917248 6650 33554432000 4194304 4196468 140723691109136 140710439265568 140710947616469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24063] ppid=24051 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24054/task/24063/stat : 24063 (java) S 24051 24054 20512 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101306186 10916917248 6650 33554432000 4194304 4196468 140723691109136 140710438213232 140710947616469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24064] ppid=24051 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24054/task/24064/stat : 24064 (java) S 24051 24054 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101306188 10916917248 6650 33554432000 4194304 4196468 140723691109136 140710437161552 140710947624859 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24065] ppid=24051 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24054/task/24065/stat : 24065 (java) S 24051 24054 20512 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 15 0 101306188 10916917248 6650 33554432000 4194304 4196468 140723691109136 140710436108400 140710947617410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24066] ppid=24051 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24054/task/24066/stat : 24066 (java) S 24051 24054 20512 0 -1 1077944384 136 0 0 0 0 0 0 0 20 0 15 0 101306188 10916917248 6650 33554432000 4194304 4196468 140723691109136 140710435055600 140710947617410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24067] ppid=24051 vsize=10661052 memory=139639844591232 CPUtime=0.01 cores=0,2,4,6
/proc/24054/task/24067/stat : 24067 (java) S 24051 24054 20512 0 -1 1077944384 359 0 0 0 1 0 0 0 20 0 15 0 101306188 10916917248 6650 33554432000 4194304 4196468 140723691109136 140710434003312 140710947617410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24068] ppid=24051 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24054/task/24068/stat : 24068 (java) S 24051 24054 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101306188 10916917248 6650 33554432000 4194304 4196468 140723691109136 140710432950752 140710947616469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24069] ppid=24051 vsize=10661052 memory=139639844591232 CPUtime=0 cores=0,2,4,6
/proc/24054/task/24069/stat : 24069 (java) S 24051 24054 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101306188 10916917248 6650 33554432000 4194304 4196468 140723691109136 140710431898544 140710947617410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 26600 KiB

[startup+0.210846 s]*
/proc/loadavg: 1.65 1.74 1.78 5/219 24069
/proc/meminfo: memFree=20990736/32770624 swapFree=67108860/67108860
[pid=24054] ppid=24051 vsize=10661052 memory=39396 CPUtime=0.34 cores=0,2,4,6
/proc/24054/stat : 24054 (java) S 24051 24054 20512 0 -1 1077944320 8450 0 0 0 32 2 0 0 20 0 15 0 101306182 10916917248 9849 33554432000 4194304 4196468 140723691109136 140723691091680 140710947606263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
/proc/24054/statm: 2665263 9849 3000 1 0 2627263 0
[pid=24054/tid=24056] ppid=24051 vsize=10661052 memory=6735269665583770266 CPUtime=0.2 cores=0,2,4,6
/proc/24054/task/24056/stat : 24056 (java) R 24051 24054 20512 0 -1 4202560 5224 0 0 0 19 1 0 0 20 0 15 0 101306183 10916917248 9849 33554432000 4194304 4196468 140723691109136 140710951837504 140710583504987 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24057] ppid=24051 vsize=10661052 memory=4211973366049381770 CPUtime=0 cores=0,2,4,6
/proc/24054/task/24057/stat : 24057 (java) S 24051 24054 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101306184 10916917248 9849 33554432000 4194304 4196468 140723691109136 140710915164560 140710947616469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24058] ppid=24051 vsize=10661052 memory=139639844591232 CPUtime=0 cores=0,2,4,6
/proc/24054/task/24058/stat : 24058 (java) S 24051 24054 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101306184 10916917248 9849 33554432000 4194304 4196468 140723691109136 140710552987920 140710947616469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24059] ppid=24051 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24054/task/24059/stat : 24059 (java) S 24051 24054 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101306184 10916917248 9849 33554432000 4194304 4196468 140723691109136 140710551935632 140710947616469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24060] ppid=24051 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24054/task/24060/stat : 24060 (java) S 24051 24054 20512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101306184 10916917248 9849 33554432000 4194304 4196468 140723691109136 140710550882832 140710947616469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24061] ppid=24051 vsize=10661052 memory=139639844591232 CPUtime=0 cores=0,2,4,6
/proc/24054/task/24061/stat : 24061 (java) S 24051 24054 20512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101306185 10916917248 9849 33554432000 4194304 4196468 140723691109136 140710440319600 140710947617410 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24062] ppid=24051 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24054/task/24062/stat : 24062 (java) S 24051 24054 20512 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101306185 10916917248 9849 33554432000 4194304 4196468 140723691109136 140710439265568 140710947616469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24063] ppid=24051 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24054/task/24063/stat : 24063 (java) S 24051 24054 20512 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101306186 10916917248 9849 33554432000 4194304 4196468 140723691109136 140710438213232 140710947616469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24064] ppid=24051 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24054/task/24064/stat : 24064 (java) S 24051 24054 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101306188 10916917248 9849 33554432000 4194304 4196468 140723691109136 140710437161552 140710947624859 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24065] ppid=24051 vsize=10661052 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/24054/task/24065/stat : 24065 (java) R 24051 24054 20512 0 -1 4202560 483 0 0 0 2 0 0 0 20 0 15 0 101306188 10916917248 9849 33554432000 4194304 4196468 140723691109136 140710436098512 140710926053563 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24066] ppid=24051 vsize=10661052 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/24054/task/24066/stat : 24066 (java) S 24051 24054 20512 0 -1 1077944384 428 0 0 0 2 0 0 0 20 0 15 0 101306188 10916917248 9849 33554432000 4194304 4196468 140723691109136 140710435055600 140710947617410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24067] ppid=24051 vsize=10661052 memory=139639844591232 CPUtime=0.08 cores=0,2,4,6
/proc/24054/task/24067/stat : 24067 (java) R 24051 24054 20512 0 -1 4202560 963 0 0 0 8 0 0 0 20 0 15 0 101306188 10916917248 9849 33554432000 4194304 4196468 140723691109136 140710434003312 140710925970913 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24068] ppid=24051 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24054/task/24068/stat : 24068 (java) S 24051 24054 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101306188 10916917248 9849 33554432000 4194304 4196468 140723691109136 140710432950752 140710947616469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24069] ppid=24051 vsize=10661052 memory=139639844591232 CPUtime=0 cores=0,2,4,6
/proc/24054/task/24069/stat : 24069 (java) S 24051 24054 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101306188 10916917248 9849 33554432000 4194304 4196468 140723691109136 140710431898544 140710947617410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 39396 KiB

[startup+0.310867 s]*
/proc/loadavg: 1.65 1.74 1.78 4/219 24069
/proc/meminfo: memFree=20985832/32770624 swapFree=67108860/67108860
[pid=24054] ppid=24051 vsize=10661128 memory=44484 CPUtime=0.6 cores=0,2,4,6
/proc/24054/stat : 24054 (java) S 24051 24054 20512 0 -1 1077944320 9216 0 0 0 57 3 0 0 20 0 15 0 101306182 10916995072 11121 33554432000 4194304 4196468 140723691109136 140723691091680 140710947606263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
/proc/24054/statm: 2665282 11121 3062 1 0 2627263 0
[pid=24054/tid=24056] ppid=24051 vsize=10661128 memory=6735269665583770266 CPUtime=0.3 cores=0,2,4,6
/proc/24054/task/24056/stat : 24056 (java) R 24051 24054 20512 0 -1 4202560 5545 0 0 0 28 2 0 0 20 0 15 0 101306183 10916995072 11121 33554432000 4194304 4196468 140723691109136 140710951841296 140710583589677 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24057] ppid=24051 vsize=10661128 memory=4211973366049381770 CPUtime=0 cores=0,2,4,6
/proc/24054/task/24057/stat : 24057 (java) S 24051 24054 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101306184 10916995072 11121 33554432000 4194304 4196468 140723691109136 140710915164560 140710947616469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24058] ppid=24051 vsize=10661128 memory=279279566260608 CPUtime=0 cores=0,2,4,6
/proc/24054/task/24058/stat : 24058 (java) S 24051 24054 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101306184 10916995072 11121 33554432000 4194304 4196468 140723691109136 140710552987920 140710947616469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24059] ppid=24051 vsize=10661128 memory=279279443366400 CPUtime=0 cores=0,2,4,6
/proc/24054/task/24059/stat : 24059 (java) S 24051 24054 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101306184 10916995072 11121 33554432000 4194304 4196468 140723691109136 140710551935632 140710947616469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24060] ppid=24051 vsize=10661128 memory=139639721669391 CPUtime=0 cores=0,2,4,6
/proc/24054/task/24060/stat : 24060 (java) S 24051 24054 20512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101306184 10916995072 11121 33554432000 4194304 4196468 140723691109136 140710550882832 140710947616469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24061] ppid=24051 vsize=10661128 memory=279279566269824 CPUtime=0 cores=0,2,4,6
/proc/24054/task/24061/stat : 24061 (java) S 24051 24054 20512 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 101306185 10916995072 11121 33554432000 4194304 4196468 140723691109136 140710440319600 140710947617410 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24062] ppid=24051 vsize=10661128 memory=139639721673999 CPUtime=0 cores=0,2,4,6
/proc/24054/task/24062/stat : 24062 (java) S 24051 24054 20512 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101306185 10916995072 11121 33554432000 4194304 4196468 140723691109136 140710439265568 140710947616469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24063] ppid=24051 vsize=10661128 memory=139639721696848 CPUtime=0 cores=0,2,4,6
/proc/24054/task/24063/stat : 24063 (java) S 24051 24054 20512 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101306186 10916995072 11121 33554432000 4194304 4196468 140723691109136 140710438213232 140710947616469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24064] ppid=24051 vsize=10661128 memory=139639721702259 CPUtime=0 cores=0,2,4,6
/proc/24054/task/24064/stat : 24064 (java) S 24051 24054 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101306188 10916995072 11121 33554432000 4194304 4196468 140723691109136 140710437161552 140710947624859 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24065] ppid=24051 vsize=10661128 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24054/task/24065/stat : 24065 (java) R 24051 24054 20512 0 -1 4202560 660 0 0 0 7 0 0 0 20 0 15 0 101306188 10916995072 11121 33554432000 4194304 4196468 140723691109136 140710436108400 140710932367779 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24066] ppid=24051 vsize=10661128 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/24054/task/24066/stat : 24066 (java) R 24051 24054 20512 0 -1 1077944384 481 0 0 0 5 0 0 0 20 0 15 0 101306188 10916995072 11121 33554432000 4194304 4196468 140723691109136 140710435055600 140710947617410 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24067] ppid=24051 vsize=10661128 memory=139639844591232 CPUtime=0.15 cores=0,2,4,6
/proc/24054/task/24067/stat : 24067 (java) R 24051 24054 20512 0 -1 4202560 1159 0 0 0 15 0 0 0 20 0 15 0 101306188 10916995072 11121 33554432000 4194304 4196468 140723691109136 140710433998352 140710927078586 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24068] ppid=24051 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24054/task/24068/stat : 24068 (java) S 24051 24054 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101306188 10916995072 11121 33554432000 4194304 4196468 140723691109136 140710432950752 140710947616469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24069] ppid=24051 vsize=10661128 memory=139639844617832 CPUtime=0 cores=0,2,4,6
/proc/24054/task/24069/stat : 24069 (java) S 24051 24054 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101306188 10916995072 11121 33554432000 4194304 4196468 140723691109136 140710431898544 140710947617410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
Current children cumulated CPU time: 0.6 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 44484 KiB

[startup+0.700733 s]
/proc/loadavg: 1.65 1.74 1.78 5/219 24069
/proc/meminfo: memFree=20924024/32770624 swapFree=67108860/67108860
[pid=24054] ppid=24051 vsize=10661128 memory=150636 CPUtime=1.88 cores=0,2,4,6
/proc/24054/stat : 24054 (java) S 24051 24054 20512 0 -1 1077944320 11718 0 0 0 184 4 0 0 20 0 15 0 101306182 10916995072 37659 33554432000 4194304 4196468 140723691109136 140723691091680 140710947606263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
/proc/24054/statm: 2665282 37659 3108 1 0 2627263 0
[pid=24054/tid=24056] ppid=24051 vsize=10661128 memory=56 CPUtime=0.67 cores=0,2,4,6
/proc/24054/task/24056/stat : 24056 (java) R 24051 24054 20512 0 -1 4202560 5658 0 0 0 65 2 0 0 20 0 15 0 101306183 10916995072 37659 33554432000 4194304 4196468 140723691109136 140710951844656 140710587258962 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24057] ppid=24051 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24054/task/24057/stat : 24057 (java) S 24051 24054 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101306184 10916995072 37659 33554432000 4194304 4196468 140723691109136 140710915164560 140710947616469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24058] ppid=24051 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24054/task/24058/stat : 24058 (java) S 24051 24054 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101306184 10916995072 37659 33554432000 4194304 4196468 140723691109136 140710552987920 140710947616469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24059] ppid=24051 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24054/task/24059/stat : 24059 (java) S 24051 24054 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101306184 10916995072 37659 33554432000 4194304 4196468 140723691109136 140710551935632 140710947616469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24060] ppid=24051 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24054/task/24060/stat : 24060 (java) S 24051 24054 20512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101306184 10916995072 37659 33554432000 4194304 4196468 140723691109136 140710550882832 140710947616469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24061] ppid=24051 vsize=10661128 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/24054/task/24061/stat : 24061 (java) S 24051 24054 20512 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 101306185 10916995072 37659 33554432000 4194304 4196468 140723691109136 140710440319600 140710947617410 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24062] ppid=24051 vsize=10661128 memory=796 CPUtime=0 cores=0,2,4,6
/proc/24054/task/24062/stat : 24062 (java) S 24051 24054 20512 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101306185 10916995072 37659 33554432000 4194304 4196468 140723691109136 140710439265568 140710947616469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24063] ppid=24051 vsize=10661128 memory=8452 CPUtime=0 cores=0,2,4,6
/proc/24054/task/24063/stat : 24063 (java) S 24051 24054 20512 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101306186 10916995072 37659 33554432000 4194304 4196468 140723691109136 140710438213232 140710947616469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24064] ppid=24051 vsize=10661128 memory=5776 CPUtime=0 cores=0,2,4,6
/proc/24054/task/24064/stat : 24064 (java) S 24051 24054 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101306188 10916995072 37659 33554432000 4194304 4196468 140723691109136 140710437161552 140710947624859 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24065] ppid=24051 vsize=10661128 memory=1200 CPUtime=0.44 cores=0,2,4,6
/proc/24054/task/24065/stat : 24065 (java) R 24051 24054 20512 0 -1 4202560 1655 0 0 0 44 0 0 0 20 0 15 0 101306188 10916995072 37659 33554432000 4194304 4196468 140723691109136 140710436108400 140710926054960 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24066] ppid=24051 vsize=10661128 memory=12136 CPUtime=0.42 cores=0,2,4,6
/proc/24054/task/24066/stat : 24066 (java) R 24051 24054 20512 0 -1 4202560 1327 0 0 0 42 0 0 0 20 0 15 0 101306188 10916995072 37659 33554432000 4194304 4196468 140723691109136 140710435044272 140710931116979 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24067] ppid=24051 vsize=10661128 memory=1008 CPUtime=0.31 cores=0,2,4,6
/proc/24054/task/24067/stat : 24067 (java) S 24051 24054 20512 0 -1 1077944384 1707 0 0 0 31 0 0 0 20 0 15 0 101306188 10916995072 37659 33554432000 4194304 4196468 140723691109136 140710434003312 140710947617410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24068] ppid=24051 vsize=10661128 memory=4620 CPUtime=0 cores=0,2,4,6
/proc/24054/task/24068/stat : 24068 (java) S 24051 24054 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101306188 10916995072 37659 33554432000 4194304 4196468 140723691109136 140710432950752 140710947616469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24069] ppid=24051 vsize=10661128 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/24054/task/24069/stat : 24069 (java) S 24051 24054 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101306188 10916995072 37659 33554432000 4194304 4196468 140723691109136 140710431898544 140710947617410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
Current children cumulated CPU time: 1.88 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 150636 KiB

[startup+1.5008 s]
/proc/loadavg: 1.68 1.75 1.78 5/219 24069
/proc/meminfo: memFree=20839444/32770624 swapFree=67108860/67108860
[pid=24054] ppid=24051 vsize=10661128 memory=204204 CPUtime=4.04 cores=0,2,4,6
/proc/24054/stat : 24054 (java) S 24051 24054 20512 0 -1 1077944320 15140 0 0 0 397 7 0 0 20 0 15 0 101306182 10916995072 51051 33554432000 4194304 4196468 140723691109136 140723691091680 140710947606263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
/proc/24054/statm: 2665282 51051 3137 1 0 2627263 0
[pid=24054/tid=24056] ppid=24051 vsize=10661128 memory=4132 CPUtime=1.45 cores=0,2,4,6
/proc/24054/task/24056/stat : 24056 (java) R 24051 24054 20512 0 -1 4202560 5850 0 0 0 142 3 0 0 20 0 15 0 101306183 10916995072 51051 33554432000 4194304 4196468 140723691109136 140710951845600 140710588139585 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24057] ppid=24051 vsize=10661128 memory=29184 CPUtime=0.01 cores=0,2,4,6
/proc/24054/task/24057/stat : 24057 (java) S 24051 24054 20512 0 -1 1077944384 14 0 0 0 1 0 0 0 20 0 15 0 101306184 10916995072 51051 33554432000 4194304 4196468 140723691109136 140710915164560 140710947616469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24058] ppid=24051 vsize=10661128 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/24054/task/24058/stat : 24058 (java) S 24051 24054 20512 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 101306184 10916995072 51051 33554432000 4194304 4196468 140723691109136 140710552987920 140710947616469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24059] ppid=24051 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24054/task/24059/stat : 24059 (java) S 24051 24054 20512 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 101306184 10916995072 51051 33554432000 4194304 4196468 140723691109136 140710551935632 140710947616469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24060] ppid=24051 vsize=10661128 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/24054/task/24060/stat : 24060 (java) S 24051 24054 20512 0 -1 1077944384 25 0 0 0 1 0 0 0 20 0 15 0 101306184 10916995072 51051 33554432000 4194304 4196468 140723691109136 140710550882832 140710947616469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24061] ppid=24051 vsize=10661128 memory=7089322640132826197 CPUtime=0 cores=0,2,4,6
/proc/24054/task/24061/stat : 24061 (java) S 24051 24054 20512 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 101306185 10916995072 51051 33554432000 4194304 4196468 140723691109136 140710440319600 140710947617410 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0

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

/proc/24054/task/24056/stat : 24056 (java) R 24051 24054 20512 0 -1 4202560 31963 0 0 0 229634 39 0 0 20 0 15 0 101306183 10916995072 188743 33554432000 4194304 4196468 140723691109136 140710951845760 140710588140292 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24057] ppid=24051 vsize=10661128 memory=754972 CPUtime=11.63 cores=0,2,4,6
/proc/24054/task/24057/stat : 24057 (java) S 24051 24054 20512 0 -1 1077944384 7711 0 0 0 1095 68 0 0 20 0 15 0 101306184 10916995072 188743 33554432000 4194304 4196468 140723691109136 140710915164560 140710947616469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24058] ppid=24051 vsize=10661128 memory=754972 CPUtime=11.68 cores=0,2,4,6
/proc/24054/task/24058/stat : 24058 (java) S 24051 24054 20512 0 -1 1077944384 9818 0 0 0 1096 72 0 0 20 0 15 0 101306184 10916995072 188743 33554432000 4194304 4196468 140723691109136 140710552987920 140710947616469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24059] ppid=24051 vsize=10661128 memory=752924 CPUtime=11.7 cores=0,2,4,6
/proc/24054/task/24059/stat : 24059 (java) S 24051 24054 20512 0 -1 1077944384 8267 0 0 0 1102 68 0 0 20 0 15 0 101306184 10916995072 188743 33554432000 4194304 4196468 140723691109136 140710551935632 140710947616469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24060] ppid=24051 vsize=10661128 memory=4132 CPUtime=11.68 cores=0,2,4,6
/proc/24054/task/24060/stat : 24060 (java) S 24051 24054 20512 0 -1 1077944384 8111 0 0 0 1102 66 0 0 20 0 15 0 101306184 10916995072 188743 33554432000 4194304 4196468 140723691109136 140710550882832 140710947616469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24061] ppid=24051 vsize=10661128 memory=796 CPUtime=10.2 cores=0,2,4,6
/proc/24054/task/24061/stat : 24061 (java) S 24051 24054 20512 0 -1 1077944384 7768 0 0 0 958 62 0 0 20 0 15 0 101306185 10916995072 188743 33554432000 4194304 4196468 140723691109136 140710440319600 140710947617410 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24062] ppid=24051 vsize=10661128 memory=8452 CPUtime=0 cores=0,2,4,6
/proc/24054/task/24062/stat : 24062 (java) S 24051 24054 20512 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101306185 10916995072 188743 33554432000 4194304 4196468 140723691109136 140710439265632 140710947616469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24063] ppid=24051 vsize=10661128 memory=754972 CPUtime=0 cores=0,2,4,6
/proc/24054/task/24063/stat : 24063 (java) S 24051 24054 20512 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101306186 10916995072 188743 33554432000 4194304 4196468 140723691109136 140710438213232 140710947616469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24064] ppid=24051 vsize=10661128 memory=754972 CPUtime=0 cores=0,2,4,6
/proc/24054/task/24064/stat : 24064 (java) S 24051 24054 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101306188 10916995072 188743 33554432000 4194304 4196468 140723691109136 140710437161552 140710947624859 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24065] ppid=24051 vsize=10661128 memory=754972 CPUtime=1.24 cores=0,2,4,6
/proc/24054/task/24065/stat : 24065 (java) S 24051 24054 20512 0 -1 1077944384 5091 0 0 0 123 1 0 0 20 0 15 0 101306188 10916995072 188743 33554432000 4194304 4196468 140723691109136 140710436108400 140710947617410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24066] ppid=24051 vsize=10661128 memory=754972 CPUtime=1.3 cores=0,2,4,6
/proc/24054/task/24066/stat : 24066 (java) S 24051 24054 20512 0 -1 1077944384 6887 0 0 0 129 1 0 0 20 0 15 0 101306188 10916995072 188743 33554432000 4194304 4196468 140723691109136 140710435055600 140710947617410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24067] ppid=24051 vsize=10661128 memory=2600 CPUtime=0.42 cores=0,2,4,6
/proc/24054/task/24067/stat : 24067 (java) S 24051 24054 20512 0 -1 1077944384 2758 0 0 0 42 0 0 0 20 0 15 0 101306188 10916995072 188743 33554432000 4194304 4196468 140723691109136 140710434003312 140710947617410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24068] ppid=24051 vsize=10661128 memory=1404 CPUtime=0 cores=0,2,4,6
/proc/24054/task/24068/stat : 24068 (java) S 24051 24054 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101306188 10916995072 188743 33554432000 4194304 4196468 140723691109136 140710432950752 140710947616469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24069] ppid=24051 vsize=10661128 memory=6791534058613427641 CPUtime=1.41 cores=0,2,4,6
/proc/24054/task/24069/stat : 24069 (java) S 24051 24054 20512 0 -1 1077944384 1198 0 0 0 68 73 0 0 20 0 15 0 101306188 10916995072 188743 33554432000 4194304 4196468 140723691109136 140710431898544 140710947617410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
Current children cumulated CPU time: 2358.08 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 754972 KiB

[startup+2382.3 s]
/proc/loadavg: 1.32 1.36 1.42 3/220 24224
/proc/meminfo: memFree=21686964/32770624 swapFree=67108860/67108860
[pid=24054] ppid=24051 vsize=10661128 memory=761116 CPUtime=2419.15 cores=0,2,4,6
/proc/24054/stat : 24054 (java) S 24051 24054 20512 0 -1 1077944320 91990 0 0 0 241543 372 0 0 20 0 15 0 101306182 10916995072 190279 33554432000 4194304 4196468 140723691109136 140723691091680 140710947606263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
/proc/24054/statm: 2665282 190279 3153 1 0 2627263 0
[pid=24054/tid=24056] ppid=24051 vsize=10661128 memory=761116 CPUtime=2356.05 cores=0,2,4,6
/proc/24054/task/24056/stat : 24056 (java) R 24051 24054 20512 0 -1 4202560 32408 0 0 0 235565 40 0 0 20 0 15 0 101306183 10916995072 190279 33554432000 4194304 4196468 140723691109136 140710951845760 140710588138836 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24057] ppid=24051 vsize=10661128 memory=761116 CPUtime=12 cores=0,2,4,6
/proc/24054/task/24057/stat : 24057 (java) S 24051 24054 20512 0 -1 1077944384 7744 0 0 0 1131 69 0 0 20 0 15 0 101306184 10916995072 190279 33554432000 4194304 4196468 140723691109136 140710915164560 140710947616469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24058] ppid=24051 vsize=10661128 memory=761116 CPUtime=12.06 cores=0,2,4,6
/proc/24054/task/24058/stat : 24058 (java) S 24051 24054 20512 0 -1 1077944384 9887 0 0 0 1133 73 0 0 20 0 15 0 101306184 10916995072 190279 33554432000 4194304 4196468 140723691109136 140710552987920 140710947616469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24059] ppid=24051 vsize=10661128 memory=761116 CPUtime=12.07 cores=0,2,4,6
/proc/24054/task/24059/stat : 24059 (java) S 24051 24054 20512 0 -1 1077944384 8613 0 0 0 1138 69 0 0 20 0 15 0 101306184 10916995072 190279 33554432000 4194304 4196468 140723691109136 140710551935632 140710947616469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24060] ppid=24051 vsize=10661128 memory=761116 CPUtime=12.06 cores=0,2,4,6
/proc/24054/task/24060/stat : 24060 (java) S 24051 24054 20512 0 -1 1077944384 8244 0 0 0 1139 67 0 0 20 0 15 0 101306184 10916995072 190279 33554432000 4194304 4196468 140723691109136 140710550882832 140710947616469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24061] ppid=24051 vsize=10661128 memory=0 CPUtime=10.43 cores=0,2,4,6
/proc/24054/task/24061/stat : 24061 (java) S 24051 24054 20512 0 -1 1077944384 7788 0 0 0 979 64 0 0 20 0 15 0 101306185 10916995072 190279 33554432000 4194304 4196468 140723691109136 140710440319600 140710947617410 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24062] ppid=24051 vsize=10661128 memory=761116 CPUtime=0 cores=0,2,4,6
/proc/24054/task/24062/stat : 24062 (java) S 24051 24054 20512 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101306185 10916995072 190279 33554432000 4194304 4196468 140723691109136 140710439265632 140710947616469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24063] ppid=24051 vsize=10661128 memory=761116 CPUtime=0 cores=0,2,4,6
/proc/24054/task/24063/stat : 24063 (java) S 24051 24054 20512 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101306186 10916995072 190279 33554432000 4194304 4196468 140723691109136 140710438213232 140710947616469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24064] ppid=24051 vsize=10661128 memory=759068 CPUtime=0 cores=0,2,4,6
/proc/24054/task/24064/stat : 24064 (java) S 24051 24054 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101306188 10916995072 190279 33554432000 4194304 4196468 140723691109136 140710437161552 140710947624859 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24065] ppid=24051 vsize=10661128 memory=4132 CPUtime=1.24 cores=0,2,4,6
/proc/24054/task/24065/stat : 24065 (java) S 24051 24054 20512 0 -1 1077944384 5093 0 0 0 123 1 0 0 20 0 15 0 101306188 10916995072 190279 33554432000 4194304 4196468 140723691109136 140710436108400 140710947617410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24066] ppid=24051 vsize=10661128 memory=761116 CPUtime=1.3 cores=0,2,4,6
/proc/24054/task/24066/stat : 24066 (java) S 24051 24054 20512 0 -1 1077944384 6889 0 0 0 129 1 0 0 20 0 15 0 101306188 10916995072 190279 33554432000 4194304 4196468 140723691109136 140710435055600 140710947617410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24067] ppid=24051 vsize=10661128 memory=4132 CPUtime=0.42 cores=0,2,4,6
/proc/24054/task/24067/stat : 24067 (java) S 24051 24054 20512 0 -1 1077944384 2760 0 0 0 42 0 0 0 20 0 15 0 101306188 10916995072 190279 33554432000 4194304 4196468 140723691109136 140710434003312 140710947617410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24068] ppid=24051 vsize=10661128 memory=29244 CPUtime=0 cores=0,2,4,6
/proc/24054/task/24068/stat : 24068 (java) S 24051 24054 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101306188 10916995072 190279 33554432000 4194304 4196468 140723691109136 140710432950752 140710947616469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24069] ppid=24051 vsize=10661128 memory=8452 CPUtime=1.44 cores=0,2,4,6
/proc/24054/task/24069/stat : 24069 (java) S 24051 24054 20512 0 -1 1077944384 1204 0 0 0 69 75 0 0 20 0 15 0 101306188 10916995072 190279 33554432000 4194304 4196468 140723691109136 140710431898544 140710947617410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
Current children cumulated CPU time: 2419.15 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 761116 KiB

[startup+2442.3 s]
/proc/loadavg: 1.38 1.36 1.41 3/220 24225
/proc/meminfo: memFree=21676976/32770624 swapFree=67108860/67108860
[pid=24054] ppid=24051 vsize=10661128 memory=767260 CPUtime=2480.18 cores=0,2,4,6
/proc/24054/stat : 24054 (java) S 24051 24054 20512 0 -1 1077944320 93779 0 0 0 247639 379 0 0 20 0 15 0 101306182 10916995072 191815 33554432000 4194304 4196468 140723691109136 140723691091680 140710947606263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
/proc/24054/statm: 2665282 191815 3153 1 0 2627263 0
[pid=24054/tid=24056] ppid=24051 vsize=10661128 memory=765212 CPUtime=2415.36 cores=0,2,4,6
/proc/24054/task/24056/stat : 24056 (java) R 24051 24054 20512 0 -1 4202560 32966 0 0 0 241496 40 0 0 20 0 15 0 101306183 10916995072 191815 33554432000 4194304 4196468 140723691109136 140710951845760 140710588139321 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24057] ppid=24051 vsize=10661128 memory=763164 CPUtime=12.37 cores=0,2,4,6
/proc/24054/task/24057/stat : 24057 (java) S 24051 24054 20512 0 -1 1077944384 7927 0 0 0 1167 70 0 0 20 0 15 0 101306184 10916995072 191815 33554432000 4194304 4196468 140723691109136 140710915164560 140710947616469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24058] ppid=24051 vsize=10661128 memory=763164 CPUtime=12.43 cores=0,2,4,6
/proc/24054/task/24058/stat : 24058 (java) S 24051 24054 20512 0 -1 1077944384 10242 0 0 0 1169 74 0 0 20 0 15 0 101306184 10916995072 191815 33554432000 4194304 4196468 140723691109136 140710552987920 140710947616469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24059] ppid=24051 vsize=10661128 memory=765212 CPUtime=12.43 cores=0,2,4,6
/proc/24054/task/24059/stat : 24059 (java) S 24051 24054 20512 0 -1 1077944384 8795 0 0 0 1172 71 0 0 20 0 15 0 101306184 10916995072 191815 33554432000 4194304 4196468 140723691109136 140710551935632 140710947616469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24060] ppid=24051 vsize=10661128 memory=765212 CPUtime=12.42 cores=0,2,4,6
/proc/24054/task/24060/stat : 24060 (java) S 24051 24054 20512 0 -1 1077944384 8586 0 0 0 1174 68 0 0 20 0 15 0 101306184 10916995072 191815 33554432000 4194304 4196468 140723691109136 140710550882832 140710947616469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24061] ppid=24051 vsize=10661128 memory=767260 CPUtime=10.65 cores=0,2,4,6
/proc/24054/task/24061/stat : 24061 (java) S 24051 24054 20512 0 -1 1077944384 7943 0 0 0 1000 65 0 0 20 0 15 0 101306185 10916995072 191815 33554432000 4194304 4196468 140723691109136 140710440319600 140710947617410 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24062] ppid=24051 vsize=10661128 memory=767260 CPUtime=0 cores=0,2,4,6
/proc/24054/task/24062/stat : 24062 (java) S 24051 24054 20512 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101306185 10916995072 191815 33554432000 4194304 4196468 140723691109136 140710439265632 140710947616469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24063] ppid=24051 vsize=10661128 memory=767260 CPUtime=0 cores=0,2,4,6
/proc/24054/task/24063/stat : 24063 (java) S 24051 24054 20512 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101306186 10916995072 191815 33554432000 4194304 4196468 140723691109136 140710438213232 140710947616469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24064] ppid=24051 vsize=10661128 memory=767260 CPUtime=0 cores=0,2,4,6
/proc/24054/task/24064/stat : 24064 (java) S 24051 24054 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101306188 10916995072 191815 33554432000 4194304 4196468 140723691109136 140710437161552 140710947624859 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24065] ppid=24051 vsize=10661128 memory=767260 CPUtime=1.24 cores=0,2,4,6
/proc/24054/task/24065/stat : 24065 (java) S 24051 24054 20512 0 -1 1077944384 5093 0 0 0 123 1 0 0 20 0 15 0 101306188 10916995072 191815 33554432000 4194304 4196468 140723691109136 140710436108400 140710947617410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24066] ppid=24051 vsize=10661128 memory=767260 CPUtime=1.3 cores=0,2,4,6
/proc/24054/task/24066/stat : 24066 (java) S 24051 24054 20512 0 -1 1077944384 6889 0 0 0 129 1 0 0 20 0 15 0 101306188 10916995072 191815 33554432000 4194304 4196468 140723691109136 140710435055600 140710947617410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24067] ppid=24051 vsize=10661128 memory=767260 CPUtime=0.42 cores=0,2,4,6
/proc/24054/task/24067/stat : 24067 (java) S 24051 24054 20512 0 -1 1077944384 2760 0 0 0 42 0 0 0 20 0 15 0 101306188 10916995072 191815 33554432000 4194304 4196468 140723691109136 140710434003312 140710947617410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24068] ppid=24051 vsize=10661128 memory=303430223234596890 CPUtime=0 cores=0,2,4,6
/proc/24054/task/24068/stat : 24068 (java) S 24051 24054 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101306188 10916995072 191815 33554432000 4194304 4196468 140723691109136 140710432950752 140710947616469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24069] ppid=24051 vsize=10661128 memory=288230596050944315 CPUtime=1.47 cores=0,2,4,6
/proc/24054/task/24069/stat : 24069 (java) S 24051 24054 20512 0 -1 1077944384 1218 0 0 0 71 76 0 0 20 0 15 0 101306188 10916995072 191815 33554432000 4194304 4196468 140723691109136 140710431898544 140710947617410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
Current children cumulated CPU time: 2480.18 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 767260 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2481.4 s]
/proc/loadavg: 1.41 1.37 1.41 3/220 24226
/proc/meminfo: memFree=21668992/32770624 swapFree=67108860/67108860
[pid=24054] ppid=24051 vsize=10661128 memory=771356 CPUtime=2520 cores=0,2,4,6
/proc/24054/stat : 24054 (java) S 24051 24054 20512 0 -1 1077944320 95169 0 0 0 251617 383 0 0 20 0 15 0 101306182 10916995072 192839 33554432000 4194304 4196468 140723691109136 140723691091680 140710947606263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
/proc/24054/statm: 2665282 192839 3153 1 0 2627263 0
[pid=24054/tid=24056] ppid=24051 vsize=10661128 memory=316378093722009915 CPUtime=2454.01 cores=0,2,4,6
/proc/24054/task/24056/stat : 24056 (java) R 24051 24054 20512 0 -1 4202560 33340 0 0 0 245361 40 0 0 20 0 15 0 101306183 10916995072 192839 33554432000 4194304 4196468 140723691109136 140710951845616 140710583809481 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24057] ppid=24051 vsize=10661128 memory=16100360058046859 CPUtime=12.62 cores=0,2,4,6
/proc/24054/task/24057/stat : 24057 (java) S 24051 24054 20512 0 -1 1077944384 8188 0 0 0 1191 71 0 0 20 0 15 0 101306184 10916995072 192839 33554432000 4194304 4196468 140723691109136 140710915164560 140710947616469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24058] ppid=24051 vsize=10661128 memory=1832 CPUtime=12.68 cores=0,2,4,6
/proc/24054/task/24058/stat : 24058 (java) S 24051 24054 20512 0 -1 1077944384 10539 0 0 0 1193 75 0 0 20 0 15 0 101306184 10916995072 192839 33554432000 4194304 4196468 140723691109136 140710552987920 140710947616469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24059] ppid=24051 vsize=10661128 memory=836 CPUtime=12.68 cores=0,2,4,6
/proc/24054/task/24059/stat : 24059 (java) S 24051 24054 20512 0 -1 1077944384 8879 0 0 0 1197 71 0 0 20 0 15 0 101306184 10916995072 192839 33554432000 4194304 4196468 140723691109136 140710551935632 140710947616469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24060] ppid=24051 vsize=10661128 memory=1696 CPUtime=12.67 cores=0,2,4,6
/proc/24054/task/24060/stat : 24060 (java) S 24051 24054 20512 0 -1 1077944384 8768 0 0 0 1198 69 0 0 20 0 15 0 101306184 10916995072 192839 33554432000 4194304 4196468 140723691109136 140710550882832 140710947616469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24061] ppid=24051 vsize=10661128 memory=916 CPUtime=10.79 cores=0,2,4,6
/proc/24054/task/24061/stat : 24061 (java) S 24051 24054 20512 0 -1 1077944384 8112 0 0 0 1014 65 0 0 20 0 15 0 101306185 10916995072 192839 33554432000 4194304 4196468 140723691109136 140710440319600 140710947617410 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24062] ppid=24051 vsize=10661128 memory=3844 CPUtime=0 cores=0,2,4,6
/proc/24054/task/24062/stat : 24062 (java) S 24051 24054 20512 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101306185 10916995072 192839 33554432000 4194304 4196468 140723691109136 140710439265632 140710947616469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24063] ppid=24051 vsize=10661128 memory=2588 CPUtime=0 cores=0,2,4,6
/proc/24054/task/24063/stat : 24063 (java) S 24051 24054 20512 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101306186 10916995072 192839 33554432000 4194304 4196468 140723691109136 140710438213232 140710947616469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24064] ppid=24051 vsize=10661128 memory=2600 CPUtime=0 cores=0,2,4,6
/proc/24054/task/24064/stat : 24064 (java) S 24051 24054 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101306188 10916995072 192839 33554432000 4194304 4196468 140723691109136 140710437161552 140710947624859 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24065] ppid=24051 vsize=10661128 memory=1404 CPUtime=1.24 cores=0,2,4,6
/proc/24054/task/24065/stat : 24065 (java) S 24051 24054 20512 0 -1 1077944384 5095 0 0 0 123 1 0 0 20 0 15 0 101306188 10916995072 192839 33554432000 4194304 4196468 140723691109136 140710436108400 140710947617410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24066] ppid=24051 vsize=10661128 memory=3256 CPUtime=1.3 cores=0,2,4,6
/proc/24054/task/24066/stat : 24066 (java) S 24051 24054 20512 0 -1 1077944384 6891 0 0 0 129 1 0 0 20 0 15 0 101306188 10916995072 192839 33554432000 4194304 4196468 140723691109136 140710435055600 140710947617410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24067] ppid=24051 vsize=10661128 memory=769308 CPUtime=0.42 cores=0,2,4,6
/proc/24054/task/24067/stat : 24067 (java) S 24051 24054 20512 0 -1 1077944384 2762 0 0 0 42 0 0 0 20 0 15 0 101306188 10916995072 192839 33554432000 4194304 4196468 140723691109136 140710434003312 140710947617410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24068] ppid=24051 vsize=10661128 memory=1404 CPUtime=0 cores=0,2,4,6
/proc/24054/task/24068/stat : 24068 (java) S 24051 24054 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101306188 10916995072 192839 33554432000 4194304 4196468 140723691109136 140710432950752 140710947616469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
[pid=24054/tid=24069] ppid=24051 vsize=10661128 memory=2444 CPUtime=1.5 cores=0,2,4,6
/proc/24054/task/24069/stat : 24069 (java) S 24051 24054 20512 0 -1 1077944384 1235 0 0 0 72 78 0 0 20 0 15 0 101306188 10916995072 192839 33554432000 4194304 4196468 140723691109136 140710431898544 140710947617410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13049856 140723691115658 140723691115785 140723691115785 140723691118543 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 771356 KiB

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

[startup+2481.41 s]
# the end of solver process 24054 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.19 s, system=3.84276 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2481.41
CPU time (s): 2520.03
CPU user time (s): 2516.19
CPU system time (s): 3.84276
CPU usage (%): 101.556
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 771356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.19
system time used= 3.84275
maximum resident set size= 771856
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95465
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= 337278
involuntary context switches= 8424


# summary of solver processes directly reported to runsolver:
#   pid: 24054
#   total CPU time (s): 2520.03
#   total CPU user time (s): 2516.19
#   total CPU system time (s): 3.84276

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.2273 second user time and 24.4462 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-29 06:10:30
IDJOB=4300309
IDBENCH=141583
IDSOLVER=2767
FILE ID=node132/4300309-1532837430
RUNJOBID= node132-1532811810-20543
PBS_JOBID= 21022489
Free space on /tmp= 52036 MiB

SOLVER NAME= SuperSolver_Macq_Stevenart 2018-04-27
BENCH NAME= XCSP18/Frb/frb-53-24-1-mgd_c18.xml
COMMAND LINE= java -jar DIR/bestMinicp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4300309-1532837430/watcher-4300309-1532837430 -o /tmp/evaluation-result-4300309-1532837430/solver-4300309-1532837430 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532811810-20543 --watchdog 2580  java -jar HOME/bestMinicp.jar HOME/instance-4300309-1532837430.xml

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

MD5SUM BENCH= e77860b1077c007311080ac2a4bc32f8
RANDOM SEED=821883776

node132.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.65
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.65
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.65
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.65
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:        21016980 kB
MemAvailable:   29299516 kB
Buffers:          216904 kB
Cached:          8269932 kB
SwapCached:            0 kB
Active:          5249016 kB
Inactive:        5916960 kB
Active(anon):    2629260 kB
Inactive(anon):    77828 kB
Active(file):    2619756 kB
Inactive(file):  5839132 kB
Unevictable:        6992 kB
Mlocked:            6992 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1676 kB
Writeback:             4 kB
AnonPages:       2686104 kB
Mapped:            55680 kB
Shmem:             25248 kB
Slab:             279920 kB
SReclaimable:     252108 kB
SUnreclaim:        27812 kB
KernelStack:        3632 kB
PageTables:        10896 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3417608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2574336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 52036 MiB
End job on node132 at 2018-07-29 06:51:52