Trace number 4310057

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-14? (TO) 252.113 241.425

General information on the benchmark

NameNurseRostering/
NurseRostering-12_c18.xml
MD5SUM2a283c05e31c4b30f3ec3c3182bebd94
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark56621
Best CPU time to get the best result obtained on this benchmark251.971
Satisfiable
(Un)Satisfiability was proved
Number of variables3618
Number of constraints8519
Number of domains14
Minimum domain size1
Maximum domain size61
Distribution of domain sizes[{"size":1,"count":226},{"size":2,"count":662},{"size":3,"count":5},{"size":5,"count":30},{"size":11,"count":1680},{"size":29,"count":427},{"size":61,"count":588}]
Minimum variable degree2
Maximum variable degree39
Distribution of variable degrees[{"degree":2,"count":1698},{"degree":3,"count":240},{"degree":27,"count":44},{"degree":28,"count":69},{"degree":29,"count":7},{"degree":30,"count":41},{"degree":31,"count":67},{"degree":32,"count":93},{"degree":33,"count":97},{"degree":34,"count":125},{"degree":35,"count":445},{"degree":36,"count":418},{"degree":37,"count":184},{"degree":38,"count":76},{"degree":39,"count":14}]
Minimum constraint arity2
Maximum constraint arity120
Distribution of constraint arities[{"arity":2,"count":2950},{"arity":3,"count":2860},{"arity":4,"count":310},{"arity":6,"count":1150},{"arity":7,"count":220},{"arity":11,"count":60},{"arity":29,"count":660},{"arity":61,"count":308},{"arity":120,"count":1}]
Number of extensional constraints1928
Number of intensional constraints1022
Distribution of constraint types[{"type":"extension","count":1928},{"type":"intension","count":1022},{"type":"regular","count":3110},{"type":"sum","count":120},{"type":"count","count":2338},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.67/0.55	c version: 2018-08-14
0.67/0.56	c seed: 1394269602
0.67/0.56	c timeout: 252
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.58	c Parsing instance...
11.29/5.18	c Parsing done, starting search...
252.08/241.40	s UNKNOWN

Verifier Data


Watcher Data

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

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4310057-1534326732/watcher-4310057-1534326732 -o /tmp/evaluation-result-4310057-1534326732/solver-4310057-1534326732 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534325999-6915 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1394269602 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310057-1534326732.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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
Current StackSize limit: 8192 KiB

solver pid=7454, runsolver pid=7451

[startup+0.100163 s]*
/proc/loadavg: 2.13 1.90 1.63 3/221 7469
/proc/meminfo: memFree=24172020/32770624 swapFree=67108688/67108860
[pid=7454] ppid=7451 vsize=14082736 memory=31724 CPUtime=0.12 cores=0,2,4,6
/proc/7454/stat : 7454 (java) S 7451 7454 2816 0 -1 1077944320 6326 0 0 0 11 1 0 0 20 0 15 0 250236436 14420721664 7931 33554432000 4194304 4196468 140733032405728 140733032388272 140177594330871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
/proc/7454/statm: 3520684 7931 3152 1 0 3482761 0
[pid=7454/tid=7456] ppid=7451 vsize=14082736 memory=-8681633280906065088 CPUtime=0.09 cores=0,2,4,6
/proc/7454/task/7456/stat : 7456 (java) R 7451 7454 2816 0 -1 4202560 4377 0 0 0 8 1 0 0 20 0 15 0 250236437 14420721664 7931 33554432000 4194304 4196468 140733032405728 140177598554896 140177578411358 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7457] ppid=7451 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7457/stat : 7457 (java) S 7451 7454 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250236438 14420721664 7931 33554432000 4194304 4196468 140733032405728 140177546951056 140177594341077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7458] ppid=7451 vsize=14082736 memory=140414218708608 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7458/stat : 7458 (java) S 7451 7454 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250236438 14420721664 7931 33554432000 4194304 4196468 140733032405728 140177545898256 140177594341077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7459] ppid=7451 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7459/stat : 7459 (java) S 7451 7454 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250236438 14420721664 7931 33554432000 4194304 4196468 140733032405728 140177544845968 140177594341077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7460] ppid=7451 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7460/stat : 7460 (java) S 7451 7454 2816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250236438 14420721664 7931 33554432000 4194304 4196468 140733032405728 140177543793168 140177594341077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7461] ppid=7451 vsize=14082736 memory=140414218708608 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7461/stat : 7461 (java) S 7451 7454 2816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250236439 14420721664 7931 33554432000 4194304 4196468 140733032405728 140177136466544 140177594342018 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7462] ppid=7451 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7462/stat : 7462 (java) S 7451 7454 2816 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250236439 14420721664 7931 33554432000 4194304 4196468 140733032405728 140177135412512 140177594341077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7463] ppid=7451 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7463/stat : 7463 (java) S 7451 7454 2816 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250236440 14420721664 7931 33554432000 4194304 4196468 140733032405728 140177134360176 140177594341077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7464] ppid=7451 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7464/stat : 7464 (java) S 7451 7454 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250236442 14420721664 7931 33554432000 4194304 4196468 140733032405728 140177133308496 140177594349467 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7465] ppid=7451 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7465/stat : 7465 (java) S 7451 7454 2816 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 250236442 14420721664 7931 33554432000 4194304 4196468 140733032405728 140177132255344 140177594342018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7466] ppid=7451 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7466/stat : 7466 (java) S 7451 7454 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250236442 14420721664 7931 33554432000 4194304 4196468 140733032405728 140177131202544 140177594342018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7467] ppid=7451 vsize=14082736 memory=140414218708608 CPUtime=0.01 cores=0,2,4,6
/proc/7454/task/7467/stat : 7467 (java) S 7451 7454 2816 0 -1 1077944384 275 0 0 0 1 0 0 0 20 0 15 0 250236442 14420721664 7931 33554432000 4194304 4196468 140733032405728 140177062226288 140177594342018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7468] ppid=7451 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7468/stat : 7468 (java) S 7451 7454 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250236442 14420721664 7931 33554432000 4194304 4196468 140733032405728 140177061173728 140177594341077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7469] ppid=7451 vsize=14082736 memory=140414218708608 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7469/stat : 7469 (java) S 7451 7454 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250236442 14420721664 7931 33554432000 4194304 4196468 140733032405728 140177060121520 140177594342018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31724 KiB

[startup+0.213044 s]*
/proc/loadavg: 2.13 1.90 1.63 5/221 7469
/proc/meminfo: memFree=24156888/32770624 swapFree=67108688/67108860
[pid=7454] ppid=7451 vsize=14082736 memory=47516 CPUtime=0.32 cores=0,2,4,6
/proc/7454/stat : 7454 (java) S 7451 7454 2816 0 -1 1077944320 10004 0 0 0 30 2 0 0 20 0 15 0 250236436 14420721664 11879 33554432000 4194304 4196468 140733032405728 140733032388272 140177594330871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
/proc/7454/statm: 3520684 11879 3365 1 0 3482761 0
[pid=7454/tid=7456] ppid=7451 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/7454/task/7456/stat : 7456 (java) R 7451 7454 2816 0 -1 4202560 7703 0 0 0 19 1 0 0 20 0 15 0 250236437 14420721664 11879 33554432000 4194304 4196468 140733032405728 140177598550624 140177214707964 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7457] ppid=7451 vsize=14082736 memory=365 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7457/stat : 7457 (java) S 7451 7454 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250236438 14420721664 11879 33554432000 4194304 4196468 140733032405728 140177546951056 140177594341077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7458] ppid=7451 vsize=14082736 memory=140414218716315 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7458/stat : 7458 (java) S 7451 7454 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250236438 14420721664 11879 33554432000 4194304 4196468 140733032405728 140177545898256 140177594341077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7459] ppid=7451 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7459/stat : 7459 (java) S 7451 7454 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250236438 14420721664 11879 33554432000 4194304 4196468 140733032405728 140177544845968 140177594341077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7460] ppid=7451 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7460/stat : 7460 (java) S 7451 7454 2816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250236438 14420721664 11879 33554432000 4194304 4196468 140733032405728 140177543793168 140177594341077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7461] ppid=7451 vsize=14082736 memory=140414218708608 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7461/stat : 7461 (java) S 7451 7454 2816 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250236439 14420721664 11879 33554432000 4194304 4196468 140733032405728 140177136466544 140177594342018 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7462] ppid=7451 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7462/stat : 7462 (java) S 7451 7454 2816 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250236439 14420721664 11879 33554432000 4194304 4196468 140733032405728 140177135412512 140177594341077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7463] ppid=7451 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7463/stat : 7463 (java) S 7451 7454 2816 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250236440 14420721664 11879 33554432000 4194304 4196468 140733032405728 140177134360176 140177594341077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7464] ppid=7451 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7464/stat : 7464 (java) S 7451 7454 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250236442 14420721664 11879 33554432000 4194304 4196468 140733032405728 140177133308496 140177594349467 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7465] ppid=7451 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/7454/task/7465/stat : 7465 (java) S 7451 7454 2816 0 -1 1077944384 518 0 0 0 2 0 0 0 20 0 15 0 250236442 14420721664 11879 33554432000 4194304 4196468 140733032405728 140177132255344 140177594342018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7466] ppid=7451 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/7454/task/7466/stat : 7466 (java) R 7451 7454 2816 0 -1 1077944384 97 0 0 0 1 0 0 0 20 0 15 0 250236442 14420721664 11879 33554432000 4194304 4196468 140733032405728 140177131202640 140177594341077 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7467] ppid=7451 vsize=14082736 memory=140414218708608 CPUtime=0.06 cores=0,2,4,6
/proc/7454/task/7467/stat : 7467 (java) R 7451 7454 2816 0 -1 4202560 306 0 0 0 6 0 0 0 20 0 15 0 250236442 14420721664 11879 33554432000 4194304 4196468 140733032405728 140177062224096 140177572447015 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7468] ppid=7451 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7468/stat : 7468 (java) S 7451 7454 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250236442 14420721664 11879 33554432000 4194304 4196468 140733032405728 140177061173728 140177594341077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7469] ppid=7451 vsize=14082736 memory=140414218708608 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7469/stat : 7469 (java) S 7451 7454 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250236442 14420721664 11879 33554432000 4194304 4196468 140733032405728 140177060121520 140177594342018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47516 KiB

[startup+0.310708 s]*
/proc/loadavg: 2.13 1.90 1.63 3/221 7469
/proc/meminfo: memFree=24147908/32770624 swapFree=67108688/67108860
[pid=7454] ppid=7451 vsize=14082736 memory=50904 CPUtime=0.44 cores=0,2,4,6
/proc/7454/stat : 7454 (java) S 7451 7454 2816 0 -1 1077944320 10351 0 0 0 42 2 0 0 20 0 15 0 250236436 14420721664 12726 33554432000 4194304 4196468 140733032405728 140733032388272 140177594330871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
/proc/7454/statm: 3520684 12726 3415 1 0 3482761 0
[pid=7454/tid=7456] ppid=7451 vsize=14082736 memory=7022364594140610616 CPUtime=0.29 cores=0,2,4,6
/proc/7454/task/7456/stat : 7456 (java) R 7451 7454 2816 0 -1 4202560 8031 0 0 0 28 1 0 0 20 0 15 0 250236437 14420721664 12726 33554432000 4194304 4196468 140733032405728 140177598542384 140177574606193 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7457] ppid=7451 vsize=14082736 memory=4294980954 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7457/stat : 7457 (java) S 7451 7454 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250236438 14420721664 12726 33554432000 4194304 4196468 140733032405728 140177546951056 140177594341077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7458] ppid=7451 vsize=14082736 memory=140414220103117 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7458/stat : 7458 (java) S 7451 7454 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250236438 14420721664 12726 33554432000 4194304 4196468 140733032405728 140177545898256 140177594341077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7459] ppid=7451 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7459/stat : 7459 (java) S 7451 7454 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250236438 14420721664 12726 33554432000 4194304 4196468 140733032405728 140177544845968 140177594341077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7460] ppid=7451 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7460/stat : 7460 (java) S 7451 7454 2816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250236438 14420721664 12726 33554432000 4194304 4196468 140733032405728 140177543793168 140177594341077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7461] ppid=7451 vsize=14082736 memory=140414218708608 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7461/stat : 7461 (java) S 7451 7454 2816 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250236439 14420721664 12726 33554432000 4194304 4196468 140733032405728 140177136466544 140177594342018 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7462] ppid=7451 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7462/stat : 7462 (java) S 7451 7454 2816 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250236439 14420721664 12726 33554432000 4194304 4196468 140733032405728 140177135412512 140177594341077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7463] ppid=7451 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7463/stat : 7463 (java) S 7451 7454 2816 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250236440 14420721664 12726 33554432000 4194304 4196468 140733032405728 140177134360176 140177594341077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7464] ppid=7451 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7464/stat : 7464 (java) S 7451 7454 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250236442 14420721664 12726 33554432000 4194304 4196468 140733032405728 140177133308496 140177594349467 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7465] ppid=7451 vsize=14082736 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/7454/task/7465/stat : 7465 (java) S 7451 7454 2816 0 -1 1077944384 529 0 0 0 3 0 0 0 20 0 15 0 250236442 14420721664 12726 33554432000 4194304 4196468 140733032405728 140177132255344 140177594342018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7466] ppid=7451 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/7454/task/7466/stat : 7466 (java) S 7451 7454 2816 0 -1 1077944384 97 0 0 0 1 0 0 0 20 0 15 0 250236442 14420721664 12726 33554432000 4194304 4196468 140733032405728 140177131202544 140177594342018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7467] ppid=7451 vsize=14082736 memory=140414218708608 CPUtime=0.08 cores=0,2,4,6
/proc/7454/task/7467/stat : 7467 (java) S 7451 7454 2816 0 -1 1077944384 313 0 0 0 8 0 0 0 20 0 15 0 250236442 14420721664 12726 33554432000 4194304 4196468 140733032405728 140177062226288 140177594342018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7468] ppid=7451 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7468/stat : 7468 (java) S 7451 7454 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250236442 14420721664 12726 33554432000 4194304 4196468 140733032405728 140177061173728 140177594341077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7469] ppid=7451 vsize=14082736 memory=140414218708608 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7469/stat : 7469 (java) S 7451 7454 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250236442 14420721664 12726 33554432000 4194304 4196468 140733032405728 140177060121520 140177594342018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50904 KiB

[startup+0.700805 s]
/proc/loadavg: 2.13 1.90 1.63 4/221 7469
/proc/meminfo: memFree=24096748/32770624 swapFree=67108688/67108860
[pid=7454] ppid=7451 vsize=14084804 memory=89016 CPUtime=0.98 cores=0,2,4,6
/proc/7454/stat : 7454 (java) S 7451 7454 2816 0 -1 1077944320 17091 0 0 0 93 5 0 0 20 0 15 0 250236436 14422839296 22254 33554432000 4194304 4196468 140733032405728 140733032388272 140177594330871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
/proc/7454/statm: 3521201 22254 3498 1 0 3483273 0
[pid=7454/tid=7456] ppid=7451 vsize=14084804 memory=1172 CPUtime=0.67 cores=0,2,4,6
/proc/7454/task/7456/stat : 7456 (java) R 7451 7454 2816 0 -1 4202560 14431 0 0 0 64 3 0 0 20 0 15 0 250236437 14422839296 22254 33554432000 4194304 4196468 140733032405728 140177598554128 140177594352797 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7457] ppid=7451 vsize=14084804 memory=37640 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7457/stat : 7457 (java) S 7451 7454 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250236438 14422839296 22254 33554432000 4194304 4196468 140733032405728 140177546951056 140177594341077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7458] ppid=7451 vsize=14084804 memory=3360 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7458/stat : 7458 (java) S 7451 7454 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250236438 14422839296 22254 33554432000 4194304 4196468 140733032405728 140177545898256 140177594341077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7459] ppid=7451 vsize=14084804 memory=496 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7459/stat : 7459 (java) S 7451 7454 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250236438 14422839296 22254 33554432000 4194304 4196468 140733032405728 140177544845968 140177594341077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7460] ppid=7451 vsize=14084804 memory=1624 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7460/stat : 7460 (java) S 7451 7454 2816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250236438 14422839296 22254 33554432000 4194304 4196468 140733032405728 140177543793168 140177594341077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7461] ppid=7451 vsize=14084804 memory=928 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7461/stat : 7461 (java) S 7451 7454 2816 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250236439 14422839296 22254 33554432000 4194304 4196468 140733032405728 140177136466544 140177594342018 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7462] ppid=7451 vsize=14084804 memory=2332 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7462/stat : 7462 (java) S 7451 7454 2816 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250236439 14422839296 22254 33554432000 4194304 4196468 140733032405728 140177135412512 140177594341077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7463] ppid=7451 vsize=14084804 memory=924 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7463/stat : 7463 (java) S 7451 7454 2816 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250236440 14422839296 22254 33554432000 4194304 4196468 140733032405728 140177134360176 140177594341077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7464] ppid=7451 vsize=14084804 memory=6153431502485415525 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7464/stat : 7464 (java) S 7451 7454 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250236442 14422839296 22254 33554432000 4194304 4196468 140733032405728 140177133308496 140177594349467 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7465] ppid=7451 vsize=14084804 memory=7237400421024098393 CPUtime=0.06 cores=0,2,4,6
/proc/7454/task/7465/stat : 7465 (java) S 7451 7454 2816 0 -1 1077944384 684 0 0 0 6 0 0 0 20 0 15 0 250236442 14422839296 22254 33554432000 4194304 4196468 140733032405728 140177132255344 140177594342018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7466] ppid=7451 vsize=14084804 memory=6154282490091891024 CPUtime=0.06 cores=0,2,4,6
/proc/7454/task/7466/stat : 7466 (java) R 7451 7454 2816 0 -1 1077944384 213 0 0 0 6 0 0 0 20 0 15 0 250236442 14422839296 22254 33554432000 4194304 4196468 140733032405728 140177131202544 140177594342018 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7467] ppid=7451 vsize=14084804 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/7454/task/7467/stat : 7467 (java) R 7451 7454 2816 0 -1 1077944384 382 0 0 0 15 0 0 0 20 0 15 0 250236442 14422839296 22254 33554432000 4194304 4196468 140733032405728 140177062226288 140177594342018 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7468] ppid=7451 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7468/stat : 7468 (java) S 7451 7454 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250236442 14422839296 22254 33554432000 4194304 4196468 140733032405728 140177061173728 140177594341077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7469] ppid=7451 vsize=14084804 memory=8700 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7469/stat : 7469 (java) S 7451 7454 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250236442 14422839296 22254 33554432000 4194304 4196468 140733032405728 140177060121520 140177594342018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 89016 KiB

[startup+1.50264 s]
/proc/loadavg: 2.13 1.90 1.63 5/221 7469
/proc/meminfo: memFree=23979252/32770624 swapFree=67108688/67108860
[pid=7454] ppid=7451 vsize=14086852 memory=194712 CPUtime=3.57 cores=0,2,4,6
/proc/7454/stat : 7454 (java) S 7451 7454 2816 0 -1 1077944320 26774 0 0 0 349 8 0 0 20 0 15 0 250236436 14424936448 48678 33554432000 4194304 4196468 140733032405728 140733032388272 140177594330871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
/proc/7454/statm: 3521713 48678 3556 1 0 3483785 0
[pid=7454/tid=7456] ppid=7451 vsize=14086852 memory=179288 CPUtime=1.47 cores=0,2,4,6
/proc/7454/task/7456/stat : 7456 (java) R 7451 7454 2816 0 -1 4202560 16746 0 0 0 142 5 0 0 20 0 15 0 250236437 14424936448 48678 33554432000 4194304 4196468 140733032405728 140177598565088 140177219511476 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7457] ppid=7451 vsize=14086852 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7457/stat : 7457 (java) S 7451 7454 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250236438 14424936448 48678 33554432000 4194304 4196468 140733032405728 140177546951056 140177594341077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7458] ppid=7451 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7458/stat : 7458 (java) S 7451 7454 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250236438 14424936448 48678 33554432000 4194304 4196468 140733032405728 140177545898256 140177594341077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7459] ppid=7451 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7459/stat : 7459 (java) S 7451 7454 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250236438 14424936448 48678 33554432000 4194304 4196468 140733032405728 140177544845968 140177594341077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7460] ppid=7451 vsize=14086852 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7460/stat : 7460 (java) S 7451 7454 2816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250236438 14424936448 48678 33554432000 4194304 4196468 140733032405728 140177543793168 140177594341077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7461] ppid=7451 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7461/stat : 7461 (java) S 7451 7454 2816 0 -1 1077944384 96 0 0 0 0 0 0 0 20 0 15 0 250236439 14424936448 48678 33554432000 4194304 4196468 140733032405728 140177136466544 140177594342018 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0

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

/proc/7454/task/7456/stat : 7456 (java) R 7451 7454 2816 0 -1 4202560 25755 0 0 0 10126 21 0 0 20 0 15 0 250236437 14431227904 382801 33554432000 4194304 4196468 140733032405728 140177598568912 140177228411618 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7457] ppid=7451 vsize=14092996 memory=1527136 CPUtime=0.64 cores=0,2,4,6
/proc/7454/task/7457/stat : 7457 (java) S 7451 7454 2816 0 -1 1077944384 2878 0 0 0 54 10 0 0 20 0 15 0 250236438 14431227904 382801 33554432000 4194304 4196468 140733032405728 140177546951056 140177594341077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7458] ppid=7451 vsize=14092996 memory=1527136 CPUtime=0.65 cores=0,2,4,6
/proc/7454/task/7458/stat : 7458 (java) S 7451 7454 2816 0 -1 1077944384 1280 0 0 0 55 10 0 0 20 0 15 0 250236438 14431227904 382801 33554432000 4194304 4196468 140733032405728 140177545898256 140177594341077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7459] ppid=7451 vsize=14092996 memory=1531204 CPUtime=0.64 cores=0,2,4,6
/proc/7454/task/7459/stat : 7459 (java) S 7451 7454 2816 0 -1 1077944384 1543 0 0 0 54 10 0 0 20 0 15 0 250236438 14431227904 382801 33554432000 4194304 4196468 140733032405728 140177544845968 140177594341077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7460] ppid=7451 vsize=14092996 memory=1531204 CPUtime=0.63 cores=0,2,4,6
/proc/7454/task/7460/stat : 7460 (java) S 7451 7454 2816 0 -1 1077944384 2199 0 0 0 53 10 0 0 20 0 15 0 250236438 14431227904 382801 33554432000 4194304 4196468 140733032405728 140177543793168 140177594341077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7461] ppid=7451 vsize=14092996 memory=139 CPUtime=0.1 cores=0,2,4,6
/proc/7454/task/7461/stat : 7461 (java) S 7451 7454 2816 0 -1 1077944384 5771 0 0 0 10 0 0 0 20 0 15 0 250236439 14431227904 382801 33554432000 4194304 4196468 140733032405728 140177136466544 140177594342018 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7462] ppid=7451 vsize=14092996 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7462/stat : 7462 (java) S 7451 7454 2816 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 250236439 14431227904 382801 33554432000 4194304 4196468 140733032405728 140177135412576 140177594341077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7463] ppid=7451 vsize=14092996 memory=288230596050944315 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7463/stat : 7463 (java) S 7451 7454 2816 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 250236440 14431227904 382801 33554432000 4194304 4196468 140733032405728 140177134360192 140177594341077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7464] ppid=7451 vsize=14092996 memory=3593 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7464/stat : 7464 (java) S 7451 7454 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250236442 14431227904 382801 33554432000 4194304 4196468 140733032405728 140177133308496 140177594349467 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7465] ppid=7451 vsize=14092996 memory=2480 CPUtime=3.53 cores=0,2,4,6
/proc/7454/task/7465/stat : 7465 (java) S 7451 7454 2816 0 -1 1077944384 8504 0 0 0 352 1 0 0 20 0 15 0 250236442 14431227904 382801 33554432000 4194304 4196468 140733032405728 140177132255344 140177594342018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7466] ppid=7451 vsize=14092996 memory=61 CPUtime=3.62 cores=0,2,4,6
/proc/7454/task/7466/stat : 7466 (java) S 7451 7454 2816 0 -1 1077944384 9220 0 0 0 361 1 0 0 20 0 15 0 250236442 14431227904 382801 33554432000 4194304 4196468 140733032405728 140177131202544 140177594342018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7467] ppid=7451 vsize=14092996 memory=0 CPUtime=1.39 cores=0,2,4,6
/proc/7454/task/7467/stat : 7467 (java) S 7451 7454 2816 0 -1 1077944384 8062 0 0 0 138 1 0 0 20 0 15 0 250236442 14431227904 382801 33554432000 4194304 4196468 140733032405728 140177062226288 140177594342018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7468] ppid=7451 vsize=14092996 memory=31356350842106267 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7468/stat : 7468 (java) S 7451 7454 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250236442 14431227904 382801 33554432000 4194304 4196468 140733032405728 140177061173728 140177594341077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7469] ppid=7451 vsize=14092996 memory=25287 CPUtime=0.02 cores=0,2,4,6
/proc/7454/task/7469/stat : 7469 (java) S 7451 7454 2816 0 -1 1077944384 653 0 0 0 1 1 0 0 20 0 15 0 250236442 14431227904 382801 33554432000 4194304 4196468 140733032405728 140177060121520 140177594342018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
Current children cumulated CPU time: 112.81 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 1531204 KiB

[startup+162.301 s]
/proc/loadavg: 1.82 1.99 1.72 3/221 7471
/proc/meminfo: memFree=22519912/32770624 swapFree=67108688/67108860
[pid=7454] ppid=7451 vsize=14092996 memory=1694344 CPUtime=172.87 cores=0,2,4,6
/proc/7454/stat : 7454 (java) S 7451 7454 2816 0 -1 1077944320 70937 0 0 0 17213 74 0 0 20 0 15 0 250236436 14431227904 423586 33554432000 4194304 4196468 140733032405728 140733032388272 140177594330871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
/proc/7454/statm: 3523249 423586 3623 1 0 3485321 0
[pid=7454/tid=7456] ppid=7451 vsize=14092996 memory=1694344 CPUtime=161.44 cores=0,2,4,6
/proc/7454/task/7456/stat : 7456 (java) R 7451 7454 2816 0 -1 4202560 28889 0 0 0 16121 23 0 0 20 0 15 0 250236437 14431227904 423586 33554432000 4194304 4196468 140733032405728 140177598568912 140177228153826 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7457] ppid=7451 vsize=14092996 memory=1694344 CPUtime=0.67 cores=0,2,4,6
/proc/7454/task/7457/stat : 7457 (java) S 7451 7454 2816 0 -1 1077944384 2885 0 0 0 56 11 0 0 20 0 15 0 250236438 14431227904 423586 33554432000 4194304 4196468 140733032405728 140177546951056 140177594341077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7458] ppid=7451 vsize=14092996 memory=1694344 CPUtime=0.66 cores=0,2,4,6
/proc/7454/task/7458/stat : 7458 (java) S 7451 7454 2816 0 -1 1077944384 1471 0 0 0 56 10 0 0 20 0 15 0 250236438 14431227904 423586 33554432000 4194304 4196468 140733032405728 140177545898256 140177594341077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7459] ppid=7451 vsize=14092996 memory=280828182115008 CPUtime=0.66 cores=0,2,4,6
/proc/7454/task/7459/stat : 7459 (java) S 7451 7454 2816 0 -1 1077944384 1552 0 0 0 56 10 0 0 20 0 15 0 250236438 14431227904 423586 33554432000 4194304 4196468 140733032405728 140177544845968 140177594341077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7460] ppid=7451 vsize=14092996 memory=1694344 CPUtime=0.66 cores=0,2,4,6
/proc/7454/task/7460/stat : 7460 (java) S 7451 7454 2816 0 -1 1077944384 2384 0 0 0 55 11 0 0 20 0 15 0 250236438 14431227904 423586 33554432000 4194304 4196468 140733032405728 140177543793168 140177594341077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7461] ppid=7451 vsize=14092996 memory=1694344 CPUtime=0.1 cores=0,2,4,6
/proc/7454/task/7461/stat : 7461 (java) S 7451 7454 2816 0 -1 1077944384 5854 0 0 0 10 0 0 0 20 0 15 0 250236439 14431227904 423586 33554432000 4194304 4196468 140733032405728 140177136466544 140177594342018 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7462] ppid=7451 vsize=14092996 memory=3824 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7462/stat : 7462 (java) S 7451 7454 2816 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 250236439 14431227904 423586 33554432000 4194304 4196468 140733032405728 140177135412576 140177594341077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7463] ppid=7451 vsize=14092996 memory=68044 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7463/stat : 7463 (java) S 7451 7454 2816 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 250236440 14431227904 423586 33554432000 4194304 4196468 140733032405728 140177134360192 140177594341077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7464] ppid=7451 vsize=14092996 memory=1694344 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7464/stat : 7464 (java) S 7451 7454 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250236442 14431227904 423586 33554432000 4194304 4196468 140733032405728 140177133308496 140177594349467 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7465] ppid=7451 vsize=14092996 memory=1694344 CPUtime=3.53 cores=0,2,4,6
/proc/7454/task/7465/stat : 7465 (java) S 7451 7454 2816 0 -1 1077944384 8512 0 0 0 352 1 0 0 20 0 15 0 250236442 14431227904 423586 33554432000 4194304 4196468 140733032405728 140177132255344 140177594342018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7466] ppid=7451 vsize=14092996 memory=1694344 CPUtime=3.62 cores=0,2,4,6
/proc/7454/task/7466/stat : 7466 (java) S 7451 7454 2816 0 -1 1077944384 9223 0 0 0 361 1 0 0 20 0 15 0 250236442 14431227904 423586 33554432000 4194304 4196468 140733032405728 140177131202544 140177594342018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7467] ppid=7451 vsize=14092996 memory=1694344 CPUtime=1.39 cores=0,2,4,6
/proc/7454/task/7467/stat : 7467 (java) S 7451 7454 2816 0 -1 1077944384 8066 0 0 0 138 1 0 0 20 0 15 0 250236442 14431227904 423586 33554432000 4194304 4196468 140733032405728 140177062226288 140177594342018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7468] ppid=7451 vsize=14092996 memory=1694344 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7468/stat : 7468 (java) S 7451 7454 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250236442 14431227904 423586 33554432000 4194304 4196468 140733032405728 140177061173728 140177594341077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7469] ppid=7451 vsize=14092996 memory=2316 CPUtime=0.03 cores=0,2,4,6
/proc/7454/task/7469/stat : 7469 (java) S 7451 7454 2816 0 -1 1077944384 681 0 0 0 1 2 0 0 20 0 15 0 250236442 14431227904 423586 33554432000 4194304 4196468 140733032405728 140177060121520 140177594342018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
Current children cumulated CPU time: 172.87 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 1694344 KiB

[startup+222.301 s]
/proc/loadavg: 1.74 1.94 1.72 3/218 7473
/proc/meminfo: memFree=22310880/32770624 swapFree=67108688/67108860
[pid=7454] ppid=7451 vsize=14092996 memory=1895472 CPUtime=232.98 cores=0,2,4,6
/proc/7454/stat : 7454 (java) S 7451 7454 2816 0 -1 1077944320 75990 0 0 0 23219 79 0 0 20 0 15 0 250236436 14431227904 473868 33554432000 4194304 4196468 140733032405728 140733032388272 140177594330871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
/proc/7454/statm: 3523249 473868 3623 1 0 3485321 0
[pid=7454/tid=7456] ppid=7451 vsize=14092996 memory=1895472 CPUtime=221.41 cores=0,2,4,6
/proc/7454/task/7456/stat : 7456 (java) R 7451 7454 2816 0 -1 4202560 31279 0 0 0 22115 26 0 0 20 0 15 0 250236437 14431227904 473868 33554432000 4194304 4196468 140733032405728 140177598569040 140177215697806 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7457] ppid=7451 vsize=14092996 memory=1895472 CPUtime=0.7 cores=0,2,4,6
/proc/7454/task/7457/stat : 7457 (java) S 7451 7454 2816 0 -1 1077944384 3051 0 0 0 59 11 0 0 20 0 15 0 250236438 14431227904 473868 33554432000 4194304 4196468 140733032405728 140177546951056 140177594341077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7458] ppid=7451 vsize=14092996 memory=1883184 CPUtime=0.7 cores=0,2,4,6
/proc/7454/task/7458/stat : 7458 (java) S 7451 7454 2816 0 -1 1077944384 2600 0 0 0 59 11 0 0 20 0 15 0 250236438 14431227904 473868 33554432000 4194304 4196468 140733032405728 140177545898256 140177594341077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7459] ppid=7451 vsize=14092996 memory=1834032 CPUtime=0.69 cores=0,2,4,6
/proc/7454/task/7459/stat : 7459 (java) S 7451 7454 2816 0 -1 1077944384 1850 0 0 0 58 11 0 0 20 0 15 0 250236438 14431227904 473868 33554432000 4194304 4196468 140733032405728 140177544845968 140177594341077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7460] ppid=7451 vsize=14092996 memory=1817648 CPUtime=0.69 cores=0,2,4,6
/proc/7454/task/7460/stat : 7460 (java) S 7451 7454 2816 0 -1 1077944384 2602 0 0 0 58 11 0 0 20 0 15 0 250236438 14431227904 473868 33554432000 4194304 4196468 140733032405728 140177543793168 140177594341077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7461] ppid=7451 vsize=14092996 memory=3824 CPUtime=0.11 cores=0,2,4,6
/proc/7454/task/7461/stat : 7461 (java) S 7451 7454 2816 0 -1 1077944384 6171 0 0 0 11 0 0 0 20 0 15 0 250236439 14431227904 473868 33554432000 4194304 4196468 140733032405728 140177136466544 140177594342018 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7462] ppid=7451 vsize=14092996 memory=1817648 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7462/stat : 7462 (java) S 7451 7454 2816 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 250236439 14431227904 473868 33554432000 4194304 4196468 140733032405728 140177135412576 140177594341077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7463] ppid=7451 vsize=14092996 memory=3824 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7463/stat : 7463 (java) S 7451 7454 2816 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 250236440 14431227904 473868 33554432000 4194304 4196468 140733032405728 140177134360192 140177594341077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7464] ppid=7451 vsize=14092996 memory=1817648 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7464/stat : 7464 (java) S 7451 7454 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250236442 14431227904 473868 33554432000 4194304 4196468 140733032405728 140177133308496 140177594349467 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7465] ppid=7451 vsize=14092996 memory=1817648 CPUtime=3.53 cores=0,2,4,6
/proc/7454/task/7465/stat : 7465 (java) S 7451 7454 2816 0 -1 1077944384 8512 0 0 0 352 1 0 0 20 0 15 0 250236442 14431227904 473868 33554432000 4194304 4196468 140733032405728 140177132255344 140177594342018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7466] ppid=7451 vsize=14092996 memory=1895472 CPUtime=3.62 cores=0,2,4,6
/proc/7454/task/7466/stat : 7466 (java) S 7451 7454 2816 0 -1 1077944384 9223 0 0 0 361 1 0 0 20 0 15 0 250236442 14431227904 473868 33554432000 4194304 4196468 140733032405728 140177131202544 140177594342018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7467] ppid=7451 vsize=14092996 memory=1895472 CPUtime=1.39 cores=0,2,4,6
/proc/7454/task/7467/stat : 7467 (java) S 7451 7454 2816 0 -1 1077944384 8596 0 0 0 138 1 0 0 20 0 15 0 250236442 14431227904 473868 33554432000 4194304 4196468 140733032405728 140177062226288 140177594342018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7468] ppid=7451 vsize=14092996 memory=3824 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7468/stat : 7468 (java) S 7451 7454 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250236442 14431227904 473868 33554432000 4194304 4196468 140733032405728 140177061173728 140177594341077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7469] ppid=7451 vsize=14092996 memory=68048 CPUtime=0.04 cores=0,2,4,6
/proc/7454/task/7469/stat : 7469 (java) S 7451 7454 2816 0 -1 1077944384 685 0 0 0 2 2 0 0 20 0 15 0 250236442 14431227904 473868 33554432000 4194304 4196468 140733032405728 140177060121520 140177594342018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
Current children cumulated CPU time: 232.98 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 1895472 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+241.401 s]
/proc/loadavg: 1.80 1.95 1.72 5/218 7553
/proc/meminfo: memFree=22445920/32770624 swapFree=67108688/67108860
[pid=7454] ppid=7451 vsize=14092996 memory=1895472 CPUtime=252.08 cores=0,2,4,6
/proc/7454/stat : 7454 (java) S 7451 7454 2816 0 -1 1077944320 77233 0 0 0 25129 79 0 0 20 0 15 0 250236436 14431227904 473868 33554432000 4194304 4196468 140733032405728 140733032388272 140177594330871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
/proc/7454/statm: 3523249 473868 3623 1 0 3485321 0
[pid=7454/tid=7456] ppid=7451 vsize=14092996 memory=317222514424296811 CPUtime=240.51 cores=0,2,4,6
/proc/7454/task/7456/stat : 7456 (java) R 7451 7454 2816 0 -1 4202560 31909 0 0 0 24025 26 0 0 20 0 15 0 250236437 14431227904 473868 33554432000 4194304 4196468 140733032405728 140177598568536 140177215697846 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7457] ppid=7451 vsize=14092996 memory=15259259501106341 CPUtime=0.7 cores=0,2,4,6
/proc/7454/task/7457/stat : 7457 (java) S 7451 7454 2816 0 -1 1077944384 3051 0 0 0 59 11 0 0 20 0 15 0 250236438 14431227904 473868 33554432000 4194304 4196468 140733032405728 140177546951056 140177594341077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7458] ppid=7451 vsize=14092996 memory=-7606742920825102191 CPUtime=0.7 cores=0,2,4,6
/proc/7454/task/7458/stat : 7458 (java) S 7451 7454 2816 0 -1 1077944384 2600 0 0 0 59 11 0 0 20 0 15 0 250236438 14431227904 473868 33554432000 4194304 4196468 140733032405728 140177545898256 140177594341077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7459] ppid=7451 vsize=14092996 memory=-3195349257566499689 CPUtime=0.69 cores=0,2,4,6
/proc/7454/task/7459/stat : 7459 (java) S 7451 7454 2816 0 -1 1077944384 1850 0 0 0 58 11 0 0 20 0 15 0 250236438 14431227904 473868 33554432000 4194304 4196468 140733032405728 140177544845968 140177594341077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7460] ppid=7451 vsize=14092996 memory=-3756611412707075625 CPUtime=0.69 cores=0,2,4,6
/proc/7454/task/7460/stat : 7460 (java) S 7451 7454 2816 0 -1 1077944384 2602 0 0 0 58 11 0 0 20 0 15 0 250236438 14431227904 473868 33554432000 4194304 4196468 140733032405728 140177543793168 140177594341077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7461] ppid=7451 vsize=14092996 memory=6655300316396806240 CPUtime=0.11 cores=0,2,4,6
/proc/7454/task/7461/stat : 7461 (java) S 7451 7454 2816 0 -1 1077944384 6176 0 0 0 11 0 0 0 20 0 15 0 250236439 14431227904 473868 33554432000 4194304 4196468 140733032405728 140177136466544 140177594342018 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7462] ppid=7451 vsize=14092996 memory=590024538733965343 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7462/stat : 7462 (java) S 7451 7454 2816 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 250236439 14431227904 473868 33554432000 4194304 4196468 140733032405728 140177135412576 140177594341077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7463] ppid=7451 vsize=14092996 memory=288285597385373057 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7463/stat : 7463 (java) S 7451 7454 2816 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 250236440 14431227904 473868 33554432000 4194304 4196468 140733032405728 140177134360192 140177594341077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7464] ppid=7451 vsize=14092996 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7464/stat : 7464 (java) S 7451 7454 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250236442 14431227904 473868 33554432000 4194304 4196468 140733032405728 140177133308496 140177594349467 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7465] ppid=7451 vsize=14092996 memory=916 CPUtime=3.53 cores=0,2,4,6
/proc/7454/task/7465/stat : 7465 (java) S 7451 7454 2816 0 -1 1077944384 8515 0 0 0 352 1 0 0 20 0 15 0 250236442 14431227904 473868 33554432000 4194304 4196468 140733032405728 140177132255344 140177594342018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7466] ppid=7451 vsize=14092996 memory=576461252204721717 CPUtime=3.62 cores=0,2,4,6
/proc/7454/task/7466/stat : 7466 (java) S 7451 7454 2816 0 -1 1077944384 9226 0 0 0 361 1 0 0 20 0 15 0 250236442 14431227904 473868 33554432000 4194304 4196468 140733032405728 140177131202544 140177594342018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7467] ppid=7451 vsize=14092996 memory=288291090698863466 CPUtime=1.39 cores=0,2,4,6
/proc/7454/task/7467/stat : 7467 (java) S 7451 7454 2816 0 -1 1077944384 9177 0 0 0 138 1 0 0 20 0 15 0 250236442 14431227904 473868 33554432000 4194304 4196468 140733032405728 140177062226288 140177594342018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7468] ppid=7451 vsize=14092996 memory=280828182488496 CPUtime=0 cores=0,2,4,6
/proc/7454/task/7468/stat : 7468 (java) S 7451 7454 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250236442 14431227904 473868 33554432000 4194304 4196468 140733032405728 140177061173728 140177594341077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
[pid=7454/tid=7469] ppid=7451 vsize=14092996 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/7454/task/7469/stat : 7469 (java) S 7451 7454 2816 0 -1 1077944384 706 0 0 0 2 3 0 0 20 0 15 0 250236442 14431227904 473868 33554432000 4194304 4196468 140733032405728 140177060121520 140177594342018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26021888 140733032408142 140733032408334 140733032408334 140733032411087 0
Current children cumulated CPU time: 252.08 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 1895472 KiB

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

[startup+241.425 s]
# the end of solver process 7454 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.3 s, system=0.813468 s

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

Child status: 143
Real time (s): 241.425
CPU time (s): 252.113
CPU user time (s): 251.3
CPU system time (s): 0.813468
CPU usage (%): 104.427
Max. virtual memory (cumulated for all children) (KiB): 14092996
Max. memory (cumulated for all children) (KiB): 1895472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.3
system time used= 0.813468
maximum resident set size= 1896132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77811
page faults= 0
swaps= 0
block input operations= 0
block output operations= 360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9324
involuntary context switches= 322


# summary of solver processes directly reported to runsolver:
#   pid: 7454
#   total CPU time (s): 252.113
#   total CPU user time (s): 251.3
#   total CPU system time (s): 0.813468

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.3457 second user time and 2.20968 second system time

The end

Launcher Data

Begin job on node134 at 2018-08-15 11:52:12
IDJOB=4310057
IDBENCH=141061
IDSOLVER=2795
FILE ID=node134/4310057-1534326732
RUNJOBID= node134-1534325999-6915
PBS_JOBID= 21038145
Free space on /tmp= 43368 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/NurseRostering/NurseRostering-12_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4310057-1534326732/watcher-4310057-1534326732 -o /tmp/evaluation-result-4310057-1534326732/solver-4310057-1534326732 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534325999-6915 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1394269602 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310057-1534326732.xml

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

MD5SUM BENCH= 2a283c05e31c4b30f3ec3c3182bebd94
RANDOM SEED=1394269602

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.68
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.68
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.68
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.68
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:        24191432 kB
MemAvailable:   31604392 kB
Buffers:          201000 kB
Cached:          7426348 kB
SwapCached:           32 kB
Active:          4289244 kB
Inactive:        3684744 kB
Active(anon):     295972 kB
Inactive(anon):   111440 kB
Active(file):    3993272 kB
Inactive(file):  3573304 kB
Unevictable:        7392 kB
Mlocked:            7392 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             36512 kB
Writeback:             0 kB
AnonPages:        474420 kB
Mapped:            68880 kB
Shmem:             57844 kB
Slab:             303900 kB
SReclaimable:     274844 kB
SUnreclaim:        29056 kB
KernelStack:        3904 kB
PageTables:         5572 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1468116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    337920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 43332 MiB
End job on node134 at 2018-08-15 11:56:14