Trace number 4290409

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-07-02? (TO) 2400.1 2373.21

General information on the benchmark

NameNurseRostering/
NurseRostering-16_c18.xml
MD5SUM0b8e9565fd0b9c632a2b7d0ba913c3ff
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2088
Number of constraints5489
Number of domains13
Minimum domain size1
Maximum domain size57
Distribution of domain sizes[{"size":1,"count":71},{"size":2,"count":440},{"size":4,"count":1120},{"size":21,"count":392},{"size":57,"count":65}]
Minimum variable degree2
Maximum variable degree23
Distribution of variable degrees[{"degree":2,"count":808},{"degree":3,"count":160},{"degree":13,"count":15},{"degree":14,"count":21},{"degree":15,"count":4},{"degree":16,"count":12},{"degree":17,"count":24},{"degree":18,"count":25},{"degree":19,"count":41},{"degree":20,"count":43},{"degree":21,"count":430},{"degree":22,"count":403},{"degree":23,"count":102}]
Minimum constraint arity2
Maximum constraint arity120
Distribution of constraint arities[{"arity":2,"count":1964},{"arity":3,"count":2160},{"arity":4,"count":20},{"arity":6,"count":1020},{"arity":8,"count":20},{"arity":21,"count":224},{"arity":57,"count":80},{"arity":120,"count":1}]
Number of extensional constraints1324
Number of intensional constraints640
Distribution of constraint types[{"type":"extension","count":1324},{"type":"intension","count":640},{"type":"regular","count":2160},{"type":"sum","count":40},{"type":"count","count":1324},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.67/0.56	c version: 2018-07-02
0.67/0.56	c seed: 332950484
0.67/0.56	c timeout: 2400
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.58	c Parsing instance...
8.18/3.47	c Parsing done, starting search...
2400.08/2373.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 (7112 MiB free)
  memory of node 1: 16384 MiB (12305 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290409-1532228904/watcher-4290409-1532228904 -o /tmp/evaluation-result-4290409-1532228904/solver-4290409-1532228904 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532226534-30285 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 332950484 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290409-1532228904.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=30507, runsolver pid=30504

[startup+0.106085 s]*
/proc/loadavg: 1.14 1.22 1.27 4/215 30522
/proc/meminfo: memFree=19865196/32770624 swapFree=67108860/67108860
[pid=30507] ppid=30504 vsize=14082740 memory=31080 CPUtime=0.13 cores=1,3,5,7
/proc/30507/stat : 30507 (java) S 30504 30507 30253 0 -1 1077944320 6703 0 0 0 12 1 0 0 20 0 15 0 40453585 14420725760 7770 33554432000 4194304 4196468 140731278857024 140731278839568 140121740910327 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
/proc/30507/statm: 3520685 7770 3140 1 0 3482761 0
[pid=30507/tid=30509] ppid=30504 vsize=14082740 memory=-8701690554792447363 CPUtime=0.09 cores=1,3,5,7
/proc/30507/task/30509/stat : 30509 (java) R 30504 30507 30253 0 -1 4202560 4756 0 0 0 9 0 0 0 20 0 15 0 40453586 14420725760 7770 33554432000 4194304 4196468 140731278857024 140121745099056 140121722473879 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30510] ppid=30504 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30510/stat : 30510 (java) S 30504 30507 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40453587 14420725760 7770 33554432000 4194304 4196468 140731278857024 140121337162512 140121740920533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30511] ppid=30504 vsize=14082740 memory=139785287333504 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30511/stat : 30511 (java) S 30504 30507 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40453587 14420725760 7770 33554432000 4194304 4196468 140731278857024 140121336109968 140121740920533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30512] ppid=30504 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30512/stat : 30512 (java) S 30504 30507 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40453587 14420725760 7770 33554432000 4194304 4196468 140731278857024 140121335057424 140121740920533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30513] ppid=30504 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30513/stat : 30513 (java) S 30504 30507 30253 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40453587 14420725760 7770 33554432000 4194304 4196468 140731278857024 140121334004880 140121740920533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30514] ppid=30504 vsize=14082740 memory=139785287333504 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30514/stat : 30514 (java) S 30504 30507 30253 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40453588 14420725760 7770 33554432000 4194304 4196468 140731278857024 140120653244400 140121740921474 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30515] ppid=30504 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30515/stat : 30515 (java) S 30504 30507 30253 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40453588 14420725760 7770 33554432000 4194304 4196468 140731278857024 140120652190624 140121740920533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30516] ppid=30504 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30516/stat : 30516 (java) S 30504 30507 30253 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40453589 14420725760 7770 33554432000 4194304 4196468 140731278857024 140120651138032 140121740920533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30517] ppid=30504 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30517/stat : 30517 (java) S 30504 30507 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40453591 14420725760 7770 33554432000 4194304 4196468 140731278857024 140120650086608 140121740928923 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30518] ppid=30504 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30518/stat : 30518 (java) S 30504 30507 30253 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 15 0 40453591 14420725760 7770 33554432000 4194304 4196468 140731278857024 140120649034224 140121740921474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30519] ppid=30504 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30519/stat : 30519 (java) S 30504 30507 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40453591 14420725760 7770 33554432000 4194304 4196468 140731278857024 140120647981680 140121740921474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30520] ppid=30504 vsize=14082740 memory=139785287333504 CPUtime=0.01 cores=1,3,5,7
/proc/30507/task/30520/stat : 30520 (java) S 30504 30507 30253 0 -1 1077944384 257 0 0 0 1 0 0 0 20 0 15 0 40453591 14420725760 7770 33554432000 4194304 4196468 140731278857024 140120646929136 140121740921474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30521] ppid=30504 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30521/stat : 30521 (java) S 30504 30507 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40453591 14420725760 7770 33554432000 4194304 4196468 140731278857024 140120645876832 140121740920533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30522] ppid=30504 vsize=14082740 memory=139785287333504 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30522/stat : 30522 (java) S 30504 30507 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40453591 14420725760 7770 33554432000 4194304 4196468 140731278857024 140120644823344 140121740921474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 31080 KiB

[startup+0.214459 s]*
/proc/loadavg: 1.14 1.22 1.27 6/215 30522
/proc/meminfo: memFree=19849800/32770624 swapFree=67108860/67108860
[pid=30507] ppid=30504 vsize=14082740 memory=47148 CPUtime=0.3 cores=1,3,5,7
/proc/30507/stat : 30507 (java) S 30504 30507 30253 0 -1 1077944320 10394 0 0 0 29 1 0 0 20 0 15 0 40453585 14420725760 11787 33554432000 4194304 4196468 140731278857024 140731278839568 140121740910327 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
/proc/30507/statm: 3520685 11787 3377 1 0 3482761 0
[pid=30507/tid=30509] ppid=30504 vsize=14082740 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/30507/task/30509/stat : 30509 (java) R 30504 30507 30253 0 -1 4202560 8099 0 0 0 19 1 0 0 20 0 15 0 40453586 14420725760 11787 33554432000 4194304 4196468 140731278857024 140121745139568 140121724990814 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30510] ppid=30504 vsize=14082740 memory=343 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30510/stat : 30510 (java) S 30504 30507 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40453587 14420725760 11787 33554432000 4194304 4196468 140731278857024 140121337162512 140121740920533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30511] ppid=30504 vsize=14082740 memory=139785287363353 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30511/stat : 30511 (java) S 30504 30507 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40453587 14420725760 11787 33554432000 4194304 4196468 140731278857024 140121336109968 140121740920533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30512] ppid=30504 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30512/stat : 30512 (java) S 30504 30507 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40453587 14420725760 11787 33554432000 4194304 4196468 140731278857024 140121335057424 140121740920533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30513] ppid=30504 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30513/stat : 30513 (java) S 30504 30507 30253 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40453587 14420725760 11787 33554432000 4194304 4196468 140731278857024 140121334004880 140121740920533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30514] ppid=30504 vsize=14082740 memory=139785287333504 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30514/stat : 30514 (java) S 30504 30507 30253 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 40453588 14420725760 11787 33554432000 4194304 4196468 140731278857024 140120653244400 140121740921474 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30515] ppid=30504 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30515/stat : 30515 (java) S 30504 30507 30253 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40453588 14420725760 11787 33554432000 4194304 4196468 140731278857024 140120652190624 140121740920533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30516] ppid=30504 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30516/stat : 30516 (java) S 30504 30507 30253 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40453589 14420725760 11787 33554432000 4194304 4196468 140731278857024 140120651138032 140121740920533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30517] ppid=30504 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30517/stat : 30517 (java) S 30504 30507 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40453591 14420725760 11787 33554432000 4194304 4196468 140731278857024 140120650086608 140121740928923 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30518] ppid=30504 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/30507/task/30518/stat : 30518 (java) S 30504 30507 30253 0 -1 1077944384 452 0 0 0 2 0 0 0 20 0 15 0 40453591 14420725760 11787 33554432000 4194304 4196468 140731278857024 140120649034224 140121740921474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30519] ppid=30504 vsize=14082740 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/30507/task/30519/stat : 30519 (java) S 30504 30507 30253 0 -1 1077944384 164 0 0 0 2 0 0 0 20 0 15 0 40453591 14420725760 11787 33554432000 4194304 4196468 140731278857024 140120647981680 140121740921474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30520] ppid=30504 vsize=14082740 memory=139785287333504 CPUtime=0.05 cores=1,3,5,7
/proc/30507/task/30520/stat : 30520 (java) R 30504 30507 30253 0 -1 1077944384 297 0 0 0 5 0 0 0 20 0 15 0 40453591 14420725760 11787 33554432000 4194304 4196468 140731278857024 140120646924176 140121740920533 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30521] ppid=30504 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30521/stat : 30521 (java) S 30504 30507 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40453591 14420725760 11787 33554432000 4194304 4196468 140731278857024 140120645876832 140121740920533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30522] ppid=30504 vsize=14082740 memory=139785287333504 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30522/stat : 30522 (java) S 30504 30507 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40453591 14420725760 11787 33554432000 4194304 4196468 140731278857024 140120644823344 140121740921474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 47148 KiB

[startup+0.310214 s]*
/proc/loadavg: 1.14 1.22 1.27 3/215 30522
/proc/meminfo: memFree=19846388/32770624 swapFree=67108860/67108860
[pid=30507] ppid=30504 vsize=14082740 memory=50736 CPUtime=0.44 cores=1,3,5,7
/proc/30507/stat : 30507 (java) S 30504 30507 30253 0 -1 1077944320 10777 0 0 0 42 2 0 0 20 0 15 0 40453585 14420725760 12684 33554432000 4194304 4196468 140731278857024 140731278839568 140121740910327 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
/proc/30507/statm: 3520685 12684 3424 1 0 3482761 0
[pid=30507/tid=30509] ppid=30504 vsize=14082740 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/30507/task/30509/stat : 30509 (java) R 30504 30507 30253 0 -1 4202560 8451 0 0 0 28 1 0 0 20 0 15 0 40453586 14420725760 12684 33554432000 4194304 4196468 140731278857024 140121745121840 140121724097136 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30510] ppid=30504 vsize=14082740 memory=288230604707987479 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30510/stat : 30510 (java) S 30504 30507 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40453587 14420725760 12684 33554432000 4194304 4196468 140731278857024 140121337162512 140121740920533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30511] ppid=30504 vsize=14082740 memory=139785287363095 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30511/stat : 30511 (java) S 30504 30507 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40453587 14420725760 12684 33554432000 4194304 4196468 140731278857024 140121336109968 140121740920533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30512] ppid=30504 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30512/stat : 30512 (java) S 30504 30507 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40453587 14420725760 12684 33554432000 4194304 4196468 140731278857024 140121335057424 140121740920533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30513] ppid=30504 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30513/stat : 30513 (java) S 30504 30507 30253 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40453587 14420725760 12684 33554432000 4194304 4196468 140731278857024 140121334004880 140121740920533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30514] ppid=30504 vsize=14082740 memory=139785287333504 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30514/stat : 30514 (java) S 30504 30507 30253 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 40453588 14420725760 12684 33554432000 4194304 4196468 140731278857024 140120653244400 140121740921474 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30515] ppid=30504 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30515/stat : 30515 (java) S 30504 30507 30253 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40453588 14420725760 12684 33554432000 4194304 4196468 140731278857024 140120652190624 140121740920533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30516] ppid=30504 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30516/stat : 30516 (java) S 30504 30507 30253 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40453589 14420725760 12684 33554432000 4194304 4196468 140731278857024 140120651138032 140121740920533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30517] ppid=30504 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30517/stat : 30517 (java) S 30504 30507 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40453591 14420725760 12684 33554432000 4194304 4196468 140731278857024 140120650086608 140121740928923 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30518] ppid=30504 vsize=14082740 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/30507/task/30518/stat : 30518 (java) S 30504 30507 30253 0 -1 1077944384 463 0 0 0 3 0 0 0 20 0 15 0 40453591 14420725760 12684 33554432000 4194304 4196468 140731278857024 140120649034224 140121740921474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30519] ppid=30504 vsize=14082740 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/30507/task/30519/stat : 30519 (java) S 30504 30507 30253 0 -1 1077944384 164 0 0 0 2 0 0 0 20 0 15 0 40453591 14420725760 12684 33554432000 4194304 4196468 140731278857024 140120647981680 140121740921474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30520] ppid=30504 vsize=14082740 memory=139785287333504 CPUtime=0.07 cores=1,3,5,7
/proc/30507/task/30520/stat : 30520 (java) S 30504 30507 30253 0 -1 1077944384 317 0 0 0 7 0 0 0 20 0 15 0 40453591 14420725760 12684 33554432000 4194304 4196468 140731278857024 140120646929136 140121740921474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30521] ppid=30504 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30521/stat : 30521 (java) S 30504 30507 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40453591 14420725760 12684 33554432000 4194304 4196468 140731278857024 140120645876832 140121740920533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30522] ppid=30504 vsize=14082740 memory=139785287333504 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30522/stat : 30522 (java) S 30504 30507 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40453591 14420725760 12684 33554432000 4194304 4196468 140731278857024 140120644823344 140121740921474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50736 KiB

[startup+0.700803 s]
/proc/loadavg: 1.14 1.22 1.27 4/215 30522
/proc/meminfo: memFree=19821956/32770624 swapFree=67108860/67108860
[pid=30507] ppid=30504 vsize=14084808 memory=88856 CPUtime=0.99 cores=1,3,5,7
/proc/30507/stat : 30507 (java) S 30504 30507 30253 0 -1 1077944320 17625 0 0 0 94 5 0 0 20 0 15 0 40453585 14422843392 22214 33554432000 4194304 4196468 140731278857024 140731278839568 140121740910327 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
/proc/30507/statm: 3521202 22214 3500 1 0 3483273 0
[pid=30507/tid=30509] ppid=30504 vsize=14084808 memory=1836 CPUtime=0.67 cores=1,3,5,7
/proc/30507/task/30509/stat : 30509 (java) R 30504 30507 30253 0 -1 4202560 14897 0 0 0 63 4 0 0 20 0 15 0 40453586 14422843392 22214 33554432000 4194304 4196468 140731278857024 140121745125376 140121740932253 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30510] ppid=30504 vsize=14084808 memory=792 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30510/stat : 30510 (java) S 30504 30507 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40453587 14422843392 22214 33554432000 4194304 4196468 140731278857024 140121337162512 140121740920533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30511] ppid=30504 vsize=14084808 memory=1960 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30511/stat : 30511 (java) S 30504 30507 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40453587 14422843392 22214 33554432000 4194304 4196468 140731278857024 140121336109968 140121740920533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30512] ppid=30504 vsize=14084808 memory=5380 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30512/stat : 30512 (java) S 30504 30507 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40453587 14422843392 22214 33554432000 4194304 4196468 140731278857024 140121335057424 140121740920533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30513] ppid=30504 vsize=14084808 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30513/stat : 30513 (java) S 30504 30507 30253 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40453587 14422843392 22214 33554432000 4194304 4196468 140731278857024 140121334004880 140121740920533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30514] ppid=30504 vsize=14084808 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30514/stat : 30514 (java) S 30504 30507 30253 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 40453588 14422843392 22214 33554432000 4194304 4196468 140731278857024 140120653244400 140121740921474 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30515] ppid=30504 vsize=14084808 memory=11964 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30515/stat : 30515 (java) S 30504 30507 30253 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40453588 14422843392 22214 33554432000 4194304 4196468 140731278857024 140120652190624 140121740920533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30516] ppid=30504 vsize=14084808 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30516/stat : 30516 (java) S 30504 30507 30253 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40453589 14422843392 22214 33554432000 4194304 4196468 140731278857024 140120651138032 140121740920533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30517] ppid=30504 vsize=14084808 memory=8380 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30517/stat : 30517 (java) S 30504 30507 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40453591 14422843392 22214 33554432000 4194304 4196468 140731278857024 140120650086608 140121740928923 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30518] ppid=30504 vsize=14084808 memory=6297835844906604903 CPUtime=0.08 cores=1,3,5,7
/proc/30507/task/30518/stat : 30518 (java) S 30504 30507 30253 0 -1 1077944384 611 0 0 0 8 0 0 0 20 0 15 0 40453591 14422843392 22214 33554432000 4194304 4196468 140731278857024 140120649034224 140121740921474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30519] ppid=30504 vsize=14084808 memory=7597685182856913236 CPUtime=0.07 cores=1,3,5,7
/proc/30507/task/30519/stat : 30519 (java) S 30504 30507 30253 0 -1 1077944384 330 0 0 0 7 0 0 0 20 0 15 0 40453591 14422843392 22214 33554432000 4194304 4196468 140731278857024 140120647981680 140121740921474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30520] ppid=30504 vsize=14084808 memory=7007716818149199952 CPUtime=0.14 cores=1,3,5,7
/proc/30507/task/30520/stat : 30520 (java) R 30504 30507 30253 0 -1 4202560 405 0 0 0 14 0 0 0 20 0 15 0 40453591 14422843392 22214 33554432000 4194304 4196468 140731278857024 140120646929136 140121719768354 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30521] ppid=30504 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30521/stat : 30521 (java) S 30504 30507 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40453591 14422843392 22214 33554432000 4194304 4196468 140731278857024 140120645876832 140121740920533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30522] ppid=30504 vsize=14084808 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30522/stat : 30522 (java) S 30504 30507 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40453591 14422843392 22214 33554432000 4194304 4196468 140731278857024 140120644823344 140121740921474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 88856 KiB

[startup+1.50113 s]
/proc/loadavg: 1.14 1.22 1.27 5/215 30522
/proc/meminfo: memFree=19779084/32770624 swapFree=67108860/67108860
[pid=30507] ppid=30504 vsize=14088904 memory=169832 CPUtime=3.48 cores=1,3,5,7
/proc/30507/stat : 30507 (java) S 30504 30507 30253 0 -1 1077944320 23325 0 0 0 340 8 0 0 20 0 15 0 40453585 14427037696 42458 33554432000 4194304 4196468 140731278857024 140731278839568 140121740910327 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
/proc/30507/statm: 3522226 42458 3547 1 0 3484297 0
[pid=30507/tid=30509] ppid=30504 vsize=14088904 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/30507/task/30509/stat : 30509 (java) R 30504 30507 30253 0 -1 4202560 16524 0 0 0 141 6 0 0 20 0 15 0 40453586 14427037696 42458 33554432000 4194304 4196468 140731278857024 140121745145264 140121385789163 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30510] ppid=30504 vsize=14088904 memory=-6951259422114956437 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30510/stat : 30510 (java) S 30504 30507 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40453587 14427037696 42458 33554432000 4194304 4196468 140731278857024 140121337162512 140121740920533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30511] ppid=30504 vsize=14088904 memory=-6509546260019855295 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30511/stat : 30511 (java) S 30504 30507 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40453587 14427037696 42458 33554432000 4194304 4196468 140731278857024 140121336109968 140121740920533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30512] ppid=30504 vsize=14088904 memory=-7390251449858225344 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30512/stat : 30512 (java) S 30504 30507 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40453587 14427037696 42458 33554432000 4194304 4196468 140731278857024 140121335057424 140121740920533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30513] ppid=30504 vsize=14088904 memory=4134692831991786133 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30513/stat : 30513 (java) S 30504 30507 30253 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40453587 14427037696 42458 33554432000 4194304 4196468 140731278857024 140121334004880 140121740920533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30514] ppid=30504 vsize=14088904 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30514/stat : 30514 (java) S 30504 30507 30253 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 40453588 14427037696 42458 33554432000 4194304 4196468 140731278857024 140120653244400 140121740921474 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0

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

/proc/30507/task/30509/stat : 30509 (java) R 30504 30507 30253 0 -1 4202560 62776 0 0 0 219401 36 0 0 20 0 15 0 40453586 14431232000 325688 33554432000 4194304 4196468 140731278857024 140121745148304 140121393361268 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30510] ppid=30504 vsize=14093000 memory=1302752 CPUtime=5.49 cores=1,3,5,7
/proc/30507/task/30510/stat : 30510 (java) S 30504 30507 30253 0 -1 1077944384 9844 0 0 0 527 22 0 0 20 0 15 0 40453587 14431232000 325688 33554432000 4194304 4196468 140731278857024 140121337162512 140121740920533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30511] ppid=30504 vsize=14093000 memory=1302752 CPUtime=5.52 cores=1,3,5,7
/proc/30507/task/30511/stat : 30511 (java) S 30504 30507 30253 0 -1 1077944384 11719 0 0 0 529 23 0 0 20 0 15 0 40453587 14431232000 325688 33554432000 4194304 4196468 140731278857024 140121336109968 140121740920533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30512] ppid=30504 vsize=14093000 memory=1302752 CPUtime=5.49 cores=1,3,5,7
/proc/30507/task/30512/stat : 30512 (java) S 30504 30507 30253 0 -1 1077944384 8053 0 0 0 527 22 0 0 20 0 15 0 40453587 14431232000 325688 33554432000 4194304 4196468 140731278857024 140121335057424 140121740920533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30513] ppid=30504 vsize=14093000 memory=385316 CPUtime=5.49 cores=1,3,5,7
/proc/30507/task/30513/stat : 30513 (java) S 30504 30507 30253 0 -1 1077944384 13271 0 0 0 528 21 0 0 20 0 15 0 40453587 14431232000 325688 33554432000 4194304 4196468 140731278857024 140121334004880 140121740920533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30514] ppid=30504 vsize=14093000 memory=1302752 CPUtime=2.1 cores=1,3,5,7
/proc/30507/task/30514/stat : 30514 (java) S 30504 30507 30253 0 -1 1077944384 11038 0 0 0 194 16 0 0 20 0 15 0 40453588 14431232000 325688 33554432000 4194304 4196468 140731278857024 140120653244400 140121740921474 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30515] ppid=30504 vsize=14093000 memory=1302752 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30515/stat : 30515 (java) S 30504 30507 30253 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 40453588 14431232000 325688 33554432000 4194304 4196468 140731278857024 140120652190688 140121740920533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30516] ppid=30504 vsize=14093000 memory=1302752 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30516/stat : 30516 (java) S 30504 30507 30253 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 40453589 14431232000 325688 33554432000 4194304 4196468 140731278857024 140120651138048 140121740920533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30517] ppid=30504 vsize=14093000 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30517/stat : 30517 (java) S 30504 30507 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40453591 14431232000 325688 33554432000 4194304 4196468 140731278857024 140120650086608 140121740928923 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30518] ppid=30504 vsize=14093000 memory=526 CPUtime=3.52 cores=1,3,5,7
/proc/30507/task/30518/stat : 30518 (java) S 30504 30507 30253 0 -1 1077944384 11758 0 0 0 350 2 0 0 20 0 15 0 40453591 14431232000 325688 33554432000 4194304 4196468 140731278857024 140120649034224 140121740921474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30519] ppid=30504 vsize=14093000 memory=525 CPUtime=3.31 cores=1,3,5,7
/proc/30507/task/30519/stat : 30519 (java) S 30504 30507 30253 0 -1 1077944384 11584 0 0 0 329 2 0 0 20 0 15 0 40453591 14431232000 325688 33554432000 4194304 4196468 140731278857024 140120647981680 140121740921474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 39 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30520] ppid=30504 vsize=14093000 memory=1302752 CPUtime=1.39 cores=1,3,5,7
/proc/30507/task/30520/stat : 30520 (java) S 30504 30507 30253 0 -1 1077944384 11732 0 0 0 137 2 0 0 20 0 15 0 40453591 14431232000 325688 33554432000 4194304 4196468 140731278857024 140120646929136 140121740921474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30521] ppid=30504 vsize=14093000 memory=1302752 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30521/stat : 30521 (java) S 30504 30507 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40453591 14431232000 325688 33554432000 4194304 4196468 140731278857024 140120645876832 140121740920533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30522] ppid=30504 vsize=14093000 memory=4140 CPUtime=0.69 cores=1,3,5,7
/proc/30507/task/30522/stat : 30522 (java) S 30504 30507 30253 0 -1 1077944384 1164 0 0 0 30 39 0 0 20 0 15 0 40453591 14431232000 325688 33554432000 4194304 4196468 140731278857024 140120644823344 140121740921474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 38 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
Current children cumulated CPU time: 2227.47 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 1302752 KiB

[startup+2262.3 s]
/proc/loadavg: 1.18 1.28 1.33 3/215 30671
/proc/meminfo: memFree=19761792/32770624 swapFree=67108860/67108860
[pid=30507] ppid=30504 vsize=14093000 memory=1306848 CPUtime=2288.06 cores=1,3,5,7
/proc/30507/stat : 30507 (java) S 30504 30507 30253 0 -1 1077944320 156383 0 0 0 228633 173 0 0 20 0 15 0 40453585 14431232000 326712 33554432000 4194304 4196468 140731278857024 140731278839568 140121740910327 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
/proc/30507/statm: 3523250 326712 3600 1 0 3485321 0
[pid=30507/tid=30509] ppid=30504 vsize=14093000 memory=1306848 CPUtime=2254.09 cores=1,3,5,7
/proc/30507/task/30509/stat : 30509 (java) R 30504 30507 30253 0 -1 4202560 63526 0 0 0 225373 36 0 0 20 0 15 0 40453586 14431232000 326712 33554432000 4194304 4196468 140731278857024 140121745148304 140121391477603 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30510] ppid=30504 vsize=14093000 memory=1306848 CPUtime=5.69 cores=1,3,5,7
/proc/30507/task/30510/stat : 30510 (java) S 30504 30507 30253 0 -1 1077944384 9997 0 0 0 546 23 0 0 20 0 15 0 40453587 14431232000 326712 33554432000 4194304 4196468 140731278857024 140121337162512 140121740920533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30511] ppid=30504 vsize=14093000 memory=1306848 CPUtime=5.71 cores=1,3,5,7
/proc/30507/task/30511/stat : 30511 (java) S 30504 30507 30253 0 -1 1077944384 11966 0 0 0 548 23 0 0 20 0 15 0 40453587 14431232000 326712 33554432000 4194304 4196468 140731278857024 140121336109968 140121740920533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30512] ppid=30504 vsize=14093000 memory=1306848 CPUtime=5.69 cores=1,3,5,7
/proc/30507/task/30512/stat : 30512 (java) S 30504 30507 30253 0 -1 1077944384 8169 0 0 0 546 23 0 0 20 0 15 0 40453587 14431232000 326712 33554432000 4194304 4196468 140731278857024 140121335057424 140121740920533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30513] ppid=30504 vsize=14093000 memory=4140 CPUtime=5.69 cores=1,3,5,7
/proc/30507/task/30513/stat : 30513 (java) S 30504 30507 30253 0 -1 1077944384 13667 0 0 0 547 22 0 0 20 0 15 0 40453587 14431232000 326712 33554432000 4194304 4196468 140731278857024 140121334004880 140121740920533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30514] ppid=30504 vsize=14093000 memory=0 CPUtime=2.17 cores=1,3,5,7
/proc/30507/task/30514/stat : 30514 (java) S 30504 30507 30253 0 -1 1077944384 11366 0 0 0 201 16 0 0 20 0 15 0 40453588 14431232000 326712 33554432000 4194304 4196468 140731278857024 140120653244400 140121740921474 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30515] ppid=30504 vsize=14093000 memory=301741390604545336 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30515/stat : 30515 (java) S 30504 30507 30253 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 40453588 14431232000 326712 33554432000 4194304 4196468 140731278857024 140120652190688 140121740920533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30516] ppid=30504 vsize=14093000 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30516/stat : 30516 (java) S 30504 30507 30253 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 40453589 14431232000 326712 33554432000 4194304 4196468 140731278857024 140120651138048 140121740920533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30517] ppid=30504 vsize=14093000 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30517/stat : 30517 (java) S 30504 30507 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40453591 14431232000 326712 33554432000 4194304 4196468 140731278857024 140120650086608 140121740928923 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30518] ppid=30504 vsize=14093000 memory=1306848 CPUtime=3.52 cores=1,3,5,7
/proc/30507/task/30518/stat : 30518 (java) S 30504 30507 30253 0 -1 1077944384 11760 0 0 0 350 2 0 0 20 0 15 0 40453591 14431232000 326712 33554432000 4194304 4196468 140731278857024 140120649034224 140121740921474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30519] ppid=30504 vsize=14093000 memory=1306848 CPUtime=3.31 cores=1,3,5,7
/proc/30507/task/30519/stat : 30519 (java) S 30504 30507 30253 0 -1 1077944384 11586 0 0 0 329 2 0 0 20 0 15 0 40453591 14431232000 326712 33554432000 4194304 4196468 140731278857024 140120647981680 140121740921474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 39 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30520] ppid=30504 vsize=14093000 memory=1306848 CPUtime=1.39 cores=1,3,5,7
/proc/30507/task/30520/stat : 30520 (java) S 30504 30507 30253 0 -1 1077944384 11734 0 0 0 137 2 0 0 20 0 15 0 40453591 14431232000 326712 33554432000 4194304 4196468 140731278857024 140120646929136 140121740921474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30521] ppid=30504 vsize=14093000 memory=14196 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30521/stat : 30521 (java) S 30504 30507 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40453591 14431232000 326712 33554432000 4194304 4196468 140731278857024 140120645876832 140121740920533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30522] ppid=30504 vsize=14093000 memory=1296 CPUtime=0.71 cores=1,3,5,7
/proc/30507/task/30522/stat : 30522 (java) S 30504 30507 30253 0 -1 1077944384 1191 0 0 0 31 40 0 0 20 0 15 0 40453591 14431232000 326712 33554432000 4194304 4196468 140731278857024 140120644823344 140121740921474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 38 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
Current children cumulated CPU time: 2288.06 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 1306848 KiB

[startup+2322.3 s]
/proc/loadavg: 1.13 1.23 1.31 3/215 30672
/proc/meminfo: memFree=19758104/32770624 swapFree=67108860/67108860
[pid=30507] ppid=30504 vsize=14093000 memory=1308896 CPUtime=2348.65 cores=1,3,5,7
/proc/30507/stat : 30507 (java) S 30504 30507 30253 0 -1 1077944320 157882 0 0 0 234689 176 0 0 20 0 15 0 40453585 14431232000 327224 33554432000 4194304 4196468 140731278857024 140731278839568 140121740910327 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
/proc/30507/statm: 3523250 327224 3600 1 0 3485321 0
[pid=30507/tid=30509] ppid=30504 vsize=14093000 memory=1308896 CPUtime=2313.83 cores=1,3,5,7
/proc/30507/task/30509/stat : 30509 (java) R 30504 30507 30253 0 -1 4202560 64153 0 0 0 231346 37 0 0 20 0 15 0 40453586 14431232000 327224 33554432000 4194304 4196468 140731278857024 140121745148304 140121393926960 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30510] ppid=30504 vsize=14093000 memory=1012 CPUtime=5.88 cores=1,3,5,7
/proc/30507/task/30510/stat : 30510 (java) S 30504 30507 30253 0 -1 1077944384 10108 0 0 0 565 23 0 0 20 0 15 0 40453587 14431232000 327224 33554432000 4194304 4196468 140731278857024 140121337162512 140121740920533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30511] ppid=30504 vsize=14093000 memory=1308896 CPUtime=5.9 cores=1,3,5,7
/proc/30507/task/30511/stat : 30511 (java) S 30504 30507 30253 0 -1 1077944384 12080 0 0 0 567 23 0 0 20 0 15 0 40453587 14431232000 327224 33554432000 4194304 4196468 140731278857024 140121336109968 140121740920533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30512] ppid=30504 vsize=14093000 memory=279570294080992 CPUtime=5.88 cores=1,3,5,7
/proc/30507/task/30512/stat : 30512 (java) S 30504 30507 30253 0 -1 1077944384 8345 0 0 0 565 23 0 0 20 0 15 0 40453587 14431232000 327224 33554432000 4194304 4196468 140731278857024 140121335057424 140121740920533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30513] ppid=30504 vsize=14093000 memory=1308896 CPUtime=5.87 cores=1,3,5,7
/proc/30507/task/30513/stat : 30513 (java) S 30504 30507 30253 0 -1 1077944384 13943 0 0 0 565 22 0 0 20 0 15 0 40453587 14431232000 327224 33554432000 4194304 4196468 140731278857024 140121334004880 140121740920533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30514] ppid=30504 vsize=14093000 memory=1308896 CPUtime=2.24 cores=1,3,5,7
/proc/30507/task/30514/stat : 30514 (java) S 30504 30507 30253 0 -1 1077944384 11547 0 0 0 208 16 0 0 20 0 15 0 40453588 14431232000 327224 33554432000 4194304 4196468 140731278857024 140120653244400 140121740921474 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30515] ppid=30504 vsize=14093000 memory=1308896 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30515/stat : 30515 (java) S 30504 30507 30253 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 40453588 14431232000 327224 33554432000 4194304 4196468 140731278857024 140120652190688 140121740920533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30516] ppid=30504 vsize=14093000 memory=1308896 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30516/stat : 30516 (java) S 30504 30507 30253 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 40453589 14431232000 327224 33554432000 4194304 4196468 140731278857024 140120651138048 140121740920533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30517] ppid=30504 vsize=14093000 memory=1308896 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30517/stat : 30517 (java) S 30504 30507 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40453591 14431232000 327224 33554432000 4194304 4196468 140731278857024 140120650086608 140121740928923 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30518] ppid=30504 vsize=14093000 memory=1308896 CPUtime=3.52 cores=1,3,5,7
/proc/30507/task/30518/stat : 30518 (java) S 30504 30507 30253 0 -1 1077944384 11762 0 0 0 350 2 0 0 20 0 15 0 40453591 14431232000 327224 33554432000 4194304 4196468 140731278857024 140120649034224 140121740921474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30519] ppid=30504 vsize=14093000 memory=1308896 CPUtime=3.31 cores=1,3,5,7
/proc/30507/task/30519/stat : 30519 (java) S 30504 30507 30253 0 -1 1077944384 11588 0 0 0 329 2 0 0 20 0 15 0 40453591 14431232000 327224 33554432000 4194304 4196468 140731278857024 140120647981680 140121740921474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 39 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30520] ppid=30504 vsize=14093000 memory=1308896 CPUtime=1.39 cores=1,3,5,7
/proc/30507/task/30520/stat : 30520 (java) S 30504 30507 30253 0 -1 1077944384 11736 0 0 0 137 2 0 0 20 0 15 0 40453591 14431232000 327224 33554432000 4194304 4196468 140731278857024 140120646929136 140121740921474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30521] ppid=30504 vsize=14093000 memory=2412 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30521/stat : 30521 (java) S 30504 30507 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40453591 14431232000 327224 33554432000 4194304 4196468 140731278857024 140120645876832 140121740920533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30522] ppid=30504 vsize=14093000 memory=6791534058613427641 CPUtime=0.73 cores=1,3,5,7
/proc/30507/task/30522/stat : 30522 (java) S 30504 30507 30253 0 -1 1077944384 1199 0 0 0 32 41 0 0 20 0 15 0 40453591 14431232000 327224 33554432000 4194304 4196468 140731278857024 140120644823344 140121740921474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 38 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
Current children cumulated CPU time: 2348.65 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 1308896 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2373.2 s]
/proc/loadavg: 1.42 1.29 1.33 5/215 30673
/proc/meminfo: memFree=19754132/32770624 swapFree=67108860/67108860
[pid=30507] ppid=30504 vsize=14093000 memory=1310944 CPUtime=2400.08 cores=1,3,5,7
/proc/30507/stat : 30507 (java) S 30504 30507 30253 0 -1 1077944320 159353 0 0 0 239829 179 0 0 20 0 15 0 40453585 14431232000 327736 33554432000 4194304 4196468 140731278857024 140731278839568 140121740910327 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
/proc/30507/statm: 3523250 327736 3600 1 0 3485321 0
[pid=30507/tid=30509] ppid=30504 vsize=14093000 memory=6298657248510563152 CPUtime=2364.49 cores=1,3,5,7
/proc/30507/task/30509/stat : 30509 (java) R 30504 30507 30253 0 -1 4202560 64799 0 0 0 236412 37 0 0 20 0 15 0 40453586 14431232000 327736 33554432000 4194304 4196468 140731278857024 140121745148288 140121393361251 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30510] ppid=30504 vsize=14093000 memory=6370154001372242496 CPUtime=6.05 cores=1,3,5,7
/proc/30507/task/30510/stat : 30510 (java) S 30504 30507 30253 0 -1 1077944384 10131 0 0 0 582 23 0 0 20 0 15 0 40453587 14431232000 327736 33554432000 4194304 4196468 140731278857024 140121337162512 140121740920533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30511] ppid=30504 vsize=14093000 memory=5866032318083457600 CPUtime=6.06 cores=1,3,5,7
/proc/30507/task/30511/stat : 30511 (java) S 30504 30507 30253 0 -1 1077944384 12374 0 0 0 583 23 0 0 20 0 15 0 40453587 14431232000 327736 33554432000 4194304 4196468 140731278857024 140121336109968 140121740920533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30512] ppid=30504 vsize=14093000 memory=6656426216303648864 CPUtime=6.05 cores=1,3,5,7
/proc/30507/task/30512/stat : 30512 (java) S 30504 30507 30253 0 -1 1077944384 8451 0 0 0 582 23 0 0 20 0 15 0 40453587 14431232000 327736 33554432000 4194304 4196468 140731278857024 140121335057424 140121740920533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30513] ppid=30504 vsize=14093000 memory=6944656575208382560 CPUtime=6.05 cores=1,3,5,7
/proc/30507/task/30513/stat : 30513 (java) S 30504 30507 30253 0 -1 1077944384 14147 0 0 0 583 22 0 0 20 0 15 0 40453587 14431232000 327736 33554432000 4194304 4196468 140731278857024 140121334004880 140121740920533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30514] ppid=30504 vsize=14093000 memory=6944656592387989600 CPUtime=2.31 cores=1,3,5,7
/proc/30507/task/30514/stat : 30514 (java) S 30504 30507 30253 0 -1 1077944384 11722 0 0 0 214 17 0 0 20 0 15 0 40453588 14431232000 327736 33554432000 4194304 4196468 140731278857024 140120653244400 140121740921474 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30515] ppid=30504 vsize=14093000 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30515/stat : 30515 (java) S 30504 30507 30253 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 40453588 14431232000 327736 33554432000 4194304 4196468 140731278857024 140120652190688 140121740920533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30516] ppid=30504 vsize=14093000 memory=-4866522518848036719 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30516/stat : 30516 (java) S 30504 30507 30253 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 40453589 14431232000 327736 33554432000 4194304 4196468 140731278857024 140120651138048 140121740920533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30517] ppid=30504 vsize=14093000 memory=7305771399818405986 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30517/stat : 30517 (java) S 30504 30507 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40453591 14431232000 327736 33554432000 4194304 4196468 140731278857024 140120650086608 140121740928923 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30518] ppid=30504 vsize=14093000 memory=6944657691966988345 CPUtime=3.52 cores=1,3,5,7
/proc/30507/task/30518/stat : 30518 (java) S 30504 30507 30253 0 -1 1077944384 11764 0 0 0 350 2 0 0 20 0 15 0 40453591 14431232000 327736 33554432000 4194304 4196468 140731278857024 140120649034224 140121740921474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30519] ppid=30504 vsize=14093000 memory=-7457052372387209120 CPUtime=3.32 cores=1,3,5,7
/proc/30507/task/30519/stat : 30519 (java) S 30504 30507 30253 0 -1 1077944384 11590 0 0 0 330 2 0 0 20 0 15 0 40453591 14431232000 327736 33554432000 4194304 4196468 140731278857024 140120647981680 140121740921474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 39 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30520] ppid=30504 vsize=14093000 memory=-8033973737701895300 CPUtime=1.39 cores=1,3,5,7
/proc/30507/task/30520/stat : 30520 (java) S 30504 30507 30253 0 -1 1077944384 11738 0 0 0 137 2 0 0 20 0 15 0 40453591 14431232000 327736 33554432000 4194304 4196468 140731278857024 140120646929136 140121740921474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30521] ppid=30504 vsize=14093000 memory=1310944 CPUtime=0 cores=1,3,5,7
/proc/30507/task/30521/stat : 30521 (java) S 30504 30507 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40453591 14431232000 327736 33554432000 4194304 4196468 140731278857024 140120645876832 140121740920533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
[pid=30507/tid=30522] ppid=30504 vsize=14093000 memory=1310944 CPUtime=0.75 cores=1,3,5,7
/proc/30507/task/30522/stat : 30522 (java) S 30504 30507 30253 0 -1 1077944384 1216 0 0 0 32 43 0 0 20 0 15 0 40453591 14431232000 327736 33554432000 4194304 4196468 140731278857024 140120644823344 140121740921474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 38 0 0 6293624 6294260 15507456 140731278861385 140731278861577 140731278861577 140731278864335 0
Current children cumulated CPU time: 2400.08 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 1310944 KiB

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

[startup+2373.21 s]
# the end of solver process 30507 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.3 s, system=1.80131 s

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

Child status: 143
Real time (s): 2373.21
CPU time (s): 2400.1
CPU user time (s): 2398.3
CPU system time (s): 1.80131
CPU usage (%): 101.133
Max. virtual memory (cumulated for all children) (KiB): 14093000
Max. memory (cumulated for all children) (KiB): 1930560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.3
system time used= 1.80131
maximum resident set size= 1932608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 159582
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 111824
involuntary context switches= 1762


# summary of solver processes directly reported to runsolver:
#   pid: 30507
#   total CPU time (s): 2400.1
#   total CPU user time (s): 2398.3
#   total CPU system time (s): 1.80131

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.5544 second user time and 21.499 second system time

The end

Launcher Data

Begin job on node104 at 2018-07-22 05:08:24
IDJOB=4290409
IDBENCH=141046
IDSOLVER=2743
FILE ID=node104/4290409-1532228904
RUNJOBID= node104-1532226534-30285
PBS_JOBID= 21018958
Free space on /tmp= 57208 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-07-02
BENCH NAME= XCSP18/NurseRostering/NurseRostering-16_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290409-1532228904/watcher-4290409-1532228904 -o /tmp/evaluation-result-4290409-1532228904/solver-4290409-1532228904 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532226534-30285 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 332950484 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290409-1532228904.xml

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

MD5SUM BENCH= 0b8e9565fd0b9c632a2b7d0ba913c3ff
RANDOM SEED=332950484

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        19884364 kB
MemAvailable:   30388044 kB
Buffers:          224448 kB
Cached:         10487912 kB
SwapCached:            0 kB
Active:          3415188 kB
Inactive:        8898980 kB
Active(anon):    1604308 kB
Inactive(anon):    17040 kB
Active(file):    1810880 kB
Inactive(file):  8881940 kB
Unevictable:        7224 kB
Mlocked:            7224 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             35720 kB
Writeback:             0 kB
AnonPages:       1608864 kB
Mapped:            48740 kB
Shmem:             17036 kB
Slab:             266760 kB
SReclaimable:     239320 kB
SUnreclaim:        27440 kB
KernelStack:        3520 kB
PageTables:         8384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2402880 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1531904 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 57172 MiB
End job on node104 at 2018-07-22 05:47:58