Trace number 4275345

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
OscaR - Parallel with EPS 2017-07-26SAT (TO) 19854.9 2520.1299

General information on the benchmark

NameGracefulGraph/GracefulGraph-m1-s1/
GracefulGraph-K03-P04.xml
MD5SUMdf366086143c09aabef923644f665168
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.053406999
Satisfiable
(Un)Satisfiability was proved
Number of variables57
Number of constraints23
Number of domains2
Minimum domain size21
Maximum domain size22
Distribution of domain sizes[{"size":21,"count":21},{"size":22,"count":12}]
Minimum variable degree0
Maximum variable degree5
Distribution of variable degrees[{"degree":0,"count":24},{"degree":2,"count":21},{"degree":4,"count":6},{"degree":5,"count":6}]
Minimum constraint arity3
Maximum constraint arity21
Distribution of constraint arities[{"arity":3,"count":21},{"arity":12,"count":1},{"arity":21,"count":1}]
Number of extensional constraints0
Number of intensional constraints21
Distribution of constraint types[{"type":"intension","count":21},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.29/0.25	c version: 2017-07-26
0.29/0.25	c seed: 2072407504
0.29/0.25	c timeout: 20160
0.29/0.25	c memlimit: 11000
0.29/0.25	c nbcore: 8
0.29/0.28	c Parsing instance...
0.83/0.52	c Parsing done, starting search...
19854.04/2520.09	s SATISFIABLE
19854.04/2520.09	v <instantiation>
19854.04/2520.09	v 	<list>
19854.04/2520.09	v 		cn[0][0] cn[0][1] cn[0][2] cn[1][0] cn[1][1] cn[1][2] cn[2][0] cn[2][1] cn[2][2] cn[3][0] cn[3][1] cn[3][2] ce[0][0][1] ce[0][0][2] ce[0][1][2] ce[1][0][1] ce[1][0][2] ce[1][1][2] ce[2][0][1] ce[2][0][2] ce[2][1][2] ce[3][0][1] ce[3][0][2] ce[3][1][2] cie[0][0] cie[0][1] cie[0][2] cie[1][0] cie[1][1] cie[1][2] cie[2][0] cie[2][1] cie[2][2]
19854.04/2520.09	v 	</list>
19854.04/2520.09	v 	<values>
19854.04/2520.09	v 		21 0 17 12 20 2 15 1 3 8 14 19 21 4 17 8 10 18 14 12 2 6 11 5 9 20 15 3 19 1 7 13 16 
19854.04/2520.09	v 	</values>
19854.04/2520.09	v </instantiation>

Verifier Data

OK	

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 (14031 MiB free)
  memory of node 1: 16384 MiB (12290 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4275345-1502683918/watcher-4275345-1502683918 -o /tmp/evaluation-result-4275345-1502683918/solver-4275345-1502683918 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node114-1502678012-32733 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 2072407504 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275345-1502683918.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=739, runsolver pid=736

[startup+0.100093 s]*
/proc/loadavg: 8.35 8.70 8.80 1/198 759
/proc/meminfo: memFree=26935916/32770624 swapFree=67108860/67108860
[pid=739] ppid=736 vsize=14325320 memory=33676 CPUtime=0.11 cores=0-7
/proc/739/stat : 739 (java) S 736 739 32706 0 -1 1077944320 8310 0 0 0 10 1 0 0 20 0 20 0 101479616 14669127680 8419 33554432000 4194304 4196468 140736764335200 140736764317744 139830241971959 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
/proc/739/statm: 3581330 8419 3409 1 0 3569050 0
[pid=739/tid=741] ppid=736 vsize=14325320 memory=8316850467074736180 CPUtime=0.09 cores=0-7
/proc/739/task/741/stat : 741 (java) R 736 739 32706 0 -1 4202560 6264 0 0 0 8 1 0 0 20 0 20 0 101479617 14669127680 8419 33554432000 4194304 4196468 140736764335200 139830246168912 139830198587282 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=742] ppid=736 vsize=14325320 memory=9427 CPUtime=0 cores=0-7
/proc/739/task/742/stat : 742 (java) S 736 739 32706 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101479617 14669127680 8419 33554432000 4194304 4196468 140736764335200 139830179572496 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=743] ppid=736 vsize=14325320 memory=3619122751299434144 CPUtime=0 cores=0-7
/proc/739/task/743/stat : 743 (java) S 736 739 32706 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101479617 14669127680 8419 33554432000 4194304 4196468 140736764335200 139830178519952 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=744] ppid=736 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/739/task/744/stat : 744 (java) S 736 739 32706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101479617 14669127680 8419 33554432000 4194304 4196468 140736764335200 139829835209744 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=745] ppid=736 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/739/task/745/stat : 745 (java) S 736 739 32706 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101479617 14669127680 8419 33554432000 4194304 4196468 140736764335200 139829834157200 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=746] ppid=736 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/739/task/746/stat : 746 (java) S 736 739 32706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101479617 14669127680 8419 33554432000 4194304 4196468 140736764335200 139829833103632 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=747] ppid=736 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/739/task/747/stat : 747 (java) S 736 739 32706 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101479617 14669127680 8419 33554432000 4194304 4196468 140736764335200 139829832051088 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=748] ppid=736 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/739/task/748/stat : 748 (java) S 736 739 32706 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101479617 14669127680 8419 33554432000 4194304 4196468 140736764335200 139829830998544 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=749] ppid=736 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/739/task/749/stat : 749 (java) S 736 739 32706 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101479617 14669127680 8419 33554432000 4194304 4196468 140736764335200 139829829946000 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=750] ppid=736 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/739/task/750/stat : 750 (java) S 736 739 32706 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101479619 14669127680 8419 33554432000 4194304 4196468 140736764335200 139829699377648 139830241983106 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=751] ppid=736 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/739/task/751/stat : 751 (java) S 736 739 32706 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 101479619 14669127680 8419 33554432000 4194304 4196468 140736764335200 139829698323872 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=752] ppid=736 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/739/task/752/stat : 752 (java) S 736 739 32706 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 101479620 14669127680 8419 33554432000 4194304 4196468 140736764335200 139829697271280 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=753] ppid=736 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/739/task/753/stat : 753 (java) S 736 739 32706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101479622 14669127680 8419 33554432000 4194304 4196468 140736764335200 139829696219856 139830241990555 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=754] ppid=736 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/739/task/754/stat : 754 (java) S 736 739 32706 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 20 0 101479622 14669127680 8419 33554432000 4194304 4196468 140736764335200 139829695166448 139830241983106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=755] ppid=736 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/739/task/755/stat : 755 (java) S 736 739 32706 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101479622 14669127680 8419 33554432000 4194304 4196468 140736764335200 139829694113904 139830241983106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=756] ppid=736 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/739/task/756/stat : 756 (java) S 736 739 32706 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101479622 14669127680 8419 33554432000 4194304 4196468 140736764335200 139829693061360 139830241983106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=757] ppid=736 vsize=14325320 memory=-1 CPUtime=0.02 cores=0-7
/proc/739/task/757/stat : 757 (java) S 736 739 32706 0 -1 1077944384 380 0 0 0 2 0 0 0 20 0 20 0 101479622 14669127680 8419 33554432000 4194304 4196468 140736764335200 139829692008816 139830241983106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=758] ppid=736 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/739/task/758/stat : 758 (java) S 736 739 32706 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101479622 14669127680 8419 33554432000 4194304 4196468 140736764335200 139829690956512 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=759] ppid=736 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/739/task/759/stat : 759 (java) S 736 739 32706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101479622 14669127680 8419 33554432000 4194304 4196468 140736764335200 139829689904048 139830241983106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 33676 KiB

[startup+0.210055 s]*
/proc/loadavg: 8.35 8.70 8.80 3/198 759
/proc/meminfo: memFree=26926340/32770624 swapFree=67108860/67108860
[pid=739] ppid=736 vsize=14325320 memory=42824 CPUtime=0.29 cores=0-7
/proc/739/stat : 739 (java) S 736 739 32706 0 -1 1077944320 9330 0 0 0 27 2 0 0 20 0 20 0 101479616 14669127680 10706 33554432000 4194304 4196468 140736764335200 140736764317744 139830241971959 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
/proc/739/statm: 3581330 10706 3608 1 0 3569050 0
[pid=739/tid=741] ppid=736 vsize=14325320 memory=32503098816069668 CPUtime=0.19 cores=0-7
/proc/739/task/741/stat : 741 (java) R 736 739 32706 0 -1 4202560 6893 0 0 0 18 1 0 0 20 0 20 0 101479617 14669127680 10706 33554432000 4194304 4196468 140736764335200 139830246197024 139830226052446 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=742] ppid=736 vsize=14325320 memory=288230596084498767 CPUtime=0 cores=0-7
/proc/739/task/742/stat : 742 (java) S 736 739 32706 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101479617 14669127680 10706 33554432000 4194304 4196468 140736764335200 139830179572496 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=743] ppid=736 vsize=14325320 memory=13711978048304792 CPUtime=0 cores=0-7
/proc/739/task/743/stat : 743 (java) S 736 739 32706 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101479617 14669127680 10706 33554432000 4194304 4196468 140736764335200 139830178519952 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=744] ppid=736 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/739/task/744/stat : 744 (java) S 736 739 32706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101479617 14669127680 10706 33554432000 4194304 4196468 140736764335200 139829835209744 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=745] ppid=736 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/739/task/745/stat : 745 (java) S 736 739 32706 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101479617 14669127680 10706 33554432000 4194304 4196468 140736764335200 139829834157200 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=746] ppid=736 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/739/task/746/stat : 746 (java) S 736 739 32706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101479617 14669127680 10706 33554432000 4194304 4196468 140736764335200 139829833103632 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=747] ppid=736 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/739/task/747/stat : 747 (java) S 736 739 32706 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101479617 14669127680 10706 33554432000 4194304 4196468 140736764335200 139829832051088 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=748] ppid=736 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/739/task/748/stat : 748 (java) S 736 739 32706 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101479617 14669127680 10706 33554432000 4194304 4196468 140736764335200 139829830998544 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=749] ppid=736 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/739/task/749/stat : 749 (java) S 736 739 32706 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101479617 14669127680 10706 33554432000 4194304 4196468 140736764335200 139829829946000 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=750] ppid=736 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/739/task/750/stat : 750 (java) S 736 739 32706 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 101479619 14669127680 10706 33554432000 4194304 4196468 140736764335200 139829699377648 139830241983106 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=751] ppid=736 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/739/task/751/stat : 751 (java) S 736 739 32706 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 101479619 14669127680 10706 33554432000 4194304 4196468 140736764335200 139829698323872 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=752] ppid=736 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/739/task/752/stat : 752 (java) S 736 739 32706 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 101479620 14669127680 10706 33554432000 4194304 4196468 140736764335200 139829697271280 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=753] ppid=736 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/739/task/753/stat : 753 (java) S 736 739 32706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101479622 14669127680 10706 33554432000 4194304 4196468 140736764335200 139829696219856 139830241990555 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=754] ppid=736 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/739/task/754/stat : 754 (java) S 736 739 32706 0 -1 1077944384 316 0 0 0 0 0 0 0 20 0 20 0 101479622 14669127680 10706 33554432000 4194304 4196468 140736764335200 139829695166448 139830241983106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=755] ppid=736 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/739/task/755/stat : 755 (java) S 736 739 32706 0 -1 1077944384 158 0 0 0 1 0 0 0 20 0 20 0 101479622 14669127680 10706 33554432000 4194304 4196468 140736764335200 139829694113904 139830241983106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=756] ppid=736 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/739/task/756/stat : 756 (java) S 736 739 32706 0 -1 1077944384 185 0 0 0 1 0 0 0 20 0 20 0 101479622 14669127680 10706 33554432000 4194304 4196468 140736764335200 139829693061360 139830241983106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=757] ppid=736 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/739/task/757/stat : 757 (java) R 736 739 32706 0 -1 4202560 406 0 0 0 5 0 0 0 20 0 20 0 101479622 14669127680 10706 33554432000 4194304 4196468 140736764335200 139829692008816 139830220940832 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=758] ppid=736 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/739/task/758/stat : 758 (java) S 736 739 32706 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101479622 14669127680 10706 33554432000 4194304 4196468 140736764335200 139829690956512 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=759] ppid=736 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/739/task/759/stat : 759 (java) S 736 739 32706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101479622 14669127680 10706 33554432000 4194304 4196468 140736764335200 139829689904048 139830241983106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 42824 KiB

[startup+0.309615 s]*
/proc/loadavg: 8.35 8.70 8.80 3/198 759
/proc/meminfo: memFree=26918988/32770624 swapFree=67108860/67108860
[pid=739] ppid=736 vsize=14325340 memory=51132 CPUtime=0.47 cores=0-7
/proc/739/stat : 739 (java) S 736 739 32706 0 -1 1077944320 10548 0 0 0 44 3 0 0 20 0 20 0 101479616 14669148160 12783 33554432000 4194304 4196468 140736764335200 140736764317744 139830241971959 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
/proc/739/statm: 3581335 12783 3720 1 0 3569050 0
[pid=739/tid=741] ppid=736 vsize=14325340 memory=6760 CPUtime=0.29 cores=0-7
/proc/739/task/741/stat : 741 (java) R 736 739 32706 0 -1 4202560 7588 0 0 0 27 2 0 0 20 0 20 0 101479617 14669148160 12783 33554432000 4194304 4196468 140736764335200 139830246200496 139830241983894 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=742] ppid=736 vsize=14325340 memory=840 CPUtime=0 cores=0-7
/proc/739/task/742/stat : 742 (java) S 736 739 32706 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101479617 14669148160 12783 33554432000 4194304 4196468 140736764335200 139830179572496 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=743] ppid=736 vsize=14325340 memory=280946170970484 CPUtime=0 cores=0-7
/proc/739/task/743/stat : 743 (java) S 736 739 32706 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101479617 14669148160 12783 33554432000 4194304 4196468 140736764335200 139830178519952 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=744] ppid=736 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/739/task/744/stat : 744 (java) S 736 739 32706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101479617 14669148160 12783 33554432000 4194304 4196468 140736764335200 139829835209744 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=745] ppid=736 vsize=14325340 memory=4156 CPUtime=0 cores=0-7
/proc/739/task/745/stat : 745 (java) S 736 739 32706 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101479617 14669148160 12783 33554432000 4194304 4196468 140736764335200 139829834157200 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=746] ppid=736 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/739/task/746/stat : 746 (java) S 736 739 32706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101479617 14669148160 12783 33554432000 4194304 4196468 140736764335200 139829833103632 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=747] ppid=736 vsize=14325340 memory=9093 CPUtime=0 cores=0-7
/proc/739/task/747/stat : 747 (java) S 736 739 32706 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101479617 14669148160 12783 33554432000 4194304 4196468 140736764335200 139829832051088 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=748] ppid=736 vsize=14325340 memory=4266087747745480736 CPUtime=0 cores=0-7
/proc/739/task/748/stat : 748 (java) S 736 739 32706 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101479617 14669148160 12783 33554432000 4194304 4196468 140736764335200 139829830998544 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=749] ppid=736 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/739/task/749/stat : 749 (java) S 736 739 32706 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101479617 14669148160 12783 33554432000 4194304 4196468 140736764335200 139829829946000 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=750] ppid=736 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/739/task/750/stat : 750 (java) S 736 739 32706 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 101479619 14669148160 12783 33554432000 4194304 4196468 140736764335200 139829699377648 139830241983106 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=751] ppid=736 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/739/task/751/stat : 751 (java) S 736 739 32706 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 101479619 14669148160 12783 33554432000 4194304 4196468 140736764335200 139829698323872 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=752] ppid=736 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/739/task/752/stat : 752 (java) S 736 739 32706 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 101479620 14669148160 12783 33554432000 4194304 4196468 140736764335200 139829697271280 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=753] ppid=736 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/739/task/753/stat : 753 (java) S 736 739 32706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101479622 14669148160 12783 33554432000 4194304 4196468 140736764335200 139829696219856 139830241990555 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=754] ppid=736 vsize=14325340 memory=0 CPUtime=0.03 cores=0-7
/proc/739/task/754/stat : 754 (java) S 736 739 32706 0 -1 1077944384 529 0 0 0 3 0 0 0 20 0 20 0 101479622 14669148160 12783 33554432000 4194304 4196468 140736764335200 139829695166448 139830241983106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=755] ppid=736 vsize=14325340 memory=0 CPUtime=0.03 cores=0-7
/proc/739/task/755/stat : 755 (java) S 736 739 32706 0 -1 1077944384 219 0 0 0 3 0 0 0 20 0 20 0 101479622 14669148160 12783 33554432000 4194304 4196468 140736764335200 139829694113904 139830241983106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=756] ppid=736 vsize=14325340 memory=0 CPUtime=0.02 cores=0-7
/proc/739/task/756/stat : 756 (java) S 736 739 32706 0 -1 1077944384 321 0 0 0 2 0 0 0 20 0 20 0 101479622 14669148160 12783 33554432000 4194304 4196468 140736764335200 139829693061360 139830241983106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=757] ppid=736 vsize=14325340 memory=0 CPUtime=0.08 cores=0-7
/proc/739/task/757/stat : 757 (java) R 736 739 32706 0 -1 1077944384 524 0 0 0 8 0 0 0 20 0 20 0 101479622 14669148160 12783 33554432000 4194304 4196468 140736764335200 139829692008816 139830241983106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=758] ppid=736 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/739/task/758/stat : 758 (java) S 736 739 32706 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101479622 14669148160 12783 33554432000 4194304 4196468 140736764335200 139829690956512 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=759] ppid=736 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/739/task/759/stat : 759 (java) S 736 739 32706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101479622 14669148160 12783 33554432000 4194304 4196468 140736764335200 139829689904048 139830241983106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 51132 KiB

[startup+0.700805 s]
/proc/loadavg: 8.35 8.70 8.80 3/198 759
/proc/meminfo: memFree=26906456/32770624 swapFree=67108860/67108860
[pid=739] ppid=736 vsize=14329436 memory=81776 CPUtime=1.09 cores=0-7
/proc/739/stat : 739 (java) S 736 739 32706 0 -1 1077944320 12978 0 0 0 104 5 0 0 20 0 20 0 101479616 14673342464 20444 33554432000 4194304 4196468 140736764335200 140736764317744 139830241971959 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
/proc/739/statm: 3582359 20444 3750 1 0 3570074 0
[pid=739/tid=741] ppid=736 vsize=14329436 memory=7597685182856913236 CPUtime=0.67 cores=0-7
/proc/739/task/741/stat : 741 (java) R 736 739 32706 0 -1 4202560 9446 0 0 0 64 3 0 0 20 0 20 0 101479617 14673342464 20444 33554432000 4194304 4196468 140736764335200 139830246203072 139830241983894 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=742] ppid=736 vsize=14329436 memory=2200 CPUtime=0 cores=0-7
/proc/739/task/742/stat : 742 (java) S 736 739 32706 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101479617 14673342464 20444 33554432000 4194304 4196468 140736764335200 139830179572496 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=743] ppid=736 vsize=14329436 memory=6760 CPUtime=0 cores=0-7
/proc/739/task/743/stat : 743 (java) S 736 739 32706 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101479617 14673342464 20444 33554432000 4194304 4196468 140736764335200 139830178519952 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=744] ppid=736 vsize=14329436 memory=840 CPUtime=0 cores=0-7
/proc/739/task/744/stat : 744 (java) S 736 739 32706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101479617 14673342464 20444 33554432000 4194304 4196468 140736764335200 139829835209744 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=745] ppid=736 vsize=14329436 memory=1696 CPUtime=0 cores=0-7
/proc/739/task/745/stat : 745 (java) S 736 739 32706 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101479617 14673342464 20444 33554432000 4194304 4196468 140736764335200 139829834157200 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=746] ppid=736 vsize=14329436 memory=916 CPUtime=0 cores=0-7
/proc/739/task/746/stat : 746 (java) S 736 739 32706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101479617 14673342464 20444 33554432000 4194304 4196468 140736764335200 139829833103632 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=747] ppid=736 vsize=14329436 memory=4156 CPUtime=0 cores=0-7
/proc/739/task/747/stat : 747 (java) S 736 739 32706 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101479617 14673342464 20444 33554432000 4194304 4196468 140736764335200 139829832051088 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=748] ppid=736 vsize=14329436 memory=2721 CPUtime=0 cores=0-7
/proc/739/task/748/stat : 748 (java) S 736 739 32706 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101479617 14673342464 20444 33554432000 4194304 4196468 140736764335200 139829830998544 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=749] ppid=736 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/739/task/749/stat : 749 (java) S 736 739 32706 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101479617 14673342464 20444 33554432000 4194304 4196468 140736764335200 139829829946000 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=750] ppid=736 vsize=14329436 memory=280946025211392 CPUtime=0 cores=0-7
/proc/739/task/750/stat : 750 (java) S 736 739 32706 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 101479619 14673342464 20444 33554432000 4194304 4196468 140736764335200 139829699377648 139830241983106 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0

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

[pid=739/tid=759] ppid=736 vsize=15735508 memory=504888 CPUtime=0.67 cores=0-7
/proc/739/task/759/stat : 759 (java) S 736 739 32706 0 -1 1077944384 7360 0 0 0 44 23 0 0 20 0 41 0 101479622 16113160192 122631 33554432000 4194304 4196468 140736764335200 139829689904048 139830241983106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 41 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=760] ppid=736 vsize=15735508 memory=537304 CPUtime=2.55 cores=0-7
/proc/739/task/760/stat : 760 (java) S 736 739 32706 0 -1 1077944384 20544 0 0 0 161 94 0 0 20 0 41 0 101479736 16113160192 122631 33554432000 4194304 4196468 140736764335200 139829679617744 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 26 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=761] ppid=736 vsize=15735508 memory=4140 CPUtime=2.23 cores=0-7
/proc/739/task/761/stat : 761 (java) S 736 739 32706 0 -1 1077944384 15719 0 0 0 88 135 0 0 20 0 41 0 101479747 16113160192 122631 33554432000 4194304 4196468 140736764335200 139829676467872 139830241983106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=762] ppid=736 vsize=15735508 memory=5428 CPUtime=43.52 cores=0-7
/proc/739/task/762/stat : 762 (java) S 736 739 32706 0 -1 1077944384 2656 0 0 0 4349 3 0 0 20 0 41 0 101479757 16113160192 122631 33554432000 4194304 4196468 140736764335200 139829675414400 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 10 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=763] ppid=736 vsize=15735508 memory=4624 CPUtime=2022.24 cores=0-7
/proc/739/task/763/stat : 763 (java) R 736 739 32706 0 -1 4202560 43587 0 0 0 202187 37 0 0 20 0 41 0 101479758 16113160192 122631 33554432000 4194304 4196468 140736764335200 139829674355832 139829867193306 0 4 0 16800975 0 0 0 -1 0 0 0 27 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=764] ppid=736 vsize=15735508 memory=1424 CPUtime=106.34 cores=0-7
/proc/739/task/764/stat : 764 (java) S 736 739 32706 0 -1 1077944384 2086 0 0 0 10631 3 0 0 20 0 41 0 101479758 16113160192 122631 33554432000 4194304 4196468 140736764335200 139829673309328 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=765] ppid=736 vsize=15735508 memory=55 CPUtime=17.85 cores=0-7
/proc/739/task/765/stat : 765 (java) S 736 739 32706 0 -1 1077944384 1047 0 0 0 1785 0 0 0 20 0 41 0 101479758 16113160192 122631 33554432000 4194304 4196468 140736764335200 139829672256848 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=766] ppid=736 vsize=15735508 memory=7230083248400458855 CPUtime=388.67 cores=0-7
/proc/739/task/766/stat : 766 (java) S 736 739 32706 0 -1 1077944384 14361 0 0 0 38856 11 0 0 20 0 41 0 101479758 16113160192 122631 33554432000 4194304 4196468 140736764335200 139829671204304 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=767] ppid=736 vsize=15735508 memory=7230083248400458855 CPUtime=2185.5 cores=0-7
/proc/739/task/767/stat : 767 (java) R 736 739 32706 0 -1 4202560 44754 0 0 0 218498 52 0 0 20 0 41 0 101479762 16113160192 122631 33554432000 4194304 4196468 140736764335200 139829668052392 139829866841111 0 4 0 16800975 0 0 0 -1 5 0 0 19 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=768] ppid=736 vsize=15735508 memory=500784 CPUtime=1277.09 cores=0-7
/proc/739/task/768/stat : 768 (java) R 736 739 32706 0 -1 4202560 24440 0 0 0 127688 21 0 0 20 0 41 0 101479762 16113160192 122631 33554432000 4194304 4196468 140736764335200 139829666995552 139829858887318 0 4 0 16800975 0 0 0 -1 1 0 0 9 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=769] ppid=736 vsize=15735508 memory=4140 CPUtime=2298 cores=0-7
/proc/739/task/769/stat : 769 (java) R 736 739 32706 0 -1 4202560 49083 0 0 0 229758 42 0 0 20 0 41 0 101479762 16113160192 122631 33554432000 4194304 4196468 140736764335200 139829665943104 139829866376377 0 4 0 16800975 0 0 0 -1 2 0 0 21 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=770] ppid=736 vsize=15735508 memory=499760 CPUtime=0 cores=0-7
/proc/739/task/770/stat : 770 (java) S 736 739 32706 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 41 0 101479762 16113160192 122631 33554432000 4194304 4196468 140736764335200 139829664895888 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=771] ppid=736 vsize=15735508 memory=1292 CPUtime=1340.67 cores=0-7
/proc/739/task/771/stat : 771 (java) S 736 739 32706 0 -1 1077944384 36407 0 0 0 134036 31 0 0 20 0 41 0 101479763 16113160192 122631 33554432000 4194304 4196468 140736764335200 139829663843408 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 14 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=772] ppid=736 vsize=15735508 memory=508480 CPUtime=1538.01 cores=0-7
/proc/739/task/772/stat : 772 (java) R 736 739 32706 0 -1 4202560 30638 0 0 0 153771 30 0 0 20 0 41 0 101479766 16113160192 122631 33554432000 4194304 4196468 140736764335200 139829662784488 139829866743369 0 4 0 16800975 0 0 0 -1 4 0 0 22 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=773] ppid=736 vsize=15735508 memory=508992 CPUtime=1034.36 cores=0-7
/proc/739/task/773/stat : 773 (java) S 736 739 32706 0 -1 1077944384 26803 0 0 0 103407 29 0 0 20 0 41 0 101479766 16113160192 122631 33554432000 4194304 4196468 140736764335200 139829661738320 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 15 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=774] ppid=736 vsize=15735508 memory=10588 CPUtime=905.88 cores=0-7
/proc/739/task/774/stat : 774 (java) R 736 739 32706 0 -1 4202560 28910 0 0 0 90569 19 0 0 20 0 41 0 101479766 16113160192 122631 33554432000 4194304 4196468 140736764335200 139829658545384 139829866101224 0 4 0 16800975 0 0 0 -1 7 0 0 9 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=775] ppid=736 vsize=15735508 memory=1204 CPUtime=111.25 cores=0-7
/proc/739/task/775/stat : 775 (java) S 736 739 32706 0 -1 1077944384 4598 0 0 0 11123 2 0 0 20 0 41 0 101479766 16113160192 122631 33554432000 4194304 4196468 140736764335200 139829657499216 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=776] ppid=736 vsize=15735508 memory=15872 CPUtime=2238.69 cores=0-7
/proc/739/task/776/stat : 776 (java) R 736 739 32706 0 -1 4202560 48137 0 0 0 223825 44 0 0 20 0 41 0 101479767 16113160192 122631 33554432000 4194304 4196468 140736764335200 139829656440344 139829866100639 0 4 0 16800975 0 0 0 -1 3 0 0 25 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=777] ppid=736 vsize=15735508 memory=1228 CPUtime=2148.71 cores=0-7
/proc/739/task/777/stat : 777 (java) S 736 739 32706 0 -1 1077944384 47932 0 0 0 214831 40 0 0 20 0 41 0 101479767 16113160192 122631 33554432000 4194304 4196468 140736764335200 139829655394128 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 21 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=780] ppid=736 vsize=15735508 memory=5428 CPUtime=0 cores=0-7
/proc/739/task/780/stat : 780 (java) S 736 739 32706 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 41 0 101484264 16113160192 122631 33554432000 4194304 4196468 140736764335200 139829654340480 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=781] ppid=736 vsize=15735508 memory=4624 CPUtime=1911.81 cores=0-7
/proc/739/task/781/stat : 781 (java) R 736 739 32706 0 -1 4202560 37995 0 0 0 191146 35 0 0 20 0 41 0 101484265 16113160192 122631 33554432000 4194304 4196468 140736764335200 139829653284752 139829866404562 0 4 0 16800975 0 0 0 -1 6 0 0 17 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=782] ppid=736 vsize=15735508 memory=1424 CPUtime=24.41 cores=0-7
/proc/739/task/782/stat : 782 (java) S 736 739 32706 0 -1 1077944384 1775 0 0 0 2437 4 0 0 20 0 41 0 101484265 16113160192 122631 33554432000 4194304 4196468 140736764335200 139829652235472 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
Current children cumulated CPU time: 19714.3 s
Current children cumulated vsize: 15735508 KiB
Current children cumulated memory: 490524 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.50 8.78 8.92 9/219 838
/proc/meminfo: memFree=26421548/32770624 swapFree=67108860/67108860
[pid=739] ppid=736 vsize=15735508 memory=536772 CPUtime=19854 cores=0-7
/proc/739/stat : 739 (java) S 736 739 32706 0 -1 1077944320 1306070 0 0 0 1984190 1214 0 0 20 0 41 0 101479616 16113160192 134193 33554432000 4194304 4196468 140736764335200 140736764317744 139830241971959 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
/proc/739/statm: 3933877 134193 3858 1 0 3921071 0
[pid=739/tid=741] ppid=736 vsize=15735508 memory=6935054825532540783 CPUtime=1.41 cores=0-7
/proc/739/task/741/stat : 741 (java) S 736 739 32706 0 -1 1077944384 12785 0 0 0 135 6 0 0 20 0 41 0 101479617 16113160192 134193 33554432000 4194304 4196468 140736764335200 139830246209664 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=742] ppid=736 vsize=15735508 memory=1008 CPUtime=11.66 cores=0-7
/proc/739/task/742/stat : 742 (java) S 736 739 32706 0 -1 1077944384 67454 0 0 0 1095 71 0 0 20 0 41 0 101479617 16113160192 134193 33554432000 4194304 4196468 140736764335200 139830179572496 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 28 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=743] ppid=736 vsize=15735508 memory=10588 CPUtime=11.72 cores=0-7
/proc/739/task/743/stat : 743 (java) S 736 739 32706 0 -1 1077944384 62950 0 0 0 1098 74 0 0 20 0 41 0 101479617 16113160192 134193 33554432000 4194304 4196468 140736764335200 139830178519952 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 27 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=744] ppid=736 vsize=15735508 memory=1204 CPUtime=11.69 cores=0-7
/proc/739/task/744/stat : 744 (java) S 736 739 32706 0 -1 1077944384 68224 0 0 0 1094 75 0 0 20 0 41 0 101479617 16113160192 134193 33554432000 4194304 4196468 140736764335200 139829835209744 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 28 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=745] ppid=736 vsize=15735508 memory=15872 CPUtime=11.73 cores=0-7
/proc/739/task/745/stat : 745 (java) S 736 739 32706 0 -1 1077944384 65009 0 0 0 1097 76 0 0 20 0 41 0 101479617 16113160192 134193 33554432000 4194304 4196468 140736764335200 139829834157200 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 28 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=746] ppid=736 vsize=15735508 memory=1156 CPUtime=11.68 cores=0-7
/proc/739/task/746/stat : 746 (java) S 736 739 32706 0 -1 1077944384 69346 0 0 0 1093 75 0 0 20 0 41 0 101479617 16113160192 134193 33554432000 4194304 4196468 140736764335200 139829833103632 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 28 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=747] ppid=736 vsize=15735508 memory=4272 CPUtime=11.68 cores=0-7
/proc/739/task/747/stat : 747 (java) S 736 739 32706 0 -1 1077944384 67795 0 0 0 1091 77 0 0 20 0 41 0 101479617 16113160192 134193 33554432000 4194304 4196468 140736764335200 139829832051088 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 27 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=748] ppid=736 vsize=15735508 memory=538824 CPUtime=11.67 cores=0-7
/proc/739/task/748/stat : 748 (java) S 736 739 32706 0 -1 1077944384 69791 0 0 0 1095 72 0 0 20 0 41 0 101479617 16113160192 134193 33554432000 4194304 4196468 140736764335200 139829830998544 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 27 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=749] ppid=736 vsize=15735508 memory=541468 CPUtime=11.68 cores=0-7
/proc/739/task/749/stat : 749 (java) S 736 739 32706 0 -1 1077944384 65439 0 0 0 1093 75 0 0 20 0 41 0 101479617 16113160192 134193 33554432000 4194304 4196468 140736764335200 139829829946000 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 27 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=750] ppid=736 vsize=15735508 memory=2236 CPUtime=13.82 cores=0-7
/proc/739/task/750/stat : 750 (java) S 736 739 32706 0 -1 1077944384 170905 0 0 0 1185 197 0 0 20 0 41 0 101479619 16113160192 134193 33554432000 4194304 4196468 140736764335200 139829699377648 139830241983106 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 20 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=751] ppid=736 vsize=15735508 memory=4124 CPUtime=0 cores=0-7
/proc/739/task/751/stat : 751 (java) S 736 739 32706 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 41 0 101479619 16113160192 134193 33554432000 4194304 4196468 140736764335200 139829698323936 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=752] ppid=736 vsize=15735508 memory=2200 CPUtime=0 cores=0-7
/proc/739/task/752/stat : 752 (java) S 736 739 32706 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 41 0 101479620 16113160192 134193 33554432000 4194304 4196468 140736764335200 139829697271296 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=753] ppid=736 vsize=15735508 memory=6760 CPUtime=0 cores=0-7
/proc/739/task/753/stat : 753 (java) S 736 739 32706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 41 0 101479622 16113160192 134193 33554432000 4194304 4196468 140736764335200 139829696219856 139830241990555 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=754] ppid=736 vsize=15735508 memory=840 CPUtime=1.98 cores=0-7
/proc/739/task/754/stat : 754 (java) S 736 739 32706 0 -1 1077944384 19492 0 0 0 196 2 0 0 20 0 41 0 101479622 16113160192 134193 33554432000 4194304 4196468 140736764335200 139829695166448 139830241983106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=755] ppid=736 vsize=15735508 memory=1696 CPUtime=2.07 cores=0-7
/proc/739/task/755/stat : 755 (java) S 736 739 32706 0 -1 1077944384 19158 0 0 0 203 4 0 0 20 0 41 0 101479622 16113160192 134193 33554432000 4194304 4196468 140736764335200 139829694113904 139830241983106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 28 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=756] ppid=736 vsize=15735508 memory=916 CPUtime=2.54 cores=0-7
/proc/739/task/756/stat : 756 (java) S 736 739 32706 0 -1 1077944384 18291 0 0 0 251 3 0 0 20 0 41 0 101479622 16113160192 134193 33554432000 4194304 4196468 140736764335200 139829693061360 139830241983106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=757] ppid=736 vsize=15735508 memory=4156 CPUtime=0.93 cores=0-7
/proc/739/task/757/stat : 757 (java) S 736 739 32706 0 -1 1077944384 36810 0 0 0 86 7 0 0 20 0 41 0 101479622 16113160192 134193 33554432000 4194304 4196468 140736764335200 139829692008816 139830241983106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 39 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=758] ppid=736 vsize=15735508 memory=6935054825532540783 CPUtime=0 cores=0-7
/proc/739/task/758/stat : 758 (java) S 736 739 32706 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 41 0 101479622 16113160192 134193 33554432000 4194304 4196468 140736764335200 139829690956512 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=759] ppid=736 vsize=15735508 memory=2236 CPUtime=0.67 cores=0-7
/proc/739/task/759/stat : 759 (java) S 736 739 32706 0 -1 1077944384 7376 0 0 0 44 23 0 0 20 0 41 0 101479622 16113160192 134193 33554432000 4194304 4196468 140736764335200 139829689904048 139830241983106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 41 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=760] ppid=736 vsize=15735508 memory=4124 CPUtime=2.56 cores=0-7
/proc/739/task/760/stat : 760 (java) S 736 739 32706 0 -1 1077944384 20563 0 0 0 161 95 0 0 20 0 41 0 101479736 16113160192 134193 33554432000 4194304 4196468 140736764335200 139829679617744 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 26 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=761] ppid=736 vsize=15735508 memory=2200 CPUtime=2.23 cores=0-7
/proc/739/task/761/stat : 761 (java) S 736 739 32706 0 -1 1077944384 15754 0 0 0 88 135 0 0 20 0 41 0 101479747 16113160192 134193 33554432000 4194304 4196468 140736764335200 139829676467872 139830241983106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=762] ppid=736 vsize=15735508 memory=29104 CPUtime=43.52 cores=0-7
/proc/739/task/762/stat : 762 (java) S 736 739 32706 0 -1 1077944384 2656 0 0 0 4349 3 0 0 20 0 41 0 101479757 16113160192 134193 33554432000 4194304 4196468 140736764335200 139829675414400 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 10 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=763] ppid=736 vsize=15735508 memory=1292 CPUtime=2039.69 cores=0-7
/proc/739/task/763/stat : 763 (java) R 736 739 32706 0 -1 4202560 43936 0 0 0 203932 37 0 0 20 0 41 0 101479758 16113160192 134193 33554432000 4194304 4196468 140736764335200 139829674358752 140736764833510 0 4 0 16800975 0 0 0 -1 4 0 0 27 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=764] ppid=736 vsize=15735508 memory=2428 CPUtime=106.34 cores=0-7
/proc/739/task/764/stat : 764 (java) S 736 739 32706 0 -1 1077944384 2086 0 0 0 10631 3 0 0 20 0 41 0 101479758 16113160192 134193 33554432000 4194304 4196468 140736764335200 139829673309328 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=765] ppid=736 vsize=15735508 memory=1732 CPUtime=17.85 cores=0-7
/proc/739/task/765/stat : 765 (java) S 736 739 32706 0 -1 1077944384 1047 0 0 0 1785 0 0 0 20 0 41 0 101479758 16113160192 134193 33554432000 4194304 4196468 140736764335200 139829672256848 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=766] ppid=736 vsize=15735508 memory=1944 CPUtime=388.67 cores=0-7
/proc/739/task/766/stat : 766 (java) S 736 739 32706 0 -1 1077944384 14361 0 0 0 38856 11 0 0 20 0 41 0 101479758 16113160192 134193 33554432000 4194304 4196468 140736764335200 139829671204304 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=767] ppid=736 vsize=15735508 memory=1700 CPUtime=2202.89 cores=0-7
/proc/739/task/767/stat : 767 (java) R 736 739 32706 0 -1 4202560 45217 0 0 0 220236 53 0 0 20 0 41 0 101479762 16113160192 134193 33554432000 4194304 4196468 140736764335200 139829668048392 139829866376181 0 4 0 16800975 0 0 0 -1 2 0 0 19 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=768] ppid=736 vsize=15735508 memory=1228 CPUtime=1294.49 cores=0-7
/proc/739/task/768/stat : 768 (java) R 736 739 32706 0 -1 4202560 24645 0 0 0 129427 22 0 0 20 0 41 0 101479762 16113160192 134193 33554432000 4194304 4196468 140736764335200 139829666995984 139829866742768 0 4 0 16800975 0 0 0 -1 5 0 0 9 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=769] ppid=736 vsize=15735508 memory=5428 CPUtime=2315.38 cores=0-7
/proc/739/task/769/stat : 769 (java) R 736 739 32706 0 -1 4202560 49294 0 0 0 231496 42 0 0 20 0 41 0 101479762 16113160192 134193 33554432000 4194304 4196468 140736764335200 139829665943528 139829866292534 0 4 0 16800975 0 0 0 -1 6 0 0 21 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=770] ppid=736 vsize=15735508 memory=4624 CPUtime=0 cores=0-7
/proc/739/task/770/stat : 770 (java) S 736 739 32706 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 41 0 101479762 16113160192 134193 33554432000 4194304 4196468 140736764335200 139829664895888 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=771] ppid=736 vsize=15735508 memory=1424 CPUtime=1340.67 cores=0-7
/proc/739/task/771/stat : 771 (java) S 736 739 32706 0 -1 1077944384 36407 0 0 0 134036 31 0 0 20 0 41 0 101479763 16113160192 134193 33554432000 4194304 4196468 140736764335200 139829663843408 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 14 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=772] ppid=736 vsize=15735508 memory=13056 CPUtime=1555.4 cores=0-7
/proc/739/task/772/stat : 772 (java) R 736 739 32706 0 -1 4202560 31008 0 0 0 155510 30 0 0 20 0 41 0 101479766 16113160192 134193 33554432000 4194304 4196468 140736764335200 139829662788032 139829866742569 0 4 0 16800975 0 0 0 -1 1 0 0 22 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=773] ppid=736 vsize=15735508 memory=792 CPUtime=1034.36 cores=0-7
/proc/739/task/773/stat : 773 (java) S 736 739 32706 0 -1 1077944384 26803 0 0 0 103407 29 0 0 20 0 41 0 101479766 16113160192 134193 33554432000 4194304 4196468 140736764335200 139829661738320 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 15 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=774] ppid=736 vsize=15735508 memory=1008 CPUtime=923.31 cores=0-7
/proc/739/task/774/stat : 774 (java) R 736 739 32706 0 -1 4202560 29222 0 0 0 92312 19 0 0 20 0 41 0 101479766 16113160192 134193 33554432000 4194304 4196468 140736764335200 139829658548552 139829858886687 0 4 0 16800975 0 0 0 -1 0 0 0 9 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=775] ppid=736 vsize=15735508 memory=10588 CPUtime=111.25 cores=0-7
/proc/739/task/775/stat : 775 (java) S 736 739 32706 0 -1 1077944384 4619 0 0 0 11123 2 0 0 20 0 41 0 101479766 16113160192 134193 33554432000 4194304 4196468 140736764335200 139829657499216 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=776] ppid=736 vsize=15735508 memory=0 CPUtime=2256.01 cores=0-7
/proc/739/task/776/stat : 776 (java) R 736 739 32706 0 -1 4202560 48279 0 0 0 225557 44 0 0 20 0 41 0 101479767 16113160192 134193 33554432000 4194304 4196468 140736764335200 139829656440680 139829861092558 0 4 0 16800975 0 0 0 -1 7 0 0 25 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=777] ppid=736 vsize=15735508 memory=0 CPUtime=2148.71 cores=0-7
/proc/739/task/777/stat : 777 (java) S 736 739 32706 0 -1 1077944384 47932 0 0 0 214831 40 0 0 20 0 41 0 101479767 16113160192 134193 33554432000 4194304 4196468 140736764335200 139829655394128 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 21 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=780] ppid=736 vsize=15735508 memory=0 CPUtime=0 cores=0-7
/proc/739/task/780/stat : 780 (java) S 736 739 32706 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 41 0 101484264 16113160192 134193 33554432000 4194304 4196468 140736764335200 139829654340480 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=781] ppid=736 vsize=15735508 memory=0 CPUtime=1929.04 cores=0-7
/proc/739/task/781/stat : 781 (java) R 736 739 32706 0 -1 4202560 38142 0 0 0 192868 36 0 0 20 0 41 0 101484265 16113160192 134193 33554432000 4194304 4196468 140736764335200 139829653281240 139829866617330 0 4 0 16800975 0 0 0 -1 3 0 0 17 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
[pid=739/tid=782] ppid=736 vsize=15735508 memory=0 CPUtime=24.41 cores=0-7
/proc/739/task/782/stat : 782 (java) S 736 739 32706 0 -1 1077944384 1775 0 0 0 2437 4 0 0 20 0 41 0 101484265 16113160192 134193 33554432000 4194304 4196468 140736764335200 139829652235472 139830241982165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31006720 140736764339297 140736764339483 140736764339483 140736764342223 0
Current children cumulated CPU time: 19854 s
Current children cumulated vsize: 15735508 KiB
Current children cumulated memory: 536772 KiB

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

[startup+2520.13 s]
# the end of solver process 739 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=19842.8 s, system=12.1528 s

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

[startup+2520.12 s]*
/proc/loadavg: 8.50 8.78 8.92 2/180 840
/proc/meminfo: memFree=26506348/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 2520.13
CPU time (s): 19854.9
CPU user time (s): 19842.8
CPU system time (s): 12.1528
CPU usage (%): 787.852
Max. virtual memory (cumulated for all children) (KiB): 15735508
Max. memory (cumulated for all children) (KiB): 1504576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19842.8
system time used= 12.1528
maximum resident set size= 1522732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1306489
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1403151
involuntary context switches= 614392


# summary of solver processes directly reported to runsolver:
#   pid: 739
#   total CPU time (s): 19854.9
#   total CPU user time (s): 19842.8
#   total CPU system time (s): 12.1528

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 25.5513 second user time and 32.3532 second system time

The end

Launcher Data

Begin job on node114 at 2017-08-14 05:57:39
IDJOB=4275345
IDBENCH=120752
IDSOLVER=2668
FILE ID=node114/4275345-1502683918
RUNJOBID= node114-1502678012-32733
PBS_JOBID= 20628980
Free space on /tmp= 61700 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/GracefulGraph/GracefulGraph-m1-s1/GracefulGraph-K03-P04.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4275345-1502683918/watcher-4275345-1502683918 -o /tmp/evaluation-result-4275345-1502683918/solver-4275345-1502683918 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node114-1502678012-32733 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 2072407504 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275345-1502683918.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= df366086143c09aabef923644f665168
RANDOM SEED=2072407504

node114.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	: 5332.98
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	: 5332.98
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	: 5332.98
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	: 5332.98
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:        26953992 kB
MemAvailable:   31987216 kB
Buffers:          182648 kB
Cached:          5138836 kB
SwapCached:            0 kB
Active:           488608 kB
Inactive:        4886992 kB
Active(anon):      57040 kB
Inactive(anon):    25036 kB
Active(file):     431568 kB
Inactive(file):  4861956 kB
Unevictable:        6520 kB
Mlocked:            6520 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42320 kB
Writeback:            64 kB
AnonPages:         60240 kB
Mapped:            44172 kB
Shmem:             25224 kB
Slab:             136712 kB
SReclaimable:     111072 kB
SUnreclaim:        25640 kB
KernelStack:        3184 kB
PageTables:         4868 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     321772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 61656 MiB
End job on node114 at 2017-08-14 06:39:40