Trace number 4298236

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
SuperSolver_Macq_Stevenart 2018-04-27? (TO) 2520.04 2488.82

General information on the benchmark

NameRlfap_mini/Rlfap-opt_mini/
Rlfap-ext-graph-11-opt_c18.xml
MD5SUM883afe48e037930c9e115af2d6f001fb
Bench CategoryCOP (optimization 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 variables4097
Number of constraints3757
Number of domains11
Minimum domain size2
Maximum domain size44
Distribution of domain sizes[{"size":2,"count":3417},{"size":6,"count":48},{"size":22,"count":32},{"size":24,"count":18},{"size":36,"count":132},{"size":42,"count":168},{"size":44,"count":282}]
Minimum variable degree1
Maximum variable degree22
Distribution of variable degrees[{"degree":1,"count":3},{"degree":2,"count":3418},{"degree":3,"count":6},{"degree":4,"count":10},{"degree":5,"count":46},{"degree":6,"count":68},{"degree":7,"count":77},{"degree":8,"count":85},{"degree":9,"count":54},{"degree":10,"count":33},{"degree":11,"count":37},{"degree":12,"count":21},{"degree":13,"count":8},{"degree":14,"count":1},{"degree":15,"count":35},{"degree":16,"count":26},{"degree":17,"count":63},{"degree":18,"count":54},{"degree":19,"count":32},{"degree":20,"count":12},{"degree":21,"count":7},{"degree":22,"count":1}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":340},{"arity":3,"count":3417}]
Number of extensional constraints3757
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":3757}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: -1
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
2520.01/2488.80	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 (9920 MiB free)
  memory of node 1: 16384 MiB (14703 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298236-1532808990/watcher-4298236-1532808990 -o /tmp/evaluation-result-4298236-1532808990/solver-4298236-1532808990 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532808681-11472 --watchdog 2580 java -jar HOME/bestMinicp.jar HOME/instance-4298236-1532808990.xml 

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

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

solver pid=11751, runsolver pid=11748

[startup+0.100064 s]*
/proc/loadavg: 2.08 1.60 1.36 4/215 11766
/proc/meminfo: memFree=25198392/32770624 swapFree=67108792/67108860
[pid=11751] ppid=11748 vsize=10661052 memory=27652 CPUtime=0.12 cores=1,3,5,7
/proc/11751/stat : 11751 (java) S 11748 11751 11440 0 -1 1077944320 5267 0 0 0 12 0 0 0 20 0 15 0 98462269 10916917248 6913 33554432000 4194304 4196468 140725583957360 140725583939904 140170677825271 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
/proc/11751/statm: 2665263 6913 2843 1 0 2627263 0
[pid=11751/tid=11753] ppid=11748 vsize=10661052 memory=-8269626465541460093 CPUtime=0.09 cores=1,3,5,7
/proc/11751/task/11753/stat : 11753 (java) R 11748 11751 11440 0 -1 4202560 3128 0 0 0 9 0 0 0 20 0 15 0 98462269 10916917248 6913 33554432000 4194304 4196468 140725583957360 140170682053376 140170661868901 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11754] ppid=11748 vsize=10661052 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/11751/task/11754/stat : 11754 (java) S 11748 11751 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98462270 10916917248 6913 33554432000 4194304 4196468 140725583957360 140170285078800 140170677835477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11755] ppid=11748 vsize=10661052 memory=140400882017920 CPUtime=0 cores=1,3,5,7
/proc/11751/task/11755/stat : 11755 (java) S 11748 11751 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98462270 10916917248 6913 33554432000 4194304 4196468 140725583957360 140170284026256 140170677835477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11756] ppid=11748 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11751/task/11756/stat : 11756 (java) S 11748 11751 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98462270 10916917248 6913 33554432000 4194304 4196468 140725583957360 140170282973712 140170677835477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11757] ppid=11748 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11751/task/11757/stat : 11757 (java) S 11748 11751 11440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98462270 10916917248 6913 33554432000 4194304 4196468 140725583957360 140170281921168 140170677835477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11758] ppid=11748 vsize=10661052 memory=140400882017920 CPUtime=0 cores=1,3,5,7
/proc/11751/task/11758/stat : 11758 (java) S 11748 11751 11440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98462272 10916917248 6913 33554432000 4194304 4196468 140725583957360 140169713707504 140170677836418 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11759] ppid=11748 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11751/task/11759/stat : 11759 (java) S 11748 11751 11440 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98462272 10916917248 6913 33554432000 4194304 4196468 140725583957360 140169712653728 140170677835477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11760] ppid=11748 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11751/task/11760/stat : 11760 (java) S 11748 11751 11440 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98462272 10916917248 6913 33554432000 4194304 4196468 140725583957360 140169711601136 140170677835477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11761] ppid=11748 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11751/task/11761/stat : 11761 (java) S 11748 11751 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98462275 10916917248 6913 33554432000 4194304 4196468 140725583957360 140169710549712 140170677843867 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11762] ppid=11748 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11751/task/11762/stat : 11762 (java) R 11748 11751 11440 0 -1 4202560 428 0 0 0 0 0 0 0 20 0 15 0 98462275 10916917248 6913 33554432000 4194304 4196468 140725583957360 140169709496304 140170677836418 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11763] ppid=11748 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11751/task/11763/stat : 11763 (java) S 11748 11751 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98462275 10916917248 6913 33554432000 4194304 4196468 140725583957360 140169708443760 140170677836418 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11764] ppid=11748 vsize=10661052 memory=140400882017920 CPUtime=0.02 cores=1,3,5,7
/proc/11751/task/11764/stat : 11764 (java) R 11748 11751 11440 0 -1 4202560 345 0 0 0 2 0 0 0 20 0 15 0 98462275 10916917248 6913 33554432000 4194304 4196468 140725583957360 140169707391216 140170656758373 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11765] ppid=11748 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11751/task/11765/stat : 11765 (java) S 11748 11751 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98462275 10916917248 6913 33554432000 4194304 4196468 140725583957360 140169706338912 140170677835477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11766] ppid=11748 vsize=10661052 memory=140400882017920 CPUtime=0 cores=1,3,5,7
/proc/11751/task/11766/stat : 11766 (java) S 11748 11751 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98462275 10916917248 6913 33554432000 4194304 4196468 140725583957360 140169705286448 140170677836418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 27652 KiB

[startup+0.210491 s]*
/proc/loadavg: 2.08 1.60 1.36 4/215 11766
/proc/meminfo: memFree=25186608/32770624 swapFree=67108792/67108860
[pid=11751] ppid=11748 vsize=10661052 memory=40376 CPUtime=0.35 cores=1,3,5,7
/proc/11751/stat : 11751 (java) S 11748 11751 11440 0 -1 1077944320 8231 0 0 0 33 2 0 0 20 0 15 0 98462269 10916917248 10094 33554432000 4194304 4196468 140725583957360 140725583939904 140170677825271 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
/proc/11751/statm: 2665263 10094 3004 1 0 2627263 0
[pid=11751/tid=11753] ppid=11748 vsize=10661052 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/11751/task/11753/stat : 11753 (java) R 11748 11751 11440 0 -1 4202560 5085 0 0 0 19 1 0 0 20 0 15 0 98462269 10916917248 10094 33554432000 4194304 4196468 140725583957360 140170682062224 140170301127585 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11754] ppid=11748 vsize=10661052 memory=343 CPUtime=0 cores=1,3,5,7
/proc/11751/task/11754/stat : 11754 (java) S 11748 11751 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98462270 10916917248 10094 33554432000 4194304 4196468 140725583957360 140170285078800 140170677835477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11755] ppid=11748 vsize=10661052 memory=140400882029679 CPUtime=0 cores=1,3,5,7
/proc/11751/task/11755/stat : 11755 (java) S 11748 11751 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98462270 10916917248 10094 33554432000 4194304 4196468 140725583957360 140170284026256 140170677835477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11756] ppid=11748 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11751/task/11756/stat : 11756 (java) S 11748 11751 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98462270 10916917248 10094 33554432000 4194304 4196468 140725583957360 140170282973712 140170677835477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11757] ppid=11748 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11751/task/11757/stat : 11757 (java) S 11748 11751 11440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98462270 10916917248 10094 33554432000 4194304 4196468 140725583957360 140170281921168 140170677835477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11758] ppid=11748 vsize=10661052 memory=140400882017920 CPUtime=0 cores=1,3,5,7
/proc/11751/task/11758/stat : 11758 (java) S 11748 11751 11440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98462272 10916917248 10094 33554432000 4194304 4196468 140725583957360 140169713707504 140170677836418 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11759] ppid=11748 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11751/task/11759/stat : 11759 (java) S 11748 11751 11440 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98462272 10916917248 10094 33554432000 4194304 4196468 140725583957360 140169712653728 140170677835477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11760] ppid=11748 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11751/task/11760/stat : 11760 (java) S 11748 11751 11440 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98462272 10916917248 10094 33554432000 4194304 4196468 140725583957360 140169711601136 140170677835477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11761] ppid=11748 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11751/task/11761/stat : 11761 (java) S 11748 11751 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98462275 10916917248 10094 33554432000 4194304 4196468 140725583957360 140169710549712 140170677843867 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11762] ppid=11748 vsize=10661052 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/11751/task/11762/stat : 11762 (java) R 11748 11751 11440 0 -1 1077944384 495 0 0 0 2 0 0 0 20 0 15 0 98462275 10916917248 10094 33554432000 4194304 4196468 140725583957360 140169709489328 140170677835477 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11763] ppid=11748 vsize=10661052 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/11751/task/11763/stat : 11763 (java) R 11748 11751 11440 0 -1 4202560 394 0 0 0 2 0 0 0 20 0 15 0 98462275 10916917248 10094 33554432000 4194304 4196468 140725583957360 140169708435712 140170670062398 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11764] ppid=11748 vsize=10661052 memory=140400882017920 CPUtime=0.08 cores=1,3,5,7
/proc/11751/task/11764/stat : 11764 (java) R 11748 11751 11440 0 -1 4202560 895 0 0 0 8 0 0 0 20 0 15 0 98462275 10916917248 10094 33554432000 4194304 4196468 140725583957360 140169707388024 140170661905758 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11765] ppid=11748 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11751/task/11765/stat : 11765 (java) S 11748 11751 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98462275 10916917248 10094 33554432000 4194304 4196468 140725583957360 140169706338912 140170677835477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11766] ppid=11748 vsize=10661052 memory=140400882017920 CPUtime=0 cores=1,3,5,7
/proc/11751/task/11766/stat : 11766 (java) S 11748 11751 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98462275 10916917248 10094 33554432000 4194304 4196468 140725583957360 140169705286448 140170677836418 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 40376 KiB

[startup+0.311109 s]*
/proc/loadavg: 2.08 1.60 1.36 5/215 11766
/proc/meminfo: memFree=25144104/32770624 swapFree=67108792/67108860
[pid=11751] ppid=11748 vsize=10661052 memory=88696 CPUtime=0.64 cores=1,3,5,7
/proc/11751/stat : 11751 (java) S 11748 11751 11440 0 -1 1077944320 10023 0 0 0 61 3 0 0 20 0 15 0 98462269 10916917248 22174 33554432000 4194304 4196468 140725583957360 140725583939904 140170677825271 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
/proc/11751/statm: 2665263 22174 3034 1 0 2627263 0
[pid=11751/tid=11753] ppid=11748 vsize=10661052 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/11751/task/11753/stat : 11753 (java) R 11748 11751 11440 0 -1 4202560 5122 0 0 0 28 2 0 0 20 0 15 0 98462269 10916917248 22174 33554432000 4194304 4196468 140725583957360 140170682060864 140170677847197 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11754] ppid=11748 vsize=10661052 memory=4294977868 CPUtime=0 cores=1,3,5,7
/proc/11751/task/11754/stat : 11754 (java) S 11748 11751 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98462270 10916917248 22174 33554432000 4194304 4196468 140725583957360 140170285078800 140170677835477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11755] ppid=11748 vsize=10661052 memory=140400882029676 CPUtime=0 cores=1,3,5,7
/proc/11751/task/11755/stat : 11755 (java) S 11748 11751 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98462270 10916917248 22174 33554432000 4194304 4196468 140725583957360 140170284026256 140170677835477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11756] ppid=11748 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11751/task/11756/stat : 11756 (java) S 11748 11751 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98462270 10916917248 22174 33554432000 4194304 4196468 140725583957360 140170282973712 140170677835477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11757] ppid=11748 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11751/task/11757/stat : 11757 (java) S 11748 11751 11440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98462270 10916917248 22174 33554432000 4194304 4196468 140725583957360 140170281921168 140170677835477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11758] ppid=11748 vsize=10661052 memory=140400882017920 CPUtime=0 cores=1,3,5,7
/proc/11751/task/11758/stat : 11758 (java) S 11748 11751 11440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98462272 10916917248 22174 33554432000 4194304 4196468 140725583957360 140169713707504 140170677836418 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11759] ppid=11748 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11751/task/11759/stat : 11759 (java) S 11748 11751 11440 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98462272 10916917248 22174 33554432000 4194304 4196468 140725583957360 140169712653728 140170677835477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11760] ppid=11748 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11751/task/11760/stat : 11760 (java) S 11748 11751 11440 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98462272 10916917248 22174 33554432000 4194304 4196468 140725583957360 140169711601136 140170677835477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11761] ppid=11748 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11751/task/11761/stat : 11761 (java) S 11748 11751 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98462275 10916917248 22174 33554432000 4194304 4196468 140725583957360 140169710549712 140170677843867 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11762] ppid=11748 vsize=10661052 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/11751/task/11762/stat : 11762 (java) R 11748 11751 11440 0 -1 4202560 982 0 0 0 10 0 0 0 20 0 15 0 98462275 10916917248 22174 33554432000 4194304 4196468 140725583957360 140169709489216 140170662948826 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11763] ppid=11748 vsize=10661052 memory=-1 CPUtime=0.11 cores=1,3,5,7
/proc/11751/task/11763/stat : 11763 (java) R 11748 11751 11440 0 -1 4202560 1486 0 0 0 11 0 0 0 20 0 15 0 98462275 10916917248 22174 33554432000 4194304 4196468 140725583957360 140169708424776 140170663849120 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11764] ppid=11748 vsize=10661052 memory=140400882017920 CPUtime=0.12 cores=1,3,5,7
/proc/11751/task/11764/stat : 11764 (java) S 11748 11751 11440 0 -1 1077944384 1065 0 0 0 12 0 0 0 20 0 15 0 98462275 10916917248 22174 33554432000 4194304 4196468 140725583957360 140169707391216 140170677836418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11765] ppid=11748 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11751/task/11765/stat : 11765 (java) S 11748 11751 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98462275 10916917248 22174 33554432000 4194304 4196468 140725583957360 140169706338912 140170677835477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11766] ppid=11748 vsize=10661052 memory=140400882017920 CPUtime=0 cores=1,3,5,7
/proc/11751/task/11766/stat : 11766 (java) S 11748 11751 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98462275 10916917248 22174 33554432000 4194304 4196468 140725583957360 140169705286448 140170677836418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 88696 KiB

[startup+0.701109 s]
/proc/loadavg: 2.08 1.60 1.36 4/215 11766
/proc/meminfo: memFree=25109604/32770624 swapFree=67108792/67108860
[pid=11751] ppid=11748 vsize=10661128 memory=229872 CPUtime=1.8 cores=1,3,5,7
/proc/11751/stat : 11751 (java) S 11748 11751 11440 0 -1 1077944320 12162 0 0 0 170 10 0 0 20 0 15 0 98462269 10916995072 57468 33554432000 4194304 4196468 140725583957360 140725583939904 140170677825271 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
/proc/11751/statm: 2665282 57468 3102 1 0 2627263 0
[pid=11751/tid=11753] ppid=11748 vsize=10661128 memory=190900961558861 CPUtime=0.64 cores=1,3,5,7
/proc/11751/task/11753/stat : 11753 (java) S 11748 11751 11440 0 -1 1077944384 5545 0 0 0 61 3 0 0 20 0 15 0 98462269 10916995072 57468 33554432000 4194304 4196468 140725583957360 140170682062624 140170677835477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11754] ppid=11748 vsize=10661128 memory=571857 CPUtime=0.02 cores=1,3,5,7
/proc/11751/task/11754/stat : 11754 (java) R 11748 11751 11440 0 -1 4202560 34 0 0 0 1 1 0 0 20 0 15 0 98462270 10916995072 57468 33554432000 4194304 4196468 140725583957360 140170285076608 140170670928314 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11755] ppid=11748 vsize=10661128 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/11751/task/11755/stat : 11755 (java) R 11748 11751 11440 0 -1 4202560 33 0 0 0 1 1 0 0 20 0 15 0 98462270 10916995072 57468 33554432000 4194304 4196468 140725583957360 140170284026456 140170670921980 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11756] ppid=11748 vsize=10661128 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/11751/task/11756/stat : 11756 (java) R 11748 11751 11440 0 -1 4202560 20 0 0 0 1 1 0 0 20 0 15 0 98462270 10916995072 57468 33554432000 4194304 4196468 140725583957360 140170282973712 140170670927988 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11757] ppid=11748 vsize=10661128 memory=7809523229951467570 CPUtime=0.02 cores=1,3,5,7
/proc/11751/task/11757/stat : 11757 (java) R 11748 11751 11440 0 -1 4202560 40 0 0 0 1 1 0 0 20 0 15 0 98462270 10916995072 57468 33554432000 4194304 4196468 140725583957360 140170281921168 140170670927988 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11758] ppid=11748 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11751/task/11758/stat : 11758 (java) S 11748 11751 11440 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 98462272 10916995072 57468 33554432000 4194304 4196468 140725583957360 140169713706016 140170677835477 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11759] ppid=11748 vsize=10661128 memory=-3535359994705171810 CPUtime=0 cores=1,3,5,7
/proc/11751/task/11759/stat : 11759 (java) S 11748 11751 11440 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98462272 10916995072 57468 33554432000 4194304 4196468 140725583957360 140169712653728 140170677835477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11760] ppid=11748 vsize=10661128 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/11751/task/11760/stat : 11760 (java) S 11748 11751 11440 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98462272 10916995072 57468 33554432000 4194304 4196468 140725583957360 140169711601136 140170677835477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11761] ppid=11748 vsize=10661128 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/11751/task/11761/stat : 11761 (java) S 11748 11751 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98462275 10916995072 57468 33554432000 4194304 4196468 140725583957360 140169710549712 140170677843867 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11762] ppid=11748 vsize=10661128 memory=0 CPUtime=0.35 cores=1,3,5,7
/proc/11751/task/11762/stat : 11762 (java) S 11748 11751 11440 0 -1 1077944384 1708 0 0 0 35 0 0 0 20 0 15 0 98462275 10916995072 57468 33554432000 4194304 4196468 140725583957360 140169709476368 140170677835477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11763] ppid=11748 vsize=10661128 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/11751/task/11763/stat : 11763 (java) S 11748 11751 11440 0 -1 1077944384 2054 0 0 0 39 0 0 0 20 0 15 0 98462275 10916995072 57468 33554432000 4194304 4196468 140725583957360 140169708425872 140170677835477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11764] ppid=11748 vsize=10661128 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/11751/task/11764/stat : 11764 (java) S 11748 11751 11440 0 -1 1077944384 1355 0 0 0 26 0 0 0 20 0 15 0 98462275 10916995072 57980 33554432000 4194304 4196468 140725583957360 140169707391216 140170677836418 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11765] ppid=11748 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11751/task/11765/stat : 11765 (java) S 11748 11751 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98462275 10916995072 57980 33554432000 4194304 4196468 140725583957360 140169706338912 140170677835477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11766] ppid=11748 vsize=10661128 memory=18268 CPUtime=0 cores=1,3,5,7
/proc/11751/task/11766/stat : 11766 (java) S 11748 11751 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98462275 10916995072 57980 33554432000 4194304 4196468 140725583957360 140169705286448 140170677836418 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
Current children cumulated CPU time: 1.8 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 229872 KiB

[startup+1.50111 s]
/proc/loadavg: 2.08 1.60 1.36 3/215 11766
/proc/meminfo: memFree=24959360/32770624 swapFree=67108792/67108860
[pid=11751] ppid=11748 vsize=10661128 memory=438448 CPUtime=3.24 cores=1,3,5,7
/proc/11751/stat : 11751 (java) S 11748 11751 11440 0 -1 1077944320 13493 0 0 0 300 24 0 0 20 0 15 0 98462269 10916995072 109612 33554432000 4194304 4196468 140725583957360 140725583939904 140170677825271 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
/proc/11751/statm: 2665282 109612 3136 1 0 2627263 0
[pid=11751/tid=11753] ppid=11748 vsize=10661128 memory=10799 CPUtime=1.37 cores=1,3,5,7
/proc/11751/task/11753/stat : 11753 (java) R 11748 11751 11440 0 -1 4202560 5612 0 0 0 132 5 0 0 20 0 15 0 98462269 10916995072 109612 33554432000 4194304 4196468 140725583957360 140170682056792 140170304795046 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11754] ppid=11748 vsize=10661128 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/11751/task/11754/stat : 11754 (java) S 11748 11751 11440 0 -1 1077944384 182 0 0 0 5 4 0 0 20 0 15 0 98462270 10916995072 109612 33554432000 4194304 4196468 140725583957360 140170285078800 140170677835477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11755] ppid=11748 vsize=10661128 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/11751/task/11755/stat : 11755 (java) S 11748 11751 11440 0 -1 1077944384 286 0 0 0 5 4 0 0 20 0 15 0 98462270 10916995072 109612 33554432000 4194304 4196468 140725583957360 140170284026256 140170677835477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11756] ppid=11748 vsize=10661128 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11751/task/11756/stat : 11756 (java) S 11748 11751 11440 0 -1 1077944384 225 0 0 0 5 3 0 0 20 0 15 0 98462270 10916995072 109612 33554432000 4194304 4196468 140725583957360 140170282973712 140170677835477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11757] ppid=11748 vsize=10661128 memory=6943526294502006880 CPUtime=0.09 cores=1,3,5,7
/proc/11751/task/11757/stat : 11757 (java) S 11748 11751 11440 0 -1 1077944384 164 0 0 0 5 4 0 0 20 0 15 0 98462270 10916995072 109612 33554432000 4194304 4196468 140725583957360 140170281921168 140170677835477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11758] ppid=11748 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11751/task/11758/stat : 11758 (java) S 11748 11751 11440 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 15 0 98462272 10916995072 109612 33554432000 4194304 4196468 140725583957360 140169713707504 140170677836418 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0

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

/proc/11751/task/11753/stat : 11753 (java) R 11748 11751 11440 0 -1 4202560 139337 0 0 0 231184 44 0 0 20 0 15 0 98462269 10916995072 821691 33554432000 4194304 4196468 140725583957360 140170682064592 140170307741752 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11754] ppid=11748 vsize=10661128 memory=8504 CPUtime=7.88 cores=1,3,5,7
/proc/11751/task/11754/stat : 11754 (java) S 11748 11751 11440 0 -1 1077944384 46625 0 0 0 731 57 0 0 20 0 15 0 98462270 10916995072 821691 33554432000 4194304 4196468 140725583957360 140170285078800 140170677835477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11755] ppid=11748 vsize=10661128 memory=3286764 CPUtime=7.89 cores=1,3,5,7
/proc/11751/task/11755/stat : 11755 (java) S 11748 11751 11440 0 -1 1077944384 52178 0 0 0 734 55 0 0 20 0 15 0 98462270 10916995072 821691 33554432000 4194304 4196468 140725583957360 140170284026256 140170677835477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11756] ppid=11748 vsize=10661128 memory=3286764 CPUtime=7.87 cores=1,3,5,7
/proc/11751/task/11756/stat : 11756 (java) S 11748 11751 11440 0 -1 1077944384 43418 0 0 0 733 54 0 0 20 0 15 0 98462270 10916995072 821691 33554432000 4194304 4196468 140725583957360 140170282973712 140170677835477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11757] ppid=11748 vsize=10661128 memory=3286764 CPUtime=7.88 cores=1,3,5,7
/proc/11751/task/11757/stat : 11757 (java) S 11748 11751 11440 0 -1 1077944384 53897 0 0 0 732 56 0 0 20 0 15 0 98462270 10916995072 821691 33554432000 4194304 4196468 140725583957360 140170281921168 140170677835477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11758] ppid=11748 vsize=10661128 memory=3286764 CPUtime=1.39 cores=1,3,5,7
/proc/11751/task/11758/stat : 11758 (java) S 11748 11751 11440 0 -1 1077944384 18740 0 0 0 120 19 0 0 20 0 15 0 98462272 10916995072 821691 33554432000 4194304 4196468 140725583957360 140169713707504 140170677836418 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11759] ppid=11748 vsize=10661128 memory=3286764 CPUtime=0 cores=1,3,5,7
/proc/11751/task/11759/stat : 11759 (java) S 11748 11751 11440 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 98462272 10916995072 821691 33554432000 4194304 4196468 140725583957360 140169712653792 140170677835477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11760] ppid=11748 vsize=10661128 memory=3286764 CPUtime=0 cores=1,3,5,7
/proc/11751/task/11760/stat : 11760 (java) S 11748 11751 11440 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 98462272 10916995072 821691 33554432000 4194304 4196468 140725583957360 140169711601136 140170677835477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11761] ppid=11748 vsize=10661128 memory=3286764 CPUtime=0 cores=1,3,5,7
/proc/11751/task/11761/stat : 11761 (java) S 11748 11751 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98462275 10916995072 821691 33554432000 4194304 4196468 140725583957360 140169710549712 140170677843867 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11762] ppid=11748 vsize=10661128 memory=3286764 CPUtime=1.72 cores=1,3,5,7
/proc/11751/task/11762/stat : 11762 (java) S 11748 11751 11440 0 -1 1077944384 11061 0 0 0 170 2 0 0 20 0 15 0 98462275 10916995072 821691 33554432000 4194304 4196468 140725583957360 140169709496304 140170677836418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11763] ppid=11748 vsize=10661128 memory=3286764 CPUtime=1.9 cores=1,3,5,7
/proc/11751/task/11763/stat : 11763 (java) S 11748 11751 11440 0 -1 1077944384 12019 0 0 0 189 1 0 0 20 0 15 0 98462275 10916995072 821691 33554432000 4194304 4196468 140725583957360 140169708443760 140170677836418 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11764] ppid=11748 vsize=10661128 memory=3286764 CPUtime=0.62 cores=1,3,5,7
/proc/11751/task/11764/stat : 11764 (java) S 11748 11751 11440 0 -1 1077944384 5609 0 0 0 60 2 0 0 20 0 15 0 98462275 10916995072 821691 33554432000 4194304 4196468 140725583957360 140169707391216 140170677836418 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11765] ppid=11748 vsize=10661128 memory=3286764 CPUtime=0 cores=1,3,5,7
/proc/11751/task/11765/stat : 11765 (java) S 11748 11751 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98462275 10916995072 821691 33554432000 4194304 4196468 140725583957360 140169706338912 140170677835477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11766] ppid=11748 vsize=10661128 memory=3286764 CPUtime=1.23 cores=1,3,5,7
/proc/11751/task/11766/stat : 11766 (java) S 11748 11751 11440 0 -1 1077944384 1788 0 0 0 56 67 0 0 20 0 15 0 98462275 10916995072 821691 33554432000 4194304 4196468 140725583957360 140169705286448 140170677836418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
Current children cumulated CPU time: 2350.76 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 3286764 KiB

[startup+2382.3 s]
/proc/loadavg: 1.78 1.68 1.66 5/215 11998
/proc/meminfo: memFree=22008468/32770624 swapFree=67108792/67108860
[pid=11751] ppid=11748 vsize=10661128 memory=3288056 CPUtime=2411.74 cores=1,3,5,7
/proc/11751/stat : 11751 (java) S 11748 11751 11440 0 -1 1077944320 390588 0 0 0 240835 339 0 0 20 0 15 0 98462269 10916995072 822014 33554432000 4194304 4196468 140725583957360 140725583939904 140170677825271 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
/proc/11751/statm: 2665282 822014 3196 1 0 2627263 0
[pid=11751/tid=11753] ppid=11748 vsize=10661128 memory=3288056 CPUtime=2371.85 cores=1,3,5,7
/proc/11751/task/11753/stat : 11753 (java) R 11748 11751 11440 0 -1 4202560 140597 0 0 0 237141 44 0 0 20 0 15 0 98462269 10916995072 822014 33554432000 4194304 4196468 140725583957360 140170682064736 140170307774291 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11754] ppid=11748 vsize=10661128 memory=3288056 CPUtime=8.2 cores=1,3,5,7
/proc/11751/task/11754/stat : 11754 (java) S 11748 11751 11440 0 -1 1077944384 47321 0 0 0 763 57 0 0 20 0 15 0 98462270 10916995072 822014 33554432000 4194304 4196468 140725583957360 140170285078800 140170677835477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11755] ppid=11748 vsize=10661128 memory=3288056 CPUtime=8.22 cores=1,3,5,7
/proc/11751/task/11755/stat : 11755 (java) S 11748 11751 11440 0 -1 1077944384 53003 0 0 0 767 55 0 0 20 0 15 0 98462270 10916995072 822014 33554432000 4194304 4196468 140725583957360 140170284026256 140170677835477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11756] ppid=11748 vsize=10661128 memory=3288056 CPUtime=8.19 cores=1,3,5,7
/proc/11751/task/11756/stat : 11756 (java) S 11748 11751 11440 0 -1 1077944384 43923 0 0 0 765 54 0 0 20 0 15 0 98462270 10916995072 822014 33554432000 4194304 4196468 140725583957360 140170282973712 140170677835477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11757] ppid=11748 vsize=10661128 memory=3288056 CPUtime=8.22 cores=1,3,5,7
/proc/11751/task/11757/stat : 11757 (java) S 11748 11751 11440 0 -1 1077944384 54650 0 0 0 765 57 0 0 20 0 15 0 98462270 10916995072 822014 33554432000 4194304 4196468 140725583957360 140170281921168 140170677835477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11758] ppid=11748 vsize=10661128 memory=3288056 CPUtime=1.47 cores=1,3,5,7
/proc/11751/task/11758/stat : 11758 (java) S 11748 11751 11440 0 -1 1077944384 19143 0 0 0 127 20 0 0 20 0 15 0 98462272 10916995072 822014 33554432000 4194304 4196468 140725583957360 140169713707504 140170677836418 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11759] ppid=11748 vsize=10661128 memory=3288056 CPUtime=0 cores=1,3,5,7
/proc/11751/task/11759/stat : 11759 (java) S 11748 11751 11440 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 98462272 10916995072 822014 33554432000 4194304 4196468 140725583957360 140169712653792 140170677835477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11760] ppid=11748 vsize=10661128 memory=3288056 CPUtime=0 cores=1,3,5,7
/proc/11751/task/11760/stat : 11760 (java) S 11748 11751 11440 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 98462272 10916995072 822014 33554432000 4194304 4196468 140725583957360 140169711601136 140170677835477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11761] ppid=11748 vsize=10661128 memory=3288056 CPUtime=0 cores=1,3,5,7
/proc/11751/task/11761/stat : 11761 (java) S 11748 11751 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98462275 10916995072 822014 33554432000 4194304 4196468 140725583957360 140169710549712 140170677843867 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11762] ppid=11748 vsize=10661128 memory=4136 CPUtime=1.72 cores=1,3,5,7
/proc/11751/task/11762/stat : 11762 (java) S 11748 11751 11440 0 -1 1077944384 11066 0 0 0 170 2 0 0 20 0 15 0 98462275 10916995072 822014 33554432000 4194304 4196468 140725583957360 140169709496304 140170677836418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11763] ppid=11748 vsize=10661128 memory=1228 CPUtime=1.9 cores=1,3,5,7
/proc/11751/task/11763/stat : 11763 (java) S 11748 11751 11440 0 -1 1077944384 12023 0 0 0 189 1 0 0 20 0 15 0 98462275 10916995072 822014 33554432000 4194304 4196468 140725583957360 140169708443760 140170677836418 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11764] ppid=11748 vsize=10661128 memory=3288056 CPUtime=0.62 cores=1,3,5,7
/proc/11751/task/11764/stat : 11764 (java) S 11748 11751 11440 0 -1 1077944384 5614 0 0 0 60 2 0 0 20 0 15 0 98462275 10916995072 822014 33554432000 4194304 4196468 140725583957360 140169707391216 140170677836418 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11765] ppid=11748 vsize=10661128 memory=3288056 CPUtime=0 cores=1,3,5,7
/proc/11751/task/11765/stat : 11765 (java) S 11748 11751 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98462275 10916995072 822014 33554432000 4194304 4196468 140725583957360 140169706338912 140170677835477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11766] ppid=11748 vsize=10661128 memory=1200 CPUtime=1.28 cores=1,3,5,7
/proc/11751/task/11766/stat : 11766 (java) S 11748 11751 11440 0 -1 1077944384 1824 0 0 0 58 70 0 0 20 0 15 0 98462275 10916995072 822014 33554432000 4194304 4196468 140725583957360 140169705286448 140170677836418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
Current children cumulated CPU time: 2411.74 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 3288056 KiB

[startup+2442.3 s]
/proc/loadavg: 1.65 1.65 1.65 3/215 11999
/proc/meminfo: memFree=22006692/32770624 swapFree=67108792/67108860
[pid=11751] ppid=11748 vsize=10661128 memory=3288056 CPUtime=2472.76 cores=1,3,5,7
/proc/11751/stat : 11751 (java) S 11748 11751 11440 0 -1 1077944320 394480 0 0 0 246932 344 0 0 20 0 15 0 98462269 10916995072 822014 33554432000 4194304 4196468 140725583957360 140725583939904 140170677825271 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
/proc/11751/statm: 2665282 822014 3196 1 0 2627263 0
[pid=11751/tid=11753] ppid=11748 vsize=10661128 memory=3288056 CPUtime=2431.39 cores=1,3,5,7
/proc/11751/task/11753/stat : 11753 (java) R 11748 11751 11440 0 -1 4202560 141687 0 0 0 243095 44 0 0 20 0 15 0 98462269 10916995072 822014 33554432000 4194304 4196468 140725583957360 140170682064704 140170307775479 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11754] ppid=11748 vsize=10661128 memory=3288056 CPUtime=8.55 cores=1,3,5,7
/proc/11751/task/11754/stat : 11754 (java) S 11748 11751 11440 0 -1 1077944384 47968 0 0 0 797 58 0 0 20 0 15 0 98462270 10916995072 822014 33554432000 4194304 4196468 140725583957360 140170285078800 140170677835477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11755] ppid=11748 vsize=10661128 memory=3288056 CPUtime=8.56 cores=1,3,5,7
/proc/11751/task/11755/stat : 11755 (java) S 11748 11751 11440 0 -1 1077944384 53401 0 0 0 800 56 0 0 20 0 15 0 98462270 10916995072 822014 33554432000 4194304 4196468 140725583957360 140170284026256 140170677835477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11756] ppid=11748 vsize=10661128 memory=3288056 CPUtime=8.53 cores=1,3,5,7
/proc/11751/task/11756/stat : 11756 (java) S 11748 11751 11440 0 -1 1077944384 44472 0 0 0 798 55 0 0 20 0 15 0 98462270 10916995072 822014 33554432000 4194304 4196468 140725583957360 140170282973712 140170677835477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11757] ppid=11748 vsize=10661128 memory=3288056 CPUtime=8.55 cores=1,3,5,7
/proc/11751/task/11757/stat : 11757 (java) S 11748 11751 11440 0 -1 1077944384 55473 0 0 0 798 57 0 0 20 0 15 0 98462270 10916995072 822014 33554432000 4194304 4196468 140725583957360 140170281921168 140170677835477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11758] ppid=11748 vsize=10661128 memory=3288056 CPUtime=1.55 cores=1,3,5,7
/proc/11751/task/11758/stat : 11758 (java) S 11748 11751 11440 0 -1 1077944384 19495 0 0 0 134 21 0 0 20 0 15 0 98462272 10916995072 822014 33554432000 4194304 4196468 140725583957360 140169713707504 140170677836418 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11759] ppid=11748 vsize=10661128 memory=3288056 CPUtime=0 cores=1,3,5,7
/proc/11751/task/11759/stat : 11759 (java) S 11748 11751 11440 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 98462272 10916995072 822014 33554432000 4194304 4196468 140725583957360 140169712653792 140170677835477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11760] ppid=11748 vsize=10661128 memory=3288056 CPUtime=0 cores=1,3,5,7
/proc/11751/task/11760/stat : 11760 (java) S 11748 11751 11440 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 98462272 10916995072 822014 33554432000 4194304 4196468 140725583957360 140169711601136 140170677835477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11761] ppid=11748 vsize=10661128 memory=3288056 CPUtime=0 cores=1,3,5,7
/proc/11751/task/11761/stat : 11761 (java) S 11748 11751 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98462275 10916995072 822014 33554432000 4194304 4196468 140725583957360 140169710549712 140170677843867 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11762] ppid=11748 vsize=10661128 memory=3288056 CPUtime=1.72 cores=1,3,5,7
/proc/11751/task/11762/stat : 11762 (java) S 11748 11751 11440 0 -1 1077944384 11070 0 0 0 170 2 0 0 20 0 15 0 98462275 10916995072 822014 33554432000 4194304 4196468 140725583957360 140169709496304 140170677836418 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11763] ppid=11748 vsize=10661128 memory=3288056 CPUtime=1.9 cores=1,3,5,7
/proc/11751/task/11763/stat : 11763 (java) S 11748 11751 11440 0 -1 1077944384 12027 0 0 0 189 1 0 0 20 0 15 0 98462275 10916995072 822014 33554432000 4194304 4196468 140725583957360 140169708443760 140170677836418 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11764] ppid=11748 vsize=10661128 memory=4136 CPUtime=0.62 cores=1,3,5,7
/proc/11751/task/11764/stat : 11764 (java) S 11748 11751 11440 0 -1 1077944384 5618 0 0 0 60 2 0 0 20 0 15 0 98462275 10916995072 822014 33554432000 4194304 4196468 140725583957360 140169707391216 140170677836418 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11765] ppid=11748 vsize=10661128 memory=3288056 CPUtime=0 cores=1,3,5,7
/proc/11751/task/11765/stat : 11765 (java) S 11748 11751 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98462275 10916995072 822014 33554432000 4194304 4196468 140725583957360 140169706338912 140170677835477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11766] ppid=11748 vsize=10661128 memory=3288056 CPUtime=1.31 cores=1,3,5,7
/proc/11751/task/11766/stat : 11766 (java) S 11748 11751 11440 0 -1 1077944384 1845 0 0 0 59 72 0 0 20 0 15 0 98462275 10916995072 822014 33554432000 4194304 4196468 140725583957360 140169705286448 140170677836418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
Current children cumulated CPU time: 2472.76 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 3288056 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2488.8 s]
/proc/loadavg: 1.72 1.67 1.66 4/215 12000
/proc/meminfo: memFree=22005032/32770624 swapFree=67108792/67108860
[pid=11751] ppid=11748 vsize=10661128 memory=3288056 CPUtime=2520.01 cores=1,3,5,7
/proc/11751/stat : 11751 (java) S 11748 11751 11440 0 -1 1077944320 396841 0 0 0 251655 346 0 0 20 0 15 0 98462269 10916995072 822014 33554432000 4194304 4196468 140725583957360 140725583939904 140170677825271 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
/proc/11751/statm: 2665282 822014 3196 1 0 2627263 0
[pid=11751/tid=11753] ppid=11748 vsize=10661128 memory=3288056 CPUtime=2477.56 cores=1,3,5,7
/proc/11751/task/11753/stat : 11753 (java) R 11748 11751 11440 0 -1 4202560 142584 0 0 0 247711 45 0 0 20 0 15 0 98462269 10916995072 822014 33554432000 4194304 4196468 140725583957360 140170682064704 140170307696113 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11754] ppid=11748 vsize=10661128 memory=1944 CPUtime=8.8 cores=1,3,5,7
/proc/11751/task/11754/stat : 11754 (java) S 11748 11751 11440 0 -1 1077944384 48216 0 0 0 822 58 0 0 20 0 15 0 98462270 10916995072 822014 33554432000 4194304 4196468 140725583957360 140170285078800 140170677835477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11755] ppid=11748 vsize=10661128 memory=6791534058613427641 CPUtime=8.8 cores=1,3,5,7
/proc/11751/task/11755/stat : 11755 (java) S 11748 11751 11440 0 -1 1077944384 53790 0 0 0 824 56 0 0 20 0 15 0 98462270 10916995072 822014 33554432000 4194304 4196468 140725583957360 140170284026256 140170677835477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11756] ppid=11748 vsize=10661128 memory=15876 CPUtime=8.78 cores=1,3,5,7
/proc/11751/task/11756/stat : 11756 (java) S 11748 11751 11440 0 -1 1077944384 44745 0 0 0 823 55 0 0 20 0 15 0 98462270 10916995072 822014 33554432000 4194304 4196468 140725583957360 140170282973712 140170677835477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11757] ppid=11748 vsize=10661128 memory=18268 CPUtime=8.8 cores=1,3,5,7
/proc/11751/task/11757/stat : 11757 (java) S 11748 11751 11440 0 -1 1077944384 55835 0 0 0 823 57 0 0 20 0 15 0 98462270 10916995072 822014 33554432000 4194304 4196468 140725583957360 140170281921168 140170677835477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11758] ppid=11748 vsize=10661128 memory=17164 CPUtime=1.61 cores=1,3,5,7
/proc/11751/task/11758/stat : 11758 (java) S 11748 11751 11440 0 -1 1077944384 19666 0 0 0 139 22 0 0 20 0 15 0 98462272 10916995072 822014 33554432000 4194304 4196468 140725583957360 140169713707504 140170677836418 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11759] ppid=11748 vsize=10661128 memory=4052 CPUtime=0 cores=1,3,5,7
/proc/11751/task/11759/stat : 11759 (java) S 11748 11751 11440 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 98462272 10916995072 822014 33554432000 4194304 4196468 140725583957360 140169712653792 140170677835477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11760] ppid=11748 vsize=10661128 memory=4136 CPUtime=0 cores=1,3,5,7
/proc/11751/task/11760/stat : 11760 (java) S 11748 11751 11440 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 98462272 10916995072 822014 33554432000 4194304 4196468 140725583957360 140169711601136 140170677835477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11761] ppid=11748 vsize=10661128 memory=28540 CPUtime=0 cores=1,3,5,7
/proc/11751/task/11761/stat : 11761 (java) S 11748 11751 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98462275 10916995072 822014 33554432000 4194304 4196468 140725583957360 140169710549712 140170677843867 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11762] ppid=11748 vsize=10661128 memory=1292 CPUtime=1.72 cores=1,3,5,7
/proc/11751/task/11762/stat : 11762 (java) S 11748 11751 11440 0 -1 1077944384 11072 0 0 0 170 2 0 0 20 0 15 0 98462275 10916995072 822014 33554432000 4194304 4196468 140725583957360 140169709496304 140170677836418 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11763] ppid=11748 vsize=10661128 memory=2436 CPUtime=1.9 cores=1,3,5,7
/proc/11751/task/11763/stat : 11763 (java) S 11748 11751 11440 0 -1 1077944384 12029 0 0 0 189 1 0 0 20 0 15 0 98462275 10916995072 822014 33554432000 4194304 4196468 140725583957360 140169708443760 140170677836418 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11764] ppid=11748 vsize=10661128 memory=1728 CPUtime=0.62 cores=1,3,5,7
/proc/11751/task/11764/stat : 11764 (java) S 11748 11751 11440 0 -1 1077944384 5620 0 0 0 60 2 0 0 20 0 15 0 98462275 10916995072 822014 33554432000 4194304 4196468 140725583957360 140169707391216 140170677836418 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11765] ppid=11748 vsize=10661128 memory=1720 CPUtime=0 cores=1,3,5,7
/proc/11751/task/11765/stat : 11765 (java) S 11748 11751 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98462275 10916995072 822014 33554432000 4194304 4196468 140725583957360 140169706338912 140170677835477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
[pid=11751/tid=11766] ppid=11748 vsize=10661128 memory=5760 CPUtime=1.34 cores=1,3,5,7
/proc/11751/task/11766/stat : 11766 (java) S 11748 11751 11440 0 -1 1077944384 1860 0 0 0 60 74 0 0 20 0 15 0 98462275 10916995072 822014 33554432000 4194304 4196468 140725583957360 140169705286448 140170677836418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28606464 140725583959178 140725583959305 140725583959305 140725583962063 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 3288056 KiB

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

[startup+2488.82 s]
# the end of solver process 11751 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.56 s, system=3.48042 s

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

Child status: 143
Real time (s): 2488.82
CPU time (s): 2520.04
CPU user time (s): 2516.56
CPU system time (s): 3.48042
CPU usage (%): 101.254
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 3485932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.56
system time used= 3.48042
maximum resident set size= 3485948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 397037
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 96144
involuntary context switches= 1962


# summary of solver processes directly reported to runsolver:
#   pid: 11751
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2516.56
#   total CPU system time (s): 3.48042

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.8408 second user time and 23.0175 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-28 22:16:30
IDJOB=4298236
IDBENCH=141088
IDSOLVER=2767
FILE ID=node150/4298236-1532808990
RUNJOBID= node150-1532808681-11472
PBS_JOBID= 21022473
Free space on /tmp= 53064 MiB

SOLVER NAME= SuperSolver_Macq_Stevenart 2018-04-27
BENCH NAME= XCSP18/Rlfap_mini/Rlfap-opt_mini/Rlfap-ext-graph-11-opt_c18.xml
COMMAND LINE= java -jar DIR/bestMinicp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298236-1532808990/watcher-4298236-1532808990 -o /tmp/evaluation-result-4298236-1532808990/solver-4298236-1532808990 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532808681-11472 --watchdog 2580  java -jar HOME/bestMinicp.jar HOME/instance-4298236-1532808990.xml

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

MD5SUM BENCH= 883afe48e037930c9e115af2d6f001fb
RANDOM SEED=657744236

node150.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.76
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.76
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.76
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.76
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:        25214564 kB
MemAvailable:   29090624 kB
Buffers:          209204 kB
Cached:          3905340 kB
SwapCached:           32 kB
Active:          4359628 kB
Inactive:        2651588 kB
Active(anon):    2848036 kB
Inactive(anon):    76188 kB
Active(file):    1511592 kB
Inactive(file):  2575400 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:             28100 kB
Writeback:             0 kB
AnonPages:       2807608 kB
Mapped:            55388 kB
Shmem:             25156 kB
Slab:             238444 kB
SReclaimable:     209804 kB
SUnreclaim:        28640 kB
KernelStack:        3792 kB
PageTables:        10756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3822776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2701312 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 53056 MiB
End job on node150 at 2018-07-28 22:57:59