Trace number 4312223

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
OscaR - Conflict Ordering with restarts 2018-08-17? (TO) 252.12 244.53

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 benchmark252.031
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.68/0.56	c version: 2018-08-17
0.68/0.56	c seed: 429819173
0.68/0.56	c timeout: 252
0.68/0.56	c memlimit: 11000
0.68/0.56	c nbcore: 1
0.68/0.58	c Parsing instance...
9.31/4.31	c Parsing done, starting search...
252.07/244.50	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 (13328 MiB free)
  memory of node 1: 16384 MiB (10959 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4312223-1534568932/watcher-4312223-1534568932 -o /tmp/evaluation-result-4312223-1534568932/solver-4312223-1534568932 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534568687-8119 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 429819173 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312223-1534568932.xml 

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

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

solver pid=8345, runsolver pid=8342

[startup+0.100135 s]*
/proc/loadavg: 2.11 1.48 1.19 4/218 8366
/proc/meminfo: memFree=24839068/32770624 swapFree=67108840/67108860
[pid=8345] ppid=8342 vsize=14082736 memory=31484 CPUtime=0.12 cores=1,3,5,7
/proc/8345/stat : 8345 (java) S 8342 8345 3449 0 -1 1077944320 6766 0 0 0 11 1 0 0 20 0 15 0 274456408 14420721664 7871 33554432000 4194304 4196468 140730228477904 140730228460448 140470474727159 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
/proc/8345/statm: 3520684 7871 3159 1 0 3482761 0
[pid=8345/tid=8347] ppid=8342 vsize=14082736 memory=4714889098767209363 CPUtime=0.09 cores=1,3,5,7
/proc/8345/task/8347/stat : 8347 (java) R 8342 8345 3449 0 -1 4202560 4821 0 0 0 8 1 0 0 20 0 15 0 274456408 14420721664 7871 33554432000 4194304 4196468 140730228477904 140470478958656 140470458807646 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8348] ppid=8342 vsize=14082736 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/8345/task/8348/stat : 8348 (java) S 8342 8345 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274456409 14420721664 7871 33554432000 4194304 4196468 140730228477904 140470404815888 140470474737365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8349] ppid=8342 vsize=14082736 memory=140222280447616 CPUtime=0 cores=1,3,5,7
/proc/8345/task/8349/stat : 8349 (java) S 8342 8345 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274456409 14420721664 7871 33554432000 4194304 4196468 140730228477904 140470403763344 140470474737365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8350] ppid=8342 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8345/task/8350/stat : 8350 (java) S 8342 8345 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274456409 14420721664 7871 33554432000 4194304 4196468 140730228477904 140470402710288 140470474737365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8351] ppid=8342 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8345/task/8351/stat : 8351 (java) S 8342 8345 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274456409 14420721664 7871 33554432000 4194304 4196468 140730228477904 140470401657744 140470474737365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8358] ppid=8342 vsize=14082736 memory=140222280447616 CPUtime=0 cores=1,3,5,7
/proc/8345/task/8358/stat : 8358 (java) S 8342 8345 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274456410 14420721664 7871 33554432000 4194304 4196468 140730228477904 140469814651120 140470474738306 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8359] ppid=8342 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8345/task/8359/stat : 8359 (java) S 8342 8345 3449 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274456411 14420721664 7871 33554432000 4194304 4196468 140730228477904 140469813597344 140470474737365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8360] ppid=8342 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8345/task/8360/stat : 8360 (java) S 8342 8345 3449 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274456411 14420721664 7871 33554432000 4194304 4196468 140730228477904 140469812544240 140470474737365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8361] ppid=8342 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8345/task/8361/stat : 8361 (java) S 8342 8345 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274456413 14420721664 7871 33554432000 4194304 4196468 140730228477904 140469811492816 140470474745755 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8362] ppid=8342 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8345/task/8362/stat : 8362 (java) S 8342 8345 3449 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 274456413 14420721664 7871 33554432000 4194304 4196468 140730228477904 140469810440944 140470474738306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8363] ppid=8342 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8345/task/8363/stat : 8363 (java) S 8342 8345 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274456413 14420721664 7871 33554432000 4194304 4196468 140730228477904 140469809388400 140470474738306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8364] ppid=8342 vsize=14082736 memory=140222280447616 CPUtime=0.01 cores=1,3,5,7
/proc/8345/task/8364/stat : 8364 (java) S 8342 8345 3449 0 -1 1077944384 268 0 0 0 1 0 0 0 20 0 15 0 274456413 14420721664 7871 33554432000 4194304 4196468 140730228477904 140469808335344 140470474738306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8365] ppid=8342 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8345/task/8365/stat : 8365 (java) S 8342 8345 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274456413 14420721664 7871 33554432000 4194304 4196468 140730228477904 140469807283040 140470474737365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8366] ppid=8342 vsize=14082736 memory=140222280447616 CPUtime=0 cores=1,3,5,7
/proc/8345/task/8366/stat : 8366 (java) S 8342 8345 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274456414 14420721664 7871 33554432000 4194304 4196468 140730228477904 140469806230064 140470474738306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31484 KiB

[startup+0.211399 s]*
/proc/loadavg: 2.11 1.48 1.19 6/218 8366
/proc/meminfo: memFree=24818044/32770624 swapFree=67108840/67108860
[pid=8345] ppid=8342 vsize=14082736 memory=47300 CPUtime=0.3 cores=1,3,5,7
/proc/8345/stat : 8345 (java) S 8342 8345 3449 0 -1 1077944320 10434 0 0 0 28 2 0 0 20 0 15 0 274456408 14420721664 11825 33554432000 4194304 4196468 140730228477904 140730228460448 140470474727159 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
/proc/8345/statm: 3520684 11825 3374 1 0 3482761 0
[pid=8345/tid=8347] ppid=8342 vsize=14082736 memory=8389772277269004345 CPUtime=0.2 cores=1,3,5,7
/proc/8345/task/8347/stat : 8347 (java) R 8342 8345 3449 0 -1 4202560 8157 0 0 0 19 1 0 0 20 0 15 0 274456408 14420721664 11825 33554432000 4194304 4196468 140730228477904 140470478951392 140470474739094 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8348] ppid=8342 vsize=14082736 memory=288293255295270935 CPUtime=0 cores=1,3,5,7
/proc/8345/task/8348/stat : 8348 (java) S 8342 8345 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274456409 14420721664 11825 33554432000 4194304 4196468 140730228477904 140470404815888 140470474737365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8349] ppid=8342 vsize=14082736 memory=14550641657198232 CPUtime=0 cores=1,3,5,7
/proc/8345/task/8349/stat : 8349 (java) S 8342 8345 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274456409 14420721664 11825 33554432000 4194304 4196468 140730228477904 140470403763344 140470474737365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8350] ppid=8342 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8345/task/8350/stat : 8350 (java) S 8342 8345 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274456409 14420721664 11825 33554432000 4194304 4196468 140730228477904 140470402710288 140470474737365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8351] ppid=8342 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8345/task/8351/stat : 8351 (java) S 8342 8345 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274456409 14420721664 11825 33554432000 4194304 4196468 140730228477904 140470401657744 140470474737365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8358] ppid=8342 vsize=14082736 memory=140222280447616 CPUtime=0 cores=1,3,5,7
/proc/8345/task/8358/stat : 8358 (java) S 8342 8345 3449 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274456410 14420721664 11825 33554432000 4194304 4196468 140730228477904 140469814651120 140470474738306 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8359] ppid=8342 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8345/task/8359/stat : 8359 (java) S 8342 8345 3449 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274456411 14420721664 11825 33554432000 4194304 4196468 140730228477904 140469813597344 140470474737365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8360] ppid=8342 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8345/task/8360/stat : 8360 (java) S 8342 8345 3449 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274456411 14420721664 11825 33554432000 4194304 4196468 140730228477904 140469812544240 140470474737365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8361] ppid=8342 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8345/task/8361/stat : 8361 (java) S 8342 8345 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274456413 14420721664 11825 33554432000 4194304 4196468 140730228477904 140469811492816 140470474745755 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8362] ppid=8342 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/8345/task/8362/stat : 8362 (java) S 8342 8345 3449 0 -1 1077944384 355 0 0 0 2 0 0 0 20 0 15 0 274456413 14420721664 11825 33554432000 4194304 4196468 140730228477904 140469810440944 140470474738306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8363] ppid=8342 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/8345/task/8363/stat : 8363 (java) S 8342 8345 3449 0 -1 1077944384 255 0 0 0 1 0 0 0 20 0 15 0 274456413 14420721664 11825 33554432000 4194304 4196468 140730228477904 140469809388400 140470474738306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8364] ppid=8342 vsize=14082736 memory=140222280447616 CPUtime=0.05 cores=1,3,5,7
/proc/8345/task/8364/stat : 8364 (java) R 8342 8345 3449 0 -1 4202560 288 0 0 0 5 0 0 0 20 0 15 0 274456413 14420721664 11825 33554432000 4194304 4196468 140730228477904 140469808332280 140470466964286 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8365] ppid=8342 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8345/task/8365/stat : 8365 (java) S 8342 8345 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274456413 14420721664 11825 33554432000 4194304 4196468 140730228477904 140469807283040 140470474737365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8366] ppid=8342 vsize=14082736 memory=140222280447616 CPUtime=0 cores=1,3,5,7
/proc/8345/task/8366/stat : 8366 (java) S 8342 8345 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274456414 14420721664 11825 33554432000 4194304 4196468 140730228477904 140469806230064 140470474738306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47300 KiB

[startup+0.31076 s]*
/proc/loadavg: 2.11 1.48 1.19 5/200 8373
/proc/meminfo: memFree=24843696/32770624 swapFree=67108840/67108860
[pid=8345] ppid=8342 vsize=14082736 memory=50632 CPUtime=0.44 cores=1,3,5,7
/proc/8345/stat : 8345 (java) S 8342 8345 3449 0 -1 1077944320 10800 0 0 0 42 2 0 0 20 0 15 0 274456408 14420721664 12658 33554432000 4194304 4196468 140730228477904 140730228460448 140470474727159 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
/proc/8345/statm: 3520684 12658 3377 1 0 3482761 0
[pid=8345/tid=8347] ppid=8342 vsize=14082736 memory=7300704776836115281 CPUtime=0.29 cores=1,3,5,7
/proc/8345/task/8347/stat : 8347 (java) R 8342 8345 3449 0 -1 4202560 8490 0 0 0 28 1 0 0 20 0 15 0 274456408 14420721664 12658 33554432000 4194304 4196468 140730228477904 140470478936512 140470456290734 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8348] ppid=8342 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8345/task/8348/stat : 8348 (java) S 8342 8345 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274456409 14420721664 12658 33554432000 4194304 4196468 140730228477904 140470404815888 140470474737365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8349] ppid=8342 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8345/task/8349/stat : 8349 (java) S 8342 8345 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274456409 14420721664 12658 33554432000 4194304 4196468 140730228477904 140470403763344 140470474737365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8350] ppid=8342 vsize=14082736 memory=31484 CPUtime=0 cores=1,3,5,7
/proc/8345/task/8350/stat : 8350 (java) S 8342 8345 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274456409 14420721664 12658 33554432000 4194304 4196468 140730228477904 140470402710288 140470474737365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8351] ppid=8342 vsize=14082736 memory=4026532020 CPUtime=0 cores=1,3,5,7
/proc/8345/task/8351/stat : 8351 (java) S 8342 8345 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274456409 14420721664 12658 33554432000 4194304 4196468 140730228477904 140470401657744 140470474737365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8358] ppid=8342 vsize=14082736 memory=331 CPUtime=0 cores=1,3,5,7
/proc/8345/task/8358/stat : 8358 (java) S 8342 8345 3449 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274456410 14420721664 12658 33554432000 4194304 4196468 140730228477904 140469814651120 140470474738306 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8359] ppid=8342 vsize=14082736 memory=1479508 CPUtime=0 cores=1,3,5,7
/proc/8345/task/8359/stat : 8359 (java) S 8342 8345 3449 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274456411 14420721664 12658 33554432000 4194304 4196468 140730228477904 140469813597344 140470474737365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8360] ppid=8342 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8345/task/8360/stat : 8360 (java) S 8342 8345 3449 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274456411 14420721664 12658 33554432000 4194304 4196468 140730228477904 140469812544240 140470474737365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8361] ppid=8342 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8345/task/8361/stat : 8361 (java) S 8342 8345 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274456413 14420721664 12658 33554432000 4194304 4196468 140730228477904 140469811492816 140470474745755 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8362] ppid=8342 vsize=14082736 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/8345/task/8362/stat : 8362 (java) S 8342 8345 3449 0 -1 1077944384 377 0 0 0 3 0 0 0 20 0 15 0 274456413 14420721664 12658 33554432000 4194304 4196468 140730228477904 140469810440944 140470474738306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8363] ppid=8342 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/8345/task/8363/stat : 8363 (java) S 8342 8345 3449 0 -1 1077944384 255 0 0 0 2 0 0 0 20 0 15 0 274456413 14420721664 12658 33554432000 4194304 4196468 140730228477904 140469809388400 140470474738306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8364] ppid=8342 vsize=14082736 memory=140222280447616 CPUtime=0.07 cores=1,3,5,7
/proc/8345/task/8364/stat : 8364 (java) S 8342 8345 3449 0 -1 1077944384 297 0 0 0 7 0 0 0 20 0 15 0 274456413 14420721664 12658 33554432000 4194304 4196468 140730228477904 140469808335344 140470474738306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8365] ppid=8342 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8345/task/8365/stat : 8365 (java) S 8342 8345 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274456413 14420721664 12658 33554432000 4194304 4196468 140730228477904 140469807283040 140470474737365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8366] ppid=8342 vsize=14082736 memory=140222280447616 CPUtime=0 cores=1,3,5,7
/proc/8345/task/8366/stat : 8366 (java) S 8342 8345 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274456414 14420721664 12658 33554432000 4194304 4196468 140730228477904 140469806230064 140470474738306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50632 KiB

[startup+0.700756 s]
/proc/loadavg: 2.11 1.48 1.19 4/199 8388
/proc/meminfo: memFree=24821352/32770624 swapFree=67108840/67108860
[pid=8345] ppid=8342 vsize=14084804 memory=88724 CPUtime=0.99 cores=1,3,5,7
/proc/8345/stat : 8345 (java) S 8342 8345 3449 0 -1 1077944320 17617 0 0 0 94 5 0 0 20 0 15 0 274456408 14422839296 22181 33554432000 4194304 4196468 140730228477904 140730228460448 140470474727159 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
/proc/8345/statm: 3521201 22181 3504 1 0 3483273 0
[pid=8345/tid=8347] ppid=8342 vsize=14084804 memory=1784 CPUtime=0.67 cores=1,3,5,7
/proc/8345/task/8347/stat : 8347 (java) R 8342 8345 3449 0 -1 4202560 14932 0 0 0 63 4 0 0 20 0 15 0 274456408 14422839296 22181 33554432000 4194304 4196468 140730228477904 140470478937936 140470474749085 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8348] ppid=8342 vsize=14084804 memory=752 CPUtime=0 cores=1,3,5,7
/proc/8345/task/8348/stat : 8348 (java) S 8342 8345 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274456409 14422839296 22181 33554432000 4194304 4196468 140730228477904 140470404815888 140470474737365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8349] ppid=8342 vsize=14084804 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/8345/task/8349/stat : 8349 (java) S 8342 8345 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274456409 14422839296 22181 33554432000 4194304 4196468 140730228477904 140470403763344 140470474737365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8350] ppid=8342 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8345/task/8350/stat : 8350 (java) S 8342 8345 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274456409 14422839296 22181 33554432000 4194304 4196468 140730228477904 140470402710288 140470474737365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8351] ppid=8342 vsize=14084804 memory=8128038100524242582 CPUtime=0 cores=1,3,5,7
/proc/8345/task/8351/stat : 8351 (java) S 8342 8345 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274456409 14422839296 22181 33554432000 4194304 4196468 140730228477904 140470401657744 140470474737365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8358] ppid=8342 vsize=14084804 memory=-7595718316223324558 CPUtime=0 cores=1,3,5,7
/proc/8345/task/8358/stat : 8358 (java) S 8342 8345 3449 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274456410 14422839296 22181 33554432000 4194304 4196468 140730228477904 140469814651120 140470474738306 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8359] ppid=8342 vsize=14084804 memory=-3704326594973231466 CPUtime=0 cores=1,3,5,7
/proc/8345/task/8359/stat : 8359 (java) S 8342 8345 3449 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274456411 14422839296 22181 33554432000 4194304 4196468 140730228477904 140469813597344 140470474737365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8360] ppid=8342 vsize=14084804 memory=8259761640030508194 CPUtime=0 cores=1,3,5,7
/proc/8345/task/8360/stat : 8360 (java) S 8342 8345 3449 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274456411 14422839296 22181 33554432000 4194304 4196468 140730228477904 140469812544240 140470474737365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8361] ppid=8342 vsize=14084804 memory=-7595718148655180642 CPUtime=0 cores=1,3,5,7
/proc/8345/task/8361/stat : 8361 (java) S 8342 8345 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274456413 14422839296 22181 33554432000 4194304 4196468 140730228477904 140469811492816 140470474745755 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8362] ppid=8342 vsize=14084804 memory=7150408440743501970 CPUtime=0.06 cores=1,3,5,7
/proc/8345/task/8362/stat : 8362 (java) S 8342 8345 3449 0 -1 1077944384 522 0 0 0 6 0 0 0 20 0 15 0 274456413 14422839296 22181 33554432000 4194304 4196468 140730228477904 140469810440944 140470474738306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8363] ppid=8342 vsize=14084804 memory=7232886968738802340 CPUtime=0.08 cores=1,3,5,7
/proc/8345/task/8363/stat : 8363 (java) S 8342 8345 3449 0 -1 1077944384 403 0 0 0 8 0 0 0 20 0 15 0 274456413 14422839296 22181 33554432000 4194304 4196468 140730228477904 140469809388400 140470474738306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8364] ppid=8342 vsize=14084804 memory=6944656592455350634 CPUtime=0.15 cores=1,3,5,7
/proc/8345/task/8364/stat : 8364 (java) S 8342 8345 3449 0 -1 1077944384 380 0 0 0 15 0 0 0 20 0 15 0 274456413 14422839296 22181 33554432000 4194304 4196468 140730228477904 140469808335344 140470474738306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8365] ppid=8342 vsize=14084804 memory=928 CPUtime=0 cores=1,3,5,7
/proc/8345/task/8365/stat : 8365 (java) S 8342 8345 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274456413 14422839296 22181 33554432000 4194304 4196468 140730228477904 140469807283040 140470474737365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8366] ppid=8342 vsize=14084804 memory=2216 CPUtime=0 cores=1,3,5,7
/proc/8345/task/8366/stat : 8366 (java) S 8342 8345 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274456414 14422839296 22181 33554432000 4194304 4196468 140730228477904 140469806230064 140470474738306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88724 KiB

[startup+1.50135 s]
/proc/loadavg: 2.11 1.48 1.19 6/219 8412
/proc/meminfo: memFree=24688240/32770624 swapFree=67108840/67108860
[pid=8345] ppid=8342 vsize=14086852 memory=304212 CPUtime=3.44 cores=1,3,5,7
/proc/8345/stat : 8345 (java) S 8342 8345 3449 0 -1 1077944320 28450 0 0 0 327 17 0 0 20 0 15 0 274456408 14424936448 76053 33554432000 4194304 4196468 140730228477904 140730228460448 140470474727159 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
/proc/8345/statm: 3521713 76053 3572 1 0 3483785 0
[pid=8345/tid=8347] ppid=8342 vsize=14086852 memory=7521969509321097316 CPUtime=1.39 cores=1,3,5,7
/proc/8345/task/8347/stat : 8347 (java) S 8342 8345 3449 0 -1 1077944384 15972 0 0 0 133 6 0 0 20 0 15 0 274456408 14424936448 76053 33554432000 4194304 4196468 140730228477904 140470478962800 140470474737365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8348] ppid=8342 vsize=14086852 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/8345/task/8348/stat : 8348 (java) R 8342 8345 3449 0 -1 4202560 121 0 0 0 3 1 0 0 20 0 15 0 274456409 14424936448 76053 33554432000 4194304 4196468 140730228477904 140470404815888 140470456353107 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8349] ppid=8342 vsize=14086852 memory=800 CPUtime=0.06 cores=1,3,5,7
/proc/8345/task/8349/stat : 8349 (java) R 8342 8345 3449 0 -1 4202560 257 0 0 0 4 2 0 0 20 0 15 0 274456409 14424936448 76053 33554432000 4194304 4196468 140730228477904 140470403763544 140470456353089 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8350] ppid=8342 vsize=14086852 memory=4715433313220523530 CPUtime=0.05 cores=1,3,5,7
/proc/8345/task/8350/stat : 8350 (java) R 8342 8345 3449 0 -1 4202560 214 0 0 0 4 1 0 0 20 0 15 0 274456409 14424936448 76053 33554432000 4194304 4196468 140730228477904 140470402710488 140470459749087 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8351] ppid=8342 vsize=14086852 memory=-6520471753822164448 CPUtime=0.06 cores=1,3,5,7
/proc/8345/task/8351/stat : 8351 (java) R 8342 8345 3449 0 -1 4202560 437 0 0 0 4 2 0 0 20 0 15 0 274456409 14424936448 76053 33554432000 4194304 4196468 140730228477904 140470401657744 140470456353104 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8358] ppid=8342 vsize=14086852 memory=-8341965534556230558 CPUtime=0 cores=1,3,5,7
/proc/8345/task/8358/stat : 8358 (java) S 8342 8345 3449 0 -1 1077944384 130 0 0 0 0 0 0 0 20 0 15 0 274456410 14424936448 76053 33554432000 4194304 4196468 140730228477904 140469814649632 140470474737365 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0

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

/proc/8345/task/8347/stat : 8347 (java) R 8342 8345 3449 0 -1 4202560 28843 0 0 0 10151 32 0 0 20 0 15 0 274456408 14429130752 599698 33554432000 4194304 4196468 140730228477904 140470478965200 140470077438847 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8348] ppid=8342 vsize=14090948 memory=0 CPUtime=0.37 cores=1,3,5,7
/proc/8345/task/8348/stat : 8348 (java) S 8342 8345 3449 0 -1 1077944384 1627 0 0 0 28 9 0 0 20 0 15 0 274456409 14429130752 599698 33554432000 4194304 4196468 140730228477904 140470404815888 140470474737365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8349] ppid=8342 vsize=14090948 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/8345/task/8349/stat : 8349 (java) S 8342 8345 3449 0 -1 1077944384 1597 0 0 0 29 10 0 0 20 0 15 0 274456409 14429130752 599698 33554432000 4194304 4196468 140730228477904 140470403763344 140470474737365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8350] ppid=8342 vsize=14090948 memory=0 CPUtime=0.37 cores=1,3,5,7
/proc/8345/task/8350/stat : 8350 (java) S 8342 8345 3449 0 -1 1077944384 831 0 0 0 29 8 0 0 20 0 15 0 274456409 14429130752 599698 33554432000 4194304 4196468 140730228477904 140470402710288 140470474737365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8351] ppid=8342 vsize=14090948 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/8345/task/8351/stat : 8351 (java) S 8342 8345 3449 0 -1 1077944384 4796 0 0 0 30 9 0 0 20 0 15 0 274456409 14429130752 599698 33554432000 4194304 4196468 140730228477904 140470401657744 140470474737365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8358] ppid=8342 vsize=14090948 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/8345/task/8358/stat : 8358 (java) S 8342 8345 3449 0 -1 1077944384 1810 0 0 0 2 0 0 0 20 0 15 0 274456410 14429130752 599698 33554432000 4194304 4196468 140730228477904 140469814651120 140470474738306 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8359] ppid=8342 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8345/task/8359/stat : 8359 (java) S 8342 8345 3449 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 15 0 274456411 14429130752 599698 33554432000 4194304 4196468 140730228477904 140469813597408 140470474737365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8360] ppid=8342 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8345/task/8360/stat : 8360 (java) S 8342 8345 3449 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 274456411 14429130752 599698 33554432000 4194304 4196468 140730228477904 140469812544256 140470474737365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8361] ppid=8342 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8345/task/8361/stat : 8361 (java) S 8342 8345 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274456413 14429130752 599698 33554432000 4194304 4196468 140730228477904 140469811492816 140470474745755 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8362] ppid=8342 vsize=14090948 memory=0 CPUtime=2.56 cores=1,3,5,7
/proc/8345/task/8362/stat : 8362 (java) S 8342 8345 3449 0 -1 1077944384 9910 0 0 0 254 2 0 0 20 0 15 0 274456413 14429130752 599698 33554432000 4194304 4196468 140730228477904 140469810440944 140470474738306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8363] ppid=8342 vsize=14090948 memory=-1 CPUtime=2.66 cores=1,3,5,7
/proc/8345/task/8363/stat : 8363 (java) S 8342 8345 3449 0 -1 1077944384 7548 0 0 0 264 2 0 0 20 0 15 0 274456413 14429130752 599698 33554432000 4194304 4196468 140730228477904 140469809388400 140470474738306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8364] ppid=8342 vsize=14090948 memory=140222280447616 CPUtime=0.9 cores=1,3,5,7
/proc/8345/task/8364/stat : 8364 (java) S 8342 8345 3449 0 -1 1077944384 6210 0 0 0 89 1 0 0 20 0 15 0 274456413 14429130752 599698 33554432000 4194304 4196468 140730228477904 140469808335344 140470474738306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8365] ppid=8342 vsize=14090948 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8345/task/8365/stat : 8365 (java) S 8342 8345 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274456413 14429130752 599698 33554432000 4194304 4196468 140730228477904 140469807283040 140470474737365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8366] ppid=8342 vsize=14090948 memory=140222280447616 CPUtime=0.06 cores=1,3,5,7
/proc/8345/task/8366/stat : 8366 (java) S 8342 8345 3449 0 -1 1077944384 345 0 0 0 2 4 0 0 20 0 15 0 274456414 14429130752 599698 33554432000 4194304 4196468 140730228477904 140469806230064 140470474738306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
Current children cumulated CPU time: 109.65 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 2398792 KiB

[startup+162.301 s]*
/proc/loadavg: 1.83 1.57 1.27 3/221 8423
/proc/meminfo: memFree=22333136/32770624 swapFree=67108840/67108860
[pid=8345] ppid=8342 vsize=14090948 memory=2407204 CPUtime=169.76 cores=1,3,5,7
/proc/8345/stat : 8345 (java) S 8342 8345 3449 0 -1 1077944320 69508 0 0 0 16891 85 0 0 20 0 15 0 274456408 14429130752 601801 33554432000 4194304 4196468 140730228477904 140730228460448 140470474727159 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
/proc/8345/statm: 3522737 601801 3601 1 0 3484809 0
[pid=8345/tid=8347] ppid=8342 vsize=14090948 memory=8112282956445269571 CPUtime=161.8 cores=1,3,5,7
/proc/8345/task/8347/stat : 8347 (java) R 8342 8345 3449 0 -1 4202560 31927 0 0 0 16147 33 0 0 20 0 15 0 274456408 14429130752 601801 33554432000 4194304 4196468 140730228477904 140470478965200 140470087791990 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8348] ppid=8342 vsize=14090948 memory=4126316290023845779 CPUtime=0.39 cores=1,3,5,7
/proc/8345/task/8348/stat : 8348 (java) S 8342 8345 3449 0 -1 1077944384 1721 0 0 0 30 9 0 0 20 0 15 0 274456409 14429130752 601801 33554432000 4194304 4196468 140730228477904 140470404815888 140470474737365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8349] ppid=8342 vsize=14090948 memory=7680491646476186387 CPUtime=0.42 cores=1,3,5,7
/proc/8345/task/8349/stat : 8349 (java) S 8342 8345 3449 0 -1 1077944384 1683 0 0 0 32 10 0 0 20 0 15 0 274456409 14429130752 601801 33554432000 4194304 4196468 140730228477904 140470403763344 140470474737365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8350] ppid=8342 vsize=14090948 memory=6944656425122961013 CPUtime=0.4 cores=1,3,5,7
/proc/8345/task/8350/stat : 8350 (java) S 8342 8345 3449 0 -1 1077944384 1525 0 0 0 31 9 0 0 20 0 15 0 274456409 14429130752 601801 33554432000 4194304 4196468 140730228477904 140470402710288 140470474737365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8351] ppid=8342 vsize=14090948 memory=6944656592387989600 CPUtime=0.42 cores=1,3,5,7
/proc/8345/task/8351/stat : 8351 (java) S 8342 8345 3449 0 -1 1077944384 5115 0 0 0 32 10 0 0 20 0 15 0 274456409 14429130752 601801 33554432000 4194304 4196468 140730228477904 140470401657744 140470474737365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8358] ppid=8342 vsize=14090948 memory=6944656425122961013 CPUtime=0.02 cores=1,3,5,7
/proc/8345/task/8358/stat : 8358 (java) S 8342 8345 3449 0 -1 1077944384 2039 0 0 0 2 0 0 0 20 0 15 0 274456410 14429130752 601801 33554432000 4194304 4196468 140730228477904 140469814651120 140470474738306 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8359] ppid=8342 vsize=14090948 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/8345/task/8359/stat : 8359 (java) S 8342 8345 3449 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 15 0 274456411 14429130752 601801 33554432000 4194304 4196468 140730228477904 140469813597408 140470474737365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8360] ppid=8342 vsize=14090948 memory=6933690296315519121 CPUtime=0 cores=1,3,5,7
/proc/8345/task/8360/stat : 8360 (java) S 8342 8345 3449 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 274456411 14429130752 601801 33554432000 4194304 4196468 140730228477904 140469812544256 140470474737365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8361] ppid=8342 vsize=14090948 memory=-6876588461455810464 CPUtime=0 cores=1,3,5,7
/proc/8345/task/8361/stat : 8361 (java) S 8342 8345 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274456413 14429130752 601801 33554432000 4194304 4196468 140730228477904 140469811492816 140470474745755 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8362] ppid=8342 vsize=14090948 memory=6944613755361064352 CPUtime=2.56 cores=1,3,5,7
/proc/8345/task/8362/stat : 8362 (java) S 8342 8345 3449 0 -1 1077944384 9913 0 0 0 254 2 0 0 20 0 15 0 274456413 14429130752 601801 33554432000 4194304 4196468 140730228477904 140469810440944 140470474738306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8363] ppid=8342 vsize=14090948 memory=6944613755361064352 CPUtime=2.66 cores=1,3,5,7
/proc/8345/task/8363/stat : 8363 (java) S 8342 8345 3449 0 -1 1077944384 7551 0 0 0 264 2 0 0 20 0 15 0 274456413 14429130752 601801 33554432000 4194304 4196468 140730228477904 140469809388400 140470474738306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8364] ppid=8342 vsize=14090948 memory=6944656592455350634 CPUtime=0.9 cores=1,3,5,7
/proc/8345/task/8364/stat : 8364 (java) S 8342 8345 3449 0 -1 1077944384 6217 0 0 0 89 1 0 0 20 0 15 0 274456413 14429130752 601801 33554432000 4194304 4196468 140730228477904 140469808335344 140470474738306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8365] ppid=8342 vsize=14090948 memory=7680491646476186387 CPUtime=0 cores=1,3,5,7
/proc/8345/task/8365/stat : 8365 (java) S 8342 8345 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274456413 14429130752 601801 33554432000 4194304 4196468 140730228477904 140469807283040 140470474737365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8366] ppid=8342 vsize=14090948 memory=6944656425122961013 CPUtime=0.1 cores=1,3,5,7
/proc/8345/task/8366/stat : 8366 (java) S 8342 8345 3449 0 -1 1077944384 373 0 0 0 4 6 0 0 20 0 15 0 274456414 14429130752 601801 33554432000 4194304 4196468 140730228477904 140469806230064 140470474738306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
Current children cumulated CPU time: 169.76 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 2407204 KiB

[startup+222.301 s]*
/proc/loadavg: 1.77 1.59 1.29 3/221 8425
/proc/meminfo: memFree=21161232/32770624 swapFree=67108840/67108860
[pid=8345] ppid=8342 vsize=14090948 memory=3576612 CPUtime=229.8 cores=1,3,5,7
/proc/8345/stat : 8345 (java) S 8342 8345 3449 0 -1 1077944320 70697 0 0 0 22874 106 0 0 20 0 15 0 274456408 14429130752 894153 33554432000 4194304 4196468 140730228477904 140730228460448 140470474727159 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
/proc/8345/statm: 3522737 894153 3601 1 0 3484809 0
[pid=8345/tid=8347] ppid=8342 vsize=14090948 memory=8112282956445269571 CPUtime=221.8 cores=1,3,5,7
/proc/8345/task/8347/stat : 8347 (java) R 8342 8345 3449 0 -1 4202560 33112 0 0 0 22129 51 0 0 20 0 15 0 274456408 14429130752 894153 33554432000 4194304 4196468 140730228477904 140470478965200 140470087664679 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8348] ppid=8342 vsize=14090948 memory=4126316290023845779 CPUtime=0.39 cores=1,3,5,7
/proc/8345/task/8348/stat : 8348 (java) S 8342 8345 3449 0 -1 1077944384 1721 0 0 0 30 9 0 0 20 0 15 0 274456409 14429130752 894153 33554432000 4194304 4196468 140730228477904 140470404815888 140470474737365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8349] ppid=8342 vsize=14090948 memory=4126316290023845779 CPUtime=0.42 cores=1,3,5,7
/proc/8345/task/8349/stat : 8349 (java) S 8342 8345 3449 0 -1 1077944384 1683 0 0 0 32 10 0 0 20 0 15 0 274456409 14429130752 894153 33554432000 4194304 4196468 140730228477904 140470403763344 140470474737365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8350] ppid=8342 vsize=14090948 memory=1620 CPUtime=0.4 cores=1,3,5,7
/proc/8345/task/8350/stat : 8350 (java) S 8342 8345 3449 0 -1 1077944384 1525 0 0 0 31 9 0 0 20 0 15 0 274456409 14429130752 894153 33554432000 4194304 4196468 140730228477904 140470402710288 140470474737365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8351] ppid=8342 vsize=14090948 memory=1168 CPUtime=0.42 cores=1,3,5,7
/proc/8345/task/8351/stat : 8351 (java) S 8342 8345 3449 0 -1 1077944384 5115 0 0 0 32 10 0 0 20 0 15 0 274456409 14429130752 894153 33554432000 4194304 4196468 140730228477904 140470401657744 140470474737365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8358] ppid=8342 vsize=14090948 memory=508 CPUtime=0.02 cores=1,3,5,7
/proc/8345/task/8358/stat : 8358 (java) S 8342 8345 3449 0 -1 1077944384 2039 0 0 0 2 0 0 0 20 0 15 0 274456410 14429130752 894153 33554432000 4194304 4196468 140730228477904 140469814651120 140470474738306 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8359] ppid=8342 vsize=14090948 memory=924 CPUtime=0 cores=1,3,5,7
/proc/8345/task/8359/stat : 8359 (java) S 8342 8345 3449 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 15 0 274456411 14429130752 894153 33554432000 4194304 4196468 140730228477904 140469813597408 140470474737365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8360] ppid=8342 vsize=14090948 memory=2372 CPUtime=0 cores=1,3,5,7
/proc/8345/task/8360/stat : 8360 (java) S 8342 8345 3449 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 274456411 14429130752 894153 33554432000 4194304 4196468 140730228477904 140469812544256 140470474737365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8361] ppid=8342 vsize=14090948 memory=1532 CPUtime=0 cores=1,3,5,7
/proc/8345/task/8361/stat : 8361 (java) S 8342 8345 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274456413 14429130752 894153 33554432000 4194304 4196468 140730228477904 140469811492816 140470474745755 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8362] ppid=8342 vsize=14090948 memory=6944656592455097440 CPUtime=2.56 cores=1,3,5,7
/proc/8345/task/8362/stat : 8362 (java) S 8342 8345 3449 0 -1 1077944384 9913 0 0 0 254 2 0 0 20 0 15 0 274456413 14429130752 894153 33554432000 4194304 4196468 140730228477904 140469810440944 140470474738306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8363] ppid=8342 vsize=14090948 memory=6944656592452860508 CPUtime=2.66 cores=1,3,5,7
/proc/8345/task/8363/stat : 8363 (java) S 8342 8345 3449 0 -1 1077944384 7551 0 0 0 264 2 0 0 20 0 15 0 274456413 14429130752 894153 33554432000 4194304 4196468 140730228477904 140469809388400 140470474738306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8364] ppid=8342 vsize=14090948 memory=6944656592455097440 CPUtime=0.9 cores=1,3,5,7
/proc/8345/task/8364/stat : 8364 (java) S 8342 8345 3449 0 -1 1077944384 6217 0 0 0 89 1 0 0 20 0 15 0 274456413 14429130752 894153 33554432000 4194304 4196468 140730228477904 140469808335344 140470474738306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8365] ppid=8342 vsize=14090948 memory=4548 CPUtime=0 cores=1,3,5,7
/proc/8345/task/8365/stat : 8365 (java) S 8342 8345 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274456413 14429130752 894153 33554432000 4194304 4196468 140730228477904 140469807283040 140470474737365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8366] ppid=8342 vsize=14090948 memory=288230591722422566 CPUtime=0.13 cores=1,3,5,7
/proc/8345/task/8366/stat : 8366 (java) S 8342 8345 3449 0 -1 1077944384 377 0 0 0 5 8 0 0 20 0 15 0 274456414 14429130752 894153 33554432000 4194304 4196468 140730228477904 140469806230064 140470474738306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
Current children cumulated CPU time: 229.8 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 3576612 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+244.501 s]
/proc/loadavg: 1.68 1.59 1.30 3/221 8426
/proc/meminfo: memFree=21109124/32770624 swapFree=67108840/67108860
[pid=8345] ppid=8342 vsize=14090948 memory=3628248 CPUtime=252.07 cores=1,3,5,7
/proc/8345/stat : 8345 (java) S 8342 8345 3449 0 -1 1077944320 73172 0 0 0 25099 108 0 0 20 0 15 0 274456408 14429130752 907062 33554432000 4194304 4196468 140730228477904 140730228460448 140470474727159 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
/proc/8345/statm: 3522737 907062 3601 1 0 3484809 0
[pid=8345/tid=8347] ppid=8342 vsize=14090948 memory=13252 CPUtime=243.97 cores=1,3,5,7
/proc/8345/task/8347/stat : 8347 (java) R 8342 8345 3449 0 -1 4202560 35019 0 0 0 24345 52 0 0 20 0 15 0 274456408 14429130752 907062 33554432000 4194304 4196468 140730228477904 140470478965248 140470087478395 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8348] ppid=8342 vsize=14090948 memory=15460 CPUtime=0.42 cores=1,3,5,7
/proc/8345/task/8348/stat : 8348 (java) S 8342 8345 3449 0 -1 1077944384 2036 0 0 0 33 9 0 0 20 0 15 0 274456409 14429130752 907062 33554432000 4194304 4196468 140730228477904 140470404815888 140470474737365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8349] ppid=8342 vsize=14090948 memory=8833 CPUtime=0.44 cores=1,3,5,7
/proc/8345/task/8349/stat : 8349 (java) S 8342 8345 3449 0 -1 1077944384 1719 0 0 0 34 10 0 0 20 0 15 0 274456409 14429130752 907062 33554432000 4194304 4196468 140730228477904 140470403763344 140470474737365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8350] ppid=8342 vsize=14090948 memory=4420 CPUtime=0.42 cores=1,3,5,7
/proc/8345/task/8350/stat : 8350 (java) S 8342 8345 3449 0 -1 1077944384 1533 0 0 0 33 9 0 0 20 0 15 0 274456409 14429130752 907062 33554432000 4194304 4196468 140730228477904 140470402710288 140470474737365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8351] ppid=8342 vsize=14090948 memory=6628 CPUtime=0.44 cores=1,3,5,7
/proc/8345/task/8351/stat : 8351 (java) S 8342 8345 3449 0 -1 1077944384 5159 0 0 0 34 10 0 0 20 0 15 0 274456409 14429130752 907062 33554432000 4194304 4196468 140730228477904 140470401657744 140470474737365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8358] ppid=8342 vsize=14090948 memory=3628176 CPUtime=0.02 cores=1,3,5,7
/proc/8345/task/8358/stat : 8358 (java) S 8342 8345 3449 0 -1 1077944384 2168 0 0 0 2 0 0 0 20 0 15 0 274456410 14429130752 907062 33554432000 4194304 4196468 140730228477904 140469814651120 140470474738306 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8359] ppid=8342 vsize=14090948 memory=3628176 CPUtime=0 cores=1,3,5,7
/proc/8345/task/8359/stat : 8359 (java) S 8342 8345 3449 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 15 0 274456411 14429130752 907062 33554432000 4194304 4196468 140730228477904 140469813597408 140470474737365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8360] ppid=8342 vsize=14090948 memory=3628176 CPUtime=0 cores=1,3,5,7
/proc/8345/task/8360/stat : 8360 (java) S 8342 8345 3449 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 274456411 14429130752 907062 33554432000 4194304 4196468 140730228477904 140469812544256 140470474737365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8361] ppid=8342 vsize=14090948 memory=3628176 CPUtime=0 cores=1,3,5,7
/proc/8345/task/8361/stat : 8361 (java) S 8342 8345 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274456413 14429130752 907062 33554432000 4194304 4196468 140730228477904 140469811492816 140470474745755 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8362] ppid=8342 vsize=14090948 memory=1168 CPUtime=2.56 cores=1,3,5,7
/proc/8345/task/8362/stat : 8362 (java) S 8342 8345 3449 0 -1 1077944384 9917 0 0 0 254 2 0 0 20 0 15 0 274456413 14429130752 907062 33554432000 4194304 4196468 140730228477904 140469810440944 140470474738306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8363] ppid=8342 vsize=14090948 memory=508 CPUtime=2.66 cores=1,3,5,7
/proc/8345/task/8363/stat : 8363 (java) S 8342 8345 3449 0 -1 1077944384 7554 0 0 0 264 2 0 0 20 0 15 0 274456413 14429130752 907062 33554432000 4194304 4196468 140730228477904 140469809388400 140470474738306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8364] ppid=8342 vsize=14090948 memory=924 CPUtime=0.9 cores=1,3,5,7
/proc/8345/task/8364/stat : 8364 (java) S 8342 8345 3449 0 -1 1077944384 6225 0 0 0 89 1 0 0 20 0 15 0 274456413 14429130752 907062 33554432000 4194304 4196468 140730228477904 140469808335344 140470474738306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8365] ppid=8342 vsize=14090948 memory=2372 CPUtime=0 cores=1,3,5,7
/proc/8345/task/8365/stat : 8365 (java) S 8342 8345 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274456413 14429130752 907062 33554432000 4194304 4196468 140730228477904 140469807283040 140470474737365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
[pid=8345/tid=8366] ppid=8342 vsize=14090948 memory=3628176 CPUtime=0.15 cores=1,3,5,7
/proc/8345/task/8366/stat : 8366 (java) S 8342 8345 3449 0 -1 1077944384 398 0 0 0 6 9 0 0 20 0 15 0 274456414 14429130752 907062 33554432000 4194304 4196468 140730228477904 140469806230064 140470474738306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14131200 140730228479055 140730228479246 140730228479246 140730228481999 0
Current children cumulated CPU time: 252.07 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 3628248 KiB

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

[startup+244.53 s]
# the end of solver process 8345 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.008 s, system=1.11156 s

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

Child status: 143
Real time (s): 244.53
CPU time (s): 252.12
CPU user time (s): 251.008
CPU system time (s): 1.11156
CPU usage (%): 103.104
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 3628248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.008
system time used= 1.11156
maximum resident set size= 3628968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73890
page faults= 0
swaps= 0
block input operations= 0
block output operations= 320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9026
involuntary context switches= 371


# summary of solver processes directly reported to runsolver:
#   pid: 8345
#   total CPU time (s): 252.12
#   total CPU user time (s): 251.008
#   total CPU system time (s): 1.11156

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.64713 second user time and 2.24272 second system time

The end

Launcher Data

Begin job on node135 at 2018-08-18 07:08:52
IDJOB=4312223
IDBENCH=141111
IDSOLVER=2800
FILE ID=node135/4312223-1534568932
RUNJOBID= node135-1534568687-8119
PBS_JOBID= 21038636
Free space on /tmp= 54352 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/PseudoBoolean-opt/Pb-circ10-3_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4312223-1534568932/watcher-4312223-1534568932 -o /tmp/evaluation-result-4312223-1534568932/solver-4312223-1534568932 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534568687-8119 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 429819173 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312223-1534568932.xml

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

MD5SUM BENCH= 2a9d5e672b2129585e8bdcc62e976dce
RANDOM SEED=429819173

node135.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.50
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.50
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.50
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.50
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:        24873972 kB
MemAvailable:   31880644 kB
Buffers:          202288 kB
Cached:          7052724 kB
SwapCached:           20 kB
Active:          4148192 kB
Inactive:        3168076 kB
Active(anon):      40868 kB
Inactive(anon):    89388 kB
Active(file):    4107324 kB
Inactive(file):  3078688 kB
Unevictable:        7240 kB
Mlocked:            7240 kB
SwapTotal:      67108860 kB
SwapFree:       67108840 kB
Dirty:             74808 kB
Writeback:             0 kB
AnonPages:        107408 kB
Mapped:            28656 kB
Shmem:             66188 kB
Slab:             278536 kB
SReclaimable:     249120 kB
SUnreclaim:        29416 kB
KernelStack:        3856 kB
PageTables:         4660 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1291284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     49152 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 54316 MiB
End job on node135 at 2018-08-18 07:12:57