Trace number 4301655

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
Sat4j-CSP 2018-07-11? (TO) 257.856 92.9625

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-16-0260_c18.xml
MD5SUM3d35ef38e8714b8368aba06bbd25b59a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark372140116
Best CPU time to get the best result obtained on this benchmark252.068
Satisfiable
(Un)Satisfiability was proved
Number of variables6038
Number of constraints3927
Number of domains31
Minimum domain size1
Maximum domain size151
Distribution of domain sizes[{"size":1,"count":5},{"size":2,"count":2094},{"size":11,"count":1839},{"size":12,"count":1},{"size":21,"count":98},{"size":23,"count":52},{"size":33,"count":21},{"size":35,"count":35},{"size":39,"count":50},{"size":41,"count":27},{"size":43,"count":72},{"size":45,"count":55},{"size":59,"count":83},{"size":65,"count":46},{"size":67,"count":53},{"size":83,"count":41},{"size":99,"count":155},{"size":111,"count":164},{"size":114,"count":81},{"size":126,"count":165},{"size":146,"count":205},{"size":151,"count":696}]
Minimum variable degree2
Maximum variable degree1840
Distribution of variable degrees[{"degree":2,"count":5517},{"degree":4,"count":3},{"degree":5,"count":4},{"degree":6,"count":4},{"degree":7,"count":11},{"degree":8,"count":11},{"degree":9,"count":17},{"degree":10,"count":28},{"degree":11,"count":24},{"degree":12,"count":23},{"degree":13,"count":37},{"degree":14,"count":44},{"degree":15,"count":45},{"degree":16,"count":38},{"degree":17,"count":46},{"degree":18,"count":63},{"degree":19,"count":76},{"degree":20,"count":46},{"degree":1840,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":249},{"arity":3,"count":1839},{"arity":6,"count":1839}]
Number of extensional constraints1839
Number of intensional constraints2088
Distribution of constraint types[{"type":"extension","count":1839},{"type":"intension","count":2088}]
Optimization problemYES
Type of objectivemin SUM

Solver Data


Verifier Data

One s line expected

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 (10258 MiB free)
  memory of node 1: 16384 MiB (15701 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301655-1532883454/watcher-4301655-1532883454 -o /tmp/evaluation-result-4301655-1532883454/solver-4301655-1532883454 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532883454-10061 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301655-1532883454.xml 

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

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

solver pid=10086, runsolver pid=10081

[startup+0.100058 s]*
/proc/loadavg: 0.85 1.02 1.24 5/215 10119
/proc/meminfo: memFree=26549212/32770624 swapFree=67028780/67108860
[pid=10086] ppid=10081 vsize=10659012 memory=28888 CPUtime=0.11 cores=1,3,5,7
/proc/10086/stat : 10086 (java) S 10081 10086 10029 0 -1 1077944320 5095 0 0 0 11 0 0 0 20 0 15 0 105908608 10914828288 7222 33554432000 4194304 4196468 140722790868768 140722790851312 139947099492087 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
/proc/10086/statm: 2664753 7222 2845 1 0 2627263 0
[pid=10086/tid=10093] ppid=10081 vsize=10659012 memory=5450919713671312938 CPUtime=0.08 cores=1,3,5,7
/proc/10086/task/10093/stat : 10093 (java) R 10081 10086 10029 0 -1 4202560 2931 0 0 0 8 0 0 0 20 0 15 0 105908608 10914828288 7222 33554432000 4194304 4196468 140722790868768 139947103713216 139947099514013 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10094] ppid=10081 vsize=10659012 memory=-9181546050914066336 CPUtime=0 cores=1,3,5,7
/proc/10086/task/10094/stat : 10094 (java) S 10081 10086 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105908609 10914828288 7222 33554432000 4194304 4196468 140722790868768 139947025566096 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10095] ppid=10081 vsize=10659012 memory=140357355103872 CPUtime=0 cores=1,3,5,7
/proc/10086/task/10095/stat : 10095 (java) S 10081 10086 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105908609 10914828288 7222 33554432000 4194304 4196468 140722790868768 139947024513296 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10098] ppid=10081 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10086/task/10098/stat : 10098 (java) S 10081 10086 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105908609 10914828288 7222 33554432000 4194304 4196468 140722790868768 139947023461008 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10100] ppid=10081 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10086/task/10100/stat : 10100 (java) S 10081 10086 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105908609 10914828288 7222 33554432000 4194304 4196468 140722790868768 139947022408208 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10102] ppid=10081 vsize=10659012 memory=140357355103872 CPUtime=0 cores=1,3,5,7
/proc/10086/task/10102/stat : 10102 (java) S 10081 10086 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105908611 10914828288 7222 33554432000 4194304 4196468 140722790868768 139946590419568 139947099503234 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10104] ppid=10081 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10086/task/10104/stat : 10104 (java) S 10081 10086 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105908611 10914828288 7222 33554432000 4194304 4196468 140722790868768 139946589365536 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10106] ppid=10081 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10086/task/10106/stat : 10106 (java) S 10081 10086 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105908611 10914828288 7222 33554432000 4194304 4196468 140722790868768 139946588313200 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10109] ppid=10081 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10086/task/10109/stat : 10109 (java) S 10081 10086 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105908614 10914828288 7222 33554432000 4194304 4196468 140722790868768 139946587261520 139947099510683 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10111] ppid=10081 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10086/task/10111/stat : 10111 (java) S 10081 10086 10029 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 105908614 10914828288 7222 33554432000 4194304 4196468 140722790868768 139946586208368 139947099503234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10113] ppid=10081 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10086/task/10113/stat : 10113 (java) S 10081 10086 10029 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 15 0 105908614 10914828288 7222 33554432000 4194304 4196468 140722790868768 139946585155568 139947099503234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10115] ppid=10081 vsize=10659012 memory=140357355103872 CPUtime=0.01 cores=1,3,5,7
/proc/10086/task/10115/stat : 10115 (java) R 10081 10086 10029 0 -1 4202560 350 0 0 0 1 0 0 0 20 0 15 0 105908614 10914828288 7222 33554432000 4194304 4196468 140722790868768 139946584103280 139947099513434 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10117] ppid=10081 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10086/task/10117/stat : 10117 (java) S 10081 10086 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105908614 10914828288 7222 33554432000 4194304 4196468 140722790868768 139946583050720 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10119] ppid=10081 vsize=10659012 memory=140357355103872 CPUtime=0 cores=1,3,5,7
/proc/10086/task/10119/stat : 10119 (java) S 10081 10086 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105908614 10914828288 7222 33554432000 4194304 4196468 140722790868768 139946581998512 139947099503234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 28888 KiB

[startup+0.215059 s]*
/proc/loadavg: 0.85 1.02 1.24 5/215 10119
/proc/meminfo: memFree=26527676/32770624 swapFree=67028780/67108860
[pid=10086] ppid=10081 vsize=10659012 memory=41724 CPUtime=0.33 cores=1,3,5,7
/proc/10086/stat : 10086 (java) S 10081 10086 10029 0 -1 1077944320 7495 0 0 0 31 2 0 0 20 0 15 0 105908608 10914828288 10431 33554432000 4194304 4196468 140722790868768 140722790851312 139947099492087 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
/proc/10086/statm: 2664753 10431 2994 1 0 2627263 0
[pid=10086/tid=10093] ppid=10081 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/10086/task/10093/stat : 10093 (java) R 10081 10086 10029 0 -1 4202560 4598 0 0 0 19 1 0 0 20 0 15 0 105908608 10914828288 10431 33554432000 4194304 4196468 140722790868768 139947103727088 139947099504022 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10094] ppid=10081 vsize=10659012 memory=342 CPUtime=0 cores=1,3,5,7
/proc/10086/task/10094/stat : 10094 (java) S 10081 10086 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105908609 10914828288 10431 33554432000 4194304 4196468 140722790868768 139947025566096 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10095] ppid=10081 vsize=10659012 memory=288370733506815616 CPUtime=0 cores=1,3,5,7
/proc/10086/task/10095/stat : 10095 (java) S 10081 10086 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105908609 10914828288 10431 33554432000 4194304 4196468 140722790868768 139947024513296 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10098] ppid=10081 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10086/task/10098/stat : 10098 (java) S 10081 10086 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105908609 10914828288 10431 33554432000 4194304 4196468 140722790868768 139947023461008 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10100] ppid=10081 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10086/task/10100/stat : 10100 (java) S 10081 10086 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105908609 10914828288 10431 33554432000 4194304 4196468 140722790868768 139947022408208 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10102] ppid=10081 vsize=10659012 memory=140357355103872 CPUtime=0 cores=1,3,5,7
/proc/10086/task/10102/stat : 10102 (java) S 10081 10086 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105908611 10914828288 10431 33554432000 4194304 4196468 140722790868768 139946590419568 139947099503234 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10104] ppid=10081 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10086/task/10104/stat : 10104 (java) S 10081 10086 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105908611 10914828288 10431 33554432000 4194304 4196468 140722790868768 139946589365536 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10106] ppid=10081 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10086/task/10106/stat : 10106 (java) S 10081 10086 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105908611 10914828288 10431 33554432000 4194304 4196468 140722790868768 139946588313200 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10109] ppid=10081 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10086/task/10109/stat : 10109 (java) S 10081 10086 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105908614 10914828288 10431 33554432000 4194304 4196468 140722790868768 139946587261520 139947099510683 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10111] ppid=10081 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/10086/task/10111/stat : 10111 (java) S 10081 10086 10029 0 -1 1077944384 495 0 0 0 2 0 0 0 20 0 15 0 105908614 10914828288 10431 33554432000 4194304 4196468 140722790868768 139946586208368 139947099503234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10113] ppid=10081 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/10086/task/10113/stat : 10113 (java) S 10081 10086 10029 0 -1 1077944384 424 0 0 0 2 0 0 0 20 0 15 0 105908614 10914828288 10431 33554432000 4194304 4196468 140722790868768 139946585155568 139947099503234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10115] ppid=10081 vsize=10659012 memory=140357355103872 CPUtime=0.07 cores=1,3,5,7
/proc/10086/task/10115/stat : 10115 (java) R 10081 10086 10029 0 -1 4202560 615 0 0 0 7 0 0 0 20 0 15 0 105908614 10914828288 10431 33554432000 4194304 4196468 140722790868768 139946584103280 139947099504022 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10117] ppid=10081 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10086/task/10117/stat : 10117 (java) S 10081 10086 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105908614 10914828288 10431 33554432000 4194304 4196468 140722790868768 139946583050720 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10119] ppid=10081 vsize=10659012 memory=140357355103872 CPUtime=0 cores=1,3,5,7
/proc/10086/task/10119/stat : 10119 (java) S 10081 10086 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105908614 10914828288 10431 33554432000 4194304 4196468 140722790868768 139946581998512 139947099503234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41724 KiB

[startup+0.311352 s]*
/proc/loadavg: 0.85 1.02 1.24 8/215 10119
/proc/meminfo: memFree=26505412/32770624 swapFree=67028780/67108860
[pid=10086] ppid=10081 vsize=10659012 memory=53780 CPUtime=0.57 cores=1,3,5,7
/proc/10086/stat : 10086 (java) S 10081 10086 10029 0 -1 1077944320 8985 0 0 0 55 2 0 0 20 0 15 0 105908608 10914828288 13445 33554432000 4194304 4196468 140722790868768 140722790851312 139947099492087 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
/proc/10086/statm: 2664753 13445 3044 1 0 2627263 0
[pid=10086/tid=10093] ppid=10081 vsize=10659012 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/10086/task/10093/stat : 10093 (java) R 10081 10086 10029 0 -1 4202560 4891 0 0 0 28 1 0 0 20 0 15 0 105908608 10914828288 13445 33554432000 4194304 4196468 140722790868768 139947103728208 139947099514013 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10094] ppid=10081 vsize=10659012 memory=8941 CPUtime=0 cores=1,3,5,7
/proc/10086/task/10094/stat : 10094 (java) S 10081 10086 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105908609 10914828288 13445 33554432000 4194304 4196468 140722790868768 139947025566096 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10095] ppid=10081 vsize=10659012 memory=288370733506815616 CPUtime=0 cores=1,3,5,7
/proc/10086/task/10095/stat : 10095 (java) S 10081 10086 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105908609 10914828288 13445 33554432000 4194304 4196468 140722790868768 139947024513296 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10098] ppid=10081 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10086/task/10098/stat : 10098 (java) S 10081 10086 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105908609 10914828288 13445 33554432000 4194304 4196468 140722790868768 139947023461008 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10100] ppid=10081 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10086/task/10100/stat : 10100 (java) S 10081 10086 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105908609 10914828288 13445 33554432000 4194304 4196468 140722790868768 139947022408208 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10102] ppid=10081 vsize=10659012 memory=140357355103872 CPUtime=0 cores=1,3,5,7
/proc/10086/task/10102/stat : 10102 (java) S 10081 10086 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105908611 10914828288 13445 33554432000 4194304 4196468 140722790868768 139946590419568 139947099503234 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10104] ppid=10081 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10086/task/10104/stat : 10104 (java) S 10081 10086 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105908611 10914828288 13445 33554432000 4194304 4196468 140722790868768 139946589365536 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10106] ppid=10081 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10086/task/10106/stat : 10106 (java) S 10081 10086 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105908611 10914828288 13445 33554432000 4194304 4196468 140722790868768 139946588313200 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10109] ppid=10081 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10086/task/10109/stat : 10109 (java) S 10081 10086 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105908614 10914828288 13445 33554432000 4194304 4196468 140722790868768 139946587261520 139947099510683 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10111] ppid=10081 vsize=10659012 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10086/task/10111/stat : 10111 (java) R 10081 10086 10029 0 -1 4202560 827 0 0 0 7 0 0 0 20 0 15 0 105908614 10914828288 13445 33554432000 4194304 4196468 140722790868768 139946586193848 139947084391719 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10113] ppid=10081 vsize=10659012 memory=-1 CPUtime=0.06 cores=1,3,5,7
/proc/10086/task/10113/stat : 10113 (java) R 10081 10086 10029 0 -1 4202560 929 0 0 0 6 0 0 0 20 0 15 0 105908614 10914828288 13445 33554432000 4194304 4196468 140722790868768 139946585136680 139947083781088 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10115] ppid=10081 vsize=10659012 memory=140357355103872 CPUtime=0.12 cores=1,3,5,7
/proc/10086/task/10115/stat : 10115 (java) S 10081 10086 10029 0 -1 1077944384 971 0 0 0 12 0 0 0 20 0 15 0 105908614 10914828288 13445 33554432000 4194304 4196468 140722790868768 139946584103280 139947099503234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10117] ppid=10081 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10086/task/10117/stat : 10117 (java) S 10081 10086 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105908614 10914828288 13445 33554432000 4194304 4196468 140722790868768 139946583050720 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10119] ppid=10081 vsize=10659012 memory=140357355103872 CPUtime=0 cores=1,3,5,7
/proc/10086/task/10119/stat : 10119 (java) S 10081 10086 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105908614 10914828288 13445 33554432000 4194304 4196468 140722790868768 139946581998512 139947099503234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 53780 KiB

[startup+0.710363 s]
/proc/loadavg: 0.85 1.02 1.24 9/215 10119
/proc/meminfo: memFree=26110780/32770624 swapFree=67028780/67108860
[pid=10086] ppid=10081 vsize=10659088 memory=296952 CPUtime=1.73 cores=1,3,5,7
/proc/10086/stat : 10086 (java) S 10081 10086 10029 0 -1 1077944320 11869 0 0 0 149 24 0 0 20 0 15 0 105908608 10914906112 74238 33554432000 4194304 4196468 140722790868768 140722790851312 139947099492087 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
/proc/10086/statm: 2664772 74238 3117 1 0 2627263 0
[pid=10086/tid=10093] ppid=10081 vsize=10659088 memory=33 CPUtime=0.61 cores=1,3,5,7
/proc/10086/task/10093/stat : 10093 (java) R 10081 10086 10029 0 -1 4202560 5325 0 0 0 56 5 0 0 20 0 15 0 105908608 10914906112 74238 33554432000 4194304 4196468 140722790868768 139947103729920 139946697080476 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10094] ppid=10081 vsize=10659088 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/10086/task/10094/stat : 10094 (java) S 10081 10086 10029 0 -1 1077944384 61 0 0 0 2 4 0 0 20 0 15 0 105908609 10914906112 74238 33554432000 4194304 4196468 140722790868768 139947025566096 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10095] ppid=10081 vsize=10659088 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/10086/task/10095/stat : 10095 (java) S 10081 10086 10029 0 -1 1077944384 64 0 0 0 2 4 0 0 20 0 15 0 105908609 10914906112 74238 33554432000 4194304 4196468 140722790868768 139947024513296 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10098] ppid=10081 vsize=10659088 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/10086/task/10098/stat : 10098 (java) S 10081 10086 10029 0 -1 1077944384 53 0 0 0 2 3 0 0 20 0 15 0 105908609 10914906112 74238 33554432000 4194304 4196468 140722790868768 139947023461008 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10100] ppid=10081 vsize=10659088 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/10086/task/10100/stat : 10100 (java) S 10081 10086 10029 0 -1 1077944384 70 0 0 0 2 4 0 0 20 0 15 0 105908609 10914906112 74238 33554432000 4194304 4196468 140722790868768 139947022408208 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10102] ppid=10081 vsize=10659088 memory=183745009171156 CPUtime=0 cores=1,3,5,7
/proc/10086/task/10102/stat : 10102 (java) S 10081 10086 10029 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 105908611 10914906112 74238 33554432000 4194304 4196468 140722790868768 139946590419568 139947099503234 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10104] ppid=10081 vsize=10659088 memory=446152 CPUtime=0 cores=1,3,5,7
/proc/10086/task/10104/stat : 10104 (java) S 10081 10086 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105908611 10914906112 74238 33554432000 4194304 4196468 140722790868768 139946589365536 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10106] ppid=10081 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10086/task/10106/stat : 10106 (java) S 10081 10086 10029 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 105908611 10914906112 74238 33554432000 4194304 4196468 140722790868768 139946588313200 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10109] ppid=10081 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10086/task/10109/stat : 10109 (java) S 10081 10086 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105908614 10914906112 74238 33554432000 4194304 4196468 140722790868768 139946587261520 139947099510683 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10111] ppid=10081 vsize=10659088 memory=7809523229951467572 CPUtime=0.35 cores=1,3,5,7
/proc/10086/task/10111/stat : 10111 (java) R 10081 10086 10029 0 -1 4202560 1936 0 0 0 35 0 0 0 20 0 15 0 105908614 10914906112 74238 33554432000 4194304 4196468 140722790868768 139946586196928 139947080128024 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10113] ppid=10081 vsize=10659088 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/10086/task/10113/stat : 10113 (java) R 10081 10086 10029 0 -1 4202560 1779 0 0 0 28 0 0 0 20 0 15 0 105908614 10914906112 74238 33554432000 4194304 4196468 140722790868768 139946585155568 139947092595684 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10115] ppid=10081 vsize=10659088 memory=-3472574513799858009 CPUtime=0.2 cores=1,3,5,7
/proc/10086/task/10115/stat : 10115 (java) S 10081 10086 10029 0 -1 1077944384 1138 0 0 0 20 0 0 0 20 0 15 0 105908614 10914906112 74238 33554432000 4194304 4196468 140722790868768 139946584103280 139947099503234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10117] ppid=10081 vsize=10659088 memory=8330969454845486047 CPUtime=0 cores=1,3,5,7
/proc/10086/task/10117/stat : 10117 (java) S 10081 10086 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105908614 10914906112 74238 33554432000 4194304 4196468 140722790868768 139946583050720 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10119] ppid=10081 vsize=10659088 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/10086/task/10119/stat : 10119 (java) S 10081 10086 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105908614 10914906112 74238 33554432000 4194304 4196468 140722790868768 139946581998512 139947099503234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 296952 KiB

[startup+1.50078 s]
/proc/loadavg: 1.26 1.10 1.26 7/215 10119
/proc/meminfo: memFree=25870764/32770624 swapFree=67028780/67108860
[pid=10086] ppid=10081 vsize=10659088 memory=411724 CPUtime=4.23 cores=1,3,5,7
/proc/10086/stat : 10086 (java) S 10081 10086 10029 0 -1 1077944320 18059 0 0 0 391 32 0 0 20 0 15 0 105908608 10914906112 102931 33554432000 4194304 4196468 140722790868768 140722790851312 139947099492087 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
/proc/10086/statm: 2664772 102931 3127 1 0 2627263 0
[pid=10086/tid=10093] ppid=10081 vsize=10659088 memory=7236547281622689387 CPUtime=1.35 cores=1,3,5,7
/proc/10086/task/10093/stat : 10093 (java) R 10081 10086 10029 0 -1 4202560 5439 0 0 0 129 6 0 0 20 0 15 0 105908608 10914906112 102931 33554432000 4194304 4196468 140722790868768 139947103727240 139946694615850 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10094] ppid=10081 vsize=10659088 memory=7301861566433093968 CPUtime=0.08 cores=1,3,5,7
/proc/10086/task/10094/stat : 10094 (java) S 10081 10086 10029 0 -1 1077944384 89 0 0 0 3 5 0 0 20 0 15 0 105908609 10914906112 102931 33554432000 4194304 4196468 140722790868768 139947025566096 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10095] ppid=10081 vsize=10659088 memory=56 CPUtime=0.1 cores=1,3,5,7
/proc/10086/task/10095/stat : 10095 (java) S 10081 10086 10029 0 -1 1077944384 203 0 0 0 4 6 0 0 20 0 15 0 105908609 10914906112 102931 33554432000 4194304 4196468 140722790868768 139947024513296 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10098] ppid=10081 vsize=10659088 memory=9169 CPUtime=0.07 cores=1,3,5,7
/proc/10086/task/10098/stat : 10098 (java) S 10081 10086 10029 0 -1 1077944384 163 0 0 0 3 4 0 0 20 0 15 0 105908609 10914906112 102931 33554432000 4194304 4196468 140722790868768 139947023461008 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10100] ppid=10081 vsize=10659088 memory=21520 CPUtime=0.1 cores=1,3,5,7
/proc/10086/task/10100/stat : 10100 (java) S 10081 10086 10029 0 -1 1077944384 196 0 0 0 4 6 0 0 20 0 15 0 105908609 10914906112 102931 33554432000 4194304 4196468 140722790868768 139947022408208 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10102] ppid=10081 vsize=10659088 memory=-1161699032755964503 CPUtime=0 cores=1,3,5,7
/proc/10086/task/10102/stat : 10102 (java) S 10081 10086 10029 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 105908611 10914906112 102931 33554432000 4194304 4196468 140722790868768 139946590419568 139947099503234 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0

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

[pid=10086/tid=10117] ppid=10081 vsize=10661136 memory=640 CPUtime=0 cores=1,3,5,7
/proc/10086/task/10117/stat : 10117 (java) S 10081 10086 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105908614 10917003264 2086498 33554432000 4194304 4196468 140722790868768 139946583050720 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10119] ppid=10081 vsize=10661136 memory=1760 CPUtime=0.05 cores=1,3,5,7
/proc/10086/task/10119/stat : 10119 (java) S 10081 10086 10029 0 -1 1077944384 1107 0 0 0 2 3 0 0 20 0 15 0 105908614 10917003264 2086498 33554432000 4194304 4196468 140722790868768 139946581998512 139947099503234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
Current children cumulated CPU time: 253.43 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8345992 KiB

[startup+92.0007 s]*
/proc/loadavg: 4.51 2.16 1.62 9/215 10121
/proc/meminfo: memFree=9962284/32770624 swapFree=67028780/67108860
[pid=10086] ppid=10081 vsize=10661136 memory=8345992 CPUtime=256.57 cores=1,3,5,7
/proc/10086/stat : 10086 (java) S 10081 10086 10029 0 -1 1077944320 719706 0 0 0 25104 553 0 0 20 0 15 0 105908608 10917003264 2086498 33554432000 4194304 4196468 140722790868768 140722790851312 139947099492087 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
/proc/10086/statm: 2665284 2086498 3189 1 0 2627775 0
[pid=10086/tid=10093] ppid=10081 vsize=10661136 memory=6791534058613427641 CPUtime=27.47 cores=1,3,5,7
/proc/10086/task/10093/stat : 10093 (java) S 10081 10086 10029 0 -1 1077944384 20706 0 0 0 2716 31 0 0 20 0 15 0 105908608 10917003264 2086498 33554432000 4194304 4196468 140722790868768 139947103725680 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10094] ppid=10081 vsize=10661136 memory=4872558044660077418 CPUtime=52.16 cores=1,3,5,7
/proc/10086/task/10094/stat : 10094 (java) R 10081 10086 10029 0 -1 4202560 224149 0 0 0 5096 120 0 0 20 0 15 0 105908609 10917003264 2086498 33554432000 4194304 4196468 140722790868768 139947025566216 139947092120295 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10095] ppid=10081 vsize=10661136 memory=3604 CPUtime=51.84 cores=1,3,5,7
/proc/10086/task/10095/stat : 10095 (java) S 10081 10086 10029 0 -1 1077944384 136272 0 0 0 5049 135 0 0 20 0 15 0 105908609 10917003264 2086498 33554432000 4194304 4196468 140722790868768 139947024513104 139947099503234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10098] ppid=10081 vsize=10661136 memory=13708 CPUtime=51.87 cores=1,3,5,7
/proc/10086/task/10098/stat : 10098 (java) R 10081 10086 10029 0 -1 4202560 119059 0 0 0 5061 126 0 0 20 0 15 0 105908609 10917003264 2086498 33554432000 4194304 4196468 140722790868768 139947023461128 139947092120295 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10100] ppid=10081 vsize=10661136 memory=15128 CPUtime=52.02 cores=1,3,5,7
/proc/10086/task/10100/stat : 10100 (java) R 10081 10086 10029 0 -1 4202560 137233 0 0 0 5076 126 0 0 20 0 15 0 105908609 10917003264 2086498 33554432000 4194304 4196468 140722790868768 139947022408408 139947084490170 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10102] ppid=10081 vsize=10661136 memory=640 CPUtime=11.8 cores=1,3,5,7
/proc/10086/task/10102/stat : 10102 (java) S 10081 10086 10029 0 -1 1077944384 29010 0 0 0 1178 2 0 0 20 0 15 0 105908611 10917003264 2086498 33554432000 4194304 4196468 140722790868768 139946590418112 139947099502293 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10104] ppid=10081 vsize=10661136 memory=1760 CPUtime=0 cores=1,3,5,7
/proc/10086/task/10104/stat : 10104 (java) S 10081 10086 10029 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 105908611 10917003264 2086498 33554432000 4194304 4196468 140722790868768 139946589365600 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10106] ppid=10081 vsize=10661136 memory=960 CPUtime=0 cores=1,3,5,7
/proc/10086/task/10106/stat : 10106 (java) S 10081 10086 10029 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 15 0 105908611 10917003264 2086498 33554432000 4194304 4196468 140722790868768 139946588313216 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10109] ppid=10081 vsize=10661136 memory=1220 CPUtime=0 cores=1,3,5,7
/proc/10086/task/10109/stat : 10109 (java) S 10081 10086 10029 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105908614 10917003264 2086498 33554432000 4194304 4196468 140722790868768 139946587261168 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10111] ppid=10081 vsize=10661136 memory=1612 CPUtime=4.24 cores=1,3,5,7
/proc/10086/task/10111/stat : 10111 (java) S 10081 10086 10029 0 -1 1077944384 19234 0 0 0 421 3 0 0 20 0 15 0 105908614 10917003264 2086498 33554432000 4194304 4196468 140722790868768 139946586208128 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10113] ppid=10081 vsize=10661136 memory=2164 CPUtime=4.32 cores=1,3,5,7
/proc/10086/task/10113/stat : 10113 (java) S 10081 10086 10029 0 -1 1077944384 27119 0 0 0 430 2 0 0 20 0 15 0 105908614 10917003264 2086498 33554432000 4194304 4196468 140722790868768 139946585155616 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10115] ppid=10081 vsize=10661136 memory=3700 CPUtime=0.71 cores=1,3,5,7
/proc/10086/task/10115/stat : 10115 (java) S 10081 10086 10029 0 -1 1077944384 4319 0 0 0 69 2 0 0 20 0 15 0 105908614 10917003264 2086498 33554432000 4194304 4196468 140722790868768 139946584103328 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10117] ppid=10081 vsize=10661136 memory=844 CPUtime=0 cores=1,3,5,7
/proc/10086/task/10117/stat : 10117 (java) S 10081 10086 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105908614 10917003264 2086498 33554432000 4194304 4196468 140722790868768 139946583050720 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10119] ppid=10081 vsize=10661136 memory=1460 CPUtime=0.05 cores=1,3,5,7
/proc/10086/task/10119/stat : 10119 (java) S 10081 10086 10029 0 -1 1077944384 1107 0 0 0 2 3 0 0 20 0 15 0 105908614 10917003264 2086498 33554432000 4194304 4196468 140722790868768 139946581998512 139947099503234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
Current children cumulated CPU time: 256.57 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8345992 KiB

[startup+92.4007 s]
/proc/loadavg: 4.51 2.16 1.62 9/215 10121
/proc/meminfo: memFree=9962284/32770624 swapFree=67028780/67108860
[pid=10086] ppid=10081 vsize=10661136 memory=8345992 CPUtime=257.29 cores=1,3,5,7
/proc/10086/stat : 10086 (java) S 10081 10086 10029 0 -1 1077944320 719722 0 0 0 25175 554 0 0 20 0 15 0 105908608 10917003264 2086498 33554432000 4194304 4196468 140722790868768 140722790851312 139947099492087 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
/proc/10086/statm: 2665284 2086498 3189 1 0 2627775 0
[pid=10086/tid=10093] ppid=10081 vsize=10661136 memory=3800 CPUtime=27.47 cores=1,3,5,7
/proc/10086/task/10093/stat : 10093 (java) S 10081 10086 10029 0 -1 1077944384 20706 0 0 0 2716 31 0 0 20 0 15 0 105908608 10917003264 2086498 33554432000 4194304 4196468 140722790868768 139947103725680 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10094] ppid=10081 vsize=10661136 memory=2292 CPUtime=52.26 cores=1,3,5,7
/proc/10086/task/10094/stat : 10094 (java) S 10081 10086 10029 0 -1 1077944384 224149 0 0 0 5106 120 0 0 20 0 15 0 105908609 10917003264 2086498 33554432000 4194304 4196468 140722790868768 139947025566096 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10095] ppid=10081 vsize=10661136 memory=2292 CPUtime=51.95 cores=1,3,5,7
/proc/10086/task/10095/stat : 10095 (java) S 10081 10086 10029 0 -1 1077944384 136272 0 0 0 5060 135 0 0 20 0 15 0 105908609 10917003264 2086498 33554432000 4194304 4196468 140722790868768 139947024513296 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10098] ppid=10081 vsize=10661136 memory=1408 CPUtime=51.98 cores=1,3,5,7
/proc/10086/task/10098/stat : 10098 (java) S 10081 10086 10029 0 -1 1077944384 119059 0 0 0 5072 126 0 0 20 0 15 0 105908609 10917003264 2086498 33554432000 4194304 4196468 140722790868768 139947023461008 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10100] ppid=10081 vsize=10661136 memory=2972 CPUtime=52.13 cores=1,3,5,7
/proc/10086/task/10100/stat : 10100 (java) S 10081 10086 10029 0 -1 1077944384 137243 0 0 0 5087 126 0 0 20 0 15 0 105908609 10917003264 2086498 33554432000 4194304 4196468 140722790868768 139947022408208 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10102] ppid=10081 vsize=10661136 memory=1408 CPUtime=12.08 cores=1,3,5,7
/proc/10086/task/10102/stat : 10102 (java) R 10081 10086 10029 0 -1 4202560 29016 0 0 0 1206 2 0 0 20 0 15 0 105908611 10917003264 2086498 33554432000 4194304 4196468 140722790868768 139946590418112 139947084488596 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10104] ppid=10081 vsize=10661136 memory=2972 CPUtime=0 cores=1,3,5,7
/proc/10086/task/10104/stat : 10104 (java) S 10081 10086 10029 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 105908611 10917003264 2086498 33554432000 4194304 4196468 140722790868768 139946589365600 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10106] ppid=10081 vsize=10661136 memory=8345992 CPUtime=0 cores=1,3,5,7
/proc/10086/task/10106/stat : 10106 (java) S 10081 10086 10029 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 15 0 105908611 10917003264 2086498 33554432000 4194304 4196468 140722790868768 139946588313216 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10109] ppid=10081 vsize=10661136 memory=8268904 CPUtime=0 cores=1,3,5,7
/proc/10086/task/10109/stat : 10109 (java) S 10081 10086 10029 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105908614 10917003264 2086498 33554432000 4194304 4196468 140722790868768 139946587261168 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10111] ppid=10081 vsize=10661136 memory=6791534058613427641 CPUtime=4.24 cores=1,3,5,7
/proc/10086/task/10111/stat : 10111 (java) S 10081 10086 10029 0 -1 1077944384 19234 0 0 0 421 3 0 0 20 0 15 0 105908614 10917003264 2086498 33554432000 4194304 4196468 140722790868768 139946586208128 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10113] ppid=10081 vsize=10661136 memory=4872558044660077418 CPUtime=4.32 cores=1,3,5,7
/proc/10086/task/10113/stat : 10113 (java) S 10081 10086 10029 0 -1 1077944384 27119 0 0 0 430 2 0 0 20 0 15 0 105908614 10917003264 2086498 33554432000 4194304 4196468 140722790868768 139946585155616 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10115] ppid=10081 vsize=10661136 memory=1828 CPUtime=0.71 cores=1,3,5,7
/proc/10086/task/10115/stat : 10115 (java) S 10081 10086 10029 0 -1 1077944384 4319 0 0 0 69 2 0 0 20 0 15 0 105908614 10917003264 2086498 33554432000 4194304 4196468 140722790868768 139946584103328 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10117] ppid=10081 vsize=10661136 memory=800 CPUtime=0 cores=1,3,5,7
/proc/10086/task/10117/stat : 10117 (java) S 10081 10086 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105908614 10917003264 2086498 33554432000 4194304 4196468 140722790868768 139946583050720 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10119] ppid=10081 vsize=10661136 memory=8345980 CPUtime=0.05 cores=1,3,5,7
/proc/10086/task/10119/stat : 10119 (java) S 10081 10086 10029 0 -1 1077944384 1107 0 0 0 2 3 0 0 20 0 15 0 105908614 10917003264 2086498 33554432000 4194304 4196468 140722790868768 139946581998512 139947099503234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
Current children cumulated CPU time: 257.29 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8345992 KiB

[startup+92.8007 s]
/proc/loadavg: 4.51 2.16 1.62 9/215 10121
/proc/meminfo: memFree=9962284/32770624 swapFree=67028780/67108860
[pid=10086] ppid=10081 vsize=10661136 memory=8345992 CPUtime=257.69 cores=1,3,5,7
/proc/10086/stat : 10086 (java) S 10081 10086 10029 0 -1 1077944320 719722 0 0 0 25215 554 0 0 20 0 15 0 105908608 10917003264 2086498 33554432000 4194304 4196468 140722790868768 140722790851312 139947099492087 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
/proc/10086/statm: 2665284 2086498 3189 1 0 2627775 0
[pid=10086/tid=10093] ppid=10081 vsize=10661136 memory=3544 CPUtime=27.47 cores=1,3,5,7
/proc/10086/task/10093/stat : 10093 (java) S 10081 10086 10029 0 -1 1077944384 20706 0 0 0 2716 31 0 0 20 0 15 0 105908608 10917003264 2086498 33554432000 4194304 4196468 140722790868768 139947103725680 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10094] ppid=10081 vsize=10661136 memory=26912 CPUtime=52.26 cores=1,3,5,7
/proc/10086/task/10094/stat : 10094 (java) S 10081 10086 10029 0 -1 1077944384 224149 0 0 0 5106 120 0 0 20 0 15 0 105908609 10917003264 2086498 33554432000 4194304 4196468 140722790868768 139947025566096 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10095] ppid=10081 vsize=10661136 memory=776 CPUtime=51.95 cores=1,3,5,7
/proc/10086/task/10095/stat : 10095 (java) S 10081 10086 10029 0 -1 1077944384 136272 0 0 0 5060 135 0 0 20 0 15 0 105908609 10917003264 2086498 33554432000 4194304 4196468 140722790868768 139947024513296 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10098] ppid=10081 vsize=10661136 memory=6791534058613427641 CPUtime=51.98 cores=1,3,5,7
/proc/10086/task/10098/stat : 10098 (java) S 10081 10086 10029 0 -1 1077944384 119059 0 0 0 5072 126 0 0 20 0 15 0 105908609 10917003264 2086498 33554432000 4194304 4196468 140722790868768 139947023461008 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10100] ppid=10081 vsize=10661136 memory=13708 CPUtime=52.13 cores=1,3,5,7
/proc/10086/task/10100/stat : 10100 (java) S 10081 10086 10029 0 -1 1077944384 137243 0 0 0 5087 126 0 0 20 0 15 0 105908609 10917003264 2086498 33554432000 4194304 4196468 140722790868768 139947022408208 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10102] ppid=10081 vsize=10661136 memory=15128 CPUtime=12.48 cores=1,3,5,7
/proc/10086/task/10102/stat : 10102 (java) R 10081 10086 10029 0 -1 4202560 29016 0 0 0 1246 2 0 0 20 0 15 0 105908611 10917003264 2086498 33554432000 4194304 4196468 140722790868768 139946590418000 139947084192812 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10104] ppid=10081 vsize=10661136 memory=640 CPUtime=0 cores=1,3,5,7
/proc/10086/task/10104/stat : 10104 (java) S 10081 10086 10029 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 105908611 10917003264 2086498 33554432000 4194304 4196468 140722790868768 139946589365600 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10106] ppid=10081 vsize=10661136 memory=1760 CPUtime=0 cores=1,3,5,7
/proc/10086/task/10106/stat : 10106 (java) S 10081 10086 10029 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 15 0 105908611 10917003264 2086498 33554432000 4194304 4196468 140722790868768 139946588313216 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10109] ppid=10081 vsize=10661136 memory=8345980 CPUtime=0 cores=1,3,5,7
/proc/10086/task/10109/stat : 10109 (java) S 10081 10086 10029 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105908614 10917003264 2086498 33554432000 4194304 4196468 140722790868768 139946587261168 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10111] ppid=10081 vsize=10661136 memory=8345980 CPUtime=4.24 cores=1,3,5,7
/proc/10086/task/10111/stat : 10111 (java) S 10081 10086 10029 0 -1 1077944384 19234 0 0 0 421 3 0 0 20 0 15 0 105908614 10917003264 2086498 33554432000 4194304 4196468 140722790868768 139946586208128 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10113] ppid=10081 vsize=10661136 memory=12772 CPUtime=4.32 cores=1,3,5,7
/proc/10086/task/10113/stat : 10113 (java) S 10081 10086 10029 0 -1 1077944384 27119 0 0 0 430 2 0 0 20 0 15 0 105908614 10917003264 2086498 33554432000 4194304 4196468 140722790868768 139946585155616 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10115] ppid=10081 vsize=10661136 memory=1332 CPUtime=0.71 cores=1,3,5,7
/proc/10086/task/10115/stat : 10115 (java) S 10081 10086 10029 0 -1 1077944384 4319 0 0 0 69 2 0 0 20 0 15 0 105908614 10917003264 2086498 33554432000 4194304 4196468 140722790868768 139946584103328 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10117] ppid=10081 vsize=10661136 memory=1508 CPUtime=0 cores=1,3,5,7
/proc/10086/task/10117/stat : 10117 (java) S 10081 10086 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105908614 10917003264 2086498 33554432000 4194304 4196468 140722790868768 139946583050720 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10119] ppid=10081 vsize=10661136 memory=8345992 CPUtime=0.05 cores=1,3,5,7
/proc/10086/task/10119/stat : 10119 (java) S 10081 10086 10029 0 -1 1077944384 1107 0 0 0 2 3 0 0 20 0 15 0 105908614 10917003264 2086498 33554432000 4194304 4196468 140722790868768 139946581998512 139947099503234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
Current children cumulated CPU time: 257.69 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8345992 KiB

[startup+92.9007 s]
/proc/loadavg: 4.51 2.16 1.62 9/215 10121
/proc/meminfo: memFree=9962284/32770624 swapFree=67028780/67108860
[pid=10086] ppid=10081 vsize=10661136 memory=8345992 CPUtime=257.79 cores=1,3,5,7
/proc/10086/stat : 10086 (java) S 10081 10086 10029 0 -1 1077944320 719813 0 0 0 25225 554 0 0 20 0 15 0 105908608 10917003264 2086498 33554432000 4194304 4196468 140722790868768 140722790851312 139947099492087 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
/proc/10086/statm: 2665284 2086498 3189 1 0 2627775 0
[pid=10086/tid=10093] ppid=10081 vsize=10661136 memory=8345992 CPUtime=27.47 cores=1,3,5,7
/proc/10086/task/10093/stat : 10093 (java) S 10081 10086 10029 0 -1 1077944384 20706 0 0 0 2716 31 0 0 20 0 15 0 105908608 10917003264 2086498 33554432000 4194304 4196468 140722790868768 139947103725680 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10094] ppid=10081 vsize=10661136 memory=8345992 CPUtime=52.26 cores=1,3,5,7
/proc/10086/task/10094/stat : 10094 (java) S 10081 10086 10029 0 -1 1077944384 224149 0 0 0 5106 120 0 0 20 0 15 0 105908609 10917003264 2086498 33554432000 4194304 4196468 140722790868768 139947025566096 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10095] ppid=10081 vsize=10661136 memory=8345980 CPUtime=51.95 cores=1,3,5,7
/proc/10086/task/10095/stat : 10095 (java) S 10081 10086 10029 0 -1 1077944384 136272 0 0 0 5060 135 0 0 20 0 15 0 105908609 10917003264 2086498 33554432000 4194304 4196468 140722790868768 139947024513296 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10098] ppid=10081 vsize=10661136 memory=0 CPUtime=51.98 cores=1,3,5,7
/proc/10086/task/10098/stat : 10098 (java) S 10081 10086 10029 0 -1 1077944384 119059 0 0 0 5072 126 0 0 20 0 15 0 105908609 10917003264 2086498 33554432000 4194304 4196468 140722790868768 139947023461008 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10100] ppid=10081 vsize=10661136 memory=8345980 CPUtime=52.13 cores=1,3,5,7
/proc/10086/task/10100/stat : 10100 (java) S 10081 10086 10029 0 -1 1077944384 137243 0 0 0 5087 126 0 0 20 0 15 0 105908609 10917003264 2086498 33554432000 4194304 4196468 140722790868768 139947022408208 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10102] ppid=10081 vsize=10661136 memory=8345976 CPUtime=12.58 cores=1,3,5,7
/proc/10086/task/10102/stat : 10102 (java) R 10081 10086 10029 0 -1 4202560 29078 0 0 0 1256 2 0 0 20 0 15 0 105908611 10917003264 2086498 33554432000 4194304 4196468 140722790868768 139946590418000 139947083949720 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10104] ppid=10081 vsize=10661136 memory=8345980 CPUtime=0 cores=1,3,5,7
/proc/10086/task/10104/stat : 10104 (java) S 10081 10086 10029 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 105908611 10917003264 2086498 33554432000 4194304 4196468 140722790868768 139946589365600 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10106] ppid=10081 vsize=10661136 memory=8345992 CPUtime=0 cores=1,3,5,7
/proc/10086/task/10106/stat : 10106 (java) S 10081 10086 10029 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 15 0 105908611 10917003264 2086498 33554432000 4194304 4196468 140722790868768 139946588313216 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10109] ppid=10081 vsize=10661136 memory=8345980 CPUtime=0 cores=1,3,5,7
/proc/10086/task/10109/stat : 10109 (java) S 10081 10086 10029 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105908614 10917003264 2086498 33554432000 4194304 4196468 140722790868768 139946587261168 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10111] ppid=10081 vsize=10661136 memory=8345980 CPUtime=4.24 cores=1,3,5,7
/proc/10086/task/10111/stat : 10111 (java) S 10081 10086 10029 0 -1 1077944384 19234 0 0 0 421 3 0 0 20 0 15 0 105908614 10917003264 2086498 33554432000 4194304 4196468 140722790868768 139946586208128 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10113] ppid=10081 vsize=10661136 memory=8345992 CPUtime=4.32 cores=1,3,5,7
/proc/10086/task/10113/stat : 10113 (java) S 10081 10086 10029 0 -1 1077944384 27119 0 0 0 430 2 0 0 20 0 15 0 105908614 10917003264 2086498 33554432000 4194304 4196468 140722790868768 139946585155616 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10115] ppid=10081 vsize=10661136 memory=8345992 CPUtime=0.71 cores=1,3,5,7
/proc/10086/task/10115/stat : 10115 (java) S 10081 10086 10029 0 -1 1077944384 4319 0 0 0 69 2 0 0 20 0 15 0 105908614 10917003264 2086498 33554432000 4194304 4196468 140722790868768 139946584103328 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10117] ppid=10081 vsize=10661136 memory=8345992 CPUtime=0 cores=1,3,5,7
/proc/10086/task/10117/stat : 10117 (java) S 10081 10086 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105908614 10917003264 2086498 33554432000 4194304 4196468 140722790868768 139946583050720 139947099502293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
[pid=10086/tid=10119] ppid=10081 vsize=10661136 memory=8345992 CPUtime=0.05 cores=1,3,5,7
/proc/10086/task/10119/stat : 10119 (java) S 10081 10086 10029 0 -1 1077944384 1136 0 0 0 2 3 0 0 20 0 15 0 105908614 10917003264 2086498 33554432000 4194304 4196468 140722790868768 139946581998512 139947099503234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26247168 140722790872182 140722790872334 140722790872334 140722790875087 0
Current children cumulated CPU time: 257.79 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8345992 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 92.9625
CPU time (s): 257.856
CPU user time (s): 252.259
CPU system time (s): 5.59702
CPU usage (%): 277.376
Max. virtual memory (cumulated for all children) (KiB): 10663672
Max. memory (cumulated for all children) (KiB): 8345992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 252.259
system time used= 5.59702
maximum resident set size= 8346196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 719827
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8128
involuntary context switches= 3450


# summary of solver processes directly reported to runsolver:
#   pid: 10086
#   total CPU time (s): 257.856
#   total CPU user time (s): 252.259
#   total CPU system time (s): 5.59702

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.57302 second user time and 0.937707 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-29 18:57:34
IDJOB=4301655
IDBENCH=141262
IDSOLVER=2773
FILE ID=node102/4301655-1532883454
RUNJOBID= node102-1532883454-10061
PBS_JOBID= 21022526
Free space on /tmp= 52788 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-16-0260_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301655-1532883454/watcher-4301655-1532883454 -o /tmp/evaluation-result-4301655-1532883454/solver-4301655-1532883454 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532883454-10061 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301655-1532883454.xml

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

MD5SUM BENCH= 3d35ef38e8714b8368aba06bbd25b59a
RANDOM SEED=171785664

node102.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.51
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.51
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.51
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.51
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:        26583828 kB
MemAvailable:   31921548 kB
Buffers:          229804 kB
Cached:          5352604 kB
SwapCached:        53072 kB
Active:          1368692 kB
Inactive:        4293528 kB
Active(anon):       5976 kB
Inactive(anon):    99168 kB
Active(file):    1362716 kB
Inactive(file):  4194360 kB
Unevictable:        6644 kB
Mlocked:            6644 kB
SwapTotal:      67108860 kB
SwapFree:       67028780 kB
Dirty:            200916 kB
Writeback:             0 kB
AnonPages:         34216 kB
Mapped:            37672 kB
Shmem:             22544 kB
Slab:             221948 kB
SReclaimable:     192960 kB
SUnreclaim:        28988 kB
KernelStack:        3232 kB
PageTables:         4980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52784 MiB
End job on node102 at 2018-07-29 18:59:07