Trace number 4311690

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Conflict Ordering with restarts 2018-08-17? (TO) 2520.05 2497.21

General information on the benchmark

NameNurseRostering/
NurseRostering-17_c18.xml
MD5SUMe10494f4d2f2bb4c080233ff8f9dca75
Bench CategoryCOP (optimization 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 variables3248
Number of constraints8691
Number of domains15
Minimum domain size1
Maximum domain size57
Distribution of domain sizes[{"size":1,"count":80},{"size":2,"count":736},{"size":5,"count":1792},{"size":11,"count":24},{"size":33,"count":504},{"size":57,"count":112}]
Minimum variable degree2
Maximum variable degree25
Distribution of variable degrees[{"degree":2,"count":1200},{"degree":3,"count":256},{"degree":15,"count":24},{"degree":16,"count":37},{"degree":17,"count":3},{"degree":18,"count":22},{"degree":19,"count":34},{"degree":20,"count":44},{"degree":21,"count":67},{"degree":22,"count":108},{"degree":23,"count":674},{"degree":24,"count":625},{"degree":25,"count":154}]
Minimum constraint arity2
Maximum constraint arity160
Distribution of constraint arities[{"arity":2,"count":3096},{"arity":3,"count":3456},{"arity":5,"count":136},{"arity":6,"count":1530},{"arity":8,"count":32},{"arity":33,"count":280},{"arity":57,"count":160},{"arity":160,"count":1}]
Number of extensional constraints2040
Number of intensional constraints1056
Distribution of constraint types[{"type":"extension","count":2040},{"type":"intension","count":1056},{"type":"regular","count":3456},{"type":"sum","count":64},{"type":"count","count":2074},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.67/0.55	c version: 2018-08-17
0.67/0.55	c seed: 277283233
0.67/0.56	c timeout: 2520
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 1
0.67/0.58	c Parsing instance...
8.73/3.67	c Parsing done, starting search...
2520.02/2497.20	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 (9240 MiB free)
  memory of node 1: 16384 MiB (13169 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4311690-1534541083/watcher-4311690-1534541083 -o /tmp/evaluation-result-4311690-1534541083/solver-4311690-1534541083 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534541043-22859 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 277283233 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311690-1534541083.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=22981, runsolver pid=22978
Current StackSize limit: 8192 KiB


[startup+0.10016 s]*
/proc/loadavg: 0.67 0.18 0.10 3/215 22996
/proc/meminfo: memFree=22928700/32770624 swapFree=67108500/67108860
[pid=22981] ppid=22978 vsize=14082736 memory=31764 CPUtime=0.12 cores=1,3,5,7
/proc/22981/stat : 22981 (java) S 22978 22981 22827 0 -1 1077944320 6851 0 0 0 11 1 0 0 20 0 15 0 271671523 14420721664 7941 33554432000 4194304 4196468 140735241786352 140735241768896 139755959578359 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
/proc/22981/statm: 3520684 7941 3151 1 0 3482761 0
[pid=22981/tid=22983] ppid=22978 vsize=14082736 memory=-8701690554792185724 CPUtime=0.09 cores=1,3,5,7
/proc/22981/task/22983/stat : 22983 (java) R 22978 22981 22827 0 -1 4202560 4885 0 0 0 9 0 0 0 20 0 15 0 271671524 14420721664 7941 33554432000 4194304 4196468 140735241786352 139755963809856 139755959590294 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22984] ppid=22978 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22984/stat : 22984 (java) S 22978 22981 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271671525 14420721664 7941 33554432000 4194304 4196468 140735241786352 139755889666576 139755959588565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22985] ppid=22978 vsize=14082736 memory=140551846389376 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22985/stat : 22985 (java) S 22978 22981 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271671525 14420721664 7941 33554432000 4194304 4196468 140735241786352 139755888614032 139755959588565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22986] ppid=22978 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22986/stat : 22986 (java) S 22978 22981 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271671525 14420721664 7941 33554432000 4194304 4196468 140735241786352 139755553208592 139755959588565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22987] ppid=22978 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22987/stat : 22987 (java) S 22978 22981 22827 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271671525 14420721664 7941 33554432000 4194304 4196468 140735241786352 139755552156048 139755959588565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22988] ppid=22978 vsize=14082736 memory=140551846389376 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22988/stat : 22988 (java) S 22978 22981 22827 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271671526 14420721664 7941 33554432000 4194304 4196468 140735241786352 139755501652720 139755959589506 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22989] ppid=22978 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22989/stat : 22989 (java) S 22978 22981 22827 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 271671526 14420721664 7941 33554432000 4194304 4196468 140735241786352 139755500598944 139755959588565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22990] ppid=22978 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22990/stat : 22990 (java) S 22978 22981 22827 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 271671527 14420721664 7941 33554432000 4194304 4196468 140735241786352 139755499545840 139755959588565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22991] ppid=22978 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22991/stat : 22991 (java) S 22978 22981 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271671529 14420721664 7941 33554432000 4194304 4196468 140735241786352 139755498494416 139755959596955 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22992] ppid=22978 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22992/stat : 22992 (java) S 22978 22981 22827 0 -1 1077944384 313 0 0 0 0 0 0 0 20 0 15 0 271671529 14420721664 7941 33554432000 4194304 4196468 140735241786352 139755497441520 139755959589506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22993] ppid=22978 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22993/stat : 22993 (java) S 22978 22981 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271671529 14420721664 7941 33554432000 4194304 4196468 140735241786352 139755496388976 139755959589506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22994] ppid=22978 vsize=14082736 memory=140551846389376 CPUtime=0.01 cores=1,3,5,7
/proc/22981/task/22994/stat : 22994 (java) S 22978 22981 22827 0 -1 1077944384 274 0 0 0 1 0 0 0 20 0 15 0 271671529 14420721664 7941 33554432000 4194304 4196468 140735241786352 139755495335920 139755959589506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22995] ppid=22978 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22995/stat : 22995 (java) S 22978 22981 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271671529 14420721664 7941 33554432000 4194304 4196468 140735241786352 139755494283616 139755959588565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22996] ppid=22978 vsize=14082736 memory=140551846389376 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22996/stat : 22996 (java) S 22978 22981 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271671529 14420721664 7941 33554432000 4194304 4196468 140735241786352 139755493231664 139755959589506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31764 KiB

[startup+0.213714 s]*
/proc/loadavg: 0.67 0.18 0.10 5/215 22996
/proc/meminfo: memFree=22913320/32770624 swapFree=67108500/67108860
[pid=22981] ppid=22978 vsize=14082736 memory=47576 CPUtime=0.31 cores=1,3,5,7
/proc/22981/stat : 22981 (java) S 22978 22981 22827 0 -1 1077944320 10533 0 0 0 29 2 0 0 20 0 15 0 271671523 14420721664 11894 33554432000 4194304 4196468 140735241786352 140735241768896 139755959578359 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
/proc/22981/statm: 3520684 11894 3362 1 0 3482761 0
[pid=22981/tid=22983] ppid=22978 vsize=14082736 memory=7022364594140610616 CPUtime=0.21 cores=1,3,5,7
/proc/22981/task/22983/stat : 22983 (java) R 22978 22981 22827 0 -1 4202560 8233 0 0 0 19 2 0 0 20 0 15 0 271671524 14420721664 11894 33554432000 4194304 4196468 140735241786352 139755963804976 139755943621989 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22984] ppid=22978 vsize=14082736 memory=365 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22984/stat : 22984 (java) S 22978 22981 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271671525 14420721664 11894 33554432000 4194304 4196468 140735241786352 139755889666576 139755959588565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22985] ppid=22978 vsize=14082736 memory=140551847813395 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22985/stat : 22985 (java) S 22978 22981 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271671525 14420721664 11894 33554432000 4194304 4196468 140735241786352 139755888614032 139755959588565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22986] ppid=22978 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22986/stat : 22986 (java) S 22978 22981 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271671525 14420721664 11894 33554432000 4194304 4196468 140735241786352 139755553208592 139755959588565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22987] ppid=22978 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22987/stat : 22987 (java) S 22978 22981 22827 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271671525 14420721664 11894 33554432000 4194304 4196468 140735241786352 139755552156048 139755959588565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22988] ppid=22978 vsize=14082736 memory=140551846389376 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22988/stat : 22988 (java) S 22978 22981 22827 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 271671526 14420721664 11894 33554432000 4194304 4196468 140735241786352 139755501652720 139755959589506 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22989] ppid=22978 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22989/stat : 22989 (java) S 22978 22981 22827 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 271671526 14420721664 11894 33554432000 4194304 4196468 140735241786352 139755500598944 139755959588565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22990] ppid=22978 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22990/stat : 22990 (java) S 22978 22981 22827 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 271671527 14420721664 11894 33554432000 4194304 4196468 140735241786352 139755499545840 139755959588565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22991] ppid=22978 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22991/stat : 22991 (java) S 22978 22981 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271671529 14420721664 11894 33554432000 4194304 4196468 140735241786352 139755498494416 139755959596955 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22992] ppid=22978 vsize=14082736 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/22981/task/22992/stat : 22992 (java) S 22978 22981 22827 0 -1 1077944384 363 0 0 0 1 0 0 0 20 0 15 0 271671529 14420721664 11894 33554432000 4194304 4196468 140735241786352 139755497441520 139755959589506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22993] ppid=22978 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/22981/task/22993/stat : 22993 (java) R 22978 22981 22827 0 -1 1077944384 262 0 0 0 2 0 0 0 20 0 15 0 271671529 14420721664 11894 33554432000 4194304 4196468 140735241786352 139755496388976 139755959589506 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22994] ppid=22978 vsize=14082736 memory=140551846389376 CPUtime=0.06 cores=1,3,5,7
/proc/22981/task/22994/stat : 22994 (java) R 22978 22981 22827 0 -1 4202560 299 0 0 0 6 0 0 0 20 0 15 0 271671529 14420721664 11894 33554432000 4194304 4196468 140735241786352 139755495335920 139755959590294 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22995] ppid=22978 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22995/stat : 22995 (java) S 22978 22981 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271671529 14420721664 11894 33554432000 4194304 4196468 140735241786352 139755494283616 139755959588565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22996] ppid=22978 vsize=14082736 memory=140551846389376 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22996/stat : 22996 (java) S 22978 22981 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271671529 14420721664 11894 33554432000 4194304 4196468 140735241786352 139755493231664 139755959589506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47576 KiB

[startup+0.310449 s]*
/proc/loadavg: 0.67 0.18 0.10 3/215 22996
/proc/meminfo: memFree=22909468/32770624 swapFree=67108500/67108860
[pid=22981] ppid=22978 vsize=14082736 memory=50908 CPUtime=0.44 cores=1,3,5,7
/proc/22981/stat : 22981 (java) S 22978 22981 22827 0 -1 1077944320 10886 0 0 0 42 2 0 0 20 0 15 0 271671523 14420721664 12727 33554432000 4194304 4196468 140735241786352 140735241768896 139755959578359 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
/proc/22981/statm: 3520684 12727 3365 1 0 3482761 0
[pid=22981/tid=22983] ppid=22978 vsize=14082736 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/22981/task/22983/stat : 22983 (java) R 22978 22981 22827 0 -1 4202560 8557 0 0 0 28 2 0 0 20 0 15 0 271671524 14420721664 12727 33554432000 4194304 4196468 140735241786352 139755963789872 139755944743959 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22984] ppid=22978 vsize=14082736 memory=304556161963917335 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22984/stat : 22984 (java) S 22978 22981 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271671525 14420721664 12727 33554432000 4194304 4196468 140735241786352 139755889666576 139755959588565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22985] ppid=22978 vsize=14082736 memory=140551847800295 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22985/stat : 22985 (java) S 22978 22981 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271671525 14420721664 12727 33554432000 4194304 4196468 140735241786352 139755888614032 139755959588565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22986] ppid=22978 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22986/stat : 22986 (java) S 22978 22981 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271671525 14420721664 12727 33554432000 4194304 4196468 140735241786352 139755553208592 139755959588565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22987] ppid=22978 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22987/stat : 22987 (java) S 22978 22981 22827 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271671525 14420721664 12727 33554432000 4194304 4196468 140735241786352 139755552156048 139755959588565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22988] ppid=22978 vsize=14082736 memory=140551846389376 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22988/stat : 22988 (java) S 22978 22981 22827 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 271671526 14420721664 12727 33554432000 4194304 4196468 140735241786352 139755501652720 139755959589506 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22989] ppid=22978 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22989/stat : 22989 (java) S 22978 22981 22827 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 271671526 14420721664 12727 33554432000 4194304 4196468 140735241786352 139755500598944 139755959588565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22990] ppid=22978 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22990/stat : 22990 (java) S 22978 22981 22827 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 271671527 14420721664 12727 33554432000 4194304 4196468 140735241786352 139755499545840 139755959588565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22991] ppid=22978 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22991/stat : 22991 (java) S 22978 22981 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271671529 14420721664 12727 33554432000 4194304 4196468 140735241786352 139755498494416 139755959596955 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22992] ppid=22978 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/22981/task/22992/stat : 22992 (java) S 22978 22981 22827 0 -1 1077944384 378 0 0 0 2 0 0 0 20 0 15 0 271671529 14420721664 12727 33554432000 4194304 4196468 140735241786352 139755497441520 139755959589506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22993] ppid=22978 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/22981/task/22993/stat : 22993 (java) S 22978 22981 22827 0 -1 1077944384 262 0 0 0 2 0 0 0 20 0 15 0 271671529 14420721664 12727 33554432000 4194304 4196468 140735241786352 139755496388976 139755959589506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22994] ppid=22978 vsize=14082736 memory=140551846389376 CPUtime=0.08 cores=1,3,5,7
/proc/22981/task/22994/stat : 22994 (java) S 22978 22981 22827 0 -1 1077944384 307 0 0 0 8 0 0 0 20 0 15 0 271671529 14420721664 12727 33554432000 4194304 4196468 140735241786352 139755495335920 139755959589506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22995] ppid=22978 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22995/stat : 22995 (java) S 22978 22981 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271671529 14420721664 12727 33554432000 4194304 4196468 140735241786352 139755494283616 139755959588565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22996] ppid=22978 vsize=14082736 memory=140551846389376 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22996/stat : 22996 (java) S 22978 22981 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271671529 14420721664 12727 33554432000 4194304 4196468 140735241786352 139755493231664 139755959589506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50908 KiB

[startup+0.700747 s]
/proc/loadavg: 0.67 0.18 0.10 3/215 22996
/proc/meminfo: memFree=22885180/32770624 swapFree=67108500/67108860
[pid=22981] ppid=22978 vsize=14084804 memory=90864 CPUtime=0.98 cores=1,3,5,7
/proc/22981/stat : 22981 (java) S 22978 22981 22827 0 -1 1077944320 17584 0 0 0 93 5 0 0 20 0 15 0 271671523 14422839296 22716 33554432000 4194304 4196468 140735241786352 140735241768896 139755959578359 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
/proc/22981/statm: 3521201 22716 3499 1 0 3483273 0
[pid=22981/tid=22983] ppid=22978 vsize=14084804 memory=1752 CPUtime=0.67 cores=1,3,5,7
/proc/22981/task/22983/stat : 22983 (java) R 22978 22981 22827 0 -1 4202560 14895 0 0 0 63 4 0 0 20 0 15 0 271671524 14422839296 22716 33554432000 4194304 4196468 140735241786352 139755963789136 139755943658846 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22984] ppid=22978 vsize=14084804 memory=748 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22984/stat : 22984 (java) S 22978 22981 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271671525 14422839296 22716 33554432000 4194304 4196468 140735241786352 139755889666576 139755959588565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22985] ppid=22978 vsize=14084804 memory=1820 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22985/stat : 22985 (java) S 22978 22981 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271671525 14422839296 22716 33554432000 4194304 4196468 140735241786352 139755888614032 139755959588565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22986] ppid=22978 vsize=14084804 memory=4296 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22986/stat : 22986 (java) S 22978 22981 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271671525 14422839296 22716 33554432000 4194304 4196468 140735241786352 139755553208592 139755959588565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22987] ppid=22978 vsize=14084804 memory=3480 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22987/stat : 22987 (java) S 22978 22981 22827 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271671525 14422839296 22716 33554432000 4194304 4196468 140735241786352 139755552156048 139755959588565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22988] ppid=22978 vsize=14084804 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22988/stat : 22988 (java) S 22978 22981 22827 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 271671526 14422839296 22716 33554432000 4194304 4196468 140735241786352 139755501652720 139755959589506 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22989] ppid=22978 vsize=14084804 memory=10212 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22989/stat : 22989 (java) S 22978 22981 22827 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 271671526 14422839296 22716 33554432000 4194304 4196468 140735241786352 139755500598944 139755959588565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22990] ppid=22978 vsize=14084804 memory=1612 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22990/stat : 22990 (java) S 22978 22981 22827 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 271671527 14422839296 22716 33554432000 4194304 4196468 140735241786352 139755499545840 139755959588565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22991] ppid=22978 vsize=14084804 memory=6404 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22991/stat : 22991 (java) S 22978 22981 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271671529 14422839296 22716 33554432000 4194304 4196468 140735241786352 139755498494416 139755959596955 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22992] ppid=22978 vsize=14084804 memory=6297835844906604903 CPUtime=0.05 cores=1,3,5,7
/proc/22981/task/22992/stat : 22992 (java) S 22978 22981 22827 0 -1 1077944384 525 0 0 0 5 0 0 0 20 0 15 0 271671529 14422839296 22716 33554432000 4194304 4196468 140735241786352 139755497441520 139755959589506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22993] ppid=22978 vsize=14084804 memory=8099279071866868840 CPUtime=0.09 cores=1,3,5,7
/proc/22981/task/22993/stat : 22993 (java) S 22978 22981 22827 0 -1 1077944384 414 0 0 0 9 0 0 0 20 0 15 0 271671529 14422839296 22716 33554432000 4194304 4196468 140735241786352 139755496388976 139755959589506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22994] ppid=22978 vsize=14084804 memory=4641330296368681042 CPUtime=0.15 cores=1,3,5,7
/proc/22981/task/22994/stat : 22994 (java) S 22978 22981 22827 0 -1 1077944384 369 0 0 0 15 0 0 0 20 0 15 0 271671529 14422839296 22716 33554432000 4194304 4196468 140735241786352 139755495335920 139755959589506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22995] ppid=22978 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22995/stat : 22995 (java) S 22978 22981 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271671529 14422839296 22716 33554432000 4194304 4196468 140735241786352 139755494283616 139755959588565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22996] ppid=22978 vsize=14084804 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22996/stat : 22996 (java) S 22978 22981 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271671529 14422839296 22716 33554432000 4194304 4196468 140735241786352 139755493231664 139755959589506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 90864 KiB

[startup+1.50087 s]
/proc/loadavg: 0.67 0.18 0.10 6/215 22996
/proc/meminfo: memFree=22843052/32770624 swapFree=67108500/67108860
[pid=22981] ppid=22978 vsize=14088900 memory=188076 CPUtime=3.46 cores=1,3,5,7
/proc/22981/stat : 22981 (java) S 22978 22981 22827 0 -1 1077944320 24839 0 0 0 338 8 0 0 20 0 15 0 271671523 14427033600 47019 33554432000 4194304 4196468 140735241786352 140735241768896 139755959578359 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
/proc/22981/statm: 3522225 47019 3551 1 0 3484297 0
[pid=22981/tid=22983] ppid=22978 vsize=14088900 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/22981/task/22983/stat : 22983 (java) R 22978 22981 22827 0 -1 4202560 18101 0 0 0 141 6 0 0 20 0 15 0 271671524 14427033600 47019 33554432000 4194304 4196468 140735241786352 139755963810848 139755937580865 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22984] ppid=22978 vsize=14088900 memory=-8253362762724047225 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22984/stat : 22984 (java) S 22978 22981 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271671525 14427033600 47019 33554432000 4194304 4196468 140735241786352 139755889666576 139755959588565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22985] ppid=22978 vsize=14088900 memory=-8609294073281748341 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22985/stat : 22985 (java) S 22978 22981 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271671525 14427033600 47019 33554432000 4194304 4196468 140735241786352 139755888614032 139755959588565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22986] ppid=22978 vsize=14088900 memory=-6517102902069810590 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22986/stat : 22986 (java) S 22978 22981 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271671525 14427033600 47019 33554432000 4194304 4196468 140735241786352 139755553208592 139755959588565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22987] ppid=22978 vsize=14088900 memory=4134692831991786133 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22987/stat : 22987 (java) S 22978 22981 22827 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271671525 14427033600 47019 33554432000 4194304 4196468 140735241786352 139755552156048 139755959588565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22988] ppid=22978 vsize=14088900 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22988/stat : 22988 (java) S 22978 22981 22827 0 -1 1077944384 95 0 0 0 0 0 0 0 20 0 15 0 271671526 14427033600 47019 33554432000 4194304 4196468 140735241786352 139755501652720 139755959589506 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0

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

/proc/22981/task/22983/stat : 22983 (java) R 22978 22981 22827 0 -1 4202560 64083 0 0 0 231590 28 0 0 20 0 15 0 271671524 14431227904 276737 33554432000 4194304 4196468 140735241786352 139755963816384 139755582448410 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22984] ppid=22978 vsize=14092996 memory=1106948 CPUtime=4.35 cores=1,3,5,7
/proc/22981/task/22984/stat : 22984 (java) S 22978 22981 22827 0 -1 1077944384 17694 0 0 0 414 21 0 0 20 0 15 0 271671525 14431227904 276737 33554432000 4194304 4196468 140735241786352 139755889666576 139755959588565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22985] ppid=22978 vsize=14092996 memory=1106948 CPUtime=4.36 cores=1,3,5,7
/proc/22981/task/22985/stat : 22985 (java) S 22978 22981 22827 0 -1 1077944384 18319 0 0 0 416 20 0 0 20 0 15 0 271671525 14431227904 276737 33554432000 4194304 4196468 140735241786352 139755888614032 139755959588565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22986] ppid=22978 vsize=14092996 memory=1106948 CPUtime=4.33 cores=1,3,5,7
/proc/22981/task/22986/stat : 22986 (java) S 22978 22981 22827 0 -1 1077944384 17873 0 0 0 414 19 0 0 20 0 15 0 271671525 14431227904 276737 33554432000 4194304 4196468 140735241786352 139755553208592 139755959588565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22987] ppid=22978 vsize=14092996 memory=1106948 CPUtime=4.32 cores=1,3,5,7
/proc/22981/task/22987/stat : 22987 (java) S 22978 22981 22827 0 -1 1077944384 20845 0 0 0 412 20 0 0 20 0 15 0 271671525 14431227904 276737 33554432000 4194304 4196468 140735241786352 139755552156048 139755959588565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22988] ppid=22978 vsize=14092996 memory=432 CPUtime=1.48 cores=1,3,5,7
/proc/22981/task/22988/stat : 22988 (java) S 22978 22981 22827 0 -1 1077944384 12107 0 0 0 136 12 0 0 20 0 15 0 271671526 14431227904 276737 33554432000 4194304 4196468 140735241786352 139755501652720 139755959589506 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22989] ppid=22978 vsize=14092996 memory=1106948 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22989/stat : 22989 (java) S 22978 22981 22827 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 271671526 14431227904 276737 33554432000 4194304 4196468 140735241786352 139755500599008 139755959588565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22990] ppid=22978 vsize=14092996 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22990/stat : 22990 (java) S 22978 22981 22827 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 271671527 14431227904 276737 33554432000 4194304 4196468 140735241786352 139755499545856 139755959588565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22991] ppid=22978 vsize=14092996 memory=4296 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22991/stat : 22991 (java) S 22978 22981 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271671529 14431227904 276737 33554432000 4194304 4196468 140735241786352 139755498494416 139755959596955 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22992] ppid=22978 vsize=14092996 memory=3480 CPUtime=3.34 cores=1,3,5,7
/proc/22981/task/22992/stat : 22992 (java) S 22978 22981 22827 0 -1 1077944384 11046 0 0 0 332 2 0 0 20 0 15 0 271671529 14431227904 276737 33554432000 4194304 4196468 140735241786352 139755497441520 139755959589506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22993] ppid=22978 vsize=14092996 memory=1106948 CPUtime=3.57 cores=1,3,5,7
/proc/22981/task/22993/stat : 22993 (java) S 22978 22981 22827 0 -1 1077944384 8542 0 0 0 356 1 0 0 20 0 15 0 271671529 14431227904 276737 33554432000 4194304 4196468 140735241786352 139755496388976 139755959589506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22994] ppid=22978 vsize=14092996 memory=1106948 CPUtime=1.34 cores=1,3,5,7
/proc/22981/task/22994/stat : 22994 (java) S 22978 22981 22827 0 -1 1077944384 12921 0 0 0 132 2 0 0 20 0 15 0 271671529 14431227904 276737 33554432000 4194304 4196468 140735241786352 139755495335920 139755959589506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22995] ppid=22978 vsize=14092996 memory=1106948 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22995/stat : 22995 (java) S 22978 22981 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271671529 14431227904 276737 33554432000 4194304 4196468 140735241786352 139755494283616 139755959588565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22996] ppid=22978 vsize=14092996 memory=1106948 CPUtime=0.54 cores=1,3,5,7
/proc/22981/task/22996/stat : 22996 (java) S 22978 22981 22827 0 -1 1077944384 1206 0 0 0 26 28 0 0 20 0 15 0 271671529 14431227904 276737 33554432000 4194304 4196468 140735241786352 139755493231664 139755959589506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
Current children cumulated CPU time: 2343.93 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 1106948 KiB

[startup+2382.3 s]
/proc/loadavg: 1.71 1.54 1.37 3/217 23111
/proc/meminfo: memFree=21870684/32770624 swapFree=67108500/67108860
[pid=22981] ppid=22978 vsize=14092996 memory=1099252 CPUtime=2404.38 cores=1,3,5,7
/proc/22981/stat : 22981 (java) S 22978 22981 22827 0 -1 1077944320 187423 0 0 0 240293 145 0 0 20 0 15 0 271671523 14431227904 274813 33554432000 4194304 4196468 140735241786352 140735241768896 139755959578359 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
/proc/22981/statm: 3523249 274813 3617 1 0 3485321 0
[pid=22981/tid=22983] ppid=22978 vsize=14092996 memory=1099252 CPUtime=2375.97 cores=1,3,5,7
/proc/22981/task/22983/stat : 22983 (java) R 22978 22981 22827 0 -1 4202560 64597 0 0 0 237569 28 0 0 20 0 15 0 271671524 14431227904 274813 33554432000 4194304 4196468 140735241786352 139755963816464 139755570920514 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22984] ppid=22978 vsize=14092996 memory=1099252 CPUtime=4.51 cores=1,3,5,7
/proc/22981/task/22984/stat : 22984 (java) S 22978 22981 22827 0 -1 1077944384 17861 0 0 0 429 22 0 0 20 0 15 0 271671525 14431227904 274813 33554432000 4194304 4196468 140735241786352 139755889666576 139755959588565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22985] ppid=22978 vsize=14092996 memory=1099764 CPUtime=4.5 cores=1,3,5,7
/proc/22981/task/22985/stat : 22985 (java) S 22978 22981 22827 0 -1 1077944384 18531 0 0 0 430 20 0 0 20 0 15 0 271671525 14431227904 274813 33554432000 4194304 4196468 140735241786352 139755888614032 139755959588565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22986] ppid=22978 vsize=14092996 memory=1099252 CPUtime=4.48 cores=1,3,5,7
/proc/22981/task/22986/stat : 22986 (java) S 22978 22981 22827 0 -1 1077944384 17983 0 0 0 429 19 0 0 20 0 15 0 271671525 14431227904 274813 33554432000 4194304 4196468 140735241786352 139755553208592 139755959588565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22987] ppid=22978 vsize=14092996 memory=1106948 CPUtime=4.47 cores=1,3,5,7
/proc/22981/task/22987/stat : 22987 (java) S 22978 22981 22827 0 -1 1077944384 21036 0 0 0 427 20 0 0 20 0 15 0 271671525 14431227904 274813 33554432000 4194304 4196468 140735241786352 139755552156048 139755959588565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22988] ppid=22978 vsize=14092996 memory=1100788 CPUtime=1.53 cores=1,3,5,7
/proc/22981/task/22988/stat : 22988 (java) S 22978 22981 22827 0 -1 1077944384 12233 0 0 0 141 12 0 0 20 0 15 0 271671526 14431227904 274813 33554432000 4194304 4196468 140735241786352 139755501652720 139755959589506 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22989] ppid=22978 vsize=14092996 memory=3816 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22989/stat : 22989 (java) S 22978 22981 22827 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 271671526 14431227904 274813 33554432000 4194304 4196468 140735241786352 139755500599008 139755959588565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22990] ppid=22978 vsize=14092996 memory=1100276 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22990/stat : 22990 (java) S 22978 22981 22827 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 271671527 14431227904 274813 33554432000 4194304 4196468 140735241786352 139755499545856 139755959588565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22991] ppid=22978 vsize=14092996 memory=1100276 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22991/stat : 22991 (java) S 22978 22981 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271671529 14431227904 274813 33554432000 4194304 4196468 140735241786352 139755498494416 139755959596955 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22992] ppid=22978 vsize=14092996 memory=0 CPUtime=3.34 cores=1,3,5,7
/proc/22981/task/22992/stat : 22992 (java) S 22978 22981 22827 0 -1 1077944384 11048 0 0 0 332 2 0 0 20 0 15 0 271671529 14431227904 274813 33554432000 4194304 4196468 140735241786352 139755497441520 139755959589506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22993] ppid=22978 vsize=14092996 memory=7654220927976697191 CPUtime=3.57 cores=1,3,5,7
/proc/22981/task/22993/stat : 22993 (java) S 22978 22981 22827 0 -1 1077944384 8544 0 0 0 356 1 0 0 20 0 15 0 271671529 14431227904 274813 33554432000 4194304 4196468 140735241786352 139755496388976 139755959589506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22994] ppid=22978 vsize=14092996 memory=1116 CPUtime=1.34 cores=1,3,5,7
/proc/22981/task/22994/stat : 22994 (java) S 22978 22981 22827 0 -1 1077944384 12923 0 0 0 132 2 0 0 20 0 15 0 271671529 14431227904 274813 33554432000 4194304 4196468 140735241786352 139755495335920 139755959589506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22995] ppid=22978 vsize=14092996 memory=2132 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22995/stat : 22995 (java) S 22978 22981 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271671529 14431227904 274813 33554432000 4194304 4196468 140735241786352 139755494283616 139755959588565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22996] ppid=22978 vsize=14092996 memory=1752 CPUtime=0.56 cores=1,3,5,7
/proc/22981/task/22996/stat : 22996 (java) S 22978 22981 22827 0 -1 1077944384 1219 0 0 0 27 29 0 0 20 0 15 0 271671529 14431227904 274813 33554432000 4194304 4196468 140735241786352 139755493231664 139755959589506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
Current children cumulated CPU time: 2404.38 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 1099252 KiB

[startup+2442.3 s]
/proc/loadavg: 1.60 1.55 1.39 3/216 23112
/proc/meminfo: memFree=21871728/32770624 swapFree=67108500/67108860
[pid=22981] ppid=22978 vsize=14092996 memory=1096684 CPUtime=2464.76 cores=1,3,5,7
/proc/22981/stat : 22981 (java) S 22978 22981 22827 0 -1 1077944320 188847 0 0 0 246330 146 0 0 20 0 15 0 271671523 14431227904 274171 33554432000 4194304 4196468 140735241786352 140735241768896 139755959578359 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
/proc/22981/statm: 3523249 274171 3617 1 0 3485321 0
[pid=22981/tid=22983] ppid=22978 vsize=14092996 memory=1096684 CPUtime=2435.77 cores=1,3,5,7
/proc/22981/task/22983/stat : 22983 (java) R 22978 22981 22827 0 -1 4202560 65094 0 0 0 243548 29 0 0 20 0 15 0 271671524 14431227904 274171 33554432000 4194304 4196468 140735241786352 139755963816640 139755582497374 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22984] ppid=22978 vsize=14092996 memory=1096684 CPUtime=4.64 cores=1,3,5,7
/proc/22981/task/22984/stat : 22984 (java) S 22978 22981 22827 0 -1 1077944384 18123 0 0 0 442 22 0 0 20 0 15 0 271671525 14431227904 274171 33554432000 4194304 4196468 140735241786352 139755889666576 139755959588565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22985] ppid=22978 vsize=14092996 memory=1096684 CPUtime=4.63 cores=1,3,5,7
/proc/22981/task/22985/stat : 22985 (java) S 22978 22981 22827 0 -1 1077944384 18708 0 0 0 443 20 0 0 20 0 15 0 271671525 14431227904 274171 33554432000 4194304 4196468 140735241786352 139755888614032 139755959588565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22986] ppid=22978 vsize=14092996 memory=197474006381464 CPUtime=4.61 cores=1,3,5,7
/proc/22981/task/22986/stat : 22986 (java) S 22978 22981 22827 0 -1 1077944384 18186 0 0 0 442 19 0 0 20 0 15 0 271671525 14431227904 274171 33554432000 4194304 4196468 140735241786352 139755553208592 139755959588565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22987] ppid=22978 vsize=14092996 memory=1096684 CPUtime=4.6 cores=1,3,5,7
/proc/22981/task/22987/stat : 22987 (java) S 22978 22981 22827 0 -1 1077944384 21171 0 0 0 439 21 0 0 20 0 15 0 271671525 14431227904 274171 33554432000 4194304 4196468 140735241786352 139755552156048 139755959588565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22988] ppid=22978 vsize=14092996 memory=1096684 CPUtime=1.59 cores=1,3,5,7
/proc/22981/task/22988/stat : 22988 (java) S 22978 22981 22827 0 -1 1077944384 12363 0 0 0 146 13 0 0 20 0 15 0 271671526 14431227904 274171 33554432000 4194304 4196468 140735241786352 139755501652720 139755959589506 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22989] ppid=22978 vsize=14092996 memory=1096684 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22989/stat : 22989 (java) S 22978 22981 22827 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 271671526 14431227904 274171 33554432000 4194304 4196468 140735241786352 139755500599008 139755959588565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22990] ppid=22978 vsize=14092996 memory=1096684 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22990/stat : 22990 (java) S 22978 22981 22827 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 271671527 14431227904 274171 33554432000 4194304 4196468 140735241786352 139755499545856 139755959588565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22991] ppid=22978 vsize=14092996 memory=1096684 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22991/stat : 22991 (java) S 22978 22981 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271671529 14431227904 274171 33554432000 4194304 4196468 140735241786352 139755498494416 139755959596955 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22992] ppid=22978 vsize=14092996 memory=1096684 CPUtime=3.34 cores=1,3,5,7
/proc/22981/task/22992/stat : 22992 (java) S 22978 22981 22827 0 -1 1077944384 11050 0 0 0 332 2 0 0 20 0 15 0 271671529 14431227904 274171 33554432000 4194304 4196468 140735241786352 139755497441520 139755959589506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22993] ppid=22978 vsize=14092996 memory=1096684 CPUtime=3.57 cores=1,3,5,7
/proc/22981/task/22993/stat : 22993 (java) S 22978 22981 22827 0 -1 1077944384 8546 0 0 0 356 1 0 0 20 0 15 0 271671529 14431227904 274171 33554432000 4194304 4196468 140735241786352 139755496388976 139755959589506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22994] ppid=22978 vsize=14092996 memory=2353 CPUtime=1.34 cores=1,3,5,7
/proc/22981/task/22994/stat : 22994 (java) S 22978 22981 22827 0 -1 1077944384 12925 0 0 0 132 2 0 0 20 0 15 0 271671529 14431227904 274171 33554432000 4194304 4196468 140735241786352 139755495335920 139755959589506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22995] ppid=22978 vsize=14092996 memory=1096684 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22995/stat : 22995 (java) S 22978 22981 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271671529 14431227904 274171 33554432000 4194304 4196468 140735241786352 139755494283616 139755959588565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22996] ppid=22978 vsize=14092996 memory=3816 CPUtime=0.57 cores=1,3,5,7
/proc/22981/task/22996/stat : 22996 (java) S 22978 22981 22827 0 -1 1077944384 1233 0 0 0 28 29 0 0 20 0 15 0 271671529 14431227904 274171 33554432000 4194304 4196468 140735241786352 139755493231664 139755959589506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
Current children cumulated CPU time: 2464.76 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 1096684 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2497.2 s]
/proc/loadavg: 1.80 1.62 1.42 3/215 23192
/proc/meminfo: memFree=22926212/32770624 swapFree=67108500/67108860
[pid=22981] ppid=22978 vsize=14092996 memory=1098732 CPUtime=2520.02 cores=1,3,5,7
/proc/22981/stat : 22981 (java) S 22978 22981 22827 0 -1 1077944320 190199 0 0 0 251854 148 0 0 20 0 15 0 271671523 14431227904 274683 33554432000 4194304 4196468 140735241786352 140735241768896 139755959578359 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
/proc/22981/statm: 3523249 274683 3617 1 0 3485321 0
[pid=22981/tid=22983] ppid=22978 vsize=14092996 memory=6791534058613427641 CPUtime=2490.49 cores=1,3,5,7
/proc/22981/task/22983/stat : 22983 (java) R 22978 22981 22827 0 -1 4202560 65572 0 0 0 249020 29 0 0 20 0 15 0 271671524 14431227904 274683 33554432000 4194304 4196468 140735241786352 139755963816432 139755582863875 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22984] ppid=22978 vsize=14092996 memory=1928 CPUtime=4.76 cores=1,3,5,7
/proc/22981/task/22984/stat : 22984 (java) S 22978 22981 22827 0 -1 1077944384 18354 0 0 0 454 22 0 0 20 0 15 0 271671525 14431227904 274683 33554432000 4194304 4196468 140735241786352 139755889666576 139755959588565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22985] ppid=22978 vsize=14092996 memory=7532 CPUtime=4.76 cores=1,3,5,7
/proc/22981/task/22985/stat : 22985 (java) S 22978 22981 22827 0 -1 1077944384 18887 0 0 0 455 21 0 0 20 0 15 0 271671525 14431227904 274683 33554432000 4194304 4196468 140735241786352 139755888614032 139755959588565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22986] ppid=22978 vsize=14092996 memory=808 CPUtime=4.74 cores=1,3,5,7
/proc/22981/task/22986/stat : 22986 (java) S 22978 22981 22827 0 -1 1077944384 18327 0 0 0 454 20 0 0 20 0 15 0 271671525 14431227904 274683 33554432000 4194304 4196468 140735241786352 139755553208592 139755959588565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22987] ppid=22978 vsize=14092996 memory=4872558044660077418 CPUtime=4.72 cores=1,3,5,7
/proc/22981/task/22987/stat : 22987 (java) S 22978 22981 22827 0 -1 1077944384 21343 0 0 0 451 21 0 0 20 0 15 0 271671525 14431227904 274683 33554432000 4194304 4196468 140735241786352 139755552156048 139755959588565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22988] ppid=22978 vsize=14092996 memory=6791534058613427641 CPUtime=1.63 cores=1,3,5,7
/proc/22981/task/22988/stat : 22988 (java) S 22978 22981 22827 0 -1 1077944384 12489 0 0 0 150 13 0 0 20 0 15 0 271671526 14431227904 274683 33554432000 4194304 4196468 140735241786352 139755501652720 139755959589506 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22989] ppid=22978 vsize=14092996 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22989/stat : 22989 (java) S 22978 22981 22827 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 271671526 14431227904 274683 33554432000 4194304 4196468 140735241786352 139755500599008 139755959588565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22990] ppid=22978 vsize=14092996 memory=10212 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22990/stat : 22990 (java) S 22978 22981 22827 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 271671527 14431227904 274683 33554432000 4194304 4196468 140735241786352 139755499545856 139755959588565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22991] ppid=22978 vsize=14092996 memory=1612 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22991/stat : 22991 (java) S 22978 22981 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271671529 14431227904 274683 33554432000 4194304 4196468 140735241786352 139755498494416 139755959596955 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22992] ppid=22978 vsize=14092996 memory=6404 CPUtime=3.34 cores=1,3,5,7
/proc/22981/task/22992/stat : 22992 (java) S 22978 22981 22827 0 -1 1077944384 11053 0 0 0 332 2 0 0 20 0 15 0 271671529 14431227904 274683 33554432000 4194304 4196468 140735241786352 139755497441520 139755959589506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22993] ppid=22978 vsize=14092996 memory=6791534058613427641 CPUtime=3.57 cores=1,3,5,7
/proc/22981/task/22993/stat : 22993 (java) S 22978 22981 22827 0 -1 1077944384 8548 0 0 0 356 1 0 0 20 0 15 0 271671529 14431227904 274683 33554432000 4194304 4196468 140735241786352 139755496388976 139755959589506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22994] ppid=22978 vsize=14092996 memory=748 CPUtime=1.34 cores=1,3,5,7
/proc/22981/task/22994/stat : 22994 (java) S 22978 22981 22827 0 -1 1077944384 12927 0 0 0 132 2 0 0 20 0 15 0 271671529 14431227904 274683 33554432000 4194304 4196468 140735241786352 139755495335920 139755959589506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22995] ppid=22978 vsize=14092996 memory=1820 CPUtime=0 cores=1,3,5,7
/proc/22981/task/22995/stat : 22995 (java) S 22978 22981 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271671529 14431227904 274683 33554432000 4194304 4196468 140735241786352 139755494283616 139755959588565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
[pid=22981/tid=22996] ppid=22978 vsize=14092996 memory=4296 CPUtime=0.58 cores=1,3,5,7
/proc/22981/task/22996/stat : 22996 (java) S 22978 22981 22827 0 -1 1077944384 1251 0 0 0 28 30 0 0 20 0 15 0 271671529 14431227904 274683 33554432000 4194304 4196468 140735241786352 139755493231664 139755959589506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140735241790537 140735241790729 140735241790729 140735241793487 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 1098732 KiB

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

[startup+2497.21 s]
# the end of solver process 22981 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.55 s, system=1.49228 s

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

Child status: 143
Real time (s): 2497.21
CPU time (s): 2520.05
CPU user time (s): 2518.55
CPU system time (s): 1.49228
CPU usage (%): 100.914
Max. virtual memory (cumulated for all children) (KiB): 14092996
Max. memory (cumulated for all children) (KiB): 1584304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.55
system time used= 1.49228
maximum resident set size= 1586352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 190382
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 96137
involuntary context switches= 1570


# summary of solver processes directly reported to runsolver:
#   pid: 22981
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2518.55
#   total CPU system time (s): 1.49228

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.3112 second user time and 22.6534 second system time

The end

Launcher Data

Begin job on node104 at 2018-08-17 23:24:43
IDJOB=4311690
IDBENCH=141056
IDSOLVER=2799
FILE ID=node104/4311690-1534541083
RUNJOBID= node104-1534541043-22859
PBS_JOBID= 21038643
Free space on /tmp= 47320 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/NurseRostering/NurseRostering-17_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4311690-1534541083/watcher-4311690-1534541083 -o /tmp/evaluation-result-4311690-1534541083/solver-4311690-1534541083 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534541043-22859 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 277283233 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311690-1534541083.xml

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

MD5SUM BENCH= e10494f4d2f2bb4c080233ff8f9dca75
RANDOM SEED=277283233

node104.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.11
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.11
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.11
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.11
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:        22947700 kB
MemAvailable:   30614764 kB
Buffers:          207684 kB
Cached:          7708752 kB
SwapCached:            4 kB
Active:          5366232 kB
Inactive:        3878820 kB
Active(anon):    1304588 kB
Inactive(anon):    92888 kB
Active(file):    4061644 kB
Inactive(file):  3785932 kB
Unevictable:        7320 kB
Mlocked:            7320 kB
SwapTotal:      67108860 kB
SwapFree:       67108500 kB
Dirty:             36132 kB
Writeback:           188 kB
AnonPages:       1336108 kB
Mapped:            31876 kB
Shmem:             66020 kB
Slab:             276356 kB
SReclaimable:     247948 kB
SUnreclaim:        28408 kB
KernelStack:        3504 kB
PageTables:         7752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3024404 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1185792 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 47284 MiB
End job on node104 at 2018-08-18 00:06:21