Trace number 4311683

Some explanations

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

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

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

Solver answer on this benchmark

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

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.66/0.58	c version: 2018-08-17
0.66/0.58	c seed: 1825016940
0.66/0.58	c timeout: 2520
0.66/0.58	c memlimit: 11000
0.66/0.58	c nbcore: 1
0.66/0.60	c Parsing instance...
7.93/3.37	c Parsing done, starting search...
2520.10/2496.01	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 (11879 MiB free)
  memory of node 1: 16384 MiB (11343 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4311683-1534541043/watcher-4311683-1534541043 -o /tmp/evaluation-result-4311683-1534541043/solver-4311683-1534541043 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534541043-15718 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1825016940 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311683-1534541043.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=15733, runsolver pid=15730

[startup+0.1002 s]*
/proc/loadavg: 0.00 0.01 0.05 3/195 15748
/proc/meminfo: memFree=23768440/32770624 swapFree=67108804/67108860
[pid=15733] ppid=15730 vsize=14082736 memory=29132 CPUtime=0.09 cores=0,2,4,6
/proc/15733/stat : 15733 (java) S 15730 15733 15687 0 -1 1077944320 6223 0 0 0 9 0 0 0 20 0 15 0 271667474 14420721664 7283 33554432000 4194304 4196468 140737036904800 140737036887344 140536939405047 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
/proc/15733/statm: 3520684 7283 3139 1 0 3482761 0
[pid=15733/tid=15735] ppid=15730 vsize=14082736 memory=8543466553346073208 CPUtime=0.07 cores=0,2,4,6
/proc/15733/task/15735/stat : 15735 (java) R 15730 15733 15687 0 -1 4202560 4314 0 0 0 7 0 0 0 20 0 15 0 271667475 14420721664 7283 33554432000 4194304 4196468 140737036904800 140536943636240 140536923485534 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15736] ppid=15730 vsize=14082736 memory=6735269665564437106 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15736/stat : 15736 (java) S 15730 15733 15687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271667476 14420721664 7283 33554432000 4194304 4196468 140737036904800 140536535296528 140536939415253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15737] ppid=15730 vsize=14082736 memory=139895512409728 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15737/stat : 15737 (java) S 15730 15733 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667476 14420721664 7283 33554432000 4194304 4196468 140737036904800 140536534243984 140536939415253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15738] ppid=15730 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15738/stat : 15738 (java) S 15730 15733 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667476 14420721664 7283 33554432000 4194304 4196468 140737036904800 140536533190928 140536939415253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15739] ppid=15730 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15739/stat : 15739 (java) S 15730 15733 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667476 14420721664 7283 33554432000 4194304 4196468 140737036904800 140536532138384 140536939415253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15740] ppid=15730 vsize=14082736 memory=139895512409728 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15740/stat : 15740 (java) S 15730 15733 15687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271667477 14420721664 7283 33554432000 4194304 4196468 140737036904800 140536121187056 140536939416194 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15741] ppid=15730 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15741/stat : 15741 (java) S 15730 15733 15687 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 271667478 14420721664 7283 33554432000 4194304 4196468 140737036904800 140536120133280 140536939415253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15742] ppid=15730 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15742/stat : 15742 (java) S 15730 15733 15687 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 271667478 14420721664 7283 33554432000 4194304 4196468 140737036904800 140536119080176 140536939415253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15743] ppid=15730 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15743/stat : 15743 (java) S 15730 15733 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667481 14420721664 7283 33554432000 4194304 4196468 140737036904800 140536118028752 140536939423643 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15744] ppid=15730 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15744/stat : 15744 (java) S 15730 15733 15687 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 271667481 14420721664 7283 33554432000 4194304 4196468 140737036904800 140536116975856 140536939416194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15745] ppid=15730 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15745/stat : 15745 (java) S 15730 15733 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667481 14420721664 7283 33554432000 4194304 4196468 140737036904800 140536115923312 140536939416194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15746] ppid=15730 vsize=14082736 memory=139895512409728 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15746/stat : 15746 (java) R 15730 15733 15687 0 -1 4202560 223 0 0 0 0 0 0 0 20 0 15 0 271667481 14420721664 7283 33554432000 4194304 4196468 140737036904800 140536114870256 140536939426394 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15747] ppid=15730 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15747/stat : 15747 (java) S 15730 15733 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667481 14420721664 7283 33554432000 4194304 4196468 140737036904800 140536113817952 140536939415253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15748] ppid=15730 vsize=14082736 memory=139895512409728 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15748/stat : 15748 (java) S 15730 15733 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667482 14420721664 7283 33554432000 4194304 4196468 140737036904800 140536112766000 140536939416194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 29132 KiB

[startup+0.21031 s]*
/proc/loadavg: 0.00 0.01 0.05 4/195 15748
/proc/meminfo: memFree=23749772/32770624 swapFree=67108804/67108860
[pid=15733] ppid=15730 vsize=14082736 memory=46392 CPUtime=0.25 cores=0,2,4,6
/proc/15733/stat : 15733 (java) S 15730 15733 15687 0 -1 1077944320 10224 0 0 0 24 1 0 0 20 0 15 0 271667474 14420721664 11598 33554432000 4194304 4196468 140737036904800 140737036887344 140536939405047 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
/proc/15733/statm: 3520684 11598 3267 1 0 3482761 0
[pid=15733/tid=15735] ppid=15730 vsize=14082736 memory=8318255677412212789 CPUtime=0.18 cores=0,2,4,6
/proc/15733/task/15735/stat : 15735 (java) R 15730 15733 15687 0 -1 4202560 8048 0 0 0 17 1 0 0 20 0 15 0 271667475 14420721664 11598 33554432000 4194304 4196468 140737036904800 140536943631344 140536931642174 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15736] ppid=15730 vsize=14082736 memory=330 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15736/stat : 15736 (java) S 15730 15733 15687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271667476 14420721664 11598 33554432000 4194304 4196468 140737036904800 140536535296528 140536939415253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15737] ppid=15730 vsize=14082736 memory=3545095345699989152 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15737/stat : 15737 (java) S 15730 15733 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667476 14420721664 11598 33554432000 4194304 4196468 140737036904800 140536534243984 140536939415253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15738] ppid=15730 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15738/stat : 15738 (java) S 15730 15733 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667476 14420721664 11598 33554432000 4194304 4196468 140737036904800 140536533190928 140536939415253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15739] ppid=15730 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15739/stat : 15739 (java) S 15730 15733 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667476 14420721664 11598 33554432000 4194304 4196468 140737036904800 140536532138384 140536939415253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15740] ppid=15730 vsize=14082736 memory=139895512409728 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15740/stat : 15740 (java) S 15730 15733 15687 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 271667477 14420721664 11598 33554432000 4194304 4196468 140737036904800 140536121187056 140536939416194 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15741] ppid=15730 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15741/stat : 15741 (java) S 15730 15733 15687 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 271667478 14420721664 11598 33554432000 4194304 4196468 140737036904800 140536120133280 140536939415253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15742] ppid=15730 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15742/stat : 15742 (java) S 15730 15733 15687 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 271667478 14420721664 11598 33554432000 4194304 4196468 140737036904800 140536119080176 140536939415253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15743] ppid=15730 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15743/stat : 15743 (java) S 15730 15733 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667481 14420721664 11598 33554432000 4194304 4196468 140737036904800 140536118028752 140536939423643 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15744] ppid=15730 vsize=14082736 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/15733/task/15744/stat : 15744 (java) S 15730 15733 15687 0 -1 1077944384 432 0 0 0 1 0 0 0 20 0 15 0 271667481 14420721664 11598 33554432000 4194304 4196468 140737036904800 140536116975856 140536939416194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15745] ppid=15730 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15745/stat : 15745 (java) S 15730 15733 15687 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 271667481 14420721664 11598 33554432000 4194304 4196468 140737036904800 140536115923312 140536939416194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15746] ppid=15730 vsize=14082736 memory=139895512409728 CPUtime=0.04 cores=0,2,4,6
/proc/15733/task/15746/stat : 15746 (java) R 15730 15733 15687 0 -1 4202560 301 0 0 0 4 0 0 0 20 0 15 0 271667481 14420721664 11598 33554432000 4194304 4196468 140737036904800 140536114870256 140536923485534 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15747] ppid=15730 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15747/stat : 15747 (java) S 15730 15733 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667481 14420721664 11598 33554432000 4194304 4196468 140737036904800 140536113817952 140536939415253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15748] ppid=15730 vsize=14082736 memory=139895512409728 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15748/stat : 15748 (java) S 15730 15733 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667482 14420721664 11598 33554432000 4194304 4196468 140737036904800 140536112766000 140536939416194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 46392 KiB

[startup+0.312396 s]*
/proc/loadavg: 0.00 0.01 0.05 3/196 15753
/proc/meminfo: memFree=23711712/32770624 swapFree=67108804/67108860
[pid=15733] ppid=15730 vsize=14082736 memory=50612 CPUtime=0.43 cores=0,2,4,6
/proc/15733/stat : 15733 (java) S 15730 15733 15687 0 -1 1077944320 10755 0 0 0 41 2 0 0 20 0 15 0 271667474 14420721664 12653 33554432000 4194304 4196468 140737036904800 140737036887344 140536939405047 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
/proc/15733/statm: 3520684 12653 3429 1 0 3482761 0
[pid=15733/tid=15735] ppid=15730 vsize=14082736 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/15733/task/15735/stat : 15735 (java) R 15730 15733 15687 0 -1 4202560 8412 0 0 0 27 1 0 0 20 0 15 0 271667475 14420721664 12653 33554432000 4194304 4196468 140737036904800 140536943616536 140536923485534 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15736] ppid=15730 vsize=14082736 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15736/stat : 15736 (java) S 15730 15733 15687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271667476 14420721664 12653 33554432000 4194304 4196468 140737036904800 140536535296528 140536939415253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15737] ppid=15730 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15737/stat : 15737 (java) S 15730 15733 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667476 14420721664 12653 33554432000 4194304 4196468 140737036904800 140536534243984 140536939415253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15738] ppid=15730 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15738/stat : 15738 (java) S 15730 15733 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667476 14420721664 12653 33554432000 4194304 4196468 140737036904800 140536533190928 140536939415253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15739] ppid=15730 vsize=14082736 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15739/stat : 15739 (java) S 15730 15733 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667476 14420721664 12653 33554432000 4194304 4196468 140737036904800 140536532138384 140536939415253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15740] ppid=15730 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15740/stat : 15740 (java) S 15730 15733 15687 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 271667477 14420721664 12653 33554432000 4194304 4196468 140737036904800 140536121187056 140536939416194 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15741] ppid=15730 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15741/stat : 15741 (java) S 15730 15733 15687 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 271667478 14420721664 12653 33554432000 4194304 4196468 140737036904800 140536120133280 140536939415253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15742] ppid=15730 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15742/stat : 15742 (java) S 15730 15733 15687 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 271667478 14420721664 12653 33554432000 4194304 4196468 140737036904800 140536119080176 140536939415253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15743] ppid=15730 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15743/stat : 15743 (java) S 15730 15733 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667481 14420721664 12653 33554432000 4194304 4196468 140737036904800 140536118028752 140536939423643 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15744] ppid=15730 vsize=14082736 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/15733/task/15744/stat : 15744 (java) S 15730 15733 15687 0 -1 1077944384 529 0 0 0 3 0 0 0 20 0 15 0 271667481 14420721664 12653 33554432000 4194304 4196468 140737036904800 140536116975856 140536939416194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15745] ppid=15730 vsize=14082736 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/15733/task/15745/stat : 15745 (java) S 15730 15733 15687 0 -1 1077944384 94 0 0 0 1 0 0 0 20 0 15 0 271667481 14420721664 12653 33554432000 4194304 4196468 140737036904800 140536115923312 140536939416194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15746] ppid=15730 vsize=14082736 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15733/task/15746/stat : 15746 (java) S 15730 15733 15687 0 -1 1077944384 338 0 0 0 8 0 0 0 20 0 15 0 271667481 14420721664 12653 33554432000 4194304 4196468 140737036904800 140536114870256 140536939416194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15747] ppid=15730 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15747/stat : 15747 (java) S 15730 15733 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667481 14420721664 12653 33554432000 4194304 4196468 140737036904800 140536113817952 140536939415253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15748] ppid=15730 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15748/stat : 15748 (java) S 15730 15733 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667482 14420721664 12653 33554432000 4194304 4196468 140737036904800 140536112766000 140536939416194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50612 KiB

[startup+0.700773 s]
/proc/loadavg: 0.00 0.01 0.05 4/215 15777
/proc/meminfo: memFree=23676676/32770624 swapFree=67108804/67108860
[pid=15733] ppid=15730 vsize=14084804 memory=88412 CPUtime=0.97 cores=0,2,4,6
/proc/15733/stat : 15733 (java) S 15730 15733 15687 0 -1 1077944320 17529 0 0 0 94 3 0 0 20 0 15 0 271667474 14422839296 22103 33554432000 4194304 4196468 140737036904800 140737036887344 140536939405047 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
/proc/15733/statm: 3521201 22103 3505 1 0 3483273 0
[pid=15733/tid=15735] ppid=15730 vsize=14084804 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/15733/task/15735/stat : 15735 (java) R 15730 15733 15687 0 -1 4202560 14851 0 0 0 63 2 0 0 20 0 15 0 271667475 14422839296 22103 33554432000 4194304 4196468 140737036904800 140536943629152 140536923485534 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15736] ppid=15730 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15736/stat : 15736 (java) S 15730 15733 15687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271667476 14422839296 22103 33554432000 4194304 4196468 140737036904800 140536535296528 140536939415253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15737] ppid=15730 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15737/stat : 15737 (java) S 15730 15733 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667476 14422839296 22103 33554432000 4194304 4196468 140737036904800 140536534243984 140536939415253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15738] ppid=15730 vsize=14084804 memory=1036 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15738/stat : 15738 (java) S 15730 15733 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667476 14422839296 22103 33554432000 4194304 4196468 140737036904800 140536533190928 140536939415253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15739] ppid=15730 vsize=14084804 memory=1744 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15739/stat : 15739 (java) S 15730 15733 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667476 14422839296 22103 33554432000 4194304 4196468 140737036904800 140536532138384 140536939415253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15740] ppid=15730 vsize=14084804 memory=752 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15740/stat : 15740 (java) S 15730 15733 15687 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 271667477 14422839296 22103 33554432000 4194304 4196468 140737036904800 140536121187056 140536939416194 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15741] ppid=15730 vsize=14084804 memory=836 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15741/stat : 15741 (java) S 15730 15733 15687 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 271667478 14422839296 22103 33554432000 4194304 4196468 140737036904800 140536120133280 140536939415253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15742] ppid=15730 vsize=14084804 memory=1084 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15742/stat : 15742 (java) S 15730 15733 15687 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 271667478 14422839296 22103 33554432000 4194304 4196468 140737036904800 140536119080176 140536939415253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15743] ppid=15730 vsize=14084804 memory=1600 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15743/stat : 15743 (java) S 15730 15733 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667481 14422839296 22103 33554432000 4194304 4196468 140737036904800 140536118028752 140536939423643 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15744] ppid=15730 vsize=14084804 memory=7952 CPUtime=0.09 cores=0,2,4,6
/proc/15733/task/15744/stat : 15744 (java) S 15730 15733 15687 0 -1 1077944384 661 0 0 0 9 0 0 0 20 0 15 0 271667481 14422839296 22103 33554432000 4194304 4196468 140737036904800 140536116975856 140536939416194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15745] ppid=15730 vsize=14084804 memory=4088 CPUtime=0.05 cores=0,2,4,6
/proc/15733/task/15745/stat : 15745 (java) S 15730 15733 15687 0 -1 1077944384 242 0 0 0 5 0 0 0 20 0 15 0 271667481 14422839296 22103 33554432000 4194304 4196468 140737036904800 140536115923312 140536939416194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15746] ppid=15730 vsize=14084804 memory=1784 CPUtime=0.15 cores=0,2,4,6
/proc/15733/task/15746/stat : 15746 (java) S 15730 15733 15687 0 -1 1077944384 394 0 0 0 15 0 0 0 20 0 15 0 271667481 14422839296 22103 33554432000 4194304 4196468 140737036904800 140536114870256 140536939416194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15747] ppid=15730 vsize=14084804 memory=1060 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15747/stat : 15747 (java) S 15730 15733 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667481 14422839296 22103 33554432000 4194304 4196468 140737036904800 140536113817952 140536939415253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15748] ppid=15730 vsize=14084804 memory=5844 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15748/stat : 15748 (java) S 15730 15733 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667482 14422839296 22103 33554432000 4194304 4196468 140737036904800 140536112766000 140536939416194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88412 KiB

[startup+1.50102 s]
/proc/loadavg: 0.00 0.01 0.05 6/215 15777
/proc/meminfo: memFree=23578696/32770624 swapFree=67108804/67108860
[pid=15733] ppid=15730 vsize=14088900 memory=171884 CPUtime=3.35 cores=0,2,4,6
/proc/15733/stat : 15733 (java) S 15730 15733 15687 0 -1 1077944320 23986 0 0 0 329 6 0 0 20 0 15 0 271667474 14427033600 42971 33554432000 4194304 4196468 140737036904800 140737036887344 140536939405047 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
/proc/15733/statm: 3522225 42971 3545 1 0 3484297 0
[pid=15733/tid=15735] ppid=15730 vsize=14088900 memory=0 CPUtime=1.45 cores=0,2,4,6
/proc/15733/task/15735/stat : 15735 (java) R 15730 15733 15687 0 -1 4202560 17549 0 0 0 141 4 0 0 20 0 15 0 271667475 14427033600 42971 33554432000 4194304 4196468 140737036904800 140536943638272 140536919680242 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15736] ppid=15730 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15736/stat : 15736 (java) S 15730 15733 15687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271667476 14427033600 42971 33554432000 4194304 4196468 140737036904800 140536535296528 140536939415253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15737] ppid=15730 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15737/stat : 15737 (java) S 15730 15733 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667476 14427033600 42971 33554432000 4194304 4196468 140737036904800 140536534243984 140536939415253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15738] ppid=15730 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15738/stat : 15738 (java) S 15730 15733 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667476 14427033600 42971 33554432000 4194304 4196468 140737036904800 140536533190928 140536939415253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15739] ppid=15730 vsize=14088900 memory=825241649 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15739/stat : 15739 (java) S 15730 15733 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667476 14427033600 42971 33554432000 4194304 4196468 140737036904800 140536532138384 140536939415253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15740] ppid=15730 vsize=14088900 memory=3708 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15740/stat : 15740 (java) S 15730 15733 15687 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 271667477 14427033600 42971 33554432000 4194304 4196468 140737036904800 140536121187056 140536939416194 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0

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

/proc/15733/task/15735/stat : 15735 (java) R 15730 15733 15687 0 -1 4202560 77570 0 0 0 231348 38 0 0 20 0 15 0 271667475 14431227904 510243 33554432000 4194304 4196468 140737036904800 140536943643328 140536591149793 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15736] ppid=15730 vsize=14092996 memory=2040972 CPUtime=5.19 cores=0,2,4,6
/proc/15733/task/15736/stat : 15736 (java) S 15730 15733 15687 0 -1 1077944384 18266 0 0 0 493 26 0 0 20 0 15 0 271667476 14431227904 510243 33554432000 4194304 4196468 140737036904800 140536535296528 140536939415253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15737] ppid=15730 vsize=14092996 memory=2040972 CPUtime=5.23 cores=0,2,4,6
/proc/15733/task/15737/stat : 15737 (java) S 15730 15733 15687 0 -1 1077944384 17858 0 0 0 496 27 0 0 20 0 15 0 271667476 14431227904 510243 33554432000 4194304 4196468 140737036904800 140536534243984 140536939415253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15738] ppid=15730 vsize=14092996 memory=2040972 CPUtime=5.25 cores=0,2,4,6
/proc/15733/task/15738/stat : 15738 (java) S 15730 15733 15687 0 -1 1077944384 19504 0 0 0 496 29 0 0 20 0 15 0 271667476 14431227904 510243 33554432000 4194304 4196468 140737036904800 140536533190928 140536939415253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15739] ppid=15730 vsize=14092996 memory=2040972 CPUtime=5.22 cores=0,2,4,6
/proc/15733/task/15739/stat : 15739 (java) S 15730 15733 15687 0 -1 1077944384 21164 0 0 0 495 27 0 0 20 0 15 0 271667476 14431227904 510243 33554432000 4194304 4196468 140737036904800 140536532138384 140536939415253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15740] ppid=15730 vsize=14092996 memory=5844 CPUtime=2.25 cores=0,2,4,6
/proc/15733/task/15740/stat : 15740 (java) S 15730 15733 15687 0 -1 1077944384 19044 0 0 0 208 17 0 0 20 0 15 0 271667477 14431227904 510243 33554432000 4194304 4196468 140737036904800 140536121187056 140536939416194 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15741] ppid=15730 vsize=14092996 memory=3304 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15741/stat : 15741 (java) S 15730 15733 15687 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 271667478 14431227904 510243 33554432000 4194304 4196468 140737036904800 140536120133344 140536939415253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15742] ppid=15730 vsize=14092996 memory=2040972 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15742/stat : 15742 (java) S 15730 15733 15687 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 271667478 14431227904 510243 33554432000 4194304 4196468 140737036904800 140536119080192 140536939415253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15743] ppid=15730 vsize=14092996 memory=2040972 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15743/stat : 15743 (java) S 15730 15733 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667481 14431227904 510243 33554432000 4194304 4196468 140737036904800 140536118028752 140536939423643 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15744] ppid=15730 vsize=14092996 memory=2040972 CPUtime=2.78 cores=0,2,4,6
/proc/15733/task/15744/stat : 15744 (java) S 15730 15733 15687 0 -1 1077944384 8291 0 0 0 277 1 0 0 20 0 15 0 271667481 14431227904 510243 33554432000 4194304 4196468 140737036904800 140536116975856 140536939416194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15745] ppid=15730 vsize=14092996 memory=3708 CPUtime=3.04 cores=0,2,4,6
/proc/15733/task/15745/stat : 15745 (java) S 15730 15733 15687 0 -1 1077944384 10468 0 0 0 302 2 0 0 20 0 15 0 271667481 14431227904 510243 33554432000 4194304 4196468 140737036904800 140536115923312 140536939416194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15746] ppid=15730 vsize=14092996 memory=490 CPUtime=1.29 cores=0,2,4,6
/proc/15733/task/15746/stat : 15746 (java) S 15730 15733 15687 0 -1 1077944384 9788 0 0 0 128 1 0 0 20 0 15 0 271667481 14431227904 510243 33554432000 4194304 4196468 140737036904800 140536114870256 140536939416194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15747] ppid=15730 vsize=14092996 memory=494 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15747/stat : 15747 (java) S 15730 15733 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667481 14431227904 510243 33554432000 4194304 4196468 140737036904800 140536113817952 140536939415253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15748] ppid=15730 vsize=14092996 memory=1616 CPUtime=0.73 cores=0,2,4,6
/proc/15733/task/15748/stat : 15748 (java) S 15730 15733 15687 0 -1 1077944384 1362 0 0 0 35 38 0 0 20 0 15 0 271667482 14431227904 510243 33554432000 4194304 4196468 140737036904800 140536112766000 140536939416194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
Current children cumulated CPU time: 2344.94 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 2040972 KiB

[startup+2382.3 s]
/proc/loadavg: 1.53 1.50 1.30 3/217 15893
/proc/meminfo: memFree=20981300/32770624 swapFree=67108804/67108860
[pid=15733] ppid=15730 vsize=14092996 memory=2043524 CPUtime=2405.44 cores=0,2,4,6
/proc/15733/stat : 15733 (java) S 15730 15733 15687 0 -1 1077944320 207244 0 0 0 240353 191 0 0 20 0 15 0 271667474 14431227904 510881 33554432000 4194304 4196468 140737036904800 140737036887344 140536939405047 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
/proc/15733/statm: 3523249 510881 3599 1 0 3485321 0
[pid=15733/tid=15735] ppid=15730 vsize=14092996 memory=2043524 CPUtime=2373.55 cores=0,2,4,6
/proc/15733/task/15735/stat : 15735 (java) R 15730 15733 15687 0 -1 4202560 78695 0 0 0 237317 38 0 0 20 0 15 0 271667475 14431227904 510881 33554432000 4194304 4196468 140737036904800 140536943643328 140536590434096 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15736] ppid=15730 vsize=14092996 memory=4088 CPUtime=5.37 cores=0,2,4,6
/proc/15733/task/15736/stat : 15736 (java) S 15730 15733 15687 0 -1 1077944384 18466 0 0 0 510 27 0 0 20 0 15 0 271667476 14431227904 510881 33554432000 4194304 4196468 140737036904800 140536535296528 140536939415253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15737] ppid=15730 vsize=14092996 memory=2043524 CPUtime=5.42 cores=0,2,4,6
/proc/15733/task/15737/stat : 15737 (java) S 15730 15733 15687 0 -1 1077944384 18233 0 0 0 514 28 0 0 20 0 15 0 271667476 14431227904 510881 33554432000 4194304 4196468 140737036904800 140536534243984 140536939415253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15738] ppid=15730 vsize=14092996 memory=2043020 CPUtime=5.43 cores=0,2,4,6
/proc/15733/task/15738/stat : 15738 (java) S 15730 15733 15687 0 -1 1077944384 19788 0 0 0 513 30 0 0 20 0 15 0 271667476 14431227904 510881 33554432000 4194304 4196468 140737036904800 140536533190928 140536939415253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15739] ppid=15730 vsize=14092996 memory=2040972 CPUtime=5.4 cores=0,2,4,6
/proc/15733/task/15739/stat : 15739 (java) S 15730 15733 15687 0 -1 1077944384 21322 0 0 0 513 27 0 0 20 0 15 0 271667476 14431227904 510881 33554432000 4194304 4196468 140737036904800 140536532138384 140536939415253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15740] ppid=15730 vsize=14092996 memory=2043524 CPUtime=2.33 cores=0,2,4,6
/proc/15733/task/15740/stat : 15740 (java) S 15730 15733 15687 0 -1 1077944384 19372 0 0 0 215 18 0 0 20 0 15 0 271667477 14431227904 510881 33554432000 4194304 4196468 140737036904800 140536121187056 140536939416194 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15741] ppid=15730 vsize=14092996 memory=2041480 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15741/stat : 15741 (java) S 15730 15733 15687 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 271667478 14431227904 510881 33554432000 4194304 4196468 140737036904800 140536120133344 140536939415253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15742] ppid=15730 vsize=14092996 memory=2043524 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15742/stat : 15742 (java) S 15730 15733 15687 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 271667478 14431227904 510881 33554432000 4194304 4196468 140737036904800 140536119080192 140536939415253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15743] ppid=15730 vsize=14092996 memory=2043524 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15743/stat : 15743 (java) S 15730 15733 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667481 14431227904 510881 33554432000 4194304 4196468 140737036904800 140536118028752 140536939423643 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15744] ppid=15730 vsize=14092996 memory=2040972 CPUtime=2.78 cores=0,2,4,6
/proc/15733/task/15744/stat : 15744 (java) S 15730 15733 15687 0 -1 1077944384 8295 0 0 0 277 1 0 0 20 0 15 0 271667481 14431227904 510881 33554432000 4194304 4196468 140737036904800 140536116975856 140536939416194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15745] ppid=15730 vsize=14092996 memory=752 CPUtime=3.04 cores=0,2,4,6
/proc/15733/task/15745/stat : 15745 (java) S 15730 15733 15687 0 -1 1077944384 10472 0 0 0 302 2 0 0 20 0 15 0 271667481 14431227904 510881 33554432000 4194304 4196468 140737036904800 140536115923312 140536939416194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15746] ppid=15730 vsize=14092996 memory=2043524 CPUtime=1.29 cores=0,2,4,6
/proc/15733/task/15746/stat : 15746 (java) S 15730 15733 15687 0 -1 1077944384 9792 0 0 0 128 1 0 0 20 0 15 0 271667481 14431227904 510881 33554432000 4194304 4196468 140737036904800 140536114870256 140536939416194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15747] ppid=15730 vsize=14092996 memory=219374 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15747/stat : 15747 (java) S 15730 15733 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667481 14431227904 510881 33554432000 4194304 4196468 140737036904800 140536113817952 140536939415253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15748] ppid=15730 vsize=14092996 memory=2043524 CPUtime=0.75 cores=0,2,4,6
/proc/15733/task/15748/stat : 15748 (java) S 15730 15733 15687 0 -1 1077944384 1388 0 0 0 36 39 0 0 20 0 15 0 271667482 14431227904 510881 33554432000 4194304 4196468 140737036904800 140536112766000 140536939416194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
Current children cumulated CPU time: 2405.44 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 2043524 KiB

[startup+2442.3 s]
/proc/loadavg: 1.72 1.55 1.33 3/217 15894
/proc/meminfo: memFree=20977748/32770624 swapFree=67108804/67108860
[pid=15733] ppid=15730 vsize=14092996 memory=2045572 CPUtime=2465.95 cores=0,2,4,6
/proc/15733/stat : 15733 (java) S 15730 15733 15687 0 -1 1077944320 209541 0 0 0 246400 195 0 0 20 0 15 0 271667474 14431227904 511393 33554432000 4194304 4196468 140737036904800 140737036887344 140536939405047 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
/proc/15733/statm: 3523249 511393 3599 1 0 3485321 0
[pid=15733/tid=15735] ppid=15730 vsize=14092996 memory=2045572 CPUtime=2433.28 cores=0,2,4,6
/proc/15733/task/15735/stat : 15735 (java) R 15730 15733 15687 0 -1 4202560 79589 0 0 0 243290 38 0 0 20 0 15 0 271667475 14431227904 511393 33554432000 4194304 4196468 140737036904800 140536943643136 140536590762990 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15736] ppid=15730 vsize=14092996 memory=2045572 CPUtime=5.54 cores=0,2,4,6
/proc/15733/task/15736/stat : 15736 (java) S 15730 15733 15687 0 -1 1077944384 18915 0 0 0 527 27 0 0 20 0 15 0 271667476 14431227904 511393 33554432000 4194304 4196468 140737036904800 140536535296528 140536939415253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15737] ppid=15730 vsize=14092996 memory=2045572 CPUtime=5.59 cores=0,2,4,6
/proc/15733/task/15737/stat : 15737 (java) S 15730 15733 15687 0 -1 1077944384 18410 0 0 0 530 29 0 0 20 0 15 0 271667476 14431227904 511393 33554432000 4194304 4196468 140737036904800 140536534243984 140536939415253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15738] ppid=15730 vsize=14092996 memory=2043524 CPUtime=5.59 cores=0,2,4,6
/proc/15733/task/15738/stat : 15738 (java) S 15730 15733 15687 0 -1 1077944384 20111 0 0 0 529 30 0 0 20 0 15 0 271667476 14431227904 511393 33554432000 4194304 4196468 140737036904800 140536533190928 140536939415253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15739] ppid=15730 vsize=14092996 memory=2045572 CPUtime=5.57 cores=0,2,4,6
/proc/15733/task/15739/stat : 15739 (java) S 15730 15733 15687 0 -1 1077944384 21382 0 0 0 529 28 0 0 20 0 15 0 271667476 14431227904 511393 33554432000 4194304 4196468 140737036904800 140536532138384 140536939415253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15740] ppid=15730 vsize=14092996 memory=2045572 CPUtime=2.4 cores=0,2,4,6
/proc/15733/task/15740/stat : 15740 (java) S 15730 15733 15687 0 -1 1077944384 19737 0 0 0 222 18 0 0 20 0 15 0 271667477 14431227904 511393 33554432000 4194304 4196468 140737036904800 140536121187056 140536939416194 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15741] ppid=15730 vsize=14092996 memory=2045572 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15741/stat : 15741 (java) S 15730 15733 15687 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 271667478 14431227904 511393 33554432000 4194304 4196468 140737036904800 140536120133344 140536939415253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15742] ppid=15730 vsize=14092996 memory=2045572 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15742/stat : 15742 (java) S 15730 15733 15687 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 271667478 14431227904 511393 33554432000 4194304 4196468 140737036904800 140536119080192 140536939415253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15743] ppid=15730 vsize=14092996 memory=2045572 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15743/stat : 15743 (java) S 15730 15733 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667481 14431227904 511393 33554432000 4194304 4196468 140737036904800 140536118028752 140536939423643 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15744] ppid=15730 vsize=14092996 memory=2045572 CPUtime=2.78 cores=0,2,4,6
/proc/15733/task/15744/stat : 15744 (java) S 15730 15733 15687 0 -1 1077944384 8299 0 0 0 277 1 0 0 20 0 15 0 271667481 14431227904 511393 33554432000 4194304 4196468 140737036904800 140536116975856 140536939416194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15745] ppid=15730 vsize=14092996 memory=2045572 CPUtime=3.04 cores=0,2,4,6
/proc/15733/task/15745/stat : 15745 (java) S 15730 15733 15687 0 -1 1077944384 10476 0 0 0 302 2 0 0 20 0 15 0 271667481 14431227904 511393 33554432000 4194304 4196468 140737036904800 140536115923312 140536939416194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15746] ppid=15730 vsize=14092996 memory=2045572 CPUtime=1.29 cores=0,2,4,6
/proc/15733/task/15746/stat : 15746 (java) S 15730 15733 15687 0 -1 1077944384 9796 0 0 0 128 1 0 0 20 0 15 0 271667481 14431227904 511393 33554432000 4194304 4196468 140737036904800 140536114870256 140536939416194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15747] ppid=15730 vsize=14092996 memory=3708 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15747/stat : 15747 (java) S 15730 15733 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667481 14431227904 511393 33554432000 4194304 4196468 140737036904800 140536113817952 140536939415253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15748] ppid=15730 vsize=14092996 memory=6376 CPUtime=0.76 cores=0,2,4,6
/proc/15733/task/15748/stat : 15748 (java) S 15730 15733 15687 0 -1 1077944384 1405 0 0 0 36 40 0 0 20 0 15 0 271667482 14431227904 511393 33554432000 4194304 4196468 140737036904800 140536112766000 140536939416194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
Current children cumulated CPU time: 2465.95 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 2045572 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2496 s]*
/proc/loadavg: 1.82 1.61 1.36 3/216 15895
/proc/meminfo: memFree=20973764/32770624 swapFree=67108804/67108860
[pid=15733] ppid=15730 vsize=14092996 memory=2047620 CPUtime=2520.1 cores=0,2,4,6
/proc/15733/stat : 15733 (java) S 15730 15733 15687 0 -1 1077944320 211963 0 0 0 251813 197 0 0 20 0 15 0 271667474 14431227904 511905 33554432000 4194304 4196468 140737036904800 140737036887344 140536939405047 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
/proc/15733/statm: 3523249 511905 3599 1 0 3485321 0
[pid=15733/tid=15735] ppid=15730 vsize=14092996 memory=6791534058613427641 CPUtime=2486.75 cores=0,2,4,6
/proc/15733/task/15735/stat : 15735 (java) R 15730 15733 15687 0 -1 4202560 80603 0 0 0 248636 39 0 0 20 0 15 0 271667475 14431227904 511905 33554432000 4194304 4196468 140737036904800 140536943643328 140536591436548 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15736] ppid=15730 vsize=14092996 memory=4872558044660077418 CPUtime=5.7 cores=0,2,4,6
/proc/15733/task/15736/stat : 15736 (java) S 15730 15733 15687 0 -1 1077944384 19052 0 0 0 543 27 0 0 20 0 15 0 271667476 14431227904 511905 33554432000 4194304 4196468 140737036904800 140536535296528 140536939415253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15737] ppid=15730 vsize=14092996 memory=836 CPUtime=5.74 cores=0,2,4,6
/proc/15733/task/15737/stat : 15737 (java) S 15730 15733 15687 0 -1 1077944384 18763 0 0 0 545 29 0 0 20 0 15 0 271667476 14431227904 511905 33554432000 4194304 4196468 140737036904800 140536534243984 140536939415253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15738] ppid=15730 vsize=14092996 memory=1084 CPUtime=5.74 cores=0,2,4,6
/proc/15733/task/15738/stat : 15738 (java) S 15730 15733 15687 0 -1 1077944384 20449 0 0 0 544 30 0 0 20 0 15 0 271667476 14431227904 511905 33554432000 4194304 4196468 140737036904800 140536533190928 140536939415253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15739] ppid=15730 vsize=14092996 memory=1600 CPUtime=5.72 cores=0,2,4,6
/proc/15733/task/15739/stat : 15739 (java) S 15730 15733 15687 0 -1 1077944384 21577 0 0 0 544 28 0 0 20 0 15 0 271667476 14431227904 511905 33554432000 4194304 4196468 140737036904800 140536532138384 140536939415253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15740] ppid=15730 vsize=14092996 memory=7952 CPUtime=2.47 cores=0,2,4,6
/proc/15733/task/15740/stat : 15740 (java) S 15730 15733 15687 0 -1 1077944384 20092 0 0 0 228 19 0 0 20 0 15 0 271667477 14431227904 511905 33554432000 4194304 4196468 140737036904800 140536121187056 140536939416194 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15741] ppid=15730 vsize=14092996 memory=4088 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15741/stat : 15741 (java) S 15730 15733 15687 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 271667478 14431227904 511905 33554432000 4194304 4196468 140737036904800 140536120133344 140536939415253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15742] ppid=15730 vsize=14092996 memory=1784 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15742/stat : 15742 (java) S 15730 15733 15687 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 271667478 14431227904 511905 33554432000 4194304 4196468 140737036904800 140536119080192 140536939415253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15743] ppid=15730 vsize=14092996 memory=1060 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15743/stat : 15743 (java) S 15730 15733 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667481 14431227904 511905 33554432000 4194304 4196468 140737036904800 140536118028752 140536939423643 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15744] ppid=15730 vsize=14092996 memory=5844 CPUtime=2.78 cores=0,2,4,6
/proc/15733/task/15744/stat : 15744 (java) S 15730 15733 15687 0 -1 1077944384 8301 0 0 0 277 1 0 0 20 0 15 0 271667481 14431227904 511905 33554432000 4194304 4196468 140737036904800 140536116975856 140536939416194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15745] ppid=15730 vsize=14092996 memory=3304 CPUtime=3.04 cores=0,2,4,6
/proc/15733/task/15745/stat : 15745 (java) S 15730 15733 15687 0 -1 1077944384 10478 0 0 0 302 2 0 0 20 0 15 0 271667481 14431227904 511905 33554432000 4194304 4196468 140737036904800 140536115923312 140536939416194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15746] ppid=15730 vsize=14092996 memory=1260 CPUtime=1.29 cores=0,2,4,6
/proc/15733/task/15746/stat : 15746 (java) S 15730 15733 15687 0 -1 1077944384 9798 0 0 0 128 1 0 0 20 0 15 0 271667481 14431227904 511905 33554432000 4194304 4196468 140737036904800 140536114870256 140536939416194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15747] ppid=15730 vsize=14092996 memory=2047620 CPUtime=0 cores=0,2,4,6
/proc/15733/task/15747/stat : 15747 (java) S 15730 15733 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667481 14431227904 511905 33554432000 4194304 4196468 140737036904800 140536113817952 140536939415253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
[pid=15733/tid=15748] ppid=15730 vsize=14092996 memory=1616 CPUtime=0.78 cores=0,2,4,6
/proc/15733/task/15748/stat : 15748 (java) S 15730 15733 15687 0 -1 1077944384 1429 0 0 0 37 41 0 0 20 0 15 0 271667482 14431227904 511905 33554432000 4194304 4196468 140737036904800 140536112766000 140536939416194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18116608 140737036911688 140737036911881 140737036911881 140737036914639 0
Current children cumulated CPU time: 2520.1 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 2047620 KiB

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

[startup+2496.03 s]
# the end of solver process 15733 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.15 s, system=1.98822 s

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

Child status: 143
Real time (s): 2496.03
CPU time (s): 2520.14
CPU user time (s): 2518.15
CPU system time (s): 1.98822
CPU usage (%): 100.966
Max. virtual memory (cumulated for all children) (KiB): 14092996
Max. memory (cumulated for all children) (KiB): 2047620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.15
system time used= 1.98822
maximum resident set size= 2048176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 212230
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 120822
involuntary context switches= 4318


# summary of solver processes directly reported to runsolver:
#   pid: 15733
#   total CPU time (s): 2520.14
#   total CPU user time (s): 2518.15
#   total CPU system time (s): 1.98822

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7618 second user time and 23.1419 second system time

The end

Launcher Data

Begin job on node105 at 2018-08-17 23:24:03
IDJOB=4311683
IDBENCH=141049
IDSOLVER=2799
FILE ID=node105/4311683-1534541043
RUNJOBID= node105-1534541043-15718
PBS_JOBID= 21038642
Free space on /tmp= 52376 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
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 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4311683-1534541043/watcher-4311683-1534541043 -o /tmp/evaluation-result-4311683-1534541043/solver-4311683-1534541043 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534541043-15718 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1825016940 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311683-1534541043.xml

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

MD5SUM BENCH= 8e8c57bbf90dbce08cf7a3cf301ec8dd
RANDOM SEED=1825016940

node105.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.32
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.32
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.32
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.32
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:        23781348 kB
MemAvailable:   31888480 kB
Buffers:          250380 kB
Cached:          8118436 kB
SwapCached:           16 kB
Active:          5443652 kB
Inactive:        2977576 kB
Active(anon):      24540 kB
Inactive(anon):    96512 kB
Active(file):    5419112 kB
Inactive(file):  2881064 kB
Unevictable:        7356 kB
Mlocked:            7356 kB
SwapTotal:      67108860 kB
SwapFree:       67108804 kB
Dirty:             35544 kB
Writeback:             0 kB
AnonPages:         59112 kB
Mapped:            17296 kB
Shmem:             66132 kB
Slab:             264768 kB
SReclaimable:     235416 kB
SUnreclaim:        29352 kB
KernelStack:        3104 kB
PageTables:         5972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     367160 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:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 52308 MiB
End job on node105 at 2018-08-18 00:05:39