Trace number 4257886

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
sat4j-CSP 2017-07-05? (TO) 260.10001 96.353897

General information on the benchmark

NameBinPacking/BinPacking-mdd-sw120/
BinPacking-mdd-sw120-30.xml
MD5SUM1730b431530ce221acf4898e37ce65f9
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark240.03101
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of constraints25
Number of domains2
Minimum domain size23
Maximum domain size45
Distribution of domain sizes[{"size":23,"count":1},{"size":45,"count":132}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":110},{"degree":4,"count":22}]
Minimum constraint arity6
Maximum constraint arity132
Distribution of constraint arities[{"arity":6,"count":22},{"arity":23,"count":1},{"arity":132,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":22},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data


Verifier Data

One s line expected

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 (7448 MiB free)
  memory of node 1: 16384 MiB (15611 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4257886-1502650294/watcher-4257886-1502650294 -o /tmp/evaluation-result-4257886-1502650294/solver-4257886-1502650294 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502642200-6041 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4257886-1502650294.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=15695, runsolver pid=15692


[startup+0.100109 s]*
/proc/loadavg: 4.16 3.59 3.47 5/195 15696
/proc/meminfo: memFree=23613580/32770624 swapFree=67108860/67108860
[pid=15695] ppid=15692 vsize=33976 memory=456 CPUtime=0 cores=1,3,5,7
/proc/15695/stat : 15695 (runsolver) D 15692 15695 17093 0 -1 4202560 111 0 0 0 0 0 0 0 20 0 1 0 67222735 34791424 114 18446744073709551615 4194304 4346622 140734015730912 140734015727544 140440256115415 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6446216 6449568 22237184 140734015733867 140734015734313 140734015734313 140734015737802 0
/proc/15695/statm: 8494 114 53 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 456 KiB

[startup+0.208949 s]*
/proc/loadavg: 4.16 3.59 3.47 5/208 15709
/proc/meminfo: memFree=23601940/32770624 swapFree=67108860/67108860
[pid=15695] ppid=15692 vsize=10551056 memory=22340 CPUtime=0.06 cores=1,3,5,7
/proc/15695/stat : 15695 (java) S 15692 15695 17093 0 -1 1077944320 4554 0 0 0 5 1 0 0 20 0 15 0 67222735 10804281344 5585 18446744073709551615 4194304 4196468 140730526378432 140730526360976 139678385266423 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 11 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
/proc/15695/statm: 2637764 5585 2571 1 0 2627261 0
[pid=15695/tid=15697] ppid=15692 vsize=10551056 memory=8318255677412212789 CPUtime=0.04 cores=1,3,5,7
/proc/15695/task/15697/stat : 15697 (java) R 15692 15695 17093 0 -1 4202560 2683 0 0 0 4 0 0 0 20 0 15 0 67222747 10804281344 6097 18446744073709551615 4194304 4196468 140730526378432 139678389508704 139678385288349 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15698] ppid=15692 vsize=10551056 memory=330 CPUtime=0 cores=1,3,5,7
/proc/15695/task/15698/stat : 15698 (java) S 15692 15695 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67222748 10804281344 6097 18446744073709551615 4194304 4196468 140730526378432 139678315686160 139678385276629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15699] ppid=15692 vsize=10551056 memory=4049217582325364384 CPUtime=0 cores=1,3,5,7
/proc/15695/task/15699/stat : 15699 (java) S 15692 15695 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67222748 10804281344 6097 18446744073709551615 4194304 4196468 140730526378432 139678314633616 139678385276629 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15700] ppid=15692 vsize=10551056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15695/task/15700/stat : 15700 (java) S 15692 15695 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67222748 10804281344 6097 18446744073709551615 4194304 4196468 140730526378432 139678313581072 139678385276629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15701] ppid=15692 vsize=10551056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15695/task/15701/stat : 15701 (java) S 15692 15695 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67222748 10804281344 6097 18446744073709551615 4194304 4196468 140730526378432 139678312528528 139678385276629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15702] ppid=15692 vsize=10551056 memory=140440259065472 CPUtime=0 cores=1,3,5,7
/proc/15695/task/15702/stat : 15702 (java) S 15692 15695 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67222749 10804281344 6097 18446744073709551615 4194304 4196468 140730526378432 139677881432560 139678385277570 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15703] ppid=15692 vsize=10551056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15695/task/15703/stat : 15703 (java) S 15692 15695 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 67222750 10804281344 6097 18446744073709551615 4194304 4196468 140730526378432 139677880378784 139678385276629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15704] ppid=15692 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15695/task/15704/stat : 15704 (java) S 15692 15695 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 67222750 10804383744 6161 18446744073709551615 4194304 4196468 140730526378432 139677879326192 139678385276629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15705] ppid=15692 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15695/task/15705/stat : 15705 (java) S 15692 15695 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67222752 10804383744 6161 18446744073709551615 4194304 4196468 140730526378432 139677878274768 139678385285019 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15706] ppid=15692 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15695/task/15706/stat : 15706 (java) S 15692 15695 17093 0 -1 1077944384 286 0 0 0 0 0 0 0 20 0 15 0 67222752 10804383744 6161 18446744073709551615 4194304 4196468 140730526378432 139677877221360 139678385277570 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15707] ppid=15692 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15695/task/15707/stat : 15707 (java) S 15692 15695 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67222752 10804383744 6161 18446744073709551615 4194304 4196468 140730526378432 139677876168816 139678385277570 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15708] ppid=15692 vsize=10551156 memory=140440259065472 CPUtime=0 cores=1,3,5,7
/proc/15695/task/15708/stat : 15708 (java) S 15692 15695 17093 0 -1 1077944384 228 0 0 0 0 0 0 0 20 0 15 0 67222752 10804383744 6161 18446744073709551615 4194304 4196468 140730526378432 139677875116272 139678385277570 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15709] ppid=15692 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15695/task/15709/stat : 15709 (java) S 15692 15695 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67222753 10804383744 6161 18446744073709551615 4194304 4196468 140730526378432 139677874063968 139678385276629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15710] ppid=15692 vsize=10551156 memory=140440259065472 CPUtime=0 cores=1,3,5,7
/proc/15695/task/15710/stat : 15710 (java) S 15692 15695 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67222757 10804383744 6161 18446744073709551615 4194304 4196468 140730526378432 139677873011504 139678385277570 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10551056 KiB
Current children cumulated memory: 22340 KiB

[startup+0.310652 s]*
/proc/loadavg: 4.16 3.59 3.47 7/209 15710
/proc/meminfo: memFree=23589424/32770624 swapFree=67108860/67108860
[pid=15695] ppid=15692 vsize=10551156 memory=36832 CPUtime=0.21 cores=1,3,5,7
/proc/15695/stat : 15695 (java) S 15692 15695 17093 0 -1 1077944320 7881 0 0 0 19 2 0 0 20 0 15 0 67222735 10804383744 9208 18446744073709551615 4194304 4196468 140730526378432 140730526360976 139678385266423 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 11 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
/proc/15695/statm: 2637789 9208 2875 1 0 2627261 0
[pid=15695/tid=15697] ppid=15692 vsize=10551156 memory=-7677926825137650786 CPUtime=0.14 cores=1,3,5,7
/proc/15695/task/15697/stat : 15697 (java) R 15692 15695 17093 0 -1 4202560 5563 0 0 0 12 2 0 0 20 0 15 0 67222747 10804383744 9208 18446744073709551615 4194304 4196468 140730526378432 139678389481200 139678385288349 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15698] ppid=15692 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15695/task/15698/stat : 15698 (java) S 15692 15695 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67222748 10804383744 9208 18446744073709551615 4194304 4196468 140730526378432 139678315686160 139678385276629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15699] ppid=15692 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15695/task/15699/stat : 15699 (java) S 15692 15695 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67222748 10804383744 9208 18446744073709551615 4194304 4196468 140730526378432 139678314633616 139678385276629 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15700] ppid=15692 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15695/task/15700/stat : 15700 (java) S 15692 15695 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67222748 10804383744 9208 18446744073709551615 4194304 4196468 140730526378432 139678313581072 139678385276629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15701] ppid=15692 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15695/task/15701/stat : 15701 (java) S 15692 15695 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67222748 10804383744 9208 18446744073709551615 4194304 4196468 140730526378432 139678312528528 139678385276629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15702] ppid=15692 vsize=10551156 memory=140440259065472 CPUtime=0 cores=1,3,5,7
/proc/15695/task/15702/stat : 15702 (java) S 15692 15695 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67222749 10804383744 9208 18446744073709551615 4194304 4196468 140730526378432 139677881432560 139678385277570 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15703] ppid=15692 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15695/task/15703/stat : 15703 (java) S 15692 15695 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 67222750 10804383744 9208 18446744073709551615 4194304 4196468 140730526378432 139677880378784 139678385276629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15704] ppid=15692 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15695/task/15704/stat : 15704 (java) S 15692 15695 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 67222750 10804383744 9208 18446744073709551615 4194304 4196468 140730526378432 139677879326192 139678385276629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15705] ppid=15692 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15695/task/15705/stat : 15705 (java) S 15692 15695 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67222752 10804383744 9208 18446744073709551615 4194304 4196468 140730526378432 139677878274768 139678385285019 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15706] ppid=15692 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/15695/task/15706/stat : 15706 (java) S 15692 15695 17093 0 -1 1077944384 472 0 0 0 1 0 0 0 20 0 15 0 67222752 10804383744 9208 18446744073709551615 4194304 4196468 140730526378432 139677877221360 139678385277570 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15707] ppid=15692 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15695/task/15707/stat : 15707 (java) S 15692 15695 17093 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 67222752 10804383744 9208 18446744073709551615 4194304 4196468 140730526378432 139677876168816 139678385277570 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15708] ppid=15692 vsize=10551156 memory=140440259065472 CPUtime=0.03 cores=1,3,5,7
/proc/15695/task/15708/stat : 15708 (java) S 15692 15695 17093 0 -1 1077944384 398 0 0 0 3 0 0 0 20 0 15 0 67222752 10804383744 9208 18446744073709551615 4194304 4196468 140730526378432 139677875116272 139678385277570 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15709] ppid=15692 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15695/task/15709/stat : 15709 (java) S 15692 15695 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67222753 10804383744 9208 18446744073709551615 4194304 4196468 140730526378432 139677874063968 139678385276629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15710] ppid=15692 vsize=10551156 memory=140440259065472 CPUtime=0 cores=1,3,5,7
/proc/15695/task/15710/stat : 15710 (java) S 15692 15695 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67222757 10804383744 9208 18446744073709551615 4194304 4196468 140730526378432 139677873011504 139678385277570 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36832 KiB

[startup+0.700784 s]
/proc/loadavg: 4.16 3.59 3.47 6/209 15710
/proc/meminfo: memFree=23572996/32770624 swapFree=67108860/67108860
[pid=15695] ppid=15692 vsize=10551232 memory=101660 CPUtime=1.18 cores=1,3,5,7
/proc/15695/stat : 15695 (java) S 15692 15695 17093 0 -1 1077944320 11481 0 0 0 113 5 0 0 20 0 15 0 67222735 10804461568 25415 18446744073709551615 4194304 4196468 140730526378432 140730526360976 139678385266423 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 11 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
/proc/15695/statm: 2637808 25415 3045 1 0 2627261 0
[pid=15695/tid=15697] ppid=15692 vsize=10551232 memory=228 CPUtime=0.52 cores=1,3,5,7
/proc/15695/task/15697/stat : 15697 (java) R 15692 15695 17093 0 -1 4202560 6886 0 0 0 49 3 0 0 20 0 15 0 67222747 10804461568 25415 18446744073709551615 4194304 4196468 140730526378432 139678389486272 139678369346910 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15698] ppid=15692 vsize=10551232 memory=4 CPUtime=0 cores=1,3,5,7
/proc/15695/task/15698/stat : 15698 (java) S 15692 15695 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67222748 10804461568 25415 18446744073709551615 4194304 4196468 140730526378432 139678315686160 139678385276629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15699] ppid=15692 vsize=10551232 memory=1 CPUtime=0 cores=1,3,5,7
/proc/15695/task/15699/stat : 15699 (java) S 15692 15695 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67222748 10804461568 25415 18446744073709551615 4194304 4196468 140730526378432 139678314633616 139678385276629 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15700] ppid=15692 vsize=10551232 memory=344 CPUtime=0 cores=1,3,5,7
/proc/15695/task/15700/stat : 15700 (java) S 15692 15695 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67222748 10804461568 25415 18446744073709551615 4194304 4196468 140730526378432 139678313581072 139678385276629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15701] ppid=15692 vsize=10551232 memory=1 CPUtime=0 cores=1,3,5,7
/proc/15695/task/15701/stat : 15701 (java) S 15692 15695 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67222748 10804461568 25442 18446744073709551615 4194304 4196468 140730526378432 139678312528528 139678385276629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15702] ppid=15692 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15695/task/15702/stat : 15702 (java) S 15692 15695 17093 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 67222749 10804461568 25442 18446744073709551615 4194304 4196468 140730526378432 139677881432560 139678385277570 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15703] ppid=15692 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15695/task/15703/stat : 15703 (java) S 15692 15695 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 67222750 10804461568 25442 18446744073709551615 4194304 4196468 140730526378432 139677880378784 139678385276629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15704] ppid=15692 vsize=10551232 memory=1673 CPUtime=0 cores=1,3,5,7
/proc/15695/task/15704/stat : 15704 (java) S 15692 15695 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 67222750 10804461568 25442 18446744073709551615 4194304 4196468 140730526378432 139677879326192 139678385276629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15705] ppid=15692 vsize=10551232 memory=346 CPUtime=0 cores=1,3,5,7
/proc/15695/task/15705/stat : 15705 (java) S 15692 15695 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67222752 10804461568 25442 18446744073709551615 4194304 4196468 140730526378432 139677878274768 139678385285019 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15706] ppid=15692 vsize=10551232 memory=110 CPUtime=0.24 cores=1,3,5,7
/proc/15695/task/15706/stat : 15706 (java) R 15692 15695 17093 0 -1 4202560 1301 0 0 0 24 0 0 0 20 0 15 0 67222752 10804461568 25442 18446744073709551615 4194304 4196468 140730526378432 139677877211744 139678364983559 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15707] ppid=15692 vsize=10551232 memory=7379241883359864663 CPUtime=0.21 cores=1,3,5,7
/proc/15695/task/15707/stat : 15707 (java) R 15692 15695 17093 0 -1 4202560 1007 0 0 0 21 0 0 0 20 0 15 0 67222752 10804461568 25442 18446744073709551615 4194304 4196468 140730526378432 139677876168704 139678385287770 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15708] ppid=15692 vsize=10551232 memory=7092415583339767400 CPUtime=0.17 cores=1,3,5,7
/proc/15695/task/15708/stat : 15708 (java) S 15692 15695 17093 0 -1 1077944384 918 0 0 0 17 0 0 0 20 0 15 0 67222752 10804461568 25442 18446744073709551615 4194304 4196468 140730526378432 139677875116272 139678385277570 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15709] ppid=15692 vsize=10551232 memory=5787213848606435153 CPUtime=0 cores=1,3,5,7
/proc/15695/task/15709/stat : 15709 (java) S 15692 15695 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67222753 10804461568 25442 18446744073709551615 4194304 4196468 140730526378432 139677874063968 139678385276629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15710] ppid=15692 vsize=10551232 memory=7898351070516488779 CPUtime=0 cores=1,3,5,7
/proc/15695/task/15710/stat : 15710 (java) S 15692 15695 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67222757 10804461568 25442 18446744073709551615 4194304 4196468 140730526378432 139677873011504 139678385277570 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 101660 KiB

[startup+1.50165 s]
/proc/loadavg: 4.16 3.59 3.47 6/209 15710
/proc/meminfo: memFree=23472836/32770624 swapFree=67108860/67108860
[pid=15695] ppid=15692 vsize=10551232 memory=245204 CPUtime=3.13 cores=1,3,5,7
/proc/15695/stat : 15695 (java) S 15692 15695 17093 0 -1 1077944320 15272 0 0 0 299 14 0 0 20 0 15 0 67222735 10804461568 61301 18446744073709551615 4194304 4196468 140730526378432 140730526360976 139678385266423 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 11 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
/proc/15695/statm: 2637808 61301 3092 1 0 2627261 0
[pid=15695/tid=15697] ppid=15692 vsize=10551232 memory=288230621803970871 CPUtime=1.25 cores=1,3,5,7
/proc/15695/task/15697/stat : 15697 (java) S 15692 15695 17093 0 -1 1077944384 7375 0 0 0 121 4 0 0 20 0 15 0 67222747 10804461568 61301 18446744073709551615 4194304 4196468 140730526378432 139678389503456 139678385276629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15698] ppid=15692 vsize=10551232 memory=13563795322702378 CPUtime=0.05 cores=1,3,5,7
/proc/15695/task/15698/stat : 15698 (java) R 15692 15695 17093 0 -1 4202560 90 0 0 0 4 1 0 0 20 0 15 0 67222748 10804461568 61301 18446744073709551615 4194304 4196468 140730526378432 139678315686360 139678366892191 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15699] ppid=15692 vsize=10551232 memory=1444 CPUtime=0.03 cores=1,3,5,7
/proc/15695/task/15699/stat : 15699 (java) R 15692 15695 17093 0 -1 4202560 103 0 0 0 3 0 0 0 20 0 15 0 67222748 10804461568 61301 18446744073709551615 4194304 4196468 140730526378432 139678314633816 139678370294297 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15700] ppid=15692 vsize=10551232 memory=1228 CPUtime=0.05 cores=1,3,5,7
/proc/15695/task/15700/stat : 15700 (java) R 15692 15695 17093 0 -1 4202560 95 0 0 0 4 1 0 0 20 0 15 0 67222748 10804461568 61301 18446744073709551615 4194304 4196468 140730526378432 139678313581072 139678370293558 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15701] ppid=15692 vsize=10551232 memory=12200 CPUtime=0.05 cores=1,3,5,7
/proc/15695/task/15701/stat : 15701 (java) R 15692 15695 17093 0 -1 4202560 108 0 0 0 4 1 0 0 20 0 15 0 67222748 10804461568 61301 18446744073709551615 4194304 4196468 140730526378432 139678312528728 139678370294297 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15702] ppid=15692 vsize=10551232 memory=1992 CPUtime=0 cores=1,3,5,7
/proc/15695/task/15702/stat : 15702 (java) S 15692 15695 17093 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 67222749 10804461568 61301 18446744073709551615 4194304 4196468 140730526378432 139677881431072 139678385276629 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15703] ppid=15692 vsize=10551232 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/15695/task/15703/stat : 15703 (java) S 15692 15695 17093 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 67222750 10804461568 61301 18446744073709551615 4194304 4196468 140730526378432 139677880378784 139678385276629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15704] ppid=15692 vsize=10551232 memory=1000 CPUtime=0 cores=1,3,5,7
/proc/15695/task/15704/stat : 15704 (java) S 15692 15695 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 67222750 10804461568 61301 18446744073709551615 4194304 4196468 140730526378432 139677879326192 139678385276629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15705] ppid=15692 vsize=10551232 memory=796 CPUtime=0 cores=1,3,5,7
/proc/15695/task/15705/stat : 15705 (java) S 15692 15695 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67222752 10804461568 61301 18446744073709551615 4194304 4196468 140730526378432 139677878274768 139678385285019 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15706] ppid=15692 vsize=10551232 memory=8944 CPUtime=0.67 cores=1,3,5,7
/proc/15695/task/15706/stat : 15706 (java) R 15692 15695 17093 0 -1 4202560 3160 0 0 0 67 0 0 0 20 0 15 0 67222752 10804461568 61301 18446744073709551615 4194304 4196468 140730526378432 139677877202376 139678368763207 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15707] ppid=15692 vsize=10551232 memory=15876 CPUtime=0.66 cores=1,3,5,7
/proc/15695/task/15707/stat : 15707 (java) S 15692 15695 17093 0 -1 1077944384 1806 0 0 0 66 0 0 0 20 0 15 0 67222752 10804461568 61301 18446744073709551615 4194304 4196468 140730526378432 139677876148368 139678385276629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15708] ppid=15692 vsize=10551232 memory=4048 CPUtime=0.27 cores=1,3,5,7
/proc/15695/task/15708/stat : 15708 (java) S 15692 15695 17093 0 -1 1077944384 1092 0 0 0 26 1 0 0 20 0 15 0 67222752 10804461568 61301 18446744073709551615 4194304 4196468 140730526378432 139677875116272 139678385277570 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15709] ppid=15692 vsize=10551232 memory=21292 CPUtime=0 cores=1,3,5,7
/proc/15695/task/15709/stat : 15709 (java) S 15692 15695 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67222753 10804461568 61301 18446744073709551615 4194304 4196468 140730526378432 139677874063968 139678385276629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15710] ppid=15692 vsize=10551232 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/15695/task/15710/stat : 15710 (java) S 15692 15695 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67222757 10804461568 61301 18446744073709551615 4194304 4196468 140730526378432 139677873011504 139678385277570 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
Current children cumulated CPU time: 3.13 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 245204 KiB

[startup+3.11065 s]
/proc/loadavg: 4.47 3.66 3.50 10/209 15710
/proc/meminfo: memFree=22872832/32770624 swapFree=67108860/67108860
[pid=15695] ppid=15692 vsize=10551232 memory=750368 CPUtime=8.24 cores=1,3,5,7
/proc/15695/stat : 15695 (java) S 15692 15695 17093 0 -1 1077944320 24013 0 0 0 780 44 0 0 20 0 15 0 67222735 10804461568 187592 18446744073709551615 4194304 4196468 140730526378432 140730526360976 139678385266423 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 11 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
/proc/15695/statm: 2637808 187592 3103 1 0 2627261 0
[pid=15695/tid=15697] ppid=15692 vsize=10551232 memory=0 CPUtime=1.89 cores=1,3,5,7
/proc/15695/task/15697/stat : 15697 (java) S 15692 15695 17093 0 -1 1077944384 7432 0 0 0 183 6 0 0 20 0 15 0 67222747 10804461568 187592 18446744073709551615 4194304 4196468 140730526378432 139678389503024 139678385276629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0

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

[pid=15695/tid=15709] ppid=15692 vsize=10551232 memory=796 CPUtime=0 cores=1,3,5,7
/proc/15695/task/15709/stat : 15709 (java) S 15692 15695 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67222753 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 139677874063968 139678385276629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15710] ppid=15692 vsize=10551232 memory=8944 CPUtime=0.04 cores=1,3,5,7
/proc/15695/task/15710/stat : 15710 (java) S 15692 15695 17093 0 -1 1077944384 1168 0 0 0 1 3 0 0 20 0 15 0 67222757 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 139677873011504 139678385277570 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
Current children cumulated CPU time: 252.64 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8381132 KiB

[startup+95.2017 s]
/proc/loadavg: 3.95 3.66 3.51 6/209 15788
/proc/meminfo: memFree=15134228/32770624 swapFree=67108860/67108860
[pid=15695] ppid=15692 vsize=10551232 memory=8381132 CPUtime=255.73 cores=1,3,5,7
/proc/15695/stat : 15695 (java) S 15692 15695 17093 0 -1 1077944320 174131 0 0 0 25020 553 0 0 20 0 15 0 67222735 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 140730526360976 139678385266423 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 11 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
/proc/15695/statm: 2637808 2095283 3112 1 0 2627261 0
[pid=15695/tid=15697] ppid=15692 vsize=10551232 memory=1708 CPUtime=14.96 cores=1,3,5,7
/proc/15695/task/15697/stat : 15697 (java) S 15692 15695 17093 0 -1 1077944384 15902 0 0 0 1485 11 0 0 20 0 15 0 67222747 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 139678389502800 139678385276629 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15698] ppid=15692 vsize=10551232 memory=1444 CPUtime=52.67 cores=1,3,5,7
/proc/15695/task/15698/stat : 15698 (java) R 15692 15695 17093 0 -1 4202560 29487 0 0 0 5136 131 0 0 20 0 15 0 67222748 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 139678315686360 139678370217028 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15699] ppid=15692 vsize=10551232 memory=1228 CPUtime=52.66 cores=1,3,5,7
/proc/15695/task/15699/stat : 15699 (java) R 15692 15695 17093 0 -1 4202560 23216 0 0 0 5132 134 0 0 20 0 15 0 67222748 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 139678314633512 139678377894631 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15700] ppid=15692 vsize=10551232 memory=12200 CPUtime=52.78 cores=1,3,5,7
/proc/15695/task/15700/stat : 15700 (java) R 15692 15695 17093 0 -1 4202560 37909 0 0 0 5142 136 0 0 20 0 15 0 67222748 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 139678313581272 139678369964175 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15701] ppid=15692 vsize=10551232 memory=1992 CPUtime=52.87 cores=1,3,5,7
/proc/15695/task/15701/stat : 15701 (java) R 15692 15695 17093 0 -1 4202560 29884 0 0 0 5156 131 0 0 20 0 15 0 67222748 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 139678312528112 139678377894631 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15702] ppid=15692 vsize=10551232 memory=4300 CPUtime=26.42 cores=1,3,5,7
/proc/15695/task/15702/stat : 15702 (java) S 15692 15695 17093 0 -1 1077944384 19381 0 0 0 2641 1 0 0 20 0 15 0 67222749 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 139677881430880 139678385276629 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15703] ppid=15692 vsize=10551232 memory=932 CPUtime=0 cores=1,3,5,7
/proc/15695/task/15703/stat : 15703 (java) S 15692 15695 17093 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 67222750 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 139677880378848 139678385276629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15704] ppid=15692 vsize=10551232 memory=1624 CPUtime=0 cores=1,3,5,7
/proc/15695/task/15704/stat : 15704 (java) S 15692 15695 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 67222750 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 139677879326192 139678385276629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15705] ppid=15692 vsize=10551232 memory=2160 CPUtime=0 cores=1,3,5,7
/proc/15695/task/15705/stat : 15705 (java) S 15692 15695 17093 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 67222752 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 139677878274416 139678385276629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15706] ppid=15692 vsize=10551232 memory=844 CPUtime=1.99 cores=1,3,5,7
/proc/15695/task/15706/stat : 15706 (java) S 15692 15695 17093 0 -1 1077944384 10642 0 0 0 197 2 0 0 20 0 15 0 67222752 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 139677877221360 139678385277570 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15707] ppid=15692 vsize=10551232 memory=16448 CPUtime=0.97 cores=1,3,5,7
/proc/15695/task/15707/stat : 15707 (java) S 15692 15695 17093 0 -1 1077944384 3126 0 0 0 96 1 0 0 20 0 15 0 67222752 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 139677876168816 139678385277570 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15708] ppid=15692 vsize=10551232 memory=2752 CPUtime=0.28 cores=1,3,5,7
/proc/15695/task/15708/stat : 15708 (java) S 15692 15695 17093 0 -1 1077944384 2050 0 0 0 27 1 0 0 20 0 15 0 67222752 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 139677875116272 139678385277570 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15709] ppid=15692 vsize=10551232 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/15695/task/15709/stat : 15709 (java) S 15692 15695 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67222753 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 139677874063968 139678385276629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15710] ppid=15692 vsize=10551232 memory=2160 CPUtime=0.04 cores=1,3,5,7
/proc/15695/task/15710/stat : 15710 (java) S 15692 15695 17093 0 -1 1077944384 1168 0 0 0 1 3 0 0 20 0 15 0 67222757 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 139677873011504 139678385277570 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
Current children cumulated CPU time: 255.73 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8381132 KiB

[startup+96.0007 s]*
/proc/loadavg: 3.95 3.66 3.51 6/209 15788
/proc/meminfo: memFree=15134228/32770624 swapFree=67108860/67108860
[pid=15695] ppid=15692 vsize=10551232 memory=8381132 CPUtime=258.87 cores=1,3,5,7
/proc/15695/stat : 15695 (java) S 15692 15695 17093 0 -1 1077944320 174131 0 0 0 25334 553 0 0 20 0 15 0 67222735 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 140730526360976 139678385266423 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 11 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
/proc/15695/statm: 2637808 2095283 3112 1 0 2627261 0
[pid=15695/tid=15697] ppid=15692 vsize=10551232 memory=4300 CPUtime=14.96 cores=1,3,5,7
/proc/15695/task/15697/stat : 15697 (java) S 15692 15695 17093 0 -1 1077944384 15902 0 0 0 1485 11 0 0 20 0 15 0 67222747 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 139678389502800 139678385276629 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15698] ppid=15692 vsize=10551232 memory=932 CPUtime=53.46 cores=1,3,5,7
/proc/15695/task/15698/stat : 15698 (java) R 15692 15695 17093 0 -1 4202560 29487 0 0 0 5215 131 0 0 20 0 15 0 67222748 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 139678315686360 139678370217028 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15699] ppid=15692 vsize=10551232 memory=4872558044660077418 CPUtime=53.43 cores=1,3,5,7
/proc/15695/task/15699/stat : 15699 (java) R 15692 15695 17093 0 -1 4202560 23216 0 0 0 5209 134 0 0 20 0 15 0 67222748 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 139678314633200 139678377894631 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15700] ppid=15692 vsize=10551232 memory=1708 CPUtime=53.58 cores=1,3,5,7
/proc/15695/task/15700/stat : 15700 (java) R 15692 15695 17093 0 -1 4202560 37909 0 0 0 5222 136 0 0 20 0 15 0 67222748 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 139678313580656 139678377894631 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15701] ppid=15692 vsize=10551232 memory=1444 CPUtime=53.65 cores=1,3,5,7
/proc/15695/task/15701/stat : 15701 (java) R 15692 15695 17093 0 -1 4202560 29884 0 0 0 5234 131 0 0 20 0 15 0 67222748 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 139678312528112 139678377894631 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15702] ppid=15692 vsize=10551232 memory=1732 CPUtime=26.42 cores=1,3,5,7
/proc/15695/task/15702/stat : 15702 (java) S 15692 15695 17093 0 -1 1077944384 19381 0 0 0 2641 1 0 0 20 0 15 0 67222749 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 139677881430880 139678385276629 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15703] ppid=15692 vsize=10551232 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/15695/task/15703/stat : 15703 (java) S 15692 15695 17093 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 67222750 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 139677880378848 139678385276629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15704] ppid=15692 vsize=10551232 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/15695/task/15704/stat : 15704 (java) S 15692 15695 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 67222750 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 139677879326192 139678385276629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15705] ppid=15692 vsize=10551232 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/15695/task/15705/stat : 15705 (java) S 15692 15695 17093 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 67222752 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 139677878274416 139678385276629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15706] ppid=15692 vsize=10551232 memory=1444 CPUtime=1.99 cores=1,3,5,7
/proc/15695/task/15706/stat : 15706 (java) S 15692 15695 17093 0 -1 1077944384 10642 0 0 0 197 2 0 0 20 0 15 0 67222752 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 139677877221360 139678385277570 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15707] ppid=15692 vsize=10551232 memory=8381132 CPUtime=0.97 cores=1,3,5,7
/proc/15695/task/15707/stat : 15707 (java) S 15692 15695 17093 0 -1 1077944384 3126 0 0 0 96 1 0 0 20 0 15 0 67222752 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 139677876168816 139678385277570 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15708] ppid=15692 vsize=10551232 memory=4048 CPUtime=0.28 cores=1,3,5,7
/proc/15695/task/15708/stat : 15708 (java) S 15692 15695 17093 0 -1 1077944384 2050 0 0 0 27 1 0 0 20 0 15 0 67222752 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 139677875116272 139678385277570 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15709] ppid=15692 vsize=10551232 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/15695/task/15709/stat : 15709 (java) S 15692 15695 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67222753 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 139677874063968 139678385276629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15710] ppid=15692 vsize=10551232 memory=1000 CPUtime=0.04 cores=1,3,5,7
/proc/15695/task/15710/stat : 15710 (java) S 15692 15695 17093 0 -1 1077944384 1168 0 0 0 1 3 0 0 20 0 15 0 67222757 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 139677873011504 139678385277570 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
Current children cumulated CPU time: 258.87 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8381132 KiB

[startup+96.2007 s]
/proc/loadavg: 3.95 3.66 3.51 6/209 15788
/proc/meminfo: memFree=15134228/32770624 swapFree=67108860/67108860
[pid=15695] ppid=15692 vsize=10551232 memory=8381132 CPUtime=259.62 cores=1,3,5,7
/proc/15695/stat : 15695 (java) S 15692 15695 17093 0 -1 1077944320 174171 0 0 0 25408 554 0 0 20 0 15 0 67222735 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 140730526360976 139678385266423 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 11 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
/proc/15695/statm: 2637808 2095283 3112 1 0 2627261 0
[pid=15695/tid=15697] ppid=15692 vsize=10551232 memory=8944 CPUtime=14.96 cores=1,3,5,7
/proc/15695/task/15697/stat : 15697 (java) S 15692 15695 17093 0 -1 1077944384 15902 0 0 0 1485 11 0 0 20 0 15 0 67222747 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 139678389502800 139678385276629 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15698] ppid=15692 vsize=10551232 memory=15876 CPUtime=53.65 cores=1,3,5,7
/proc/15695/task/15698/stat : 15698 (java) R 15692 15695 17093 0 -1 4202560 29527 0 0 0 5234 131 0 0 20 0 15 0 67222748 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 139678315686360 139678369964198 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15699] ppid=15692 vsize=10551232 memory=4048 CPUtime=53.62 cores=1,3,5,7
/proc/15695/task/15699/stat : 15699 (java) R 15692 15695 17093 0 -1 4202560 23216 0 0 0 5228 134 0 0 20 0 15 0 67222748 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 139678314633200 139678377894631 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15700] ppid=15692 vsize=10551232 memory=21292 CPUtime=53.76 cores=1,3,5,7
/proc/15695/task/15700/stat : 15700 (java) R 15692 15695 17093 0 -1 4202560 37909 0 0 0 5240 136 0 0 20 0 15 0 67222748 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 139678313580656 139678377894631 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15701] ppid=15692 vsize=10551232 memory=-8774313645642428999 CPUtime=53.83 cores=1,3,5,7
/proc/15695/task/15701/stat : 15701 (java) R 15692 15695 17093 0 -1 4202560 29884 0 0 0 5252 131 0 0 20 0 15 0 67222748 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 139678312528424 139678377894631 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15702] ppid=15692 vsize=10551232 memory=-7677926825137650786 CPUtime=26.42 cores=1,3,5,7
/proc/15695/task/15702/stat : 15702 (java) S 15692 15695 17093 0 -1 1077944384 19381 0 0 0 2641 1 0 0 20 0 15 0 67222749 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 139677881430880 139678385276629 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15703] ppid=15692 vsize=10551232 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/15695/task/15703/stat : 15703 (java) S 15692 15695 17093 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 67222750 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 139677880378848 139678385276629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15704] ppid=15692 vsize=10551232 memory=8381116 CPUtime=0 cores=1,3,5,7
/proc/15695/task/15704/stat : 15704 (java) S 15692 15695 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 67222750 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 139677879326192 139678385276629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15705] ppid=15692 vsize=10551232 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/15695/task/15705/stat : 15705 (java) S 15692 15695 17093 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 67222752 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 139677878274416 139678385276629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15706] ppid=15692 vsize=10551232 memory=2852 CPUtime=1.99 cores=1,3,5,7
/proc/15695/task/15706/stat : 15706 (java) S 15692 15695 17093 0 -1 1077944384 10642 0 0 0 197 2 0 0 20 0 15 0 67222752 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 139677877221360 139678385277570 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15707] ppid=15692 vsize=10551232 memory=8029172 CPUtime=0.97 cores=1,3,5,7
/proc/15695/task/15707/stat : 15707 (java) S 15692 15695 17093 0 -1 1077944384 3126 0 0 0 96 1 0 0 20 0 15 0 67222752 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 139677876168816 139678385277570 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15708] ppid=15692 vsize=10551232 memory=8381116 CPUtime=0.28 cores=1,3,5,7
/proc/15695/task/15708/stat : 15708 (java) S 15692 15695 17093 0 -1 1077944384 2050 0 0 0 27 1 0 0 20 0 15 0 67222752 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 139677875116272 139678385277570 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15709] ppid=15692 vsize=10551232 memory=7971220 CPUtime=0 cores=1,3,5,7
/proc/15695/task/15709/stat : 15709 (java) S 15692 15695 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67222753 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 139677874063968 139678385276629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15710] ppid=15692 vsize=10551232 memory=1296 CPUtime=0.04 cores=1,3,5,7
/proc/15695/task/15710/stat : 15710 (java) S 15692 15695 17093 0 -1 1077944384 1168 0 0 0 1 3 0 0 20 0 15 0 67222757 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 139677873011504 139678385277570 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
Current children cumulated CPU time: 259.62 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8381132 KiB

[startup+96.3007 s]
/proc/loadavg: 3.95 3.66 3.51 6/209 15788
/proc/meminfo: memFree=15134228/32770624 swapFree=67108860/67108860
[pid=15695] ppid=15692 vsize=10551232 memory=8381132 CPUtime=260.01 cores=1,3,5,7
/proc/15695/stat : 15695 (java) S 15692 15695 17093 0 -1 1077944320 174171 0 0 0 25447 554 0 0 20 0 15 0 67222735 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 140730526360976 139678385266423 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 11 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
/proc/15695/statm: 2637808 2095283 3112 1 0 2627261 0
[pid=15695/tid=15697] ppid=15692 vsize=10551232 memory=8356500 CPUtime=14.96 cores=1,3,5,7
/proc/15695/task/15697/stat : 15697 (java) S 15692 15695 17093 0 -1 1077944384 15902 0 0 0 1485 11 0 0 20 0 15 0 67222747 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 139678389502800 139678385276629 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15698] ppid=15692 vsize=10551232 memory=8381116 CPUtime=53.75 cores=1,3,5,7
/proc/15695/task/15698/stat : 15698 (java) R 15692 15695 17093 0 -1 4202560 29527 0 0 0 5244 131 0 0 20 0 15 0 67222748 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 139678315686360 139678370217632 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15699] ppid=15692 vsize=10551232 memory=8381132 CPUtime=53.72 cores=1,3,5,7
/proc/15695/task/15699/stat : 15699 (java) R 15692 15695 17093 0 -1 4202560 23216 0 0 0 5237 135 0 0 20 0 15 0 67222748 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 139678314633200 139678377894631 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15700] ppid=15692 vsize=10551232 memory=280880258236608 CPUtime=53.85 cores=1,3,5,7
/proc/15695/task/15700/stat : 15700 (java) R 15692 15695 17093 0 -1 4202560 37909 0 0 0 5249 136 0 0 20 0 15 0 67222748 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 139678313580656 139678377894631 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15701] ppid=15692 vsize=10551232 memory=6944656592387989600 CPUtime=53.92 cores=1,3,5,7
/proc/15695/task/15701/stat : 15701 (java) R 15692 15695 17093 0 -1 4202560 29884 0 0 0 5261 131 0 0 20 0 15 0 67222748 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 139678312528112 139678377894631 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15702] ppid=15692 vsize=10551232 memory=8381132 CPUtime=26.42 cores=1,3,5,7
/proc/15695/task/15702/stat : 15702 (java) S 15692 15695 17093 0 -1 1077944384 19381 0 0 0 2641 1 0 0 20 0 15 0 67222749 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 139677881430880 139678385276629 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15703] ppid=15692 vsize=10551232 memory=37828 CPUtime=0 cores=1,3,5,7
/proc/15695/task/15703/stat : 15703 (java) S 15692 15695 17093 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 67222750 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 139677880378848 139678385276629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15704] ppid=15692 vsize=10551232 memory=8381132 CPUtime=0 cores=1,3,5,7
/proc/15695/task/15704/stat : 15704 (java) S 15692 15695 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 67222750 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 139677879326192 139678385276629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15705] ppid=15692 vsize=10551232 memory=8381132 CPUtime=0 cores=1,3,5,7
/proc/15695/task/15705/stat : 15705 (java) S 15692 15695 17093 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 67222752 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 139677878274416 139678385276629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15706] ppid=15692 vsize=10551232 memory=8381116 CPUtime=1.99 cores=1,3,5,7
/proc/15695/task/15706/stat : 15706 (java) S 15692 15695 17093 0 -1 1077944384 10642 0 0 0 197 2 0 0 20 0 15 0 67222752 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 139677877221360 139678385277570 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15707] ppid=15692 vsize=10551232 memory=8381116 CPUtime=0.97 cores=1,3,5,7
/proc/15695/task/15707/stat : 15707 (java) S 15692 15695 17093 0 -1 1077944384 3126 0 0 0 96 1 0 0 20 0 15 0 67222752 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 139677876168816 139678385277570 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15708] ppid=15692 vsize=10551232 memory=8381116 CPUtime=0.28 cores=1,3,5,7
/proc/15695/task/15708/stat : 15708 (java) S 15692 15695 17093 0 -1 1077944384 2050 0 0 0 27 1 0 0 20 0 15 0 67222752 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 139677875116272 139678385277570 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15709] ppid=15692 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15695/task/15709/stat : 15709 (java) S 15692 15695 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67222753 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 139677874063968 139678385276629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
[pid=15695/tid=15710] ppid=15692 vsize=10551232 memory=8381132 CPUtime=0.04 cores=1,3,5,7
/proc/15695/task/15710/stat : 15710 (java) S 15692 15695 17093 0 -1 1077944384 1168 0 0 0 1 3 0 0 20 0 15 0 67222757 10804461568 2095283 18446744073709551615 4194304 4196468 140730526378432 139677873011504 139678385277570 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140730526384533 140730526384686 140730526384686 140730526388175 0
Current children cumulated CPU time: 260.01 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8381132 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 96.3539
CPU time (s): 260.1
CPU user time (s): 254.514
CPU system time (s): 5.58653
CPU usage (%): 269.943
Max. virtual memory (cumulated for all children) (KiB): 10553992
Max. memory (cumulated for all children) (KiB): 8381132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 254.514
system time used= 5.58653
maximum resident set size= 8381472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 174175
page faults= 0
swaps= 0
block input operations= 0
block output operations= 200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5991
involuntary context switches= 4961


# summary of solver processes directly reported to runsolver:
#   pid: 15695
#   total CPU time (s): 260.1
#   total CPU user time (s): 254.514
#   total CPU system time (s): 5.58653

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.627778 second user time and 0.910623 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-13 20:37:26
IDJOB=4257886
IDBENCH=137104
IDSOLVER=2643
FILE ID=node127/4257886-1502650294
RUNJOBID= node127-1502642200-6041
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-sw120/BinPacking-mdd-sw120-30.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4257886-1502650294/watcher-4257886-1502650294 -o /tmp/evaluation-result-4257886-1502650294/solver-4257886-1502650294 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502642200-6041 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4257886-1502650294.xml

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

MD5SUM BENCH= 1730b431530ce221acf4898e37ce65f9
RANDOM SEED=479840707

node127.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.92
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.92
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.92
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.92
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:        23613956 kB
MemAvailable:   24058332 kB
Buffers:          202316 kB
Cached:           537644 kB
SwapCached:            0 kB
Active:          8498792 kB
Inactive:         217600 kB
Active(anon):    7925740 kB
Inactive(anon):    83872 kB
Active(file):     573052 kB
Inactive(file):   133728 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2032 kB
Writeback:             4 kB
AnonPages:       7976408 kB
Mapped:            59088 kB
Shmem:             33444 kB
Slab:             132512 kB
SReclaimable:     106860 kB
SUnreclaim:        25652 kB
KernelStack:        3440 kB
PageTables:        20188 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8596168 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7589888 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= 62028 MiB
End job on node127 at 2017-08-13 20:39:02