Trace number 4298324

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
MiniCPFever 2018-04-29? (TO) 2520.1 2467.21

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.08/2467.20	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 (10704 MiB free)
  memory of node 1: 16384 MiB (11202 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298324-1532754191/watcher-4298324-1532754191 -o /tmp/evaluation-result-4298324-1532754191/solver-4298324-1532754191 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532739282-23278 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4298324-1532754191.xml 

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

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


[startup+0.100126 s]*
/proc/loadavg: 1.57 1.48 1.51 5/216 25277
/proc/meminfo: memFree=22415352/32770624 swapFree=67108860/67108860
[pid=25262] ppid=25259 vsize=10658972 memory=28472 CPUtime=0.13 cores=0,2,4,6
/proc/25262/stat : 25262 (java) S 25259 25262 23247 0 -1 1077944320 4992 0 0 0 12 1 0 0 20 0 15 0 92982304 10914787328 7118 33554432000 4194304 4196468 140736213211472 140736213194016 140640400449271 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
/proc/25262/statm: 2664743 7118 2830 1 0 2627263 0
[pid=25262/tid=25264] ppid=25259 vsize=10658972 memory=-8197568871503531647 CPUtime=0.09 cores=0,2,4,6
/proc/25262/task/25264/stat : 25264 (java) R 25259 25262 23247 0 -1 4202560 2840 0 0 0 9 0 0 0 20 0 15 0 92982305 10914787328 7118 33554432000 4194304 4196468 140736213211472 140640404679680 140640384492901 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25265] ppid=25259 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25262/task/25265/stat : 25265 (java) S 25259 25262 23247 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92982305 10914787328 7118 33554432000 4194304 4196468 140736213211472 140640326523280 140640400459477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25266] ppid=25259 vsize=10658972 memory=140674490640000 CPUtime=0 cores=0,2,4,6
/proc/25262/task/25266/stat : 25266 (java) S 25259 25262 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92982305 10914787328 7118 33554432000 4194304 4196468 140736213211472 140640325470480 140640400459477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25267] ppid=25259 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25262/task/25267/stat : 25267 (java) S 25259 25262 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92982305 10914787328 7118 33554432000 4194304 4196468 140736213211472 140640324418192 140640400459477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25268] ppid=25259 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25262/task/25268/stat : 25268 (java) S 25259 25262 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92982305 10914787328 7118 33554432000 4194304 4196468 140736213211472 140640323365392 140640400459477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25269] ppid=25259 vsize=10658972 memory=140674490640000 CPUtime=0 cores=0,2,4,6
/proc/25262/task/25269/stat : 25269 (java) S 25259 25262 23247 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92982307 10914787328 7118 33554432000 4194304 4196468 140736213211472 140639892093552 140640400460418 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25270] ppid=25259 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25262/task/25270/stat : 25270 (java) S 25259 25262 23247 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92982307 10914787328 7118 33554432000 4194304 4196468 140736213211472 140639891039520 140640400459477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25271] ppid=25259 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25262/task/25271/stat : 25271 (java) S 25259 25262 23247 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92982307 10914787328 7118 33554432000 4194304 4196468 140736213211472 140639889987184 140640400459477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25272] ppid=25259 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25262/task/25272/stat : 25272 (java) S 25259 25262 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92982310 10914787328 7118 33554432000 4194304 4196468 140736213211472 140639888935504 140640400467867 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25273] ppid=25259 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25262/task/25273/stat : 25273 (java) R 25259 25262 23247 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 15 0 92982310 10914787328 7118 33554432000 4194304 4196468 140736213211472 140639887882352 140640400460418 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25274] ppid=25259 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25262/task/25274/stat : 25274 (java) R 25259 25262 23247 0 -1 4202560 432 0 0 0 0 0 0 0 20 0 15 0 92982310 10914787328 7118 33554432000 4194304 4196468 140736213211472 140639886821056 140640380862576 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25275] ppid=25259 vsize=10658972 memory=140674490640000 CPUtime=0.02 cores=0,2,4,6
/proc/25262/task/25275/stat : 25275 (java) R 25259 25262 23247 0 -1 4202560 337 0 0 0 2 0 0 0 20 0 15 0 92982310 10914787328 7118 33554432000 4194304 4196468 140736213211472 140639885774800 140640378467585 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25276] ppid=25259 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25262/task/25276/stat : 25276 (java) S 25259 25262 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92982310 10914787328 7118 33554432000 4194304 4196468 140736213211472 140639884724704 140640400459477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25277] ppid=25259 vsize=10658972 memory=140674490640000 CPUtime=0 cores=0,2,4,6
/proc/25262/task/25277/stat : 25277 (java) R 25259 25262 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92982310 10914787328 7118 33554432000 4194304 4196468 140736213211472 140639883672496 140640400460418 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 28472 KiB

[startup+0.2106 s]*
/proc/loadavg: 1.57 1.48 1.51 4/216 25277
/proc/meminfo: memFree=22405780/32770624 swapFree=67108860/67108860
[pid=25262] ppid=25259 vsize=10658972 memory=39996 CPUtime=0.35 cores=0,2,4,6
/proc/25262/stat : 25262 (java) S 25259 25262 23247 0 -1 1077944320 7667 0 0 0 33 2 0 0 20 0 15 0 92982304 10914787328 9999 33554432000 4194304 4196468 140736213211472 140736213194016 140640400449271 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
/proc/25262/statm: 2664743 9999 2962 1 0 2627263 0
[pid=25262/tid=25264] ppid=25259 vsize=10658972 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/25262/task/25264/stat : 25264 (java) R 25259 25262 23247 0 -1 4202560 4592 0 0 0 19 1 0 0 20 0 15 0 92982305 10914787328 9999 33554432000 4194304 4196468 140736213211472 140640404687440 140639996080485 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25265] ppid=25259 vsize=10658972 memory=342 CPUtime=0 cores=0,2,4,6
/proc/25262/task/25265/stat : 25265 (java) S 25259 25262 23247 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92982305 10914787328 9999 33554432000 4194304 4196468 140736213211472 140640326523280 140640400459477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25266] ppid=25259 vsize=10658972 memory=288371050642351744 CPUtime=0 cores=0,2,4,6
/proc/25262/task/25266/stat : 25266 (java) S 25259 25262 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92982305 10914787328 9999 33554432000 4194304 4196468 140736213211472 140640325470480 140640400459477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25267] ppid=25259 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25262/task/25267/stat : 25267 (java) S 25259 25262 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92982305 10914787328 9999 33554432000 4194304 4196468 140736213211472 140640324418192 140640400459477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25268] ppid=25259 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25262/task/25268/stat : 25268 (java) S 25259 25262 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92982305 10914787328 9999 33554432000 4194304 4196468 140736213211472 140640323365392 140640400459477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25269] ppid=25259 vsize=10658972 memory=140674490640000 CPUtime=0 cores=0,2,4,6
/proc/25262/task/25269/stat : 25269 (java) S 25259 25262 23247 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92982307 10914787328 9999 33554432000 4194304 4196468 140736213211472 140639892093552 140640400460418 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25270] ppid=25259 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25262/task/25270/stat : 25270 (java) S 25259 25262 23247 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92982307 10914787328 9999 33554432000 4194304 4196468 140736213211472 140639891039520 140640400459477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25271] ppid=25259 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25262/task/25271/stat : 25271 (java) S 25259 25262 23247 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92982307 10914787328 9999 33554432000 4194304 4196468 140736213211472 140639889987184 140640400459477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25272] ppid=25259 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25262/task/25272/stat : 25272 (java) S 25259 25262 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92982310 10914787328 9999 33554432000 4194304 4196468 140736213211472 140639888935504 140640400467867 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25273] ppid=25259 vsize=10658972 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/25262/task/25273/stat : 25273 (java) R 25259 25262 23247 0 -1 1077944384 259 0 0 0 2 0 0 0 20 0 15 0 92982310 10914787328 9999 33554432000 4194304 4196468 140736213211472 140639887869136 140640400459477 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25274] ppid=25259 vsize=10658972 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/25262/task/25274/stat : 25274 (java) R 25259 25262 23247 0 -1 4202560 592 0 0 0 2 0 0 0 20 0 15 0 92982310 10914787328 9999 33554432000 4194304 4196468 140736213211472 140639886819472 140640400470618 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25275] ppid=25259 vsize=10658972 memory=140674490640000 CPUtime=0.08 cores=0,2,4,6
/proc/25262/task/25275/stat : 25275 (java) R 25259 25262 23247 0 -1 4202560 856 0 0 0 8 0 0 0 20 0 15 0 92982310 10914787328 9999 33554432000 4194304 4196468 140736213211472 140639885777264 140640400461206 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25276] ppid=25259 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25262/task/25276/stat : 25276 (java) S 25259 25262 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92982310 10914787328 9999 33554432000 4194304 4196468 140736213211472 140639884724704 140640400459477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25277] ppid=25259 vsize=10658972 memory=140674490640000 CPUtime=0 cores=0,2,4,6
/proc/25262/task/25277/stat : 25277 (java) S 25259 25262 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92982310 10914787328 9999 33554432000 4194304 4196468 140736213211472 140639883672496 140640400460418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 39996 KiB

[startup+0.320332 s]*
/proc/loadavg: 1.57 1.48 1.51 5/216 25277
/proc/meminfo: memFree=22386224/32770624 swapFree=67108860/67108860
[pid=25262] ppid=25259 vsize=10658972 memory=60180 CPUtime=0.71 cores=0,2,4,6
/proc/25262/stat : 25262 (java) S 25259 25262 23247 0 -1 1077944320 9491 0 0 0 68 3 0 0 20 0 15 0 92982304 10914787328 15045 33554432000 4194304 4196468 140736213211472 140736213194016 140640400449271 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
/proc/25262/statm: 2664743 15045 3043 1 0 2627263 0
[pid=25262/tid=25264] ppid=25259 vsize=10658972 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/25262/task/25264/stat : 25264 (java) R 25259 25262 23247 0 -1 4202560 4612 0 0 0 29 1 0 0 20 0 15 0 92982305 10914787328 15045 33554432000 4194304 4196468 140736213211472 140640404687264 140640400471197 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25265] ppid=25259 vsize=10658972 memory=288230600413020183 CPUtime=0 cores=0,2,4,6
/proc/25262/task/25265/stat : 25265 (java) S 25259 25262 23247 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92982305 10914787328 15045 33554432000 4194304 4196468 140736213211472 140640326523280 140640400459477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25266] ppid=25259 vsize=10658972 memory=288371050642351744 CPUtime=0 cores=0,2,4,6
/proc/25262/task/25266/stat : 25266 (java) S 25259 25262 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92982305 10914787328 15045 33554432000 4194304 4196468 140736213211472 140640325470480 140640400459477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25267] ppid=25259 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25262/task/25267/stat : 25267 (java) S 25259 25262 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92982305 10914787328 15045 33554432000 4194304 4196468 140736213211472 140640324418192 140640400459477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25268] ppid=25259 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25262/task/25268/stat : 25268 (java) S 25259 25262 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92982305 10914787328 15045 33554432000 4194304 4196468 140736213211472 140640323365392 140640400459477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25269] ppid=25259 vsize=10658972 memory=140674490640000 CPUtime=0 cores=0,2,4,6
/proc/25262/task/25269/stat : 25269 (java) S 25259 25262 23247 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92982307 10914787328 15045 33554432000 4194304 4196468 140736213211472 140639892093552 140640400460418 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25270] ppid=25259 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25262/task/25270/stat : 25270 (java) S 25259 25262 23247 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92982307 10914787328 15045 33554432000 4194304 4196468 140736213211472 140639891039520 140640400459477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25271] ppid=25259 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25262/task/25271/stat : 25271 (java) S 25259 25262 23247 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92982307 10914787328 15045 33554432000 4194304 4196468 140736213211472 140639889987184 140640400459477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25272] ppid=25259 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25262/task/25272/stat : 25272 (java) S 25259 25262 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92982310 10914787328 15045 33554432000 4194304 4196468 140736213211472 140639888935504 140640400467867 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25273] ppid=25259 vsize=10658972 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/25262/task/25273/stat : 25273 (java) R 25259 25262 23247 0 -1 4202560 739 0 0 0 12 0 0 0 20 0 15 0 92982310 10914787328 15045 33554432000 4194304 4196468 140736213211472 140639887868232 140640386605713 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25274] ppid=25259 vsize=10658972 memory=-1 CPUtime=0.13 cores=0,2,4,6
/proc/25262/task/25274/stat : 25274 (java) R 25259 25262 23247 0 -1 4202560 1508 0 0 0 13 0 0 0 20 0 15 0 92982310 10914787328 15045 33554432000 4194304 4196468 140736213211472 140639886815016 140640379695161 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25275] ppid=25259 vsize=10658972 memory=140674490640000 CPUtime=0.12 cores=0,2,4,6
/proc/25262/task/25275/stat : 25275 (java) S 25259 25262 23247 0 -1 1077944384 1264 0 0 0 12 0 0 0 20 0 15 0 92982310 10914787328 15045 33554432000 4194304 4196468 140736213211472 140639885777264 140640400460418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25276] ppid=25259 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25262/task/25276/stat : 25276 (java) S 25259 25262 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92982310 10914787328 15045 33554432000 4194304 4196468 140736213211472 140639884724704 140640400459477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25277] ppid=25259 vsize=10658972 memory=140674490640000 CPUtime=0 cores=0,2,4,6
/proc/25262/task/25277/stat : 25277 (java) S 25259 25262 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92982310 10914787328 15045 33554432000 4194304 4196468 140736213211472 140639883672496 140640400460418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
Current children cumulated CPU time: 0.71 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 60180 KiB

[startup+0.700747 s]
/proc/loadavg: 1.57 1.48 1.51 5/216 25277
/proc/meminfo: memFree=22363204/32770624 swapFree=67108860/67108860
[pid=25262] ppid=25259 vsize=10659048 memory=140040 CPUtime=1.91 cores=0,2,4,6
/proc/25262/stat : 25262 (java) S 25259 25262 23247 0 -1 1077944320 11076 0 0 0 186 5 0 0 20 0 15 0 92982304 10914865152 35010 33554432000 4194304 4196468 140736213211472 140736213194016 140640400449271 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
/proc/25262/statm: 2664762 35010 3099 1 0 2627263 0
[pid=25262/tid=25264] ppid=25259 vsize=10659048 memory=1728 CPUtime=0.68 cores=0,2,4,6
/proc/25262/task/25264/stat : 25264 (java) R 25259 25262 23247 0 -1 4202560 5010 0 0 0 65 3 0 0 20 0 15 0 92982305 10914865152 35010 33554432000 4194304 4196468 140736213211472 140640404684056 140639999408963 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25265] ppid=25259 vsize=10659048 memory=1704 CPUtime=0 cores=0,2,4,6
/proc/25262/task/25265/stat : 25265 (java) S 25259 25262 23247 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92982305 10914865152 35010 33554432000 4194304 4196468 140736213211472 140640326523280 140640400459477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25266] ppid=25259 vsize=10659048 memory=796 CPUtime=0 cores=0,2,4,6
/proc/25262/task/25266/stat : 25266 (java) S 25259 25262 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92982305 10914865152 35010 33554432000 4194304 4196468 140736213211472 140640325470480 140640400459477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25267] ppid=25259 vsize=10659048 memory=5408 CPUtime=0 cores=0,2,4,6
/proc/25262/task/25267/stat : 25267 (java) S 25259 25262 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92982305 10914865152 35010 33554432000 4194304 4196468 140736213211472 140640324418192 140640400459477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25268] ppid=25259 vsize=10659048 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/25262/task/25268/stat : 25268 (java) S 25259 25262 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92982305 10914865152 35010 33554432000 4194304 4196468 140736213211472 140640323365392 140640400459477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25269] ppid=25259 vsize=10659048 memory=9992 CPUtime=0 cores=0,2,4,6
/proc/25262/task/25269/stat : 25269 (java) S 25259 25262 23247 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 92982307 10914865152 35010 33554432000 4194304 4196468 140736213211472 140639892093552 140640400460418 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25270] ppid=25259 vsize=10659048 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/25262/task/25270/stat : 25270 (java) S 25259 25262 23247 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92982307 10914865152 35010 33554432000 4194304 4196468 140736213211472 140639891039520 140640400459477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25271] ppid=25259 vsize=10659048 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/25262/task/25271/stat : 25271 (java) S 25259 25262 23247 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92982307 10914865152 35010 33554432000 4194304 4196468 140736213211472 140639889987184 140640400459477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25272] ppid=25259 vsize=10659048 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/25262/task/25272/stat : 25272 (java) S 25259 25262 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92982310 10914865152 35010 33554432000 4194304 4196468 140736213211472 140639888935504 140640400467867 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25273] ppid=25259 vsize=10659048 memory=7017547551848162880 CPUtime=0.46 cores=0,2,4,6
/proc/25262/task/25273/stat : 25273 (java) R 25259 25262 23247 0 -1 4202560 1223 0 0 0 46 0 0 0 20 0 15 0 92982310 10914865152 35010 33554432000 4194304 4196468 140736213211472 140639887872176 140640380292865 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25274] ppid=25259 vsize=10659048 memory=7811323491934034026 CPUtime=0.48 cores=0,2,4,6
/proc/25262/task/25274/stat : 25274 (java) R 25259 25262 23247 0 -1 4202560 1888 0 0 0 48 0 0 0 20 0 15 0 92982310 10914865152 35010 33554432000 4194304 4196468 140736213211472 140639886816120 140640379598127 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25275] ppid=25259 vsize=10659048 memory=5787213827163908199 CPUtime=0.25 cores=0,2,4,6
/proc/25262/task/25275/stat : 25275 (java) S 25259 25262 23247 0 -1 1077944384 1584 0 0 0 25 0 0 0 20 0 15 0 92982310 10914865152 35010 33554432000 4194304 4196468 140736213211472 140639885777264 140640400460418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25276] ppid=25259 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25262/task/25276/stat : 25276 (java) S 25259 25262 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92982310 10914865152 35010 33554432000 4194304 4196468 140736213211472 140639884724704 140640400459477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25277] ppid=25259 vsize=10659048 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/25262/task/25277/stat : 25277 (java) S 25259 25262 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92982310 10914865152 35010 33554432000 4194304 4196468 140736213211472 140639883672496 140640400460418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
Current children cumulated CPU time: 1.91 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 140040 KiB

[startup+1.50133 s]
/proc/loadavg: 1.57 1.48 1.51 5/216 25277
/proc/meminfo: memFree=22205908/32770624 swapFree=67108860/67108860
[pid=25262] ppid=25259 vsize=10659048 memory=373312 CPUtime=4.24 cores=0,2,4,6
/proc/25262/stat : 25262 (java) S 25259 25262 23247 0 -1 1077944320 14484 0 0 0 410 14 0 0 20 0 15 0 92982304 10914865152 93328 33554432000 4194304 4196468 140736213211472 140736213194016 140640400449271 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
/proc/25262/statm: 2664762 93328 3132 1 0 2627263 0
[pid=25262/tid=25264] ppid=25259 vsize=10659048 memory=0 CPUtime=1.41 cores=0,2,4,6
/proc/25262/task/25264/stat : 25264 (java) R 25259 25262 23247 0 -1 4202560 5160 0 0 0 136 5 0 0 20 0 15 0 92982305 10914865152 93328 33554432000 4194304 4196468 140736213211472 140640404687072 140640000077792 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25265] ppid=25259 vsize=10659048 memory=-6951259422114956437 CPUtime=0.05 cores=0,2,4,6
/proc/25262/task/25265/stat : 25265 (java) S 25259 25262 23247 0 -1 1077944384 152 0 0 0 4 1 0 0 20 0 15 0 92982305 10914865152 93328 33554432000 4194304 4196468 140736213211472 140640326523280 140640400459477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25266] ppid=25259 vsize=10659048 memory=-6509546260019855295 CPUtime=0.01 cores=0,2,4,6
/proc/25262/task/25266/stat : 25266 (java) S 25259 25262 23247 0 -1 1077944384 144 0 0 0 1 0 0 0 20 0 15 0 92982305 10914865152 93328 33554432000 4194304 4196468 140736213211472 140640325470480 140640400459477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25267] ppid=25259 vsize=10659048 memory=-7390251449858225344 CPUtime=0.04 cores=0,2,4,6
/proc/25262/task/25267/stat : 25267 (java) S 25259 25262 23247 0 -1 1077944384 125 0 0 0 3 1 0 0 20 0 15 0 92982305 10914865152 93328 33554432000 4194304 4196468 140736213211472 140640324418192 140640400459477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25268] ppid=25259 vsize=10659048 memory=4134692831991786133 CPUtime=0.04 cores=0,2,4,6
/proc/25262/task/25268/stat : 25268 (java) S 25259 25262 23247 0 -1 1077944384 52 0 0 0 3 1 0 0 20 0 15 0 92982305 10914865152 93328 33554432000 4194304 4196468 140736213211472 140640323365392 140640400459477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25269] ppid=25259 vsize=10659048 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/25262/task/25269/stat : 25269 (java) S 25259 25262 23247 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 15 0 92982307 10914865152 93328 33554432000 4194304 4196468 140736213211472 140639892093552 140640400460418 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0

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

/proc/25262/task/25264/stat : 25264 (java) R 25259 25262 23247 0 -1 4202560 63042 0 0 0 230564 51 0 0 20 0 15 0 92982305 10914865152 158531 33554432000 4194304 4196468 140736213211472 140640404688688 140640001035473 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25265] ppid=25259 vsize=10659048 memory=656696 CPUtime=14.58 cores=0,2,4,6
/proc/25262/task/25265/stat : 25265 (java) S 25259 25262 23247 0 -1 1077944384 23742 0 0 0 1440 18 0 0 20 0 15 0 92982305 10914865152 158531 33554432000 4194304 4196468 140736213211472 140640326523280 140640400459477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25266] ppid=25259 vsize=10659048 memory=68 CPUtime=14.55 cores=0,2,4,6
/proc/25262/task/25266/stat : 25266 (java) S 25259 25262 23247 0 -1 1077944384 22256 0 0 0 1439 16 0 0 20 0 15 0 92982305 10914865152 158531 33554432000 4194304 4196468 140736213211472 140640325470480 140640400459477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25267] ppid=25259 vsize=10659048 memory=742368 CPUtime=14.56 cores=0,2,4,6
/proc/25262/task/25267/stat : 25267 (java) S 25259 25262 23247 0 -1 1077944384 25638 0 0 0 1439 17 0 0 20 0 15 0 92982305 10914865152 158531 33554432000 4194304 4196468 140736213211472 140640324418192 140640400459477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25268] ppid=25259 vsize=10659048 memory=646436 CPUtime=14.57 cores=0,2,4,6
/proc/25262/task/25268/stat : 25268 (java) S 25259 25262 23247 0 -1 1077944384 26367 0 0 0 1440 17 0 0 20 0 15 0 92982305 10914865152 158531 33554432000 4194304 4196468 140736213211472 140640323365392 140640400459477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25269] ppid=25259 vsize=10659048 memory=643872 CPUtime=1.06 cores=0,2,4,6
/proc/25262/task/25269/stat : 25269 (java) S 25259 25262 23247 0 -1 1077944384 20991 0 0 0 85 21 0 0 20 0 15 0 92982307 10914865152 158531 33554432000 4194304 4196468 140736213211472 140639892093552 140640400460418 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25270] ppid=25259 vsize=10659048 memory=640796 CPUtime=0 cores=0,2,4,6
/proc/25262/task/25270/stat : 25270 (java) S 25259 25262 23247 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 92982307 10914865152 158531 33554432000 4194304 4196468 140736213211472 140639891039584 140640400459477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25271] ppid=25259 vsize=10659048 memory=640796 CPUtime=0 cores=0,2,4,6
/proc/25262/task/25271/stat : 25271 (java) S 25259 25262 23247 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 92982307 10914865152 158531 33554432000 4194304 4196468 140736213211472 140639889987184 140640400459477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25272] ppid=25259 vsize=10659048 memory=636692 CPUtime=0 cores=0,2,4,6
/proc/25262/task/25272/stat : 25272 (java) S 25259 25262 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92982310 10914865152 158531 33554432000 4194304 4196468 140736213211472 140639888935504 140640400467867 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25273] ppid=25259 vsize=10659048 memory=634124 CPUtime=2.02 cores=0,2,4,6
/proc/25262/task/25273/stat : 25273 (java) S 25259 25262 23247 0 -1 1077944384 6004 0 0 0 201 1 0 0 20 0 15 0 92982310 10914865152 158531 33554432000 4194304 4196468 140736213211472 140639887882352 140640400460418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25274] ppid=25259 vsize=10659048 memory=681320 CPUtime=2.23 cores=0,2,4,6
/proc/25262/task/25274/stat : 25274 (java) S 25259 25262 23247 0 -1 1077944384 8551 0 0 0 222 1 0 0 20 0 15 0 92982310 10914865152 158531 33554432000 4194304 4196468 140736213211472 140639886829552 140640400460418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25275] ppid=25259 vsize=10659048 memory=646436 CPUtime=0.46 cores=0,2,4,6
/proc/25262/task/25275/stat : 25275 (java) S 25259 25262 23247 0 -1 1077944384 3204 0 0 0 45 1 0 0 20 0 15 0 92982310 10914865152 158531 33554432000 4194304 4196468 140736213211472 140639885777264 140640400460418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25276] ppid=25259 vsize=10659048 memory=638744 CPUtime=0 cores=0,2,4,6
/proc/25262/task/25276/stat : 25276 (java) S 25259 25262 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92982310 10914865152 158531 33554432000 4194304 4196468 140736213211472 140639884724704 140640400459477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25277] ppid=25259 vsize=10659048 memory=5408 CPUtime=1.33 cores=0,2,4,6
/proc/25262/task/25277/stat : 25277 (java) S 25259 25262 23247 0 -1 1077944384 2281 0 0 0 66 67 0 0 20 0 15 0 92982310 10914865152 158531 33554432000 4194304 4196468 140736213211472 140639883672496 140640400460418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
Current children cumulated CPU time: 2371.61 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 634124 KiB

[startup+2382.3 s]
/proc/loadavg: 1.87 1.94 1.95 3/216 25427
/proc/meminfo: memFree=23151004/32770624 swapFree=67108860/67108860
[pid=25262] ppid=25259 vsize=10659048 memory=568072 CPUtime=2433.17 cores=0,2,4,6
/proc/25262/stat : 25262 (java) S 25259 25262 23247 0 -1 1077944320 206774 0 0 0 243118 199 0 0 20 0 15 0 92982304 10914865152 142018 33554432000 4194304 4196468 140736213211472 140736213194016 140640400449271 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
/proc/25262/statm: 2664762 142018 3176 1 0 2627263 0
[pid=25262/tid=25264] ppid=25259 vsize=10659048 memory=5408 CPUtime=2365.59 cores=0,2,4,6
/proc/25262/task/25264/stat : 25264 (java) R 25259 25262 23247 0 -1 4202560 63466 0 0 0 236508 51 0 0 20 0 15 0 92982305 10914865152 142018 33554432000 4194304 4196468 140736213211472 140640404688688 140640001742991 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25265] ppid=25259 vsize=10659048 memory=568072 CPUtime=15.1 cores=0,2,4,6
/proc/25262/task/25265/stat : 25265 (java) S 25259 25262 23247 0 -1 1077944384 24476 0 0 0 1492 18 0 0 20 0 15 0 92982305 10914865152 142018 33554432000 4194304 4196468 140736213211472 140640326523280 140640400459477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25266] ppid=25259 vsize=10659048 memory=572052 CPUtime=15.06 cores=0,2,4,6
/proc/25262/task/25266/stat : 25266 (java) S 25259 25262 23247 0 -1 1077944384 22706 0 0 0 1490 16 0 0 20 0 15 0 92982305 10914865152 142018 33554432000 4194304 4196468 140736213211472 140640325470480 140640400459477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25267] ppid=25259 vsize=10659048 memory=568584 CPUtime=15.07 cores=0,2,4,6
/proc/25262/task/25267/stat : 25267 (java) S 25259 25262 23247 0 -1 1077944384 26540 0 0 0 1490 17 0 0 20 0 15 0 92982305 10914865152 142018 33554432000 4194304 4196468 140736213211472 140640324418192 140640400459477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25268] ppid=25259 vsize=10659048 memory=575644 CPUtime=15.08 cores=0,2,4,6
/proc/25262/task/25268/stat : 25268 (java) S 25259 25262 23247 0 -1 1077944384 26858 0 0 0 1491 17 0 0 20 0 15 0 92982305 10914865152 142018 33554432000 4194304 4196468 140736213211472 140640323365392 140640400459477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25269] ppid=25259 vsize=10659048 memory=572052 CPUtime=1.09 cores=0,2,4,6
/proc/25262/task/25269/stat : 25269 (java) S 25259 25262 23247 0 -1 1077944384 21259 0 0 0 87 22 0 0 20 0 15 0 92982307 10914865152 142018 33554432000 4194304 4196468 140736213211472 140639892093552 140640400460418 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25270] ppid=25259 vsize=10659048 memory=575644 CPUtime=0 cores=0,2,4,6
/proc/25262/task/25270/stat : 25270 (java) S 25259 25262 23247 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 92982307 10914865152 142018 33554432000 4194304 4196468 140736213211472 140639891039584 140640400459477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25271] ppid=25259 vsize=10659048 memory=568072 CPUtime=0 cores=0,2,4,6
/proc/25262/task/25271/stat : 25271 (java) S 25259 25262 23247 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 92982307 10914865152 142018 33554432000 4194304 4196468 140736213211472 140639889987184 140640400459477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25272] ppid=25259 vsize=10659048 memory=585904 CPUtime=0 cores=0,2,4,6
/proc/25262/task/25272/stat : 25272 (java) S 25259 25262 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92982310 10914865152 142018 33554432000 4194304 4196468 140736213211472 140639888935504 140640400467867 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25273] ppid=25259 vsize=10659048 memory=594112 CPUtime=2.02 cores=0,2,4,6
/proc/25262/task/25273/stat : 25273 (java) S 25259 25262 23247 0 -1 1077944384 6009 0 0 0 201 1 0 0 20 0 15 0 92982310 10914865152 142018 33554432000 4194304 4196468 140736213211472 140639887882352 140640400460418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25274] ppid=25259 vsize=10659048 memory=568072 CPUtime=2.23 cores=0,2,4,6
/proc/25262/task/25274/stat : 25274 (java) S 25259 25262 23247 0 -1 1077944384 8555 0 0 0 222 1 0 0 20 0 15 0 92982310 10914865152 142018 33554432000 4194304 4196468 140736213211472 140639886829552 140640400460418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25275] ppid=25259 vsize=10659048 memory=164 CPUtime=0.46 cores=0,2,4,6
/proc/25262/task/25275/stat : 25275 (java) S 25259 25262 23247 0 -1 1077944384 3208 0 0 0 45 1 0 0 20 0 15 0 92982310 10914865152 142018 33554432000 4194304 4196468 140736213211472 140639885777264 140640400460418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25276] ppid=25259 vsize=10659048 memory=568072 CPUtime=0 cores=0,2,4,6
/proc/25262/task/25276/stat : 25276 (java) S 25259 25262 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92982310 10914865152 142018 33554432000 4194304 4196468 140736213211472 140639884724704 140640400459477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25277] ppid=25259 vsize=10659048 memory=16412 CPUtime=1.36 cores=0,2,4,6
/proc/25262/task/25277/stat : 25277 (java) S 25259 25262 23247 0 -1 1077944384 2309 0 0 0 68 68 0 0 20 0 15 0 92982310 10914865152 142018 33554432000 4194304 4196468 140736213211472 140639883672496 140640400460418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
Current children cumulated CPU time: 2433.17 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 568072 KiB

[startup+2442.3 s]
/proc/loadavg: 1.88 1.92 1.95 3/216 25428
/proc/meminfo: memFree=23222392/32770624 swapFree=67108860/67108860
[pid=25262] ppid=25259 vsize=10659048 memory=510616 CPUtime=2494.6 cores=0,2,4,6
/proc/25262/stat : 25262 (java) S 25259 25262 23247 0 -1 1077944320 210622 0 0 0 249258 202 0 0 20 0 15 0 92982304 10914865152 127654 33554432000 4194304 4196468 140736213211472 140736213194016 140640400449271 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
/proc/25262/statm: 2664762 127654 3176 1 0 2627263 0
[pid=25262/tid=25264] ppid=25259 vsize=10659048 memory=510616 CPUtime=2425.07 cores=0,2,4,6
/proc/25262/task/25264/stat : 25264 (java) R 25259 25262 23247 0 -1 4202560 64152 0 0 0 242456 51 0 0 20 0 15 0 92982305 10914865152 127654 33554432000 4194304 4196468 140736213211472 140640404688432 140640002078852 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25265] ppid=25259 vsize=10659048 memory=518824 CPUtime=15.57 cores=0,2,4,6
/proc/25262/task/25265/stat : 25265 (java) S 25259 25262 23247 0 -1 1077944384 25053 0 0 0 1539 18 0 0 20 0 15 0 92982305 10914865152 127654 33554432000 4194304 4196468 140736213211472 140640326523280 140640400459477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25266] ppid=25259 vsize=10659048 memory=518824 CPUtime=15.53 cores=0,2,4,6
/proc/25262/task/25266/stat : 25266 (java) S 25259 25262 23247 0 -1 1077944384 23268 0 0 0 1537 16 0 0 20 0 15 0 92982305 10914865152 127654 33554432000 4194304 4196468 140736213211472 140640325470480 140640400459477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25267] ppid=25259 vsize=10659048 memory=515744 CPUtime=15.54 cores=0,2,4,6
/proc/25262/task/25267/stat : 25267 (java) S 25259 25262 23247 0 -1 1077944384 27160 0 0 0 1537 17 0 0 20 0 15 0 92982305 10914865152 127654 33554432000 4194304 4196468 140736213211472 140640324418192 140640400459477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25268] ppid=25259 vsize=10659048 memory=515744 CPUtime=15.55 cores=0,2,4,6
/proc/25262/task/25268/stat : 25268 (java) S 25259 25262 23247 0 -1 1077944384 27757 0 0 0 1538 17 0 0 20 0 15 0 92982305 10914865152 127654 33554432000 4194304 4196468 140736213211472 140640323365392 140640400459477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25269] ppid=25259 vsize=10659048 memory=510616 CPUtime=1.13 cores=0,2,4,6
/proc/25262/task/25269/stat : 25269 (java) S 25259 25262 23247 0 -1 1077944384 21712 0 0 0 90 23 0 0 20 0 15 0 92982307 10914865152 127654 33554432000 4194304 4196468 140736213211472 140639892093552 140640400460418 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25270] ppid=25259 vsize=10659048 memory=281348678327952 CPUtime=0 cores=0,2,4,6
/proc/25262/task/25270/stat : 25270 (java) S 25259 25262 23247 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 92982307 10914865152 127654 33554432000 4194304 4196468 140736213211472 140639891039584 140640400459477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25271] ppid=25259 vsize=10659048 memory=510616 CPUtime=0 cores=0,2,4,6
/proc/25262/task/25271/stat : 25271 (java) S 25259 25262 23247 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 92982307 10914865152 127654 33554432000 4194304 4196468 140736213211472 140639889987184 140640400459477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25272] ppid=25259 vsize=10659048 memory=510616 CPUtime=0 cores=0,2,4,6
/proc/25262/task/25272/stat : 25272 (java) S 25259 25262 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92982310 10914865152 127654 33554432000 4194304 4196468 140736213211472 140639888935504 140640400467867 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25273] ppid=25259 vsize=10659048 memory=510616 CPUtime=2.02 cores=0,2,4,6
/proc/25262/task/25273/stat : 25273 (java) S 25259 25262 23247 0 -1 1077944384 6013 0 0 0 201 1 0 0 20 0 15 0 92982310 10914865152 127654 33554432000 4194304 4196468 140736213211472 140639887882352 140640400460418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25274] ppid=25259 vsize=10659048 memory=15876 CPUtime=2.23 cores=0,2,4,6
/proc/25262/task/25274/stat : 25274 (java) S 25259 25262 23247 0 -1 1077944384 8557 0 0 0 222 1 0 0 20 0 15 0 92982310 10914865152 127654 33554432000 4194304 4196468 140736213211472 140639886829552 140640400460418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25275] ppid=25259 vsize=10659048 memory=16412 CPUtime=0.46 cores=0,2,4,6
/proc/25262/task/25275/stat : 25275 (java) S 25259 25262 23247 0 -1 1077944384 3210 0 0 0 45 1 0 0 20 0 15 0 92982310 10914865152 127654 33554432000 4194304 4196468 140736213211472 140639885777264 140640400460418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25276] ppid=25259 vsize=10659048 memory=510616 CPUtime=0 cores=0,2,4,6
/proc/25262/task/25276/stat : 25276 (java) S 25259 25262 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92982310 10914865152 127654 33554432000 4194304 4196468 140736213211472 140639884724704 140640400459477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25277] ppid=25259 vsize=10659048 memory=510616 CPUtime=1.4 cores=0,2,4,6
/proc/25262/task/25277/stat : 25277 (java) S 25259 25262 23247 0 -1 1077944384 2352 0 0 0 70 70 0 0 20 0 15 0 92982310 10914865152 127654 33554432000 4194304 4196468 140736213211472 140639883672496 140640400460418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
Current children cumulated CPU time: 2494.6 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 510616 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2467.2 s]
/proc/loadavg: 1.84 1.91 1.94 3/216 25428
/proc/meminfo: memFree=23249172/32770624 swapFree=67108860/67108860
[pid=25262] ppid=25259 vsize=10659048 memory=483940 CPUtime=2520.08 cores=0,2,4,6
/proc/25262/stat : 25262 (java) S 25259 25262 23247 0 -1 1077944320 211082 0 0 0 251805 203 0 0 20 0 15 0 92982304 10914865152 120985 33554432000 4194304 4196468 140736213211472 140736213194016 140640400449271 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
/proc/25262/statm: 2664762 120985 3176 1 0 2627263 0
[pid=25262/tid=25264] ppid=25259 vsize=10659048 memory=491632 CPUtime=2449.74 cores=0,2,4,6
/proc/25262/task/25264/stat : 25264 (java) R 25259 25262 23247 0 -1 4202560 64240 0 0 0 244923 51 0 0 20 0 15 0 92982305 10914865152 120985 33554432000 4194304 4196468 140736213211472 140640404688640 140640002127856 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25265] ppid=25259 vsize=10659048 memory=10616 CPUtime=15.76 cores=0,2,4,6
/proc/25262/task/25265/stat : 25265 (java) S 25259 25262 23247 0 -1 1077944384 25092 0 0 0 1558 18 0 0 20 0 15 0 92982305 10914865152 120985 33554432000 4194304 4196468 140736213211472 140640326523280 140640400459477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25266] ppid=25259 vsize=10659048 memory=4616 CPUtime=15.72 cores=0,2,4,6
/proc/25262/task/25266/stat : 25266 (java) S 25259 25262 23247 0 -1 1077944384 23339 0 0 0 1556 16 0 0 20 0 15 0 92982305 10914865152 120985 33554432000 4194304 4196468 140736213211472 140640325470480 140640400459477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25267] ppid=25259 vsize=10659048 memory=489580 CPUtime=15.73 cores=0,2,4,6
/proc/25262/task/25267/stat : 25267 (java) S 25259 25262 23247 0 -1 1077944384 27266 0 0 0 1556 17 0 0 20 0 15 0 92982305 10914865152 120985 33554432000 4194304 4196468 140736213211472 140640324418192 140640400459477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25268] ppid=25259 vsize=10659048 memory=26952 CPUtime=15.74 cores=0,2,4,6
/proc/25262/task/25268/stat : 25268 (java) S 25259 25262 23247 0 -1 1077944384 27909 0 0 0 1557 17 0 0 20 0 15 0 92982305 10914865152 120985 33554432000 4194304 4196468 140736213211472 140640323365392 140640400459477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25269] ppid=25259 vsize=10659048 memory=1292 CPUtime=1.14 cores=0,2,4,6
/proc/25262/task/25269/stat : 25269 (java) S 25259 25262 23247 0 -1 1077944384 21714 0 0 0 91 23 0 0 20 0 15 0 92982307 10914865152 120985 33554432000 4194304 4196468 140736213211472 140639892093552 140640400460418 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25270] ppid=25259 vsize=10659048 memory=796 CPUtime=0 cores=0,2,4,6
/proc/25262/task/25270/stat : 25270 (java) S 25259 25262 23247 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 92982307 10914865152 120985 33554432000 4194304 4196468 140736213211472 140639891039584 140640400459477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25271] ppid=25259 vsize=10659048 memory=5408 CPUtime=0 cores=0,2,4,6
/proc/25262/task/25271/stat : 25271 (java) S 25259 25262 23247 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 92982307 10914865152 120985 33554432000 4194304 4196468 140736213211472 140639889987184 140640400459477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25272] ppid=25259 vsize=10659048 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/25262/task/25272/stat : 25272 (java) S 25259 25262 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92982310 10914865152 120985 33554432000 4194304 4196468 140736213211472 140639888935504 140640400467867 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25273] ppid=25259 vsize=10659048 memory=6791534058613427641 CPUtime=2.02 cores=0,2,4,6
/proc/25262/task/25273/stat : 25273 (java) S 25259 25262 23247 0 -1 1077944384 6013 0 0 0 201 1 0 0 20 0 15 0 92982310 10914865152 120985 33554432000 4194304 4196468 140736213211472 140639887882352 140640400460418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25274] ppid=25259 vsize=10659048 memory=4616 CPUtime=2.23 cores=0,2,4,6
/proc/25262/task/25274/stat : 25274 (java) S 25259 25262 23247 0 -1 1077944384 8557 0 0 0 222 1 0 0 20 0 15 0 92982310 10914865152 120985 33554432000 4194304 4196468 140736213211472 140639886829552 140640400460418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25275] ppid=25259 vsize=10659048 memory=1428 CPUtime=0.46 cores=0,2,4,6
/proc/25262/task/25275/stat : 25275 (java) S 25259 25262 23247 0 -1 1077944384 3210 0 0 0 45 1 0 0 20 0 15 0 92982310 10914865152 120985 33554432000 4194304 4196468 140736213211472 140639885777264 140640400460418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25276] ppid=25259 vsize=10659048 memory=489580 CPUtime=0 cores=0,2,4,6
/proc/25262/task/25276/stat : 25276 (java) S 25259 25262 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92982310 10914865152 120985 33554432000 4194304 4196468 140736213211472 140639884724704 140640400459477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
[pid=25262/tid=25277] ppid=25259 vsize=10659048 memory=4128 CPUtime=1.42 cores=0,2,4,6
/proc/25262/task/25277/stat : 25277 (java) S 25259 25262 23247 0 -1 1077944384 2354 0 0 0 71 71 0 0 20 0 15 0 92982310 10914865152 120985 33554432000 4194304 4196468 140736213211472 140639883672496 140640400460418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140736213214381 140736213214473 140736213214473 140736213217231 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 483940 KiB

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

[startup+2467.21 s]
# the end of solver process 25262 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.06 s, system=2.03669 s

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

Child status: 143
Real time (s): 2467.21
CPU time (s): 2520.1
CPU user time (s): 2518.06
CPU system time (s): 2.03669
CPU usage (%): 102.143
Max. virtual memory (cumulated for all children) (KiB): 10659048
Max. memory (cumulated for all children) (KiB): 2707196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.06
system time used= 2.03669
maximum resident set size= 2707364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 211462
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= 75184
involuntary context switches= 3727


# summary of solver processes directly reported to runsolver:
#   pid: 25262
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2518.06
#   total CPU system time (s): 2.03669

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.0599 second user time and 22.5118 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-28 07:03:11
IDJOB=4298324
IDBENCH=141111
IDSOLVER=2763
FILE ID=node139/4298324-1532754191
RUNJOBID= node139-1532739282-23278
PBS_JOBID= 21022439
Free space on /tmp= 38716 MiB

SOLVER NAME= MiniCPFever 2018-04-29
BENCH NAME= XCSP18/PseudoBoolean-opt/Pb-circ10-3_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298324-1532754191/watcher-4298324-1532754191 -o /tmp/evaluation-result-4298324-1532754191/solver-4298324-1532754191 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532739282-23278 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4298324-1532754191.xml

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

MD5SUM BENCH= 2a9d5e672b2129585e8bdcc62e976dce
RANDOM SEED=814879011

node139.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.80
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.80
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.80
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.80
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:        22432260 kB
MemAvailable:   30437088 kB
Buffers:          231156 kB
Cached:          7902500 kB
SwapCached:            0 kB
Active:          4561032 kB
Inactive:        5117900 kB
Active(anon):    1499536 kB
Inactive(anon):    73576 kB
Active(file):    3061496 kB
Inactive(file):  5044324 kB
Unevictable:        7312 kB
Mlocked:            7312 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              4292 kB
Writeback:             0 kB
AnonPages:       1560344 kB
Mapped:            54572 kB
Shmem:             25228 kB
Slab:             354716 kB
SReclaimable:     327468 kB
SUnreclaim:        27248 kB
KernelStack:        3808 kB
PageTables:         8212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2300748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1454080 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 38712 MiB
End job on node139 at 2018-07-28 07:44:19