Trace number 4308356

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-14? (TO) 2520.05 2490.03

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-20-0420_c18.xml
MD5SUMa9a1ecda6b6f8f1e99c2d233168bcaa1
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark506362597
Best CPU time to get the best result obtained on this benchmark92.8369
Satisfiable
(Un)Satisfiability was proved
Number of variables7590
Number of constraints4736
Number of domains77
Minimum domain size1
Maximum domain size151
Distribution of domain sizes[{"size":1,"count":5},{"size":2,"count":2665},{"size":11,"count":2250},{"size":12,"count":1},{"size":25,"count":16},{"size":29,"count":112},{"size":33,"count":7},{"size":35,"count":61},{"size":39,"count":31},{"size":41,"count":3},{"size":44,"count":12},{"size":45,"count":29},{"size":47,"count":9},{"size":48,"count":23},{"size":49,"count":22},{"size":50,"count":3},{"size":51,"count":51},{"size":52,"count":61},{"size":54,"count":8},{"size":57,"count":6},{"size":58,"count":4},{"size":59,"count":3},{"size":60,"count":3},{"size":61,"count":12},{"size":63,"count":25},"...",{"size":92,"count":2}, {"size":93,"count":25}, {"size":97,"count":3}, {"size":101,"count":4}, {"size":102,"count":9}, {"size":103,"count":191}, {"size":105,"count":1}, {"size":108,"count":5}, {"size":109,"count":2}, {"size":111,"count":1}, {"size":112,"count":6}, {"size":115,"count":10}, {"size":116,"count":22}, {"size":118,"count":95}, {"size":122,"count":59}, {"size":123,"count":1}, {"size":124,"count":1}, {"size":125,"count":117}, {"size":126,"count":92}, {"size":127,"count":5}, {"size":137,"count":27}, {"size":138,"count":29}, {"size":140,"count":24}, {"size":141,"count":77}, {"size":151,"count":1259}]
Minimum variable degree2
Maximum variable degree2251
Distribution of variable degrees[{"degree":2,"count":6752},{"degree":3,"count":9},{"degree":4,"count":14},{"degree":5,"count":23},{"degree":6,"count":28},{"degree":7,"count":33},{"degree":8,"count":45},{"degree":9,"count":53},{"degree":10,"count":63},{"degree":11,"count":79},{"degree":12,"count":105},{"degree":13,"count":196},{"degree":14,"count":147},{"degree":15,"count":22},{"degree":16,"count":8},{"degree":17,"count":9},{"degree":18,"count":1},{"degree":19,"count":1},{"degree":20,"count":1},{"degree":2251,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":237},{"arity":3,"count":2249},{"arity":6,"count":2250}]
Number of extensional constraints2250
Number of intensional constraints2486
Distribution of constraint types[{"type":"extension","count":2250},{"type":"intension","count":2486}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.68/0.56	c version: 2018-08-14
0.68/0.56	c seed: 655896454
0.68/0.56	c timeout: 2520
0.68/0.56	c memlimit: 11000
0.68/0.56	c nbcore: 4
0.68/0.58	c Parsing instance...
47.21/28.78	c Parsing done, starting search...
2520.02/2490.01	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 (6450 MiB free)
  memory of node 1: 16384 MiB (12963 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308356-1534288348/watcher-4308356-1534288348 -o /tmp/evaluation-result-4308356-1534288348/solver-4308356-1534288348 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1534270652-30546 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 655896454 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308356-1534288348.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=32556, runsolver pid=32553

[startup+0.107816 s]*
/proc/loadavg: 1.66 1.51 1.38 4/219 32571
/proc/meminfo: memFree=19859820/32770624 swapFree=67108856/67108860
[pid=32556] ppid=32553 vsize=14082736 memory=34288 CPUtime=0.13 cores=1,3,5,7
/proc/32556/stat : 32556 (java) S 32553 32556 28719 0 -1 1077944320 7460 0 0 0 12 1 0 0 20 0 15 0 246398040 14420721664 8572 33554432000 4194304 4196468 140726634711120 140726634693664 139927615422199 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
/proc/32556/statm: 3520684 8572 3137 1 0 3482761 0
[pid=32556/tid=32558] ppid=32553 vsize=14082736 memory=-8485517772678139265 CPUtime=0.1 cores=1,3,5,7
/proc/32556/task/32558/stat : 32558 (java) R 32553 32556 28719 0 -1 4202560 5511 0 0 0 9 1 0 0 20 0 15 0 246398041 14420721664 8572 33554432000 4194304 4196468 140726634711120 139927619643264 139927595698027 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32559] ppid=32553 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32556/task/32559/stat : 32559 (java) S 32553 32556 28719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246398041 14420721664 8572 33554432000 4194304 4196468 140726634711120 139927553022608 139927615432405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32560] ppid=32553 vsize=14082736 memory=140633224640128 CPUtime=0 cores=1,3,5,7
/proc/32556/task/32560/stat : 32560 (java) S 32553 32556 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246398041 14420721664 8572 33554432000 4194304 4196468 140726634711120 139927210170896 139927615432405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32561] ppid=32553 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32556/task/32561/stat : 32561 (java) S 32553 32556 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246398041 14420721664 8572 33554432000 4194304 4196468 140726634711120 139927209118096 139927615432405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32562] ppid=32553 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32556/task/32562/stat : 32562 (java) S 32553 32556 28719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246398041 14420721664 8572 33554432000 4194304 4196468 140726634711120 139927208065296 139927615432405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32563] ppid=32553 vsize=14082736 memory=140633224640128 CPUtime=0 cores=1,3,5,7
/proc/32556/task/32563/stat : 32563 (java) S 32553 32556 28719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246398043 14420721664 8572 33554432000 4194304 4196468 140726634711120 139927157562224 139927615433346 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32564] ppid=32553 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32556/task/32564/stat : 32564 (java) S 32553 32556 28719 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246398043 14420721664 8572 33554432000 4194304 4196468 140726634711120 139927156508192 139927615432405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32565] ppid=32553 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32556/task/32565/stat : 32565 (java) S 32553 32556 28719 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246398043 14420721664 8638 33554432000 4194304 4196468 140726634711120 139927155455344 139927615432405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32566] ppid=32553 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32556/task/32566/stat : 32566 (java) S 32553 32556 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246398046 14420721664 8638 33554432000 4194304 4196468 140726634711120 139927154403664 139927615440795 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32567] ppid=32553 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32556/task/32567/stat : 32567 (java) S 32553 32556 28719 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 15 0 246398046 14420721664 8638 33554432000 4194304 4196468 140726634711120 139927153351024 139927615433346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32568] ppid=32553 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32556/task/32568/stat : 32568 (java) S 32553 32556 28719 0 -1 1077944384 283 0 0 0 0 0 0 0 20 0 15 0 246398046 14420721664 8638 33554432000 4194304 4196468 140726634711120 139927152298224 139927615433346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32569] ppid=32553 vsize=14082736 memory=140633224640128 CPUtime=0.01 cores=1,3,5,7
/proc/32556/task/32569/stat : 32569 (java) S 32553 32556 28719 0 -1 1077944384 284 0 0 0 1 0 0 0 20 0 15 0 246398046 14420721664 8638 33554432000 4194304 4196468 140726634711120 139927151245424 139927615433346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32570] ppid=32553 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32556/task/32570/stat : 32570 (java) S 32553 32556 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246398046 14420721664 8638 33554432000 4194304 4196468 140726634711120 139927150192864 139927615432405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32571] ppid=32553 vsize=14082736 memory=140633224640128 CPUtime=0 cores=1,3,5,7
/proc/32556/task/32571/stat : 32571 (java) S 32553 32556 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246398046 14420721664 8638 33554432000 4194304 4196468 140726634711120 139927081708720 139927615433346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 34288 KiB

[startup+0.213911 s]*
/proc/loadavg: 1.66 1.51 1.38 5/219 32571
/proc/meminfo: memFree=19844936/32770624 swapFree=67108856/67108860
[pid=32556] ppid=32553 vsize=14082736 memory=47708 CPUtime=0.32 cores=1,3,5,7
/proc/32556/stat : 32556 (java) S 32553 32556 28719 0 -1 1077944320 10574 0 0 0 30 2 0 0 20 0 15 0 246398040 14420721664 11927 33554432000 4194304 4196468 140726634711120 140726634693664 139927615422199 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
/proc/32556/statm: 3520684 11927 3356 1 0 3482761 0
[pid=32556/tid=32558] ppid=32553 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/32556/task/32558/stat : 32558 (java) R 32553 32556 28719 0 -1 4202560 8258 0 0 0 18 2 0 0 20 0 15 0 246398041 14420721664 11927 33554432000 4194304 4196468 140726634711120 139927619649936 139927597276623 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32559] ppid=32553 vsize=14082736 memory=364 CPUtime=0 cores=1,3,5,7
/proc/32556/task/32559/stat : 32559 (java) S 32553 32556 28719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246398041 14420721664 11927 33554432000 4194304 4196468 140726634711120 139927553022608 139927615432405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32560] ppid=32553 vsize=14082736 memory=288371009376351872 CPUtime=0 cores=1,3,5,7
/proc/32556/task/32560/stat : 32560 (java) S 32553 32556 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246398041 14420721664 11927 33554432000 4194304 4196468 140726634711120 139927210170896 139927615432405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32561] ppid=32553 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32556/task/32561/stat : 32561 (java) S 32553 32556 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246398041 14420721664 11927 33554432000 4194304 4196468 140726634711120 139927209118096 139927615432405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32562] ppid=32553 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32556/task/32562/stat : 32562 (java) S 32553 32556 28719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246398041 14420721664 11927 33554432000 4194304 4196468 140726634711120 139927208065296 139927615432405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32563] ppid=32553 vsize=14082736 memory=140633224640128 CPUtime=0 cores=1,3,5,7
/proc/32556/task/32563/stat : 32563 (java) S 32553 32556 28719 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246398043 14420721664 11927 33554432000 4194304 4196468 140726634711120 139927157562224 139927615433346 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32564] ppid=32553 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32556/task/32564/stat : 32564 (java) S 32553 32556 28719 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246398043 14420721664 11927 33554432000 4194304 4196468 140726634711120 139927156508192 139927615432405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32565] ppid=32553 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32556/task/32565/stat : 32565 (java) S 32553 32556 28719 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246398043 14420721664 11927 33554432000 4194304 4196468 140726634711120 139927155455344 139927615432405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32566] ppid=32553 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32556/task/32566/stat : 32566 (java) S 32553 32556 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246398046 14420721664 11927 33554432000 4194304 4196468 140726634711120 139927154403664 139927615440795 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32567] ppid=32553 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/32556/task/32567/stat : 32567 (java) R 32553 32556 28719 0 -1 4202560 249 0 0 0 2 0 0 0 20 0 15 0 246398046 14420721664 11927 33554432000 4194304 4196468 140726634711120 139927153342528 139927615443546 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32568] ppid=32553 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/32556/task/32568/stat : 32568 (java) R 32553 32556 28719 0 -1 1077944384 370 0 0 0 2 0 0 0 20 0 15 0 246398046 14420721664 11927 33554432000 4194304 4196468 140726634711120 139927152298320 139927615432405 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32569] ppid=32553 vsize=14082736 memory=140633224640128 CPUtime=0.06 cores=1,3,5,7
/proc/32556/task/32569/stat : 32569 (java) R 32553 32556 28719 0 -1 4202560 315 0 0 0 6 0 0 0 20 0 15 0 246398046 14420721664 11927 33554432000 4194304 4196468 140726634711120 139927151241152 139927594219090 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32570] ppid=32553 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32556/task/32570/stat : 32570 (java) S 32553 32556 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246398046 14420721664 11927 33554432000 4194304 4196468 140726634711120 139927150192864 139927615432405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32571] ppid=32553 vsize=14082736 memory=140633224640128 CPUtime=0 cores=1,3,5,7
/proc/32556/task/32571/stat : 32571 (java) S 32553 32556 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246398046 14420721664 11927 33554432000 4194304 4196468 140726634711120 139927081708720 139927615433346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47708 KiB

[startup+0.310798 s]*
/proc/loadavg: 1.66 1.51 1.38 3/219 32571
/proc/meminfo: memFree=19841772/32770624 swapFree=67108856/67108860
[pid=32556] ppid=32553 vsize=14082736 memory=51032 CPUtime=0.45 cores=1,3,5,7
/proc/32556/stat : 32556 (java) S 32553 32556 28719 0 -1 1077944320 10933 0 0 0 42 3 0 0 20 0 15 0 246398040 14420721664 12758 33554432000 4194304 4196468 140726634711120 140726634693664 139927615422199 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
/proc/32556/statm: 3520684 12758 3359 1 0 3482761 0
[pid=32556/tid=32558] ppid=32553 vsize=14082736 memory=7022364594140610616 CPUtime=0.29 cores=1,3,5,7
/proc/32556/task/32558/stat : 32558 (java) R 32553 32556 28719 0 -1 4202560 8589 0 0 0 27 2 0 0 20 0 15 0 246398041 14420721664 12758 33554432000 4194304 4196468 140726634711120 139927619631552 139927595693936 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32559] ppid=32553 vsize=14082736 memory=4294982659 CPUtime=0 cores=1,3,5,7
/proc/32556/task/32559/stat : 32559 (java) S 32553 32556 28719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246398041 14420721664 12758 33554432000 4194304 4196468 140726634711120 139927553022608 139927615432405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32560] ppid=32553 vsize=14082736 memory=288371009376351872 CPUtime=0 cores=1,3,5,7
/proc/32556/task/32560/stat : 32560 (java) S 32553 32556 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246398041 14420721664 12758 33554432000 4194304 4196468 140726634711120 139927210170896 139927615432405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32561] ppid=32553 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32556/task/32561/stat : 32561 (java) S 32553 32556 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246398041 14420721664 12758 33554432000 4194304 4196468 140726634711120 139927209118096 139927615432405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32562] ppid=32553 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32556/task/32562/stat : 32562 (java) S 32553 32556 28719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246398041 14420721664 12758 33554432000 4194304 4196468 140726634711120 139927208065296 139927615432405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32563] ppid=32553 vsize=14082736 memory=140633224640128 CPUtime=0 cores=1,3,5,7
/proc/32556/task/32563/stat : 32563 (java) S 32553 32556 28719 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246398043 14420721664 12758 33554432000 4194304 4196468 140726634711120 139927157562224 139927615433346 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32564] ppid=32553 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32556/task/32564/stat : 32564 (java) S 32553 32556 28719 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246398043 14420721664 12758 33554432000 4194304 4196468 140726634711120 139927156508192 139927615432405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32565] ppid=32553 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32556/task/32565/stat : 32565 (java) S 32553 32556 28719 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246398043 14420721664 12758 33554432000 4194304 4196468 140726634711120 139927155455344 139927615432405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32566] ppid=32553 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32556/task/32566/stat : 32566 (java) S 32553 32556 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246398046 14420721664 12758 33554432000 4194304 4196468 140726634711120 139927154403664 139927615440795 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32567] ppid=32553 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/32556/task/32567/stat : 32567 (java) S 32553 32556 28719 0 -1 1077944384 254 0 0 0 2 0 0 0 20 0 15 0 246398046 14420721664 12758 33554432000 4194304 4196468 140726634711120 139927153351024 139927615433346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32568] ppid=32553 vsize=14082736 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/32556/task/32568/stat : 32568 (java) S 32553 32556 28719 0 -1 1077944384 385 0 0 0 3 0 0 0 20 0 15 0 246398046 14420721664 12758 33554432000 4194304 4196468 140726634711120 139927152298224 139927615433346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32569] ppid=32553 vsize=14082736 memory=140633224640128 CPUtime=0.08 cores=1,3,5,7
/proc/32556/task/32569/stat : 32569 (java) S 32553 32556 28719 0 -1 1077944384 322 0 0 0 8 0 0 0 20 0 15 0 246398046 14420721664 12758 33554432000 4194304 4196468 140726634711120 139927151245424 139927615433346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32570] ppid=32553 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32556/task/32570/stat : 32570 (java) S 32553 32556 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246398046 14420721664 12758 33554432000 4194304 4196468 140726634711120 139927150192864 139927615432405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32571] ppid=32553 vsize=14082736 memory=140633224640128 CPUtime=0 cores=1,3,5,7
/proc/32556/task/32571/stat : 32571 (java) S 32553 32556 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246398046 14420721664 12758 33554432000 4194304 4196468 140726634711120 139927081708720 139927615433346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 51032 KiB

[startup+0.700733 s]
/proc/loadavg: 1.66 1.51 1.38 3/219 32571
/proc/meminfo: memFree=19817712/32770624 swapFree=67108856/67108860
[pid=32556] ppid=32553 vsize=14084804 memory=90992 CPUtime=0.99 cores=1,3,5,7
/proc/32556/stat : 32556 (java) S 32553 32556 28719 0 -1 1077944320 17635 0 0 0 94 5 0 0 20 0 15 0 246398040 14422839296 22748 33554432000 4194304 4196468 140726634711120 140726634693664 139927615422199 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
/proc/32556/statm: 3521201 22748 3505 1 0 3483273 0
[pid=32556/tid=32558] ppid=32553 vsize=14084804 memory=280490087060114 CPUtime=0.67 cores=1,3,5,7
/proc/32556/task/32558/stat : 32558 (java) R 32553 32556 28719 0 -1 4202560 14920 0 0 0 63 4 0 0 20 0 15 0 246398041 14422839296 22748 33554432000 4194304 4196468 140726634711120 139927619650560 139927615444125 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32559] ppid=32553 vsize=14084804 memory=3834592127481040488 CPUtime=0 cores=1,3,5,7
/proc/32556/task/32559/stat : 32559 (java) S 32553 32556 28719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246398041 14422839296 22748 33554432000 4194304 4196468 140726634711120 139927553022608 139927615432405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32560] ppid=32553 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32556/task/32560/stat : 32560 (java) S 32553 32556 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246398041 14422839296 22748 33554432000 4194304 4196468 140726634711120 139927210170896 139927615432405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32561] ppid=32553 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32556/task/32561/stat : 32561 (java) S 32553 32556 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246398041 14422839296 22748 33554432000 4194304 4196468 140726634711120 139927209118096 139927615432405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32562] ppid=32553 vsize=14084804 memory=7809523229951467572 CPUtime=0 cores=1,3,5,7
/proc/32556/task/32562/stat : 32562 (java) S 32553 32556 28719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246398041 14422839296 22748 33554432000 4194304 4196468 140726634711120 139927208065296 139927615432405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32563] ppid=32553 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32556/task/32563/stat : 32563 (java) S 32553 32556 28719 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246398043 14422839296 22748 33554432000 4194304 4196468 140726634711120 139927157562224 139927615433346 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32564] ppid=32553 vsize=14084804 memory=-6007061419333607781 CPUtime=0 cores=1,3,5,7
/proc/32556/task/32564/stat : 32564 (java) S 32553 32556 28719 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246398043 14422839296 22748 33554432000 4194304 4196468 140726634711120 139927156508192 139927615432405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32565] ppid=32553 vsize=14084804 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/32556/task/32565/stat : 32565 (java) S 32553 32556 28719 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246398043 14422839296 22748 33554432000 4194304 4196468 140726634711120 139927155455344 139927615432405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32566] ppid=32553 vsize=14084804 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/32556/task/32566/stat : 32566 (java) S 32553 32556 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246398046 14422839296 22748 33554432000 4194304 4196468 140726634711120 139927154403664 139927615440795 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32567] ppid=32553 vsize=14084804 memory=6944652177228980320 CPUtime=0.07 cores=1,3,5,7
/proc/32556/task/32567/stat : 32567 (java) S 32553 32556 28719 0 -1 1077944384 408 0 0 0 7 0 0 0 20 0 15 0 246398046 14422839296 22748 33554432000 4194304 4196468 140726634711120 139927153351024 139927615433346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32568] ppid=32553 vsize=14084804 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32556/task/32568/stat : 32568 (java) S 32553 32556 28719 0 -1 1077944384 534 0 0 0 7 0 0 0 20 0 15 0 246398046 14422839296 22748 33554432000 4194304 4196468 140726634711120 139927152298224 139927615433346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32569] ppid=32553 vsize=14084804 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/32556/task/32569/stat : 32569 (java) S 32553 32556 28719 0 -1 1077944384 391 0 0 0 15 0 0 0 20 0 15 0 246398046 14422839296 22748 33554432000 4194304 4196468 140726634711120 139927151245424 139927615433346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32570] ppid=32553 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32556/task/32570/stat : 32570 (java) S 32553 32556 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246398046 14422839296 22748 33554432000 4194304 4196468 140726634711120 139927150192864 139927615432405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32571] ppid=32553 vsize=14084804 memory=37156 CPUtime=0 cores=1,3,5,7
/proc/32556/task/32571/stat : 32571 (java) S 32553 32556 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246398046 14422839296 22748 33554432000 4194304 4196468 140726634711120 139927081708720 139927615433346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 90992 KiB

[startup+1.50097 s]
/proc/loadavg: 1.66 1.51 1.38 4/219 32571
/proc/meminfo: memFree=19577748/32770624 swapFree=67108856/67108860
[pid=32556] ppid=32553 vsize=14086852 memory=496556 CPUtime=3.2 cores=1,3,5,7
/proc/32556/stat : 32556 (java) S 32553 32556 28719 0 -1 1077944320 21391 0 0 0 274 46 0 0 20 0 15 0 246398040 14424936448 124139 33554432000 4194304 4196468 140726634711120 140726634693664 139927615422199 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
/proc/32556/statm: 3521713 124139 3574 1 0 3483785 0
[pid=32556/tid=32558] ppid=32553 vsize=14086852 memory=3303 CPUtime=1.25 cores=1,3,5,7
/proc/32556/task/32558/stat : 32558 (java) R 32553 32556 28719 0 -1 4202560 15349 0 0 0 116 9 0 0 20 0 15 0 246398041 14424936448 124139 33554432000 4194304 4196468 140726634711120 139927619656688 139927236064633 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32559] ppid=32553 vsize=14086852 memory=6791534058613427641 CPUtime=0.2 cores=1,3,5,7
/proc/32556/task/32559/stat : 32559 (java) S 32553 32556 28719 0 -1 1077944384 254 0 0 0 12 8 0 0 20 0 15 0 246398041 14424936448 124139 33554432000 4194304 4196468 140726634711120 139927553022608 139927615432405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32560] ppid=32553 vsize=14086852 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/32556/task/32560/stat : 32560 (java) S 32553 32556 28719 0 -1 1077944384 371 0 0 0 12 8 0 0 20 0 15 0 246398041 14424936448 124139 33554432000 4194304 4196468 140726634711120 139927210170896 139927615432405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32561] ppid=32553 vsize=14086852 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/32556/task/32561/stat : 32561 (java) S 32553 32556 28719 0 -1 1077944384 439 0 0 0 12 8 0 0 20 0 15 0 246398041 14424936448 124139 33554432000 4194304 4196468 140726634711120 139927209118096 139927615432405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32562] ppid=32553 vsize=14086852 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/32556/task/32562/stat : 32562 (java) S 32553 32556 28719 0 -1 1077944384 578 0 0 0 12 8 0 0 20 0 15 0 246398041 14424936448 124139 33554432000 4194304 4196468 140726634711120 139927208065296 139927615432405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32563] ppid=32553 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32556/task/32563/stat : 32563 (java) S 32553 32556 28719 0 -1 1077944384 294 0 0 0 0 0 0 0 20 0 15 0 246398043 14424936448 124139 33554432000 4194304 4196468 140726634711120 139927157562224 139927615433346 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0

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

/proc/32556/task/32558/stat : 32558 (java) R 32553 32556 28719 0 -1 4202560 156700 0 0 0 231470 70 0 0 20 0 15 0 246398041 14429130752 524094 33554432000 4194304 4196468 140726634711120 139927619660160 139927236297693 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32559] ppid=32553 vsize=14090948 memory=2096376 CPUtime=6.46 cores=1,3,5,7
/proc/32556/task/32559/stat : 32559 (java) S 32553 32556 28719 0 -1 1077944384 37540 0 0 0 557 89 0 0 20 0 15 0 246398041 14429130752 524094 33554432000 4194304 4196468 140726634711120 139927553022608 139927615432405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32560] ppid=32553 vsize=14090948 memory=2179484 CPUtime=6.45 cores=1,3,5,7
/proc/32556/task/32560/stat : 32560 (java) S 32553 32556 28719 0 -1 1077944384 44549 0 0 0 560 85 0 0 20 0 15 0 246398041 14429130752 524094 33554432000 4194304 4196468 140726634711120 139927210170896 139927615432405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32561] ppid=32553 vsize=14090948 memory=2156912 CPUtime=6.44 cores=1,3,5,7
/proc/32556/task/32561/stat : 32561 (java) S 32553 32556 28719 0 -1 1077944384 40264 0 0 0 556 88 0 0 20 0 15 0 246398041 14429130752 524094 33554432000 4194304 4196468 140726634711120 139927209118096 139927615432405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32562] ppid=32553 vsize=14090948 memory=2135880 CPUtime=6.47 cores=1,3,5,7
/proc/32556/task/32562/stat : 32562 (java) S 32553 32556 28719 0 -1 1077944384 41108 0 0 0 563 84 0 0 20 0 15 0 246398041 14429130752 524094 33554432000 4194304 4196468 140726634711120 139927208065296 139927615432405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32563] ppid=32553 vsize=14090948 memory=2096376 CPUtime=0.34 cores=1,3,5,7
/proc/32556/task/32563/stat : 32563 (java) S 32553 32556 28719 0 -1 1077944384 16605 0 0 0 28 6 0 0 20 0 15 0 246398043 14429130752 524094 33554432000 4194304 4196468 140726634711120 139927157562224 139927615433346 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32564] ppid=32553 vsize=14090948 memory=4132 CPUtime=0 cores=1,3,5,7
/proc/32556/task/32564/stat : 32564 (java) S 32553 32556 28719 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 246398043 14429130752 524094 33554432000 4194304 4196468 140726634711120 139927156508256 139927615432405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32565] ppid=32553 vsize=14090948 memory=2096376 CPUtime=0 cores=1,3,5,7
/proc/32556/task/32565/stat : 32565 (java) S 32553 32556 28719 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 15 0 246398043 14429130752 524094 33554432000 4194304 4196468 140726634711120 139927155455360 139927615432405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32566] ppid=32553 vsize=14090948 memory=2096376 CPUtime=0 cores=1,3,5,7
/proc/32556/task/32566/stat : 32566 (java) S 32553 32556 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246398046 14429130752 524094 33554432000 4194304 4196468 140726634711120 139927154403664 139927615440795 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32567] ppid=32553 vsize=14090948 memory=4132 CPUtime=3.93 cores=1,3,5,7
/proc/32556/task/32567/stat : 32567 (java) S 32553 32556 28719 0 -1 1077944384 11746 0 0 0 391 2 0 0 20 0 15 0 246398046 14429130752 524094 33554432000 4194304 4196468 140726634711120 139927153351024 139927615433346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32568] ppid=32553 vsize=14090948 memory=2096376 CPUtime=3.71 cores=1,3,5,7
/proc/32556/task/32568/stat : 32568 (java) S 32553 32556 28719 0 -1 1077944384 12630 0 0 0 369 2 0 0 20 0 15 0 246398046 14429130752 524094 33554432000 4194304 4196468 140726634711120 139927152298224 139927615433346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32569] ppid=32553 vsize=14090948 memory=37188 CPUtime=1.25 cores=1,3,5,7
/proc/32556/task/32569/stat : 32569 (java) S 32553 32556 28719 0 -1 1077944384 12967 0 0 0 122 3 0 0 20 0 15 0 246398046 14429130752 524094 33554432000 4194304 4196468 140726634711120 139927151245424 139927615433346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32570] ppid=32553 vsize=14090948 memory=2096376 CPUtime=0 cores=1,3,5,7
/proc/32556/task/32570/stat : 32570 (java) S 32553 32556 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246398046 14429130752 524094 33554432000 4194304 4196468 140726634711120 139927150192864 139927615432405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32571] ppid=32553 vsize=14090948 memory=2096376 CPUtime=1.22 cores=1,3,5,7
/proc/32556/task/32571/stat : 32571 (java) S 32553 32556 28719 0 -1 1077944384 2022 0 0 0 56 66 0 0 20 0 15 0 246398046 14429130752 524094 33554432000 4194304 4196468 140726634711120 139927081708720 139927615433346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
Current children cumulated CPU time: 2351.77 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 2096376 KiB

[startup+2382.3 s]
/proc/loadavg: 1.63 1.79 1.86 3/219 336
/proc/meminfo: memFree=22026020/32770624 swapFree=67108856/67108860
[pid=32556] ppid=32553 vsize=14090948 memory=2015324 CPUtime=2411.86 cores=1,3,5,7
/proc/32556/stat : 32556 (java) S 32553 32556 28719 0 -1 1077944320 383930 0 0 0 240700 486 0 0 20 0 15 0 246398040 14429130752 503831 33554432000 4194304 4196468 140726634711120 140726634693664 139927615422199 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
/proc/32556/statm: 3522737 503831 3612 1 0 3484809 0
[pid=32556/tid=32558] ppid=32553 vsize=14090948 memory=2026608 CPUtime=2375.37 cores=1,3,5,7
/proc/32556/task/32558/stat : 32558 (java) R 32553 32556 28719 0 -1 4202560 158404 0 0 0 237466 71 0 0 20 0 15 0 246398041 14429130752 503831 33554432000 4194304 4196468 140726634711120 139927619660144 139927236986429 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32559] ppid=32553 vsize=14090948 memory=2026608 CPUtime=6.48 cores=1,3,5,7
/proc/32556/task/32559/stat : 32559 (java) S 32553 32556 28719 0 -1 1077944384 39268 0 0 0 559 89 0 0 20 0 15 0 246398041 14429130752 503831 33554432000 4194304 4196468 140726634711120 139927553022608 139927615432405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32560] ppid=32553 vsize=14090948 memory=2015324 CPUtime=6.47 cores=1,3,5,7
/proc/32556/task/32560/stat : 32560 (java) S 32553 32556 28719 0 -1 1077944384 45473 0 0 0 562 85 0 0 20 0 15 0 246398041 14429130752 503831 33554432000 4194304 4196468 140726634711120 139927210170896 139927615432405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32561] ppid=32553 vsize=14090948 memory=2015324 CPUtime=6.47 cores=1,3,5,7
/proc/32556/task/32561/stat : 32561 (java) S 32553 32556 28719 0 -1 1077944384 41104 0 0 0 559 88 0 0 20 0 15 0 246398041 14429130752 503831 33554432000 4194304 4196468 140726634711120 139927209118096 139927615432405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32562] ppid=32553 vsize=14090948 memory=2026608 CPUtime=6.49 cores=1,3,5,7
/proc/32556/task/32562/stat : 32562 (java) S 32553 32556 28719 0 -1 1077944384 41957 0 0 0 565 84 0 0 20 0 15 0 246398041 14429130752 503831 33554432000 4194304 4196468 140726634711120 139927208065296 139927615432405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32563] ppid=32553 vsize=14090948 memory=2015324 CPUtime=0.34 cores=1,3,5,7
/proc/32556/task/32563/stat : 32563 (java) S 32553 32556 28719 0 -1 1077944384 16865 0 0 0 28 6 0 0 20 0 15 0 246398043 14429130752 503831 33554432000 4194304 4196468 140726634711120 139927157562224 139927615433346 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32564] ppid=32553 vsize=14090948 memory=2015324 CPUtime=0 cores=1,3,5,7
/proc/32556/task/32564/stat : 32564 (java) S 32553 32556 28719 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 246398043 14429130752 503831 33554432000 4194304 4196468 140726634711120 139927156508256 139927615432405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32565] ppid=32553 vsize=14090948 memory=2015324 CPUtime=0 cores=1,3,5,7
/proc/32556/task/32565/stat : 32565 (java) S 32553 32556 28719 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 15 0 246398043 14429130752 503831 33554432000 4194304 4196468 140726634711120 139927155455360 139927615432405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32566] ppid=32553 vsize=14090948 memory=2015324 CPUtime=0 cores=1,3,5,7
/proc/32556/task/32566/stat : 32566 (java) S 32553 32556 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246398046 14429130752 503831 33554432000 4194304 4196468 140726634711120 139927154403664 139927615440795 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32567] ppid=32553 vsize=14090948 memory=2015324 CPUtime=3.93 cores=1,3,5,7
/proc/32556/task/32567/stat : 32567 (java) S 32553 32556 28719 0 -1 1077944384 11750 0 0 0 391 2 0 0 20 0 15 0 246398046 14429130752 503831 33554432000 4194304 4196468 140726634711120 139927153351024 139927615433346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32568] ppid=32553 vsize=14090948 memory=2015324 CPUtime=3.71 cores=1,3,5,7
/proc/32556/task/32568/stat : 32568 (java) S 32553 32556 28719 0 -1 1077944384 12633 0 0 0 369 2 0 0 20 0 15 0 246398046 14429130752 503831 33554432000 4194304 4196468 140726634711120 139927152298224 139927615433346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32569] ppid=32553 vsize=14090948 memory=4132 CPUtime=1.25 cores=1,3,5,7
/proc/32556/task/32569/stat : 32569 (java) S 32553 32556 28719 0 -1 1077944384 12975 0 0 0 122 3 0 0 20 0 15 0 246398046 14429130752 503831 33554432000 4194304 4196468 140726634711120 139927151245424 139927615433346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32570] ppid=32553 vsize=14090948 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/32556/task/32570/stat : 32570 (java) S 32553 32556 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246398046 14429130752 503831 33554432000 4194304 4196468 140726634711120 139927150192864 139927615432405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32571] ppid=32553 vsize=14090948 memory=2948 CPUtime=1.25 cores=1,3,5,7
/proc/32556/task/32571/stat : 32571 (java) S 32553 32556 28719 0 -1 1077944384 2047 0 0 0 58 67 0 0 20 0 15 0 246398046 14429130752 503831 33554432000 4194304 4196468 140726634711120 139927081708720 139927615433346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
Current children cumulated CPU time: 2411.86 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 2015324 KiB

[startup+2442.3 s]
/proc/loadavg: 1.52 1.72 1.83 3/219 337
/proc/meminfo: memFree=22093096/32770624 swapFree=67108856/67108860
[pid=32556] ppid=32553 vsize=14090948 memory=1935296 CPUtime=2472.14 cores=1,3,5,7
/proc/32556/stat : 32556 (java) S 32553 32556 28719 0 -1 1077944320 391249 0 0 0 246726 488 0 0 20 0 15 0 246398040 14429130752 483824 33554432000 4194304 4196468 140726634711120 140726634693664 139927615422199 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
/proc/32556/statm: 3522737 483824 3612 1 0 3484809 0
[pid=32556/tid=32558] ppid=32553 vsize=14090948 memory=1935296 CPUtime=2435.27 cores=1,3,5,7
/proc/32556/task/32558/stat : 32558 (java) R 32553 32556 28719 0 -1 4202560 160238 0 0 0 243456 71 0 0 20 0 15 0 246398041 14429130752 483824 33554432000 4194304 4196468 140726634711120 139927619660368 139927242238314 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32559] ppid=32553 vsize=14090948 memory=1935296 CPUtime=6.58 cores=1,3,5,7
/proc/32556/task/32559/stat : 32559 (java) S 32553 32556 28719 0 -1 1077944384 40426 0 0 0 568 90 0 0 20 0 15 0 246398041 14429130752 483824 33554432000 4194304 4196468 140726634711120 139927553022608 139927615432405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32560] ppid=32553 vsize=14090948 memory=1935296 CPUtime=6.55 cores=1,3,5,7
/proc/32556/task/32560/stat : 32560 (java) S 32553 32556 28719 0 -1 1077944384 47095 0 0 0 570 85 0 0 20 0 15 0 246398041 14429130752 483824 33554432000 4194304 4196468 140726634711120 139927210170896 139927615432405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32561] ppid=32553 vsize=14090948 memory=1938888 CPUtime=6.55 cores=1,3,5,7
/proc/32556/task/32561/stat : 32561 (java) S 32553 32556 28719 0 -1 1077944384 42410 0 0 0 567 88 0 0 20 0 15 0 246398041 14429130752 483824 33554432000 4194304 4196468 140726634711120 139927209118096 139927615432405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32562] ppid=32553 vsize=14090948 memory=1938888 CPUtime=6.57 cores=1,3,5,7
/proc/32556/task/32562/stat : 32562 (java) S 32553 32556 28719 0 -1 1077944384 43050 0 0 0 573 84 0 0 20 0 15 0 246398041 14429130752 483824 33554432000 4194304 4196468 140726634711120 139927208065296 139927615432405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32563] ppid=32553 vsize=14090948 memory=2015324 CPUtime=0.35 cores=1,3,5,7
/proc/32556/task/32563/stat : 32563 (java) S 32553 32556 28719 0 -1 1077944384 17127 0 0 0 29 6 0 0 20 0 15 0 246398043 14429130752 483824 33554432000 4194304 4196468 140726634711120 139927157562224 139927615433346 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32564] ppid=32553 vsize=14090948 memory=1938888 CPUtime=0 cores=1,3,5,7
/proc/32556/task/32564/stat : 32564 (java) S 32553 32556 28719 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 246398043 14429130752 483824 33554432000 4194304 4196468 140726634711120 139927156508256 139927615432405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32565] ppid=32553 vsize=14090948 memory=1951200 CPUtime=0 cores=1,3,5,7
/proc/32556/task/32565/stat : 32565 (java) S 32553 32556 28719 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 15 0 246398043 14429130752 483824 33554432000 4194304 4196468 140726634711120 139927155455360 139927615432405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32566] ppid=32553 vsize=14090948 memory=1938888 CPUtime=0 cores=1,3,5,7
/proc/32556/task/32566/stat : 32566 (java) S 32553 32556 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246398046 14429130752 483824 33554432000 4194304 4196468 140726634711120 139927154403664 139927615440795 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32567] ppid=32553 vsize=14090948 memory=1935296 CPUtime=3.93 cores=1,3,5,7
/proc/32556/task/32567/stat : 32567 (java) S 32553 32556 28719 0 -1 1077944384 11758 0 0 0 391 2 0 0 20 0 15 0 246398046 14429130752 483824 33554432000 4194304 4196468 140726634711120 139927153351024 139927615433346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32568] ppid=32553 vsize=14090948 memory=1935296 CPUtime=3.71 cores=1,3,5,7
/proc/32556/task/32568/stat : 32568 (java) S 32553 32556 28719 0 -1 1077944384 12636 0 0 0 369 2 0 0 20 0 15 0 246398046 14429130752 483824 33554432000 4194304 4196468 140726634711120 139927152298224 139927615433346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32569] ppid=32553 vsize=14090948 memory=1935296 CPUtime=1.25 cores=1,3,5,7
/proc/32556/task/32569/stat : 32569 (java) S 32553 32556 28719 0 -1 1077944384 12979 0 0 0 122 3 0 0 20 0 15 0 246398046 14429130752 483824 33554432000 4194304 4196468 140726634711120 139927151245424 139927615433346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32570] ppid=32553 vsize=14090948 memory=1951200 CPUtime=0 cores=1,3,5,7
/proc/32556/task/32570/stat : 32570 (java) S 32553 32556 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246398046 14429130752 483824 33554432000 4194304 4196468 140726634711120 139927150192864 139927615432405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32571] ppid=32553 vsize=14090948 memory=1935296 CPUtime=1.28 cores=1,3,5,7
/proc/32556/task/32571/stat : 32571 (java) S 32553 32556 28719 0 -1 1077944384 2076 0 0 0 60 68 0 0 20 0 15 0 246398046 14429130752 483824 33554432000 4194304 4196468 140726634711120 139927081708720 139927615433346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
Current children cumulated CPU time: 2472.14 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1935296 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2490 s]*
/proc/loadavg: 1.74 1.75 1.84 3/219 338
/proc/meminfo: memFree=22110444/32770624 swapFree=67108856/67108860
[pid=32556] ppid=32553 vsize=14090948 memory=1909132 CPUtime=2520.02 cores=1,3,5,7
/proc/32556/stat : 32556 (java) S 32553 32556 28719 0 -1 1077944320 397450 0 0 0 251512 490 0 0 20 0 15 0 246398040 14429130752 477283 33554432000 4194304 4196468 140726634711120 140726634693664 139927615422199 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
/proc/32556/statm: 3522737 477283 3612 1 0 3484809 0
[pid=32556/tid=32558] ppid=32553 vsize=14090948 memory=6791534058613427641 CPUtime=2482.93 cores=1,3,5,7
/proc/32556/task/32558/stat : 32558 (java) R 32553 32556 28719 0 -1 4202560 161518 0 0 0 248222 71 0 0 20 0 15 0 246398041 14429130752 477283 33554432000 4194304 4196468 140726634711120 139927619660064 139927236297732 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32559] ppid=32553 vsize=14090948 memory=4126316290023845779 CPUtime=6.62 cores=1,3,5,7
/proc/32556/task/32559/stat : 32559 (java) S 32553 32556 28719 0 -1 1077944384 41484 0 0 0 572 90 0 0 20 0 15 0 246398041 14429130752 477283 33554432000 4194304 4196468 140726634711120 139927553022608 139927615432405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32560] ppid=32553 vsize=14090948 memory=1108 CPUtime=6.6 cores=1,3,5,7
/proc/32556/task/32560/stat : 32560 (java) S 32553 32556 28719 0 -1 1077944384 48810 0 0 0 575 85 0 0 20 0 15 0 246398041 14429130752 477283 33554432000 4194304 4196468 140726634711120 139927210170896 139927615432405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32561] ppid=32553 vsize=14090948 memory=6791534058613427641 CPUtime=6.6 cores=1,3,5,7
/proc/32556/task/32561/stat : 32561 (java) S 32553 32556 28719 0 -1 1077944384 43176 0 0 0 572 88 0 0 20 0 15 0 246398041 14429130752 477283 33554432000 4194304 4196468 140726634711120 139927209118096 139927615432405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32562] ppid=32553 vsize=14090948 memory=872 CPUtime=6.62 cores=1,3,5,7
/proc/32556/task/32562/stat : 32562 (java) S 32553 32556 28719 0 -1 1077944384 44133 0 0 0 578 84 0 0 20 0 15 0 246398041 14429130752 477283 33554432000 4194304 4196468 140726634711120 139927208065296 139927615432405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32563] ppid=32553 vsize=14090948 memory=4280 CPUtime=0.35 cores=1,3,5,7
/proc/32556/task/32563/stat : 32563 (java) S 32553 32556 28719 0 -1 1077944384 17385 0 0 0 29 6 0 0 20 0 15 0 246398043 14429130752 477283 33554432000 4194304 4196468 140726634711120 139927157562224 139927615433346 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32564] ppid=32553 vsize=14090948 memory=14888 CPUtime=0 cores=1,3,5,7
/proc/32556/task/32564/stat : 32564 (java) S 32553 32556 28719 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 246398043 14429130752 477283 33554432000 4194304 4196468 140726634711120 139927156508256 139927615432405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32565] ppid=32553 vsize=14090948 memory=1912724 CPUtime=0 cores=1,3,5,7
/proc/32556/task/32565/stat : 32565 (java) S 32553 32556 28719 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 15 0 246398043 14429130752 477283 33554432000 4194304 4196468 140726634711120 139927155455360 139927615432405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32566] ppid=32553 vsize=14090948 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/32556/task/32566/stat : 32566 (java) S 32553 32556 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246398046 14429130752 477283 33554432000 4194304 4196468 140726634711120 139927154403664 139927615440795 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32567] ppid=32553 vsize=14090948 memory=752 CPUtime=3.93 cores=1,3,5,7
/proc/32556/task/32567/stat : 32567 (java) S 32553 32556 28719 0 -1 1077944384 11762 0 0 0 391 2 0 0 20 0 15 0 246398046 14429130752 477283 33554432000 4194304 4196468 140726634711120 139927153351024 139927615433346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32568] ppid=32553 vsize=14090948 memory=7332 CPUtime=3.71 cores=1,3,5,7
/proc/32556/task/32568/stat : 32568 (java) S 32553 32556 28719 0 -1 1077944384 12639 0 0 0 369 2 0 0 20 0 15 0 246398046 14429130752 477283 33554432000 4194304 4196468 140726634711120 139927152298224 139927615433346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32569] ppid=32553 vsize=14090948 memory=928 CPUtime=1.25 cores=1,3,5,7
/proc/32556/task/32569/stat : 32569 (java) S 32553 32556 28719 0 -1 1077944384 12986 0 0 0 122 3 0 0 20 0 15 0 246398046 14429130752 477283 33554432000 4194304 4196468 140726634711120 139927151245424 139927615433346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32570] ppid=32553 vsize=14090948 memory=2336 CPUtime=0 cores=1,3,5,7
/proc/32556/task/32570/stat : 32570 (java) S 32553 32556 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246398046 14429130752 477283 33554432000 4194304 4196468 140726634711120 139927150192864 139927615432405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
[pid=32556/tid=32571] ppid=32553 vsize=14090948 memory=1580 CPUtime=1.29 cores=1,3,5,7
/proc/32556/task/32571/stat : 32571 (java) S 32553 32556 28719 0 -1 1077944384 2103 0 0 0 60 69 0 0 20 0 15 0 246398046 14429130752 477283 33554432000 4194304 4196468 140726634711120 139927081708720 139927615433346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14024704 140726634718281 140726634718473 140726634718473 140726634721231 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1909132 KiB

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

[startup+2490.03 s]
# the end of solver process 32556 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.13 s, system=4.91782 s

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

Child status: 143
Real time (s): 2490.03
CPU time (s): 2520.05
CPU user time (s): 2515.13
CPU system time (s): 4.91782
CPU usage (%): 101.205
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 5189476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.13
system time used= 4.91782
maximum resident set size= 5189476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 398030
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 60099
involuntary context switches= 2136


# summary of solver processes directly reported to runsolver:
#   pid: 32556
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2515.13
#   total CPU system time (s): 4.91782

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.1265 second user time and 23.4228 second system time

The end

Launcher Data

Begin job on node132 at 2018-08-15 01:12:29
IDJOB=4308356
IDBENCH=141274
IDSOLVER=2791
FILE ID=node132/4308356-1534288348
RUNJOBID= node132-1534270652-30546
PBS_JOBID= 21038125
Free space on /tmp= 38652 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-20-0420_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4308356-1534288348/watcher-4308356-1534288348 -o /tmp/evaluation-result-4308356-1534288348/solver-4308356-1534288348 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1534270652-30546 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 655896454 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308356-1534288348.xml

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

MD5SUM BENCH= a9a1ecda6b6f8f1e99c2d233168bcaa1
RANDOM SEED=655896454

node132.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.65
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.65
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.65
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.65
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:        19879812 kB
MemAvailable:   27216188 kB
Buffers:          216264 kB
Cached:          7346140 kB
SwapCached:            4 kB
Active:          8786896 kB
Inactive:        3511684 kB
Active(anon):    4686160 kB
Inactive(anon):   102672 kB
Active(file):    4100736 kB
Inactive(file):  3409012 kB
Unevictable:        6984 kB
Mlocked:            6984 kB
SwapTotal:      67108860 kB
SwapFree:       67108856 kB
Dirty:            160360 kB
Writeback:             0 kB
AnonPages:       4765348 kB
Mapped:            71016 kB
Shmem:             49820 kB
Slab:             283256 kB
SReclaimable:     255088 kB
SUnreclaim:        28168 kB
KernelStack:        3792 kB
PageTables:        14444 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6241864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4587520 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 38708 MiB
End job on node132 at 2018-08-15 01:53:59