Trace number 4273981

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 NameAnswerCPU timeWall clock time
OscaR - Conflict Ordering 2017-07-26? (TO) 2520.03 2511.6101

General information on the benchmark

NameMagicSquare/MagicSquare-sum-s1/
MagicSquare-26-sum.xml
MD5SUM3448e9886530ade698bbe26313ab484d
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables676
Number of constraints55
Number of domains1
Minimum domain size676
Maximum domain size676
Distribution of domain sizes[{"size":676,"count":676}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":624},{"degree":4,"count":52}]
Minimum constraint arity26
Maximum constraint arity676
Distribution of constraint arities[{"arity":26,"count":54},{"arity":676,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"sum","count":54}]
Optimization problemNO
Type of objective

Solver Data

0.31/0.25	c version: 2017-07-26
0.31/0.25	c seed: 109351317
0.31/0.25	c timeout: 2520
0.31/0.25	c memlimit: 11000
0.31/0.25	c nbcore: 4
0.31/0.27	c Parsing instance...
1.71/0.95	c Parsing done, starting search...
2520.00/2511.60	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 (13864 MiB free)
  memory of node 1: 16384 MiB (12195 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4273981-1502801506/watcher-4273981-1502801506 -o /tmp/evaluation-result-4273981-1502801506/solver-4273981-1502801506 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node114-1502790380-16249 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 109351317 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273981-1502801506.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
solver pid=19280, runsolver pid=19277
Current StackSize limit: 8192 KiB


[startup+0.100157 s]*
/proc/loadavg: 1.45 1.46 1.57 3/215 19295
/proc/meminfo: memFree=26666228/32770624 swapFree=67108860/67108860
[pid=19280] ppid=19277 vsize=13980164 memory=33204 CPUtime=0.12 cores=1,3,5,7
/proc/19280/stat : 19280 (java) S 19277 19280 16217 0 -1 1077944320 8201 0 0 0 11 1 0 0 20 0 15 0 113238350 14315687936 8301 33554432000 4194304 4196468 140735643904704 140735643887248 140673237004023 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
/proc/19280/statm: 3495041 8301 3412 1 0 3482761 0
[pid=19280/tid=19282] ppid=19277 vsize=13980164 memory=-8557575366716331393 CPUtime=0.09 cores=1,3,5,7
/proc/19280/task/19282/stat : 19282 (java) R 19277 19280 16217 0 -1 4202560 6159 0 0 0 8 1 0 0 20 0 15 0 113238351 14315687936 8301 33554432000 4194304 4196468 140735643904704 140673241210016 140673221084510 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19283] ppid=19277 vsize=13980164 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/19280/task/19283/stat : 19283 (java) S 19277 19280 16217 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113238351 14315687936 8301 33554432000 4194304 4196468 140735643904704 140673200110736 140673237014229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19284] ppid=19277 vsize=13980164 memory=139850951992960 CPUtime=0 cores=1,3,5,7
/proc/19280/task/19284/stat : 19284 (java) S 19277 19280 16217 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113238351 14315687936 8301 33554432000 4194304 4196468 140735643904704 140672831253520 140673237014229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19285] ppid=19277 vsize=13980164 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19280/task/19285/stat : 19285 (java) S 19277 19280 16217 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113238351 14315687936 8301 33554432000 4194304 4196468 140735643904704 140672830200720 140673237014229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19286] ppid=19277 vsize=13980164 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19280/task/19286/stat : 19286 (java) S 19277 19280 16217 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113238351 14315687936 8301 33554432000 4194304 4196468 140735643904704 140672829147920 140673237014229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19287] ppid=19277 vsize=13980164 memory=139850951992960 CPUtime=0 cores=1,3,5,7
/proc/19280/task/19287/stat : 19287 (java) S 19277 19280 16217 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113238353 14315687936 8301 33554432000 4194304 4196468 140735643904704 140672149846384 140673237015170 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19288] ppid=19277 vsize=13980164 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19280/task/19288/stat : 19288 (java) S 19277 19280 16217 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113238353 14315687936 8301 33554432000 4194304 4196468 140735643904704 140672148792352 140673237014229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19289] ppid=19277 vsize=13980164 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19280/task/19289/stat : 19289 (java) S 19277 19280 16217 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 113238353 14315687936 8301 33554432000 4194304 4196468 140735643904704 140672147739504 140673237014229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19290] ppid=19277 vsize=13980164 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19280/task/19290/stat : 19290 (java) S 19277 19280 16217 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113238356 14315687936 8301 33554432000 4194304 4196468 140735643904704 140672146687824 140673237022619 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19291] ppid=19277 vsize=13980164 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19280/task/19291/stat : 19291 (java) R 19277 19280 16217 0 -1 1077944384 288 0 0 0 0 0 0 0 20 0 15 0 113238356 14315687936 8301 33554432000 4194304 4196468 140735643904704 140672145636208 140673237015170 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19292] ppid=19277 vsize=13980164 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19280/task/19292/stat : 19292 (java) S 19277 19280 16217 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113238356 14315687936 8301 33554432000 4194304 4196468 140735643904704 140672144583408 140673237015170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19293] ppid=19277 vsize=13980164 memory=139850951992960 CPUtime=0.02 cores=1,3,5,7
/proc/19280/task/19293/stat : 19293 (java) S 19277 19280 16217 0 -1 1077944384 376 0 0 0 2 0 0 0 20 0 15 0 113238356 14315687936 8301 33554432000 4194304 4196468 140735643904704 140672143530608 140673237015170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19294] ppid=19277 vsize=13980164 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19280/task/19294/stat : 19294 (java) S 19277 19280 16217 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113238356 14315687936 8301 33554432000 4194304 4196468 140735643904704 140672142478048 140673237014229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19295] ppid=19277 vsize=13980164 memory=139850951992960 CPUtime=0 cores=1,3,5,7
/proc/19280/task/19295/stat : 19295 (java) S 19277 19280 16217 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113238356 14315687936 8301 33554432000 4194304 4196468 140735643904704 140672141425328 140673237015170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13980164 KiB
Current children cumulated memory: 33204 KiB

[startup+0.212574 s]*
/proc/loadavg: 1.45 1.46 1.57 4/215 19295
/proc/meminfo: memFree=26656224/32770624 swapFree=67108860/67108860
[pid=19280] ppid=19277 vsize=13980164 memory=43240 CPUtime=0.31 cores=1,3,5,7
/proc/19280/stat : 19280 (java) S 19277 19280 16217 0 -1 1077944320 9369 0 0 0 29 2 0 0 20 0 15 0 113238350 14315687936 10810 33554432000 4194304 4196468 140735643904704 140735643887248 140673237004023 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
/proc/19280/statm: 3495041 10810 3647 1 0 3482761 0
[pid=19280/tid=19282] ppid=19277 vsize=13980164 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/19280/task/19282/stat : 19282 (java) R 19277 19280 16217 0 -1 4202560 6862 0 0 0 19 1 0 0 20 0 15 0 113238351 14315687936 10810 33554432000 4194304 4196468 140735643904704 140673241213424 140673221084510 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19283] ppid=19277 vsize=13980164 memory=345 CPUtime=0 cores=1,3,5,7
/proc/19280/task/19283/stat : 19283 (java) S 19277 19280 16217 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113238351 14315687936 10810 33554432000 4194304 4196468 140735643904704 140673200110736 140673237014229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19284] ppid=19277 vsize=13980164 memory=139850952009461 CPUtime=0 cores=1,3,5,7
/proc/19280/task/19284/stat : 19284 (java) S 19277 19280 16217 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113238351 14315687936 10810 33554432000 4194304 4196468 140735643904704 140672831253520 140673237014229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19285] ppid=19277 vsize=13980164 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19280/task/19285/stat : 19285 (java) S 19277 19280 16217 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113238351 14315687936 10810 33554432000 4194304 4196468 140735643904704 140672830200720 140673237014229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19286] ppid=19277 vsize=13980164 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19280/task/19286/stat : 19286 (java) S 19277 19280 16217 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113238351 14315687936 10810 33554432000 4194304 4196468 140735643904704 140672829147920 140673237014229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19287] ppid=19277 vsize=13980164 memory=139850951992960 CPUtime=0 cores=1,3,5,7
/proc/19280/task/19287/stat : 19287 (java) S 19277 19280 16217 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 113238353 14315687936 10810 33554432000 4194304 4196468 140735643904704 140672149846384 140673237015170 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19288] ppid=19277 vsize=13980164 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19280/task/19288/stat : 19288 (java) S 19277 19280 16217 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113238353 14315687936 10810 33554432000 4194304 4196468 140735643904704 140672148792352 140673237014229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19289] ppid=19277 vsize=13980164 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19280/task/19289/stat : 19289 (java) S 19277 19280 16217 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 113238353 14315687936 10810 33554432000 4194304 4196468 140735643904704 140672147739504 140673237014229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19290] ppid=19277 vsize=13980164 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19280/task/19290/stat : 19290 (java) S 19277 19280 16217 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113238356 14315687936 10810 33554432000 4194304 4196468 140735643904704 140672146687824 140673237022619 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19291] ppid=19277 vsize=13980164 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/19280/task/19291/stat : 19291 (java) R 19277 19280 16217 0 -1 4202560 552 0 0 0 2 0 0 0 20 0 15 0 113238356 14315687936 10810 33554432000 4194304 4196468 140735643904704 140672145636208 140673237017905 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19292] ppid=19277 vsize=13980164 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/19280/task/19292/stat : 19292 (java) S 19277 19280 16217 0 -1 1077944384 103 0 0 0 1 0 0 0 20 0 15 0 113238356 14315687936 10810 33554432000 4194304 4196468 140735643904704 140672144583408 140673237015170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19293] ppid=19277 vsize=13980164 memory=139850951992960 CPUtime=0.05 cores=1,3,5,7
/proc/19280/task/19293/stat : 19293 (java) S 19277 19280 16217 0 -1 1077944384 472 0 0 0 5 0 0 0 20 0 15 0 113238356 14315687936 10810 33554432000 4194304 4196468 140735643904704 140672143530608 140673237015170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19294] ppid=19277 vsize=13980164 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19280/task/19294/stat : 19294 (java) S 19277 19280 16217 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113238356 14315687936 10810 33554432000 4194304 4196468 140735643904704 140672142478048 140673237014229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19295] ppid=19277 vsize=13980164 memory=139850951992960 CPUtime=0 cores=1,3,5,7
/proc/19280/task/19295/stat : 19295 (java) S 19277 19280 16217 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113238356 14315687936 10810 33554432000 4194304 4196468 140735643904704 140672141425328 140673237015170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 13980164 KiB
Current children cumulated memory: 43240 KiB

[startup+0.310012 s]*
/proc/loadavg: 1.45 1.46 1.57 4/215 19295
/proc/meminfo: memFree=26649276/32770624 swapFree=67108860/67108860
[pid=19280] ppid=19277 vsize=13980184 memory=50936 CPUtime=0.49 cores=1,3,5,7
/proc/19280/stat : 19280 (java) S 19277 19280 16217 0 -1 1077944320 10477 0 0 0 47 2 0 0 20 0 15 0 113238350 14315708416 12734 33554432000 4194304 4196468 140735643904704 140735643887248 140673237004023 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
/proc/19280/statm: 3495046 12734 3714 1 0 3482761 0
[pid=19280/tid=19282] ppid=19277 vsize=13980184 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/19280/task/19282/stat : 19282 (java) R 19277 19280 16217 0 -1 4202560 7587 0 0 0 28 1 0 0 20 0 15 0 113238351 14315708416 12734 33554432000 4194304 4196468 140735643904704 140673241233472 140673221084510 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19283] ppid=19277 vsize=13980184 memory=304556149079015447 CPUtime=0 cores=1,3,5,7
/proc/19280/task/19283/stat : 19283 (java) S 19277 19280 16217 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113238351 14315708416 12734 33554432000 4194304 4196468 140735643904704 140673200110736 140673237014229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19284] ppid=19277 vsize=13980184 memory=139850952009434 CPUtime=0 cores=1,3,5,7
/proc/19280/task/19284/stat : 19284 (java) S 19277 19280 16217 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113238351 14315708416 12734 33554432000 4194304 4196468 140735643904704 140672831253520 140673237014229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19285] ppid=19277 vsize=13980184 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19280/task/19285/stat : 19285 (java) S 19277 19280 16217 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113238351 14315708416 12734 33554432000 4194304 4196468 140735643904704 140672830200720 140673237014229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19286] ppid=19277 vsize=13980184 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19280/task/19286/stat : 19286 (java) S 19277 19280 16217 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113238351 14315708416 12734 33554432000 4194304 4196468 140735643904704 140672829147920 140673237014229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19287] ppid=19277 vsize=13980184 memory=139850951992960 CPUtime=0 cores=1,3,5,7
/proc/19280/task/19287/stat : 19287 (java) S 19277 19280 16217 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 113238353 14315708416 12734 33554432000 4194304 4196468 140735643904704 140672149846384 140673237015170 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19288] ppid=19277 vsize=13980184 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19280/task/19288/stat : 19288 (java) S 19277 19280 16217 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113238353 14315708416 12734 33554432000 4194304 4196468 140735643904704 140672148792352 140673237014229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19289] ppid=19277 vsize=13980184 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19280/task/19289/stat : 19289 (java) S 19277 19280 16217 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 113238353 14315708416 12734 33554432000 4194304 4196468 140735643904704 140672147739504 140673237014229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19290] ppid=19277 vsize=13980184 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19280/task/19290/stat : 19290 (java) S 19277 19280 16217 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113238356 14315708416 12734 33554432000 4194304 4196468 140735643904704 140672146687824 140673237022619 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19291] ppid=19277 vsize=13980184 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/19280/task/19291/stat : 19291 (java) S 19277 19280 16217 0 -1 1077944384 725 0 0 0 5 0 0 0 20 0 15 0 113238356 14315708416 12734 33554432000 4194304 4196468 140735643904704 140672145636208 140673237015170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19292] ppid=19277 vsize=13980184 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/19280/task/19292/stat : 19292 (java) S 19277 19280 16217 0 -1 1077944384 286 0 0 0 4 0 0 0 20 0 15 0 113238356 14315708416 12734 33554432000 4194304 4196468 140735643904704 140672144583408 140673237015170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19293] ppid=19277 vsize=13980184 memory=139850951992960 CPUtime=0.09 cores=1,3,5,7
/proc/19280/task/19293/stat : 19293 (java) S 19277 19280 16217 0 -1 1077944384 499 0 0 0 9 0 0 0 20 0 15 0 113238356 14315708416 12734 33554432000 4194304 4196468 140735643904704 140672143530608 140673237015170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19294] ppid=19277 vsize=13980184 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19280/task/19294/stat : 19294 (java) S 19277 19280 16217 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113238356 14315708416 12734 33554432000 4194304 4196468 140735643904704 140672142478048 140673237014229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19295] ppid=19277 vsize=13980184 memory=139850951992960 CPUtime=0 cores=1,3,5,7
/proc/19280/task/19295/stat : 19295 (java) S 19277 19280 16217 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113238356 14315708416 12734 33554432000 4194304 4196468 140735643904704 140672141425328 140673237015170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 13980184 KiB
Current children cumulated memory: 50936 KiB

[startup+0.700736 s]
/proc/loadavg: 1.45 1.46 1.57 4/215 19295
/proc/meminfo: memFree=26635628/32770624 swapFree=67108860/67108860
[pid=19280] ppid=19277 vsize=13984280 memory=79256 CPUtime=1.18 cores=1,3,5,7
/proc/19280/stat : 19280 (java) S 19277 19280 16217 0 -1 1077944320 12905 0 0 0 114 4 0 0 20 0 15 0 113238350 14319902720 19814 33554432000 4194304 4196468 140735643904704 140735643887248 140673237004023 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
/proc/19280/statm: 3496070 19814 3765 1 0 3483785 0
[pid=19280/tid=19282] ppid=19277 vsize=13984280 memory=1732 CPUtime=0.67 cores=1,3,5,7
/proc/19280/task/19282/stat : 19282 (java) R 19277 19280 16217 0 -1 4202560 9071 0 0 0 65 2 0 0 20 0 15 0 113238351 14319902720 19814 33554432000 4194304 4196468 140735643904704 140673241240192 140673221047653 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19283] ppid=19277 vsize=13984280 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/19280/task/19283/stat : 19283 (java) S 19277 19280 16217 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113238351 14319902720 19814 33554432000 4194304 4196468 140735643904704 140673200110736 140673237014229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19284] ppid=19277 vsize=13984280 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/19280/task/19284/stat : 19284 (java) S 19277 19280 16217 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113238351 14319902720 19814 33554432000 4194304 4196468 140735643904704 140672831253520 140673237014229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19285] ppid=19277 vsize=13984280 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/19280/task/19285/stat : 19285 (java) S 19277 19280 16217 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113238351 14319902720 19814 33554432000 4194304 4196468 140735643904704 140672830200720 140673237014229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19286] ppid=19277 vsize=13984280 memory=5428 CPUtime=0 cores=1,3,5,7
/proc/19280/task/19286/stat : 19286 (java) S 19277 19280 16217 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113238351 14319902720 19814 33554432000 4194304 4196468 140735643904704 140672829147920 140673237014229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19287] ppid=19277 vsize=13984280 memory=4624 CPUtime=0 cores=1,3,5,7
/proc/19280/task/19287/stat : 19287 (java) S 19277 19280 16217 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 113238353 14319902720 19814 33554432000 4194304 4196468 140735643904704 140672149846384 140673237015170 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19288] ppid=19277 vsize=13984280 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/19280/task/19288/stat : 19288 (java) S 19277 19280 16217 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113238353 14319902720 19814 33554432000 4194304 4196468 140735643904704 140672148792352 140673237014229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19289] ppid=19277 vsize=13984280 memory=13056 CPUtime=0 cores=1,3,5,7
/proc/19280/task/19289/stat : 19289 (java) S 19277 19280 16217 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 113238353 14319902720 19814 33554432000 4194304 4196468 140735643904704 140672147739504 140673237014229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19290] ppid=19277 vsize=13984280 memory=792 CPUtime=0 cores=1,3,5,7
/proc/19280/task/19290/stat : 19290 (java) S 19277 19280 16217 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113238356 14319902720 19814 33554432000 4194304 4196468 140735643904704 140672146687824 140673237022619 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19291] ppid=19277 vsize=13984280 memory=6297835844906604903 CPUtime=0.13 cores=1,3,5,7
/proc/19280/task/19291/stat : 19291 (java) S 19277 19280 16217 0 -1 1077944384 940 0 0 0 13 0 0 0 20 0 15 0 113238356 14319902720 19814 33554432000 4194304 4196468 140735643904704 140672145636208 140673237015170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19292] ppid=19277 vsize=13984280 memory=7228392225404245094 CPUtime=0.1 cores=1,3,5,7
/proc/19280/task/19292/stat : 19292 (java) S 19277 19280 16217 0 -1 1077944384 488 0 0 0 10 0 0 0 20 0 15 0 113238356 14319902720 19814 33554432000 4194304 4196468 140735643904704 140672144583408 140673237015170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19293] ppid=19277 vsize=13984280 memory=6935658124599644240 CPUtime=0.25 cores=1,3,5,7
/proc/19280/task/19293/stat : 19293 (java) R 19277 19280 16217 0 -1 4202560 1026 0 0 0 25 0 0 0 20 0 15 0 113238356 14319902720 19814 33554432000 4194304 4196468 140735643904704 140672143526336 140673230100859 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19294] ppid=19277 vsize=13984280 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19280/task/19294/stat : 19294 (java) S 19277 19280 16217 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113238356 14319902720 19814 33554432000 4194304 4196468 140735643904704 140672142478048 140673237014229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19295] ppid=19277 vsize=13984280 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/19280/task/19295/stat : 19295 (java) S 19277 19280 16217 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113238356 14319902720 19814 33554432000 4194304 4196468 140735643904704 140672141425328 140673237015170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 13984280 KiB
Current children cumulated memory: 79256 KiB

[startup+1.5008 s]
/proc/loadavg: 1.45 1.46 1.57 5/215 19295
/proc/meminfo: memFree=26490244/32770624 swapFree=67108860/67108860
[pid=19280] ppid=19277 vsize=13984280 memory=215400 CPUtime=3.3 cores=1,3,5,7
/proc/19280/stat : 19280 (java) S 19277 19280 16217 0 -1 1077944320 16419 0 0 0 320 10 0 0 20 0 15 0 113238350 14319902720 53850 33554432000 4194304 4196468 140735643904704 140735643887248 140673237004023 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
/proc/19280/statm: 3496070 53850 3791 1 0 3483785 0
[pid=19280/tid=19282] ppid=19277 vsize=13984280 memory=0 CPUtime=1.44 cores=1,3,5,7
/proc/19280/task/19282/stat : 19282 (java) R 19277 19280 16217 0 -1 4202560 10016 0 0 0 139 5 0 0 20 0 15 0 113238351 14319902720 53850 33554432000 4194304 4196468 140735643904704 140673241241176 140672877771310 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19283] ppid=19277 vsize=13984280 memory=-6951259422114956437 CPUtime=0.02 cores=1,3,5,7
/proc/19280/task/19283/stat : 19283 (java) S 19277 19280 16217 0 -1 1077944384 15 0 0 0 2 0 0 0 20 0 15 0 113238351 14319902720 53850 33554432000 4194304 4196468 140735643904704 140673200110736 140673237014229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19284] ppid=19277 vsize=13984280 memory=-6509546260019855295 CPUtime=0.02 cores=1,3,5,7
/proc/19280/task/19284/stat : 19284 (java) S 19277 19280 16217 0 -1 1077944384 32 0 0 0 2 0 0 0 20 0 15 0 113238351 14319902720 53850 33554432000 4194304 4196468 140735643904704 140672831253520 140673237014229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19285] ppid=19277 vsize=13984280 memory=-7390251449858225344 CPUtime=0.02 cores=1,3,5,7
/proc/19280/task/19285/stat : 19285 (java) S 19277 19280 16217 0 -1 1077944384 19 0 0 0 2 0 0 0 20 0 15 0 113238351 14319902720 53850 33554432000 4194304 4196468 140735643904704 140672830200720 140673237014229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19286] ppid=19277 vsize=13984280 memory=4134692831991786133 CPUtime=0.02 cores=1,3,5,7
/proc/19280/task/19286/stat : 19286 (java) S 19277 19280 16217 0 -1 1077944384 19 0 0 0 2 0 0 0 20 0 15 0 113238351 14319902720 53850 33554432000 4194304 4196468 140735643904704 140672829147920 140673237014229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19287] ppid=19277 vsize=13984280 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/19280/task/19287/stat : 19287 (java) S 19277 19280 16217 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 113238353 14319902720 53850 33554432000 4194304 4196468 140735643904704 140672149846384 140673237015170 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0

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

/proc/19280/task/19282/stat : 19282 (java) R 19277 19280 16217 0 -1 4202560 34904 0 0 0 237931 21 0 0 20 0 15 0 113238351 14319902720 204476 33554432000 4194304 4196468 140735643904704 140673241242592 140672878180858 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19283] ppid=19277 vsize=13984280 memory=817904 CPUtime=1.75 cores=1,3,5,7
/proc/19280/task/19283/stat : 19283 (java) S 19277 19280 16217 0 -1 1077944384 7087 0 0 0 166 9 0 0 20 0 15 0 113238351 14319902720 204476 33554432000 4194304 4196468 140735643904704 140673200110736 140673237014229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19284] ppid=19277 vsize=13984280 memory=817904 CPUtime=1.76 cores=1,3,5,7
/proc/19280/task/19284/stat : 19284 (java) S 19277 19280 16217 0 -1 1077944384 7221 0 0 0 165 11 0 0 20 0 15 0 113238351 14319902720 204476 33554432000 4194304 4196468 140735643904704 140672831253520 140673237014229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19285] ppid=19277 vsize=13984280 memory=4140 CPUtime=1.76 cores=1,3,5,7
/proc/19280/task/19285/stat : 19285 (java) S 19277 19280 16217 0 -1 1077944384 5664 0 0 0 165 11 0 0 20 0 15 0 113238351 14319902720 204476 33554432000 4194304 4196468 140735643904704 140672830200720 140673237014229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19286] ppid=19277 vsize=13984280 memory=817904 CPUtime=1.76 cores=1,3,5,7
/proc/19280/task/19286/stat : 19286 (java) S 19277 19280 16217 0 -1 1077944384 5253 0 0 0 166 10 0 0 20 0 15 0 113238351 14319902720 204476 33554432000 4194304 4196468 140735643904704 140672829147920 140673237014229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19287] ppid=19277 vsize=13984280 memory=817904 CPUtime=0.94 cores=1,3,5,7
/proc/19280/task/19287/stat : 19287 (java) S 19277 19280 16217 0 -1 1077944384 10040 0 0 0 85 9 0 0 20 0 15 0 113238353 14319902720 204476 33554432000 4194304 4196468 140735643904704 140672149846384 140673237015170 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19288] ppid=19277 vsize=13984280 memory=817904 CPUtime=0 cores=1,3,5,7
/proc/19280/task/19288/stat : 19288 (java) S 19277 19280 16217 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113238353 14319902720 204476 33554432000 4194304 4196468 140735643904704 140672148792416 140673237014229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19289] ppid=19277 vsize=13984280 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/19280/task/19289/stat : 19289 (java) S 19277 19280 16217 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 113238353 14319902720 204476 33554432000 4194304 4196468 140735643904704 140672147739520 140673237014229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19290] ppid=19277 vsize=13984280 memory=4624 CPUtime=0 cores=1,3,5,7
/proc/19280/task/19290/stat : 19290 (java) S 19277 19280 16217 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113238356 14319902720 204476 33554432000 4194304 4196468 140735643904704 140672146687824 140673237022619 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19291] ppid=19277 vsize=13984280 memory=1424 CPUtime=0.92 cores=1,3,5,7
/proc/19280/task/19291/stat : 19291 (java) S 19277 19280 16217 0 -1 1077944384 4441 0 0 0 91 1 0 0 20 0 15 0 113238356 14319902720 204476 33554432000 4194304 4196468 140735643904704 140672145636208 140673237015170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19292] ppid=19277 vsize=13984280 memory=31928 CPUtime=0.89 cores=1,3,5,7
/proc/19280/task/19292/stat : 19292 (java) S 19277 19280 16217 0 -1 1077944384 3333 0 0 0 89 0 0 0 20 0 15 0 113238356 14319902720 204476 33554432000 4194304 4196468 140735643904704 140672144583408 140673237015170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 44 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19293] ppid=19277 vsize=13984280 memory=1292 CPUtime=0.45 cores=1,3,5,7
/proc/19280/task/19293/stat : 19293 (java) S 19277 19280 16217 0 -1 1077944384 2866 0 0 0 44 1 0 0 20 0 15 0 113238356 14319902720 204476 33554432000 4194304 4196468 140735643904704 140672143530608 140673237015170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19294] ppid=19277 vsize=13984280 memory=817904 CPUtime=0 cores=1,3,5,7
/proc/19280/task/19294/stat : 19294 (java) S 19277 19280 16217 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113238356 14319902720 204476 33554432000 4194304 4196468 140735643904704 140672142478048 140673237014229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19295] ppid=19277 vsize=13984280 memory=817904 CPUtime=0.52 cores=1,3,5,7
/proc/19280/task/19295/stat : 19295 (java) S 19277 19280 16217 0 -1 1077944384 1126 0 0 0 22 30 0 0 20 0 15 0 113238356 14319902720 204476 33554432000 4194304 4196468 140735643904704 140672141425328 140673237015170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 43 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
Current children cumulated CPU time: 2390.34 s
Current children cumulated vsize: 13984280 KiB
Current children cumulated memory: 817904 KiB

[startup+2442.3 s]
/proc/loadavg: 1.29 1.36 1.49 3/215 19391
/proc/meminfo: memFree=25796132/32770624 swapFree=67108860/67108860
[pid=19280] ppid=19277 vsize=13984280 memory=819952 CPUtime=2450.5 cores=1,3,5,7
/proc/19280/stat : 19280 (java) S 19277 19280 16217 0 -1 1077944320 84244 0 0 0 244956 94 0 0 20 0 15 0 113238350 14319902720 204988 33554432000 4194304 4196468 140735643904704 140735643887248 140673237004023 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
/proc/19280/statm: 3496070 204988 3805 1 0 3483785 0
[pid=19280/tid=19282] ppid=19277 vsize=13984280 memory=819952 CPUtime=2439.41 cores=1,3,5,7
/proc/19280/task/19282/stat : 19282 (java) R 19277 19280 16217 0 -1 4202560 35397 0 0 0 243920 21 0 0 20 0 15 0 113238351 14319902720 204988 33554432000 4194304 4196468 140735643904704 140673241242592 140672878180195 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19283] ppid=19277 vsize=13984280 memory=819952 CPUtime=1.81 cores=1,3,5,7
/proc/19280/task/19283/stat : 19283 (java) S 19277 19280 16217 0 -1 1077944384 7194 0 0 0 171 10 0 0 20 0 15 0 113238351 14319902720 204988 33554432000 4194304 4196468 140735643904704 140673200110736 140673237014229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19284] ppid=19277 vsize=13984280 memory=819952 CPUtime=1.81 cores=1,3,5,7
/proc/19280/task/19284/stat : 19284 (java) S 19277 19280 16217 0 -1 1077944384 7241 0 0 0 170 11 0 0 20 0 15 0 113238351 14319902720 204988 33554432000 4194304 4196468 140735643904704 140672831253520 140673237014229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19285] ppid=19277 vsize=13984280 memory=817904 CPUtime=1.82 cores=1,3,5,7
/proc/19280/task/19285/stat : 19285 (java) S 19277 19280 16217 0 -1 1077944384 5739 0 0 0 171 11 0 0 20 0 15 0 113238351 14319902720 204988 33554432000 4194304 4196468 140735643904704 140672830200720 140673237014229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19286] ppid=19277 vsize=13984280 memory=0 CPUtime=1.81 cores=1,3,5,7
/proc/19280/task/19286/stat : 19286 (java) S 19277 19280 16217 0 -1 1077944384 5300 0 0 0 171 10 0 0 20 0 15 0 113238351 14319902720 204988 33554432000 4194304 4196468 140735643904704 140672829147920 140673237014229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19287] ppid=19277 vsize=13984280 memory=817904 CPUtime=0.97 cores=1,3,5,7
/proc/19280/task/19287/stat : 19287 (java) S 19277 19280 16217 0 -1 1077944384 10214 0 0 0 88 9 0 0 20 0 15 0 113238353 14319902720 204988 33554432000 4194304 4196468 140735643904704 140672149846384 140673237015170 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19288] ppid=19277 vsize=13984280 memory=817904 CPUtime=0 cores=1,3,5,7
/proc/19280/task/19288/stat : 19288 (java) S 19277 19280 16217 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113238353 14319902720 204988 33554432000 4194304 4196468 140735643904704 140672148792416 140673237014229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19289] ppid=19277 vsize=13984280 memory=279701693572544 CPUtime=0 cores=1,3,5,7
/proc/19280/task/19289/stat : 19289 (java) S 19277 19280 16217 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 113238353 14319902720 204988 33554432000 4194304 4196468 140735643904704 140672147739520 140673237014229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19290] ppid=19277 vsize=13984280 memory=819952 CPUtime=0 cores=1,3,5,7
/proc/19280/task/19290/stat : 19290 (java) S 19277 19280 16217 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113238356 14319902720 204988 33554432000 4194304 4196468 140735643904704 140672146687824 140673237022619 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19291] ppid=19277 vsize=13984280 memory=819952 CPUtime=0.92 cores=1,3,5,7
/proc/19280/task/19291/stat : 19291 (java) S 19277 19280 16217 0 -1 1077944384 4443 0 0 0 91 1 0 0 20 0 15 0 113238356 14319902720 204988 33554432000 4194304 4196468 140735643904704 140672145636208 140673237015170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19292] ppid=19277 vsize=13984280 memory=819952 CPUtime=0.89 cores=1,3,5,7
/proc/19280/task/19292/stat : 19292 (java) S 19277 19280 16217 0 -1 1077944384 3335 0 0 0 89 0 0 0 20 0 15 0 113238356 14319902720 204988 33554432000 4194304 4196468 140735643904704 140672144583408 140673237015170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 44 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19293] ppid=19277 vsize=13984280 memory=819952 CPUtime=0.45 cores=1,3,5,7
/proc/19280/task/19293/stat : 19293 (java) S 19277 19280 16217 0 -1 1077944384 2868 0 0 0 44 1 0 0 20 0 15 0 113238356 14319902720 204988 33554432000 4194304 4196468 140735643904704 140672143530608 140673237015170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19294] ppid=19277 vsize=13984280 memory=819952 CPUtime=0 cores=1,3,5,7
/proc/19280/task/19294/stat : 19294 (java) S 19277 19280 16217 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113238356 14319902720 204988 33554432000 4194304 4196468 140735643904704 140672142478048 140673237014229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19295] ppid=19277 vsize=13984280 memory=819952 CPUtime=0.52 cores=1,3,5,7
/proc/19280/task/19295/stat : 19295 (java) S 19277 19280 16217 0 -1 1077944384 1141 0 0 0 22 30 0 0 20 0 15 0 113238356 14319902720 204988 33554432000 4194304 4196468 140735643904704 140672141425328 140673237015170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 43 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
Current children cumulated CPU time: 2450.5 s
Current children cumulated vsize: 13984280 KiB
Current children cumulated memory: 819952 KiB

[startup+2502.3 s]
/proc/loadavg: 1.37 1.37 1.49 3/214 19468
/proc/meminfo: memFree=25851360/32770624 swapFree=67108860/67108860
[pid=19280] ppid=19277 vsize=13984280 memory=819952 CPUtime=2510.67 cores=1,3,5,7
/proc/19280/stat : 19280 (java) S 19277 19280 16217 0 -1 1077944320 85500 0 0 0 250971 96 0 0 20 0 15 0 113238350 14319902720 204988 33554432000 4194304 4196468 140735643904704 140735643887248 140673237004023 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
/proc/19280/statm: 3496070 204988 3805 1 0 3483785 0
[pid=19280/tid=19282] ppid=19277 vsize=13984280 memory=819952 CPUtime=2499.31 cores=1,3,5,7
/proc/19280/task/19282/stat : 19282 (java) R 19277 19280 16217 0 -1 4202560 35864 0 0 0 249910 21 0 0 20 0 15 0 113238351 14319902720 204988 33554432000 4194304 4196468 140735643904704 140673241242416 140672877770419 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19283] ppid=19277 vsize=13984280 memory=819952 CPUtime=1.87 cores=1,3,5,7
/proc/19280/task/19283/stat : 19283 (java) S 19277 19280 16217 0 -1 1077944384 7270 0 0 0 177 10 0 0 20 0 15 0 113238351 14319902720 204988 33554432000 4194304 4196468 140735643904704 140673200110736 140673237014229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19284] ppid=19277 vsize=13984280 memory=4140 CPUtime=1.87 cores=1,3,5,7
/proc/19280/task/19284/stat : 19284 (java) S 19277 19280 16217 0 -1 1077944384 7377 0 0 0 176 11 0 0 20 0 15 0 113238351 14319902720 204988 33554432000 4194304 4196468 140735643904704 140672831253520 140673237014229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19285] ppid=19277 vsize=13984280 memory=819952 CPUtime=1.88 cores=1,3,5,7
/proc/19280/task/19285/stat : 19285 (java) S 19277 19280 16217 0 -1 1077944384 5877 0 0 0 177 11 0 0 20 0 15 0 113238351 14319902720 204988 33554432000 4194304 4196468 140735643904704 140672830200720 140673237014229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19286] ppid=19277 vsize=13984280 memory=819952 CPUtime=1.87 cores=1,3,5,7
/proc/19280/task/19286/stat : 19286 (java) S 19277 19280 16217 0 -1 1077944384 5368 0 0 0 176 11 0 0 20 0 15 0 113238351 14319902720 204988 33554432000 4194304 4196468 140735643904704 140672829147920 140673237014229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19287] ppid=19277 vsize=13984280 memory=0 CPUtime=1 cores=1,3,5,7
/proc/19280/task/19287/stat : 19287 (java) S 19277 19280 16217 0 -1 1077944384 10553 0 0 0 91 9 0 0 20 0 15 0 113238353 14319902720 204988 33554432000 4194304 4196468 140735643904704 140672149846384 140673237015170 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19288] ppid=19277 vsize=13984280 memory=6655300315589009456 CPUtime=0 cores=1,3,5,7
/proc/19280/task/19288/stat : 19288 (java) S 19277 19280 16217 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113238353 14319902720 204988 33554432000 4194304 4196468 140735643904704 140672148792416 140673237014229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19289] ppid=19277 vsize=13984280 memory=819952 CPUtime=0 cores=1,3,5,7
/proc/19280/task/19289/stat : 19289 (java) S 19277 19280 16217 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 113238353 14319902720 204988 33554432000 4194304 4196468 140735643904704 140672147739520 140673237014229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19290] ppid=19277 vsize=13984280 memory=819952 CPUtime=0 cores=1,3,5,7
/proc/19280/task/19290/stat : 19290 (java) S 19277 19280 16217 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113238356 14319902720 204988 33554432000 4194304 4196468 140735643904704 140672146687824 140673237022619 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19291] ppid=19277 vsize=13984280 memory=819952 CPUtime=0.92 cores=1,3,5,7
/proc/19280/task/19291/stat : 19291 (java) S 19277 19280 16217 0 -1 1077944384 4445 0 0 0 91 1 0 0 20 0 15 0 113238356 14319902720 204988 33554432000 4194304 4196468 140735643904704 140672145636208 140673237015170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19292] ppid=19277 vsize=13984280 memory=819952 CPUtime=0.89 cores=1,3,5,7
/proc/19280/task/19292/stat : 19292 (java) S 19277 19280 16217 0 -1 1077944384 3337 0 0 0 89 0 0 0 20 0 15 0 113238356 14319902720 204988 33554432000 4194304 4196468 140735643904704 140672144583408 140673237015170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 44 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19293] ppid=19277 vsize=13984280 memory=819952 CPUtime=0.45 cores=1,3,5,7
/proc/19280/task/19293/stat : 19293 (java) S 19277 19280 16217 0 -1 1077944384 2870 0 0 0 44 1 0 0 20 0 15 0 113238356 14319902720 204988 33554432000 4194304 4196468 140735643904704 140672143530608 140673237015170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19294] ppid=19277 vsize=13984280 memory=819952 CPUtime=0 cores=1,3,5,7
/proc/19280/task/19294/stat : 19294 (java) S 19277 19280 16217 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113238356 14319902720 204988 33554432000 4194304 4196468 140735643904704 140672142478048 140673237014229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19295] ppid=19277 vsize=13984280 memory=819952 CPUtime=0.54 cores=1,3,5,7
/proc/19280/task/19295/stat : 19295 (java) S 19277 19280 16217 0 -1 1077944384 1167 0 0 0 23 31 0 0 20 0 15 0 113238356 14319902720 204988 33554432000 4194304 4196468 140735643904704 140672141425328 140673237015170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 43 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
Current children cumulated CPU time: 2510.67 s
Current children cumulated vsize: 13984280 KiB
Current children cumulated memory: 819952 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2511.6 s]
/proc/loadavg: 1.39 1.38 1.49 3/214 19468
/proc/meminfo: memFree=25859512/32770624 swapFree=67108860/67108860
[pid=19280] ppid=19277 vsize=13984280 memory=819952 CPUtime=2520 cores=1,3,5,7
/proc/19280/stat : 19280 (java) S 19277 19280 16217 0 -1 1077944320 85528 0 0 0 251904 96 0 0 20 0 15 0 113238350 14319902720 204988 33554432000 4194304 4196468 140735643904704 140735643887248 140673237004023 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
/proc/19280/statm: 3496070 204988 3805 1 0 3483785 0
[pid=19280/tid=19282] ppid=19277 vsize=13984280 memory=6791534058613427641 CPUtime=2508.6 cores=1,3,5,7
/proc/19280/task/19282/stat : 19282 (java) R 19277 19280 16217 0 -1 4202560 35872 0 0 0 250839 21 0 0 20 0 15 0 113238351 14319902720 204988 33554432000 4194304 4196468 140735643904704 140673241242592 140672878180978 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19283] ppid=19277 vsize=13984280 memory=-4695052241013923951 CPUtime=1.87 cores=1,3,5,7
/proc/19280/task/19283/stat : 19283 (java) S 19277 19280 16217 0 -1 1077944384 7273 0 0 0 177 10 0 0 20 0 15 0 113238351 14319902720 204988 33554432000 4194304 4196468 140735643904704 140673200110736 140673237014229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19284] ppid=19277 vsize=13984280 memory=-2895008908443676273 CPUtime=1.88 cores=1,3,5,7
/proc/19280/task/19284/stat : 19284 (java) S 19277 19280 16217 0 -1 1077944384 7379 0 0 0 177 11 0 0 20 0 15 0 113238351 14319902720 204988 33554432000 4194304 4196468 140735643904704 140672831253520 140673237014229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19285] ppid=19277 vsize=13984280 memory=-2895008908443676273 CPUtime=1.88 cores=1,3,5,7
/proc/19280/task/19285/stat : 19285 (java) S 19277 19280 16217 0 -1 1077944384 5879 0 0 0 177 11 0 0 20 0 15 0 113238351 14319902720 204988 33554432000 4194304 4196468 140735643904704 140672830200720 140673237014229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19286] ppid=19277 vsize=13984280 memory=-5921431000321636112 CPUtime=1.88 cores=1,3,5,7
/proc/19280/task/19286/stat : 19286 (java) S 19277 19280 16217 0 -1 1077944384 5370 0 0 0 177 11 0 0 20 0 15 0 113238351 14319902720 204988 33554432000 4194304 4196468 140735643904704 140672829147920 140673237014229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19287] ppid=19277 vsize=13984280 memory=4137282578176515228 CPUtime=1.01 cores=1,3,5,7
/proc/19280/task/19287/stat : 19287 (java) S 19277 19280 16217 0 -1 1077944384 10556 0 0 0 92 9 0 0 20 0 15 0 113238353 14319902720 204988 33554432000 4194304 4196468 140735643904704 140672149846384 140673237015170 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19288] ppid=19277 vsize=13984280 memory=6944656592455359545 CPUtime=0 cores=1,3,5,7
/proc/19280/task/19288/stat : 19288 (java) S 19277 19280 16217 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113238353 14319902720 204988 33554432000 4194304 4196468 140735643904704 140672148792416 140673237014229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19289] ppid=19277 vsize=13984280 memory=840 CPUtime=0 cores=1,3,5,7
/proc/19280/task/19289/stat : 19289 (java) S 19277 19280 16217 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 113238353 14319902720 204988 33554432000 4194304 4196468 140735643904704 140672147739520 140673237014229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19290] ppid=19277 vsize=13984280 memory=1692 CPUtime=0 cores=1,3,5,7
/proc/19280/task/19290/stat : 19290 (java) S 19277 19280 16217 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113238356 14319902720 204988 33554432000 4194304 4196468 140735643904704 140672146687824 140673237022619 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19291] ppid=19277 vsize=13984280 memory=916 CPUtime=0.92 cores=1,3,5,7
/proc/19280/task/19291/stat : 19291 (java) S 19277 19280 16217 0 -1 1077944384 4447 0 0 0 91 1 0 0 20 0 15 0 113238356 14319902720 204988 33554432000 4194304 4196468 140735643904704 140672145636208 140673237015170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19292] ppid=19277 vsize=13984280 memory=3832 CPUtime=0.89 cores=1,3,5,7
/proc/19280/task/19292/stat : 19292 (java) S 19277 19280 16217 0 -1 1077944384 3339 0 0 0 89 0 0 0 20 0 15 0 113238356 14319902720 204988 33554432000 4194304 4196468 140735643904704 140672144583408 140673237015170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 44 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19293] ppid=19277 vsize=13984280 memory=2552 CPUtime=0.45 cores=1,3,5,7
/proc/19280/task/19293/stat : 19293 (java) S 19277 19280 16217 0 -1 1077944384 2872 0 0 0 44 1 0 0 20 0 15 0 113238356 14319902720 204988 33554432000 4194304 4196468 140735643904704 140672143530608 140673237015170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19294] ppid=19277 vsize=13984280 memory=2552 CPUtime=0 cores=1,3,5,7
/proc/19280/task/19294/stat : 19294 (java) S 19277 19280 16217 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113238356 14319902720 204988 33554432000 4194304 4196468 140735643904704 140672142478048 140673237014229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
[pid=19280/tid=19295] ppid=19277 vsize=13984280 memory=1160 CPUtime=0.54 cores=1,3,5,7
/proc/19280/task/19295/stat : 19295 (java) S 19277 19280 16217 0 -1 1077944384 1169 0 0 0 23 31 0 0 20 0 15 0 113238356 14319902720 204988 33554432000 4194304 4196468 140735643904704 140672141425328 140673237015170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 43 0 0 6293624 6294260 13938688 140735643911269 140735643911455 140735643911455 140735643914191 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 13984280 KiB
Current children cumulated memory: 819952 KiB

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

[startup+2511.61 s]
# the end of solver process 19280 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.06 s, system=0.970562 s

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

Child status: 143
Real time (s): 2511.61
CPU time (s): 2520.03
CPU user time (s): 2519.06
CPU system time (s): 0.970562
CPU usage (%): 100.335
Max. virtual memory (cumulated for all children) (KiB): 13984280
Max. memory (cumulated for all children) (KiB): 1146304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.06
system time used= 0.970562
maximum resident set size= 1150400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85760
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 83310
involuntary context switches= 1818


# summary of solver processes directly reported to runsolver:
#   pid: 19280
#   total CPU time (s): 2520.03
#   total CPU user time (s): 2519.06
#   total CPU system time (s): 0.970562

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.297 second user time and 22.6259 second system time

The end

Launcher Data

Begin job on node114 at 2017-08-15 14:37:27
IDJOB=4273981
IDBENCH=133232
IDSOLVER=2666
FILE ID=node114/4273981-1502801506
RUNJOBID= node114-1502790380-16249
PBS_JOBID= 20629128
Free space on /tmp= 61668 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/MagicSquare/MagicSquare-sum-s1/MagicSquare-26-sum.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4273981-1502801506/watcher-4273981-1502801506 -o /tmp/evaluation-result-4273981-1502801506/solver-4273981-1502801506 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node114-1502790380-16249 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 109351317 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273981-1502801506.xml

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

MD5SUM BENCH= 3448e9886530ade698bbe26313ab484d
RANDOM SEED=109351317

node114.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	: 5332.98
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	: 5332.98
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	: 5332.98
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	: 5332.98
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:        26685628 kB
MemAvailable:   31861560 kB
Buffers:          220288 kB
Cached:          5242640 kB
SwapCached:            0 kB
Active:           722568 kB
Inactive:        4921552 kB
Active(anon):     184112 kB
Inactive(anon):    25124 kB
Active(file):     538456 kB
Inactive(file):  4896428 kB
Unevictable:        6432 kB
Mlocked:            6432 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42384 kB
Writeback:            16 kB
AnonPages:        187504 kB
Mapped:            60288 kB
Shmem:             25224 kB
Slab:             140404 kB
SReclaimable:     113768 kB
SUnreclaim:        26636 kB
KernelStack:        3520 kB
PageTables:         5632 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1186284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     83968 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 61624 MiB
End job on node114 at 2017-08-15 15:19:19