Trace number 4290364

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.12 2365.62

General information on the benchmark

NamePseudoBoolean-opt/
Pb-circ8-3_c18.xml
MD5SUM7db04233d06e2f858d703f8c476ffab2
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark176
Best CPU time to get the best result obtained on this benchmark2520.05
Satisfiable
(Un)Satisfiability was proved
Number of variables1344
Number of constraints16096
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":1344}]
Minimum variable degree16
Maximum variable degree158
Distribution of variable degrees[{"degree":16,"count":16},{"degree":17,"count":112},{"degree":24,"count":16},{"degree":25,"count":16},{"degree":26,"count":120},{"degree":34,"count":56},{"degree":40,"count":336},{"degree":47,"count":56},{"degree":60,"count":56},{"degree":72,"count":56},{"degree":84,"count":56},{"degree":96,"count":56},{"degree":108,"count":56},{"degree":120,"count":56},{"degree":132,"count":56},{"degree":144,"count":56},{"degree":154,"count":56},{"degree":155,"count":56},{"degree":158,"count":56}]
Minimum constraint arity2
Maximum constraint arity28
Distribution of constraint arities[{"arity":2,"count":1624},{"arity":3,"count":6496},{"arity":4,"count":760},{"arity":5,"count":672},{"arity":6,"count":672},{"arity":7,"count":912},{"arity":8,"count":784},{"arity":9,"count":672},{"arity":10,"count":672},{"arity":11,"count":672},{"arity":12,"count":672},{"arity":13,"count":672},{"arity":14,"count":728},{"arity":28,"count":88}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":16096}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.68/0.55	c version: 2018-07-02
0.68/0.55	c seed: 1572265901
0.68/0.56	c timeout: 2400
0.68/0.56	c memlimit: 11000
0.68/0.56	c nbcore: 4
0.68/0.58	c Parsing instance...
6.61/2.78	c Parsing done, starting search...
2400.07/2365.61	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 (8627 MiB free)
  memory of node 1: 16384 MiB (11208 MiB free)
  node distances:
     10  21
     21  10

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

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

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=30815, runsolver pid=30812

[startup+0.100163 s]*
/proc/loadavg: 1.61 1.34 1.35 3/215 30830
/proc/meminfo: memFree=20294312/32770624 swapFree=67108860/67108860
[pid=30815] ppid=30812 vsize=14082740 memory=31444 CPUtime=0.12 cores=0,2,4,6
/proc/30815/stat : 30815 (java) S 30812 30815 30253 0 -1 1077944320 6770 0 0 0 11 1 0 0 20 0 15 0 40692412 14420725760 7861 33554432000 4194304 4196468 140736971138224 140736971120768 140427252039415 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
/proc/30815/statm: 3520685 7861 3152 1 0 3482761 0
[pid=30815/tid=30817] ppid=30812 vsize=14082740 memory=-8701690554792186239 CPUtime=0.09 cores=0,2,4,6
/proc/30815/task/30817/stat : 30817 (java) R 30812 30815 30253 0 -1 4202560 4804 0 0 0 9 0 0 0 20 0 15 0 40692412 14420725760 7861 33554432000 4194304 4196468 140736971138224 140427256260480 140427252061341 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30818] ppid=30812 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30818/stat : 30818 (java) S 30812 30815 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40692413 14420725760 7861 33554432000 4194304 4196468 140736971138224 140427182127376 140427252049621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30819] ppid=30812 vsize=14082740 memory=139754154849920 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30819/stat : 30819 (java) S 30812 30815 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40692413 14420725760 7861 33554432000 4194304 4196468 140736971138224 140427181074832 140427252049621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30820] ppid=30812 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30820/stat : 30820 (java) S 30812 30815 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40692413 14420725760 7861 33554432000 4194304 4196468 140736971138224 140427180022288 140427252049621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30821] ppid=30812 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30821/stat : 30821 (java) S 30812 30815 30253 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40692413 14420725760 7861 33554432000 4194304 4196468 140736971138224 140427178969744 140427252049621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30822] ppid=30812 vsize=14082740 memory=139754154849920 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30822/stat : 30822 (java) S 30812 30815 30253 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40692414 14420725760 7861 33554432000 4194304 4196468 140736971138224 140426726717936 140427252050562 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30823] ppid=30812 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30823/stat : 30823 (java) S 30812 30815 30253 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40692415 14420725760 7861 33554432000 4194304 4196468 140736971138224 140426725664160 140427252049621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30824] ppid=30812 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30824/stat : 30824 (java) S 30812 30815 30253 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40692415 14420725760 7861 33554432000 4194304 4196468 140736971138224 140426724611568 140427252049621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30825] ppid=30812 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30825/stat : 30825 (java) S 30812 30815 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40692417 14420725760 7861 33554432000 4194304 4196468 140736971138224 140426723560144 140427252058011 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30826] ppid=30812 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30826/stat : 30826 (java) S 30812 30815 30253 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 15 0 40692417 14420725760 7861 33554432000 4194304 4196468 140736971138224 140426722506736 140427252050562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30827] ppid=30812 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30827/stat : 30827 (java) S 30812 30815 30253 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 40692417 14420725760 7861 33554432000 4194304 4196468 140736971138224 140426721454192 140427252050562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30828] ppid=30812 vsize=14082740 memory=139754154849920 CPUtime=0.01 cores=0,2,4,6
/proc/30815/task/30828/stat : 30828 (java) R 30812 30815 30253 0 -1 4202560 288 0 0 0 1 0 0 0 20 0 15 0 40692417 14420725760 7861 33554432000 4194304 4196468 140736971138224 140426720401648 140427252051350 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30829] ppid=30812 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30829/stat : 30829 (java) S 30812 30815 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40692417 14420725760 7861 33554432000 4194304 4196468 140736971138224 140426719349344 140427252049621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30830] ppid=30812 vsize=14082740 memory=139754154849920 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30830/stat : 30830 (java) S 30812 30815 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40692418 14420725760 7861 33554432000 4194304 4196468 140736971138224 140426718296880 140427252050562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 31444 KiB

[startup+0.210391 s]*
/proc/loadavg: 1.61 1.34 1.35 5/215 30830
/proc/meminfo: memFree=20278900/32770624 swapFree=67108860/67108860
[pid=30815] ppid=30812 vsize=14082740 memory=46996 CPUtime=0.31 cores=0,2,4,6
/proc/30815/stat : 30815 (java) S 30812 30815 30253 0 -1 1077944320 10415 0 0 0 29 2 0 0 20 0 15 0 40692412 14420725760 11749 33554432000 4194304 4196468 140736971138224 140736971120768 140427252039415 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
/proc/30815/statm: 3520685 11749 3342 1 0 3482761 0
[pid=30815/tid=30817] ppid=30812 vsize=14082740 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/30815/task/30817/stat : 30817 (java) R 30812 30815 30253 0 -1 4202560 8147 0 0 0 19 1 0 0 20 0 15 0 40692412 14420725760 11749 33554432000 4194304 4196468 140736971138224 140427256267952 140426858337101 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30818] ppid=30812 vsize=14082740 memory=343 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30818/stat : 30818 (java) S 30812 30815 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40692413 14420725760 11749 33554432000 4194304 4196468 140736971138224 140427182127376 140427252049621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30819] ppid=30812 vsize=14082740 memory=139754154879982 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30819/stat : 30819 (java) S 30812 30815 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40692413 14420725760 11749 33554432000 4194304 4196468 140736971138224 140427181074832 140427252049621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30820] ppid=30812 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30820/stat : 30820 (java) S 30812 30815 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40692413 14420725760 11749 33554432000 4194304 4196468 140736971138224 140427180022288 140427252049621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30821] ppid=30812 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30821/stat : 30821 (java) S 30812 30815 30253 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40692413 14420725760 11749 33554432000 4194304 4196468 140736971138224 140427178969744 140427252049621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30822] ppid=30812 vsize=14082740 memory=139754154849920 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30822/stat : 30822 (java) S 30812 30815 30253 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40692414 14420725760 11749 33554432000 4194304 4196468 140736971138224 140426726717936 140427252050562 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30823] ppid=30812 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30823/stat : 30823 (java) S 30812 30815 30253 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40692415 14420725760 11749 33554432000 4194304 4196468 140736971138224 140426725664160 140427252049621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30824] ppid=30812 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30824/stat : 30824 (java) S 30812 30815 30253 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40692415 14420725760 11749 33554432000 4194304 4196468 140736971138224 140426724611568 140427252049621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30825] ppid=30812 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30825/stat : 30825 (java) S 30812 30815 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40692417 14420725760 11749 33554432000 4194304 4196468 140736971138224 140426723560144 140427252058011 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30826] ppid=30812 vsize=14082740 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/30815/task/30826/stat : 30826 (java) R 30812 30815 30253 0 -1 1077944384 316 0 0 0 1 0 0 0 20 0 15 0 40692417 14420725760 11749 33554432000 4194304 4196468 140736971138224 140426722506736 140427252050562 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30827] ppid=30812 vsize=14082740 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/30815/task/30827/stat : 30827 (java) R 30812 30815 30253 0 -1 4202560 259 0 0 0 2 0 0 0 20 0 15 0 40692417 14420725760 11749 33554432000 4194304 4196468 140736971138224 140426721445696 140427233583977 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30828] ppid=30812 vsize=14082740 memory=139754154849920 CPUtime=0.06 cores=0,2,4,6
/proc/30815/task/30828/stat : 30828 (java) R 30812 30815 30253 0 -1 4202560 311 0 0 0 6 0 0 0 20 0 15 0 40692417 14420725760 11749 33554432000 4194304 4196468 140736971138224 140426720401648 140427231501102 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30829] ppid=30812 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30829/stat : 30829 (java) S 30812 30815 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40692417 14420725760 11749 33554432000 4194304 4196468 140736971138224 140426719349344 140427252049621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30830] ppid=30812 vsize=14082740 memory=139754154849920 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30830/stat : 30830 (java) S 30812 30815 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40692418 14420725760 11749 33554432000 4194304 4196468 140736971138224 140426718296880 140427252050562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 46996 KiB

[startup+0.310642 s]*
/proc/loadavg: 1.61 1.34 1.35 3/215 30830
/proc/meminfo: memFree=20274992/32770624 swapFree=67108860/67108860
[pid=30815] ppid=30812 vsize=14082740 memory=50848 CPUtime=0.45 cores=0,2,4,6
/proc/30815/stat : 30815 (java) S 30812 30815 30253 0 -1 1077944320 10805 0 0 0 43 2 0 0 20 0 15 0 40692412 14420725760 12712 33554432000 4194304 4196468 140736971138224 140736971120768 140427252039415 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
/proc/30815/statm: 3520685 12712 3414 1 0 3482761 0
[pid=30815/tid=30817] ppid=30812 vsize=14082740 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/30815/task/30817/stat : 30817 (java) R 30812 30815 30253 0 -1 4202560 8479 0 0 0 29 1 0 0 20 0 15 0 40692412 14420725760 12712 33554432000 4194304 4196468 140736971138224 140427256248768 140427232315239 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30818] ppid=30812 vsize=14082740 memory=288230604707987479 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30818/stat : 30818 (java) S 30812 30815 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40692413 14420725760 12712 33554432000 4194304 4196468 140736971138224 140427182127376 140427252049621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30819] ppid=30812 vsize=14082740 memory=139754154879748 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30819/stat : 30819 (java) S 30812 30815 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40692413 14420725760 12712 33554432000 4194304 4196468 140736971138224 140427181074832 140427252049621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30820] ppid=30812 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30820/stat : 30820 (java) S 30812 30815 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40692413 14420725760 12712 33554432000 4194304 4196468 140736971138224 140427180022288 140427252049621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30821] ppid=30812 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30821/stat : 30821 (java) S 30812 30815 30253 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40692413 14420725760 12712 33554432000 4194304 4196468 140736971138224 140427178969744 140427252049621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30822] ppid=30812 vsize=14082740 memory=139754154849920 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30822/stat : 30822 (java) S 30812 30815 30253 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40692414 14420725760 12712 33554432000 4194304 4196468 140736971138224 140426726717936 140427252050562 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30823] ppid=30812 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30823/stat : 30823 (java) S 30812 30815 30253 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40692415 14420725760 12712 33554432000 4194304 4196468 140736971138224 140426725664160 140427252049621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30824] ppid=30812 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30824/stat : 30824 (java) S 30812 30815 30253 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40692415 14420725760 12712 33554432000 4194304 4196468 140736971138224 140426724611568 140427252049621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30825] ppid=30812 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30825/stat : 30825 (java) S 30812 30815 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40692417 14420725760 12712 33554432000 4194304 4196468 140736971138224 140426723560144 140427252058011 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30826] ppid=30812 vsize=14082740 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/30815/task/30826/stat : 30826 (java) S 30812 30815 30253 0 -1 1077944384 352 0 0 0 2 0 0 0 20 0 15 0 40692417 14420725760 12712 33554432000 4194304 4196468 140736971138224 140426722506736 140427252050562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30827] ppid=30812 vsize=14082740 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/30815/task/30827/stat : 30827 (java) S 30812 30815 30253 0 -1 1077944384 273 0 0 0 3 0 0 0 20 0 15 0 40692417 14420725760 12712 33554432000 4194304 4196468 140736971138224 140426721454192 140427252050562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30828] ppid=30812 vsize=14082740 memory=139754154849920 CPUtime=0.08 cores=0,2,4,6
/proc/30815/task/30828/stat : 30828 (java) S 30812 30815 30253 0 -1 1077944384 319 0 0 0 8 0 0 0 20 0 15 0 40692417 14420725760 12712 33554432000 4194304 4196468 140736971138224 140426720401648 140427252050562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30829] ppid=30812 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30829/stat : 30829 (java) S 30812 30815 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40692417 14420725760 12712 33554432000 4194304 4196468 140736971138224 140426719349344 140427252049621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30830] ppid=30812 vsize=14082740 memory=139754154849920 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30830/stat : 30830 (java) S 30812 30815 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40692418 14420725760 12712 33554432000 4194304 4196468 140736971138224 140426718296880 140427252050562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50848 KiB

[startup+0.700772 s]
/proc/loadavg: 1.61 1.34 1.35 3/215 30830
/proc/meminfo: memFree=20251304/32770624 swapFree=67108860/67108860
[pid=30815] ppid=30812 vsize=14084808 memory=89204 CPUtime=1 cores=0,2,4,6
/proc/30815/stat : 30815 (java) S 30812 30815 30253 0 -1 1077944320 17639 0 0 0 96 4 0 0 20 0 15 0 40692412 14422843392 22301 33554432000 4194304 4196468 140736971138224 140736971120768 140427252039415 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
/proc/30815/statm: 3521202 22301 3494 1 0 3483273 0
[pid=30815/tid=30817] ppid=30812 vsize=14084808 memory=1836 CPUtime=0.67 cores=0,2,4,6
/proc/30815/task/30817/stat : 30817 (java) R 30812 30815 30253 0 -1 4202560 14924 0 0 0 64 3 0 0 20 0 15 0 40692412 14422843392 22301 33554432000 4194304 4196468 140736971138224 140427256262016 140427236119902 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30818] ppid=30812 vsize=14084808 memory=792 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30818/stat : 30818 (java) S 30812 30815 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40692413 14422843392 22301 33554432000 4194304 4196468 140736971138224 140427182127376 140427252049621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30819] ppid=30812 vsize=14084808 memory=1960 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30819/stat : 30819 (java) S 30812 30815 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40692413 14422843392 22301 33554432000 4194304 4196468 140736971138224 140427181074832 140427252049621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30820] ppid=30812 vsize=14084808 memory=5380 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30820/stat : 30820 (java) S 30812 30815 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40692413 14422843392 22301 33554432000 4194304 4196468 140736971138224 140427180022288 140427252049621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30821] ppid=30812 vsize=14084808 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30821/stat : 30821 (java) S 30812 30815 30253 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40692413 14422843392 22301 33554432000 4194304 4196468 140736971138224 140427178969744 140427252049621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30822] ppid=30812 vsize=14084808 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30822/stat : 30822 (java) S 30812 30815 30253 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40692414 14422843392 22301 33554432000 4194304 4196468 140736971138224 140426726717936 140427252050562 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30823] ppid=30812 vsize=14084808 memory=11964 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30823/stat : 30823 (java) S 30812 30815 30253 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40692415 14422843392 22301 33554432000 4194304 4196468 140736971138224 140426725664160 140427252049621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30824] ppid=30812 vsize=14084808 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30824/stat : 30824 (java) S 30812 30815 30253 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40692415 14422843392 22301 33554432000 4194304 4196468 140736971138224 140426724611568 140427252049621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30825] ppid=30812 vsize=14084808 memory=8380 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30825/stat : 30825 (java) S 30812 30815 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40692417 14422843392 22301 33554432000 4194304 4196468 140736971138224 140426723560144 140427252058011 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30826] ppid=30812 vsize=14084808 memory=6297835844906604903 CPUtime=0.09 cores=0,2,4,6
/proc/30815/task/30826/stat : 30826 (java) S 30812 30815 30253 0 -1 1077944384 511 0 0 0 9 0 0 0 20 0 15 0 40692417 14422843392 22301 33554432000 4194304 4196468 140736971138224 140426722506736 140427252050562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30827] ppid=30812 vsize=14084808 memory=7597685182856913236 CPUtime=0.06 cores=0,2,4,6
/proc/30815/task/30827/stat : 30827 (java) S 30812 30815 30253 0 -1 1077944384 410 0 0 0 6 0 0 0 20 0 15 0 40692417 14422843392 22301 33554432000 4194304 4196468 140736971138224 140426721454192 140427252050562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30828] ppid=30812 vsize=14084808 memory=7295947194300911696 CPUtime=0.15 cores=0,2,4,6
/proc/30815/task/30828/stat : 30828 (java) S 30812 30815 30253 0 -1 1077944384 412 0 0 0 15 0 0 0 20 0 15 0 40692417 14422843392 22301 33554432000 4194304 4196468 140736971138224 140426720401648 140427252050562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30829] ppid=30812 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30829/stat : 30829 (java) S 30812 30815 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40692417 14422843392 22301 33554432000 4194304 4196468 140736971138224 140426719349344 140427252049621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30830] ppid=30812 vsize=14084808 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30830/stat : 30830 (java) S 30812 30815 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40692418 14422843392 22301 33554432000 4194304 4196468 140736971138224 140426718296880 140427252050562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 89204 KiB

[startup+1.51015 s]
/proc/loadavg: 1.61 1.34 1.35 5/215 30830
/proc/meminfo: memFree=20192396/32770624 swapFree=67108860/67108860
[pid=30815] ppid=30812 vsize=14086856 memory=238040 CPUtime=3.58 cores=0,2,4,6
/proc/30815/stat : 30815 (java) S 30812 30815 30253 0 -1 1077944320 26861 0 0 0 350 8 0 0 20 0 15 0 40692412 14424940544 59510 33554432000 4194304 4196468 140736971138224 140736971120768 140427252039415 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
/proc/30815/statm: 3521714 59510 3575 1 0 3483785 0
[pid=30815/tid=30817] ppid=30812 vsize=14086856 memory=0 CPUtime=1.45 cores=0,2,4,6
/proc/30815/task/30817/stat : 30817 (java) R 30812 30815 30253 0 -1 4202560 16672 0 0 0 140 5 0 0 20 0 15 0 40692412 14424940544 59510 33554432000 4194304 4196468 140736971138224 140427256267296 140427252060762 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30818] ppid=30812 vsize=14086856 memory=-6951259422114956437 CPUtime=0.01 cores=0,2,4,6
/proc/30815/task/30818/stat : 30818 (java) S 30812 30815 30253 0 -1 1077944384 192 0 0 0 1 0 0 0 20 0 15 0 40692413 14424940544 59510 33554432000 4194304 4196468 140736971138224 140427182127376 140427252049621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30819] ppid=30812 vsize=14086856 memory=-6509546260019855295 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30819/stat : 30819 (java) S 30812 30815 30253 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 40692413 14424940544 59510 33554432000 4194304 4196468 140736971138224 140427181074832 140427252049621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30820] ppid=30812 vsize=14086856 memory=-7390251449858225344 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30820/stat : 30820 (java) S 30812 30815 30253 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 40692413 14424940544 59510 33554432000 4194304 4196468 140736971138224 140427180022288 140427252049621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30821] ppid=30812 vsize=14086856 memory=4134692831991786133 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30821/stat : 30821 (java) S 30812 30815 30253 0 -1 1077944384 568 0 0 0 0 0 0 0 20 0 15 0 40692413 14424940544 59510 33554432000 4194304 4196468 140736971138224 140427178969744 140427252049621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30822] ppid=30812 vsize=14086856 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30822/stat : 30822 (java) S 30812 30815 30253 0 -1 1077944384 139 0 0 0 0 0 0 0 20 0 15 0 40692414 14424940544 59510 33554432000 4194304 4196468 140736971138224 140426726717936 140427252050562 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0

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

/proc/30815/task/30817/stat : 30817 (java) R 30812 30815 30253 0 -1 4202560 59766 0 0 0 219122 28 0 0 20 0 15 0 40692412 14429134848 360948 33554432000 4194304 4196468 140736971138224 140427256277664 140426868432948 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30818] ppid=30812 vsize=14090952 memory=1443284 CPUtime=8.55 cores=0,2,4,6
/proc/30815/task/30818/stat : 30818 (java) S 30812 30815 30253 0 -1 1077944384 22964 0 0 0 831 24 0 0 20 0 15 0 40692413 14429134848 360948 33554432000 4194304 4196468 140736971138224 140427182127376 140427252049621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30819] ppid=30812 vsize=14090952 memory=1443284 CPUtime=8.51 cores=0,2,4,6
/proc/30815/task/30819/stat : 30819 (java) S 30812 30815 30253 0 -1 1077944384 25454 0 0 0 828 23 0 0 20 0 15 0 40692413 14429134848 360948 33554432000 4194304 4196468 140736971138224 140427181074832 140427252049621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30820] ppid=30812 vsize=14090952 memory=1442768 CPUtime=8.53 cores=0,2,4,6
/proc/30815/task/30820/stat : 30820 (java) S 30812 30815 30253 0 -1 1077944384 23019 0 0 0 830 23 0 0 20 0 15 0 40692413 14429134848 360948 33554432000 4194304 4196468 140736971138224 140427180022288 140427252049621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30821] ppid=30812 vsize=14090952 memory=1444304 CPUtime=8.52 cores=0,2,4,6
/proc/30815/task/30821/stat : 30821 (java) S 30812 30815 30253 0 -1 1077944384 21524 0 0 0 829 23 0 0 20 0 15 0 40692413 14429134848 360948 33554432000 4194304 4196468 140736971138224 140427178969744 140427252049621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30822] ppid=30812 vsize=14090952 memory=1444304 CPUtime=1.2 cores=0,2,4,6
/proc/30815/task/30822/stat : 30822 (java) S 30812 30815 30253 0 -1 1077944384 13778 0 0 0 108 12 0 0 20 0 15 0 40692414 14429134848 360948 33554432000 4194304 4196468 140736971138224 140426726717936 140427252050562 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30823] ppid=30812 vsize=14090952 memory=1436128 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30823/stat : 30823 (java) S 30812 30815 30253 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 15 0 40692415 14429134848 360948 33554432000 4194304 4196468 140736971138224 140426725664224 140427252049621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30824] ppid=30812 vsize=14090952 memory=1443284 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30824/stat : 30824 (java) S 30812 30815 30253 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 40692415 14429134848 360948 33554432000 4194304 4196468 140736971138224 140426724611584 140427252049621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30825] ppid=30812 vsize=14090952 memory=1443284 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30825/stat : 30825 (java) S 30812 30815 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40692417 14429134848 360948 33554432000 4194304 4196468 140736971138224 140426723560144 140427252058011 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30826] ppid=30812 vsize=14090952 memory=14236 CPUtime=2.7 cores=0,2,4,6
/proc/30815/task/30826/stat : 30826 (java) S 30812 30815 30253 0 -1 1077944384 7023 0 0 0 269 1 0 0 20 0 15 0 40692417 14429134848 360948 33554432000 4194304 4196468 140736971138224 140426722506736 140427252050562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30827] ppid=30812 vsize=14090952 memory=1296 CPUtime=2.34 cores=0,2,4,6
/proc/30815/task/30827/stat : 30827 (java) S 30812 30815 30253 0 -1 1077944384 5749 0 0 0 233 1 0 0 20 0 15 0 40692417 14429134848 360948 33554432000 4194304 4196468 140736971138224 140426721454192 140427252050562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30828] ppid=30812 vsize=14090952 memory=1442768 CPUtime=0.94 cores=0,2,4,6
/proc/30815/task/30828/stat : 30828 (java) S 30812 30815 30253 0 -1 1077944384 7065 0 0 0 92 2 0 0 20 0 15 0 40692417 14429134848 360948 33554432000 4194304 4196468 140736971138224 140426720401648 140427252050562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30829] ppid=30812 vsize=14090952 memory=1442768 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30829/stat : 30829 (java) S 30812 30815 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40692417 14429134848 360948 33554432000 4194304 4196468 140736971138224 140426719349344 140427252049621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30830] ppid=30812 vsize=14090952 memory=6791534058613427641 CPUtime=1.33 cores=0,2,4,6
/proc/30815/task/30830/stat : 30830 (java) S 30812 30815 30253 0 -1 1077944384 1429 0 0 0 65 68 0 0 20 0 15 0 40692418 14429134848 360948 33554432000 4194304 4196468 140736971138224 140426718296880 140427252050562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
Current children cumulated CPU time: 2234.23 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 1443792 KiB

[startup+2262.3 s]
/proc/loadavg: 1.94 1.50 1.44 3/215 30928
/proc/meminfo: memFree=19007564/32770624 swapFree=67108860/67108860
[pid=30815] ppid=30812 vsize=14090952 memory=1449408 CPUtime=2295.15 cores=0,2,4,6
/proc/30815/stat : 30815 (java) S 30812 30815 30253 0 -1 1077944320 190861 0 0 0 229326 189 0 0 20 0 15 0 40692412 14429134848 362352 33554432000 4194304 4196468 140736971138224 140736971120768 140427252039415 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
/proc/30815/statm: 3522738 362352 3601 1 0 3484809 0
[pid=30815/tid=30817] ppid=30812 vsize=14090952 memory=1449408 CPUtime=2251.12 cores=0,2,4,6
/proc/30815/task/30817/stat : 30817 (java) R 30812 30815 30253 0 -1 4202560 60337 0 0 0 225084 28 0 0 20 0 15 0 40692412 14429134848 362352 33554432000 4194304 4196468 140736971138224 140427256277664 140426868437031 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30818] ppid=30812 vsize=14090952 memory=1448384 CPUtime=8.85 cores=0,2,4,6
/proc/30815/task/30818/stat : 30818 (java) S 30812 30815 30253 0 -1 1077944384 23326 0 0 0 861 24 0 0 20 0 15 0 40692413 14429134848 362352 33554432000 4194304 4196468 140736971138224 140427182127376 140427252049621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30819] ppid=30812 vsize=14090952 memory=1450432 CPUtime=8.82 cores=0,2,4,6
/proc/30815/task/30819/stat : 30819 (java) S 30812 30815 30253 0 -1 1077944384 25608 0 0 0 859 23 0 0 20 0 15 0 40692413 14429134848 362352 33554432000 4194304 4196468 140736971138224 140427181074832 140427252049621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30820] ppid=30812 vsize=14090952 memory=1450432 CPUtime=8.83 cores=0,2,4,6
/proc/30815/task/30820/stat : 30820 (java) S 30812 30815 30253 0 -1 1077944384 23206 0 0 0 859 24 0 0 20 0 15 0 40692413 14429134848 362352 33554432000 4194304 4196468 140736971138224 140427180022288 140427252049621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30821] ppid=30812 vsize=14090952 memory=1449920 CPUtime=8.83 cores=0,2,4,6
/proc/30815/task/30821/stat : 30821 (java) S 30812 30815 30253 0 -1 1077944384 21695 0 0 0 859 24 0 0 20 0 15 0 40692413 14429134848 362352 33554432000 4194304 4196468 140736971138224 140427178969744 140427252049621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30822] ppid=30812 vsize=14090952 memory=1448384 CPUtime=1.25 cores=0,2,4,6
/proc/30815/task/30822/stat : 30822 (java) S 30812 30815 30253 0 -1 1077944384 13953 0 0 0 112 13 0 0 20 0 15 0 40692414 14429134848 362352 33554432000 4194304 4196468 140736971138224 140426726717936 140427252050562 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30823] ppid=30812 vsize=14090952 memory=1449920 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30823/stat : 30823 (java) S 30812 30815 30253 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 15 0 40692415 14429134848 362352 33554432000 4194304 4196468 140736971138224 140426725664224 140427252049621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30824] ppid=30812 vsize=14090952 memory=1449920 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30824/stat : 30824 (java) S 30812 30815 30253 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 40692415 14429134848 362352 33554432000 4194304 4196468 140736971138224 140426724611584 140427252049621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30825] ppid=30812 vsize=14090952 memory=640 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30825/stat : 30825 (java) S 30812 30815 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40692417 14429134848 362352 33554432000 4194304 4196468 140736971138224 140426723560144 140427252058011 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30826] ppid=30812 vsize=14090952 memory=1792 CPUtime=2.7 cores=0,2,4,6
/proc/30815/task/30826/stat : 30826 (java) S 30812 30815 30253 0 -1 1077944384 7025 0 0 0 269 1 0 0 20 0 15 0 40692417 14429134848 362352 33554432000 4194304 4196468 140736971138224 140426722506736 140427252050562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30827] ppid=30812 vsize=14090952 memory=1449920 CPUtime=2.34 cores=0,2,4,6
/proc/30815/task/30827/stat : 30827 (java) S 30812 30815 30253 0 -1 1077944384 5751 0 0 0 233 1 0 0 20 0 15 0 40692417 14429134848 362352 33554432000 4194304 4196468 140736971138224 140426721454192 140427252050562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30828] ppid=30812 vsize=14090952 memory=1450432 CPUtime=0.94 cores=0,2,4,6
/proc/30815/task/30828/stat : 30828 (java) S 30812 30815 30253 0 -1 1077944384 7067 0 0 0 92 2 0 0 20 0 15 0 40692417 14429134848 362352 33554432000 4194304 4196468 140736971138224 140426720401648 140427252050562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30829] ppid=30812 vsize=14090952 memory=1449920 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30829/stat : 30829 (java) S 30812 30815 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40692417 14429134848 362352 33554432000 4194304 4196468 140736971138224 140426719349344 140427252049621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30830] ppid=30812 vsize=14090952 memory=14240 CPUtime=1.38 cores=0,2,4,6
/proc/30815/task/30830/stat : 30830 (java) S 30812 30815 30253 0 -1 1077944384 1444 0 0 0 68 70 0 0 20 0 15 0 40692418 14429134848 362352 33554432000 4194304 4196468 140736971138224 140426718296880 140427252050562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
Current children cumulated CPU time: 2295.15 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 1449408 KiB

[startup+2322.3 s]
/proc/loadavg: 1.72 1.51 1.45 3/215 30929
/proc/meminfo: memFree=18999136/32770624 swapFree=67108860/67108860
[pid=30815] ppid=30812 vsize=14090952 memory=1457064 CPUtime=2356.06 cores=0,2,4,6
/proc/30815/stat : 30815 (java) S 30812 30815 30253 0 -1 1077944320 193266 0 0 0 235413 193 0 0 20 0 15 0 40692412 14429134848 364266 33554432000 4194304 4196468 140736971138224 140736971120768 140427252039415 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
/proc/30815/statm: 3522738 364266 3601 1 0 3484809 0
[pid=30815/tid=30817] ppid=30812 vsize=14090952 memory=1455016 CPUtime=2310.73 cores=0,2,4,6
/proc/30815/task/30817/stat : 30817 (java) R 30812 30815 30253 0 -1 4202560 61066 0 0 0 231044 29 0 0 20 0 15 0 40692412 14429134848 364266 33554432000 4194304 4196468 140736971138224 140427256277552 140426868434885 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30818] ppid=30812 vsize=14090952 memory=6791534058613427641 CPUtime=9.16 cores=0,2,4,6
/proc/30815/task/30818/stat : 30818 (java) S 30812 30815 30253 0 -1 1077944384 23705 0 0 0 891 25 0 0 20 0 15 0 40692413 14429134848 364266 33554432000 4194304 4196468 140736971138224 140427182127376 140427252049621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30819] ppid=30812 vsize=14090952 memory=234 CPUtime=9.13 cores=0,2,4,6
/proc/30815/task/30819/stat : 30819 (java) S 30812 30815 30253 0 -1 1077944384 25787 0 0 0 889 24 0 0 20 0 15 0 40692413 14429134848 364266 33554432000 4194304 4196468 140736971138224 140427181074832 140427252049621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30820] ppid=30812 vsize=14090952 memory=1456556 CPUtime=9.14 cores=0,2,4,6
/proc/30815/task/30820/stat : 30820 (java) S 30812 30815 30253 0 -1 1077944384 23534 0 0 0 890 24 0 0 20 0 15 0 40692413 14429134848 364266 33554432000 4194304 4196468 140736971138224 140427180022288 140427252049621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30821] ppid=30812 vsize=14090952 memory=56 CPUtime=9.13 cores=0,2,4,6
/proc/30815/task/30821/stat : 30821 (java) S 30812 30815 30253 0 -1 1077944384 22100 0 0 0 889 24 0 0 20 0 15 0 40692413 14429134848 364266 33554432000 4194304 4196468 140736971138224 140427178969744 140427252049621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30822] ppid=30812 vsize=14090952 memory=1453496 CPUtime=1.29 cores=0,2,4,6
/proc/30815/task/30822/stat : 30822 (java) S 30812 30815 30253 0 -1 1077944384 14297 0 0 0 116 13 0 0 20 0 15 0 40692414 14429134848 364266 33554432000 4194304 4196468 140736971138224 140426726717936 140427252050562 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30823] ppid=30812 vsize=14090952 memory=1452980 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30823/stat : 30823 (java) S 30812 30815 30253 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 15 0 40692415 14429134848 364266 33554432000 4194304 4196468 140736971138224 140426725664224 140427252049621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30824] ppid=30812 vsize=14090952 memory=1456044 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30824/stat : 30824 (java) S 30812 30815 30253 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 40692415 14429134848 364266 33554432000 4194304 4196468 140736971138224 140426724611584 140427252049621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30825] ppid=30812 vsize=14090952 memory=1455532 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30825/stat : 30825 (java) S 30812 30815 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40692417 14429134848 364266 33554432000 4194304 4196468 140736971138224 140426723560144 140427252058011 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30826] ppid=30812 vsize=14090952 memory=1457064 CPUtime=2.7 cores=0,2,4,6
/proc/30815/task/30826/stat : 30826 (java) S 30812 30815 30253 0 -1 1077944384 7029 0 0 0 269 1 0 0 20 0 15 0 40692417 14429134848 364266 33554432000 4194304 4196468 140736971138224 140426722506736 140427252050562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30827] ppid=30812 vsize=14090952 memory=1456044 CPUtime=2.34 cores=0,2,4,6
/proc/30815/task/30827/stat : 30827 (java) S 30812 30815 30253 0 -1 1077944384 5755 0 0 0 233 1 0 0 20 0 15 0 40692417 14429134848 364266 33554432000 4194304 4196468 140736971138224 140426721454192 140427252050562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30828] ppid=30812 vsize=14090952 memory=1456044 CPUtime=0.94 cores=0,2,4,6
/proc/30815/task/30828/stat : 30828 (java) S 30812 30815 30253 0 -1 1077944384 7071 0 0 0 92 2 0 0 20 0 15 0 40692417 14429134848 364266 33554432000 4194304 4196468 140736971138224 140426720401648 140427252050562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30829] ppid=30812 vsize=14090952 memory=1455532 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30829/stat : 30829 (java) S 30812 30815 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40692417 14429134848 364266 33554432000 4194304 4196468 140736971138224 140426719349344 140427252049621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30830] ppid=30812 vsize=14090952 memory=1455532 CPUtime=1.41 cores=0,2,4,6
/proc/30815/task/30830/stat : 30830 (java) S 30812 30815 30253 0 -1 1077944384 1473 0 0 0 70 71 0 0 20 0 15 0 40692418 14429134848 364266 33554432000 4194304 4196468 140736971138224 140426718296880 140427252050562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
Current children cumulated CPU time: 2356.06 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 1457064 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2365.6 s]
/proc/loadavg: 1.46 1.47 1.44 3/215 31007
/proc/meminfo: memFree=19802052/32770624 swapFree=67108860/67108860
[pid=30815] ppid=30812 vsize=14090952 memory=1464220 CPUtime=2400.07 cores=0,2,4,6
/proc/30815/stat : 30815 (java) S 30812 30815 30253 0 -1 1077944320 196238 0 0 0 239811 196 0 0 20 0 15 0 40692412 14429134848 366055 33554432000 4194304 4196468 140736971138224 140736971120768 140427252039415 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
/proc/30815/statm: 3522738 366055 3601 1 0 3484809 0
[pid=30815/tid=30817] ppid=30812 vsize=14090952 memory=1460640 CPUtime=2353.73 cores=0,2,4,6
/proc/30815/task/30817/stat : 30817 (java) R 30812 30815 30253 0 -1 4202560 61739 0 0 0 235344 29 0 0 20 0 15 0 40692412 14429134848 366055 33554432000 4194304 4196468 140736971138224 140427256277696 140426868741824 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30818] ppid=30812 vsize=14090952 memory=6791534058613427641 CPUtime=9.4 cores=0,2,4,6
/proc/30815/task/30818/stat : 30818 (java) S 30812 30815 30253 0 -1 1077944384 24093 0 0 0 914 26 0 0 20 0 15 0 40692413 14429134848 366055 33554432000 4194304 4196468 140736971138224 140427182127376 140427252049621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30819] ppid=30812 vsize=14090952 memory=2412 CPUtime=9.36 cores=0,2,4,6
/proc/30815/task/30819/stat : 30819 (java) S 30812 30815 30253 0 -1 1077944384 26172 0 0 0 912 24 0 0 20 0 15 0 40692413 14429134848 366055 33554432000 4194304 4196468 140736971138224 140427181074832 140427252049621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30820] ppid=30812 vsize=14090952 memory=1836 CPUtime=9.38 cores=0,2,4,6
/proc/30815/task/30820/stat : 30820 (java) S 30812 30815 30253 0 -1 1077944384 23962 0 0 0 913 25 0 0 20 0 15 0 40692413 14429134848 366055 33554432000 4194304 4196468 140736971138224 140427180022288 140427252049621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30821] ppid=30812 vsize=14090952 memory=792 CPUtime=9.37 cores=0,2,4,6
/proc/30815/task/30821/stat : 30821 (java) S 30812 30815 30253 0 -1 1077944384 22674 0 0 0 912 25 0 0 20 0 15 0 40692413 14429134848 366055 33554432000 4194304 4196468 140736971138224 140427178969744 140427252049621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30822] ppid=30812 vsize=14090952 memory=11964 CPUtime=1.31 cores=0,2,4,6
/proc/30815/task/30822/stat : 30822 (java) S 30812 30815 30253 0 -1 1077944384 14641 0 0 0 118 13 0 0 20 0 15 0 40692414 14429134848 366055 33554432000 4194304 4196468 140736971138224 140426726717936 140427252050562 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30823] ppid=30812 vsize=14090952 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30823/stat : 30823 (java) S 30812 30815 30253 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 15 0 40692415 14429134848 366055 33554432000 4194304 4196468 140736971138224 140426725664224 140427252049621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30824] ppid=30812 vsize=14090952 memory=8380 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30824/stat : 30824 (java) S 30812 30815 30253 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 40692415 14429134848 366055 33554432000 4194304 4196468 140736971138224 140426724611584 140427252049621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30825] ppid=30812 vsize=14090952 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30825/stat : 30825 (java) S 30812 30815 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40692417 14429134848 366055 33554432000 4194304 4196468 140736971138224 140426723560144 140427252058011 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30826] ppid=30812 vsize=14090952 memory=1444 CPUtime=2.7 cores=0,2,4,6
/proc/30815/task/30826/stat : 30826 (java) S 30812 30815 30253 0 -1 1077944384 7033 0 0 0 269 1 0 0 20 0 15 0 40692417 14429134848 366055 33554432000 4194304 4196468 140736971138224 140426722506736 140427252050562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30827] ppid=30812 vsize=14090952 memory=1200 CPUtime=2.34 cores=0,2,4,6
/proc/30815/task/30827/stat : 30827 (java) S 30812 30815 30253 0 -1 1077944384 5759 0 0 0 233 1 0 0 20 0 15 0 40692417 14429134848 366055 33554432000 4194304 4196468 140736971138224 140426721454192 140427252050562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30828] ppid=30812 vsize=14090952 memory=15872 CPUtime=0.94 cores=0,2,4,6
/proc/30815/task/30828/stat : 30828 (java) S 30812 30815 30253 0 -1 1077944384 7214 0 0 0 92 2 0 0 20 0 15 0 40692417 14429134848 366055 33554432000 4194304 4196468 140736971138224 140426720401648 140427252050562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30829] ppid=30812 vsize=14090952 memory=9484 CPUtime=0 cores=0,2,4,6
/proc/30815/task/30829/stat : 30829 (java) S 30812 30815 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40692417 14429134848 366055 33554432000 4194304 4196468 140736971138224 140426719349344 140427252049621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
[pid=30815/tid=30830] ppid=30812 vsize=14090952 memory=16436 CPUtime=1.44 cores=0,2,4,6
/proc/30815/task/30830/stat : 30830 (java) S 30812 30815 30253 0 -1 1077944384 1502 0 0 0 71 73 0 0 20 0 15 0 40692418 14429134848 366055 33554432000 4194304 4196468 140736971138224 140426718296880 140427252050562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11685888 140736971142216 140736971142409 140736971142409 140736971145167 0
Current children cumulated CPU time: 2400.07 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 1464220 KiB

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

[startup+2365.62 s]
# the end of solver process 30815 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.14 s, system=1.97831 s

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

Child status: 143
Real time (s): 2365.62
CPU time (s): 2400.12
CPU user time (s): 2398.14
CPU system time (s): 1.97831
CPU usage (%): 101.458
Max. virtual memory (cumulated for all children) (KiB): 14090952
Max. memory (cumulated for all children) (KiB): 1465244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.14
system time used= 1.97831
maximum resident set size= 1465760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 196476
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 84486
involuntary context switches= 5320


# summary of solver processes directly reported to runsolver:
#   pid: 30815
#   total CPU time (s): 2400.12
#   total CPU user time (s): 2398.14
#   total CPU system time (s): 1.97831

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.2224 second user time and 20.7919 second system time

The end

Launcher Data

Begin job on node104 at 2018-07-22 05:48:12
IDJOB=4290364
IDBENCH=141113
IDSOLVER=2743
FILE ID=node104/4290364-1532231292
RUNJOBID= node104-1532226534-30284
PBS_JOBID= 21018958
Free space on /tmp= 57208 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-07-02
BENCH NAME= XCSP18/PseudoBoolean-opt/Pb-circ8-3_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-4290364-1532231292/watcher-4290364-1532231292 -o /tmp/evaluation-result-4290364-1532231292/solver-4290364-1532231292 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532226534-30284 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1572265901 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290364-1532231292.xml

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

MD5SUM BENCH= 7db04233d06e2f858d703f8c476ffab2
RANDOM SEED=1572265901

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:        20313060 kB
MemAvailable:   30819144 kB
Buffers:          225132 kB
Cached:         10489704 kB
SwapCached:            0 kB
Active:          2988652 kB
Inactive:        8899128 kB
Active(anon):    1175668 kB
Inactive(anon):    17096 kB
Active(file):    1812984 kB
Inactive(file):  8882032 kB
Unevictable:        7168 kB
Mlocked:            7168 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             36908 kB
Writeback:             0 kB
AnonPages:       1245444 kB
Mapped:            48884 kB
Shmem:             17036 kB
Slab:             267232 kB
SReclaimable:     239528 kB
SUnreclaim:        27704 kB
KernelStack:        3840 kB
PageTables:         6928 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2157504 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1118208 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 06:27:38