Trace number 4307947

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) 2520.07 2498.82

General information on the benchmark

NameNurseRostering/
NurseRostering-10_c18.xml
MD5SUM8e8c57bbf90dbce08cf7a3cf301ec8dd
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark10181
Best CPU time to get the best result obtained on this benchmark2520.06
Satisfiable
(Un)Satisfiability was proved
Number of variables2140
Number of constraints5421
Number of domains18
Minimum domain size1
Maximum domain size41
Distribution of domain sizes[{"size":1,"count":94},{"size":2,"count":444},{"size":6,"count":1141},{"size":9,"count":7},{"size":10,"count":18},{"size":29,"count":128},{"size":41,"count":308}]
Minimum variable degree2
Maximum variable degree27
Distribution of variable degrees[{"degree":2,"count":860},{"degree":3,"count":160},{"degree":17,"count":33},{"degree":18,"count":41},{"degree":19,"count":6},{"degree":20,"count":31},{"degree":21,"count":40},{"degree":22,"count":67},{"degree":23,"count":71},{"degree":24,"count":80},{"degree":25,"count":360},{"degree":26,"count":293},{"degree":27,"count":98}]
Minimum constraint arity2
Maximum constraint arity80
Distribution of constraint arities[{"arity":2,"count":1932},{"arity":3,"count":2080},{"arity":4,"count":40},{"arity":6,"count":960},{"arity":29,"count":240},{"arity":41,"count":168},{"arity":80,"count":1}]
Number of extensional constraints1248
Number of intensional constraints684
Distribution of constraint types[{"type":"extension","count":1248},{"type":"intension","count":684},{"type":"regular","count":2080},{"type":"sum","count":80},{"type":"count","count":1328},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.67/0.56	c version: 2018-08-14
0.67/0.56	c seed: 420875334
0.67/0.56	c timeout: 2520
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.58	c Parsing instance...
7.85/3.31	c Parsing done, starting search...
2520.05/2498.80	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 (11129 MiB free)
  memory of node 1: 16384 MiB (13091 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307947-1534270652/watcher-4307947-1534270652 -o /tmp/evaluation-result-4307947-1534270652/solver-4307947-1534270652 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1534270652-30545 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 420875334 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307947-1534270652.xml 

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

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

solver pid=30576, runsolver pid=30570

[startup+0.100165 s]*
/proc/loadavg: 1.22 1.42 1.39 4/221 30607
/proc/meminfo: memFree=24767040/32770624 swapFree=67108856/67108860
[pid=30576] ppid=30570 vsize=14082736 memory=31364 CPUtime=0.12 cores=0,2,4,6
/proc/30576/stat : 30576 (java) S 30570 30576 28719 0 -1 1077944320 6746 0 0 0 11 1 0 0 20 0 15 0 244628458 14420721664 7841 33554432000 4194304 4196468 140728453592544 140728453575088 139963158716151 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
/proc/30576/statm: 3520684 7841 3155 1 0 3482761 0
[pid=30576/tid=30581] ppid=30570 vsize=14082736 memory=5450919713671312938 CPUtime=0.09 cores=0,2,4,6
/proc/30576/task/30581/stat : 30581 (java) R 30570 30576 28719 0 -1 4202560 4785 0 0 0 9 0 0 0 20 0 15 0 244628459 14420721664 7841 33554432000 4194304 4196468 140728453592544 139963162919272 139963158728086 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30582] ppid=30570 vsize=14082736 memory=-9181546050914066336 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30582/stat : 30582 (java) S 30570 30576 28719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244628460 14420721664 7841 33554432000 4194304 4196468 140728453592544 139962754509968 139963158726357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30583] ppid=30570 vsize=14082736 memory=140511881868928 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30583/stat : 30583 (java) S 30570 30576 28719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244628460 14420721664 7841 33554432000 4194304 4196468 140728453592544 139962753457168 139963158726357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30585] ppid=30570 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30585/stat : 30585 (java) S 30570 30576 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244628460 14420721664 7841 33554432000 4194304 4196468 140728453592544 139962752404368 139963158726357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30587] ppid=30570 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30587/stat : 30587 (java) S 30570 30576 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244628460 14420721664 7841 33554432000 4194304 4196468 140728453592544 139962751351568 139963158726357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30591] ppid=30570 vsize=14082736 memory=140511881868928 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30591/stat : 30591 (java) S 30570 30576 28719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244628461 14420721664 7841 33554432000 4194304 4196468 140728453592544 139962633615728 139963158727298 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30592] ppid=30570 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30592/stat : 30592 (java) S 30570 30576 28719 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 244628461 14420721664 7841 33554432000 4194304 4196468 140728453592544 139962632561696 139963158726357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30594] ppid=30570 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30594/stat : 30594 (java) S 30570 30576 28719 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 244628462 14420721664 7841 33554432000 4194304 4196468 140728453592544 139962631508848 139963158726357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30599] ppid=30570 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30599/stat : 30599 (java) S 30570 30576 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244628464 14420721664 7841 33554432000 4194304 4196468 140728453592544 139962630457168 139963158734747 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30601] ppid=30570 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30601/stat : 30601 (java) S 30570 30576 28719 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 244628464 14420721664 7841 33554432000 4194304 4196468 140728453592544 139962629405552 139963158727298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30602] ppid=30570 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30602/stat : 30602 (java) S 30570 30576 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244628464 14420721664 7841 33554432000 4194304 4196468 140728453592544 139962628352752 139963158727298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30603] ppid=30570 vsize=14082736 memory=140511881868928 CPUtime=0.01 cores=0,2,4,6
/proc/30576/task/30603/stat : 30603 (java) S 30570 30576 28719 0 -1 1077944384 276 0 0 0 1 0 0 0 20 0 15 0 244628464 14420721664 7841 33554432000 4194304 4196468 140728453592544 139962627299952 139963158727298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30605] ppid=30570 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30605/stat : 30605 (java) S 30570 30576 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244628464 14420721664 7841 33554432000 4194304 4196468 140728453592544 139962626247392 139963158726357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30607] ppid=30570 vsize=14082736 memory=140511881868928 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30607/stat : 30607 (java) S 30570 30576 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244628464 14420721664 7841 33554432000 4194304 4196468 140728453592544 139962625194672 139963158727298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31364 KiB

[startup+0.211857 s]*
/proc/loadavg: 1.22 1.42 1.39 10/221 30607
/proc/meminfo: memFree=24735768/32770624 swapFree=67108856/67108860
[pid=30576] ppid=30570 vsize=14082736 memory=47156 CPUtime=0.3 cores=0,2,4,6
/proc/30576/stat : 30576 (java) S 30570 30576 28719 0 -1 1077944320 10414 0 0 0 28 2 0 0 20 0 15 0 244628458 14420721664 11789 33554432000 4194304 4196468 140728453592544 140728453575088 139963158716151 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
/proc/30576/statm: 3520684 11789 3366 1 0 3482761 0
[pid=30576/tid=30581] ppid=30570 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/30576/task/30581/stat : 30581 (java) R 30570 30576 28719 0 -1 4202560 8119 0 0 0 19 1 0 0 20 0 15 0 244628459 14420721664 11789 33554432000 4194304 4196468 140728453592544 139963162945088 139963158737498 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30582] ppid=30570 vsize=14082736 memory=364 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30582/stat : 30582 (java) S 30570 30576 28719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244628460 14420721664 11789 33554432000 4194304 4196468 140728453592544 139962754509968 139963158726357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30583] ppid=30570 vsize=14082736 memory=288370888033580672 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30583/stat : 30583 (java) S 30570 30576 28719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244628460 14420721664 11789 33554432000 4194304 4196468 140728453592544 139962753457168 139963158726357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30585] ppid=30570 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30585/stat : 30585 (java) S 30570 30576 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244628460 14420721664 11789 33554432000 4194304 4196468 140728453592544 139962752404368 139963158726357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30587] ppid=30570 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30587/stat : 30587 (java) S 30570 30576 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244628460 14420721664 11789 33554432000 4194304 4196468 140728453592544 139962751351568 139963158726357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30591] ppid=30570 vsize=14082736 memory=140511881868928 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30591/stat : 30591 (java) S 30570 30576 28719 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 244628461 14420721664 11789 33554432000 4194304 4196468 140728453592544 139962633615728 139963158727298 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30592] ppid=30570 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30592/stat : 30592 (java) S 30570 30576 28719 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 244628461 14420721664 11789 33554432000 4194304 4196468 140728453592544 139962632561696 139963158726357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30594] ppid=30570 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30594/stat : 30594 (java) S 30570 30576 28719 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 244628462 14420721664 11789 33554432000 4194304 4196468 140728453592544 139962631508848 139963158726357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30599] ppid=30570 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30599/stat : 30599 (java) S 30570 30576 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244628464 14420721664 11789 33554432000 4194304 4196468 140728453592544 139962630457168 139963158734747 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30601] ppid=30570 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/30576/task/30601/stat : 30601 (java) R 30570 30576 28719 0 -1 4202560 448 0 0 0 2 0 0 0 20 0 15 0 244628464 14420721664 11789 33554432000 4194304 4196468 140728453592544 139962629405648 139963137963132 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30602] ppid=30570 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/30576/task/30602/stat : 30602 (java) R 30570 30576 28719 0 -1 1077944384 162 0 0 0 1 0 0 0 20 0 15 0 244628464 14420721664 11789 33554432000 4194304 4196468 140728453592544 139962628352752 139963158727298 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30603] ppid=30570 vsize=14082736 memory=140511881868928 CPUtime=0.05 cores=0,2,4,6
/proc/30576/task/30603/stat : 30603 (java) R 30570 30576 28719 0 -1 4202560 303 0 0 0 5 0 0 0 20 0 15 0 244628464 14420721664 11789 33554432000 4194304 4196468 140728453592544 139962627297912 139963150953278 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30605] ppid=30570 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30605/stat : 30605 (java) S 30570 30576 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244628464 14420721664 11789 33554432000 4194304 4196468 140728453592544 139962626247392 139963158726357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30607] ppid=30570 vsize=14082736 memory=140511881868928 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30607/stat : 30607 (java) S 30570 30576 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244628464 14420721664 11789 33554432000 4194304 4196468 140728453592544 139962625194672 139963158727298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47156 KiB

[startup+0.310628 s]*
/proc/loadavg: 1.22 1.42 1.39 3/221 30607
/proc/meminfo: memFree=24728944/32770624 swapFree=67108856/67108860
[pid=30576] ppid=30570 vsize=14082736 memory=50596 CPUtime=0.44 cores=0,2,4,6
/proc/30576/stat : 30576 (java) S 30570 30576 28719 0 -1 1077944320 10816 0 0 0 42 2 0 0 20 0 15 0 244628458 14420721664 12649 33554432000 4194304 4196468 140728453592544 140728453575088 139963158716151 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
/proc/30576/statm: 3520684 12649 3369 1 0 3482761 0
[pid=30576/tid=30581] ppid=30570 vsize=14082736 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/30576/task/30581/stat : 30581 (java) R 30570 30576 28719 0 -1 4202560 8480 0 0 0 28 1 0 0 20 0 15 0 244628459 14420721664 12649 33554432000 4194304 4196468 140728453592544 139963162927664 139963140279703 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30582] ppid=30570 vsize=14082736 memory=15363 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30582/stat : 30582 (java) S 30570 30576 28719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244628460 14420721664 12649 33554432000 4194304 4196468 140728453592544 139962754509968 139963158726357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30583] ppid=30570 vsize=14082736 memory=288370888033580672 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30583/stat : 30583 (java) S 30570 30576 28719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244628460 14420721664 12649 33554432000 4194304 4196468 140728453592544 139962753457168 139963158726357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30585] ppid=30570 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30585/stat : 30585 (java) S 30570 30576 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244628460 14420721664 12649 33554432000 4194304 4196468 140728453592544 139962752404368 139963158726357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30587] ppid=30570 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30587/stat : 30587 (java) S 30570 30576 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244628460 14420721664 12649 33554432000 4194304 4196468 140728453592544 139962751351568 139963158726357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30591] ppid=30570 vsize=14082736 memory=140511881868928 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30591/stat : 30591 (java) S 30570 30576 28719 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 244628461 14420721664 12649 33554432000 4194304 4196468 140728453592544 139962633615728 139963158727298 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30592] ppid=30570 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30592/stat : 30592 (java) S 30570 30576 28719 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 244628461 14420721664 12649 33554432000 4194304 4196468 140728453592544 139962632561696 139963158726357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30594] ppid=30570 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30594/stat : 30594 (java) S 30570 30576 28719 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 244628462 14420721664 12649 33554432000 4194304 4196468 140728453592544 139962631508848 139963158726357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30599] ppid=30570 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30599/stat : 30599 (java) S 30570 30576 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244628464 14420721664 12649 33554432000 4194304 4196468 140728453592544 139962630457168 139963158734747 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30601] ppid=30570 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/30576/task/30601/stat : 30601 (java) S 30570 30576 28719 0 -1 1077944384 449 0 0 0 2 0 0 0 20 0 15 0 244628464 14420721664 12649 33554432000 4194304 4196468 140728453592544 139962629405552 139963158727298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30602] ppid=30570 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/30576/task/30602/stat : 30602 (java) S 30570 30576 28719 0 -1 1077944384 181 0 0 0 2 0 0 0 20 0 15 0 244628464 14420721664 12649 33554432000 4194304 4196468 140728453592544 139962628352752 139963158727298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30603] ppid=30570 vsize=14082736 memory=140511881868928 CPUtime=0.07 cores=0,2,4,6
/proc/30576/task/30603/stat : 30603 (java) S 30570 30576 28719 0 -1 1077944384 323 0 0 0 7 0 0 0 20 0 15 0 244628464 14420721664 12649 33554432000 4194304 4196468 140728453592544 139962627299952 139963158727298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30605] ppid=30570 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30605/stat : 30605 (java) S 30570 30576 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244628464 14420721664 12649 33554432000 4194304 4196468 140728453592544 139962626247392 139963158726357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30607] ppid=30570 vsize=14082736 memory=140511881868928 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30607/stat : 30607 (java) S 30570 30576 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244628464 14420721664 12649 33554432000 4194304 4196468 140728453592544 139962625194672 139963158727298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50596 KiB

[startup+0.700798 s]
/proc/loadavg: 1.22 1.42 1.39 4/221 30607
/proc/meminfo: memFree=24680144/32770624 swapFree=67108856/67108860
[pid=30576] ppid=30570 vsize=14084804 memory=88476 CPUtime=0.99 cores=0,2,4,6
/proc/30576/stat : 30576 (java) S 30570 30576 28719 0 -1 1077944320 17609 0 0 0 95 4 0 0 20 0 15 0 244628458 14422839296 22119 33554432000 4194304 4196468 140728453592544 140728453575088 139963158716151 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
/proc/30576/statm: 3521201 22119 3496 1 0 3483273 0
[pid=30576/tid=30581] ppid=30570 vsize=14084804 memory=33 CPUtime=0.68 cores=0,2,4,6
/proc/30576/task/30581/stat : 30581 (java) R 30570 30576 28719 0 -1 4202560 14929 0 0 0 65 3 0 0 20 0 15 0 244628459 14422839296 22119 33554432000 4194304 4196468 140728453592544 139963162940256 139963158738077 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30582] ppid=30570 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30582/stat : 30582 (java) S 30570 30576 28719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244628460 14422839296 22119 33554432000 4194304 4196468 140728453592544 139962754509968 139963158726357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30583] ppid=30570 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30583/stat : 30583 (java) S 30570 30576 28719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244628460 14422839296 22119 33554432000 4194304 4196468 140728453592544 139962753457168 139963158726357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30585] ppid=30570 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30585/stat : 30585 (java) S 30570 30576 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244628460 14422839296 22119 33554432000 4194304 4196468 140728453592544 139962752404368 139963158726357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30587] ppid=30570 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30587/stat : 30587 (java) S 30570 30576 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244628460 14422839296 22119 33554432000 4194304 4196468 140728453592544 139962751351568 139963158726357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30591] ppid=30570 vsize=14084804 memory=271899078724315 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30591/stat : 30591 (java) S 30570 30576 28719 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 244628461 14422839296 22119 33554432000 4194304 4196468 140728453592544 139962633615728 139963158727298 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30592] ppid=30570 vsize=14084804 memory=3834592127481040488 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30592/stat : 30592 (java) S 30570 30576 28719 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 244628461 14422839296 22119 33554432000 4194304 4196468 140728453592544 139962632561696 139963158726357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30594] ppid=30570 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30594/stat : 30594 (java) S 30570 30576 28719 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 244628462 14422839296 22119 33554432000 4194304 4196468 140728453592544 139962631508848 139963158726357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30599] ppid=30570 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30599/stat : 30599 (java) S 30570 30576 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244628464 14422839296 22119 33554432000 4194304 4196468 140728453592544 139962630457168 139963158734747 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30601] ppid=30570 vsize=14084804 memory=7809523229951467572 CPUtime=0.07 cores=0,2,4,6
/proc/30576/task/30601/stat : 30601 (java) S 30570 30576 28719 0 -1 1077944384 589 0 0 0 7 0 0 0 20 0 15 0 244628464 14422839296 22119 33554432000 4194304 4196468 140728453592544 139962629405552 139963158727298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30602] ppid=30570 vsize=14084804 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30576/task/30602/stat : 30602 (java) S 30570 30576 28719 0 -1 1077944384 324 0 0 0 7 0 0 0 20 0 15 0 244628464 14422839296 22119 33554432000 4194304 4196468 140728453592544 139962628352752 139963158727298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30603] ppid=30570 vsize=14084804 memory=-6151176607409465442 CPUtime=0.14 cores=0,2,4,6
/proc/30576/task/30603/stat : 30603 (java) S 30570 30576 28719 0 -1 1077944384 384 0 0 0 14 0 0 0 20 0 15 0 244628464 14422839296 22119 33554432000 4194304 4196468 140728453592544 139962627299952 139963158727298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30605] ppid=30570 vsize=14084804 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30605/stat : 30605 (java) S 30570 30576 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244628464 14422839296 22119 33554432000 4194304 4196468 140728453592544 139962626247392 139963158726357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30607] ppid=30570 vsize=14084804 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30607/stat : 30607 (java) S 30570 30576 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244628464 14422839296 22119 33554432000 4194304 4196468 140728453592544 139962625194672 139963158727298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88476 KiB

[startup+1.5009 s]
/proc/loadavg: 1.22 1.42 1.39 10/221 30607
/proc/meminfo: memFree=24609232/32770624 swapFree=67108856/67108860
[pid=30576] ppid=30570 vsize=14088900 memory=171556 CPUtime=3.5 cores=0,2,4,6
/proc/30576/stat : 30576 (java) S 30570 30576 28719 0 -1 1077944320 25140 0 0 0 343 7 0 0 20 0 15 0 244628458 14427033600 42889 33554432000 4194304 4196468 140728453592544 140728453575088 139963158716151 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
/proc/30576/statm: 3522225 42889 3546 1 0 3484297 0
[pid=30576/tid=30581] ppid=30570 vsize=14088900 memory=7162531440177276259 CPUtime=1.47 cores=0,2,4,6
/proc/30576/task/30581/stat : 30581 (java) R 30570 30576 28719 0 -1 4202560 18438 0 0 0 142 5 0 0 20 0 15 0 244628459 14427033600 42889 33554432000 4194304 4196468 140728453592544 139963162951328 139962796137060 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30582] ppid=30570 vsize=14088900 memory=7162531440177276259 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30582/stat : 30582 (java) S 30570 30576 28719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244628460 14427033600 42889 33554432000 4194304 4196468 140728453592544 139962754509968 139963158726357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30583] ppid=30570 vsize=14088900 memory=4132 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30583/stat : 30583 (java) S 30570 30576 28719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244628460 14427033600 42889 33554432000 4194304 4196468 140728453592544 139962753457168 139963158726357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30585] ppid=30570 vsize=14088900 memory=66372 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30585/stat : 30585 (java) S 30570 30576 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244628460 14427033600 42889 33554432000 4194304 4196468 140728453592544 139962752404368 139963158726357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30587] ppid=30570 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30587/stat : 30587 (java) S 30570 30576 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244628460 14427033600 42889 33554432000 4194304 4196468 140728453592544 139962751351568 139963158726357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30591] ppid=30570 vsize=14088900 memory=57 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30591/stat : 30591 (java) S 30570 30576 28719 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 15 0 244628461 14427033600 42889 33554432000 4194304 4196468 140728453592544 139962633615728 139963158727298 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0

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

/proc/30576/task/30581/stat : 30581 (java) R 30570 30576 28719 0 -1 4202560 77788 0 0 0 231441 34 0 0 20 0 15 0 244628459 14431227904 513588 33554432000 4194304 4196468 140728453592544 139963162954432 139962810159501 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30582] ppid=30570 vsize=14092996 memory=2054352 CPUtime=4.54 cores=0,2,4,6
/proc/30576/task/30582/stat : 30582 (java) S 30570 30576 28719 0 -1 1077944384 19294 0 0 0 428 26 0 0 20 0 15 0 244628460 14431227904 513588 33554432000 4194304 4196468 140728453592544 139962754509968 139963158726357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30583] ppid=30570 vsize=14092996 memory=2054352 CPUtime=4.54 cores=0,2,4,6
/proc/30576/task/30583/stat : 30583 (java) S 30570 30576 28719 0 -1 1077944384 22595 0 0 0 426 28 0 0 20 0 15 0 244628460 14431227904 513588 33554432000 4194304 4196468 140728453592544 139962753457168 139963158726357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30585] ppid=30570 vsize=14092996 memory=2054352 CPUtime=4.51 cores=0,2,4,6
/proc/30576/task/30585/stat : 30585 (java) S 30570 30576 28719 0 -1 1077944384 26257 0 0 0 425 26 0 0 20 0 15 0 244628460 14431227904 513588 33554432000 4194304 4196468 140728453592544 139962752404368 139963158726357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30587] ppid=30570 vsize=14092996 memory=2054352 CPUtime=4.51 cores=0,2,4,6
/proc/30576/task/30587/stat : 30587 (java) S 30570 30576 28719 0 -1 1077944384 22353 0 0 0 423 28 0 0 20 0 15 0 244628460 14431227904 513588 33554432000 4194304 4196468 140728453592544 139962751351568 139963158726357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30591] ppid=30570 vsize=14092996 memory=2054352 CPUtime=1.95 cores=0,2,4,6
/proc/30576/task/30591/stat : 30591 (java) S 30570 30576 28719 0 -1 1077944384 19645 0 0 0 179 16 0 0 20 0 15 0 244628461 14431227904 513588 33554432000 4194304 4196468 140728453592544 139962633615728 139963158727298 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30592] ppid=30570 vsize=14092996 memory=2054352 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30592/stat : 30592 (java) S 30570 30576 28719 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 244628461 14431227904 513588 33554432000 4194304 4196468 140728453592544 139962632561760 139963158726357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30594] ppid=30570 vsize=14092996 memory=2054352 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30594/stat : 30594 (java) S 30570 30576 28719 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 244628462 14431227904 513588 33554432000 4194304 4196468 140728453592544 139962631508864 139963158726357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30599] ppid=30570 vsize=14092996 memory=2054352 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30599/stat : 30599 (java) S 30570 30576 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244628464 14431227904 513588 33554432000 4194304 4196468 140728453592544 139962630457168 139963158734747 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30601] ppid=30570 vsize=14092996 memory=2054352 CPUtime=2.66 cores=0,2,4,6
/proc/30576/task/30601/stat : 30601 (java) S 30570 30576 28719 0 -1 1077944384 7475 0 0 0 265 1 0 0 20 0 15 0 244628464 14431227904 513588 33554432000 4194304 4196468 140728453592544 139962629405552 139963158727298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30602] ppid=30570 vsize=14092996 memory=2054352 CPUtime=2.78 cores=0,2,4,6
/proc/30576/task/30602/stat : 30602 (java) S 30570 30576 28719 0 -1 1077944384 9378 0 0 0 277 1 0 0 20 0 15 0 244628464 14431227904 513588 33554432000 4194304 4196468 140728453592544 139962628352752 139963158727298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30603] ppid=30570 vsize=14092996 memory=7881696724453321575 CPUtime=1.27 cores=0,2,4,6
/proc/30576/task/30603/stat : 30603 (java) S 30570 30576 28719 0 -1 1077944384 9067 0 0 0 124 3 0 0 20 0 15 0 244628464 14431227904 513588 33554432000 4194304 4196468 140728453592544 139962627299952 139963158727298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30605] ppid=30570 vsize=14092996 memory=2054352 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30605/stat : 30605 (java) S 30570 30576 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244628464 14431227904 513588 33554432000 4194304 4196468 140728453592544 139962626247392 139963158726357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30607] ppid=30570 vsize=14092996 memory=241228 CPUtime=0.7 cores=0,2,4,6
/proc/30576/task/30607/stat : 30607 (java) S 30570 30576 28719 0 -1 1077944384 1430 0 0 0 33 37 0 0 20 0 15 0 244628464 14431227904 513588 33554432000 4194304 4196468 140728453592544 139962625194672 139963158727298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
Current children cumulated CPU time: 2342.31 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 2054352 KiB

[startup+2382.3 s]
/proc/loadavg: 1.38 1.53 1.47 4/219 30683
/proc/meminfo: memFree=22519944/32770624 swapFree=67108856/67108860
[pid=30576] ppid=30570 vsize=14092996 memory=2058440 CPUtime=2402.75 cores=0,2,4,6
/proc/30576/stat : 30576 (java) S 30570 30576 28719 0 -1 1077944320 219417 0 0 0 240095 180 0 0 20 0 15 0 244628458 14431227904 514610 33554432000 4194304 4196468 140728453592544 140728453575088 139963158716151 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
/proc/30576/statm: 3523249 514610 3600 1 0 3485321 0
[pid=30576/tid=30581] ppid=30570 vsize=14092996 memory=2058440 CPUtime=2374.48 cores=0,2,4,6
/proc/30576/task/30581/stat : 30581 (java) R 30570 30576 28719 0 -1 4202560 78870 0 0 0 237414 34 0 0 20 0 15 0 244628459 14431227904 514610 33554432000 4194304 4196468 140728453592544 139963162954064 139962809142000 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30582] ppid=30570 vsize=14092996 memory=2058440 CPUtime=4.7 cores=0,2,4,6
/proc/30576/task/30582/stat : 30582 (java) S 30570 30576 28719 0 -1 1077944384 19787 0 0 0 443 27 0 0 20 0 15 0 244628460 14431227904 514610 33554432000 4194304 4196468 140728453592544 139962754509968 139963158726357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30583] ppid=30570 vsize=14092996 memory=2057936 CPUtime=4.69 cores=0,2,4,6
/proc/30576/task/30583/stat : 30583 (java) S 30570 30576 28719 0 -1 1077944384 22829 0 0 0 441 28 0 0 20 0 15 0 244628460 14431227904 514610 33554432000 4194304 4196468 140728453592544 139962753457168 139963158726357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30585] ppid=30570 vsize=14092996 memory=2058444 CPUtime=4.67 cores=0,2,4,6
/proc/30576/task/30585/stat : 30585 (java) S 30570 30576 28719 0 -1 1077944384 26449 0 0 0 440 27 0 0 20 0 15 0 244628460 14431227904 514610 33554432000 4194304 4196468 140728453592544 139962752404368 139963158726357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30587] ppid=30570 vsize=14092996 memory=2058440 CPUtime=4.66 cores=0,2,4,6
/proc/30576/task/30587/stat : 30587 (java) S 30570 30576 28719 0 -1 1077944384 22667 0 0 0 438 28 0 0 20 0 15 0 244628460 14431227904 514610 33554432000 4194304 4196468 140728453592544 139962751351568 139963158726357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30591] ppid=30570 vsize=14092996 memory=2058440 CPUtime=2.02 cores=0,2,4,6
/proc/30576/task/30591/stat : 30591 (java) S 30570 30576 28719 0 -1 1077944384 19996 0 0 0 185 17 0 0 20 0 15 0 244628461 14431227904 514610 33554432000 4194304 4196468 140728453592544 139962633615728 139963158727298 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30592] ppid=30570 vsize=14092996 memory=281023469509728 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30592/stat : 30592 (java) S 30570 30576 28719 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 244628461 14431227904 514610 33554432000 4194304 4196468 140728453592544 139962632561760 139963158726357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30594] ppid=30570 vsize=14092996 memory=2058440 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30594/stat : 30594 (java) S 30570 30576 28719 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 244628462 14431227904 514610 33554432000 4194304 4196468 140728453592544 139962631508864 139963158726357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30599] ppid=30570 vsize=14092996 memory=2058440 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30599/stat : 30599 (java) S 30570 30576 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244628464 14431227904 514610 33554432000 4194304 4196468 140728453592544 139962630457168 139963158734747 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30601] ppid=30570 vsize=14092996 memory=281023470137664 CPUtime=2.66 cores=0,2,4,6
/proc/30576/task/30601/stat : 30601 (java) S 30570 30576 28719 0 -1 1077944384 7479 0 0 0 265 1 0 0 20 0 15 0 244628464 14431227904 514610 33554432000 4194304 4196468 140728453592544 139962629405552 139963158727298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30602] ppid=30570 vsize=14092996 memory=2058440 CPUtime=2.78 cores=0,2,4,6
/proc/30576/task/30602/stat : 30602 (java) S 30570 30576 28719 0 -1 1077944384 9382 0 0 0 277 1 0 0 20 0 15 0 244628464 14431227904 514610 33554432000 4194304 4196468 140728453592544 139962628352752 139963158727298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30603] ppid=30570 vsize=14092996 memory=1384 CPUtime=1.27 cores=0,2,4,6
/proc/30576/task/30603/stat : 30603 (java) S 30570 30576 28719 0 -1 1077944384 9071 0 0 0 124 3 0 0 20 0 15 0 244628464 14431227904 514610 33554432000 4194304 4196468 140728453592544 139962627299952 139963158727298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30605] ppid=30570 vsize=14092996 memory=2058960 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30605/stat : 30605 (java) S 30570 30576 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244628464 14431227904 514610 33554432000 4194304 4196468 140728453592544 139962626247392 139963158726357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30607] ppid=30570 vsize=14092996 memory=14888 CPUtime=0.72 cores=0,2,4,6
/proc/30576/task/30607/stat : 30607 (java) S 30570 30576 28719 0 -1 1077944384 1456 0 0 0 34 38 0 0 20 0 15 0 244628464 14431227904 514610 33554432000 4194304 4196468 140728453592544 139962625194672 139963158727298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
Current children cumulated CPU time: 2402.75 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 2058440 KiB

[startup+2442.3 s]
/proc/loadavg: 1.52 1.55 1.49 5/218 30685
/proc/meminfo: memFree=22517648/32770624 swapFree=67108856/67108860
[pid=30576] ppid=30570 vsize=14092996 memory=2060488 CPUtime=2463.16 cores=0,2,4,6
/proc/30576/stat : 30576 (java) S 30570 30576 28719 0 -1 1077944320 222087 0 0 0 246133 183 0 0 20 0 15 0 244628458 14431227904 515122 33554432000 4194304 4196468 140728453592544 140728453575088 139963158716151 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
/proc/30576/statm: 3523249 515122 3600 1 0 3485321 0
[pid=30576/tid=30581] ppid=30570 vsize=14092996 memory=2060488 CPUtime=2434.24 cores=0,2,4,6
/proc/30576/task/30581/stat : 30581 (java) R 30570 30576 28719 0 -1 4202560 79806 0 0 0 243389 35 0 0 20 0 15 0 244628459 14431227904 515122 33554432000 4194304 4196468 140728453592544 139963162954416 139962810159545 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30582] ppid=30570 vsize=14092996 memory=2060488 CPUtime=4.84 cores=0,2,4,6
/proc/30576/task/30582/stat : 30582 (java) S 30570 30576 28719 0 -1 1077944384 20016 0 0 0 457 27 0 0 20 0 15 0 244628460 14431227904 515122 33554432000 4194304 4196468 140728453592544 139962754509968 139963158726357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30583] ppid=30570 vsize=14092996 memory=2060488 CPUtime=4.83 cores=0,2,4,6
/proc/30576/task/30583/stat : 30583 (java) S 30570 30576 28719 0 -1 1077944384 23050 0 0 0 454 29 0 0 20 0 15 0 244628460 14431227904 515122 33554432000 4194304 4196468 140728453592544 139962753457168 139963158726357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30585] ppid=30570 vsize=14092996 memory=2060488 CPUtime=4.81 cores=0,2,4,6
/proc/30576/task/30585/stat : 30585 (java) S 30570 30576 28719 0 -1 1077944384 26916 0 0 0 454 27 0 0 20 0 15 0 244628460 14431227904 515122 33554432000 4194304 4196468 140728453592544 139962752404368 139963158726357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30587] ppid=30570 vsize=14092996 memory=2060488 CPUtime=4.8 cores=0,2,4,6
/proc/30576/task/30587/stat : 30587 (java) S 30570 30576 28719 0 -1 1077944384 23092 0 0 0 452 28 0 0 20 0 15 0 244628460 14431227904 515122 33554432000 4194304 4196468 140728453592544 139962751351568 139963158726357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30591] ppid=30570 vsize=14092996 memory=2060488 CPUtime=2.08 cores=0,2,4,6
/proc/30576/task/30591/stat : 30591 (java) S 30570 30576 28719 0 -1 1077944384 20346 0 0 0 191 17 0 0 20 0 15 0 244628461 14431227904 515122 33554432000 4194304 4196468 140728453592544 139962633615728 139963158727298 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30592] ppid=30570 vsize=14092996 memory=2060488 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30592/stat : 30592 (java) S 30570 30576 28719 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 244628461 14431227904 515122 33554432000 4194304 4196468 140728453592544 139962632561760 139963158726357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30594] ppid=30570 vsize=14092996 memory=2060488 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30594/stat : 30594 (java) S 30570 30576 28719 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 244628462 14431227904 515122 33554432000 4194304 4196468 140728453592544 139962631508864 139963158726357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30599] ppid=30570 vsize=14092996 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30599/stat : 30599 (java) S 30570 30576 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244628464 14431227904 515122 33554432000 4194304 4196468 140728453592544 139962630457168 139963158734747 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30601] ppid=30570 vsize=14092996 memory=2060488 CPUtime=2.67 cores=0,2,4,6
/proc/30576/task/30601/stat : 30601 (java) S 30570 30576 28719 0 -1 1077944384 7485 0 0 0 266 1 0 0 20 0 15 0 244628464 14431227904 515122 33554432000 4194304 4196468 140728453592544 139962629405552 139963158727298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30602] ppid=30570 vsize=14092996 memory=2060488 CPUtime=2.78 cores=0,2,4,6
/proc/30576/task/30602/stat : 30602 (java) S 30570 30576 28719 0 -1 1077944384 9388 0 0 0 277 1 0 0 20 0 15 0 244628464 14431227904 515122 33554432000 4194304 4196468 140728453592544 139962628352752 139963158727298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30603] ppid=30570 vsize=14092996 memory=2060488 CPUtime=1.27 cores=0,2,4,6
/proc/30576/task/30603/stat : 30603 (java) S 30570 30576 28719 0 -1 1077944384 9075 0 0 0 124 3 0 0 20 0 15 0 244628464 14431227904 515122 33554432000 4194304 4196468 140728453592544 139962627299952 139963158727298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30605] ppid=30570 vsize=14092996 memory=2060488 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30605/stat : 30605 (java) S 30570 30576 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244628464 14431227904 515122 33554432000 4194304 4196468 140728453592544 139962626247392 139963158726357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30607] ppid=30570 vsize=14092996 memory=2060488 CPUtime=0.74 cores=0,2,4,6
/proc/30576/task/30607/stat : 30607 (java) S 30570 30576 28719 0 -1 1077944384 1482 0 0 0 35 39 0 0 20 0 15 0 244628464 14431227904 515122 33554432000 4194304 4196468 140728453592544 139962625194672 139963158727298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
Current children cumulated CPU time: 2463.16 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 2060488 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2498.8 s]
/proc/loadavg: 1.64 1.57 1.50 3/218 30766
/proc/meminfo: memFree=22502816/32770624 swapFree=67108856/67108860
[pid=30576] ppid=30570 vsize=14092996 memory=2062536 CPUtime=2520.05 cores=0,2,4,6
/proc/30576/stat : 30576 (java) S 30570 30576 28719 0 -1 1077944320 223894 0 0 0 251819 186 0 0 20 0 15 0 244628458 14431227904 515634 33554432000 4194304 4196468 140728453592544 140728453575088 139963158716151 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
/proc/30576/statm: 3523249 515634 3600 1 0 3485321 0
[pid=30576/tid=30581] ppid=30570 vsize=14092996 memory=288230596050944315 CPUtime=2490.5 cores=0,2,4,6
/proc/30576/task/30581/stat : 30581 (java) R 30570 30576 28719 0 -1 4202560 80609 0 0 0 249015 35 0 0 20 0 15 0 244628459 14431227904 515634 33554432000 4194304 4196468 140728453592544 139963162954224 139962798450519 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30582] ppid=30570 vsize=14092996 memory=14133333755955770 CPUtime=4.97 cores=0,2,4,6
/proc/30576/task/30582/stat : 30582 (java) S 30570 30576 28719 0 -1 1077944384 20179 0 0 0 470 27 0 0 20 0 15 0 244628460 14431227904 515634 33554432000 4194304 4196468 140728453592544 139962754509968 139963158726357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30583] ppid=30570 vsize=14092996 memory=14888 CPUtime=4.97 cores=0,2,4,6
/proc/30576/task/30583/stat : 30583 (java) S 30570 30576 28719 0 -1 1077944384 23259 0 0 0 468 29 0 0 20 0 15 0 244628460 14431227904 515634 33554432000 4194304 4196468 140728453592544 139962753457168 139963158726357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30585] ppid=30570 vsize=14092996 memory=36872 CPUtime=4.94 cores=0,2,4,6
/proc/30576/task/30585/stat : 30585 (java) S 30570 30576 28719 0 -1 1077944384 27093 0 0 0 467 27 0 0 20 0 15 0 244628460 14431227904 515634 33554432000 4194304 4196468 140728453592544 139962752404368 139963158726357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30587] ppid=30570 vsize=14092996 memory=15932 CPUtime=4.94 cores=0,2,4,6
/proc/30576/task/30587/stat : 30587 (java) S 30570 30576 28719 0 -1 1077944384 23335 0 0 0 465 29 0 0 20 0 15 0 244628460 14431227904 515634 33554432000 4194304 4196468 140728453592544 139962751351568 139963158726357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30591] ppid=30570 vsize=14092996 memory=6791534058613427641 CPUtime=2.15 cores=0,2,4,6
/proc/30576/task/30591/stat : 30591 (java) S 30570 30576 28719 0 -1 1077944384 20536 0 0 0 197 18 0 0 20 0 15 0 244628461 14431227904 515634 33554432000 4194304 4196468 140728453592544 139962633615728 139963158727298 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30592] ppid=30570 vsize=14092996 memory=752 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30592/stat : 30592 (java) S 30570 30576 28719 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 244628461 14431227904 515634 33554432000 4194304 4196468 140728453592544 139962632561760 139963158726357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30594] ppid=30570 vsize=14092996 memory=7328 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30594/stat : 30594 (java) S 30570 30576 28719 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 244628462 14431227904 515634 33554432000 4194304 4196468 140728453592544 139962631508864 139963158726357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30599] ppid=30570 vsize=14092996 memory=5400 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30599/stat : 30599 (java) S 30570 30576 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244628464 14431227904 515634 33554432000 4194304 4196468 140728453592544 139962630457168 139963158734747 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30601] ppid=30570 vsize=14092996 memory=2062536 CPUtime=2.67 cores=0,2,4,6
/proc/30576/task/30601/stat : 30601 (java) S 30570 30576 28719 0 -1 1077944384 7487 0 0 0 266 1 0 0 20 0 15 0 244628464 14431227904 515634 33554432000 4194304 4196468 140728453592544 139962629405552 139963158727298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30602] ppid=30570 vsize=14092996 memory=6791534058613427641 CPUtime=2.78 cores=0,2,4,6
/proc/30576/task/30602/stat : 30602 (java) S 30570 30576 28719 0 -1 1077944384 9392 0 0 0 277 1 0 0 20 0 15 0 244628464 14431227904 515634 33554432000 4194304 4196468 140728453592544 139962628352752 139963158727298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30603] ppid=30570 vsize=14092996 memory=2424 CPUtime=1.27 cores=0,2,4,6
/proc/30576/task/30603/stat : 30603 (java) S 30570 30576 28719 0 -1 1077944384 9077 0 0 0 124 3 0 0 20 0 15 0 244628464 14431227904 515634 33554432000 4194304 4196468 140728453592544 139962627299952 139963158727298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30605] ppid=30570 vsize=14092996 memory=1832 CPUtime=0 cores=0,2,4,6
/proc/30576/task/30605/stat : 30605 (java) S 30570 30576 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244628464 14431227904 515634 33554432000 4194304 4196468 140728453592544 139962626247392 139963158726357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
[pid=30576/tid=30607] ppid=30570 vsize=14092996 memory=872 CPUtime=0.75 cores=0,2,4,6
/proc/30576/task/30607/stat : 30607 (java) S 30570 30576 28719 0 -1 1077944384 1496 0 0 0 35 40 0 0 20 0 15 0 244628464 14431227904 515634 33554432000 4194304 4196468 140728453592544 139962625194672 139963158727298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140728453600329 140728453600521 140728453600521 140728453603279 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 2062536 KiB

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

[startup+2498.82 s]
# the end of solver process 30576 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.2 s, system=1.87375 s

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

Child status: 143
Real time (s): 2498.82
CPU time (s): 2520.07
CPU user time (s): 2518.2
CPU system time (s): 1.87375
CPU usage (%): 100.851
Max. virtual memory (cumulated for all children) (KiB): 14092996
Max. memory (cumulated for all children) (KiB): 2062536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.2
system time used= 1.87375
maximum resident set size= 2063088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 224161
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 111554
involuntary context switches= 4310


# summary of solver processes directly reported to runsolver:
#   pid: 30576
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2518.2
#   total CPU system time (s): 1.87375

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.6372 second user time and 25.7341 second system time

The end

Launcher Data

Begin job on node132 at 2018-08-14 20:17:33
IDJOB=4307947
IDBENCH=141049
IDSOLVER=2791
FILE ID=node132/4307947-1534270652
RUNJOBID= node132-1534270652-30545
PBS_JOBID= 21038125
Free space on /tmp= 38900 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/NurseRostering/NurseRostering-10_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-4307947-1534270652/watcher-4307947-1534270652 -o /tmp/evaluation-result-4307947-1534270652/solver-4307947-1534270652 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1534270652-30545 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 420875334 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307947-1534270652.xml

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

MD5SUM BENCH= 8e8c57bbf90dbce08cf7a3cf301ec8dd
RANDOM SEED=420875334

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        24802800 kB
MemAvailable:   31905848 kB
Buffers:          210768 kB
Cached:          7118296 kB
SwapCached:            4 kB
Active:          3876440 kB
Inactive:        3506572 kB
Active(anon):       3744 kB
Inactive(anon):   102672 kB
Active(file):    3872696 kB
Inactive(file):  3403900 kB
Unevictable:        6984 kB
Mlocked:            6984 kB
SwapTotal:      67108860 kB
SwapFree:       67108856 kB
Dirty:             71572 kB
Writeback:             0 kB
AnonPages:         61020 kB
Mapped:            57324 kB
Shmem:             49820 kB
Slab:             282504 kB
SReclaimable:     254912 kB
SUnreclaim:        27592 kB
KernelStack:        3280 kB
PageTables:         4724 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     350556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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= 38832 MiB
End job on node132 at 2018-08-14 20:59:12