Trace number 4312389

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.092 244.224

General information on the benchmark

NameRlfap/Rlfap-opt/
Rlfap-graph-12-opt_c18.xml
MD5SUM6121a94880b1ccb1614ec86f716938fa
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark21762
Best CPU time to get the best result obtained on this benchmark252.145
Satisfiable
(Un)Satisfiability was proved
Number of variables4691
Number of constraints4352
Number of domains11
Minimum domain size2
Maximum domain size44
Distribution of domain sizes[{"size":2,"count":4011},{"size":6,"count":48},{"size":22,"count":40},{"size":24,"count":24},{"size":36,"count":134},{"size":42,"count":50},{"size":44,"count":384}]
Minimum variable degree2
Maximum variable degree20
Distribution of variable degrees[{"degree":2,"count":4011},{"degree":5,"count":1},{"degree":6,"count":2},{"degree":7,"count":6},{"degree":8,"count":15},{"degree":9,"count":39},{"degree":10,"count":66},{"degree":11,"count":85},{"degree":12,"count":119},{"degree":13,"count":112},{"degree":14,"count":103},{"degree":15,"count":59},{"degree":16,"count":45},{"degree":17,"count":21},{"degree":18,"count":4},{"degree":19,"count":1},{"degree":20,"count":2}]
Minimum constraint arity2
Maximum constraint arity176
Distribution of constraint arities[{"arity":2,"count":674},{"arity":3,"count":3677},{"arity":176,"count":1}]
Number of extensional constraints0
Number of intensional constraints4351
Distribution of constraint types[{"type":"intension","count":4351},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.67/0.56	c version: 2018-08-17
0.67/0.56	c seed: 910439696
0.67/0.56	c timeout: 252
0.67/0.56	c memlimit: 11000
0.67/0.57	c nbcore: 1
0.67/0.59	c Parsing instance...
10.30/5.54	c Parsing done, starting search...
252.05/244.20	s UNKNOWN

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4312389-1534569203/watcher-4312389-1534569203 -o /tmp/evaluation-result-4312389-1534569203/solver-4312389-1534569203 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node103-1534568890-1709 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 910439696 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312389-1534569203.xml 

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

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=2083, runsolver pid=2080

[startup+0.100064 s]*
/proc/loadavg: 1.76 1.45 1.37 4/216 2098
/proc/meminfo: memFree=22460248/32770624 swapFree=67059156/67108860
[pid=2083] ppid=2080 vsize=14082736 memory=30500 CPUtime=0.11 cores=0,2,4,6
/proc/2083/stat : 2083 (java) S 2080 2083 30888 0 -1 1077944320 6509 0 0 0 10 1 0 0 20 0 15 0 274483518 14420721664 7625 33554432000 4194304 4196468 140735278593184 140735278575728 139714971029239 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
/proc/2083/statm: 3520684 7625 3152 1 0 3482761 0
[pid=2083/tid=2085] ppid=2080 vsize=14082736 memory=8326441112148417179 CPUtime=0.09 cores=0,2,4,6
/proc/2083/task/2085/stat : 2085 (java) R 2080 2083 30888 0 -1 4202560 4566 0 0 0 8 1 0 0 20 0 15 0 274483518 14420721664 7625 33554432000 4194304 4196468 140735278593184 139714975254928 139714955109726 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2086] ppid=2080 vsize=14082736 memory=-7025452035940392864 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2086/stat : 2086 (java) S 2080 2083 30888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274483519 14420721664 7625 33554432000 4194304 4196468 140735278593184 139714886097680 139714971039445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2087] ppid=2080 vsize=14082736 memory=140111985567360 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2087/stat : 2087 (java) S 2080 2083 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274483519 14420721664 7625 33554432000 4194304 4196468 140735278593184 139714885045136 139714971039445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2088] ppid=2080 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2088/stat : 2088 (java) S 2080 2083 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274483519 14420721664 7625 33554432000 4194304 4196468 140735278593184 139714564713488 139714971039445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2089] ppid=2080 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2089/stat : 2089 (java) S 2080 2083 30888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274483519 14420721664 7625 33554432000 4194304 4196468 140735278593184 139714563660944 139714971039445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2090] ppid=2080 vsize=14082736 memory=140111985567360 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2090/stat : 2090 (java) S 2080 2083 30888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274483520 14420721664 7625 33554432000 4194304 4196468 140735278593184 139714445666288 139714971040386 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2091] ppid=2080 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2091/stat : 2091 (java) S 2080 2083 30888 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274483521 14420721664 7625 33554432000 4194304 4196468 140735278593184 139714444612512 139714971039445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2092] ppid=2080 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2092/stat : 2092 (java) S 2080 2083 30888 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274483521 14420721664 7625 33554432000 4194304 4196468 140735278593184 139714443559920 139714971039445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2093] ppid=2080 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2093/stat : 2093 (java) S 2080 2083 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274483523 14420721664 7625 33554432000 4194304 4196468 140735278593184 139714442508496 139714971047835 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2094] ppid=2080 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2094/stat : 2094 (java) S 2080 2083 30888 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 274483523 14420721664 7625 33554432000 4194304 4196468 140735278593184 139714441456112 139714971040386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2095] ppid=2080 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2095/stat : 2095 (java) R 2080 2083 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274483524 14420721664 7625 33554432000 4194304 4196468 140735278593184 139714440403568 139714971040386 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2096] ppid=2080 vsize=14082736 memory=140111985567360 CPUtime=0.01 cores=0,2,4,6
/proc/2083/task/2096/stat : 2096 (java) S 2080 2083 30888 0 -1 1077944384 285 0 0 0 1 0 0 0 20 0 15 0 274483524 14420721664 7625 33554432000 4194304 4196468 140735278593184 139714439351024 139714971040386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2097] ppid=2080 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2097/stat : 2097 (java) S 2080 2083 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274483524 14420721664 7625 33554432000 4194304 4196468 140735278593184 139714438298720 139714971039445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2098] ppid=2080 vsize=14082736 memory=140111985567360 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2098/stat : 2098 (java) S 2080 2083 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274483524 14420721664 7625 33554432000 4194304 4196468 140735278593184 139714437245232 139714971040386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 30500 KiB

[startup+0.210411 s]*
/proc/loadavg: 1.76 1.45 1.37 4/216 2098
/proc/meminfo: memFree=22444620/32770624 swapFree=67059156/67108860
[pid=2083] ppid=2080 vsize=14082736 memory=46884 CPUtime=0.29 cores=0,2,4,6
/proc/2083/stat : 2083 (java) S 2080 2083 30888 0 -1 1077944320 10286 0 0 0 27 2 0 0 20 0 15 0 274483518 14420721664 11721 33554432000 4194304 4196468 140735278593184 140735278575728 139714971029239 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
/proc/2083/statm: 3520684 11721 3341 1 0 3482761 0
[pid=2083/tid=2085] ppid=2080 vsize=14082736 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/2083/task/2085/stat : 2085 (java) R 2080 2083 30888 0 -1 4202560 8058 0 0 0 18 1 0 0 20 0 15 0 274483518 14420721664 11721 33554432000 4194304 4196468 140735278593184 139714975252544 139714949031911 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2086] ppid=2080 vsize=14082736 memory=365 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2086/stat : 2086 (java) S 2080 2083 30888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274483519 14420721664 11721 33554432000 4194304 4196468 140735278593184 139714886097680 139714971039445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2087] ppid=2080 vsize=14082736 memory=288370488137279104 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2087/stat : 2087 (java) S 2080 2083 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274483519 14420721664 11721 33554432000 4194304 4196468 140735278593184 139714885045136 139714971039445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2088] ppid=2080 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2088/stat : 2088 (java) S 2080 2083 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274483519 14420721664 11721 33554432000 4194304 4196468 140735278593184 139714564713488 139714971039445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2089] ppid=2080 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2089/stat : 2089 (java) S 2080 2083 30888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274483519 14420721664 11721 33554432000 4194304 4196468 140735278593184 139714563660944 139714971039445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2090] ppid=2080 vsize=14082736 memory=140111985567360 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2090/stat : 2090 (java) S 2080 2083 30888 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 274483520 14420721664 11721 33554432000 4194304 4196468 140735278593184 139714445666288 139714971040386 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2091] ppid=2080 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2091/stat : 2091 (java) S 2080 2083 30888 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274483521 14420721664 11721 33554432000 4194304 4196468 140735278593184 139714444612512 139714971039445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2092] ppid=2080 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2092/stat : 2092 (java) S 2080 2083 30888 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274483521 14420721664 11721 33554432000 4194304 4196468 140735278593184 139714443559920 139714971039445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2093] ppid=2080 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2093/stat : 2093 (java) S 2080 2083 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274483523 14420721664 11721 33554432000 4194304 4196468 140735278593184 139714442508496 139714971047835 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2094] ppid=2080 vsize=14082736 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/2083/task/2094/stat : 2094 (java) R 2080 2083 30888 0 -1 1077944384 422 0 0 0 1 0 0 0 20 0 15 0 274483523 14420721664 11721 33554432000 4194304 4196468 140735278593184 139714441456112 139714971040386 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2095] ppid=2080 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/2083/task/2095/stat : 2095 (java) R 2080 2083 30888 0 -1 4202560 118 0 0 0 2 0 0 0 20 0 15 0 274483524 14420721664 11721 33554432000 4194304 4196468 140735278593184 139714440403864 139714951729536 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2096] ppid=2080 vsize=14082736 memory=140111985567360 CPUtime=0.05 cores=0,2,4,6
/proc/2083/task/2096/stat : 2096 (java) R 2080 2083 30888 0 -1 4202560 334 0 0 0 5 0 0 0 20 0 15 0 274483524 14420721664 11721 33554432000 4194304 4196468 140735278593184 139714439345600 139714963266366 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2097] ppid=2080 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2097/stat : 2097 (java) S 2080 2083 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274483524 14420721664 11721 33554432000 4194304 4196468 140735278593184 139714438298720 139714971039445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2098] ppid=2080 vsize=14082736 memory=140111985567360 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2098/stat : 2098 (java) S 2080 2083 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274483524 14420721664 11721 33554432000 4194304 4196468 140735278593184 139714437245232 139714971040386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 46884 KiB

[startup+0.310475 s]*
/proc/loadavg: 1.76 1.45 1.37 3/216 2098
/proc/meminfo: memFree=22440836/32770624 swapFree=67059156/67108860
[pid=2083] ppid=2080 vsize=14082736 memory=50440 CPUtime=0.44 cores=0,2,4,6
/proc/2083/stat : 2083 (java) S 2080 2083 30888 0 -1 1077944320 10784 0 0 0 42 2 0 0 20 0 15 0 274483518 14420721664 12610 33554432000 4194304 4196468 140735278593184 140735278575728 139714971029239 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
/proc/2083/statm: 3520684 12610 3377 1 0 3482761 0
[pid=2083/tid=2085] ppid=2080 vsize=14082736 memory=6935054825532540783 CPUtime=0.29 cores=0,2,4,6
/proc/2083/task/2085/stat : 2085 (java) R 2080 2083 30888 0 -1 4202560 8424 0 0 0 28 1 0 0 20 0 15 0 274483518 14420721664 12610 33554432000 4194304 4196468 140735278593184 139714975237672 139714955109726 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2086] ppid=2080 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2086/stat : 2086 (java) S 2080 2083 30888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274483519 14420721664 12610 33554432000 4194304 4196468 140735278593184 139714886097680 139714971039445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2087] ppid=2080 vsize=14082736 memory=140111832516047 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2087/stat : 2087 (java) S 2080 2083 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274483519 14420721664 12610 33554432000 4194304 4196468 140735278593184 139714885045136 139714971039445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2088] ppid=2080 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2088/stat : 2088 (java) S 2080 2083 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274483519 14420721664 12610 33554432000 4194304 4196468 140735278593184 139714564713488 139714971039445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2089] ppid=2080 vsize=14082736 memory=67 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2089/stat : 2089 (java) S 2080 2083 30888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274483519 14420721664 12610 33554432000 4194304 4196468 140735278593184 139714563660944 139714971039445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2090] ppid=2080 vsize=14082736 memory=140111985567360 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2090/stat : 2090 (java) S 2080 2083 30888 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 274483520 14420721664 12610 33554432000 4194304 4196468 140735278593184 139714445666288 139714971040386 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2091] ppid=2080 vsize=14082736 memory=67 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2091/stat : 2091 (java) S 2080 2083 30888 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274483521 14420721664 12610 33554432000 4194304 4196468 140735278593184 139714444612512 139714971039445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2092] ppid=2080 vsize=14082736 memory=58084 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2092/stat : 2092 (java) S 2080 2083 30888 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274483521 14420721664 12610 33554432000 4194304 4196468 140735278593184 139714443559920 139714971039445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2093] ppid=2080 vsize=14082736 memory=60388 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2093/stat : 2093 (java) S 2080 2083 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274483523 14420721664 12610 33554432000 4194304 4196468 140735278593184 139714442508496 139714971047835 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2094] ppid=2080 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/2083/task/2094/stat : 2094 (java) S 2080 2083 30888 0 -1 1077944384 460 0 0 0 2 0 0 0 20 0 15 0 274483523 14420721664 12610 33554432000 4194304 4196468 140735278593184 139714441456112 139714971040386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2095] ppid=2080 vsize=14082736 memory=140111832553103 CPUtime=0.02 cores=0,2,4,6
/proc/2083/task/2095/stat : 2095 (java) S 2080 2083 30888 0 -1 1077944384 167 0 0 0 2 0 0 0 20 0 15 0 274483524 14420721664 12610 33554432000 4194304 4196468 140735278593184 139714440403568 139714971040386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2096] ppid=2080 vsize=14082736 memory=280223818099552 CPUtime=0.08 cores=0,2,4,6
/proc/2083/task/2096/stat : 2096 (java) S 2080 2083 30888 0 -1 1077944384 355 0 0 0 8 0 0 0 20 0 15 0 274483524 14420721664 12610 33554432000 4194304 4196468 140735278593184 139714439351024 139714971040386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2097] ppid=2080 vsize=14082736 memory=140111832527631 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2097/stat : 2097 (java) S 2080 2083 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274483524 14420721664 12610 33554432000 4194304 4196468 140735278593184 139714438298720 139714971039445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2098] ppid=2080 vsize=14082736 memory=140111985567370 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2098/stat : 2098 (java) S 2080 2083 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274483524 14420721664 12610 33554432000 4194304 4196468 140735278593184 139714437245232 139714971040386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50440 KiB

[startup+0.700924 s]
/proc/loadavg: 1.76 1.45 1.37 4/216 2098
/proc/meminfo: memFree=22416320/32770624 swapFree=67059156/67108860
[pid=2083] ppid=2080 vsize=14084804 memory=88776 CPUtime=0.99 cores=0,2,4,6
/proc/2083/stat : 2083 (java) S 2080 2083 30888 0 -1 1077944320 17610 0 0 0 94 5 0 0 20 0 15 0 274483518 14422839296 22194 33554432000 4194304 4196468 140735278593184 140735278575728 139714971029239 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
/proc/2083/statm: 3521201 22194 3500 1 0 3483273 0
[pid=2083/tid=2085] ppid=2080 vsize=14084804 memory=149088314071945 CPUtime=0.68 cores=0,2,4,6
/proc/2083/task/2085/stat : 2085 (java) R 2080 2083 30888 0 -1 4202560 14851 0 0 0 64 4 0 0 20 0 15 0 274483518 14422839296 22194 33554432000 4194304 4196468 140735278593184 139714975246992 139714938625402 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2086] ppid=2080 vsize=14084804 memory=1468590 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2086/stat : 2086 (java) S 2080 2083 30888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274483519 14422839296 22194 33554432000 4194304 4196468 140735278593184 139714886097680 139714971039445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2087] ppid=2080 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2087/stat : 2087 (java) S 2080 2083 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274483519 14422839296 22194 33554432000 4194304 4196468 140735278593184 139714885045136 139714971039445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2088] ppid=2080 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2088/stat : 2088 (java) S 2080 2083 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274483519 14422839296 22194 33554432000 4194304 4196468 140735278593184 139714564713488 139714971039445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2089] ppid=2080 vsize=14084804 memory=7809523229951467572 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2089/stat : 2089 (java) S 2080 2083 30888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274483519 14422839296 22194 33554432000 4194304 4196468 140735278593184 139714563660944 139714971039445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2090] ppid=2080 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2090/stat : 2090 (java) S 2080 2083 30888 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 274483520 14422839296 22194 33554432000 4194304 4196468 140735278593184 139714445666288 139714971040386 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2091] ppid=2080 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2091/stat : 2091 (java) S 2080 2083 30888 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274483521 14422839296 22194 33554432000 4194304 4196468 140735278593184 139714444612512 139714971039445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2092] ppid=2080 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2092/stat : 2092 (java) S 2080 2083 30888 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274483521 14422839296 22194 33554432000 4194304 4196468 140735278593184 139714443559920 139714971039445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2093] ppid=2080 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2093/stat : 2093 (java) S 2080 2083 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274483523 14422839296 22194 33554432000 4194304 4196468 140735278593184 139714442508496 139714971047835 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2094] ppid=2080 vsize=14084804 memory=7307199790851337682 CPUtime=0.07 cores=0,2,4,6
/proc/2083/task/2094/stat : 2094 (java) S 2080 2083 30888 0 -1 1077944384 621 0 0 0 7 0 0 0 20 0 15 0 274483523 14422839296 22194 33554432000 4194304 4196468 140735278593184 139714441456112 139714971040386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2095] ppid=2080 vsize=14084804 memory=-1088251628401078322 CPUtime=0.07 cores=0,2,4,6
/proc/2083/task/2095/stat : 2095 (java) S 2080 2083 30888 0 -1 1077944384 312 0 0 0 7 0 0 0 20 0 15 0 274483524 14422839296 22194 33554432000 4194304 4196468 140735278593184 139714440403568 139714971040386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2096] ppid=2080 vsize=14084804 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/2083/task/2096/stat : 2096 (java) S 2080 2083 30888 0 -1 1077944384 443 0 0 0 15 0 0 0 20 0 15 0 274483524 14422839296 22194 33554432000 4194304 4196468 140735278593184 139714439351024 139714971040386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2097] ppid=2080 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2097/stat : 2097 (java) S 2080 2083 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274483524 14422839296 22194 33554432000 4194304 4196468 140735278593184 139714438298720 139714971039445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2098] ppid=2080 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2098/stat : 2098 (java) S 2080 2083 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274483524 14422839296 22194 33554432000 4194304 4196468 140735278593184 139714437245232 139714971040386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88776 KiB

[startup+1.50618 s]
/proc/loadavg: 1.76 1.45 1.37 5/216 2098
/proc/meminfo: memFree=22360812/32770624 swapFree=67059156/67108860
[pid=2083] ppid=2080 vsize=14088900 memory=220848 CPUtime=3.43 cores=0,2,4,6
/proc/2083/stat : 2083 (java) S 2080 2083 30888 0 -1 1077944320 26353 0 0 0 333 10 0 0 20 0 15 0 274483518 14427033600 55212 33554432000 4194304 4196468 140735278593184 140735278575728 139714971029239 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
/proc/2083/statm: 3522225 55212 3565 1 0 3484297 0
[pid=2083/tid=2085] ppid=2080 vsize=14088900 memory=280223665297344 CPUtime=1.47 cores=0,2,4,6
/proc/2083/task/2085/stat : 2085 (java) S 2080 2083 30888 0 -1 1077944384 17857 0 0 0 141 6 0 0 20 0 15 0 274483518 14427033600 55212 33554432000 4194304 4196468 140735278593184 139714975263424 139714971039445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2086] ppid=2080 vsize=14088900 memory=7453282923461570405 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2086/stat : 2086 (java) S 2080 2083 30888 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 15 0 274483519 14427033600 55212 33554432000 4194304 4196468 140735278593184 139714886097680 139714971039445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2087] ppid=2080 vsize=14088900 memory=6152855400989347921 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2087/stat : 2087 (java) S 2080 2083 30888 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 274483519 14427033600 55212 33554432000 4194304 4196468 140735278593184 139714885045136 139714971039445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2088] ppid=2080 vsize=14088900 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2088/stat : 2088 (java) S 2080 2083 30888 0 -1 1077944384 119 0 0 0 0 0 0 0 20 0 15 0 274483519 14427033600 55212 33554432000 4194304 4196468 140735278593184 139714564713488 139714971039445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2089] ppid=2080 vsize=14088900 memory=2209 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2089/stat : 2089 (java) S 2080 2083 30888 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 274483519 14427033600 55212 33554432000 4194304 4196468 140735278593184 139714563660944 139714971039445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2090] ppid=2080 vsize=14088900 memory=38948 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2090/stat : 2090 (java) R 2080 2083 30888 0 -1 4202560 136 0 0 0 0 0 0 0 20 0 15 0 274483520 14427033600 55212 33554432000 4194304 4196468 140735278593184 139714445664800 139714971050586 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0

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

/proc/2083/task/2085/stat : 2085 (java) R 2080 2083 30888 0 -1 4202560 27970 0 0 0 10175 27 0 0 20 0 15 0 274483518 14429130752 442097 33554432000 4194304 4196468 140735278593184 139714975267488 139714577007142 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2086] ppid=2080 vsize=14090948 memory=1768388 CPUtime=0.18 cores=0,2,4,6
/proc/2083/task/2086/stat : 2086 (java) S 2080 2083 30888 0 -1 1077944384 1101 0 0 0 12 6 0 0 20 0 15 0 274483519 14429130752 442097 33554432000 4194304 4196468 140735278593184 139714886097680 139714971039445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2087] ppid=2080 vsize=14090948 memory=280223665132640 CPUtime=0.2 cores=0,2,4,6
/proc/2083/task/2087/stat : 2087 (java) S 2080 2083 30888 0 -1 1077944384 1011 0 0 0 13 7 0 0 20 0 15 0 274483519 14429130752 442097 33554432000 4194304 4196468 140735278593184 139714885045136 139714971039445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2088] ppid=2080 vsize=14090948 memory=140111833296618 CPUtime=0.2 cores=0,2,4,6
/proc/2083/task/2088/stat : 2088 (java) S 2080 2083 30888 0 -1 1077944384 662 0 0 0 14 6 0 0 20 0 15 0 274483519 14429130752 442097 33554432000 4194304 4196468 140735278593184 139714564713488 139714971039445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2089] ppid=2080 vsize=14090948 memory=3544 CPUtime=0.2 cores=0,2,4,6
/proc/2083/task/2089/stat : 2089 (java) S 2080 2083 30888 0 -1 1077944384 2502 0 0 0 14 6 0 0 20 0 15 0 274483519 14429130752 442097 33554432000 4194304 4196468 140735278593184 139714563660944 139714971039445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2090] ppid=2080 vsize=14090948 memory=6712 CPUtime=0.02 cores=0,2,4,6
/proc/2083/task/2090/stat : 2090 (java) S 2080 2083 30888 0 -1 1077944384 1618 0 0 0 2 0 0 0 20 0 15 0 274483520 14429130752 442097 33554432000 4194304 4196468 140735278593184 139714445666288 139714971040386 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2091] ppid=2080 vsize=14090948 memory=3544 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2091/stat : 2091 (java) S 2080 2083 30888 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 274483521 14429130752 442097 33554432000 4194304 4196468 140735278593184 139714444612576 139714971039445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2092] ppid=2080 vsize=14090948 memory=6712 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2092/stat : 2092 (java) S 2080 2083 30888 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 274483521 14429130752 442097 33554432000 4194304 4196468 140735278593184 139714443559936 139714971039445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2093] ppid=2080 vsize=14090948 memory=3544 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2093/stat : 2093 (java) S 2080 2083 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274483523 14429130752 442097 33554432000 4194304 4196468 140735278593184 139714442508496 139714971047835 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2094] ppid=2080 vsize=14090948 memory=6712 CPUtime=3.01 cores=0,2,4,6
/proc/2083/task/2094/stat : 2094 (java) S 2080 2083 30888 0 -1 1077944384 10735 0 0 0 299 2 0 0 20 0 15 0 274483523 14429130752 442097 33554432000 4194304 4196468 140735278593184 139714441456112 139714971040386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2095] ppid=2080 vsize=14090948 memory=68 CPUtime=3.02 cores=0,2,4,6
/proc/2083/task/2095/stat : 2095 (java) S 2080 2083 30888 0 -1 1077944384 7813 0 0 0 300 2 0 0 20 0 15 0 274483524 14429130752 442097 33554432000 4194304 4196468 140735278593184 139714440403568 139714971040386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2096] ppid=2080 vsize=14090948 memory=668425 CPUtime=1.05 cores=0,2,4,6
/proc/2083/task/2096/stat : 2096 (java) S 2080 2083 30888 0 -1 1077944384 8522 0 0 0 103 2 0 0 20 0 15 0 274483524 14429130752 442097 33554432000 4194304 4196468 140735278593184 139714439351024 139714971040386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2097] ppid=2080 vsize=14090948 memory=3544 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2097/stat : 2097 (java) S 2080 2083 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274483524 14429130752 442097 33554432000 4194304 4196468 140735278593184 139714438298720 139714971039445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2098] ppid=2080 vsize=14090948 memory=6712 CPUtime=0.03 cores=0,2,4,6
/proc/2083/task/2098/stat : 2098 (java) S 2080 2083 30888 0 -1 1077944384 1356 0 0 0 2 1 0 0 20 0 15 0 274483524 14429130752 442097 33554432000 4194304 4196468 140735278593184 139714437245232 139714971040386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
Current children cumulated CPU time: 110.01 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1768388 KiB

[startup+162.301 s]
/proc/loadavg: 1.69 1.51 1.41 3/215 2100
/proc/meminfo: memFree=20981044/32770624 swapFree=67059156/67108860
[pid=2083] ppid=2080 vsize=14090948 memory=1688312 CPUtime=170.08 cores=0,2,4,6
/proc/2083/stat : 2083 (java) S 2080 2083 30888 0 -1 1077944320 68553 0 0 0 16944 64 0 0 20 0 15 0 274483518 14429130752 422078 33554432000 4194304 4196468 140735278593184 140735278575728 139714971029239 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
/proc/2083/statm: 3522737 422078 3588 1 0 3484809 0
[pid=2083/tid=2085] ppid=2080 vsize=14090948 memory=1688312 CPUtime=162 cores=0,2,4,6
/proc/2083/task/2085/stat : 2085 (java) R 2080 2083 30888 0 -1 4202560 30142 0 0 0 16172 28 0 0 20 0 15 0 274483518 14429130752 422078 33554432000 4194304 4196468 140735278593184 139714975267280 139714577007201 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2086] ppid=2080 vsize=14090948 memory=1688312 CPUtime=0.19 cores=0,2,4,6
/proc/2083/task/2086/stat : 2086 (java) S 2080 2083 30888 0 -1 1077944384 1116 0 0 0 13 6 0 0 20 0 15 0 274483519 14429130752 422078 33554432000 4194304 4196468 140735278593184 139714886097680 139714971039445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2087] ppid=2080 vsize=14090948 memory=1688312 CPUtime=0.21 cores=0,2,4,6
/proc/2083/task/2087/stat : 2087 (java) S 2080 2083 30888 0 -1 1077944384 1158 0 0 0 14 7 0 0 20 0 15 0 274483519 14429130752 422078 33554432000 4194304 4196468 140735278593184 139714885045136 139714971039445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2088] ppid=2080 vsize=14090948 memory=1688312 CPUtime=0.21 cores=0,2,4,6
/proc/2083/task/2088/stat : 2088 (java) S 2080 2083 30888 0 -1 1077944384 1463 0 0 0 15 6 0 0 20 0 15 0 274483519 14429130752 422078 33554432000 4194304 4196468 140735278593184 139714564713488 139714971039445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2089] ppid=2080 vsize=14090948 memory=1520 CPUtime=0.21 cores=0,2,4,6
/proc/2083/task/2089/stat : 2089 (java) S 2080 2083 30888 0 -1 1077944384 2763 0 0 0 15 6 0 0 20 0 15 0 274483519 14429130752 422078 33554432000 4194304 4196468 140735278593184 139714563660944 139714971039445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2090] ppid=2080 vsize=14090948 memory=1708 CPUtime=0.03 cores=0,2,4,6
/proc/2083/task/2090/stat : 2090 (java) S 2080 2083 30888 0 -1 1077944384 1866 0 0 0 2 1 0 0 20 0 15 0 274483520 14429130752 422078 33554432000 4194304 4196468 140735278593184 139714445666288 139714971040386 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2091] ppid=2080 vsize=14090948 memory=1328 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2091/stat : 2091 (java) S 2080 2083 30888 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 274483521 14429130752 422078 33554432000 4194304 4196468 140735278593184 139714444612576 139714971039445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2092] ppid=2080 vsize=14090948 memory=976 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2092/stat : 2092 (java) S 2080 2083 30888 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 274483521 14429130752 422078 33554432000 4194304 4196468 140735278593184 139714443559936 139714971039445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2093] ppid=2080 vsize=14090948 memory=1728124 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2093/stat : 2093 (java) S 2080 2083 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274483523 14429130752 422078 33554432000 4194304 4196468 140735278593184 139714442508496 139714971047835 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2094] ppid=2080 vsize=14090948 memory=6712 CPUtime=3.01 cores=0,2,4,6
/proc/2083/task/2094/stat : 2094 (java) S 2080 2083 30888 0 -1 1077944384 10739 0 0 0 299 2 0 0 20 0 15 0 274483523 14429130752 422078 33554432000 4194304 4196468 140735278593184 139714441456112 139714971040386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2095] ppid=2080 vsize=14090948 memory=1688312 CPUtime=3.02 cores=0,2,4,6
/proc/2083/task/2095/stat : 2095 (java) S 2080 2083 30888 0 -1 1077944384 7820 0 0 0 300 2 0 0 20 0 15 0 274483524 14429130752 422078 33554432000 4194304 4196468 140735278593184 139714440403568 139714971040386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2096] ppid=2080 vsize=14090948 memory=768 CPUtime=1.05 cores=0,2,4,6
/proc/2083/task/2096/stat : 2096 (java) S 2080 2083 30888 0 -1 1077944384 8665 0 0 0 103 2 0 0 20 0 15 0 274483524 14429130752 422078 33554432000 4194304 4196468 140735278593184 139714439351024 139714971040386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2097] ppid=2080 vsize=14090948 memory=1726772 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2097/stat : 2097 (java) S 2080 2083 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274483524 14429130752 422078 33554432000 4194304 4196468 140735278593184 139714438298720 139714971039445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2098] ppid=2080 vsize=14090948 memory=3544 CPUtime=0.06 cores=0,2,4,6
/proc/2083/task/2098/stat : 2098 (java) S 2080 2083 30888 0 -1 1077944384 1384 0 0 0 3 3 0 0 20 0 15 0 274483524 14429130752 422078 33554432000 4194304 4196468 140735278593184 139714437245232 139714971040386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
Current children cumulated CPU time: 170.08 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1688312 KiB

[startup+222.301 s]
/proc/loadavg: 1.75 1.56 1.43 3/215 2179
/proc/meminfo: memFree=21163856/32770624 swapFree=67059156/67108860
[pid=2083] ppid=2080 vsize=14090948 memory=1653000 CPUtime=230.14 cores=0,2,4,6
/proc/2083/stat : 2083 (java) S 2080 2083 30888 0 -1 1077944320 71777 0 0 0 22948 66 0 0 20 0 15 0 274483518 14429130752 413250 33554432000 4194304 4196468 140735278593184 140735278575728 139714971029239 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
/proc/2083/statm: 3522737 413250 3588 1 0 3484809 0
[pid=2083/tid=2085] ppid=2080 vsize=14090948 memory=1653000 CPUtime=221.98 cores=0,2,4,6
/proc/2083/task/2085/stat : 2085 (java) R 2080 2083 30888 0 -1 4202560 31700 0 0 0 22170 28 0 0 20 0 15 0 274483518 14429130752 413250 33554432000 4194304 4196468 140735278593184 139714975267488 139714577007156 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2086] ppid=2080 vsize=14090948 memory=1653000 CPUtime=0.2 cores=0,2,4,6
/proc/2083/task/2086/stat : 2086 (java) S 2080 2083 30888 0 -1 1077944384 1131 0 0 0 14 6 0 0 20 0 15 0 274483519 14429130752 413250 33554432000 4194304 4196468 140735278593184 139714886097680 139714971039445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2087] ppid=2080 vsize=14090948 memory=1687028 CPUtime=0.22 cores=0,2,4,6
/proc/2083/task/2087/stat : 2087 (java) S 2080 2083 30888 0 -1 1077944384 1283 0 0 0 15 7 0 0 20 0 15 0 274483519 14429130752 413250 33554432000 4194304 4196468 140735278593184 139714885045136 139714971039445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2088] ppid=2080 vsize=14090948 memory=1687028 CPUtime=0.22 cores=0,2,4,6
/proc/2083/task/2088/stat : 2088 (java) S 2080 2083 30888 0 -1 1077944384 1575 0 0 0 16 6 0 0 20 0 15 0 274483519 14429130752 413250 33554432000 4194304 4196468 140735278593184 139714564713488 139714971039445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2089] ppid=2080 vsize=14090948 memory=1653000 CPUtime=0.22 cores=0,2,4,6
/proc/2083/task/2089/stat : 2089 (java) S 2080 2083 30888 0 -1 1077944384 3527 0 0 0 16 6 0 0 20 0 15 0 274483519 14429130752 413250 33554432000 4194304 4196468 140735278593184 139714563660944 139714971039445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2090] ppid=2080 vsize=14090948 memory=1653000 CPUtime=0.03 cores=0,2,4,6
/proc/2083/task/2090/stat : 2090 (java) S 2080 2083 30888 0 -1 1077944384 2115 0 0 0 2 1 0 0 20 0 15 0 274483520 14429130752 413250 33554432000 4194304 4196468 140735278593184 139714445666288 139714971040386 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2091] ppid=2080 vsize=14090948 memory=1653000 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2091/stat : 2091 (java) S 2080 2083 30888 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 274483521 14429130752 413250 33554432000 4194304 4196468 140735278593184 139714444612576 139714971039445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2092] ppid=2080 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2092/stat : 2092 (java) S 2080 2083 30888 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 274483521 14429130752 413250 33554432000 4194304 4196468 140735278593184 139714443559936 139714971039445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2093] ppid=2080 vsize=14090948 memory=193 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2093/stat : 2093 (java) S 2080 2083 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274483523 14429130752 413250 33554432000 4194304 4196468 140735278593184 139714442508496 139714971047835 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2094] ppid=2080 vsize=14090948 memory=3544 CPUtime=3.01 cores=0,2,4,6
/proc/2083/task/2094/stat : 2094 (java) S 2080 2083 30888 0 -1 1077944384 10741 0 0 0 299 2 0 0 20 0 15 0 274483523 14429130752 413250 33554432000 4194304 4196468 140735278593184 139714441456112 139714971040386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2095] ppid=2080 vsize=14090948 memory=6712 CPUtime=3.02 cores=0,2,4,6
/proc/2083/task/2095/stat : 2095 (java) S 2080 2083 30888 0 -1 1077944384 7823 0 0 0 300 2 0 0 20 0 15 0 274483524 14429130752 413250 33554432000 4194304 4196468 140735278593184 139714440403568 139714971040386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2096] ppid=2080 vsize=14090948 memory=1520 CPUtime=1.05 cores=0,2,4,6
/proc/2083/task/2096/stat : 2096 (java) S 2080 2083 30888 0 -1 1077944384 9033 0 0 0 103 2 0 0 20 0 15 0 274483524 14429130752 413250 33554432000 4194304 4196468 140735278593184 139714439351024 139714971040386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2097] ppid=2080 vsize=14090948 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2097/stat : 2097 (java) S 2080 2083 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274483524 14429130752 413250 33554432000 4194304 4196468 140735278593184 139714438298720 139714971039445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2098] ppid=2080 vsize=14090948 memory=302 CPUtime=0.08 cores=0,2,4,6
/proc/2083/task/2098/stat : 2098 (java) S 2080 2083 30888 0 -1 1077944384 1412 0 0 0 4 4 0 0 20 0 15 0 274483524 14429130752 413250 33554432000 4194304 4196468 140735278593184 139714437245232 139714971040386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
Current children cumulated CPU time: 230.14 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1653000 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+244.201 s]
/proc/loadavg: 1.78 1.58 1.44 3/215 2179
/proc/meminfo: memFree=21150188/32770624 swapFree=67059156/67108860
[pid=2083] ppid=2080 vsize=14090948 memory=1652204 CPUtime=252.05 cores=0,2,4,6
/proc/2083/stat : 2083 (java) S 2080 2083 30888 0 -1 1077944320 73281 0 0 0 25139 66 0 0 20 0 15 0 274483518 14429130752 413051 33554432000 4194304 4196468 140735278593184 140735278575728 139714971029239 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
/proc/2083/statm: 3522737 413051 3588 1 0 3484809 0
[pid=2083/tid=2085] ppid=2080 vsize=14090948 memory=149043955109969 CPUtime=243.86 cores=0,2,4,6
/proc/2083/task/2085/stat : 2085 (java) R 2080 2083 30888 0 -1 4202560 33078 0 0 0 24358 28 0 0 20 0 15 0 274483518 14429130752 413051 33554432000 4194304 4196468 140735278593184 139714975267488 139714576519671 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2086] ppid=2080 vsize=14090948 memory=149043955109970 CPUtime=0.21 cores=0,2,4,6
/proc/2083/task/2086/stat : 2086 (java) S 2080 2083 30888 0 -1 1077944384 1132 0 0 0 15 6 0 0 20 0 15 0 274483519 14429130752 413051 33554432000 4194304 4196468 140735278593184 139714886097680 139714971039445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2087] ppid=2080 vsize=14090948 memory=149043955109971 CPUtime=0.23 cores=0,2,4,6
/proc/2083/task/2087/stat : 2087 (java) S 2080 2083 30888 0 -1 1077944384 1284 0 0 0 16 7 0 0 20 0 15 0 274483519 14429130752 413051 33554432000 4194304 4196468 140735278593184 139714885045136 139714971039445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2088] ppid=2080 vsize=14090948 memory=13808 CPUtime=0.23 cores=0,2,4,6
/proc/2083/task/2088/stat : 2088 (java) S 2080 2083 30888 0 -1 1077944384 1577 0 0 0 17 6 0 0 20 0 15 0 274483519 14429130752 413051 33554432000 4194304 4196468 140735278593184 139714564713488 139714971039445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2089] ppid=2080 vsize=14090948 memory=524 CPUtime=0.23 cores=0,2,4,6
/proc/2083/task/2089/stat : 2089 (java) S 2080 2083 30888 0 -1 1077944384 3647 0 0 0 17 6 0 0 20 0 15 0 274483519 14429130752 413051 33554432000 4194304 4196468 140735278593184 139714563660944 139714971039445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2090] ppid=2080 vsize=14090948 memory=1528 CPUtime=0.04 cores=0,2,4,6
/proc/2083/task/2090/stat : 2090 (java) S 2080 2083 30888 0 -1 1077944384 2117 0 0 0 3 1 0 0 20 0 15 0 274483520 14429130752 413051 33554432000 4194304 4196468 140735278593184 139714445666288 139714971040386 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2091] ppid=2080 vsize=14090948 memory=924 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2091/stat : 2091 (java) S 2080 2083 30888 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 274483521 14429130752 413051 33554432000 4194304 4196468 140735278593184 139714444612576 139714971039445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2092] ppid=2080 vsize=14090948 memory=1140 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2092/stat : 2092 (java) S 2080 2083 30888 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 274483521 14429130752 413051 33554432000 4194304 4196468 140735278593184 139714443559936 139714971039445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2093] ppid=2080 vsize=14090948 memory=1548 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2093/stat : 2093 (java) S 2080 2083 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274483523 14429130752 413051 33554432000 4194304 4196468 140735278593184 139714442508496 139714971047835 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2094] ppid=2080 vsize=14090948 memory=4096 CPUtime=3.01 cores=0,2,4,6
/proc/2083/task/2094/stat : 2094 (java) S 2080 2083 30888 0 -1 1077944384 10741 0 0 0 299 2 0 0 20 0 15 0 274483523 14429130752 413051 33554432000 4194304 4196468 140735278593184 139714441456112 139714971040386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2095] ppid=2080 vsize=14090948 memory=2672 CPUtime=3.02 cores=0,2,4,6
/proc/2083/task/2095/stat : 2095 (java) S 2080 2083 30888 0 -1 1077944384 7823 0 0 0 300 2 0 0 20 0 15 0 274483524 14429130752 413051 33554432000 4194304 4196468 140735278593184 139714440403568 139714971040386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2096] ppid=2080 vsize=14090948 memory=2580 CPUtime=1.05 cores=0,2,4,6
/proc/2083/task/2096/stat : 2096 (java) S 2080 2083 30888 0 -1 1077944384 9033 0 0 0 103 2 0 0 20 0 15 0 274483524 14429130752 413051 33554432000 4194304 4196468 140735278593184 139714439351024 139714971040386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2097] ppid=2080 vsize=14090948 memory=1432 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2097/stat : 2097 (java) S 2080 2083 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274483524 14429130752 413051 33554432000 4194304 4196468 140735278593184 139714438298720 139714971039445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
[pid=2083/tid=2098] ppid=2080 vsize=14090948 memory=816 CPUtime=0.1 cores=0,2,4,6
/proc/2083/task/2098/stat : 2098 (java) S 2080 2083 30888 0 -1 1077944384 1412 0 0 0 5 5 0 0 20 0 15 0 274483524 14429130752 413051 33554432000 4194304 4196468 140735278593184 139714437245232 139714971040386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14278656 140735278597199 140735278597390 140735278597390 140735278600143 0
Current children cumulated CPU time: 252.05 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1652204 KiB

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

[startup+244.224 s]
# the end of solver process 2083 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.405 s, system=0.68636 s

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

Child status: 143
Real time (s): 244.224
CPU time (s): 252.092
CPU user time (s): 251.405
CPU system time (s): 0.68636
CPU usage (%): 103.221
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 1769696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.405
system time used= 0.68636
maximum resident set size= 1772848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73765
page faults= 0
swaps= 0
block input operations= 0
block output operations= 360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9143
involuntary context switches= 347


# summary of solver processes directly reported to runsolver:
#   pid: 2083
#   total CPU time (s): 252.092
#   total CPU user time (s): 251.405
#   total CPU system time (s): 0.68636

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.52546 second user time and 2.15189 second system time

The end

Launcher Data

Begin job on node103 at 2018-08-18 07:13:23
IDJOB=4312389
IDBENCH=141195
IDSOLVER=2800
FILE ID=node103/4312389-1534569203
RUNJOBID= node103-1534568890-1709
PBS_JOBID= 21038644
Free space on /tmp= 44296 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/Rlfap/Rlfap-opt/Rlfap-graph-12-opt_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-4312389-1534569203/watcher-4312389-1534569203 -o /tmp/evaluation-result-4312389-1534569203/solver-4312389-1534569203 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node103-1534568890-1709 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 910439696 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312389-1534569203.xml

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

MD5SUM BENCH= 6121a94880b1ccb1614ec86f716938fa
RANDOM SEED=910439696

node103.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.48
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.48
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.48
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.48
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:        22449632 kB
MemAvailable:   30884220 kB
Buffers:          232736 kB
Cached:          8429888 kB
SwapCached:         5152 kB
Active:          5933940 kB
Inactive:        3786020 kB
Active(anon):    1060164 kB
Inactive(anon):    64692 kB
Active(file):    4873776 kB
Inactive(file):  3721328 kB
Unevictable:        7768 kB
Mlocked:            7768 kB
SwapTotal:      67108860 kB
SwapFree:       67059156 kB
Dirty:             35604 kB
Writeback:             0 kB
AnonPages:       1060548 kB
Mapped:            31684 kB
Shmem:             65136 kB
Slab:             297064 kB
SReclaimable:     267944 kB
SUnreclaim:        29120 kB
KernelStack:        3520 kB
PageTables:         7996 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2109908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    962560 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 44260 MiB
End job on node103 at 2018-08-18 07:17:28