Trace number 4308098

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 NameAnswerCPU timeWall clock time
OscaR - Conflict Ordering with restarts 2018-08-14? (TO) 2520.09 2488.81

General information on the benchmark

NameDubois/
Dubois-040_c18.xml
MD5SUM45809745b970e21e8f924050121658bf
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.010022
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of constraints80
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":120}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":120}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":80}]
Number of extensional constraints80
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":80}]
Optimization problemNO
Type of objective

Solver Data

0.66/0.56	c version: 2018-08-14
0.66/0.56	c seed: 950742038
0.66/0.56	c timeout: 2520
0.66/0.56	c memlimit: 11000
0.66/0.56	c nbcore: 4
0.66/0.58	c Parsing instance...
1.56/1.08	c Parsing done, starting search...
2520.07/2488.80	s UNKNOWN

Verifier Data


Watcher Data

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

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

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

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

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

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

solver pid=4800, runsolver pid=4793

[startup+0.100093 s]*
/proc/loadavg: 1.02 1.46 1.81 4/216 4829
/proc/meminfo: memFree=23930820/32770624 swapFree=67108196/67108860
[pid=4800] ppid=4793 vsize=14082736 memory=30664 CPUtime=0.11 cores=0,2,4,6
/proc/4800/stat : 4800 (java) S 4793 4800 32759 0 -1 1077944320 6562 0 0 0 10 1 0 0 20 0 15 0 249937550 14420721664 7666 33554432000 4194304 4196468 140730301454512 140730301437056 139832228421367 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
/proc/4800/statm: 3520684 7666 3155 1 0 3482761 0
[pid=4800/tid=4803] ppid=4793 vsize=14082736 memory=3047711604724501878 CPUtime=0.09 cores=0,2,4,6
/proc/4800/task/4803/stat : 4803 (java) R 4793 4800 32759 0 -1 4202560 4611 0 0 0 8 1 0 0 20 0 15 0 249937550 14420721664 7666 33554432000 4194304 4196468 140730301454512 139832232642432 139832228443293 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4808] ppid=4793 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4808/stat : 4808 (java) S 4793 4800 32759 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249937551 14420721664 7666 33554432000 4194304 4196468 140730301454512 139832191528080 139832228431573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4809] ppid=4793 vsize=14082736 memory=140143920359040 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4809/stat : 4809 (java) S 4793 4800 32759 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249937551 14420721664 7666 33554432000 4194304 4196468 140730301454512 139831822969872 139832228431573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4810] ppid=4793 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4810/stat : 4810 (java) S 4793 4800 32759 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249937551 14420721664 7666 33554432000 4194304 4196468 140730301454512 139831821917072 139832228431573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4811] ppid=4793 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4811/stat : 4811 (java) S 4793 4800 32759 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249937551 14420721664 7666 33554432000 4194304 4196468 140730301454512 139831820864272 139832228431573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4813] ppid=4793 vsize=14082736 memory=140143920359040 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4813/stat : 4813 (java) S 4793 4800 32759 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249937552 14420721664 7666 33554432000 4194304 4196468 140730301454512 139831703337328 139832228432514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4815] ppid=4793 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4815/stat : 4815 (java) S 4793 4800 32759 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 249937553 14420721664 7666 33554432000 4194304 4196468 140730301454512 139831702283296 139832228431573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4817] ppid=4793 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4817/stat : 4817 (java) S 4793 4800 32759 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 249937553 14420721664 7666 33554432000 4194304 4196468 140730301454512 139831701230448 139832228431573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4822] ppid=4793 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4822/stat : 4822 (java) S 4793 4800 32759 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249937555 14420721664 7666 33554432000 4194304 4196468 140730301454512 139831700178768 139832228439963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4823] ppid=4793 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4823/stat : 4823 (java) S 4793 4800 32759 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 15 0 249937555 14420721664 7666 33554432000 4194304 4196468 140730301454512 139831699127152 139832228432514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4824] ppid=4793 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4824/stat : 4824 (java) S 4793 4800 32759 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249937555 14420721664 7666 33554432000 4194304 4196468 140730301454512 139831698074352 139832228432514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4825] ppid=4793 vsize=14082736 memory=140143920359040 CPUtime=0.01 cores=0,2,4,6
/proc/4800/task/4825/stat : 4825 (java) S 4793 4800 32759 0 -1 1077944384 284 0 0 0 1 0 0 0 20 0 15 0 249937555 14420721664 7666 33554432000 4194304 4196468 140730301454512 139831697021552 139832228432514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4827] ppid=4793 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4827/stat : 4827 (java) S 4793 4800 32759 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249937556 14420721664 7666 33554432000 4194304 4196468 140730301454512 139831695968992 139832228431573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4829] ppid=4793 vsize=14082736 memory=140143920359040 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4829/stat : 4829 (java) S 4793 4800 32759 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249937556 14420721664 7666 33554432000 4194304 4196468 140730301454512 139831694916272 139832228432514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 30664 KiB

[startup+0.212488 s]*
/proc/loadavg: 1.02 1.46 1.81 10/216 4829
/proc/meminfo: memFree=23898160/32770624 swapFree=67108196/67108860
[pid=4800] ppid=4793 vsize=14082736 memory=47292 CPUtime=0.29 cores=0,2,4,6
/proc/4800/stat : 4800 (java) S 4793 4800 32759 0 -1 1077944320 10410 0 0 0 27 2 0 0 20 0 15 0 249937550 14420721664 11823 33554432000 4194304 4196468 140730301454512 140730301437056 139832228421367 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
/proc/4800/statm: 3520684 11823 3381 1 0 3482761 0
[pid=4800/tid=4803] ppid=4793 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/4800/task/4803/stat : 4803 (java) R 4793 4800 32759 0 -1 4202560 8102 0 0 0 18 2 0 0 20 0 15 0 249937550 14420721664 11823 33554432000 4194304 4196468 140730301454512 139832232649248 139832212464997 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4808] ppid=4793 vsize=14082736 memory=365 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4808/stat : 4808 (java) S 4793 4800 32759 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249937551 14420721664 11823 33554432000 4194304 4196468 140730301454512 139832191528080 139832228431573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4809] ppid=4793 vsize=14082736 memory=140143921659925 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4809/stat : 4809 (java) S 4793 4800 32759 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249937551 14420721664 11823 33554432000 4194304 4196468 140730301454512 139831822969872 139832228431573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4810] ppid=4793 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4810/stat : 4810 (java) S 4793 4800 32759 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249937551 14420721664 11823 33554432000 4194304 4196468 140730301454512 139831821917072 139832228431573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4811] ppid=4793 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4811/stat : 4811 (java) S 4793 4800 32759 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249937551 14420721664 11823 33554432000 4194304 4196468 140730301454512 139831820864272 139832228431573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4813] ppid=4793 vsize=14082736 memory=140143920359040 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4813/stat : 4813 (java) S 4793 4800 32759 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 249937552 14420721664 11823 33554432000 4194304 4196468 140730301454512 139831703337328 139832228432514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4815] ppid=4793 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4815/stat : 4815 (java) S 4793 4800 32759 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 249937553 14420721664 11823 33554432000 4194304 4196468 140730301454512 139831702283296 139832228431573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4817] ppid=4793 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4817/stat : 4817 (java) S 4793 4800 32759 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 249937553 14420721664 11823 33554432000 4194304 4196468 140730301454512 139831701230448 139832228431573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4822] ppid=4793 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4822/stat : 4822 (java) S 4793 4800 32759 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249937555 14420721664 11823 33554432000 4194304 4196468 140730301454512 139831700178768 139832228439963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4823] ppid=4793 vsize=14082736 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/4800/task/4823/stat : 4823 (java) R 4793 4800 32759 0 -1 1077944384 496 0 0 0 1 0 0 0 20 0 15 0 249937555 14420721664 11823 33554432000 4194304 4196468 140730301454512 139831699127152 139832228432514 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4824] ppid=4793 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/4800/task/4824/stat : 4824 (java) R 4793 4800 32759 0 -1 4202560 102 0 0 0 1 0 0 0 20 0 15 0 249937555 14420721664 11823 33554432000 4194304 4196468 140730301454512 139831698074352 139832228442714 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4825] ppid=4793 vsize=14082736 memory=140143920359040 CPUtime=0.05 cores=0,2,4,6
/proc/4800/task/4825/stat : 4825 (java) R 4793 4800 32759 0 -1 4202560 334 0 0 0 5 0 0 0 20 0 15 0 249937555 14420721664 11823 33554432000 4194304 4196468 140730301454512 139831697018488 139832220658494 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4827] ppid=4793 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4827/stat : 4827 (java) S 4793 4800 32759 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249937556 14420721664 11823 33554432000 4194304 4196468 140730301454512 139831695968992 139832228431573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4829] ppid=4793 vsize=14082736 memory=140143920359040 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4829/stat : 4829 (java) S 4793 4800 32759 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249937556 14420721664 11823 33554432000 4194304 4196468 140730301454512 139831694916272 139832228432514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47292 KiB

[startup+0.310363 s]*
/proc/loadavg: 1.02 1.46 1.81 5/216 4829
/proc/meminfo: memFree=23891832/32770624 swapFree=67108196/67108860
[pid=4800] ppid=4793 vsize=14082736 memory=50596 CPUtime=0.43 cores=0,2,4,6
/proc/4800/stat : 4800 (java) S 4793 4800 32759 0 -1 1077944320 10817 0 0 0 40 3 0 0 20 0 15 0 249937550 14420721664 12649 33554432000 4194304 4196468 140730301454512 140730301437056 139832228421367 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
/proc/4800/statm: 3520684 12649 3384 1 0 3482761 0
[pid=4800/tid=4803] ppid=4793 vsize=14082736 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/4800/task/4803/stat : 4803 (java) R 4793 4800 32759 0 -1 4202560 8466 0 0 0 28 2 0 0 20 0 15 0 249937550 14420721664 12700 33554432000 4194304 4196468 140730301454512 139832232629200 139832212501854 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4808] ppid=4793 vsize=14082736 memory=14549 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4808/stat : 4808 (java) S 4793 4800 32759 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249937551 14420721664 12700 33554432000 4194304 4196468 140730301454512 139832191528080 139832228431573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4809] ppid=4793 vsize=14082736 memory=140143921665489 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4809/stat : 4809 (java) S 4793 4800 32759 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249937551 14420721664 12700 33554432000 4194304 4196468 140730301454512 139831822969872 139832228431573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4810] ppid=4793 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4810/stat : 4810 (java) S 4793 4800 32759 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249937551 14420721664 12700 33554432000 4194304 4196468 140730301454512 139831821917072 139832228431573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4811] ppid=4793 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4811/stat : 4811 (java) S 4793 4800 32759 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249937551 14420721664 12700 33554432000 4194304 4196468 140730301454512 139831820864272 139832228431573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4813] ppid=4793 vsize=14082736 memory=140143920359040 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4813/stat : 4813 (java) S 4793 4800 32759 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 249937552 14420721664 12700 33554432000 4194304 4196468 140730301454512 139831703337328 139832228432514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4815] ppid=4793 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4815/stat : 4815 (java) S 4793 4800 32759 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 249937553 14420721664 12700 33554432000 4194304 4196468 140730301454512 139831702283296 139832228431573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4817] ppid=4793 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4817/stat : 4817 (java) S 4793 4800 32759 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 249937553 14420721664 12700 33554432000 4194304 4196468 140730301454512 139831701230448 139832228431573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4822] ppid=4793 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4822/stat : 4822 (java) S 4793 4800 32759 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249937555 14420721664 12700 33554432000 4194304 4196468 140730301454512 139831700178768 139832228439963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4823] ppid=4793 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/4800/task/4823/stat : 4823 (java) S 4793 4800 32759 0 -1 1077944384 514 0 0 0 2 0 0 0 20 0 15 0 249937555 14420721664 12700 33554432000 4194304 4196468 140730301454512 139831699127152 139832228432514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4824] ppid=4793 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/4800/task/4824/stat : 4824 (java) S 4793 4800 32759 0 -1 1077944384 108 0 0 0 2 0 0 0 20 0 15 0 249937555 14420721664 12700 33554432000 4194304 4196468 140730301454512 139831698074352 139832228432514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4825] ppid=4793 vsize=14082736 memory=140143920359040 CPUtime=0.07 cores=0,2,4,6
/proc/4800/task/4825/stat : 4825 (java) S 4793 4800 32759 0 -1 1077944384 352 0 0 0 7 0 0 0 20 0 15 0 249937555 14420721664 12700 33554432000 4194304 4196468 140730301454512 139831697021552 139832228432514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4827] ppid=4793 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4827/stat : 4827 (java) S 4793 4800 32759 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249937556 14420721664 12700 33554432000 4194304 4196468 140730301454512 139831695968992 139832228431573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4829] ppid=4793 vsize=14082736 memory=140143920359040 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4829/stat : 4829 (java) S 4793 4800 32759 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249937556 14420721664 12700 33554432000 4194304 4196468 140730301454512 139831694916272 139832228432514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50596 KiB

[startup+0.70068 s]
/proc/loadavg: 1.02 1.46 1.81 4/216 4829
/proc/meminfo: memFree=23843216/32770624 swapFree=67108196/67108860
[pid=4800] ppid=4793 vsize=14084804 memory=88656 CPUtime=0.98 cores=0,2,4,6
/proc/4800/stat : 4800 (java) S 4793 4800 32759 0 -1 1077944320 17584 0 0 0 93 5 0 0 20 0 15 0 249937550 14422839296 22164 33554432000 4194304 4196468 140730301454512 140730301437056 139832228421367 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
/proc/4800/statm: 3521201 22164 3492 1 0 3483273 0
[pid=4800/tid=4803] ppid=4793 vsize=14084804 memory=15188 CPUtime=0.68 cores=0,2,4,6
/proc/4800/task/4803/stat : 4803 (java) R 4793 4800 32759 0 -1 4202560 14901 0 0 0 64 4 0 0 20 0 15 0 249937550 14422839296 22164 33554432000 4194304 4196468 140730301454512 139832232632240 139832212501854 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4808] ppid=4793 vsize=14084804 memory=38176 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4808/stat : 4808 (java) S 4793 4800 32759 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249937551 14422839296 22164 33554432000 4194304 4196468 140730301454512 139832191528080 139832228431573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4809] ppid=4793 vsize=14084804 memory=4028 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4809/stat : 4809 (java) S 4793 4800 32759 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249937551 14422839296 22164 33554432000 4194304 4196468 140730301454512 139831822969872 139832228431573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4810] ppid=4793 vsize=14084804 memory=15916 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4810/stat : 4810 (java) S 4793 4800 32759 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249937551 14422839296 22164 33554432000 4194304 4196468 140730301454512 139831821917072 139832228431573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4811] ppid=4793 vsize=14084804 memory=504 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4811/stat : 4811 (java) S 4793 4800 32759 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249937551 14422839296 22164 33554432000 4194304 4196468 140730301454512 139831820864272 139832228431573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4813] ppid=4793 vsize=14084804 memory=1704 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4813/stat : 4813 (java) S 4793 4800 32759 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 249937552 14422839296 22164 33554432000 4194304 4196468 140730301454512 139831703337328 139832228432514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4815] ppid=4793 vsize=14084804 memory=1176 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4815/stat : 4815 (java) S 4793 4800 32759 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 249937553 14422839296 22164 33554432000 4194304 4196468 140730301454512 139831702283296 139832228431573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4817] ppid=4793 vsize=14084804 memory=932 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4817/stat : 4817 (java) S 4793 4800 32759 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 249937553 14422839296 22164 33554432000 4194304 4196468 140730301454512 139831701230448 139832228431573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4822] ppid=4793 vsize=14084804 memory=2056 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4822/stat : 4822 (java) S 4793 4800 32759 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249937555 14422839296 22164 33554432000 4194304 4196468 140730301454512 139831700178768 139832228439963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4823] ppid=4793 vsize=14084804 memory=928 CPUtime=0.06 cores=0,2,4,6
/proc/4800/task/4823/stat : 4823 (java) S 4793 4800 32759 0 -1 1077944384 646 0 0 0 6 0 0 0 20 0 15 0 249937555 14422839296 22164 33554432000 4194304 4196468 140730301454512 139831699127152 139832228432514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4824] ppid=4793 vsize=14084804 memory=6153431502485414761 CPUtime=0.08 cores=0,2,4,6
/proc/4800/task/4824/stat : 4824 (java) S 4793 4800 32759 0 -1 1077944384 240 0 0 0 8 0 0 0 20 0 15 0 249937555 14422839296 22164 33554432000 4194304 4196468 140730301454512 139831698074352 139832228432514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4825] ppid=4793 vsize=14084804 memory=7237400420957055065 CPUtime=0.14 cores=0,2,4,6
/proc/4800/task/4825/stat : 4825 (java) S 4793 4800 32759 0 -1 1077944384 416 0 0 0 14 0 0 0 20 0 15 0 249937555 14422839296 22164 33554432000 4194304 4196468 140730301454512 139831697021552 139832228432514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4827] ppid=4793 vsize=14084804 memory=6154282490091891024 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4827/stat : 4827 (java) S 4793 4800 32759 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249937556 14422839296 22164 33554432000 4194304 4196468 140730301454512 139831695968992 139832228431573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4829] ppid=4793 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4829/stat : 4829 (java) S 4793 4800 32759 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249937556 14422839296 22164 33554432000 4194304 4196468 140730301454512 139831694916272 139832228432514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88656 KiB

[startup+1.50074 s]
/proc/loadavg: 1.02 1.46 1.81 4/216 4829
/proc/meminfo: memFree=23777332/32770624 swapFree=67108196/67108860
[pid=4800] ppid=4793 vsize=14088900 memory=189176 CPUtime=2.71 cores=0,2,4,6
/proc/4800/stat : 4800 (java) S 4793 4800 32759 0 -1 1077944320 24927 0 0 0 263 8 0 0 20 0 15 0 249937550 14427033600 47294 33554432000 4194304 4196468 140730301454512 140730301437056 139832228421367 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
/proc/4800/statm: 3522225 47294 3541 1 0 3484297 0
[pid=4800/tid=4803] ppid=4793 vsize=14088900 memory=0 CPUtime=1.47 cores=0,2,4,6
/proc/4800/task/4803/stat : 4803 (java) R 4793 4800 32759 0 -1 4202560 19480 0 0 0 141 6 0 0 20 0 15 0 249937550 14427033600 47294 33554432000 4194304 4196468 140730301454512 139832232656176 139831869010200 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4808] ppid=4793 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4808/stat : 4808 (java) S 4793 4800 32759 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249937551 14427033600 47294 33554432000 4194304 4196468 140730301454512 139832191528080 139832228431573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4809] ppid=4793 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4809/stat : 4809 (java) S 4793 4800 32759 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249937551 14427033600 47294 33554432000 4194304 4196468 140730301454512 139831822969872 139832228431573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4810] ppid=4793 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4810/stat : 4810 (java) S 4793 4800 32759 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249937551 14427033600 47294 33554432000 4194304 4196468 140730301454512 139831821917072 139832228431573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4811] ppid=4793 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4811/stat : 4811 (java) S 4793 4800 32759 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249937551 14427033600 47294 33554432000 4194304 4196468 140730301454512 139831820864272 139832228431573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4813] ppid=4793 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4813/stat : 4813 (java) S 4793 4800 32759 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 249937552 14427033600 47294 33554432000 4194304 4196468 140730301454512 139831703337328 139832228432514 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0

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

/proc/4800/task/4803/stat : 4803 (java) R 4793 4800 32759 0 -1 4202560 51971 0 0 0 229891 33 0 0 20 0 15 0 249937550 14429130752 77741 33554432000 4194304 4196468 140730301454512 139832232659520 139831868675463 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4808] ppid=4793 vsize=14090948 memory=310964 CPUtime=9.81 cores=0,2,4,6
/proc/4800/task/4808/stat : 4808 (java) S 4793 4800 32759 0 -1 1077944384 4413 0 0 0 920 61 0 0 20 0 15 0 249937551 14429130752 77741 33554432000 4194304 4196468 140730301454512 139832191528080 139832228431573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4809] ppid=4793 vsize=14090948 memory=310964 CPUtime=9.78 cores=0,2,4,6
/proc/4800/task/4809/stat : 4809 (java) S 4793 4800 32759 0 -1 1077944384 3345 0 0 0 920 58 0 0 20 0 15 0 249937551 14429130752 77741 33554432000 4194304 4196468 140730301454512 139831822969872 139832228431573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4810] ppid=4793 vsize=14090948 memory=310964 CPUtime=9.78 cores=0,2,4,6
/proc/4800/task/4810/stat : 4810 (java) S 4793 4800 32759 0 -1 1077944384 3015 0 0 0 912 66 0 0 20 0 15 0 249937551 14429130752 77741 33554432000 4194304 4196468 140730301454512 139831821917072 139832228431573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4811] ppid=4793 vsize=14090948 memory=310964 CPUtime=9.82 cores=0,2,4,6
/proc/4800/task/4811/stat : 4811 (java) S 4793 4800 32759 0 -1 1077944384 3948 0 0 0 918 64 0 0 20 0 15 0 249937551 14429130752 77741 33554432000 4194304 4196468 140730301454512 139831820864272 139832228431573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4813] ppid=4793 vsize=14090948 memory=310964 CPUtime=9.62 cores=0,2,4,6
/proc/4800/task/4813/stat : 4813 (java) S 4793 4800 32759 0 -1 1077944384 6317 0 0 0 901 61 0 0 20 0 15 0 249937552 14429130752 77741 33554432000 4194304 4196468 140730301454512 139831703337328 139832228432514 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 31 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4815] ppid=4793 vsize=14090948 memory=310964 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4815/stat : 4815 (java) S 4793 4800 32759 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 249937553 14429130752 77741 33554432000 4194304 4196468 140730301454512 139831702283360 139832228431573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4817] ppid=4793 vsize=14090948 memory=310964 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4817/stat : 4817 (java) S 4793 4800 32759 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 249937553 14429130752 77741 33554432000 4194304 4196468 140730301454512 139831701230464 139832228431573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4822] ppid=4793 vsize=14090948 memory=1124 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4822/stat : 4822 (java) S 4793 4800 32759 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249937555 14429130752 77741 33554432000 4194304 4196468 140730301454512 139831700178768 139832228439963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4823] ppid=4793 vsize=14090948 memory=1824 CPUtime=0.6 cores=0,2,4,6
/proc/4800/task/4823/stat : 4823 (java) S 4793 4800 32759 0 -1 1077944384 4074 0 0 0 59 1 0 0 20 0 15 0 249937555 14429130752 77741 33554432000 4194304 4196468 140730301454512 139831699127152 139832228432514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4824] ppid=4793 vsize=14090948 memory=3760 CPUtime=0.62 cores=0,2,4,6
/proc/4800/task/4824/stat : 4824 (java) S 4793 4800 32759 0 -1 1077944384 2730 0 0 0 62 0 0 0 20 0 15 0 249937555 14429130752 77741 33554432000 4194304 4196468 140730301454512 139831698074352 139832228432514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4825] ppid=4793 vsize=14090948 memory=916 CPUtime=0.42 cores=0,2,4,6
/proc/4800/task/4825/stat : 4825 (java) S 4793 4800 32759 0 -1 1077944384 3985 0 0 0 41 1 0 0 20 0 15 0 249937555 14429130752 77741 33554432000 4194304 4196468 140730301454512 139831697021552 139832228432514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4827] ppid=4793 vsize=14090948 memory=310964 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4827/stat : 4827 (java) S 4793 4800 32759 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249937556 14429130752 77741 33554432000 4194304 4196468 140730301454512 139831695968992 139832228431573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4829] ppid=4793 vsize=14090948 memory=1704 CPUtime=1.19 cores=0,2,4,6
/proc/4800/task/4829/stat : 4829 (java) S 4793 4800 32759 0 -1 1077944384 1440 0 0 0 62 57 0 0 20 0 15 0 249937556 14429130752 77741 33554432000 4194304 4196468 140730301454512 139831694916272 139832228432514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 32 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
Current children cumulated CPU time: 2351 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 310964 KiB

[startup+2382.3 s]
/proc/loadavg: 1.41 1.32 1.33 4/216 4902
/proc/meminfo: memFree=23365324/32770624 swapFree=67108196/67108860
[pid=4800] ppid=4793 vsize=14090948 memory=315060 CPUtime=2411.92 cores=0,2,4,6
/proc/4800/stat : 4800 (java) S 4793 4800 32759 0 -1 1077944320 88045 0 0 0 240861 331 0 0 20 0 15 0 249937550 14429130752 78765 33554432000 4194304 4196468 140730301454512 140730301437056 139832228421367 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
/proc/4800/statm: 3522737 78765 3569 1 0 3484809 0
[pid=4800/tid=4803] ppid=4793 vsize=14090948 memory=2304 CPUtime=2358.58 cores=0,2,4,6
/proc/4800/task/4803/stat : 4803 (java) R 4793 4800 32759 0 -1 4202560 52825 0 0 0 235824 34 0 0 20 0 15 0 249937550 14429130752 78765 33554432000 4194304 4196468 140730301454512 139832232659408 139831869311497 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4808] ppid=4793 vsize=14090948 memory=315060 CPUtime=10.14 cores=0,2,4,6
/proc/4800/task/4808/stat : 4808 (java) S 4793 4800 32759 0 -1 1077944384 4499 0 0 0 952 62 0 0 20 0 15 0 249937551 14429130752 78765 33554432000 4194304 4196468 140730301454512 139832191528080 139832228431573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4809] ppid=4793 vsize=14090948 memory=315060 CPUtime=10.11 cores=0,2,4,6
/proc/4800/task/4809/stat : 4809 (java) S 4793 4800 32759 0 -1 1077944384 3488 0 0 0 952 59 0 0 20 0 15 0 249937551 14429130752 78765 33554432000 4194304 4196468 140730301454512 139831822969872 139832228431573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4810] ppid=4793 vsize=14090948 memory=315060 CPUtime=10.11 cores=0,2,4,6
/proc/4800/task/4810/stat : 4810 (java) S 4793 4800 32759 0 -1 1077944384 3096 0 0 0 944 67 0 0 20 0 15 0 249937551 14429130752 78765 33554432000 4194304 4196468 140730301454512 139831821917072 139832228431573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4811] ppid=4793 vsize=14090948 memory=315060 CPUtime=10.14 cores=0,2,4,6
/proc/4800/task/4811/stat : 4811 (java) S 4793 4800 32759 0 -1 1077944384 3974 0 0 0 948 66 0 0 20 0 15 0 249937551 14429130752 78765 33554432000 4194304 4196468 140730301454512 139831820864272 139832228431573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4813] ppid=4793 vsize=14090948 memory=310964 CPUtime=9.87 cores=0,2,4,6
/proc/4800/task/4813/stat : 4813 (java) S 4793 4800 32759 0 -1 1077944384 6492 0 0 0 924 63 0 0 20 0 15 0 249937552 14429130752 78765 33554432000 4194304 4196468 140730301454512 139831703337328 139832228432514 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 31 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4815] ppid=4793 vsize=14090948 memory=315060 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4815/stat : 4815 (java) S 4793 4800 32759 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 249937553 14429130752 78765 33554432000 4194304 4196468 140730301454512 139831702283360 139832228431573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4817] ppid=4793 vsize=14090948 memory=313012 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4817/stat : 4817 (java) S 4793 4800 32759 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 249937553 14429130752 78765 33554432000 4194304 4196468 140730301454512 139831701230464 139832228431573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4822] ppid=4793 vsize=14090948 memory=315060 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4822/stat : 4822 (java) S 4793 4800 32759 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249937555 14429130752 78765 33554432000 4194304 4196468 140730301454512 139831700178768 139832228439963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4823] ppid=4793 vsize=14090948 memory=3760 CPUtime=0.6 cores=0,2,4,6
/proc/4800/task/4823/stat : 4823 (java) S 4793 4800 32759 0 -1 1077944384 4076 0 0 0 59 1 0 0 20 0 15 0 249937555 14429130752 78765 33554432000 4194304 4196468 140730301454512 139831699127152 139832228432514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4824] ppid=4793 vsize=14090948 memory=313012 CPUtime=0.62 cores=0,2,4,6
/proc/4800/task/4824/stat : 4824 (java) S 4793 4800 32759 0 -1 1077944384 2732 0 0 0 62 0 0 0 20 0 15 0 249937555 14429130752 78765 33554432000 4194304 4196468 140730301454512 139831698074352 139832228432514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4825] ppid=4793 vsize=14090948 memory=288230596050944315 CPUtime=0.42 cores=0,2,4,6
/proc/4800/task/4825/stat : 4825 (java) S 4793 4800 32759 0 -1 1077944384 3987 0 0 0 41 1 0 0 20 0 15 0 249937555 14429130752 78765 33554432000 4194304 4196468 140730301454512 139831697021552 139832228432514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4827] ppid=4793 vsize=14090948 memory=844 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4827/stat : 4827 (java) S 4793 4800 32759 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249937556 14429130752 78765 33554432000 4194304 4196468 140730301454512 139831695968992 139832228431573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4829] ppid=4793 vsize=14090948 memory=10072 CPUtime=1.22 cores=0,2,4,6
/proc/4800/task/4829/stat : 4829 (java) S 4793 4800 32759 0 -1 1077944384 1454 0 0 0 64 58 0 0 20 0 15 0 249937556 14429130752 78765 33554432000 4194304 4196468 140730301454512 139831694916272 139832228432514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 32 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
Current children cumulated CPU time: 2411.92 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 315060 KiB

[startup+2442.3 s]
/proc/loadavg: 1.38 1.34 1.33 4/216 4903
/proc/meminfo: memFree=23360652/32770624 swapFree=67108196/67108860
[pid=4800] ppid=4793 vsize=14090948 memory=317108 CPUtime=2472.8 cores=0,2,4,6
/proc/4800/stat : 4800 (java) S 4793 4800 32759 0 -1 1077944320 89273 0 0 0 246943 337 0 0 20 0 15 0 249937550 14429130752 79277 33554432000 4194304 4196468 140730301454512 140730301437056 139832228421367 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
/proc/4800/statm: 3522737 79277 3569 1 0 3484809 0
[pid=4800/tid=4803] ppid=4793 vsize=14090948 memory=315060 CPUtime=2417.96 cores=0,2,4,6
/proc/4800/task/4803/stat : 4803 (java) R 4793 4800 32759 0 -1 4202560 53535 0 0 0 241761 35 0 0 20 0 15 0 249937550 14429130752 79277 33554432000 4194304 4196468 140730301454512 139832232659520 139831869008884 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4808] ppid=4793 vsize=14090948 memory=315060 CPUtime=10.44 cores=0,2,4,6
/proc/4800/task/4808/stat : 4808 (java) S 4793 4800 32759 0 -1 1077944384 4644 0 0 0 981 63 0 0 20 0 15 0 249937551 14429130752 79277 33554432000 4194304 4196468 140730301454512 139832191528080 139832228431573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4809] ppid=4793 vsize=14090948 memory=317108 CPUtime=10.42 cores=0,2,4,6
/proc/4800/task/4809/stat : 4809 (java) S 4793 4800 32759 0 -1 1077944384 3515 0 0 0 982 60 0 0 20 0 15 0 249937551 14429130752 79277 33554432000 4194304 4196468 140730301454512 139831822969872 139832228431573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4810] ppid=4793 vsize=14090948 memory=317108 CPUtime=10.42 cores=0,2,4,6
/proc/4800/task/4810/stat : 4810 (java) S 4793 4800 32759 0 -1 1077944384 3162 0 0 0 974 68 0 0 20 0 15 0 249937551 14429130752 79277 33554432000 4194304 4196468 140730301454512 139831821917072 139832228431573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4811] ppid=4793 vsize=14090948 memory=317108 CPUtime=10.45 cores=0,2,4,6
/proc/4800/task/4811/stat : 4811 (java) S 4793 4800 32759 0 -1 1077944384 4059 0 0 0 978 67 0 0 20 0 15 0 249937551 14429130752 79277 33554432000 4194304 4196468 140730301454512 139831820864272 139832228431573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4813] ppid=4793 vsize=14090948 memory=317108 CPUtime=10.1 cores=0,2,4,6
/proc/4800/task/4813/stat : 4813 (java) S 4793 4800 32759 0 -1 1077944384 6666 0 0 0 946 64 0 0 20 0 15 0 249937552 14429130752 79277 33554432000 4194304 4196468 140730301454512 139831703337328 139832228432514 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 31 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4815] ppid=4793 vsize=14090948 memory=317108 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4815/stat : 4815 (java) S 4793 4800 32759 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 249937553 14429130752 79277 33554432000 4194304 4196468 140730301454512 139831702283360 139832228431573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4817] ppid=4793 vsize=14090948 memory=317108 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4817/stat : 4817 (java) S 4793 4800 32759 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 249937553 14429130752 79277 33554432000 4194304 4196468 140730301454512 139831701230464 139832228431573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4822] ppid=4793 vsize=14090948 memory=317108 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4822/stat : 4822 (java) S 4793 4800 32759 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249937555 14429130752 79277 33554432000 4194304 4196468 140730301454512 139831700178768 139832228439963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4823] ppid=4793 vsize=14090948 memory=317108 CPUtime=0.61 cores=0,2,4,6
/proc/4800/task/4823/stat : 4823 (java) S 4793 4800 32759 0 -1 1077944384 4078 0 0 0 60 1 0 0 20 0 15 0 249937555 14429130752 79277 33554432000 4194304 4196468 140730301454512 139831699127152 139832228432514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4824] ppid=4793 vsize=14090948 memory=317108 CPUtime=0.62 cores=0,2,4,6
/proc/4800/task/4824/stat : 4824 (java) S 4793 4800 32759 0 -1 1077944384 2734 0 0 0 62 0 0 0 20 0 15 0 249937555 14429130752 79277 33554432000 4194304 4196468 140730301454512 139831698074352 139832228432514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4825] ppid=4793 vsize=14090948 memory=1124 CPUtime=0.43 cores=0,2,4,6
/proc/4800/task/4825/stat : 4825 (java) S 4793 4800 32759 0 -1 1077944384 3989 0 0 0 42 1 0 0 20 0 15 0 249937555 14429130752 79277 33554432000 4194304 4196468 140730301454512 139831697021552 139832228432514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4827] ppid=4793 vsize=14090948 memory=317108 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4827/stat : 4827 (java) S 4793 4800 32759 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249937556 14429130752 79277 33554432000 4194304 4196468 140730301454512 139831695968992 139832228431573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4829] ppid=4793 vsize=14090948 memory=317108 CPUtime=1.25 cores=0,2,4,6
/proc/4800/task/4829/stat : 4829 (java) S 4793 4800 32759 0 -1 1077944384 1469 0 0 0 66 59 0 0 20 0 15 0 249937556 14429130752 79277 33554432000 4194304 4196468 140730301454512 139831694916272 139832228432514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 32 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
Current children cumulated CPU time: 2472.8 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 317108 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2488.8 s]
/proc/loadavg: 1.26 1.32 1.32 4/216 4904
/proc/meminfo: memFree=23356544/32770624 swapFree=67108196/67108860
[pid=4800] ppid=4793 vsize=14090948 memory=319156 CPUtime=2520.07 cores=0,2,4,6
/proc/4800/stat : 4800 (java) S 4793 4800 32759 0 -1 1077944320 90361 0 0 0 251664 343 0 0 20 0 15 0 249937550 14429130752 79789 33554432000 4194304 4196468 140730301454512 140730301437056 139832228421367 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
/proc/4800/statm: 3522737 79789 3569 1 0 3484809 0
[pid=4800/tid=4803] ppid=4793 vsize=14090948 memory=916 CPUtime=2463.93 cores=0,2,4,6
/proc/4800/task/4803/stat : 4803 (java) R 4793 4800 32759 0 -1 4202560 54162 0 0 0 246357 36 0 0 20 0 15 0 249937550 14429130752 79789 33554432000 4194304 4196468 140730301454512 139832232659552 139831869008624 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4808] ppid=4793 vsize=14090948 memory=3848 CPUtime=10.71 cores=0,2,4,6
/proc/4800/task/4808/stat : 4808 (java) S 4793 4800 32759 0 -1 1077944384 4651 0 0 0 1007 64 0 0 20 0 15 0 249937551 14429130752 79789 33554432000 4194304 4196468 140730301454512 139832191528080 139832228431573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4809] ppid=4793 vsize=14090948 memory=67932 CPUtime=10.69 cores=0,2,4,6
/proc/4800/task/4809/stat : 4809 (java) S 4793 4800 32759 0 -1 1077944384 3581 0 0 0 1007 62 0 0 20 0 15 0 249937551 14429130752 79789 33554432000 4194304 4196468 140730301454512 139831822969872 139832228431573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4810] ppid=4793 vsize=14090948 memory=1224 CPUtime=10.69 cores=0,2,4,6
/proc/4800/task/4810/stat : 4810 (java) S 4793 4800 32759 0 -1 1077944384 3180 0 0 0 1000 69 0 0 20 0 15 0 249937551 14429130752 79789 33554432000 4194304 4196468 140730301454512 139831821917072 139832228431573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4811] ppid=4793 vsize=14090948 memory=2180 CPUtime=10.72 cores=0,2,4,6
/proc/4800/task/4811/stat : 4811 (java) S 4793 4800 32759 0 -1 1077944384 4238 0 0 0 1004 68 0 0 20 0 15 0 249937551 14429130752 79789 33554432000 4194304 4196468 140730301454512 139831820864272 139832228431573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4813] ppid=4793 vsize=14090948 memory=1752 CPUtime=10.31 cores=0,2,4,6
/proc/4800/task/4813/stat : 4813 (java) S 4793 4800 32759 0 -1 1077944384 6838 0 0 0 966 65 0 0 20 0 15 0 249937552 14429130752 79789 33554432000 4194304 4196468 140730301454512 139831703337328 139832228432514 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 31 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4815] ppid=4793 vsize=14090948 memory=844 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4815/stat : 4815 (java) S 4793 4800 32759 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 249937553 14429130752 79789 33554432000 4194304 4196468 140730301454512 139831702283360 139832228431573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4817] ppid=4793 vsize=14090948 memory=10072 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4817/stat : 4817 (java) S 4793 4800 32759 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 249937553 14429130752 79789 33554432000 4194304 4196468 140730301454512 139831701230464 139832228431573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4822] ppid=4793 vsize=14090948 memory=319156 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4822/stat : 4822 (java) S 4793 4800 32759 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249937555 14429130752 79789 33554432000 4194304 4196468 140730301454512 139831700178768 139832228439963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4823] ppid=4793 vsize=14090948 memory=752 CPUtime=0.61 cores=0,2,4,6
/proc/4800/task/4823/stat : 4823 (java) S 4793 4800 32759 0 -1 1077944384 4080 0 0 0 60 1 0 0 20 0 15 0 249937555 14429130752 79789 33554432000 4194304 4196468 140730301454512 139831699127152 139832228432514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4824] ppid=4793 vsize=14090948 memory=1124 CPUtime=0.62 cores=0,2,4,6
/proc/4800/task/4824/stat : 4824 (java) S 4793 4800 32759 0 -1 1077944384 2736 0 0 0 62 0 0 0 20 0 15 0 249937555 14429130752 79789 33554432000 4194304 4196468 140730301454512 139831698074352 139832228432514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4825] ppid=4793 vsize=14090948 memory=1824 CPUtime=0.43 cores=0,2,4,6
/proc/4800/task/4825/stat : 4825 (java) S 4793 4800 32759 0 -1 1077944384 3991 0 0 0 42 1 0 0 20 0 15 0 249937555 14429130752 79789 33554432000 4194304 4196468 140730301454512 139831697021552 139832228432514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4827] ppid=4793 vsize=14090948 memory=1356 CPUtime=0 cores=0,2,4,6
/proc/4800/task/4827/stat : 4827 (java) S 4793 4800 32759 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249937556 14429130752 79789 33554432000 4194304 4196468 140730301454512 139831695968992 139832228431573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
[pid=4800/tid=4829] ppid=4793 vsize=14090948 memory=4140 CPUtime=1.27 cores=0,2,4,6
/proc/4800/task/4829/stat : 4829 (java) S 4793 4800 32759 0 -1 1077944384 1482 0 0 0 67 60 0 0 20 0 15 0 249937556 14429130752 79789 33554432000 4194304 4196468 140730301454512 139831694916272 139832228432514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 32 0 0 6293624 6294260 6991872 140730301457481 140730301457673 140730301457673 140730301460431 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 319156 KiB

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

[startup+2488.81 s]
# the end of solver process 4800 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.65 s, system=3.43972 s

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

Child status: 143
Real time (s): 2488.81
CPU time (s): 2520.09
CPU user time (s): 2516.65
CPU system time (s): 3.43972
CPU usage (%): 101.257
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 319156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.65
system time used= 3.43972
maximum resident set size= 319712
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90583
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= 333499
involuntary context switches= 7784


# summary of solver processes directly reported to runsolver:
#   pid: 4800
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2516.65
#   total CPU system time (s): 3.43972

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.9687 second user time and 23.9102 second system time

The end

Launcher Data

Begin job on node151 at 2018-08-15 11:02:23
IDJOB=4308098
IDBENCH=141404
IDSOLVER=2791
FILE ID=node151/4308098-1534323743
RUNJOBID= node151-1534323743-4770
PBS_JOBID= 21038135
Free space on /tmp= 43900 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/Dubois/Dubois-040_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-4308098-1534323743/watcher-4308098-1534323743 -o /tmp/evaluation-result-4308098-1534323743/solver-4308098-1534323743 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534323743-4770 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 950742038 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308098-1534323743.xml

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

MD5SUM BENCH= 45809745b970e21e8f924050121658bf
RANDOM SEED=950742038

node151.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.87
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.87
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.87
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.87
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:        23967868 kB
MemAvailable:   31897020 kB
Buffers:          173896 kB
Cached:          7986588 kB
SwapCached:           12 kB
Active:          4194704 kB
Inactive:        4019288 kB
Active(anon):       3720 kB
Inactive(anon):   110776 kB
Active(file):    4190984 kB
Inactive(file):  3908512 kB
Unevictable:        7820 kB
Mlocked:            7820 kB
SwapTotal:      67108860 kB
SwapFree:       67108196 kB
Dirty:             71624 kB
Writeback:             0 kB
AnonPages:         61824 kB
Mapped:            56280 kB
Shmem:             57716 kB
Slab:             286188 kB
SReclaimable:     258116 kB
SUnreclaim:        28072 kB
KernelStack:        3264 kB
PageTables:         5012 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     359588 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 43832 MiB
End job on node151 at 2018-08-15 11:43:53