Trace number 4257897

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.10501 85.185898

General information on the benchmark

NameBinPacking/BinPacking-sum-skj1/
BinPacking-sum-n4c3w4o.xml
MD5SUMee745fcf29eade3c7f55b7e84eebe45a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark93
Best CPU time to get the best result obtained on this benchmark1989.67
Satisfiable
(Un)Satisfiability was proved
Number of variables1293
Number of constraints649
Number of domains2
Minimum domain size72
Maximum domain size324
Distribution of domain sizes[{"size":72,"count":1292},{"size":324,"count":1}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":969},{"degree":5,"count":323}]
Minimum constraint arity4
Maximum constraint arity1292
Distribution of constraint arities[{"arity":4,"count":646},{"arity":324,"count":1},{"arity":1292,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":323},{"type":"lex","count":1},{"type":"sum","count":323},{"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 (11445 MiB free)
  memory of node 1: 16384 MiB (15610 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4257897-1502649806/watcher-4257897-1502649806 -o /tmp/evaluation-result-4257897-1502649806/solver-4257897-1502649806 -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-4257897-1502649806.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=15060, runsolver pid=15057


[startup+0.100088 s]*
/proc/loadavg: 3.92 3.09 3.34 7/200 15066
/proc/meminfo: memFree=27697584/32770624 swapFree=67108860/67108860
[pid=15060] ppid=15057 vsize=10018544 memory=19320 CPUtime=0.01 cores=1,3,5,7
/proc/15060/stat : 15060 (java) S 15057 15060 17093 0 -1 1077944320 3633 0 0 0 1 0 0 0 20 0 7 0 67173946 10258989056 4830 18446744073709551615 4194304 4196468 140737129787392 140737129769936 139832778092279 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
/proc/15060/statm: 2504636 4830 1965 1 0 2494133 0
[pid=15060/tid=15062] ppid=15057 vsize=10018544 memory=4206751525541407381 CPUtime=0.01 cores=1,3,5,7
/proc/15060/task/15062/stat : 15062 (java) R 15057 15060 17093 0 -1 4202560 2392 0 0 0 1 0 0 0 20 0 7 0 67173954 10258989056 4896 18446744073709551615 4194304 4196468 140737129787392 139832782334736 139832778114205 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15063] ppid=15057 vsize=10018544 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/15060/task/15063/stat : 15063 (java) S 15057 15060 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 67173955 10258989056 4896 18446744073709551615 4194304 4196468 140737129787392 139832735058576 139832778102485 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15064] ppid=15057 vsize=10018544 memory=140572739700352 CPUtime=0 cores=1,3,5,7
/proc/15060/task/15064/stat : 15064 (java) S 15057 15060 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 67173955 10258989056 4896 18446744073709551615 4194304 4196468 140737129787392 139832734005776 139832778102485 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15065] ppid=15057 vsize=10018544 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15060/task/15065/stat : 15065 (java) S 15057 15060 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 67173955 10258989056 4896 18446744073709551615 4194304 4196468 140737129787392 139832732952976 139832778102485 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15066] ppid=15057 vsize=10018544 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15060/task/15066/stat : 15066 (java) S 15057 15060 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 67173955 10258989056 4896 18446744073709551615 4194304 4196468 140737129787392 139832731900176 139832778102485 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15067] ppid=15057 vsize=10018544 memory=140572739700352 CPUtime=0 cores=1,3,5,7
/proc/15060/task/15067/stat : 15067 (java) S 15057 15060 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 67173956 10258989056 4896 18446744073709551615 4194304 4196468 140737129787392 139832342281072 139832778103426 0 0 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 10018544 KiB
Current children cumulated memory: 19320 KiB

[startup+0.209672 s]*
/proc/loadavg: 3.92 3.09 3.34 5/208 15074
/proc/meminfo: memFree=27693628/32770624 swapFree=67108860/67108860
[pid=15060] ppid=15057 vsize=10484492 memory=22840 CPUtime=0.05 cores=1,3,5,7
/proc/15060/stat : 15060 (java) S 15057 15060 17093 0 -1 1077944320 4674 0 0 0 4 1 0 0 20 0 14 0 67173946 10736119808 5710 18446744073709551615 4194304 4196468 140737129787392 140737129769936 139832778092279 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
/proc/15060/statm: 2621123 5710 2578 1 0 2610620 0
[pid=15060/tid=15062] ppid=15057 vsize=10484492 memory=8318255677412212789 CPUtime=0.04 cores=1,3,5,7
/proc/15060/task/15062/stat : 15062 (java) D 15057 15060 17093 0 -1 4202560 2784 0 0 0 4 0 0 0 20 0 14 0 67173954 10736119808 5710 18446744073709551615 4194304 4196468 140737129787392 139832782329760 139832778114301 0 4 1 16800974 18446744071580418449 0 0 -1 5 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15063] ppid=15057 vsize=10484492 memory=330 CPUtime=0 cores=1,3,5,7
/proc/15060/task/15063/stat : 15063 (java) S 15057 15060 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 67173955 10736119808 5710 18446744073709551615 4194304 4196468 140737129787392 139832735058576 139832778102485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15064] ppid=15057 vsize=10484492 memory=288370948891412096 CPUtime=0 cores=1,3,5,7
/proc/15060/task/15064/stat : 15064 (java) S 15057 15060 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 67173955 10736119808 5710 18446744073709551615 4194304 4196468 140737129787392 139832734005776 139832778102485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15065] ppid=15057 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15060/task/15065/stat : 15065 (java) S 15057 15060 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 67173955 10736119808 5710 18446744073709551615 4194304 4196468 140737129787392 139832732952976 139832778102485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15066] ppid=15057 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15060/task/15066/stat : 15066 (java) S 15057 15060 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 67173955 10736119808 5710 18446744073709551615 4194304 4196468 140737129787392 139832731900176 139832778102485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15067] ppid=15057 vsize=10484492 memory=140572739700352 CPUtime=0 cores=1,3,5,7
/proc/15060/task/15067/stat : 15067 (java) S 15057 15060 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 67173956 10736119808 5710 18446744073709551615 4194304 4196468 140737129787392 139832342281072 139832778103426 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15068] ppid=15057 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15060/task/15068/stat : 15068 (java) S 15057 15060 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 67173957 10736119808 5710 18446744073709551615 4194304 4196468 140737129787392 139832341227040 139832778102485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15069] ppid=15057 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15060/task/15069/stat : 15069 (java) S 15057 15060 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 67173957 10736119808 5710 18446744073709551615 4194304 4196468 140737129787392 139832340174192 139832778102485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15070] ppid=15057 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15060/task/15070/stat : 15070 (java) S 15057 15060 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 67173959 10736119808 5710 18446744073709551615 4194304 4196468 140737129787392 139832339122512 139832778110875 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15071] ppid=15057 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15060/task/15071/stat : 15071 (java) S 15057 15060 17093 0 -1 1077944384 312 0 0 0 0 0 0 0 20 0 14 0 67173959 10736119808 5710 18446744073709551615 4194304 4196468 140737129787392 139832338069872 139832778103426 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15072] ppid=15057 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15060/task/15072/stat : 15072 (java) S 15057 15060 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 67173959 10736119808 5710 18446744073709551615 4194304 4196468 140737129787392 139832337017072 139832778103426 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15073] ppid=15057 vsize=10484492 memory=140572739700352 CPUtime=0 cores=1,3,5,7
/proc/15060/task/15073/stat : 15073 (java) S 15057 15060 17093 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 14 0 67173959 10736119808 5710 18446744073709551615 4194304 4196468 140737129787392 139832335964272 139832778103426 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15074] ppid=15057 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15060/task/15074/stat : 15074 (java) S 15057 15060 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 67173959 10736119808 5710 18446744073709551615 4194304 4196468 140737129787392 139832334911712 139832778102485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 22840 KiB

[startup+0.30988 s]*
/proc/loadavg: 3.92 3.09 3.34 7/209 15075
/proc/meminfo: memFree=27682624/32770624 swapFree=67108860/67108860
[pid=15060] ppid=15057 vsize=10551156 memory=33372 CPUtime=0.19 cores=1,3,5,7
/proc/15060/stat : 15060 (java) S 15057 15060 17093 0 -1 1077944320 8101 0 0 0 17 2 0 0 20 0 15 0 67173946 10804383744 8343 18446744073709551615 4194304 4196468 140737129787392 140737129769936 139832778092279 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
/proc/15060/statm: 2637789 8343 2865 1 0 2627261 0
[pid=15060/tid=15062] ppid=15057 vsize=10551156 memory=-7677926825137650786 CPUtime=0.14 cores=1,3,5,7
/proc/15060/task/15062/stat : 15062 (java) R 15057 15060 17093 0 -1 4202560 5760 0 0 0 12 2 0 0 20 0 15 0 67173954 10804383744 8343 18446744073709551615 4194304 4196468 140737129787392 139832782313584 139832778114205 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15063] ppid=15057 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/15060/task/15063/stat : 15063 (java) S 15057 15060 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67173955 10804383744 8343 18446744073709551615 4194304 4196468 140737129787392 139832735058576 139832778102485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15064] ppid=15057 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15060/task/15064/stat : 15064 (java) S 15057 15060 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67173955 10804383744 8343 18446744073709551615 4194304 4196468 140737129787392 139832734005776 139832778102485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15065] ppid=15057 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15060/task/15065/stat : 15065 (java) S 15057 15060 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67173955 10804383744 8343 18446744073709551615 4194304 4196468 140737129787392 139832732952976 139832778102485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15066] ppid=15057 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15060/task/15066/stat : 15066 (java) S 15057 15060 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67173955 10804383744 8343 18446744073709551615 4194304 4196468 140737129787392 139832731900176 139832778102485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15067] ppid=15057 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15060/task/15067/stat : 15067 (java) S 15057 15060 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67173956 10804383744 8343 18446744073709551615 4194304 4196468 140737129787392 139832342281072 139832778103426 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15068] ppid=15057 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15060/task/15068/stat : 15068 (java) S 15057 15060 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 67173957 10804383744 8343 18446744073709551615 4194304 4196468 140737129787392 139832341227040 139832778102485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15069] ppid=15057 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15060/task/15069/stat : 15069 (java) S 15057 15060 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 67173957 10804383744 8343 18446744073709551615 4194304 4196468 140737129787392 139832340174192 139832778102485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15070] ppid=15057 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15060/task/15070/stat : 15070 (java) S 15057 15060 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67173959 10804383744 8343 18446744073709551615 4194304 4196468 140737129787392 139832339122512 139832778110875 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15071] ppid=15057 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/15060/task/15071/stat : 15071 (java) S 15057 15060 17093 0 -1 1077944384 501 0 0 0 1 0 0 0 20 0 15 0 67173959 10804383744 8343 18446744073709551615 4194304 4196468 140737129787392 139832338069872 139832778103426 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15072] ppid=15057 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15060/task/15072/stat : 15072 (java) S 15057 15060 17093 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 67173959 10804383744 8343 18446744073709551615 4194304 4196468 140737129787392 139832337017072 139832778103426 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15073] ppid=15057 vsize=10551156 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/15060/task/15073/stat : 15073 (java) S 15057 15060 17093 0 -1 1077944384 411 0 0 0 3 0 0 0 20 0 15 0 67173959 10804383744 8343 18446744073709551615 4194304 4196468 140737129787392 139832335964272 139832778103426 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15074] ppid=15057 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15060/task/15074/stat : 15074 (java) S 15057 15060 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67173959 10804383744 8343 18446744073709551615 4194304 4196468 140737129787392 139832334911712 139832778102485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15075] ppid=15057 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15060/task/15075/stat : 15075 (java) S 15057 15060 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67173968 10804383744 8343 18446744073709551615 4194304 4196468 140737129787392 139832333860016 139832778103426 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 33372 KiB

[startup+0.700733 s]
/proc/loadavg: 3.92 3.09 3.34 9/209 15075
/proc/meminfo: memFree=27665356/32770624 swapFree=67108860/67108860
[pid=15060] ppid=15057 vsize=10551232 memory=200924 CPUtime=1.2 cores=1,3,5,7
/proc/15060/stat : 15060 (java) S 15057 15060 17093 0 -1 1077944320 12263 0 0 0 112 8 0 0 20 0 15 0 67173946 10804461568 50231 18446744073709551615 4194304 4196468 140737129787392 140737129769936 139832778092279 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
/proc/15060/statm: 2637808 50231 3058 1 0 2627261 0
[pid=15060/tid=15062] ppid=15057 vsize=10551232 memory=281145204194304 CPUtime=0.49 cores=1,3,5,7
/proc/15060/task/15062/stat : 15062 (java) R 15057 15060 17093 0 -1 4202560 6830 0 0 0 45 4 0 0 20 0 15 0 67173954 10804461568 50231 18446744073709551615 4194304 4196468 140737129787392 139832782328576 139832410894225 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15063] ppid=15057 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15060/task/15063/stat : 15063 (java) S 15057 15060 17093 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 67173955 10804461568 50231 18446744073709551615 4194304 4196468 140737129787392 139832735058576 139832778102485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15064] ppid=15057 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15060/task/15064/stat : 15064 (java) S 15057 15060 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 67173955 10804461568 50231 18446744073709551615 4194304 4196468 140737129787392 139832734005776 139832778102485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15065] ppid=15057 vsize=10551232 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/15060/task/15065/stat : 15065 (java) S 15057 15060 17093 0 -1 1077944384 14 0 0 0 1 0 0 0 20 0 15 0 67173955 10804461568 50231 18446744073709551615 4194304 4196468 140737129787392 139832732952976 139832778102485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15066] ppid=15057 vsize=10551232 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/15060/task/15066/stat : 15066 (java) S 15057 15060 17093 0 -1 1077944384 32 0 0 0 1 0 0 0 20 0 15 0 67173955 10804461568 50231 18446744073709551615 4194304 4196468 140737129787392 139832731900176 139832778102485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15067] ppid=15057 vsize=10551232 memory=15 CPUtime=0 cores=1,3,5,7
/proc/15060/task/15067/stat : 15067 (java) S 15057 15060 17093 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 67173956 10804461568 50231 18446744073709551615 4194304 4196468 140737129787392 139832342281072 139832778103426 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15068] ppid=15057 vsize=10551232 memory=69 CPUtime=0 cores=1,3,5,7
/proc/15060/task/15068/stat : 15068 (java) S 15057 15060 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 67173957 10804461568 50231 18446744073709551615 4194304 4196468 140737129787392 139832341227040 139832778102485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15069] ppid=15057 vsize=10551232 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/15060/task/15069/stat : 15069 (java) S 15057 15060 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 67173957 10804461568 50231 18446744073709551615 4194304 4196468 140737129787392 139832340174192 139832778102485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15070] ppid=15057 vsize=10551232 memory=6485400618202 CPUtime=0 cores=1,3,5,7
/proc/15060/task/15070/stat : 15070 (java) S 15057 15060 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67173959 10804461568 50231 18446744073709551615 4194304 4196468 140737129787392 139832339122512 139832778110875 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15071] ppid=15057 vsize=10551232 memory=288230621803970871 CPUtime=0.19 cores=1,3,5,7
/proc/15060/task/15071/stat : 15071 (java) R 15057 15060 17093 0 -1 4202560 1536 0 0 0 19 0 0 0 20 0 15 0 67173959 10804461568 50231 18446744073709551615 4194304 4196468 140737129787392 139832338061152 139832763199871 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15072] ppid=15057 vsize=10551232 memory=13563795322702378 CPUtime=0.17 cores=1,3,5,7
/proc/15060/task/15072/stat : 15072 (java) R 15057 15060 17093 0 -1 4202560 758 0 0 0 17 0 0 0 20 0 15 0 67173959 10804461568 50231 18446744073709551615 4194304 4196468 140737129787392 139832337002064 139832758792583 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15073] ppid=15057 vsize=10551232 memory=344 CPUtime=0.24 cores=1,3,5,7
/proc/15060/task/15073/stat : 15073 (java) S 15057 15060 17093 0 -1 1077944384 1612 0 0 0 24 0 0 0 20 0 15 0 67173959 10804461568 50231 18446744073709551615 4194304 4196468 140737129787392 139832335964272 139832778103426 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15074] ppid=15057 vsize=10551232 memory=1 CPUtime=0 cores=1,3,5,7
/proc/15060/task/15074/stat : 15074 (java) S 15057 15060 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67173959 10804461568 50231 18446744073709551615 4194304 4196468 140737129787392 139832334911712 139832778102485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15075] ppid=15057 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15060/task/15075/stat : 15075 (java) S 15057 15060 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67173968 10804461568 50231 18446744073709551615 4194304 4196468 140737129787392 139832333860016 139832778103426 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 200924 KiB

[startup+1.50168 s]
/proc/loadavg: 3.92 3.09 3.34 8/209 15075
/proc/meminfo: memFree=27350052/32770624 swapFree=67108860/67108860
[pid=15060] ppid=15057 vsize=10551232 memory=741240 CPUtime=3.4 cores=1,3,5,7
/proc/15060/stat : 15060 (java) S 15057 15060 17093 0 -1 1077944320 14700 0 0 0 303 37 0 0 20 0 15 0 67173946 10804461568 185310 18446744073709551615 4194304 4196468 140737129787392 140737129769936 139832778092279 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
/proc/15060/statm: 2637808 185310 3093 1 0 2627261 0
[pid=15060/tid=15062] ppid=15057 vsize=10551232 memory=7163372592375687019 CPUtime=1.07 cores=1,3,5,7
/proc/15060/task/15062/stat : 15062 (java) S 15057 15060 17093 0 -1 1077944384 8060 0 0 0 98 9 0 0 20 0 15 0 67173954 10804461568 185310 18446744073709551615 4194304 4196468 140737129787392 139832782328240 139832778102485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15063] ppid=15057 vsize=10551232 memory=7667497565627765351 CPUtime=0.21 cores=1,3,5,7
/proc/15060/task/15063/stat : 15063 (java) R 15057 15060 17093 0 -1 4202560 110 0 0 0 15 6 0 0 20 0 15 0 67173955 10804461568 185310 18446744073709551615 4194304 4196468 140737129787392 139832735058576 139832763114400 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15064] ppid=15057 vsize=10551232 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/15060/task/15064/stat : 15064 (java) R 15057 15060 17093 0 -1 4202560 188 0 0 0 15 6 0 0 20 0 15 0 67173955 10804461568 185310 18446744073709551615 4194304 4196468 140737129787392 139832734005976 139832763114400 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15065] ppid=15057 vsize=10551232 memory=7163626566474293334 CPUtime=0.22 cores=1,3,5,7
/proc/15060/task/15065/stat : 15065 (java) R 15057 15060 17093 0 -1 4202560 208 0 0 0 16 6 0 0 20 0 15 0 67173955 10804461568 185310 18446744073709551615 4194304 4196468 140737129787392 139832732952864 139832763114400 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15066] ppid=15057 vsize=10551232 memory=7740394082692059248 CPUtime=0.23 cores=1,3,5,7
/proc/15060/task/15066/stat : 15066 (java) R 15057 15060 17093 0 -1 4202560 207 0 0 0 17 6 0 0 20 0 15 0 67173955 10804461568 185310 18446744073709551615 4194304 4196468 140737129787392 139832731900376 139832763114400 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15067] ppid=15057 vsize=10551232 memory=7809896416052408177 CPUtime=0 cores=1,3,5,7
/proc/15060/task/15067/stat : 15067 (java) S 15057 15060 17093 0 -1 1077944384 211 0 0 0 0 0 0 0 20 0 15 0 67173956 10804461568 185310 18446744073709551615 4194304 4196468 140737129787392 139832342279584 139832778102485 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15068] ppid=15057 vsize=10551232 memory=7306062783016687469 CPUtime=0 cores=1,3,5,7
/proc/15060/task/15068/stat : 15068 (java) S 15057 15060 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 67173957 10804461568 185310 18446744073709551615 4194304 4196468 140737129787392 139832341227040 139832778102485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15069] ppid=15057 vsize=10551232 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/15060/task/15069/stat : 15069 (java) S 15057 15060 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 67173957 10804461568 185310 18446744073709551615 4194304 4196468 140737129787392 139832340174192 139832778102485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15070] ppid=15057 vsize=10551232 memory=37800 CPUtime=0 cores=1,3,5,7
/proc/15060/task/15070/stat : 15070 (java) S 15057 15060 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67173959 10804461568 185310 18446744073709551615 4194304 4196468 140737129787392 139832339122512 139832778110875 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15071] ppid=15057 vsize=10551232 memory=1296 CPUtime=0.56 cores=1,3,5,7
/proc/15060/task/15071/stat : 15071 (java) S 15057 15060 17093 0 -1 1077944384 1670 0 0 0 56 0 0 0 20 0 15 0 67173959 10804461568 185310 18446744073709551615 4194304 4196468 140737129787392 139832338069872 139832778103426 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15072] ppid=15057 vsize=10551232 memory=2420 CPUtime=0.53 cores=1,3,5,7
/proc/15060/task/15072/stat : 15072 (java) S 15057 15060 17093 0 -1 1077944384 997 0 0 0 53 0 0 0 20 0 15 0 67173959 10804461568 185310 18446744073709551615 4194304 4196468 140737129787392 139832337017072 139832778103426 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15073] ppid=15057 vsize=10551232 memory=1732 CPUtime=0.29 cores=1,3,5,7
/proc/15060/task/15073/stat : 15073 (java) S 15057 15060 17093 0 -1 1077944384 1687 0 0 0 29 0 0 0 20 0 15 0 67173959 10804461568 185310 18446744073709551615 4194304 4196468 140737129787392 139832335964272 139832778103426 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15074] ppid=15057 vsize=10551232 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/15060/task/15074/stat : 15074 (java) S 15057 15060 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67173959 10804461568 185310 18446744073709551615 4194304 4196468 140737129787392 139832334911712 139832778102485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15075] ppid=15057 vsize=10551232 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/15060/task/15075/stat : 15075 (java) S 15057 15060 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67173968 10804461568 185310 18446744073709551615 4194304 4196468 140737129787392 139832333860016 139832778103426 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
Current children cumulated CPU time: 3.4 s
Current children cumulated vsize: 10551232 KiB

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

[pid=15060/tid=15074] ppid=15057 vsize=10616768 memory=37828 CPUtime=0 cores=1,3,5,7
/proc/15060/task/15074/stat : 15074 (java) S 15057 15060 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67173959 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 139832334911712 139832778102485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15075] ppid=15057 vsize=10616768 memory=1296 CPUtime=0.03 cores=1,3,5,7
/proc/15060/task/15075/stat : 15075 (java) S 15057 15060 17093 0 -1 1077944384 242 0 0 0 1 2 0 0 20 0 15 0 67173968 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 139832333860016 139832778103426 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
Current children cumulated CPU time: 252.43 s
Current children cumulated vsize: 10616768 KiB
Current children cumulated memory: 8245084 KiB

[startup+84.0017 s]*
/proc/loadavg: 4.52 3.47 3.45 6/214 15167
/proc/meminfo: memFree=20267196/32770624 swapFree=67108860/67108860
[pid=15060] ppid=15057 vsize=10616768 memory=8245084 CPUtime=255.6 cores=1,3,5,7
/proc/15060/stat : 15060 (java) S 15057 15060 17093 0 -1 1077944320 364477 0 0 0 24993 567 0 0 20 0 15 0 67173946 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 140737129769936 139832778092279 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
/proc/15060/statm: 2654192 2061271 3131 1 0 2643645 0
[pid=15060/tid=15062] ppid=15057 vsize=10616768 memory=4638798211352975206 CPUtime=15.97 cores=1,3,5,7
/proc/15060/task/15062/stat : 15062 (java) S 15057 15060 17093 0 -1 1077944384 16769 0 0 0 1583 14 0 0 20 0 15 0 67173954 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 139832782325392 139832778102485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15063] ppid=15057 vsize=10616768 memory=4872558044660077418 CPUtime=56.54 cores=1,3,5,7
/proc/15060/task/15063/stat : 15063 (java) R 15057 15060 17093 0 -1 4202560 99180 0 0 0 5523 131 0 0 20 0 15 0 67173955 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 139832735058576 139832762549910 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15064] ppid=15057 vsize=10616768 memory=6944656592387989600 CPUtime=55.86 cores=1,3,5,7
/proc/15060/task/15064/stat : 15064 (java) R 15057 15060 17093 0 -1 4202560 102088 0 0 0 5450 136 0 0 20 0 15 0 67173955 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 139832734005776 139832762792967 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15065] ppid=15057 vsize=10616768 memory=6944652177228980320 CPUtime=56.18 cores=1,3,5,7
/proc/15060/task/15065/stat : 15065 (java) R 15057 15060 17093 0 -1 4202560 50443 0 0 0 5472 146 0 0 20 0 15 0 67173955 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 139832732952976 139832763088832 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15066] ppid=15057 vsize=10616768 memory=6655300316396806240 CPUtime=56.26 cores=1,3,5,7
/proc/15060/task/15066/stat : 15066 (java) R 15057 15060 17093 0 -1 4202560 56225 0 0 0 5497 129 0 0 20 0 15 0 67173955 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 139832731900064 139832762792873 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15067] ppid=15057 vsize=10616768 memory=6944656592455360604 CPUtime=10.77 cores=1,3,5,7
/proc/15060/task/15067/stat : 15067 (java) S 15057 15060 17093 0 -1 1077944384 18690 0 0 0 1076 1 0 0 20 0 15 0 67173956 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 139832342279616 139832778102485 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15068] ppid=15057 vsize=10616768 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/15060/task/15068/stat : 15068 (java) S 15057 15060 17093 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 67173957 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 139832341227104 139832778102485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15069] ppid=15057 vsize=10616768 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/15060/task/15069/stat : 15069 (java) S 15057 15060 17093 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 67173957 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 139832340174208 139832778102485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15070] ppid=15057 vsize=10616768 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/15060/task/15070/stat : 15070 (java) S 15057 15060 17093 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 67173959 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 139832339122160 139832778102485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15071] ppid=15057 vsize=10616768 memory=6944652177228980320 CPUtime=1.5 cores=1,3,5,7
/proc/15060/task/15071/stat : 15071 (java) S 15057 15060 17093 0 -1 1077944384 5880 0 0 0 149 1 0 0 20 0 15 0 67173959 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 139832338069632 139832778102485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15072] ppid=15057 vsize=10616768 memory=6655300316396806240 CPUtime=2 cores=1,3,5,7
/proc/15060/task/15072/stat : 15072 (java) S 15057 15060 17093 0 -1 1077944384 10931 0 0 0 198 2 0 0 20 0 15 0 67173959 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 139832337017120 139832778102485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15073] ppid=15057 vsize=10616768 memory=6944656592455097440 CPUtime=0.38 cores=1,3,5,7
/proc/15060/task/15073/stat : 15073 (java) S 15057 15060 17093 0 -1 1077944384 2599 0 0 0 37 1 0 0 20 0 15 0 67173959 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 139832335964320 139832778102485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15074] ppid=15057 vsize=10616768 memory=-9174445032661854264 CPUtime=0 cores=1,3,5,7
/proc/15060/task/15074/stat : 15074 (java) S 15057 15060 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67173959 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 139832334911712 139832778102485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15075] ppid=15057 vsize=10616768 memory=6943526294502006880 CPUtime=0.03 cores=1,3,5,7
/proc/15060/task/15075/stat : 15075 (java) S 15057 15060 17093 0 -1 1077944384 242 0 0 0 1 2 0 0 20 0 15 0 67173968 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 139832333860016 139832778103426 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
Current children cumulated CPU time: 255.6 s
Current children cumulated vsize: 10616768 KiB
Current children cumulated memory: 8245084 KiB

[startup+84.8007 s]
/proc/loadavg: 4.52 3.47 3.45 6/214 15167
/proc/meminfo: memFree=20267196/32770624 swapFree=67108860/67108860
[pid=15060] ppid=15057 vsize=10616768 memory=8245084 CPUtime=258.75 cores=1,3,5,7
/proc/15060/stat : 15060 (java) S 15057 15060 17093 0 -1 1077944320 364477 0 0 0 25308 567 0 0 20 0 15 0 67173946 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 140737129769936 139832778092279 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
/proc/15060/statm: 2654192 2061271 3131 1 0 2643645 0
[pid=15060/tid=15062] ppid=15057 vsize=10616768 memory=8245084 CPUtime=15.97 cores=1,3,5,7
/proc/15060/task/15062/stat : 15062 (java) S 15057 15060 17093 0 -1 1077944384 16769 0 0 0 1583 14 0 0 20 0 15 0 67173954 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 139832782325392 139832778102485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15063] ppid=15057 vsize=10616768 memory=-8774313645642428999 CPUtime=57.33 cores=1,3,5,7
/proc/15060/task/15063/stat : 15063 (java) R 15057 15060 17093 0 -1 4202560 99180 0 0 0 5602 131 0 0 20 0 15 0 67173955 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 139832735058776 139832762549899 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15064] ppid=15057 vsize=10616768 memory=1732 CPUtime=56.65 cores=1,3,5,7
/proc/15060/task/15064/stat : 15064 (java) R 15057 15060 17093 0 -1 4202560 102088 0 0 0 5528 137 0 0 20 0 15 0 67173955 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 139832734005976 139832762792864 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15065] ppid=15057 vsize=10616768 memory=-8774313645642428999 CPUtime=56.97 cores=1,3,5,7
/proc/15060/task/15065/stat : 15065 (java) R 15057 15060 17093 0 -1 4202560 50443 0 0 0 5551 146 0 0 20 0 15 0 67173955 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 139832732953176 139832763088689 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15066] ppid=15057 vsize=10616768 memory=8303054830060986464 CPUtime=57.05 cores=1,3,5,7
/proc/15060/task/15066/stat : 15066 (java) R 15057 15060 17093 0 -1 4202560 56225 0 0 0 5576 129 0 0 20 0 15 0 67173955 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 139832731900064 139832763088660 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15067] ppid=15057 vsize=10616768 memory=-8774313645642428999 CPUtime=10.77 cores=1,3,5,7
/proc/15060/task/15067/stat : 15067 (java) S 15057 15060 17093 0 -1 1077944384 18690 0 0 0 1076 1 0 0 20 0 15 0 67173956 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 139832342279616 139832778102485 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15068] ppid=15057 vsize=10616768 memory=932 CPUtime=0 cores=1,3,5,7
/proc/15060/task/15068/stat : 15068 (java) S 15057 15060 17093 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 67173957 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 139832341227104 139832778102485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15069] ppid=15057 vsize=10616768 memory=12200 CPUtime=0 cores=1,3,5,7
/proc/15060/task/15069/stat : 15069 (java) S 15057 15060 17093 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 67173957 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 139832340174208 139832778102485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15070] ppid=15057 vsize=10616768 memory=1992 CPUtime=0 cores=1,3,5,7
/proc/15060/task/15070/stat : 15070 (java) S 15057 15060 17093 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 67173959 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 139832339122160 139832778102485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15071] ppid=15057 vsize=10616768 memory=1204 CPUtime=1.5 cores=1,3,5,7
/proc/15060/task/15071/stat : 15071 (java) S 15057 15060 17093 0 -1 1077944384 5880 0 0 0 149 1 0 0 20 0 15 0 67173959 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 139832338069632 139832778102485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15072] ppid=15057 vsize=10616768 memory=-8774313645642428999 CPUtime=2 cores=1,3,5,7
/proc/15060/task/15072/stat : 15072 (java) S 15057 15060 17093 0 -1 1077944384 10931 0 0 0 198 2 0 0 20 0 15 0 67173959 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 139832337017120 139832778102485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15073] ppid=15057 vsize=10616768 memory=1788 CPUtime=0.38 cores=1,3,5,7
/proc/15060/task/15073/stat : 15073 (java) S 15057 15060 17093 0 -1 1077944384 2599 0 0 0 37 1 0 0 20 0 15 0 67173959 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 139832335964320 139832778102485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15074] ppid=15057 vsize=10616768 memory=640 CPUtime=0 cores=1,3,5,7
/proc/15060/task/15074/stat : 15074 (java) S 15057 15060 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67173959 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 139832334911712 139832778102485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15075] ppid=15057 vsize=10616768 memory=960 CPUtime=0.03 cores=1,3,5,7
/proc/15060/task/15075/stat : 15075 (java) S 15057 15060 17093 0 -1 1077944384 242 0 0 0 1 2 0 0 20 0 15 0 67173968 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 139832333860016 139832778103426 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
Current children cumulated CPU time: 258.75 s
Current children cumulated vsize: 10616768 KiB
Current children cumulated memory: 8245084 KiB

[startup+85.0017 s]*
/proc/loadavg: 4.48 3.48 3.45 6/214 15167
/proc/meminfo: memFree=20266328/32770624 swapFree=67108860/67108860
[pid=15060] ppid=15057 vsize=10616768 memory=8245084 CPUtime=259.58 cores=1,3,5,7
/proc/15060/stat : 15060 (java) S 15057 15060 17093 0 -1 1077944320 364477 0 0 0 25391 567 0 0 20 0 15 0 67173946 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 140737129769936 139832778092279 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
/proc/15060/statm: 2654192 2061271 3131 1 0 2643645 0
[pid=15060/tid=15062] ppid=15057 vsize=10616768 memory=-7677926825137650786 CPUtime=15.97 cores=1,3,5,7
/proc/15060/task/15062/stat : 15062 (java) S 15057 15060 17093 0 -1 1077944384 16769 0 0 0 1583 14 0 0 20 0 15 0 67173954 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 139832782325392 139832778102485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15063] ppid=15057 vsize=10616768 memory=4872558044660077418 CPUtime=57.54 cores=1,3,5,7
/proc/15060/task/15063/stat : 15063 (java) R 15057 15060 17093 0 -1 4202560 99180 0 0 0 5623 131 0 0 20 0 15 0 67173955 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 139832735058776 139832762549870 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15064] ppid=15057 vsize=10616768 memory=8514726395714825349 CPUtime=56.87 cores=1,3,5,7
/proc/15060/task/15064/stat : 15064 (java) R 15057 15060 17093 0 -1 4202560 102088 0 0 0 5550 137 0 0 20 0 15 0 67173955 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 139832734005976 139832762793304 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15065] ppid=15057 vsize=10616768 memory=9047017150487036575 CPUtime=57.18 cores=1,3,5,7
/proc/15060/task/15065/stat : 15065 (java) R 15057 15060 17093 0 -1 4202560 50443 0 0 0 5572 146 0 0 20 0 15 0 67173955 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 139832732953176 139832763088788 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15066] ppid=15057 vsize=10616768 memory=4427205132082312746 CPUtime=57.25 cores=1,3,5,7
/proc/15060/task/15066/stat : 15066 (java) R 15057 15060 17093 0 -1 4202560 56225 0 0 0 5596 129 0 0 20 0 15 0 67173955 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 139832731900064 139832762791152 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15067] ppid=15057 vsize=10616768 memory=-7023579799431922829 CPUtime=10.77 cores=1,3,5,7
/proc/15060/task/15067/stat : 15067 (java) S 15057 15060 17093 0 -1 1077944384 18690 0 0 0 1076 1 0 0 20 0 15 0 67173956 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 139832342279616 139832778102485 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15068] ppid=15057 vsize=10616768 memory=-8412652152092201843 CPUtime=0 cores=1,3,5,7
/proc/15060/task/15068/stat : 15068 (java) S 15057 15060 17093 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 67173957 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 139832341227104 139832778102485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15069] ppid=15057 vsize=10616768 memory=-6520478321162704286 CPUtime=0 cores=1,3,5,7
/proc/15060/task/15069/stat : 15069 (java) S 15057 15060 17093 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 67173957 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 139832340174208 139832778102485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15070] ppid=15057 vsize=10616768 memory=-7666414585839465563 CPUtime=0 cores=1,3,5,7
/proc/15060/task/15070/stat : 15070 (java) S 15057 15060 17093 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 67173959 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 139832339122160 139832778102485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15071] ppid=15057 vsize=10616768 memory=-7521736447810188379 CPUtime=1.5 cores=1,3,5,7
/proc/15060/task/15071/stat : 15071 (java) S 15057 15060 17093 0 -1 1077944384 5880 0 0 0 149 1 0 0 20 0 15 0 67173959 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 139832338069632 139832778102485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15072] ppid=15057 vsize=10616768 memory=8328453600958622283 CPUtime=2 cores=1,3,5,7
/proc/15060/task/15072/stat : 15072 (java) S 15057 15060 17093 0 -1 1077944384 10931 0 0 0 198 2 0 0 20 0 15 0 67173959 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 139832337017120 139832778102485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15073] ppid=15057 vsize=10616768 memory=7897517683652307531 CPUtime=0.38 cores=1,3,5,7
/proc/15060/task/15073/stat : 15073 (java) S 15057 15060 17093 0 -1 1077944384 2599 0 0 0 37 1 0 0 20 0 15 0 67173959 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 139832335964320 139832778102485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15074] ppid=15057 vsize=10616768 memory=8514726395715349656 CPUtime=0 cores=1,3,5,7
/proc/15060/task/15074/stat : 15074 (java) S 15057 15060 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67173959 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 139832334911712 139832778102485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15075] ppid=15057 vsize=10616768 memory=-8634980985311628903 CPUtime=0.03 cores=1,3,5,7
/proc/15060/task/15075/stat : 15075 (java) S 15057 15060 17093 0 -1 1077944384 242 0 0 0 1 2 0 0 20 0 15 0 67173968 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 139832333860016 139832778103426 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
Current children cumulated CPU time: 259.58 s
Current children cumulated vsize: 10616768 KiB
Current children cumulated memory: 8245084 KiB

[startup+85.1117 s]
/proc/loadavg: 4.48 3.48 3.45 6/214 15167
/proc/meminfo: memFree=20266328/32770624 swapFree=67108860/67108860
[pid=15060] ppid=15057 vsize=10616768 memory=8245084 CPUtime=259.99 cores=1,3,5,7
/proc/15060/stat : 15060 (java) S 15057 15060 17093 0 -1 1077944320 364477 0 0 0 25432 567 0 0 20 0 15 0 67173946 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 140737129769936 139832778092279 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
/proc/15060/statm: 2654192 2061271 3131 1 0 2643645 0
[pid=15060/tid=15062] ppid=15057 vsize=10616768 memory=8245084 CPUtime=15.97 cores=1,3,5,7
/proc/15060/task/15062/stat : 15062 (java) S 15057 15060 17093 0 -1 1077944384 16769 0 0 0 1583 14 0 0 20 0 15 0 67173954 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 139832782325392 139832778102485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15063] ppid=15057 vsize=10616768 memory=8245084 CPUtime=57.64 cores=1,3,5,7
/proc/15060/task/15063/stat : 15063 (java) R 15057 15060 17093 0 -1 4202560 99180 0 0 0 5633 131 0 0 20 0 15 0 67173955 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 139832735058776 139832763088772 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15064] ppid=15057 vsize=10616768 memory=281145203850584 CPUtime=56.97 cores=1,3,5,7
/proc/15060/task/15064/stat : 15064 (java) R 15057 15060 17093 0 -1 4202560 102088 0 0 0 5560 137 0 0 20 0 15 0 67173955 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 139832734005976 139832762793280 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15065] ppid=15057 vsize=10616768 memory=8245084 CPUtime=57.28 cores=1,3,5,7
/proc/15060/task/15065/stat : 15065 (java) R 15057 15060 17093 0 -1 4202560 50443 0 0 0 5582 146 0 0 20 0 15 0 67173955 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 139832732953176 139832762792745 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15066] ppid=15057 vsize=10616768 memory=8245084 CPUtime=57.35 cores=1,3,5,7
/proc/15060/task/15066/stat : 15066 (java) R 15057 15060 17093 0 -1 4202560 56225 0 0 0 5606 129 0 0 20 0 15 0 67173955 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 139832731900064 139832762793296 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15067] ppid=15057 vsize=10616768 memory=8245084 CPUtime=10.77 cores=1,3,5,7
/proc/15060/task/15067/stat : 15067 (java) S 15057 15060 17093 0 -1 1077944384 18690 0 0 0 1076 1 0 0 20 0 15 0 67173956 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 139832342279616 139832778102485 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15068] ppid=15057 vsize=10616768 memory=8245084 CPUtime=0 cores=1,3,5,7
/proc/15060/task/15068/stat : 15068 (java) S 15057 15060 17093 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 67173957 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 139832341227104 139832778102485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15069] ppid=15057 vsize=10616768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15060/task/15069/stat : 15069 (java) S 15057 15060 17093 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 67173957 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 139832340174208 139832778102485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15070] ppid=15057 vsize=10616768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15060/task/15070/stat : 15070 (java) S 15057 15060 17093 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 67173959 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 139832339122160 139832778102485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15071] ppid=15057 vsize=10616768 memory=8245084 CPUtime=1.5 cores=1,3,5,7
/proc/15060/task/15071/stat : 15071 (java) S 15057 15060 17093 0 -1 1077944384 5880 0 0 0 149 1 0 0 20 0 15 0 67173959 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 139832338069632 139832778102485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15072] ppid=15057 vsize=10616768 memory=1732 CPUtime=2 cores=1,3,5,7
/proc/15060/task/15072/stat : 15072 (java) S 15057 15060 17093 0 -1 1077944384 10931 0 0 0 198 2 0 0 20 0 15 0 67173959 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 139832337017120 139832778102485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15073] ppid=15057 vsize=10616768 memory=-8774313645642428999 CPUtime=0.38 cores=1,3,5,7
/proc/15060/task/15073/stat : 15073 (java) S 15057 15060 17093 0 -1 1077944384 2599 0 0 0 37 1 0 0 20 0 15 0 67173959 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 139832335964320 139832778102485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15074] ppid=15057 vsize=10616768 memory=301741420686082359 CPUtime=0 cores=1,3,5,7
/proc/15060/task/15074/stat : 15074 (java) S 15057 15060 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67173959 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 139832334911712 139832778102485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
[pid=15060/tid=15075] ppid=15057 vsize=10616768 memory=302022848351043610 CPUtime=0.03 cores=1,3,5,7
/proc/15060/task/15075/stat : 15075 (java) R 15057 15060 17093 0 -1 1077944384 242 0 0 0 1 2 0 0 20 0 15 0 67173968 10871570432 2061271 18446744073709551615 4194304 4196468 140737129787392 139832333860016 139832778103426 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18321408 140737129791893 140737129792046 140737129792046 140737129795535 0
Current children cumulated CPU time: 259.99 s
Current children cumulated vsize: 10616768 KiB
Current children cumulated memory: 8245084 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 85.1859
CPU time (s): 260.105
CPU user time (s): 254.363
CPU system time (s): 5.74199
CPU usage (%): 305.339
Max. virtual memory (cumulated for all children) (KiB): 10616768
Max. memory (cumulated for all children) (KiB): 8245084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 254.363
system time used= 5.74199
maximum resident set size= 8245380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 364481
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9153
involuntary context switches= 4574


# summary of solver processes directly reported to runsolver:
#   pid: 15060
#   total CPU time (s): 260.105
#   total CPU user time (s): 254.363
#   total CPU system time (s): 5.74199

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.522215 second user time and 0.864415 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-13 20:29:18
IDJOB=4257897
IDBENCH=136341
IDSOLVER=2643
FILE ID=node127/4257897-1502649806
RUNJOBID= node127-1502642200-6041
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj1/BinPacking-sum-n4c3w4o.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4257897-1502649806/watcher-4257897-1502649806 -o /tmp/evaluation-result-4257897-1502649806/solver-4257897-1502649806 -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-4257897-1502649806.xml

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

MD5SUM BENCH= ee745fcf29eade3c7f55b7e84eebe45a
RANDOM SEED=1155297898

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:        27706164 kB
MemAvailable:   28146828 kB
Buffers:          202132 kB
Cached:           534252 kB
SwapCached:            0 kB
Active:          4417240 kB
Inactive:         216764 kB
Active(anon):    3847060 kB
Inactive(anon):    83872 kB
Active(file):     570180 kB
Inactive(file):   132892 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1640 kB
Writeback:             0 kB
AnonPages:       3719128 kB
Mapped:            59212 kB
Shmem:             33444 kB
Slab:             132300 kB
SReclaimable:     106852 kB
SUnreclaim:        25448 kB
KernelStack:        3744 kB
PageTables:        11800 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4839972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3454976 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:30:43