Trace number 4312436

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.131 210.641

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-06-0500_c18.xml
MD5SUM26cacd4a9bde3a1253c36df99f6e4e09
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables10160
Number of constraints6531
Number of domains106
Minimum domain size2
Maximum domain size145
Distribution of domain sizes[{"size":2,"count":3553},{"size":11,"count":3053},{"size":12,"count":1},{"size":21,"count":9},{"size":23,"count":9},{"size":27,"count":52},{"size":35,"count":16},{"size":38,"count":8},{"size":40,"count":2},{"size":41,"count":37},{"size":43,"count":6},{"size":44,"count":11},{"size":47,"count":21},{"size":49,"count":6},{"size":51,"count":47},{"size":52,"count":4},{"size":53,"count":30},{"size":54,"count":5},{"size":55,"count":1},{"size":60,"count":9},{"size":62,"count":1},{"size":63,"count":27},{"size":65,"count":4},{"size":66,"count":19},{"size":67,"count":33},"...",{"size":102,"count":4}, {"size":103,"count":90}, {"size":104,"count":17}, {"size":105,"count":47}, {"size":107,"count":63}, {"size":108,"count":9}, {"size":109,"count":6}, {"size":111,"count":2}, {"size":112,"count":15}, {"size":113,"count":24}, {"size":116,"count":10}, {"size":117,"count":31}, {"size":119,"count":112}, {"size":120,"count":118}, {"size":121,"count":1}, {"size":122,"count":56}, {"size":129,"count":2}, {"size":131,"count":39}, {"size":132,"count":4}, {"size":133,"count":22}, {"size":136,"count":37}, {"size":138,"count":41}, {"size":139,"count":70}, {"size":140,"count":148}, {"size":145,"count":1779}]
Minimum variable degree2
Maximum variable degree3054
Distribution of variable degrees[{"degree":2,"count":9160},{"degree":3,"count":4},{"degree":4,"count":4},{"degree":5,"count":14},{"degree":6,"count":18},{"degree":7,"count":34},{"degree":8,"count":46},{"degree":9,"count":47},{"degree":10,"count":58},{"degree":11,"count":53},{"degree":12,"count":75},{"degree":13,"count":101},{"degree":14,"count":110},{"degree":15,"count":138},{"degree":16,"count":215},{"degree":17,"count":78},{"degree":18,"count":3},{"degree":19,"count":1},{"degree":3054,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":425},{"arity":3,"count":3053},{"arity":6,"count":3053}]
Number of extensional constraints3053
Number of intensional constraints3478
Distribution of constraint types[{"type":"extension","count":3053},{"type":"intension","count":3478}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.67/0.56	c version: 2018-08-17
0.67/0.56	c seed: 1320761489
0.67/0.56	c timeout: 252
0.67/0.57	c memlimit: 11000
0.67/0.57	c nbcore: 1
0.67/0.59	c Parsing instance...
89.21/52.70	c Parsing done, starting search...
252.08/210.60	s UNKNOWN

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4312436-1534569609/watcher-4312436-1534569609 -o /tmp/evaluation-result-4312436-1534569609/solver-4312436-1534569609 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node137-1534568625-12651 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1320761489 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312436-1534569609.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=13349, runsolver pid=13346

[startup+0.100094 s]*
/proc/loadavg: 1.77 1.54 1.40 3/216 13364
/proc/meminfo: memFree=20630676/32770624 swapFree=67108372/67108860
[pid=13349] ppid=13346 vsize=14082736 memory=30932 CPUtime=0.12 cores=0,2,4,6
/proc/13349/stat : 13349 (java) S 13346 13349 9172 0 -1 1077944320 6635 0 0 0 11 1 0 0 20 0 15 0 274524132 14420721664 7733 33554432000 4194304 4196468 140733153301328 140733153283872 139702201446135 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
/proc/13349/statm: 3520684 7733 3158 1 0 3482761 0
[pid=13349/tid=13351] ppid=13346 vsize=14082736 memory=-8773748148830245498 CPUtime=0.09 cores=0,2,4,6
/proc/13349/task/13351/stat : 13351 (java) R 13346 13349 9172 0 -1 4202560 4678 0 0 0 9 0 0 0 20 0 15 0 274524132 14420721664 7733 33554432000 4194304 4196468 140733153301328 139702205641472 139701814184247 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13352] ppid=13346 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/13349/task/13352/stat : 13352 (java) S 13346 13349 9172 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274524133 14420721664 7733 33554432000 4194304 4196468 140733153301328 139702139046416 139702201456341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13353] ppid=13346 vsize=14082736 memory=139633792501376 CPUtime=0 cores=0,2,4,6
/proc/13349/task/13353/stat : 13353 (java) S 13346 13349 9172 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274524133 14420721664 7733 33554432000 4194304 4196468 140733153301328 139702137993872 139702201456341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13354] ppid=13346 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13349/task/13354/stat : 13354 (java) S 13346 13349 9172 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274524133 14420721664 7733 33554432000 4194304 4196468 140733153301328 139702136940816 139702201456341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13355] ppid=13346 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13349/task/13355/stat : 13355 (java) S 13346 13349 9172 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274524133 14420721664 7733 33554432000 4194304 4196468 140733153301328 139702135888272 139702201456341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13356] ppid=13346 vsize=14082736 memory=139633792501376 CPUtime=0 cores=0,2,4,6
/proc/13349/task/13356/stat : 13356 (java) S 13346 13349 9172 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274524134 14420721664 7733 33554432000 4194304 4196468 140733153301328 139701742852848 139702201457282 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13357] ppid=13346 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13349/task/13357/stat : 13357 (java) S 13346 13349 9172 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274524135 14420721664 7733 33554432000 4194304 4196468 140733153301328 139701741799072 139702201456341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13358] ppid=13346 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13349/task/13358/stat : 13358 (java) S 13346 13349 9172 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274524135 14420721664 7733 33554432000 4194304 4196468 140733153301328 139701740745968 139702201456341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13359] ppid=13346 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13349/task/13359/stat : 13359 (java) S 13346 13349 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274524137 14420721664 7733 33554432000 4194304 4196468 140733153301328 139701739694544 139702201464731 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13360] ppid=13346 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13349/task/13360/stat : 13360 (java) S 13346 13349 9172 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 15 0 274524137 14420721664 7733 33554432000 4194304 4196468 140733153301328 139701738641648 139702201457282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13361] ppid=13346 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13349/task/13361/stat : 13361 (java) S 13346 13349 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274524137 14420721664 7733 33554432000 4194304 4196468 140733153301328 139701737589104 139702201457282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13362] ppid=13346 vsize=14082736 memory=139633792501376 CPUtime=0.01 cores=0,2,4,6
/proc/13349/task/13362/stat : 13362 (java) R 13346 13349 9172 0 -1 4202560 271 0 0 0 1 0 0 0 20 0 15 0 274524137 14420721664 7733 33554432000 4194304 4196468 140733153301328 139701736536048 139702201467482 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13363] ppid=13346 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13349/task/13363/stat : 13363 (java) S 13346 13349 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274524137 14420721664 7733 33554432000 4194304 4196468 140733153301328 139701735483744 139702201456341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13364] ppid=13346 vsize=14082736 memory=139633792501376 CPUtime=0 cores=0,2,4,6
/proc/13349/task/13364/stat : 13364 (java) S 13346 13349 9172 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274524138 14420721664 7733 33554432000 4194304 4196468 140733153301328 139701734431792 139702201457282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 30932 KiB

[startup+0.216424 s]*
/proc/loadavg: 1.77 1.54 1.40 6/216 13364
/proc/meminfo: memFree=20613232/32770624 swapFree=67108372/67108860
[pid=13349] ppid=13346 vsize=14082736 memory=49064 CPUtime=0.32 cores=0,2,4,6
/proc/13349/stat : 13349 (java) S 13346 13349 9172 0 -1 1077944320 10335 0 0 0 30 2 0 0 20 0 15 0 274524132 14420721664 12266 33554432000 4194304 4196468 140733153301328 140733153283872 139702201446135 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
/proc/13349/statm: 3520684 12266 3403 1 0 3482761 0
[pid=13349/tid=13351] ppid=13346 vsize=14082736 memory=7022364594140610616 CPUtime=0.21 cores=0,2,4,6
/proc/13349/task/13351/stat : 13351 (java) R 13346 13349 9172 0 -1 4202560 8026 0 0 0 19 2 0 0 20 0 15 0 274524132 14420721664 12266 33554432000 4194304 4196468 140733153301328 139702205667328 139702201468061 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13352] ppid=13346 vsize=14082736 memory=365 CPUtime=0 cores=0,2,4,6
/proc/13349/task/13352/stat : 13352 (java) S 13346 13349 9172 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274524133 14420721664 12266 33554432000 4194304 4196468 140733153301328 139702139046416 139702201456341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13353] ppid=13346 vsize=14082736 memory=4051467463275955872 CPUtime=0 cores=0,2,4,6
/proc/13349/task/13353/stat : 13353 (java) S 13346 13349 9172 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274524133 14420721664 12266 33554432000 4194304 4196468 140733153301328 139702137993872 139702201456341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13354] ppid=13346 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13349/task/13354/stat : 13354 (java) S 13346 13349 9172 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274524133 14420721664 12266 33554432000 4194304 4196468 140733153301328 139702136940816 139702201456341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13355] ppid=13346 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13349/task/13355/stat : 13355 (java) S 13346 13349 9172 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274524133 14420721664 12266 33554432000 4194304 4196468 140733153301328 139702135888272 139702201456341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13356] ppid=13346 vsize=14082736 memory=139633792501376 CPUtime=0 cores=0,2,4,6
/proc/13349/task/13356/stat : 13356 (java) S 13346 13349 9172 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274524134 14420721664 12266 33554432000 4194304 4196468 140733153301328 139701742852848 139702201457282 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13357] ppid=13346 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13349/task/13357/stat : 13357 (java) S 13346 13349 9172 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274524135 14420721664 12266 33554432000 4194304 4196468 140733153301328 139701741799072 139702201456341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13358] ppid=13346 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13349/task/13358/stat : 13358 (java) S 13346 13349 9172 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274524135 14420721664 12266 33554432000 4194304 4196468 140733153301328 139701740745968 139702201456341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13359] ppid=13346 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13349/task/13359/stat : 13359 (java) S 13346 13349 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274524137 14420721664 12266 33554432000 4194304 4196468 140733153301328 139701739694544 139702201464731 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13360] ppid=13346 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/13349/task/13360/stat : 13360 (java) S 13346 13349 9172 0 -1 1077944384 462 0 0 0 2 0 0 0 20 0 15 0 274524137 14420721664 12266 33554432000 4194304 4196468 140733153301328 139701738641648 139702201457282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13361] ppid=13346 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/13349/task/13361/stat : 13361 (java) S 13346 13349 9172 0 -1 1077944384 153 0 0 0 2 0 0 0 20 0 15 0 274524137 14420721664 12266 33554432000 4194304 4196468 140733153301328 139701737589104 139702201457282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13362] ppid=13346 vsize=14082736 memory=139633792501376 CPUtime=0.06 cores=0,2,4,6
/proc/13349/task/13362/stat : 13362 (java) R 13346 13349 9172 0 -1 4202560 314 0 0 0 6 0 0 0 20 0 15 0 274524137 14420721664 12266 33554432000 4194304 4196468 140733153301328 139701736534448 139702180151600 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13363] ppid=13346 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13349/task/13363/stat : 13363 (java) S 13346 13349 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274524137 14420721664 12266 33554432000 4194304 4196468 140733153301328 139701735483744 139702201456341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13364] ppid=13346 vsize=14082736 memory=139633792501376 CPUtime=0 cores=0,2,4,6
/proc/13349/task/13364/stat : 13364 (java) S 13346 13349 9172 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274524138 14420721664 12266 33554432000 4194304 4196468 140733153301328 139701734431792 139702201457282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 49064 KiB

[startup+0.310529 s]*
/proc/loadavg: 1.77 1.54 1.40 3/216 13364
/proc/meminfo: memFree=20609696/32770624 swapFree=67108372/67108860
[pid=13349] ppid=13346 vsize=14082736 memory=52560 CPUtime=0.45 cores=0,2,4,6
/proc/13349/stat : 13349 (java) S 13346 13349 9172 0 -1 1077944320 10709 0 0 0 42 3 0 0 20 0 15 0 274524132 14420721664 13140 33554432000 4194304 4196468 140733153301328 140733153283872 139702201446135 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
/proc/13349/statm: 3520684 13140 3416 1 0 3482761 0
[pid=13349/tid=13351] ppid=13346 vsize=14082736 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/13349/task/13351/stat : 13351 (java) R 13346 13349 9172 0 -1 4202560 8373 0 0 0 28 2 0 0 20 0 15 0 274524132 14420721664 13140 33554432000 4194304 4196468 140733153301328 139702205653968 139702201468061 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13352] ppid=13346 vsize=14082736 memory=304556161963917335 CPUtime=0 cores=0,2,4,6
/proc/13349/task/13352/stat : 13352 (java) S 13346 13349 9172 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274524133 14420721664 13140 33554432000 4194304 4196468 140733153301328 139702139046416 139702201456341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13353] ppid=13346 vsize=14082736 memory=3474443761019111072 CPUtime=0 cores=0,2,4,6
/proc/13349/task/13353/stat : 13353 (java) S 13346 13349 9172 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274524133 14420721664 13140 33554432000 4194304 4196468 140733153301328 139702137993872 139702201456341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13354] ppid=13346 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13349/task/13354/stat : 13354 (java) S 13346 13349 9172 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274524133 14420721664 13140 33554432000 4194304 4196468 140733153301328 139702136940816 139702201456341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13355] ppid=13346 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13349/task/13355/stat : 13355 (java) S 13346 13349 9172 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274524133 14420721664 13140 33554432000 4194304 4196468 140733153301328 139702135888272 139702201456341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13356] ppid=13346 vsize=14082736 memory=139633792501376 CPUtime=0 cores=0,2,4,6
/proc/13349/task/13356/stat : 13356 (java) S 13346 13349 9172 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274524134 14420721664 13140 33554432000 4194304 4196468 140733153301328 139701742852848 139702201457282 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13357] ppid=13346 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13349/task/13357/stat : 13357 (java) S 13346 13349 9172 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274524135 14420721664 13140 33554432000 4194304 4196468 140733153301328 139701741799072 139702201456341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13358] ppid=13346 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13349/task/13358/stat : 13358 (java) S 13346 13349 9172 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274524135 14420721664 13140 33554432000 4194304 4196468 140733153301328 139701740745968 139702201456341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13359] ppid=13346 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13349/task/13359/stat : 13359 (java) S 13346 13349 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274524137 14420721664 13140 33554432000 4194304 4196468 140733153301328 139701739694544 139702201464731 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13360] ppid=13346 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/13349/task/13360/stat : 13360 (java) S 13346 13349 9172 0 -1 1077944384 462 0 0 0 2 0 0 0 20 0 15 0 274524137 14420721664 13140 33554432000 4194304 4196468 140733153301328 139701738641648 139702201457282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13361] ppid=13346 vsize=14082736 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/13349/task/13361/stat : 13361 (java) S 13346 13349 9172 0 -1 1077944384 164 0 0 0 3 0 0 0 20 0 15 0 274524137 14420721664 13140 33554432000 4194304 4196468 140733153301328 139701737589104 139702201457282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13362] ppid=13346 vsize=14082736 memory=139633792501376 CPUtime=0.08 cores=0,2,4,6
/proc/13349/task/13362/stat : 13362 (java) S 13346 13349 9172 0 -1 1077944384 330 0 0 0 8 0 0 0 20 0 15 0 274524137 14420721664 13140 33554432000 4194304 4196468 140733153301328 139701736536048 139702201457282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13363] ppid=13346 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13349/task/13363/stat : 13363 (java) S 13346 13349 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274524137 14420721664 13140 33554432000 4194304 4196468 140733153301328 139701735483744 139702201456341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13364] ppid=13346 vsize=14082736 memory=139633792501376 CPUtime=0 cores=0,2,4,6
/proc/13349/task/13364/stat : 13364 (java) S 13346 13349 9172 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274524138 14420721664 13140 33554432000 4194304 4196468 140733153301328 139701734431792 139702201457282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 52560 KiB

[startup+0.700676 s]
/proc/loadavg: 1.77 1.54 1.40 3/216 13364
/proc/meminfo: memFree=20585664/32770624 swapFree=67108372/67108860
[pid=13349] ppid=13346 vsize=14084804 memory=90648 CPUtime=1 cores=0,2,4,6
/proc/13349/stat : 13349 (java) S 13346 13349 9172 0 -1 1077944320 17529 0 0 0 95 5 0 0 20 0 15 0 274524132 14422839296 22662 33554432000 4194304 4196468 140733153301328 140733153283872 139702201446135 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
/proc/13349/statm: 3521201 22662 3489 1 0 3483273 0
[pid=13349/tid=13351] ppid=13346 vsize=14084804 memory=1752 CPUtime=0.67 cores=0,2,4,6
/proc/13349/task/13351/stat : 13351 (java) R 13346 13349 9172 0 -1 4202560 14791 0 0 0 63 4 0 0 20 0 15 0 274524132 14422839296 22662 33554432000 4194304 4196468 140733153301328 139702205678032 139702169047517 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13352] ppid=13346 vsize=14084804 memory=5540 CPUtime=0 cores=0,2,4,6
/proc/13349/task/13352/stat : 13352 (java) S 13346 13349 9172 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274524133 14422839296 22662 33554432000 4194304 4196468 140733153301328 139702139046416 139702201456341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13353] ppid=13346 vsize=14084804 memory=4400 CPUtime=0 cores=0,2,4,6
/proc/13349/task/13353/stat : 13353 (java) S 13346 13349 9172 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274524133 14422839296 22662 33554432000 4194304 4196468 140733153301328 139702137993872 139702201456341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13354] ppid=13346 vsize=14084804 memory=1620 CPUtime=0 cores=0,2,4,6
/proc/13349/task/13354/stat : 13354 (java) S 13346 13349 9172 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274524133 14422839296 22662 33554432000 4194304 4196468 140733153301328 139702136940816 139702201456341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13355] ppid=13346 vsize=14084804 memory=1220 CPUtime=0 cores=0,2,4,6
/proc/13349/task/13355/stat : 13355 (java) S 13346 13349 9172 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274524133 14422839296 22662 33554432000 4194304 4196468 140733153301328 139702135888272 139702201456341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13356] ppid=13346 vsize=14084804 memory=1800 CPUtime=0 cores=0,2,4,6
/proc/13349/task/13356/stat : 13356 (java) S 13346 13349 9172 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274524134 14422839296 22662 33554432000 4194304 4196468 140733153301328 139701742852848 139702201457282 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13357] ppid=13346 vsize=14084804 memory=868 CPUtime=0 cores=0,2,4,6
/proc/13349/task/13357/stat : 13357 (java) S 13346 13349 9172 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274524135 14422839296 22662 33554432000 4194304 4196468 140733153301328 139701741799072 139702201456341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13358] ppid=13346 vsize=14084804 memory=6616 CPUtime=0 cores=0,2,4,6
/proc/13349/task/13358/stat : 13358 (java) S 13346 13349 9172 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274524135 14422839296 22662 33554432000 4194304 4196468 140733153301328 139701740745968 139702201456341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13359] ppid=13346 vsize=14084804 memory=7518026621751089001 CPUtime=0 cores=0,2,4,6
/proc/13349/task/13359/stat : 13359 (java) S 13346 13349 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274524137 14422839296 22662 33554432000 4194304 4196468 140733153301328 139701739694544 139702201464731 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13360] ppid=13346 vsize=14084804 memory=7881696724453321575 CPUtime=0.06 cores=0,2,4,6
/proc/13349/task/13360/stat : 13360 (java) S 13346 13349 9172 0 -1 1077944384 611 0 0 0 6 0 0 0 20 0 15 0 274524137 14422839296 22662 33554432000 4194304 4196468 140733153301328 139701738641648 139702201457282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13361] ppid=13346 vsize=14084804 memory=5787213831426565969 CPUtime=0.09 cores=0,2,4,6
/proc/13349/task/13361/stat : 13361 (java) S 13346 13349 9172 0 -1 1077944384 324 0 0 0 9 0 0 0 20 0 15 0 274524137 14422839296 22662 33554432000 4194304 4196468 140733153301328 139701737589104 139702201457282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13362] ppid=13346 vsize=14084804 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/13349/task/13362/stat : 13362 (java) S 13346 13349 9172 0 -1 1077944384 421 0 0 0 15 0 0 0 20 0 15 0 274524137 14422839296 22662 33554432000 4194304 4196468 140733153301328 139701736536048 139702201457282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13363] ppid=13346 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13349/task/13363/stat : 13363 (java) S 13346 13349 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274524137 14422839296 22662 33554432000 4194304 4196468 140733153301328 139701735483744 139702201456341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13364] ppid=13346 vsize=14084804 memory=33 CPUtime=0 cores=0,2,4,6
/proc/13349/task/13364/stat : 13364 (java) S 13346 13349 9172 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274524138 14422839296 22662 33554432000 4194304 4196468 140733153301328 139701734431792 139702201457282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 90648 KiB

[startup+1.50155 s]
/proc/loadavg: 1.77 1.54 1.40 5/216 13364
/proc/meminfo: memFree=20347732/32770624 swapFree=67108372/67108860
[pid=13349] ppid=13346 vsize=14084804 memory=535920 CPUtime=2.79 cores=0,2,4,6
/proc/13349/stat : 13349 (java) S 13346 13349 9172 0 -1 1077944320 19448 0 0 0 230 49 0 0 20 0 15 0 274524132 14422839296 133980 33554432000 4194304 4196468 140733153301328 140733153283872 139702201446135 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
/proc/13349/statm: 3521201 133980 3554 1 0 3483273 0
[pid=13349/tid=13351] ppid=13346 vsize=14084804 memory=6791534058613427641 CPUtime=1.25 cores=0,2,4,6
/proc/13349/task/13351/stat : 13351 (java) R 13346 13349 9172 0 -1 4202560 15025 0 0 0 113 12 0 0 20 0 15 0 274524132 14422839296 133980 33554432000 4194304 4196468 140733153301328 139702205676448 139701816739821 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13352] ppid=13346 vsize=14084804 memory=-8754540793456063680 CPUtime=0.2 cores=0,2,4,6
/proc/13349/task/13352/stat : 13352 (java) S 13346 13349 9172 0 -1 1077944384 196 0 0 0 12 8 0 0 20 0 15 0 274524133 14422839296 133980 33554432000 4194304 4196468 140733153301328 139702139046416 139702201456341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13353] ppid=13346 vsize=14084804 memory=-2843869621055772062 CPUtime=0.2 cores=0,2,4,6
/proc/13349/task/13353/stat : 13353 (java) S 13346 13349 9172 0 -1 1077944384 212 0 0 0 12 8 0 0 20 0 15 0 274524133 14422839296 133980 33554432000 4194304 4196468 140733153301328 139702137993872 139702201456341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13354] ppid=13346 vsize=14084804 memory=5450919713671312938 CPUtime=0.2 cores=0,2,4,6
/proc/13349/task/13354/stat : 13354 (java) S 13346 13349 9172 0 -1 1077944384 202 0 0 0 12 8 0 0 20 0 15 0 274524133 14422839296 133980 33554432000 4194304 4196468 140733153301328 139702136940816 139702201456341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13355] ppid=13346 vsize=14084804 memory=-7096649868621430206 CPUtime=0.2 cores=0,2,4,6
/proc/13349/task/13355/stat : 13355 (java) S 13346 13349 9172 0 -1 1077944384 290 0 0 0 11 9 0 0 20 0 15 0 274524133 14422839296 133980 33554432000 4194304 4196468 140733153301328 139702135888272 139702201456341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13356] ppid=13346 vsize=14084804 memory=-7165351541977658656 CPUtime=0.01 cores=0,2,4,6
/proc/13349/task/13356/stat : 13356 (java) S 13346 13349 9172 0 -1 1077944384 286 0 0 0 1 0 0 0 20 0 15 0 274524134 14422839296 133980 33554432000 4194304 4196468 140733153301328 139701742852848 139702201457282 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0

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

/proc/13349/task/13351/stat : 13351 (java) R 13346 13349 9172 0 -1 4202560 30548 0 0 0 4033 26 0 0 20 0 15 0 274524132 14429130752 1546262 33554432000 4194304 4196468 140733153301328 139702205676968 139701824293243 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13352] ppid=13346 vsize=14090948 memory=279267363785904 CPUtime=9.99 cores=0,2,4,6
/proc/13349/task/13352/stat : 13352 (java) S 13346 13349 9172 0 -1 1077944384 4853 0 0 0 859 140 0 0 20 0 15 0 274524133 14429130752 1546262 33554432000 4194304 4196468 140733153301328 139702139046416 139702201456341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13353] ppid=13346 vsize=14090948 memory=279267364606304 CPUtime=9.95 cores=0,2,4,6
/proc/13349/task/13353/stat : 13353 (java) S 13346 13349 9172 0 -1 1077944384 5088 0 0 0 857 138 0 0 20 0 15 0 274524133 14429130752 1546262 33554432000 4194304 4196468 140733153301328 139702137993872 139702201456341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13354] ppid=13346 vsize=14090948 memory=3812 CPUtime=9.94 cores=0,2,4,6
/proc/13349/task/13354/stat : 13354 (java) S 13346 13349 9172 0 -1 1077944384 5645 0 0 0 856 138 0 0 20 0 15 0 274524133 14429130752 1546262 33554432000 4194304 4196468 140733153301328 139702136940816 139702201456341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13355] ppid=13346 vsize=14090948 memory=6791534058613427641 CPUtime=9.96 cores=0,2,4,6
/proc/13349/task/13355/stat : 13355 (java) S 13346 13349 9172 0 -1 1077944384 6210 0 0 0 859 137 0 0 20 0 15 0 274524133 14429130752 1546262 33554432000 4194304 4196468 140733153301328 139702135888272 139702201456341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13356] ppid=13346 vsize=14090948 memory=0 CPUtime=0.41 cores=0,2,4,6
/proc/13349/task/13356/stat : 13356 (java) S 13346 13349 9172 0 -1 1077944384 15104 0 0 0 40 1 0 0 20 0 15 0 274524134 14429130752 1546262 33554432000 4194304 4196468 140733153301328 139701742852848 139702201457282 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13357] ppid=13346 vsize=14090948 memory=3812 CPUtime=0 cores=0,2,4,6
/proc/13349/task/13357/stat : 13357 (java) S 13346 13349 9172 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 274524135 14429130752 1546262 33554432000 4194304 4196468 140733153301328 139701741799136 139702201456341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13358] ppid=13346 vsize=14090948 memory=6868 CPUtime=0 cores=0,2,4,6
/proc/13349/task/13358/stat : 13358 (java) S 13346 13349 9172 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 274524135 14429130752 1546262 33554432000 4194304 4196468 140733153301328 139701740745984 139702201456341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13359] ppid=13346 vsize=14090948 memory=4754232 CPUtime=0 cores=0,2,4,6
/proc/13349/task/13359/stat : 13359 (java) S 13346 13349 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274524137 14429130752 1546262 33554432000 4194304 4196468 140733153301328 139701739694544 139702201464731 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13360] ppid=13346 vsize=14090948 memory=5860600 CPUtime=2.85 cores=0,2,4,6
/proc/13349/task/13360/stat : 13360 (java) S 13346 13349 9172 0 -1 1077944384 7640 0 0 0 284 1 0 0 20 0 15 0 274524137 14429130752 1546262 33554432000 4194304 4196468 140733153301328 139701738641648 139702201457282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13361] ppid=13346 vsize=14090948 memory=279267364275584 CPUtime=2.71 cores=0,2,4,6
/proc/13349/task/13361/stat : 13361 (java) S 13346 13349 9172 0 -1 1077944384 5843 0 0 0 270 1 0 0 20 0 15 0 274524137 14429130752 1546262 33554432000 4194304 4196468 140733153301328 139701737589104 139702201457282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13362] ppid=13346 vsize=14090948 memory=279267364006064 CPUtime=1.11 cores=0,2,4,6
/proc/13349/task/13362/stat : 13362 (java) S 13346 13349 9172 0 -1 1077944384 8315 0 0 0 108 3 0 0 20 0 15 0 274524137 14429130752 1546262 33554432000 4194304 4196468 140733153301328 139701736536048 139702201457282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13363] ppid=13346 vsize=14090948 memory=5860580 CPUtime=0 cores=0,2,4,6
/proc/13349/task/13363/stat : 13363 (java) S 13346 13349 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274524137 14429130752 1546262 33554432000 4194304 4196468 140733153301328 139701735483744 139702201456341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13364] ppid=13346 vsize=14090948 memory=2144 CPUtime=0.03 cores=0,2,4,6
/proc/13349/task/13364/stat : 13364 (java) S 13346 13349 9172 0 -1 1077944384 868 0 0 0 2 1 0 0 20 0 15 0 274524138 14429130752 1546262 33554432000 4194304 4196468 140733153301328 139701734431792 139702201457282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
Current children cumulated CPU time: 87.6 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 6185048 KiB

[startup+102.301 s]
/proc/loadavg: 2.44 1.93 1.56 3/216 13441
/proc/meminfo: memFree=8854964/32770624 swapFree=67108372/67108860
[pid=13349] ppid=13346 vsize=14090948 memory=6188744 CPUtime=142.82 cores=0,2,4,6
/proc/13349/stat : 13349 (java) S 13346 13349 9172 0 -1 1077944320 111309 0 0 0 13688 594 0 0 20 0 15 0 274524132 14429130752 1547186 33554432000 4194304 4196468 140733153301328 140733153283872 139702201446135 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
/proc/13349/statm: 3522737 1547186 3611 1 0 3484809 0
[pid=13349/tid=13351] ppid=13346 vsize=14090948 memory=6188644 CPUtime=91.38 cores=0,2,4,6
/proc/13349/task/13351/stat : 13351 (java) R 13346 13349 9172 0 -1 4202560 35802 0 0 0 9111 27 0 0 20 0 15 0 274524132 14429130752 1547186 33554432000 4194304 4196468 140733153301328 139702205681168 139701826743586 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13352] ppid=13346 vsize=14090948 memory=6188608 CPUtime=10.37 cores=0,2,4,6
/proc/13349/task/13352/stat : 13352 (java) S 13346 13349 9172 0 -1 1077944384 6174 0 0 0 897 140 0 0 20 0 15 0 274524133 14429130752 1547186 33554432000 4194304 4196468 140733153301328 139702139046416 139702201456341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13353] ppid=13346 vsize=14090948 memory=6188744 CPUtime=10.34 cores=0,2,4,6
/proc/13349/task/13353/stat : 13353 (java) S 13346 13349 9172 0 -1 1077944384 6433 0 0 0 896 138 0 0 20 0 15 0 274524133 14429130752 1547186 33554432000 4194304 4196468 140733153301328 139702137993872 139702201456341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13354] ppid=13346 vsize=14090948 memory=6188644 CPUtime=10.33 cores=0,2,4,6
/proc/13349/task/13354/stat : 13354 (java) S 13346 13349 9172 0 -1 1077944384 7457 0 0 0 895 138 0 0 20 0 15 0 274524133 14429130752 1547186 33554432000 4194304 4196468 140733153301328 139702136940816 139702201456341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13355] ppid=13346 vsize=14090948 memory=6188744 CPUtime=10.34 cores=0,2,4,6
/proc/13349/task/13355/stat : 13355 (java) S 13346 13349 9172 0 -1 1077944384 7898 0 0 0 897 137 0 0 20 0 15 0 274524133 14429130752 1547186 33554432000 4194304 4196468 140733153301328 139702135888272 139702201456341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13356] ppid=13346 vsize=14090948 memory=6188700 CPUtime=0.42 cores=0,2,4,6
/proc/13349/task/13356/stat : 13356 (java) S 13346 13349 9172 0 -1 1077944384 15296 0 0 0 41 1 0 0 20 0 15 0 274524134 14429130752 1547186 33554432000 4194304 4196468 140733153301328 139701742852848 139702201457282 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13357] ppid=13346 vsize=14090948 memory=6188700 CPUtime=0 cores=0,2,4,6
/proc/13349/task/13357/stat : 13357 (java) S 13346 13349 9172 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 274524135 14429130752 1547186 33554432000 4194304 4196468 140733153301328 139701741799136 139702201456341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13358] ppid=13346 vsize=14090948 memory=6188644 CPUtime=0 cores=0,2,4,6
/proc/13349/task/13358/stat : 13358 (java) S 13346 13349 9172 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 274524135 14429130752 1547186 33554432000 4194304 4196468 140733153301328 139701740745984 139702201456341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13359] ppid=13346 vsize=14090948 memory=4577 CPUtime=0 cores=0,2,4,6
/proc/13349/task/13359/stat : 13359 (java) S 13346 13349 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274524137 14429130752 1547186 33554432000 4194304 4196468 140733153301328 139701739694544 139702201464731 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13360] ppid=13346 vsize=14090948 memory=4420 CPUtime=4.05 cores=0,2,4,6
/proc/13349/task/13360/stat : 13360 (java) S 13346 13349 9172 0 -1 1077944384 11361 0 0 0 404 1 0 0 20 0 15 0 274524137 14429130752 1547186 33554432000 4194304 4196468 140733153301328 139701738641648 139702201457282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13361] ppid=13346 vsize=14090948 memory=6868 CPUtime=4.13 cores=0,2,4,6
/proc/13349/task/13361/stat : 13361 (java) S 13346 13349 9172 0 -1 1077944384 8825 0 0 0 412 1 0 0 20 0 15 0 274524137 14429130752 1547186 33554432000 4194304 4196468 140733153301328 139701737589104 139702201457282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13362] ppid=13346 vsize=14090948 memory=1100 CPUtime=1.32 cores=0,2,4,6
/proc/13349/task/13362/stat : 13362 (java) S 13346 13349 9172 0 -1 1077944384 9613 0 0 0 129 3 0 0 20 0 15 0 274524137 14429130752 1547186 33554432000 4194304 4196468 140733153301328 139701736536048 139702201457282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13363] ppid=13346 vsize=14090948 memory=59 CPUtime=0 cores=0,2,4,6
/proc/13349/task/13363/stat : 13363 (java) S 13346 13349 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274524137 14429130752 1547186 33554432000 4194304 4196468 140733153301328 139701735483744 139702201456341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13364] ppid=13346 vsize=14090948 memory=279267364481136 CPUtime=0.06 cores=0,2,4,6
/proc/13349/task/13364/stat : 13364 (java) S 13346 13349 9172 0 -1 1077944384 1022 0 0 0 3 3 0 0 20 0 15 0 274524138 14429130752 1547186 33554432000 4194304 4196468 140733153301328 139701734431792 139702201457282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
Current children cumulated CPU time: 142.82 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 6188744 KiB

[startup+162.301 s]
/proc/loadavg: 2.16 1.95 1.59 3/216 13442
/proc/meminfo: memFree=8858636/32770624 swapFree=67108372/67108860
[pid=13349] ppid=13346 vsize=14090948 memory=6189028 CPUtime=203.74 cores=0,2,4,6
/proc/13349/stat : 13349 (java) S 13346 13349 9172 0 -1 1077944320 125453 0 0 0 19776 598 0 0 20 0 15 0 274524132 14429130752 1547257 33554432000 4194304 4196468 140733153301328 140733153283872 139702201446135 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
/proc/13349/statm: 3522737 1547257 3611 1 0 3484809 0
[pid=13349/tid=13351] ppid=13346 vsize=14090948 memory=6189032 CPUtime=151.14 cores=0,2,4,6
/proc/13349/task/13351/stat : 13351 (java) R 13346 13349 9172 0 -1 4202560 39408 0 0 0 15087 27 0 0 20 0 15 0 274524132 14429130752 1547257 33554432000 4194304 4196468 140733153301328 139702205684192 139701818739094 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13352] ppid=13346 vsize=14090948 memory=6189032 CPUtime=10.6 cores=0,2,4,6
/proc/13349/task/13352/stat : 13352 (java) S 13346 13349 9172 0 -1 1077944384 7577 0 0 0 920 140 0 0 20 0 15 0 274524133 14429130752 1547257 33554432000 4194304 4196468 140733153301328 139702139046416 139702201456341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13353] ppid=13346 vsize=14090948 memory=6189032 CPUtime=10.56 cores=0,2,4,6
/proc/13349/task/13353/stat : 13353 (java) S 13346 13349 9172 0 -1 1077944384 8116 0 0 0 918 138 0 0 20 0 15 0 274524133 14429130752 1547257 33554432000 4194304 4196468 140733153301328 139702137993872 139702201456341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13354] ppid=13346 vsize=14090948 memory=6189032 CPUtime=10.56 cores=0,2,4,6
/proc/13349/task/13354/stat : 13354 (java) S 13346 13349 9172 0 -1 1077944384 9634 0 0 0 917 139 0 0 20 0 15 0 274524133 14429130752 1547257 33554432000 4194304 4196468 140733153301328 139702136940816 139702201456341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13355] ppid=13346 vsize=14090948 memory=6189032 CPUtime=10.56 cores=0,2,4,6
/proc/13349/task/13355/stat : 13355 (java) S 13346 13349 9172 0 -1 1077944384 9108 0 0 0 919 137 0 0 20 0 15 0 274524133 14429130752 1547257 33554432000 4194304 4196468 140733153301328 139702135888272 139702201456341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13356] ppid=13346 vsize=14090948 memory=6189028 CPUtime=0.42 cores=0,2,4,6
/proc/13349/task/13356/stat : 13356 (java) S 13346 13349 9172 0 -1 1077944384 15551 0 0 0 41 1 0 0 20 0 15 0 274524134 14429130752 1547257 33554432000 4194304 4196468 140733153301328 139701742852848 139702201457282 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13357] ppid=13346 vsize=14090948 memory=6188688 CPUtime=0 cores=0,2,4,6
/proc/13349/task/13357/stat : 13357 (java) S 13346 13349 9172 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 274524135 14429130752 1547257 33554432000 4194304 4196468 140733153301328 139701741799136 139702201456341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13358] ppid=13346 vsize=14090948 memory=6189032 CPUtime=0 cores=0,2,4,6
/proc/13349/task/13358/stat : 13358 (java) S 13346 13349 9172 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 274524135 14429130752 1547257 33554432000 4194304 4196468 140733153301328 139701740745984 139702201456341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13359] ppid=13346 vsize=14090948 memory=3812 CPUtime=0 cores=0,2,4,6
/proc/13349/task/13359/stat : 13359 (java) S 13346 13349 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274524137 14429130752 1547257 33554432000 4194304 4196468 140733153301328 139701739694544 139702201464731 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13360] ppid=13346 vsize=14090948 memory=6189032 CPUtime=4.07 cores=0,2,4,6
/proc/13349/task/13360/stat : 13360 (java) S 13346 13349 9172 0 -1 1077944384 12543 0 0 0 405 2 0 0 20 0 15 0 274524137 14429130752 1547257 33554432000 4194304 4196468 140733153301328 139701738641648 139702201457282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13361] ppid=13346 vsize=14090948 memory=6189032 CPUtime=4.29 cores=0,2,4,6
/proc/13349/task/13361/stat : 13361 (java) S 13346 13349 9172 0 -1 1077944384 10776 0 0 0 428 1 0 0 20 0 15 0 274524137 14429130752 1547257 33554432000 4194304 4196468 140733153301328 139701737589104 139702201457282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13362] ppid=13346 vsize=14090948 memory=6189032 CPUtime=1.33 cores=0,2,4,6
/proc/13349/task/13362/stat : 13362 (java) S 13346 13349 9172 0 -1 1077944384 10067 0 0 0 130 3 0 0 20 0 15 0 274524137 14429130752 1547257 33554432000 4194304 4196468 140733153301328 139701736536048 139702201457282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13363] ppid=13346 vsize=14090948 memory=6189032 CPUtime=0 cores=0,2,4,6
/proc/13349/task/13363/stat : 13363 (java) S 13346 13349 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274524137 14429130752 1547257 33554432000 4194304 4196468 140733153301328 139701735483744 139702201456341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13364] ppid=13346 vsize=14090948 memory=56 CPUtime=0.09 cores=0,2,4,6
/proc/13349/task/13364/stat : 13364 (java) S 13346 13349 9172 0 -1 1077944384 1245 0 0 0 4 5 0 0 20 0 15 0 274524138 14429130752 1547257 33554432000 4194304 4196468 140733153301328 139701734431792 139702201457282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
Current children cumulated CPU time: 203.74 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 6189028 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+210.601 s]
/proc/loadavg: 2.07 1.96 1.61 3/216 13443
/proc/meminfo: memFree=8857992/32770624 swapFree=67108372/67108860
[pid=13349] ppid=13346 vsize=14090948 memory=6189028 CPUtime=252.08 cores=0,2,4,6
/proc/13349/stat : 13349 (java) S 13346 13349 9172 0 -1 1077944320 131175 0 0 0 24609 599 0 0 20 0 15 0 274524132 14429130752 1547257 33554432000 4194304 4196468 140733153301328 140733153283872 139702201446135 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
/proc/13349/statm: 3522737 1547257 3611 1 0 3484809 0
[pid=13349/tid=13351] ppid=13346 vsize=14090948 memory=1408 CPUtime=199.45 cores=0,2,4,6
/proc/13349/task/13351/stat : 13351 (java) R 13346 13349 9172 0 -1 4202560 42900 0 0 0 19917 28 0 0 20 0 15 0 274524132 14429130752 1547257 33554432000 4194304 4196468 140733153301328 139702205681232 139701818117096 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13352] ppid=13346 vsize=14090948 memory=6791534058613427641 CPUtime=10.6 cores=0,2,4,6
/proc/13349/task/13352/stat : 13352 (java) S 13346 13349 9172 0 -1 1077944384 7577 0 0 0 920 140 0 0 20 0 15 0 274524133 14429130752 1547257 33554432000 4194304 4196468 140733153301328 139702139046416 139702201456341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13353] ppid=13346 vsize=14090948 memory=6868 CPUtime=10.56 cores=0,2,4,6
/proc/13349/task/13353/stat : 13353 (java) S 13346 13349 9172 0 -1 1077944384 8116 0 0 0 918 138 0 0 20 0 15 0 274524133 14429130752 1547257 33554432000 4194304 4196468 140733153301328 139702137993872 139702201456341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13354] ppid=13346 vsize=14090948 memory=1100 CPUtime=10.56 cores=0,2,4,6
/proc/13349/task/13354/stat : 13354 (java) S 13346 13349 9172 0 -1 1077944384 9634 0 0 0 917 139 0 0 20 0 15 0 274524133 14429130752 1547257 33554432000 4194304 4196468 140733153301328 139702136940816 139702201456341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13355] ppid=13346 vsize=14090948 memory=2144 CPUtime=10.56 cores=0,2,4,6
/proc/13349/task/13355/stat : 13355 (java) S 13346 13349 9172 0 -1 1077944384 9108 0 0 0 919 137 0 0 20 0 15 0 274524133 14429130752 1547257 33554432000 4194304 4196468 140733153301328 139702135888272 139702201456341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13356] ppid=13346 vsize=14090948 memory=1752 CPUtime=0.42 cores=0,2,4,6
/proc/13349/task/13356/stat : 13356 (java) S 13346 13349 9172 0 -1 1077944384 15596 0 0 0 41 1 0 0 20 0 15 0 274524134 14429130752 1547257 33554432000 4194304 4196468 140733153301328 139701742852848 139702201457282 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13357] ppid=13346 vsize=14090948 memory=2144 CPUtime=0 cores=0,2,4,6
/proc/13349/task/13357/stat : 13357 (java) S 13346 13349 9172 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 274524135 14429130752 1547257 33554432000 4194304 4196468 140733153301328 139701741799136 139702201456341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13358] ppid=13346 vsize=14090948 memory=1752 CPUtime=0 cores=0,2,4,6
/proc/13349/task/13358/stat : 13358 (java) S 13346 13349 9172 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 274524135 14429130752 1547257 33554432000 4194304 4196468 140733153301328 139701740745984 139702201456341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13359] ppid=13346 vsize=14090948 memory=5540 CPUtime=0 cores=0,2,4,6
/proc/13349/task/13359/stat : 13359 (java) S 13346 13349 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274524137 14429130752 1547257 33554432000 4194304 4196468 140733153301328 139701739694544 139702201464731 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13360] ppid=13346 vsize=14090948 memory=4400 CPUtime=4.08 cores=0,2,4,6
/proc/13349/task/13360/stat : 13360 (java) S 13346 13349 9172 0 -1 1077944384 13788 0 0 0 406 2 0 0 20 0 15 0 274524137 14429130752 1547257 33554432000 4194304 4196468 140733153301328 139701738641648 139702201457282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13361] ppid=13346 vsize=14090948 memory=1620 CPUtime=4.29 cores=0,2,4,6
/proc/13349/task/13361/stat : 13361 (java) S 13346 13349 9172 0 -1 1077944384 11023 0 0 0 428 1 0 0 20 0 15 0 274524137 14429130752 1547257 33554432000 4194304 4196468 140733153301328 139701737589104 139702201457282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13362] ppid=13346 vsize=14090948 memory=1752 CPUtime=1.33 cores=0,2,4,6
/proc/13349/task/13362/stat : 13362 (java) S 13346 13349 9172 0 -1 1077944384 10732 0 0 0 130 3 0 0 20 0 15 0 274524137 14429130752 1547257 33554432000 4194304 4196468 140733153301328 139701736536048 139702201457282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13363] ppid=13346 vsize=14090948 memory=5540 CPUtime=0 cores=0,2,4,6
/proc/13349/task/13363/stat : 13363 (java) S 13346 13349 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274524137 14429130752 1547257 33554432000 4194304 4196468 140733153301328 139701735483744 139702201456341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
[pid=13349/tid=13364] ppid=13346 vsize=14090948 memory=4400 CPUtime=0.12 cores=0,2,4,6
/proc/13349/task/13364/stat : 13364 (java) S 13346 13349 9172 0 -1 1077944384 1273 0 0 0 5 7 0 0 20 0 15 0 274524138 14429130752 1547257 33554432000 4194304 4196468 140733153301328 139701734431792 139702201457282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31424512 140733153305678 140733153305870 140733153305870 140733153308623 0
Current children cumulated CPU time: 252.08 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 6189028 KiB

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

[startup+210.641 s]
# the end of solver process 13349 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=246.103 s, system=6.0284 s

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

Child status: 143
Real time (s): 210.641
CPU time (s): 252.131
CPU user time (s): 246.103
CPU system time (s): 6.0284
CPU usage (%): 119.697
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 6191240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 246.103
system time used= 6.0284
maximum resident set size= 6191240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 131721
page faults= 0
swaps= 0
block input operations= 0
block output operations= 472
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9824
involuntary context switches= 892


# summary of solver processes directly reported to runsolver:
#   pid: 13349
#   total CPU time (s): 252.131
#   total CPU user time (s): 246.103
#   total CPU system time (s): 6.0284

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.26299 second user time and 2.04878 second system time

The end

Launcher Data

Begin job on node137 at 2018-08-18 07:20:10
IDJOB=4312436
IDBENCH=141266
IDSOLVER=2800
FILE ID=node137/4312436-1534569609
RUNJOBID= node137-1534568625-12651
PBS_JOBID= 21038634
Free space on /tmp= 43316 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-06-0500_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-4312436-1534569609/watcher-4312436-1534569609 -o /tmp/evaluation-result-4312436-1534569609/solver-4312436-1534569609 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node137-1534568625-12651 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1320761489 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312436-1534569609.xml

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

MD5SUM BENCH= 26cacd4a9bde3a1253c36df99f6e4e09
RANDOM SEED=1320761489

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        20648452 kB
MemAvailable:   31711932 kB
Buffers:          216976 kB
Cached:         11100344 kB
SwapCached:            8 kB
Active:          7753668 kB
Inactive:        3793540 kB
Active(anon):     199484 kB
Inactive(anon):    99076 kB
Active(file):    7554184 kB
Inactive(file):  3694464 kB
Unevictable:        7196 kB
Mlocked:            7196 kB
SwapTotal:      67108860 kB
SwapFree:       67108372 kB
Dirty:            252856 kB
Writeback:             0 kB
AnonPages:        237048 kB
Mapped:            33316 kB
Shmem:             66008 kB
Slab:             272376 kB
SReclaimable:     243292 kB
SUnreclaim:        29084 kB
KernelStack:        3536 kB
PageTables:         5672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1213920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    102400 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 43136 MiB
End job on node137 at 2018-08-18 07:23:40