Trace number 4311684

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.09 2500.21

General information on the benchmark

NameNurseRostering/
NurseRostering-11_c18.xml
MD5SUM05c4130aaeb0756e89b7f80c2b4d0b20
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark9322
Best CPU time to get the best result obtained on this benchmark2520.13
Satisfiable
(Un)Satisfiability was proved
Number of variables2678
Number of constraints6759
Number of domains17
Minimum domain size1
Maximum domain size51
Distribution of domain sizes[{"size":1,"count":124},{"size":2,"count":536},{"size":7,"count":1400},{"size":29,"count":254},{"size":51,"count":364}]
Minimum variable degree2
Maximum variable degree31
Distribution of variable degrees[{"degree":2,"count":1078},{"degree":3,"count":200},{"degree":19,"count":42},{"degree":20,"count":50},{"degree":21,"count":8},{"degree":22,"count":36},{"degree":23,"count":52},{"degree":24,"count":78},{"degree":25,"count":85},{"degree":26,"count":95},{"degree":27,"count":362},{"degree":28,"count":348},{"degree":29,"count":159},{"degree":30,"count":69},{"degree":31,"count":16}]
Minimum constraint arity2
Maximum constraint arity100
Distribution of constraint arities[{"arity":2,"count":2382},{"arity":3,"count":2340},{"arity":4,"count":300},{"arity":6,"count":920},{"arity":7,"count":270},{"arity":29,"count":350},{"arity":51,"count":196},{"arity":100,"count":1}]
Number of extensional constraints1546
Number of intensional constraints836
Distribution of constraint types[{"type":"extension","count":1546},{"type":"intension","count":836},{"type":"regular","count":2590},{"type":"sum","count":100},{"type":"count","count":1686},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.68/0.56	c version: 2018-08-17
0.68/0.56	c seed: 1512835400
0.68/0.56	c timeout: 2520
0.68/0.56	c memlimit: 11000
0.68/0.56	c nbcore: 1
0.68/0.58	c Parsing instance...
9.20/3.87	c Parsing done, starting search...
2520.06/2500.20	s UNKNOWN

Verifier Data


Watcher Data

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

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

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

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

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

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

solver pid=30963, runsolver pid=30960

[startup+0.100118 s]*
/proc/loadavg: 0.00 0.01 0.05 3/215 30978
/proc/meminfo: memFree=23464772/32770624 swapFree=67059156/67108860
[pid=30963] ppid=30960 vsize=14082736 memory=31040 CPUtime=0.12 cores=1,3,5,7
/proc/30963/stat : 30963 (java) S 30960 30963 30888 0 -1 1077944320 6665 0 0 0 10 2 0 0 20 0 15 0 271667564 14420721664 7760 33554432000 4194304 4196468 140725246052512 140725246035056 140436886732535 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
/proc/30963/statm: 3520684 7760 3162 1 0 3482761 0
[pid=30963/tid=30965] ppid=30960 vsize=14082736 memory=-8701690554792448387 CPUtime=0.09 cores=1,3,5,7
/proc/30963/task/30965/stat : 30965 (java) R 30960 30963 30888 0 -1 4202560 4717 0 0 0 8 1 0 0 20 0 15 0 271667565 14420721664 7760 33554432000 4194304 4196468 140725246052512 140436890972288 140436870813022 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30966] ppid=30960 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30966/stat : 30966 (java) S 30960 30963 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667566 14420721664 7760 33554432000 4194304 4196468 140725246052512 140436843285264 140436886742741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30967] ppid=30960 vsize=14082736 memory=140178396391040 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30967/stat : 30967 (java) S 30960 30963 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667566 14420721664 7760 33554432000 4194304 4196468 140725246052512 140436842232720 140436886742741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30968] ppid=30960 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30968/stat : 30968 (java) S 30960 30963 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667566 14420721664 7760 33554432000 4194304 4196468 140725246052512 140436480388112 140436886742741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30969] ppid=30960 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30969/stat : 30969 (java) S 30960 30963 30888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271667566 14420721664 7760 33554432000 4194304 4196468 140725246052512 140436479335568 140436886742741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30970] ppid=30960 vsize=14082736 memory=140178396391040 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30970/stat : 30970 (java) S 30960 30963 30888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271667567 14420721664 7760 33554432000 4194304 4196468 140725246052512 140435799627760 140436886743682 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30971] ppid=30960 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30971/stat : 30971 (java) S 30960 30963 30888 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 271667567 14420721664 7760 33554432000 4194304 4196468 140725246052512 140435798573984 140436886742741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30972] ppid=30960 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30972/stat : 30972 (java) S 30960 30963 30888 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 271667567 14420721664 7760 33554432000 4194304 4196468 140725246052512 140435797521392 140436886742741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30973] ppid=30960 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30973/stat : 30973 (java) S 30960 30963 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667570 14420721664 7760 33554432000 4194304 4196468 140725246052512 140435796469968 140436886751131 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30974] ppid=30960 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30974/stat : 30974 (java) S 30960 30963 30888 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 271667570 14420721664 7760 33554432000 4194304 4196468 140725246052512 140435795417584 140436886743682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30975] ppid=30960 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30975/stat : 30975 (java) S 30960 30963 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667570 14420721664 7760 33554432000 4194304 4196468 140725246052512 140435794365040 140436886743682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30976] ppid=30960 vsize=14082736 memory=140178396391040 CPUtime=0.01 cores=1,3,5,7
/proc/30963/task/30976/stat : 30976 (java) S 30960 30963 30888 0 -1 1077944384 268 0 0 0 1 0 0 0 20 0 15 0 271667570 14420721664 7760 33554432000 4194304 4196468 140725246052512 140435793312496 140436886743682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30977] ppid=30960 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30977/stat : 30977 (java) S 30960 30963 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667570 14420721664 7760 33554432000 4194304 4196468 140725246052512 140435792260192 140436886742741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30978] ppid=30960 vsize=14082736 memory=140178396391040 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30978/stat : 30978 (java) S 30960 30963 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667570 14420721664 7760 33554432000 4194304 4196468 140725246052512 140435791206704 140436886743682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31040 KiB

[startup+0.218388 s]*
/proc/loadavg: 0.00 0.01 0.05 5/215 30978
/proc/meminfo: memFree=23442940/32770624 swapFree=67059156/67108860
[pid=30963] ppid=30960 vsize=14082736 memory=47120 CPUtime=0.32 cores=1,3,5,7
/proc/30963/stat : 30963 (java) S 30960 30963 30888 0 -1 1077944320 10405 0 0 0 29 3 0 0 20 0 15 0 271667564 14420721664 11780 33554432000 4194304 4196468 140725246052512 140725246035056 140436886732535 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
/proc/30963/statm: 3520684 11780 3370 1 0 3482761 0
[pid=30963/tid=30965] ppid=30960 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/30963/task/30965/stat : 30965 (java) S 30960 30963 30888 0 -1 1077944384 8096 0 0 0 18 2 0 0 20 0 15 0 271667565 14420721664 11780 33554432000 4194304 4196468 140725246052512 140436890960896 140436886742741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30966] ppid=30960 vsize=14082736 memory=365 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30966/stat : 30966 (java) S 30960 30963 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667566 14420721664 11780 33554432000 4194304 4196468 140725246052512 140436843285264 140436886742741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30967] ppid=30960 vsize=14082736 memory=140178396419541 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30967/stat : 30967 (java) S 30960 30963 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667566 14420721664 11780 33554432000 4194304 4196468 140725246052512 140436842232720 140436886742741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30968] ppid=30960 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30968/stat : 30968 (java) S 30960 30963 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667566 14420721664 11780 33554432000 4194304 4196468 140725246052512 140436480388112 140436886742741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30969] ppid=30960 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30969/stat : 30969 (java) S 30960 30963 30888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271667566 14420721664 11780 33554432000 4194304 4196468 140725246052512 140436479335568 140436886742741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30970] ppid=30960 vsize=14082736 memory=140178396391040 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30970/stat : 30970 (java) S 30960 30963 30888 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 271667567 14420721664 11780 33554432000 4194304 4196468 140725246052512 140435799627760 140436886743682 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30971] ppid=30960 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30971/stat : 30971 (java) S 30960 30963 30888 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 271667567 14420721664 11780 33554432000 4194304 4196468 140725246052512 140435798573984 140436886742741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30972] ppid=30960 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30972/stat : 30972 (java) S 30960 30963 30888 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 271667567 14420721664 11780 33554432000 4194304 4196468 140725246052512 140435797521392 140436886742741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30973] ppid=30960 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30973/stat : 30973 (java) S 30960 30963 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667570 14420721664 11780 33554432000 4194304 4196468 140725246052512 140435796469968 140436886751131 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30974] ppid=30960 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/30963/task/30974/stat : 30974 (java) S 30960 30963 30888 0 -1 1077944384 498 0 0 0 2 0 0 0 20 0 15 0 271667570 14420721664 11780 33554432000 4194304 4196468 140725246052512 140435795417584 140436886743682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30975] ppid=30960 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/30963/task/30975/stat : 30975 (java) R 30960 30963 30888 0 -1 1077944384 113 0 0 0 1 0 0 0 20 0 15 0 271667570 14420721664 11780 33554432000 4194304 4196468 140725246052512 140435794365040 140436886743682 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30976] ppid=30960 vsize=14082736 memory=140178396391040 CPUtime=0.06 cores=1,3,5,7
/proc/30963/task/30976/stat : 30976 (java) S 30960 30963 30888 0 -1 1077944384 316 0 0 0 6 0 0 0 20 0 15 0 271667570 14420721664 11780 33554432000 4194304 4196468 140725246052512 140435793312496 140436886743682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30977] ppid=30960 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30977/stat : 30977 (java) S 30960 30963 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667570 14420721664 11780 33554432000 4194304 4196468 140725246052512 140435792260192 140436886742741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30978] ppid=30960 vsize=14082736 memory=140178396391040 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30978/stat : 30978 (java) S 30960 30963 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667570 14420721664 11780 33554432000 4194304 4196468 140725246052512 140435791206704 140436886743682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47120 KiB

[startup+0.310533 s]*
/proc/loadavg: 0.00 0.01 0.05 3/215 30978
/proc/meminfo: memFree=23436304/32770624 swapFree=67059156/67108860
[pid=30963] ppid=30960 vsize=14082736 memory=50512 CPUtime=0.44 cores=1,3,5,7
/proc/30963/stat : 30963 (java) S 30960 30963 30888 0 -1 1077944320 10788 0 0 0 41 3 0 0 20 0 15 0 271667564 14420721664 12628 33554432000 4194304 4196468 140725246052512 140725246035056 140436886732535 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
/proc/30963/statm: 3520684 12628 3378 1 0 3482761 0
[pid=30963/tid=30965] ppid=30960 vsize=14082736 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/30963/task/30965/stat : 30965 (java) R 30960 30963 30888 0 -1 4202560 8441 0 0 0 27 3 0 0 20 0 15 0 271667565 14420721664 12628 33554432000 4194304 4196468 140725246052512 140436890944048 140436868296087 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30966] ppid=30960 vsize=14082736 memory=4294979972 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30966/stat : 30966 (java) S 30960 30963 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667566 14420721664 12628 33554432000 4194304 4196468 140725246052512 140436843285264 140436886742741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30967] ppid=30960 vsize=14082736 memory=140178396419530 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30967/stat : 30967 (java) S 30960 30963 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667566 14420721664 12628 33554432000 4194304 4196468 140725246052512 140436842232720 140436886742741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30968] ppid=30960 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30968/stat : 30968 (java) S 30960 30963 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667566 14420721664 12628 33554432000 4194304 4196468 140725246052512 140436480388112 140436886742741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30969] ppid=30960 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30969/stat : 30969 (java) S 30960 30963 30888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271667566 14420721664 12628 33554432000 4194304 4196468 140725246052512 140436479335568 140436886742741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30970] ppid=30960 vsize=14082736 memory=140178396391040 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30970/stat : 30970 (java) S 30960 30963 30888 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 271667567 14420721664 12628 33554432000 4194304 4196468 140725246052512 140435799627760 140436886743682 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30971] ppid=30960 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30971/stat : 30971 (java) S 30960 30963 30888 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 271667567 14420721664 12628 33554432000 4194304 4196468 140725246052512 140435798573984 140436886742741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30972] ppid=30960 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30972/stat : 30972 (java) S 30960 30963 30888 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 271667567 14420721664 12628 33554432000 4194304 4196468 140725246052512 140435797521392 140436886742741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30973] ppid=30960 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30973/stat : 30973 (java) S 30960 30963 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667570 14420721664 12628 33554432000 4194304 4196468 140725246052512 140435796469968 140436886751131 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30974] ppid=30960 vsize=14082736 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/30963/task/30974/stat : 30974 (java) S 30960 30963 30888 0 -1 1077944384 515 0 0 0 3 0 0 0 20 0 15 0 271667570 14420721664 12628 33554432000 4194304 4196468 140725246052512 140435795417584 140436886743682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30975] ppid=30960 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/30963/task/30975/stat : 30975 (java) S 30960 30963 30888 0 -1 1077944384 118 0 0 0 1 0 0 0 20 0 15 0 271667570 14420721664 12628 33554432000 4194304 4196468 140725246052512 140435794365040 140436886743682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30976] ppid=30960 vsize=14082736 memory=140178396391040 CPUtime=0.08 cores=1,3,5,7
/proc/30963/task/30976/stat : 30976 (java) S 30960 30963 30888 0 -1 1077944384 332 0 0 0 8 0 0 0 20 0 15 0 271667570 14420721664 12628 33554432000 4194304 4196468 140725246052512 140435793312496 140436886743682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30977] ppid=30960 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30977/stat : 30977 (java) S 30960 30963 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667570 14420721664 12628 33554432000 4194304 4196468 140725246052512 140435792260192 140436886742741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30978] ppid=30960 vsize=14082736 memory=140178396391040 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30978/stat : 30978 (java) S 30960 30963 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667570 14420721664 12628 33554432000 4194304 4196468 140725246052512 140435791206704 140436886743682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50512 KiB

[startup+0.70067 s]
/proc/loadavg: 0.00 0.01 0.05 3/215 30978
/proc/meminfo: memFree=23386880/32770624 swapFree=67059156/67108860
[pid=30963] ppid=30960 vsize=14084804 memory=88828 CPUtime=0.99 cores=1,3,5,7
/proc/30963/stat : 30963 (java) S 30960 30963 30888 0 -1 1077944320 17631 0 0 0 93 6 0 0 20 0 15 0 271667564 14422839296 22207 33554432000 4194304 4196468 140725246052512 140725246035056 140436886732535 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
/proc/30963/statm: 3521201 22207 3499 1 0 3483273 0
[pid=30963/tid=30965] ppid=30960 vsize=14084804 memory=273193407384665 CPUtime=0.67 cores=1,3,5,7
/proc/30963/task/30965/stat : 30965 (java) R 30960 30963 30888 0 -1 4202560 14891 0 0 0 63 4 0 0 20 0 15 0 271667565 14422839296 22207 33554432000 4194304 4196468 140725246052512 140436890955136 140436886754461 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30966] ppid=30960 vsize=14084804 memory=288230376152040317 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30966/stat : 30966 (java) S 30960 30963 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667566 14422839296 22207 33554432000 4194304 4196468 140725246052512 140436843285264 140436886742741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30967] ppid=30960 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30967/stat : 30967 (java) S 30960 30963 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667566 14422839296 22207 33554432000 4194304 4196468 140725246052512 140436842232720 140436886742741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30968] ppid=30960 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30968/stat : 30968 (java) S 30960 30963 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667566 14422839296 22207 33554432000 4194304 4196468 140725246052512 140436480388112 140436886742741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30969] ppid=30960 vsize=14084804 memory=7809523229951467572 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30969/stat : 30969 (java) S 30960 30963 30888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271667566 14422839296 22207 33554432000 4194304 4196468 140725246052512 140436479335568 140436886742741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30970] ppid=30960 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30970/stat : 30970 (java) S 30960 30963 30888 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 271667567 14422839296 22207 33554432000 4194304 4196468 140725246052512 140435799627760 140436886743682 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30971] ppid=30960 vsize=14084804 memory=9049878553681887405 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30971/stat : 30971 (java) S 30960 30963 30888 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 271667567 14422839296 22207 33554432000 4194304 4196468 140725246052512 140435798573984 140436886742741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30972] ppid=30960 vsize=14084804 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30972/stat : 30972 (java) S 30960 30963 30888 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 271667567 14422839296 22207 33554432000 4194304 4196468 140725246052512 140435797521392 140436886742741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30973] ppid=30960 vsize=14084804 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30973/stat : 30973 (java) S 30960 30963 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667570 14422839296 22207 33554432000 4194304 4196468 140725246052512 140435796469968 140436886751131 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30974] ppid=30960 vsize=14084804 memory=6944656575208382560 CPUtime=0.09 cores=1,3,5,7
/proc/30963/task/30974/stat : 30974 (java) S 30960 30963 30888 0 -1 1077944384 679 0 0 0 9 0 0 0 20 0 15 0 271667570 14422839296 22207 33554432000 4194304 4196468 140725246052512 140435795417584 140436886743682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30975] ppid=30960 vsize=14084804 memory=6943526294502006880 CPUtime=0.05 cores=1,3,5,7
/proc/30963/task/30975/stat : 30975 (java) S 30960 30963 30888 0 -1 1077944384 246 0 0 0 5 0 0 0 20 0 15 0 271667570 14422839296 22207 33554432000 4194304 4196468 140725246052512 140435794365040 140436886743682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30976] ppid=30960 vsize=14084804 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/30963/task/30976/stat : 30976 (java) S 30960 30963 30888 0 -1 1077944384 433 0 0 0 15 0 0 0 20 0 15 0 271667570 14422839296 22207 33554432000 4194304 4196468 140725246052512 140435793312496 140436886743682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30977] ppid=30960 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30977/stat : 30977 (java) S 30960 30963 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667570 14422839296 22207 33554432000 4194304 4196468 140725246052512 140435792260192 140436886742741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30978] ppid=30960 vsize=14084804 memory=1860 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30978/stat : 30978 (java) S 30960 30963 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667570 14422839296 22207 33554432000 4194304 4196468 140725246052512 140435791206704 140436886743682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88828 KiB

[startup+1.50068 s]
/proc/loadavg: 0.00 0.01 0.05 8/215 30978
/proc/meminfo: memFree=23290028/32770624 swapFree=67059156/67108860
[pid=30963] ppid=30960 vsize=14088900 memory=182888 CPUtime=3.47 cores=1,3,5,7
/proc/30963/stat : 30963 (java) S 30960 30963 30888 0 -1 1077944320 23620 0 0 0 339 8 0 0 20 0 15 0 271667564 14427033600 45722 33554432000 4194304 4196468 140725246052512 140725246035056 140436886732535 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
/proc/30963/statm: 3522225 45722 3546 1 0 3484297 0
[pid=30963/tid=30965] ppid=30960 vsize=14088900 memory=12902 CPUtime=1.46 cores=1,3,5,7
/proc/30963/task/30965/stat : 30965 (java) R 30960 30963 30888 0 -1 4202560 16420 0 0 0 140 6 0 0 20 0 15 0 271667565 14427033600 45722 33554432000 4194304 4196468 140725246052512 140436890965952 140436868632679 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30966] ppid=30960 vsize=14088900 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30966/stat : 30966 (java) S 30960 30963 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667566 14427033600 45722 33554432000 4194304 4196468 140725246052512 140436843285264 140436886742741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30967] ppid=30960 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30967/stat : 30967 (java) S 30960 30963 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667566 14427033600 45722 33554432000 4194304 4196468 140725246052512 140436842232720 140436886742741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30968] ppid=30960 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30968/stat : 30968 (java) S 30960 30963 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667566 14427033600 45722 33554432000 4194304 4196468 140725246052512 140436480388112 140436886742741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30969] ppid=30960 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30969/stat : 30969 (java) S 30960 30963 30888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271667566 14427033600 45722 33554432000 4194304 4196468 140725246052512 140436479335568 140436886742741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30970] ppid=30960 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30970/stat : 30970 (java) S 30960 30963 30888 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 271667567 14427033600 45722 33554432000 4194304 4196468 140725246052512 140435799627760 140436886743682 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0

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

/proc/30963/task/30965/stat : 30965 (java) R 30960 30963 30888 0 -1 4202560 72678 0 0 0 231614 46 0 0 20 0 15 0 271667565 14431227904 357319 33554432000 4194304 4196468 140725246052512 140436890970416 140436537264578 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30966] ppid=30960 vsize=14092996 memory=1429276 CPUtime=3.55 cores=1,3,5,7
/proc/30963/task/30966/stat : 30966 (java) S 30960 30963 30888 0 -1 1077944384 19808 0 0 0 337 18 0 0 20 0 15 0 271667566 14431227904 357319 33554432000 4194304 4196468 140725246052512 140436843285264 140436886742741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30967] ppid=30960 vsize=14092996 memory=1429276 CPUtime=3.58 cores=1,3,5,7
/proc/30963/task/30967/stat : 30967 (java) S 30960 30963 30888 0 -1 1077944384 15278 0 0 0 340 18 0 0 20 0 15 0 271667566 14431227904 357319 33554432000 4194304 4196468 140725246052512 140436842232720 140436886742741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30968] ppid=30960 vsize=14092996 memory=1429276 CPUtime=3.55 cores=1,3,5,7
/proc/30963/task/30968/stat : 30968 (java) S 30960 30963 30888 0 -1 1077944384 19765 0 0 0 338 17 0 0 20 0 15 0 271667566 14431227904 357319 33554432000 4194304 4196468 140725246052512 140436480388112 140436886742741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30969] ppid=30960 vsize=14092996 memory=1429276 CPUtime=3.59 cores=1,3,5,7
/proc/30963/task/30969/stat : 30969 (java) S 30960 30963 30888 0 -1 1077944384 18000 0 0 0 341 18 0 0 20 0 15 0 271667566 14431227904 357319 33554432000 4194304 4196468 140725246052512 140436479335568 140436886742741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30970] ppid=30960 vsize=14092996 memory=1429276 CPUtime=1.21 cores=1,3,5,7
/proc/30963/task/30970/stat : 30970 (java) S 30960 30963 30888 0 -1 1077944384 13551 0 0 0 112 9 0 0 20 0 15 0 271667567 14431227904 357319 33554432000 4194304 4196468 140725246052512 140435799627760 140436886743682 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30971] ppid=30960 vsize=14092996 memory=1429276 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30971/stat : 30971 (java) S 30960 30963 30888 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 271667567 14431227904 357319 33554432000 4194304 4196468 140725246052512 140435798574048 140436886742741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30972] ppid=30960 vsize=14092996 memory=6272 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30972/stat : 30972 (java) S 30960 30963 30888 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 271667567 14431227904 357319 33554432000 4194304 4196468 140725246052512 140435797521408 140436886742741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30973] ppid=30960 vsize=14092996 memory=780 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30973/stat : 30973 (java) S 30960 30963 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667570 14431227904 357319 33554432000 4194304 4196468 140725246052512 140435796469968 140436886751131 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30974] ppid=30960 vsize=14092996 memory=1429276 CPUtime=3.63 cores=1,3,5,7
/proc/30963/task/30974/stat : 30974 (java) S 30960 30963 30888 0 -1 1077944384 11464 0 0 0 362 1 0 0 20 0 15 0 271667570 14431227904 357319 33554432000 4194304 4196468 140725246052512 140435795417584 140436886743682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30975] ppid=30960 vsize=14092996 memory=1429276 CPUtime=3.25 cores=1,3,5,7
/proc/30963/task/30975/stat : 30975 (java) S 30960 30963 30888 0 -1 1077944384 9615 0 0 0 324 1 0 0 20 0 15 0 271667570 14431227904 357319 33554432000 4194304 4196468 140725246052512 140435794365040 140436886743682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30976] ppid=30960 vsize=14092996 memory=1429276 CPUtime=1.32 cores=1,3,5,7
/proc/30963/task/30976/stat : 30976 (java) S 30960 30963 30888 0 -1 1077944384 9891 0 0 0 130 2 0 0 20 0 15 0 271667570 14431227904 357319 33554432000 4194304 4196468 140725246052512 140435793312496 140436886743682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30977] ppid=30960 vsize=14092996 memory=1429276 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30977/stat : 30977 (java) S 30960 30963 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667570 14431227904 357319 33554432000 4194304 4196468 140725246052512 140435792260192 140436886742741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30978] ppid=30960 vsize=14092996 memory=1429276 CPUtime=0.51 cores=1,3,5,7
/proc/30963/task/30978/stat : 30978 (java) S 30960 30963 30888 0 -1 1077944384 1315 0 0 0 23 28 0 0 20 0 15 0 271667570 14431227904 357319 33554432000 4194304 4196468 140725246052512 140435791206704 140436886743682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
Current children cumulated CPU time: 2340.9 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 1429276 KiB

[startup+2382.3 s]
/proc/loadavg: 1.82 1.63 1.44 3/216 31088
/proc/meminfo: memFree=20846176/32770624 swapFree=67059156/67108860
[pid=30963] ppid=30960 vsize=14092996 memory=1428904 CPUtime=2401.31 cores=1,3,5,7
/proc/30963/stat : 30963 (java) S 30960 30963 30888 0 -1 1077944320 194586 0 0 0 239981 150 0 0 20 0 15 0 271667564 14431227904 357226 33554432000 4194304 4196468 140725246052512 140725246035056 140436886732535 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
/proc/30963/statm: 3523249 357226 3605 1 0 3485321 0
[pid=30963/tid=30965] ppid=30960 vsize=14092996 memory=1428904 CPUtime=2376.37 cores=1,3,5,7
/proc/30963/task/30965/stat : 30965 (java) R 30960 30963 30888 0 -1 4202560 73411 0 0 0 237591 46 0 0 20 0 15 0 271667565 14431227904 357226 33554432000 4194304 4196468 140725246052512 140436890970528 140436535484687 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30966] ppid=30960 vsize=14092996 memory=1429936 CPUtime=3.69 cores=1,3,5,7
/proc/30963/task/30966/stat : 30966 (java) S 30960 30963 30888 0 -1 1077944384 20047 0 0 0 351 18 0 0 20 0 15 0 271667566 14431227904 357226 33554432000 4194304 4196468 140725246052512 140436843285264 140436886742741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30967] ppid=30960 vsize=14092996 memory=1430956 CPUtime=3.73 cores=1,3,5,7
/proc/30963/task/30967/stat : 30967 (java) S 30960 30963 30888 0 -1 1077944384 15497 0 0 0 354 19 0 0 20 0 15 0 271667566 14431227904 357226 33554432000 4194304 4196468 140725246052512 140436842232720 140436886742741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30968] ppid=30960 vsize=14092996 memory=1428904 CPUtime=3.7 cores=1,3,5,7
/proc/30963/task/30968/stat : 30968 (java) S 30960 30963 30888 0 -1 1077944384 19917 0 0 0 352 18 0 0 20 0 15 0 271667566 14431227904 357226 33554432000 4194304 4196468 140725246052512 140436480388112 140436886742741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30969] ppid=30960 vsize=14092996 memory=976 CPUtime=3.73 cores=1,3,5,7
/proc/30963/task/30969/stat : 30969 (java) S 30960 30963 30888 0 -1 1077944384 18249 0 0 0 355 18 0 0 20 0 15 0 271667566 14431227904 357226 33554432000 4194304 4196468 140725246052512 140436479335568 140436886742741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30970] ppid=30960 vsize=14092996 memory=1428904 CPUtime=1.26 cores=1,3,5,7
/proc/30963/task/30970/stat : 30970 (java) S 30960 30963 30888 0 -1 1077944384 13728 0 0 0 116 10 0 0 20 0 15 0 271667567 14431227904 357226 33554432000 4194304 4196468 140725246052512 140435799627760 140436886743682 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30971] ppid=30960 vsize=14092996 memory=1428904 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30971/stat : 30971 (java) S 30960 30963 30888 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 271667567 14431227904 357226 33554432000 4194304 4196468 140725246052512 140435798574048 140436886742741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30972] ppid=30960 vsize=14092996 memory=1540 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30972/stat : 30972 (java) S 30960 30963 30888 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 271667567 14431227904 357226 33554432000 4194304 4196468 140725246052512 140435797521408 140436886742741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30973] ppid=30960 vsize=14092996 memory=1429932 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30973/stat : 30973 (java) S 30960 30963 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667570 14431227904 357226 33554432000 4194304 4196468 140725246052512 140435796469968 140436886751131 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30974] ppid=30960 vsize=14092996 memory=1256568 CPUtime=3.63 cores=1,3,5,7
/proc/30963/task/30974/stat : 30974 (java) S 30960 30963 30888 0 -1 1077944384 11466 0 0 0 362 1 0 0 20 0 15 0 271667570 14431227904 357226 33554432000 4194304 4196468 140725246052512 140435795417584 140436886743682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30975] ppid=30960 vsize=14092996 memory=1428904 CPUtime=3.25 cores=1,3,5,7
/proc/30963/task/30975/stat : 30975 (java) S 30960 30963 30888 0 -1 1077944384 9617 0 0 0 324 1 0 0 20 0 15 0 271667570 14431227904 357226 33554432000 4194304 4196468 140725246052512 140435794365040 140436886743682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30976] ppid=30960 vsize=14092996 memory=1428904 CPUtime=1.32 cores=1,3,5,7
/proc/30963/task/30976/stat : 30976 (java) S 30960 30963 30888 0 -1 1077944384 9893 0 0 0 130 2 0 0 20 0 15 0 271667570 14431227904 357226 33554432000 4194304 4196468 140725246052512 140435793312496 140436886743682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30977] ppid=30960 vsize=14092996 memory=1428904 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30977/stat : 30977 (java) S 30960 30963 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667570 14431227904 357226 33554432000 4194304 4196468 140725246052512 140435792260192 140436886742741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30978] ppid=30960 vsize=14092996 memory=1428904 CPUtime=0.52 cores=1,3,5,7
/proc/30963/task/30978/stat : 30978 (java) S 30960 30963 30888 0 -1 1077944384 1330 0 0 0 23 29 0 0 20 0 15 0 271667570 14431227904 357226 33554432000 4194304 4196468 140725246052512 140435791206704 140436886743682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
Current children cumulated CPU time: 2401.31 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 1428904 KiB

[startup+2442.3 s]
/proc/loadavg: 1.68 1.61 1.44 3/216 31089
/proc/meminfo: memFree=20844072/32770624 swapFree=67059156/67108860
[pid=30963] ppid=30960 vsize=14092996 memory=1433000 CPUtime=2461.75 cores=1,3,5,7
/proc/30963/stat : 30963 (java) S 30960 30963 30888 0 -1 1077944320 196922 0 0 0 246023 152 0 0 20 0 15 0 271667564 14431227904 358250 33554432000 4194304 4196468 140725246052512 140725246035056 140436886732535 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
/proc/30963/statm: 3523249 358250 3605 1 0 3485321 0
[pid=30963/tid=30965] ppid=30960 vsize=14092996 memory=1433000 CPUtime=2436.16 cores=1,3,5,7
/proc/30963/task/30965/stat : 30965 (java) R 30960 30963 30888 0 -1 4202560 74023 0 0 0 243570 46 0 0 20 0 15 0 271667565 14431227904 358250 33554432000 4194304 4196468 140725246052512 140436890970400 140436536601653 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30966] ppid=30960 vsize=14092996 memory=1433000 CPUtime=3.84 cores=1,3,5,7
/proc/30963/task/30966/stat : 30966 (java) S 30960 30963 30888 0 -1 1077944384 20336 0 0 0 365 19 0 0 20 0 15 0 271667566 14431227904 358250 33554432000 4194304 4196468 140725246052512 140436843285264 140436886742741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30967] ppid=30960 vsize=14092996 memory=1433000 CPUtime=3.87 cores=1,3,5,7
/proc/30963/task/30967/stat : 30967 (java) S 30960 30963 30888 0 -1 1077944384 15772 0 0 0 368 19 0 0 20 0 15 0 271667566 14431227904 358250 33554432000 4194304 4196468 140725246052512 140436842232720 140436886742741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30968] ppid=30960 vsize=14092996 memory=1948 CPUtime=3.84 cores=1,3,5,7
/proc/30963/task/30968/stat : 30968 (java) S 30960 30963 30888 0 -1 1077944384 20276 0 0 0 366 18 0 0 20 0 15 0 271667566 14431227904 358250 33554432000 4194304 4196468 140725246052512 140436480388112 140436886742741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30969] ppid=30960 vsize=14092996 memory=924 CPUtime=3.87 cores=1,3,5,7
/proc/30963/task/30969/stat : 30969 (java) S 30960 30963 30888 0 -1 1077944384 18472 0 0 0 369 18 0 0 20 0 15 0 271667566 14431227904 358250 33554432000 4194304 4196468 140725246052512 140436479335568 140436886742741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30970] ppid=30960 vsize=14092996 memory=1140 CPUtime=1.31 cores=1,3,5,7
/proc/30963/task/30970/stat : 30970 (java) S 30960 30963 30888 0 -1 1077944384 13922 0 0 0 121 10 0 0 20 0 15 0 271667567 14431227904 358250 33554432000 4194304 4196468 140725246052512 140435799627760 140436886743682 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30971] ppid=30960 vsize=14092996 memory=1433000 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30971/stat : 30971 (java) S 30960 30963 30888 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 271667567 14431227904 358250 33554432000 4194304 4196468 140725246052512 140435798574048 140436886742741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30972] ppid=30960 vsize=14092996 memory=3544 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30972/stat : 30972 (java) S 30960 30963 30888 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 271667567 14431227904 358250 33554432000 4194304 4196468 140725246052512 140435797521408 140436886742741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30973] ppid=30960 vsize=14092996 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30973/stat : 30973 (java) S 30960 30963 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667570 14431227904 358250 33554432000 4194304 4196468 140725246052512 140435796469968 140436886751131 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30974] ppid=30960 vsize=14092996 memory=1433000 CPUtime=3.63 cores=1,3,5,7
/proc/30963/task/30974/stat : 30974 (java) S 30960 30963 30888 0 -1 1077944384 11651 0 0 0 362 1 0 0 20 0 15 0 271667570 14431227904 358250 33554432000 4194304 4196468 140725246052512 140435795417584 140436886743682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30975] ppid=30960 vsize=14092996 memory=6791534058613427641 CPUtime=3.28 cores=1,3,5,7
/proc/30963/task/30975/stat : 30975 (java) S 30960 30963 30888 0 -1 1077944384 9757 0 0 0 327 1 0 0 20 0 15 0 271667570 14431227904 358250 33554432000 4194304 4196468 140725246052512 140435794365040 140436886743682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30976] ppid=30960 vsize=14092996 memory=6272 CPUtime=1.32 cores=1,3,5,7
/proc/30963/task/30976/stat : 30976 (java) S 30960 30963 30888 0 -1 1077944384 9934 0 0 0 130 2 0 0 20 0 15 0 271667570 14431227904 358250 33554432000 4194304 4196468 140725246052512 140435793312496 140436886743682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30977] ppid=30960 vsize=14092996 memory=1433000 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30977/stat : 30977 (java) S 30960 30963 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667570 14431227904 358250 33554432000 4194304 4196468 140725246052512 140435792260192 140436886742741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30978] ppid=30960 vsize=14092996 memory=1433000 CPUtime=0.54 cores=1,3,5,7
/proc/30963/task/30978/stat : 30978 (java) S 30960 30963 30888 0 -1 1077944384 1348 0 0 0 24 30 0 0 20 0 15 0 271667570 14431227904 358250 33554432000 4194304 4196468 140725246052512 140435791206704 140436886743682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
Current children cumulated CPU time: 2461.75 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 1433000 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2500.2 s]
/proc/loadavg: 1.80 1.67 1.47 5/215 31167
/proc/meminfo: memFree=21815196/32770624 swapFree=67059156/67108860
[pid=30963] ppid=30960 vsize=14092996 memory=1432996 CPUtime=2520.06 cores=1,3,5,7
/proc/30963/stat : 30963 (java) S 30960 30963 30888 0 -1 1077944320 200155 0 0 0 251851 155 0 0 20 0 15 0 271667564 14431227904 358249 33554432000 4194304 4196468 140725246052512 140725246035056 140436886732535 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
/proc/30963/statm: 3523249 358249 3605 1 0 3485321 0
[pid=30963/tid=30965] ppid=30960 vsize=14092996 memory=288230596050944315 CPUtime=2493.83 cores=1,3,5,7
/proc/30963/task/30965/stat : 30965 (java) R 30960 30963 30888 0 -1 4202560 74778 0 0 0 249337 46 0 0 20 0 15 0 271667565 14431227904 358249 33554432000 4194304 4196468 140725246052512 140436890970480 140436525979111 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30966] ppid=30960 vsize=14092996 memory=15254831371654332 CPUtime=3.97 cores=1,3,5,7
/proc/30963/task/30966/stat : 30966 (java) S 30960 30963 30888 0 -1 1077944384 20628 0 0 0 378 19 0 0 20 0 15 0 271667566 14431227904 358249 33554432000 4194304 4196468 140725246052512 140436843285264 140436886742741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30967] ppid=30960 vsize=14092996 memory=4104 CPUtime=4.01 cores=1,3,5,7
/proc/30963/task/30967/stat : 30967 (java) S 30960 30963 30888 0 -1 1077944384 16206 0 0 0 381 20 0 0 20 0 15 0 271667566 14431227904 358249 33554432000 4194304 4196468 140725246052512 140436842232720 140436886742741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30968] ppid=30960 vsize=14092996 memory=1800 CPUtime=3.97 cores=1,3,5,7
/proc/30963/task/30968/stat : 30968 (java) S 30960 30963 30888 0 -1 1077944384 20690 0 0 0 379 18 0 0 20 0 15 0 271667566 14431227904 358249 33554432000 4194304 4196468 140725246052512 140436480388112 140436886742741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30969] ppid=30960 vsize=14092996 memory=916 CPUtime=4 cores=1,3,5,7
/proc/30963/task/30969/stat : 30969 (java) S 30960 30963 30888 0 -1 1077944384 18913 0 0 0 382 18 0 0 20 0 15 0 271667566 14431227904 358249 33554432000 4194304 4196468 140725246052512 140436479335568 140436886742741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30970] ppid=30960 vsize=14092996 memory=3820 CPUtime=1.35 cores=1,3,5,7
/proc/30963/task/30970/stat : 30970 (java) S 30960 30963 30888 0 -1 1077944384 14252 0 0 0 125 10 0 0 20 0 15 0 271667567 14431227904 358249 33554432000 4194304 4196468 140725246052512 140435799627760 140436886743682 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30971] ppid=30960 vsize=14092996 memory=2296 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30971/stat : 30971 (java) S 30960 30963 30888 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 271667567 14431227904 358249 33554432000 4194304 4196468 140725246052512 140435798574048 140436886742741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30972] ppid=30960 vsize=14092996 memory=2296 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30972/stat : 30972 (java) S 30960 30963 30888 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 271667567 14431227904 358249 33554432000 4194304 4196468 140725246052512 140435797521408 140436886742741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30973] ppid=30960 vsize=14092996 memory=1404 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30973/stat : 30973 (java) S 30960 30963 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667570 14431227904 358249 33554432000 4194304 4196468 140725246052512 140435796469968 140436886751131 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30974] ppid=30960 vsize=14092996 memory=3228 CPUtime=3.65 cores=1,3,5,7
/proc/30963/task/30974/stat : 30974 (java) S 30960 30963 30888 0 -1 1077944384 11974 0 0 0 364 1 0 0 20 0 15 0 271667570 14431227904 358249 33554432000 4194304 4196468 140725246052512 140435795417584 140436886743682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30975] ppid=30960 vsize=14092996 memory=1252460 CPUtime=3.28 cores=1,3,5,7
/proc/30963/task/30975/stat : 30975 (java) S 30960 30963 30888 0 -1 1077944384 9761 0 0 0 327 1 0 0 20 0 15 0 271667570 14431227904 358249 33554432000 4194304 4196468 140725246052512 140435794365040 140436886743682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30976] ppid=30960 vsize=14092996 memory=1408 CPUtime=1.33 cores=1,3,5,7
/proc/30963/task/30976/stat : 30976 (java) S 30960 30963 30888 0 -1 1077944384 10149 0 0 0 131 2 0 0 20 0 15 0 271667570 14431227904 358249 33554432000 4194304 4196468 140725246052512 140435793312496 140436886743682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30977] ppid=30960 vsize=14092996 memory=3292 CPUtime=0 cores=1,3,5,7
/proc/30963/task/30977/stat : 30977 (java) S 30960 30963 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667570 14431227904 358249 33554432000 4194304 4196468 140725246052512 140435792260192 140436886742741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
[pid=30963/tid=30978] ppid=30960 vsize=14092996 memory=288230574492221466 CPUtime=0.56 cores=1,3,5,7
/proc/30963/task/30978/stat : 30978 (java) S 30960 30963 30888 0 -1 1077944384 1373 0 0 0 25 31 0 0 20 0 15 0 271667570 14431227904 358249 33554432000 4194304 4196468 140725246052512 140435791206704 140436886743682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39239680 140725246055496 140725246055689 140725246055689 140725246058447 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 1432996 KiB

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

[startup+2500.21 s]
# the end of solver process 30963 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.53 s, system=1.56176 s

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

Child status: 143
Real time (s): 2500.21
CPU time (s): 2520.09
CPU user time (s): 2518.53
CPU system time (s): 1.56176
CPU usage (%): 100.795
Max. virtual memory (cumulated for all children) (KiB): 14092996
Max. memory (cumulated for all children) (KiB): 2396796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.53
system time used= 1.56176
maximum resident set size= 2399280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 200405
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 89233
involuntary context switches= 2805


# summary of solver processes directly reported to runsolver:
#   pid: 30963
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2518.53
#   total CPU system time (s): 1.56176

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.8624 second user time and 24.103 second system time

The end

Launcher Data

Begin job on node103 at 2018-08-17 23:24:04
IDJOB=4311684
IDBENCH=141054
IDSOLVER=2799
FILE ID=node103/4311684-1534541044
RUNJOBID= node103-1534541043-30920
PBS_JOBID= 21038644
Free space on /tmp= 44296 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/NurseRostering/NurseRostering-11_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-4311684-1534541044/watcher-4311684-1534541044 -o /tmp/evaluation-result-4311684-1534541044/solver-4311684-1534541044 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1534541043-30920 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1512835400 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311684-1534541044.xml

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

MD5SUM BENCH= 05c4130aaeb0756e89b7f80c2b4d0b20
RANDOM SEED=1512835400

node103.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.48
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.48
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.48
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.48
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:        23503352 kB
MemAvailable:   31920240 kB
Buffers:          225128 kB
Cached:          8420788 kB
SwapCached:         5152 kB
Active:          4888472 kB
Inactive:        3779592 kB
Active(anon):      25552 kB
Inactive(anon):    64692 kB
Active(file):    4862920 kB
Inactive(file):  3714900 kB
Unevictable:        7768 kB
Mlocked:            7768 kB
SwapTotal:      67108860 kB
SwapFree:       67059156 kB
Dirty:             72104 kB
Writeback:             0 kB
AnonPages:         22096 kB
Mapped:            26224 kB
Shmem:             65136 kB
Slab:             296120 kB
SReclaimable:     267528 kB
SUnreclaim:        28592 kB
KernelStack:        3088 kB
PageTables:         6460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1322156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 44260 MiB
End job on node103 at 2018-08-18 00:05:44