Trace number 4298323

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
GG's minicp 2018-04-29? (TO) 2520.03 2455.41

General information on the benchmark

NamePseudoBoolean-opt/
Pb-circ10-3_c18.xml
MD5SUM2a9d5e672b2129585e8bdcc62e976dce
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark364
Best CPU time to get the best result obtained on this benchmark2520.01
Satisfiable
(Un)Satisfiability was proved
Number of variables2700
Number of constraints42620
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2700}]
Minimum variable degree20
Maximum variable degree272
Distribution of variable degrees[{"degree":20,"count":20},{"degree":21,"count":180},{"degree":30,"count":20},{"degree":31,"count":20},{"degree":32,"count":210},{"degree":42,"count":90},{"degree":52,"count":720},{"degree":59,"count":90},{"degree":76,"count":90},{"degree":92,"count":90},{"degree":108,"count":90},{"degree":124,"count":90},{"degree":140,"count":90},{"degree":156,"count":90},{"degree":172,"count":90},{"degree":188,"count":90},{"degree":204,"count":90},{"degree":220,"count":90},{"degree":236,"count":90},{"degree":252,"count":90},{"degree":266,"count":90},{"degree":267,"count":90},{"degree":272,"count":90}]
Minimum constraint arity2
Maximum constraint arity36
Distribution of constraint arities[{"arity":2,"count":3330},{"arity":3,"count":16740},{"arity":4,"count":1590},{"arity":5,"count":1440},{"arity":6,"count":1440},{"arity":7,"count":1440},{"arity":8,"count":1440},{"arity":9,"count":1820},{"arity":10,"count":1620},{"arity":11,"count":1440},{"arity":12,"count":1440},{"arity":13,"count":1440},{"arity":14,"count":1440},{"arity":15,"count":1440},{"arity":16,"count":1440},{"arity":17,"count":1440},{"arity":18,"count":1530},{"arity":36,"count":150}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":42620}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: -1
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
2520.01/2455.40	s UNKNOWN

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298323-1532754170/watcher-4298323-1532754170 -o /tmp/evaluation-result-4298323-1532754170/solver-4298323-1532754170 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532739149-21839 --watchdog 2580 java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4298323-1532754170.xml 

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

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

solver pid=23803, runsolver pid=23800

[startup+0.100138 s]*
/proc/loadavg: 2.09 1.81 1.85 3/215 23818
/proc/meminfo: memFree=27913392/32770624 swapFree=67108436/67108860
[pid=23803] ppid=23800 vsize=10661056 memory=27680 CPUtime=0.13 cores=1,3,5,7
/proc/23803/stat : 23803 (java) S 23800 23803 21807 0 -1 1077944320 5275 0 0 0 12 1 0 0 20 0 15 0 92980166 10916921344 6920 33554432000 4194304 4196468 140726327315056 140726327297600 139640321208055 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
/proc/23803/statm: 2665264 6920 2843 1 0 2627263 0
[pid=23803/tid=23805] ppid=23800 vsize=10661056 memory=-7254947776133162106 CPUtime=0.09 cores=1,3,5,7
/proc/23803/task/23805/stat : 23805 (java) R 23800 23803 21807 0 -1 4202560 3137 0 0 0 8 1 0 0 20 0 15 0 92980166 10916921344 6920 33554432000 4194304 4196468 140726327315056 139640325430640 139640305251685 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23806] ppid=23800 vsize=10661056 memory=5793855469472709049 CPUtime=0 cores=1,3,5,7
/proc/23803/task/23806/stat : 23806 (java) S 23800 23803 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92980167 10916921344 6920 33554432000 4194304 4196468 140726327315056 139640263211792 139640321218261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23807] ppid=23800 vsize=10661056 memory=140218462815872 CPUtime=0 cores=1,3,5,7
/proc/23803/task/23807/stat : 23807 (java) S 23800 23803 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92980167 10916921344 6920 33554432000 4194304 4196468 140726327315056 139640262159248 139640321218261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23808] ppid=23800 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23803/task/23808/stat : 23808 (java) S 23800 23803 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92980167 10916921344 6920 33554432000 4194304 4196468 140726327315056 139640261106704 139640321218261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23809] ppid=23800 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23803/task/23809/stat : 23809 (java) S 23800 23803 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92980167 10916921344 6920 33554432000 4194304 4196468 140726327315056 139640260054160 139640321218261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23810] ppid=23800 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23803/task/23810/stat : 23810 (java) S 23800 23803 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92980168 10916921344 6920 33554432000 4194304 4196468 140726327315056 139639558776816 139640321219202 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23811] ppid=23800 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23803/task/23811/stat : 23811 (java) S 23800 23803 21807 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92980169 10916921344 6920 33554432000 4194304 4196468 140726327315056 139639557723040 139640321218261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23812] ppid=23800 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23803/task/23812/stat : 23812 (java) S 23800 23803 21807 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92980169 10916921344 6920 33554432000 4194304 4196468 140726327315056 139639556670448 139640321218261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23813] ppid=23800 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23803/task/23813/stat : 23813 (java) S 23800 23803 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92980171 10916921344 6920 33554432000 4194304 4196468 140726327315056 139639555619024 139640321226651 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23814] ppid=23800 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23803/task/23814/stat : 23814 (java) S 23800 23803 21807 0 -1 1077944384 431 0 0 0 0 0 0 0 20 0 15 0 92980171 10916921344 6920 33554432000 4194304 4196468 140726327315056 139639554566640 139640321219202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23815] ppid=23800 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23803/task/23815/stat : 23815 (java) R 23800 23803 21807 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 15 0 92980171 10916921344 6920 33554432000 4194304 4196468 140726327315056 139639553514096 139640321219202 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23816] ppid=23800 vsize=10661056 memory=140218462815872 CPUtime=0.02 cores=1,3,5,7
/proc/23803/task/23816/stat : 23816 (java) R 23800 23803 21807 0 -1 4202560 341 0 0 0 2 0 0 0 20 0 15 0 92980171 10916921344 6920 33554432000 4194304 4196468 140726327315056 139639552461552 139640299912792 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23817] ppid=23800 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23803/task/23817/stat : 23817 (java) S 23800 23803 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92980172 10916921344 6920 33554432000 4194304 4196468 140726327315056 139639551409248 139640321218261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23818] ppid=23800 vsize=10661056 memory=140218462815872 CPUtime=0 cores=1,3,5,7
/proc/23803/task/23818/stat : 23818 (java) S 23800 23803 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92980172 10916921344 6920 33554432000 4194304 4196468 140726327315056 139639550355760 139640321219202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27680 KiB

[startup+0.211231 s]*
/proc/loadavg: 2.09 1.81 1.85 4/215 23818
/proc/meminfo: memFree=27901236/32770624 swapFree=67108436/67108860
[pid=23803] ppid=23800 vsize=10661056 memory=40652 CPUtime=0.35 cores=1,3,5,7
/proc/23803/stat : 23803 (java) S 23800 23803 21807 0 -1 1077944320 8200 0 0 0 34 1 0 0 20 0 15 0 92980166 10916921344 10163 33554432000 4194304 4196468 140726327315056 140726327297600 139640321208055 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
/proc/23803/statm: 2665264 10163 2997 1 0 2627263 0
[pid=23803/tid=23805] ppid=23800 vsize=10661056 memory=6735269665583770266 CPUtime=0.2 cores=1,3,5,7
/proc/23803/task/23805/stat : 23805 (java) R 23800 23803 21807 0 -1 1077944384 5099 0 0 0 19 1 0 0 20 0 15 0 92980166 10916921344 10163 33554432000 4194304 4196468 140726327315056 139640325445968 139640321218261 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23806] ppid=23800 vsize=10661056 memory=4211973944667606410 CPUtime=0 cores=1,3,5,7
/proc/23803/task/23806/stat : 23806 (java) S 23800 23803 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92980167 10916921344 10163 33554432000 4194304 4196468 140726327315056 139640263211792 139640321218261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23807] ppid=23800 vsize=10661056 memory=140218462815872 CPUtime=0 cores=1,3,5,7
/proc/23803/task/23807/stat : 23807 (java) S 23800 23803 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92980167 10916921344 10163 33554432000 4194304 4196468 140726327315056 139640262159248 139640321218261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23808] ppid=23800 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23803/task/23808/stat : 23808 (java) S 23800 23803 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92980167 10916921344 10163 33554432000 4194304 4196468 140726327315056 139640261106704 139640321218261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23809] ppid=23800 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23803/task/23809/stat : 23809 (java) S 23800 23803 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92980167 10916921344 10163 33554432000 4194304 4196468 140726327315056 139640260054160 139640321218261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23810] ppid=23800 vsize=10661056 memory=140218462815872 CPUtime=0 cores=1,3,5,7
/proc/23803/task/23810/stat : 23810 (java) S 23800 23803 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92980168 10916921344 10163 33554432000 4194304 4196468 140726327315056 139639558776816 139640321219202 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23811] ppid=23800 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23803/task/23811/stat : 23811 (java) S 23800 23803 21807 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92980169 10916921344 10163 33554432000 4194304 4196468 140726327315056 139639557723040 139640321218261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23812] ppid=23800 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23803/task/23812/stat : 23812 (java) S 23800 23803 21807 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92980169 10916921344 10163 33554432000 4194304 4196468 140726327315056 139639556670448 139640321218261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23813] ppid=23800 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23803/task/23813/stat : 23813 (java) S 23800 23803 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92980171 10916921344 10163 33554432000 4194304 4196468 140726327315056 139639555619024 139640321226651 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23814] ppid=23800 vsize=10661056 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/23803/task/23814/stat : 23814 (java) R 23800 23803 21807 0 -1 4202560 550 0 0 0 2 0 0 0 20 0 15 0 92980171 10916921344 10163 33554432000 4194304 4196468 140726327315056 139639554566640 139640304692075 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23815] ppid=23800 vsize=10661056 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/23803/task/23815/stat : 23815 (java) R 23800 23803 21807 0 -1 4202560 337 0 0 0 2 0 0 0 20 0 15 0 92980171 10916921344 10163 33554432000 4194304 4196468 140726327315056 139639553514096 139640306318879 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23816] ppid=23800 vsize=10661056 memory=140218462815872 CPUtime=0.09 cores=1,3,5,7
/proc/23803/task/23816/stat : 23816 (java) R 23800 23803 21807 0 -1 4202560 844 0 0 0 9 0 0 0 20 0 15 0 92980171 10916921344 10163 33554432000 4194304 4196468 140726327315056 139639552461552 139640300162424 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23817] ppid=23800 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23803/task/23817/stat : 23817 (java) S 23800 23803 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92980172 10916921344 10163 33554432000 4194304 4196468 140726327315056 139639551409248 139640321218261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23818] ppid=23800 vsize=10661056 memory=140218462815872 CPUtime=0 cores=1,3,5,7
/proc/23803/task/23818/stat : 23818 (java) S 23800 23803 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92980172 10916921344 10163 33554432000 4194304 4196468 140726327315056 139639550355760 139640321219202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40652 KiB

[startup+0.311188 s]*
/proc/loadavg: 2.09 1.81 1.85 5/215 23818
/proc/meminfo: memFree=27883432/32770624 swapFree=67108436/67108860
[pid=23803] ppid=23800 vsize=10661056 memory=58548 CPUtime=0.68 cores=1,3,5,7
/proc/23803/stat : 23803 (java) S 23800 23803 21807 0 -1 1077944320 10145 0 0 0 66 2 0 0 20 0 15 0 92980166 10916921344 14637 33554432000 4194304 4196468 140726327315056 140726327297600 139640321208055 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
/proc/23803/statm: 2665264 14637 3043 1 0 2627263 0
[pid=23803/tid=23805] ppid=23800 vsize=10661056 memory=4871374705135476842 CPUtime=0.29 cores=1,3,5,7
/proc/23803/task/23805/stat : 23805 (java) R 23800 23803 21807 0 -1 4202560 5118 0 0 0 28 1 0 0 20 0 15 0 92980166 10916921344 14637 33554432000 4194304 4196468 140726327315056 139640325438848 139640321229981 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23806] ppid=23800 vsize=10661056 memory=4211973944667606410 CPUtime=0 cores=1,3,5,7
/proc/23803/task/23806/stat : 23806 (java) S 23800 23803 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92980167 10916921344 14637 33554432000 4194304 4196468 140726327315056 139640263211792 139640321218261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23807] ppid=23800 vsize=10661056 memory=140218462818229 CPUtime=0 cores=1,3,5,7
/proc/23803/task/23807/stat : 23807 (java) S 23800 23803 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92980167 10916921344 14637 33554432000 4194304 4196468 140726327315056 139640262159248 139640321218261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23808] ppid=23800 vsize=10661056 memory=140218334314303 CPUtime=0 cores=1,3,5,7
/proc/23803/task/23808/stat : 23808 (java) S 23800 23803 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92980167 10916921344 14637 33554432000 4194304 4196468 140726327315056 139640261106704 139640321218261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23809] ppid=23800 vsize=10661056 memory=140218334301647 CPUtime=0 cores=1,3,5,7
/proc/23803/task/23809/stat : 23809 (java) S 23800 23803 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92980167 10916921344 14637 33554432000 4194304 4196468 140726327315056 139640260054160 139640321218261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23810] ppid=23800 vsize=10661056 memory=140218462837706 CPUtime=0 cores=1,3,5,7
/proc/23803/task/23810/stat : 23810 (java) S 23800 23803 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92980168 10916921344 14637 33554432000 4194304 4196468 140726327315056 139639558776816 139640321219202 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23811] ppid=23800 vsize=10661056 memory=140218334310831 CPUtime=0 cores=1,3,5,7
/proc/23803/task/23811/stat : 23811 (java) S 23800 23803 21807 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92980169 10916921344 14637 33554432000 4194304 4196468 140726327315056 139639557723040 139640321218261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23812] ppid=23800 vsize=10661056 memory=280436668612496 CPUtime=0 cores=1,3,5,7
/proc/23803/task/23812/stat : 23812 (java) S 23800 23803 21807 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92980169 10916921344 14637 33554432000 4194304 4196468 140726327315056 139639556670448 139640321218261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23813] ppid=23800 vsize=10661056 memory=280436668610192 CPUtime=0 cores=1,3,5,7
/proc/23803/task/23813/stat : 23813 (java) S 23800 23803 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92980171 10916921344 14637 33554432000 4194304 4196468 140726327315056 139639555619024 139640321226651 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23814] ppid=23800 vsize=10661056 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/23803/task/23814/stat : 23814 (java) R 23800 23803 21807 0 -1 4202560 1181 0 0 0 12 0 0 0 20 0 15 0 92980171 10916921344 14637 33554432000 4194304 4196468 140726327315056 139639554556432 139640304594614 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23815] ppid=23800 vsize=10661056 memory=-1 CPUtime=0.12 cores=1,3,5,7
/proc/23803/task/23815/stat : 23815 (java) R 23800 23803 21807 0 -1 4202560 1204 0 0 0 12 0 0 0 20 0 15 0 92980171 10916921344 14637 33554432000 4194304 4196468 140726327315056 139639553495112 139640307231890 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23816] ppid=23800 vsize=10661056 memory=140218462815872 CPUtime=0.12 cores=1,3,5,7
/proc/23803/task/23816/stat : 23816 (java) R 23800 23803 21807 0 -1 1077944384 1276 0 0 0 12 0 0 0 20 0 15 0 92980171 10916921344 14637 33554432000 4194304 4196468 140726327315056 139639552461552 139640321219202 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23817] ppid=23800 vsize=10661056 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/23803/task/23817/stat : 23817 (java) S 23800 23803 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92980172 10916921344 14637 33554432000 4194304 4196468 140726327315056 139639551409248 139640321218261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23818] ppid=23800 vsize=10661056 memory=140218462815872 CPUtime=0 cores=1,3,5,7
/proc/23803/task/23818/stat : 23818 (java) S 23800 23803 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92980172 10916921344 14637 33554432000 4194304 4196468 140726327315056 139639550355760 139640321219202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 58548 KiB

[startup+0.700826 s]
/proc/loadavg: 2.09 1.81 1.85 5/215 23818
/proc/meminfo: memFree=27857000/32770624 swapFree=67108436/67108860
[pid=23803] ppid=23800 vsize=10661132 memory=136312 CPUtime=1.88 cores=1,3,5,7
/proc/23803/stat : 23803 (java) S 23800 23803 21807 0 -1 1077944320 11691 0 0 0 184 4 0 0 20 0 15 0 92980166 10916999168 34078 33554432000 4194304 4196468 140726327315056 140726327297600 139640321208055 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
/proc/23803/statm: 2665283 34078 3106 1 0 2627263 0
[pid=23803/tid=23805] ppid=23800 vsize=10661132 memory=1228 CPUtime=0.67 cores=1,3,5,7
/proc/23803/task/23805/stat : 23805 (java) R 23800 23803 21807 0 -1 4202560 5516 0 0 0 64 3 0 0 20 0 15 0 92980166 10916999168 34078 33554432000 4194304 4196468 140726327315056 139640325442016 139639942841339 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23806] ppid=23800 vsize=10661132 memory=1852 CPUtime=0 cores=1,3,5,7
/proc/23803/task/23806/stat : 23806 (java) S 23800 23803 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92980167 10916999168 34078 33554432000 4194304 4196468 140726327315056 139640263211792 139640321218261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23807] ppid=23800 vsize=10661132 memory=872 CPUtime=0 cores=1,3,5,7
/proc/23803/task/23807/stat : 23807 (java) S 23800 23803 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92980167 10916999168 34078 33554432000 4194304 4196468 140726327315056 139640262159248 139640321218261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23808] ppid=23800 vsize=10661132 memory=7307747153392788800 CPUtime=0 cores=1,3,5,7
/proc/23803/task/23808/stat : 23808 (java) S 23800 23803 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92980167 10916999168 34078 33554432000 4194304 4196468 140726327315056 139640261106704 139640321218261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23809] ppid=23800 vsize=10661132 memory=7453282923444727654 CPUtime=0 cores=1,3,5,7
/proc/23803/task/23809/stat : 23809 (java) S 23800 23803 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92980167 10916999168 34078 33554432000 4194304 4196468 140726327315056 139640260054160 139640321218261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23810] ppid=23800 vsize=10661132 memory=6370994028255662166 CPUtime=0 cores=1,3,5,7
/proc/23803/task/23810/stat : 23810 (java) S 23800 23803 21807 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 92980168 10916999168 34078 33554432000 4194304 4196468 140726327315056 139639558776816 139640321219202 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23811] ppid=23800 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23803/task/23811/stat : 23811 (java) S 23800 23803 21807 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92980169 10916999168 34078 33554432000 4194304 4196468 140726327315056 139639557723040 139640321218261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23812] ppid=23800 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23803/task/23812/stat : 23812 (java) S 23800 23803 21807 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92980169 10916999168 34078 33554432000 4194304 4196468 140726327315056 139639556670448 139640321218261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23813] ppid=23800 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23803/task/23813/stat : 23813 (java) S 23800 23803 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92980171 10916999168 34078 33554432000 4194304 4196468 140726327315056 139639555619024 139640321226651 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23814] ppid=23800 vsize=10661132 memory=80 CPUtime=0.47 cores=1,3,5,7
/proc/23803/task/23814/stat : 23814 (java) R 23800 23803 21807 0 -1 4202560 1854 0 0 0 47 0 0 0 20 0 15 0 92980171 10916999168 34078 33554432000 4194304 4196468 140726327315056 139639554557472 139640302731071 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23815] ppid=23800 vsize=10661132 memory=3 CPUtime=0.47 cores=1,3,5,7
/proc/23803/task/23815/stat : 23815 (java) R 23800 23803 21807 0 -1 4202560 1329 0 0 0 47 0 0 0 20 0 15 0 92980171 10916999168 34078 33554432000 4194304 4196468 140726327315056 139639553500880 139640301051663 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23816] ppid=23800 vsize=10661132 memory=261 CPUtime=0.25 cores=1,3,5,7
/proc/23803/task/23816/stat : 23816 (java) S 23800 23803 21807 0 -1 1077944384 1618 0 0 0 25 0 0 0 20 0 15 0 92980171 10916999168 34078 33554432000 4194304 4196468 140726327315056 139639552461552 139640321219202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23817] ppid=23800 vsize=10661132 memory=280436668796400 CPUtime=0 cores=1,3,5,7
/proc/23803/task/23817/stat : 23817 (java) S 23800 23803 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92980172 10916999168 34078 33554432000 4194304 4196468 140726327315056 139639551409248 139640321218261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23818] ppid=23800 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23803/task/23818/stat : 23818 (java) S 23800 23803 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92980172 10916999168 34078 33554432000 4194304 4196468 140726327315056 139639550355760 139640321219202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
Current children cumulated CPU time: 1.88 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 136312 KiB

[startup+1.50116 s]
/proc/loadavg: 2.09 1.81 1.85 5/215 23818
/proc/meminfo: memFree=27715708/32770624 swapFree=67108436/67108860
[pid=23803] ppid=23800 vsize=10661132 memory=384036 CPUtime=4.38 cores=1,3,5,7
/proc/23803/stat : 23803 (java) S 23800 23803 21807 0 -1 1077944320 17750 0 0 0 426 12 0 0 20 0 15 0 92980166 10916999168 96009 33554432000 4194304 4196468 140726327315056 140726327297600 139640321208055 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
/proc/23803/statm: 2665283 96009 3134 1 0 2627263 0
[pid=23803/tid=23805] ppid=23800 vsize=10661132 memory=0 CPUtime=1.38 cores=1,3,5,7
/proc/23803/task/23805/stat : 23805 (java) R 23800 23803 21807 0 -1 4202560 5795 0 0 0 133 5 0 0 20 0 15 0 92980166 10916999168 96009 33554432000 4194304 4196468 140726327315056 139640325443168 139640321219990 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23806] ppid=23800 vsize=10661132 memory=4948500075088484992 CPUtime=0.04 cores=1,3,5,7
/proc/23803/task/23806/stat : 23806 (java) S 23800 23803 21807 0 -1 1077944384 163 0 0 0 3 1 0 0 20 0 15 0 92980167 10916999168 96009 33554432000 4194304 4196468 140726327315056 139640263211792 139640321218261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23807] ppid=23800 vsize=10661132 memory=-6293596342585549153 CPUtime=0.06 cores=1,3,5,7
/proc/23803/task/23807/stat : 23807 (java) S 23800 23803 21807 0 -1 1077944384 208 0 0 0 5 1 0 0 20 0 15 0 92980167 10916999168 96009 33554432000 4194304 4196468 140726327315056 139640262159248 139640321218261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23808] ppid=23800 vsize=10661132 memory=-6007660418857049897 CPUtime=0.03 cores=1,3,5,7
/proc/23803/task/23808/stat : 23808 (java) S 23800 23803 21807 0 -1 1077944384 21 0 0 0 2 1 0 0 20 0 15 0 92980167 10916999168 96009 33554432000 4194304 4196468 140726327315056 139640261106704 139640321218261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23809] ppid=23800 vsize=10661132 memory=-3472574513799858009 CPUtime=0.04 cores=1,3,5,7
/proc/23803/task/23809/stat : 23809 (java) S 23800 23803 21807 0 -1 1077944384 63 0 0 0 3 1 0 0 20 0 15 0 92980167 10916999168 96009 33554432000 4194304 4196468 140726327315056 139640260054160 139640321218261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23810] ppid=23800 vsize=10661132 memory=-6305710590167114880 CPUtime=0 cores=1,3,5,7
/proc/23803/task/23810/stat : 23810 (java) S 23800 23803 21807 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 92980168 10916999168 96009 33554432000 4194304 4196468 140726327315056 139639558776816 139640321219202 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0

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

/proc/23803/task/23805/stat : 23805 (java) R 23800 23803 21807 0 -1 4202560 52927 0 0 0 230134 55 0 0 20 0 15 0 92980166 10916999168 162351 33554432000 4194304 4196468 140726327315056 139640325447520 139639945446595 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23806] ppid=23800 vsize=10661132 memory=622528 CPUtime=18.32 cores=1,3,5,7
/proc/23803/task/23806/stat : 23806 (java) S 23800 23803 21807 0 -1 1077944384 16737 0 0 0 1806 26 0 0 20 0 15 0 92980167 10916999168 162351 33554432000 4194304 4196468 140726327315056 139640263211792 139640321218261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23807] ppid=23800 vsize=10661132 memory=644808 CPUtime=18.31 cores=1,3,5,7
/proc/23803/task/23807/stat : 23807 (java) S 23800 23803 21807 0 -1 1077944384 17163 0 0 0 1804 27 0 0 20 0 15 0 92980167 10916999168 162351 33554432000 4194304 4196468 140726327315056 139640262159248 139640321218261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23808] ppid=23800 vsize=10661132 memory=647876 CPUtime=18.25 cores=1,3,5,7
/proc/23803/task/23808/stat : 23808 (java) S 23800 23803 21807 0 -1 1077944384 15459 0 0 0 1800 25 0 0 20 0 15 0 92980167 10916999168 162351 33554432000 4194304 4196468 140726327315056 139640261106704 139640321218261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23809] ppid=23800 vsize=10661132 memory=647876 CPUtime=18.31 cores=1,3,5,7
/proc/23803/task/23809/stat : 23809 (java) S 23800 23803 21807 0 -1 1077944384 15595 0 0 0 1805 26 0 0 20 0 15 0 92980167 10916999168 162351 33554432000 4194304 4196468 140726327315056 139640260054160 139640321218261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23810] ppid=23800 vsize=10661132 memory=650436 CPUtime=1.23 cores=1,3,5,7
/proc/23803/task/23810/stat : 23810 (java) S 23800 23803 21807 0 -1 1077944384 15344 0 0 0 100 23 0 0 20 0 15 0 92980168 10916999168 162351 33554432000 4194304 4196468 140726327315056 139639558776816 139640321219202 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23811] ppid=23800 vsize=10661132 memory=649404 CPUtime=0 cores=1,3,5,7
/proc/23803/task/23811/stat : 23811 (java) S 23800 23803 21807 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 92980169 10916999168 162351 33554432000 4194304 4196468 140726327315056 139639557723104 139640321218261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23812] ppid=23800 vsize=10661132 memory=649404 CPUtime=0 cores=1,3,5,7
/proc/23803/task/23812/stat : 23812 (java) S 23800 23803 21807 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 92980169 10916999168 162351 33554432000 4194304 4196468 140726327315056 139639556670448 139640321218261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23813] ppid=23800 vsize=10661132 memory=649404 CPUtime=0 cores=1,3,5,7
/proc/23803/task/23813/stat : 23813 (java) S 23800 23803 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92980171 10916999168 162351 33554432000 4194304 4196468 140726327315056 139639555619024 139640321226651 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23814] ppid=23800 vsize=10661132 memory=649404 CPUtime=2.37 cores=1,3,5,7
/proc/23803/task/23814/stat : 23814 (java) S 23800 23803 21807 0 -1 1077944384 7699 0 0 0 236 1 0 0 20 0 15 0 92980171 10916999168 162351 33554432000 4194304 4196468 140726327315056 139639554566640 139640321219202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23815] ppid=23800 vsize=10661132 memory=649404 CPUtime=2.45 cores=1,3,5,7
/proc/23803/task/23815/stat : 23815 (java) S 23800 23803 21807 0 -1 1077944384 9025 0 0 0 244 1 0 0 20 0 15 0 92980171 10916999168 162351 33554432000 4194304 4196468 140726327315056 139639553514096 139640321219202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23816] ppid=23800 vsize=10661132 memory=650436 CPUtime=0.47 cores=1,3,5,7
/proc/23803/task/23816/stat : 23816 (java) S 23800 23803 21807 0 -1 1077944384 3858 0 0 0 46 1 0 0 20 0 15 0 92980171 10916999168 162351 33554432000 4194304 4196468 140726327315056 139639552461552 139640321219202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23817] ppid=23800 vsize=10661132 memory=650436 CPUtime=0 cores=1,3,5,7
/proc/23803/task/23817/stat : 23817 (java) S 23800 23803 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92980172 10916999168 162351 33554432000 4194304 4196468 140726327315056 139639551409248 139640321218261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23818] ppid=23800 vsize=10661132 memory=649404 CPUtime=1.37 cores=1,3,5,7
/proc/23803/task/23818/stat : 23818 (java) S 23800 23803 21807 0 -1 1077944384 1881 0 0 0 60 77 0 0 20 0 15 0 92980172 10916999168 162351 33554432000 4194304 4196468 140726327315056 139639550355760 139640321219202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
Current children cumulated CPU time: 2383.06 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 649404 KiB

[startup+2382.3 s]
/proc/loadavg: 1.58 1.44 1.46 3/216 23891
/proc/meminfo: memFree=27283360/32770624 swapFree=67108436/67108860
[pid=23803] ppid=23800 vsize=10661132 memory=638660 CPUtime=2445.09 cores=1,3,5,7
/proc/23803/stat : 23803 (java) S 23800 23803 21807 0 -1 1077944320 159858 0 0 0 244261 248 0 0 20 0 15 0 92980166 10916999168 159665 33554432000 4194304 4196468 140726327315056 140726327297600 139640321208055 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
/proc/23803/statm: 2665283 159665 3179 1 0 2627263 0
[pid=23803/tid=23805] ppid=23800 vsize=10661132 memory=638660 CPUtime=2361.15 cores=1,3,5,7
/proc/23803/task/23805/stat : 23805 (java) R 23800 23803 21807 0 -1 4202560 54387 0 0 0 236060 55 0 0 20 0 15 0 92980166 10916999168 159665 33554432000 4194304 4196468 140726327315056 139640325447632 139639945943438 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23806] ppid=23800 vsize=10661132 memory=647380 CPUtime=18.99 cores=1,3,5,7
/proc/23803/task/23806/stat : 23806 (java) S 23800 23803 21807 0 -1 1077944384 16818 0 0 0 1872 27 0 0 20 0 15 0 92980167 10916999168 159665 33554432000 4194304 4196468 140726327315056 139640263211792 139640321218261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23807] ppid=23800 vsize=10661132 memory=642252 CPUtime=18.98 cores=1,3,5,7
/proc/23803/task/23807/stat : 23807 (java) S 23800 23803 21807 0 -1 1077944384 17443 0 0 0 1870 28 0 0 20 0 15 0 92980167 10916999168 159665 33554432000 4194304 4196468 140726327315056 139640262159248 139640321218261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23808] ppid=23800 vsize=10661132 memory=642252 CPUtime=18.93 cores=1,3,5,7
/proc/23803/task/23808/stat : 23808 (java) S 23800 23803 21807 0 -1 1077944384 15772 0 0 0 1867 26 0 0 20 0 15 0 92980167 10916999168 159665 33554432000 4194304 4196468 140726327315056 139640261106704 139640321218261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23809] ppid=23800 vsize=10661132 memory=638660 CPUtime=18.98 cores=1,3,5,7
/proc/23803/task/23809/stat : 23809 (java) S 23800 23803 21807 0 -1 1077944384 15631 0 0 0 1871 27 0 0 20 0 15 0 92980167 10916999168 159665 33554432000 4194304 4196468 140726327315056 139640260054160 139640321218261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23810] ppid=23800 vsize=10661132 memory=638660 CPUtime=1.27 cores=1,3,5,7
/proc/23803/task/23810/stat : 23810 (java) S 23800 23803 21807 0 -1 1077944384 15927 0 0 0 103 24 0 0 20 0 15 0 92980168 10916999168 159665 33554432000 4194304 4196468 140726327315056 139639558776816 139640321219202 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23811] ppid=23800 vsize=10661132 memory=650460 CPUtime=0 cores=1,3,5,7
/proc/23803/task/23811/stat : 23811 (java) S 23800 23803 21807 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 92980169 10916999168 159665 33554432000 4194304 4196468 140726327315056 139639557723104 139640321218261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23812] ppid=23800 vsize=10661132 memory=650460 CPUtime=0 cores=1,3,5,7
/proc/23803/task/23812/stat : 23812 (java) S 23800 23803 21807 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 92980169 10916999168 159665 33554432000 4194304 4196468 140726327315056 139639556670448 139640321218261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23813] ppid=23800 vsize=10661132 memory=649360 CPUtime=0 cores=1,3,5,7
/proc/23803/task/23813/stat : 23813 (java) S 23800 23803 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92980171 10916999168 159665 33554432000 4194304 4196468 140726327315056 139639555619024 139640321226651 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23814] ppid=23800 vsize=10661132 memory=649892 CPUtime=2.37 cores=1,3,5,7
/proc/23803/task/23814/stat : 23814 (java) S 23800 23803 21807 0 -1 1077944384 7701 0 0 0 236 1 0 0 20 0 15 0 92980171 10916999168 159665 33554432000 4194304 4196468 140726327315056 139639554566640 139640321219202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23815] ppid=23800 vsize=10661132 memory=15560 CPUtime=2.45 cores=1,3,5,7
/proc/23803/task/23815/stat : 23815 (java) S 23800 23803 21807 0 -1 1077944384 9027 0 0 0 244 1 0 0 20 0 15 0 92980171 10916999168 159665 33554432000 4194304 4196468 140726327315056 139639553514096 139640321219202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23816] ppid=23800 vsize=10661132 memory=16148 CPUtime=0.47 cores=1,3,5,7
/proc/23803/task/23816/stat : 23816 (java) S 23800 23803 21807 0 -1 1077944384 3860 0 0 0 46 1 0 0 20 0 15 0 92980171 10916999168 159665 33554432000 4194304 4196468 140726327315056 139639552461552 139640321219202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23817] ppid=23800 vsize=10661132 memory=642252 CPUtime=0 cores=1,3,5,7
/proc/23803/task/23817/stat : 23817 (java) S 23800 23803 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92980172 10916999168 159665 33554432000 4194304 4196468 140726327315056 139639551409248 139640321218261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23818] ppid=23800 vsize=10661132 memory=642252 CPUtime=1.41 cores=1,3,5,7
/proc/23803/task/23818/stat : 23818 (java) S 23800 23803 21807 0 -1 1077944384 1902 0 0 0 62 79 0 0 20 0 15 0 92980172 10916999168 159665 33554432000 4194304 4196468 140726327315056 139639550355760 139640321219202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
Current children cumulated CPU time: 2445.09 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 638660 KiB

[startup+2442.3 s]
/proc/loadavg: 1.47 1.43 1.46 3/216 23892
/proc/meminfo: memFree=27256820/32770624 swapFree=67108436/67108860
[pid=23803] ppid=23800 vsize=10661132 memory=665812 CPUtime=2506.66 cores=1,3,5,7
/proc/23803/stat : 23803 (java) S 23800 23803 21807 0 -1 1077944320 162320 0 0 0 250407 259 0 0 20 0 15 0 92980166 10916999168 166453 33554432000 4194304 4196468 140726327315056 140726327297600 139640321208055 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
/proc/23803/statm: 2665283 166453 3179 1 0 2627263 0
[pid=23803/tid=23805] ppid=23800 vsize=10661132 memory=654564 CPUtime=2420.54 cores=1,3,5,7
/proc/23803/task/23805/stat : 23805 (java) R 23800 23803 21807 0 -1 4202560 55943 0 0 0 241999 55 0 0 20 0 15 0 92980166 10916999168 166453 33554432000 4194304 4196468 140726327315056 139640325447488 139639945771302 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23806] ppid=23800 vsize=10661132 memory=653416 CPUtime=19.52 cores=1,3,5,7
/proc/23803/task/23806/stat : 23806 (java) S 23800 23803 21807 0 -1 1077944384 16972 0 0 0 1923 29 0 0 20 0 15 0 92980167 10916999168 166453 33554432000 4194304 4196468 140726327315056 139640263211792 139640321218261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23807] ppid=23800 vsize=10661132 memory=654564 CPUtime=19.51 cores=1,3,5,7
/proc/23803/task/23807/stat : 23807 (java) S 23800 23803 21807 0 -1 1077944384 17565 0 0 0 1921 30 0 0 20 0 15 0 92980167 10916999168 166453 33554432000 4194304 4196468 140726327315056 139640262159248 139640321218261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23808] ppid=23800 vsize=10661132 memory=654940 CPUtime=19.45 cores=1,3,5,7
/proc/23803/task/23808/stat : 23808 (java) S 23800 23803 21807 0 -1 1077944384 16077 0 0 0 1917 28 0 0 20 0 15 0 92980167 10916999168 166453 33554432000 4194304 4196468 140726327315056 139640261106704 139640321218261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23809] ppid=23800 vsize=10661132 memory=654048 CPUtime=19.5 cores=1,3,5,7
/proc/23803/task/23809/stat : 23809 (java) S 23800 23803 21807 0 -1 1077944384 15694 0 0 0 1921 29 0 0 20 0 15 0 92980167 10916999168 166453 33554432000 4194304 4196468 140726327315056 139640260054160 139640321218261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23810] ppid=23800 vsize=10661132 memory=658140 CPUtime=1.3 cores=1,3,5,7
/proc/23803/task/23810/stat : 23810 (java) S 23800 23803 21807 0 -1 1077944384 16165 0 0 0 106 24 0 0 20 0 15 0 92980168 10916999168 166453 33554432000 4194304 4196468 140726327315056 139639558776816 139640321219202 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23811] ppid=23800 vsize=10661132 memory=658140 CPUtime=0 cores=1,3,5,7
/proc/23803/task/23811/stat : 23811 (java) S 23800 23803 21807 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 92980169 10916999168 166453 33554432000 4194304 4196468 140726327315056 139639557723104 139640321218261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23812] ppid=23800 vsize=10661132 memory=658140 CPUtime=0 cores=1,3,5,7
/proc/23803/task/23812/stat : 23812 (java) S 23800 23803 21807 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 92980169 10916999168 166453 33554432000 4194304 4196468 140726327315056 139639556670448 139640321218261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23813] ppid=23800 vsize=10661132 memory=665812 CPUtime=0 cores=1,3,5,7
/proc/23803/task/23813/stat : 23813 (java) S 23800 23803 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92980171 10916999168 166453 33554432000 4194304 4196468 140726327315056 139639555619024 139640321226651 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23814] ppid=23800 vsize=10661132 memory=15872 CPUtime=2.38 cores=1,3,5,7
/proc/23803/task/23814/stat : 23814 (java) S 23800 23803 21807 0 -1 1077944384 7703 0 0 0 237 1 0 0 20 0 15 0 92980171 10916999168 166453 33554432000 4194304 4196468 140726327315056 139639554566640 139640321219202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23815] ppid=23800 vsize=10661132 memory=654044 CPUtime=2.45 cores=1,3,5,7
/proc/23803/task/23815/stat : 23815 (java) S 23800 23803 21807 0 -1 1077944384 9029 0 0 0 244 1 0 0 20 0 15 0 92980171 10916999168 166453 33554432000 4194304 4196468 140726327315056 139639553514096 139640321219202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23816] ppid=23800 vsize=10661132 memory=4140 CPUtime=0.47 cores=1,3,5,7
/proc/23803/task/23816/stat : 23816 (java) S 23800 23803 21807 0 -1 1077944384 3863 0 0 0 46 1 0 0 20 0 15 0 92980171 10916999168 166453 33554432000 4194304 4196468 140726327315056 139639552461552 139640321219202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 6 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23817] ppid=23800 vsize=10661132 memory=1612 CPUtime=0 cores=1,3,5,7
/proc/23803/task/23817/stat : 23817 (java) S 23800 23803 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92980172 10916999168 166453 33554432000 4194304 4196468 140726327315056 139639551409248 139640321218261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23818] ppid=23800 vsize=10661132 memory=1228 CPUtime=1.44 cores=1,3,5,7
/proc/23803/task/23818/stat : 23818 (java) S 23800 23803 21807 0 -1 1077944384 1919 0 0 0 64 80 0 0 20 0 15 0 92980172 10916999168 166453 33554432000 4194304 4196468 140726327315056 139639550355760 139640321219202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
Current children cumulated CPU time: 2506.66 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 665812 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2455.4 s]
/proc/loadavg: 1.58 1.46 1.47 3/216 23892
/proc/meminfo: memFree=27243408/32770624 swapFree=67108436/67108860
[pid=23803] ppid=23800 vsize=10661132 memory=679140 CPUtime=2520.01 cores=1,3,5,7
/proc/23803/stat : 23803 (java) S 23800 23803 21807 0 -1 1077944320 162560 0 0 0 251741 260 0 0 20 0 15 0 92980166 10916999168 169785 33554432000 4194304 4196468 140726327315056 140726327297600 139640321208055 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
/proc/23803/statm: 2665283 169785 3179 1 0 2627263 0
[pid=23803/tid=23805] ppid=23800 vsize=10661132 memory=6944656592455088490 CPUtime=2433.54 cores=1,3,5,7
/proc/23803/task/23805/stat : 23805 (java) R 23800 23803 21807 0 -1 4202560 56145 0 0 0 243299 55 0 0 20 0 15 0 92980166 10916999168 169785 33554432000 4194304 4196468 140726327315056 139640325447104 139639941030584 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23806] ppid=23800 vsize=10661132 memory=6791534058613427641 CPUtime=19.6 cores=1,3,5,7
/proc/23803/task/23806/stat : 23806 (java) S 23800 23803 21807 0 -1 1077944384 16978 0 0 0 1931 29 0 0 20 0 15 0 92980167 10916999168 169785 33554432000 4194304 4196468 140726327315056 139640263211792 139640321218261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23807] ppid=23800 vsize=10661132 memory=681704 CPUtime=19.6 cores=1,3,5,7
/proc/23803/task/23807/stat : 23807 (java) S 23800 23803 21807 0 -1 1077944384 17568 0 0 0 1929 31 0 0 20 0 15 0 92980167 10916999168 169785 33554432000 4194304 4196468 140726327315056 139640262159248 139640321218261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23808] ppid=23800 vsize=10661132 memory=679140 CPUtime=19.53 cores=1,3,5,7
/proc/23803/task/23808/stat : 23808 (java) S 23800 23803 21807 0 -1 1077944384 16080 0 0 0 1925 28 0 0 20 0 15 0 92980167 10916999168 169785 33554432000 4194304 4196468 140726327315056 139640261106704 139640321218261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23809] ppid=23800 vsize=10661132 memory=5752 CPUtime=19.59 cores=1,3,5,7
/proc/23803/task/23809/stat : 23809 (java) S 23800 23803 21807 0 -1 1077944384 15719 0 0 0 1930 29 0 0 20 0 15 0 92980167 10916999168 169785 33554432000 4194304 4196468 140726327315056 139640260054160 139640321218261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23810] ppid=23800 vsize=10661132 memory=4588 CPUtime=1.31 cores=1,3,5,7
/proc/23803/task/23810/stat : 23810 (java) S 23800 23803 21807 0 -1 1077944384 16166 0 0 0 106 25 0 0 20 0 15 0 92980168 10916999168 169785 33554432000 4194304 4196468 140726327315056 139639558776816 139640321219202 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23811] ppid=23800 vsize=10661132 memory=1612 CPUtime=0 cores=1,3,5,7
/proc/23803/task/23811/stat : 23811 (java) S 23800 23803 21807 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 92980169 10916999168 169785 33554432000 4194304 4196468 140726327315056 139639557723104 139640321218261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23812] ppid=23800 vsize=10661132 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/23803/task/23812/stat : 23812 (java) S 23800 23803 21807 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 92980169 10916999168 169785 33554432000 4194304 4196468 140726327315056 139639556670448 139640321218261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23813] ppid=23800 vsize=10661132 memory=1852 CPUtime=0 cores=1,3,5,7
/proc/23803/task/23813/stat : 23813 (java) S 23800 23803 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92980171 10916999168 169785 33554432000 4194304 4196468 140726327315056 139639555619024 139640321226651 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23814] ppid=23800 vsize=10661132 memory=872 CPUtime=2.38 cores=1,3,5,7
/proc/23803/task/23814/stat : 23814 (java) S 23800 23803 21807 0 -1 1077944384 7703 0 0 0 237 1 0 0 20 0 15 0 92980171 10916999168 169785 33554432000 4194304 4196468 140726327315056 139639554566640 139640321219202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23815] ppid=23800 vsize=10661132 memory=8068 CPUtime=2.45 cores=1,3,5,7
/proc/23803/task/23815/stat : 23815 (java) S 23800 23803 21807 0 -1 1077944384 9029 0 0 0 244 1 0 0 20 0 15 0 92980171 10916999168 169785 33554432000 4194304 4196468 140726327315056 139639553514096 139640321219202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23816] ppid=23800 vsize=10661132 memory=11648 CPUtime=0.47 cores=1,3,5,7
/proc/23803/task/23816/stat : 23816 (java) S 23800 23803 21807 0 -1 1077944384 3863 0 0 0 46 1 0 0 20 0 15 0 92980171 10916999168 169785 33554432000 4194304 4196468 140726327315056 139639552461552 139640321219202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23817] ppid=23800 vsize=10661132 memory=796 CPUtime=0 cores=1,3,5,7
/proc/23803/task/23817/stat : 23817 (java) S 23800 23803 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92980172 10916999168 169785 33554432000 4194304 4196468 140726327315056 139639551409248 139640321218261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
[pid=23803/tid=23818] ppid=23800 vsize=10661132 memory=1388 CPUtime=1.45 cores=1,3,5,7
/proc/23803/task/23818/stat : 23818 (java) S 23800 23803 21807 0 -1 1077944384 1919 0 0 0 65 80 0 0 20 0 15 0 92980172 10916999168 169785 33554432000 4194304 4196468 140726327315056 139639550355760 139640321219202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 8790016 140726327317621 140726327317769 140726327317769 140726327320527 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 679140 KiB

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

[startup+2455.41 s]
# the end of solver process 23803 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.42 s, system=2.61325 s

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

Child status: 143
Real time (s): 2455.41
CPU time (s): 2520.03
CPU user time (s): 2517.42
CPU system time (s): 2.61325
CPU usage (%): 102.632
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 2715348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.42
system time used= 2.61325
maximum resident set size= 2719588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162767
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 78299
involuntary context switches= 3159


# summary of solver processes directly reported to runsolver:
#   pid: 23803
#   total CPU time (s): 2520.03
#   total CPU user time (s): 2517.42
#   total CPU system time (s): 2.61325

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.2515 second user time and 23.0501 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-28 07:02:50
IDJOB=4298323
IDBENCH=141111
IDSOLVER=2762
FILE ID=node137/4298323-1532754170
RUNJOBID= node137-1532739149-21839
PBS_JOBID= 21022437
Free space on /tmp= 48156 MiB

SOLVER NAME= GG's minicp 2018-04-29
BENCH NAME= XCSP18/PseudoBoolean-opt/Pb-circ10-3_c18.xml
COMMAND LINE= java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298323-1532754170/watcher-4298323-1532754170 -o /tmp/evaluation-result-4298323-1532754170/solver-4298323-1532754170 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532739149-21839 --watchdog 2580  java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4298323-1532754170.xml

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

MD5SUM BENCH= 2a9d5e672b2129585e8bdcc62e976dce
RANDOM SEED=154586469

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27929268 kB
MemAvailable:   31745564 kB
Buffers:          179632 kB
Cached:          3869520 kB
SwapCached:           32 kB
Active:          1976812 kB
Inactive:        2311552 kB
Active(anon):     186368 kB
Inactive(anon):    80060 kB
Active(file):    1790444 kB
Inactive(file):  2231492 kB
Unevictable:        7424 kB
Mlocked:            7424 kB
SwapTotal:      67108860 kB
SwapFree:       67108436 kB
Dirty:              4328 kB
Writeback:             0 kB
AnonPages:        356624 kB
Mapped:            52408 kB
Shmem:             25052 kB
Slab:             248524 kB
SReclaimable:     220388 kB
SUnreclaim:        28136 kB
KernelStack:        3808 kB
PageTables:         5624 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1137392 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    258048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 48152 MiB
End job on node137 at 2018-07-28 07:43:46