Trace number 4258105

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 2017-07-05? (TO) 260.10699 105.558

General information on the benchmark

NameOpenStacks/
OpenStacks-m2c-s1/OpenStacks-m2c-Miller-19.xml
MD5SUMca3b02115b63c058d23855e217e5f7b7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark13
Best CPU time to get the best result obtained on this benchmark244.711
Satisfiable
(Un)Satisfiability was proved
Number of variables920
Number of constraints881
Number of domains3
Minimum domain size2
Maximum domain size41
Distribution of domain sizes[{"size":2,"count":800},{"size":40,"count":80},{"size":41,"count":40}]
Minimum variable degree2
Maximum variable degree41
Distribution of variable degrees[{"degree":2,"count":840},{"degree":9,"count":40},{"degree":41,"count":40}]
Minimum constraint arity3
Maximum constraint arity40
Distribution of constraint arities[{"arity":3,"count":800},{"arity":9,"count":40},{"arity":21,"count":40},{"arity":40,"count":1}]
Number of extensional constraints800
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":800},{"type":"allDifferent","count":1},{"type":"sum","count":40},{"type":"minimum","count":20},{"type":"maximum","count":20}]
Optimization problemYES
Type of objectivemin MAXIMUM

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4258105-1502652965/watcher-4258105-1502652965 -o /tmp/evaluation-result-4258105-1502652965/solver-4258105-1502652965 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502642200-6041 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258105-1502652965.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=20183, runsolver pid=20180

[startup+0.100109 s]*
/proc/loadavg: 5.16 4.52 4.50 5/196 20184
/proc/meminfo: memFree=28162764/32770624 swapFree=67108860/67108860
[pid=20183] ppid=20180 vsize=33976 memory=456 CPUtime=0 cores=1,3,5,7
/proc/20183/stat : 20183 (runsolver) D 20180 20183 17093 0 -1 4202560 111 0 0 0 0 0 0 0 20 0 1 0 67489869 34791424 114 18446744073709551615 4194304 4346622 140728697267632 140728697264264 140168047469271 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6446216 6449568 33734656 140728697274475 140728697274921 140728697274921 140728697278410 0
/proc/20183/statm: 8494 114 53 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 456 KiB

[startup+0.209061 s]*
/proc/loadavg: 5.16 4.52 4.50 5/209 20197
/proc/meminfo: memFree=28148848/32770624 swapFree=67108860/67108860
[pid=20183] ppid=20180 vsize=10484492 memory=22356 CPUtime=0.05 cores=1,3,5,7
/proc/20183/stat : 20183 (java) S 20180 20183 17093 0 -1 1077944320 4539 0 0 0 5 0 0 0 20 0 14 0 67489869 10736119808 5589 18446744073709551615 4194304 4196468 140731350356784 140731350339328 139852191702775 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 13 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
/proc/20183/statm: 2621123 5589 2577 1 0 2610620 0
[pid=20183/tid=20185] ppid=20180 vsize=10484492 memory=8318255677412212789 CPUtime=0.04 cores=1,3,5,7
/proc/20183/task/20185/stat : 20185 (java) D 20180 20183 17093 0 -1 4202560 2662 0 0 0 4 0 0 0 20 0 14 0 67489882 10736119808 5589 18446744073709551615 4194304 4196468 140731350356784 139852195940256 139852191724797 0 4 1 16800974 18446744071580418449 0 0 -1 5 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20186] ppid=20180 vsize=10484492 memory=330 CPUtime=0 cores=1,3,5,7
/proc/20183/task/20186/stat : 20186 (java) S 20180 20183 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 67489883 10736119808 5589 18446744073709551615 4194304 4196468 140731350356784 139851802339600 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20187] ppid=20180 vsize=10484492 memory=288370544202131072 CPUtime=0 cores=1,3,5,7
/proc/20183/task/20187/stat : 20187 (java) S 20180 20183 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 67489883 10736119808 5589 18446744073709551615 4194304 4196468 140731350356784 139851801287056 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20188] ppid=20180 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20183/task/20188/stat : 20188 (java) S 20180 20183 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 67489883 10736119808 5589 18446744073709551615 4194304 4196468 140731350356784 139851800234512 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20189] ppid=20180 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20183/task/20189/stat : 20189 (java) S 20180 20183 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 67489883 10736119808 5589 18446744073709551615 4194304 4196468 140731350356784 139851799181968 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20190] ppid=20180 vsize=10484492 memory=140168050419328 CPUtime=0 cores=1,3,5,7
/proc/20183/task/20190/stat : 20190 (java) S 20180 20183 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 67489884 10736119808 5589 18446744073709551615 4194304 4196468 140731350356784 139851687791088 139852191713922 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20191] ppid=20180 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20183/task/20191/stat : 20191 (java) S 20180 20183 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 67489884 10736119808 5589 18446744073709551615 4194304 4196468 140731350356784 139851686737312 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20192] ppid=20180 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20183/task/20192/stat : 20192 (java) S 20180 20183 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 67489885 10736119808 5589 18446744073709551615 4194304 4196468 140731350356784 139851685684720 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20193] ppid=20180 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20183/task/20193/stat : 20193 (java) S 20180 20183 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 67489887 10736119808 5589 18446744073709551615 4194304 4196468 140731350356784 139851684633296 139852191721371 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20194] ppid=20180 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20183/task/20194/stat : 20194 (java) S 20180 20183 17093 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 14 0 67489887 10736119808 5589 18446744073709551615 4194304 4196468 140731350356784 139851683579888 139852191713922 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20195] ppid=20180 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20183/task/20195/stat : 20195 (java) S 20180 20183 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 67489887 10736119808 5589 18446744073709551615 4194304 4196468 140731350356784 139851682527344 139852191713922 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20196] ppid=20180 vsize=10484492 memory=140168050419328 CPUtime=0 cores=1,3,5,7
/proc/20183/task/20196/stat : 20196 (java) S 20180 20183 17093 0 -1 1077944384 206 0 0 0 0 0 0 0 20 0 14 0 67489887 10736119808 5589 18446744073709551615 4194304 4196468 140731350356784 139851681474800 139852191713922 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20197] ppid=20180 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20183/task/20197/stat : 20197 (java) S 20180 20183 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 67489887 10736119808 5589 18446744073709551615 4194304 4196468 140731350356784 139851680422496 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 22356 KiB

[startup+0.309979 s]*
/proc/loadavg: 5.16 4.52 4.50 9/210 20198
/proc/meminfo: memFree=28139460/32770624 swapFree=67108860/67108860
[pid=20183] ppid=20180 vsize=10551156 memory=30868 CPUtime=0.17 cores=1,3,5,7
/proc/20183/stat : 20183 (java) S 20180 20183 17093 0 -1 1077944320 8005 0 0 0 15 2 0 0 20 0 15 0 67489869 10804383744 7717 18446744073709551615 4194304 4196468 140731350356784 140731350339328 139852191702775 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 13 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
/proc/20183/statm: 2637789 7717 2859 1 0 2627261 0
[pid=20183/tid=20185] ppid=20180 vsize=10551156 memory=-8774313645642428999 CPUtime=0.12 cores=1,3,5,7
/proc/20183/task/20185/stat : 20185 (java) R 20180 20183 17093 0 -1 4202560 5694 0 0 0 11 1 0 0 20 0 15 0 67489882 10804383744 7717 18446744073709551615 4194304 4196468 140731350356784 139852195934928 139852191724701 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20186] ppid=20180 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20183/task/20186/stat : 20186 (java) S 20180 20183 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67489883 10804383744 7717 18446744073709551615 4194304 4196468 140731350356784 139851802339600 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20187] ppid=20180 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20183/task/20187/stat : 20187 (java) S 20180 20183 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67489883 10804383744 7717 18446744073709551615 4194304 4196468 140731350356784 139851801287056 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20188] ppid=20180 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20183/task/20188/stat : 20188 (java) S 20180 20183 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67489883 10804383744 7717 18446744073709551615 4194304 4196468 140731350356784 139851800234512 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20189] ppid=20180 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20183/task/20189/stat : 20189 (java) S 20180 20183 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67489883 10804383744 7717 18446744073709551615 4194304 4196468 140731350356784 139851799181968 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20190] ppid=20180 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20183/task/20190/stat : 20190 (java) S 20180 20183 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67489884 10804383744 7717 18446744073709551615 4194304 4196468 140731350356784 139851687791088 139852191713922 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20191] ppid=20180 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20183/task/20191/stat : 20191 (java) S 20180 20183 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 67489884 10804383744 7717 18446744073709551615 4194304 4196468 140731350356784 139851686737312 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20192] ppid=20180 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20183/task/20192/stat : 20192 (java) S 20180 20183 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 67489885 10804383744 7717 18446744073709551615 4194304 4196468 140731350356784 139851685684720 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20193] ppid=20180 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20183/task/20193/stat : 20193 (java) S 20180 20183 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67489887 10804383744 7717 18446744073709551615 4194304 4196468 140731350356784 139851684633296 139852191721371 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20194] ppid=20180 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20183/task/20194/stat : 20194 (java) S 20180 20183 17093 0 -1 1077944384 484 0 0 0 0 0 0 0 20 0 15 0 67489887 10804383744 7717 18446744073709551615 4194304 4196468 140731350356784 139851683579888 139852191713922 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20195] ppid=20180 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20183/task/20195/stat : 20195 (java) S 20180 20183 17093 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 15 0 67489887 10804383744 7717 18446744073709551615 4194304 4196468 140731350356784 139851682527344 139852191713922 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20196] ppid=20180 vsize=10551156 memory=140168050419328 CPUtime=0.02 cores=1,3,5,7
/proc/20183/task/20196/stat : 20196 (java) R 20180 20183 17093 0 -1 4202560 385 0 0 0 2 0 0 0 20 0 15 0 67489887 10804383744 7717 18446744073709551615 4194304 4196468 140731350356784 139851681474800 139852191724122 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20197] ppid=20180 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20183/task/20197/stat : 20197 (java) S 20180 20183 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67489887 10804383744 7717 18446744073709551615 4194304 4196468 140731350356784 139851680422496 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20198] ppid=20180 vsize=10551156 memory=140168050419328 CPUtime=0 cores=1,3,5,7
/proc/20183/task/20198/stat : 20198 (java) S 20180 20183 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67489893 10804383744 7717 18446744073709551615 4194304 4196468 140731350356784 139851679370032 139852191713922 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 30868 KiB

[startup+0.701393 s]
/proc/loadavg: 5.16 4.52 4.50 7/210 20198
/proc/meminfo: memFree=28118620/32770624 swapFree=67108860/67108860
[pid=20183] ppid=20180 vsize=10551232 memory=94636 CPUtime=1.2 cores=1,3,5,7
/proc/20183/stat : 20183 (java) S 20180 20183 17093 0 -1 1077944320 12838 0 0 0 115 5 0 0 20 0 15 0 67489869 10804461568 23659 18446744073709551615 4194304 4196468 140731350356784 140731350339328 139852191702775 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 13 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
/proc/20183/statm: 2637808 23659 3053 1 0 2627261 0
[pid=20183/tid=20185] ppid=20180 vsize=10551232 memory=4 CPUtime=0.49 cores=1,3,5,7
/proc/20183/task/20185/stat : 20185 (java) R 20180 20183 17093 0 -1 4202560 7361 0 0 0 46 3 0 0 20 0 15 0 67489882 10804461568 23659 18446744073709551615 4194304 4196468 140731350356784 139852195939232 139851805040223 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20186] ppid=20180 vsize=10551232 memory=23 CPUtime=0 cores=1,3,5,7
/proc/20183/task/20186/stat : 20186 (java) S 20180 20183 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67489883 10804461568 23659 18446744073709551615 4194304 4196468 140731350356784 139851802339600 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20187] ppid=20180 vsize=10551232 memory=435 CPUtime=0 cores=1,3,5,7
/proc/20183/task/20187/stat : 20187 (java) S 20180 20183 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67489883 10804461568 23659 18446744073709551615 4194304 4196468 140731350356784 139851801287056 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20188] ppid=20180 vsize=10551232 memory=253 CPUtime=0 cores=1,3,5,7
/proc/20183/task/20188/stat : 20188 (java) S 20180 20183 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67489883 10804461568 23659 18446744073709551615 4194304 4196468 140731350356784 139851800234512 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20189] ppid=20180 vsize=10551232 memory=2301 CPUtime=0 cores=1,3,5,7
/proc/20183/task/20189/stat : 20189 (java) S 20180 20183 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67489883 10804461568 23659 18446744073709551615 4194304 4196468 140731350356784 139851799181968 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20190] ppid=20180 vsize=10551232 memory=304 CPUtime=0 cores=1,3,5,7
/proc/20183/task/20190/stat : 20190 (java) S 20180 20183 17093 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 67489884 10804461568 23659 18446744073709551615 4194304 4196468 140731350356784 139851687791088 139852191713922 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20191] ppid=20180 vsize=10551232 memory=865 CPUtime=0 cores=1,3,5,7
/proc/20183/task/20191/stat : 20191 (java) S 20180 20183 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 67489884 10804461568 23659 18446744073709551615 4194304 4196468 140731350356784 139851686737312 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20192] ppid=20180 vsize=10551232 memory=57 CPUtime=0 cores=1,3,5,7
/proc/20183/task/20192/stat : 20192 (java) S 20180 20183 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 67489885 10804461568 23659 18446744073709551615 4194304 4196468 140731350356784 139851685684720 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20193] ppid=20180 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20183/task/20193/stat : 20193 (java) S 20180 20183 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67489887 10804461568 23659 18446744073709551615 4194304 4196468 140731350356784 139851684633296 139852191721371 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20194] ppid=20180 vsize=10551232 memory=1624 CPUtime=0.22 cores=1,3,5,7
/proc/20183/task/20194/stat : 20194 (java) R 20180 20183 17093 0 -1 4202560 1301 0 0 0 22 0 0 0 20 0 15 0 67489887 10804461568 23659 18446744073709551615 4194304 4196468 140731350356784 139851683560280 139852176101356 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20195] ppid=20180 vsize=10551232 memory=7302135314614015841 CPUtime=0.21 cores=1,3,5,7
/proc/20183/task/20195/stat : 20195 (java) R 20180 20183 17093 0 -1 4202560 1320 0 0 0 21 0 0 0 20 0 15 0 67489887 10804461568 23659 18446744073709551615 4194304 4196468 140731350356784 139851682513856 139852176624528 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20196] ppid=20180 vsize=10551232 memory=7739276948477929576 CPUtime=0.24 cores=1,3,5,7
/proc/20183/task/20196/stat : 20196 (java) S 20180 20183 17093 0 -1 1077944384 1486 0 0 0 24 0 0 0 20 0 15 0 67489887 10804461568 23659 18446744073709551615 4194304 4196468 140731350356784 139851681474800 139852191713922 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20197] ppid=20180 vsize=10551232 memory=7019257425709197167 CPUtime=0 cores=1,3,5,7
/proc/20183/task/20197/stat : 20197 (java) S 20180 20183 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67489887 10804461568 23659 18446744073709551615 4194304 4196468 140731350356784 139851680422496 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20198] ppid=20180 vsize=10551232 memory=7525635276776890708 CPUtime=0 cores=1,3,5,7
/proc/20183/task/20198/stat : 20198 (java) S 20180 20183 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67489893 10804461568 23659 18446744073709551615 4194304 4196468 140731350356784 139851679370032 139852191713922 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 94636 KiB

[startup+1.50139 s]
/proc/loadavg: 5.16 4.52 4.50 10/210 20198
/proc/meminfo: memFree=27982036/32770624 swapFree=67108860/67108860
[pid=20183] ppid=20180 vsize=10551232 memory=250128 CPUtime=3.64 cores=1,3,5,7
/proc/20183/stat : 20183 (java) S 20180 20183 17093 0 -1 1077944320 16418 0 0 0 347 17 0 0 20 0 15 0 67489869 10804461568 62532 18446744073709551615 4194304 4196468 140731350356784 140731350339328 139852191702775 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 13 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
/proc/20183/statm: 2637808 62532 3106 1 0 2627261 0
[pid=20183/tid=20185] ppid=20180 vsize=10551232 memory=288230621803970871 CPUtime=1.22 cores=1,3,5,7
/proc/20183/task/20185/stat : 20185 (java) R 20180 20183 17093 0 -1 4202560 7888 0 0 0 118 4 0 0 20 0 15 0 67489882 10804461568 62532 18446744073709551615 4194304 4196468 140731350356784 139852195936216 139852173650200 0 4 1 16800974 0 0 0 -1 7 0 0 5 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20186] ppid=20180 vsize=10551232 memory=13563795322702378 CPUtime=0.06 cores=1,3,5,7
/proc/20183/task/20186/stat : 20186 (java) S 20180 20183 17093 0 -1 1077944384 96 0 0 0 4 2 0 0 20 0 15 0 67489883 10804461568 62532 18446744073709551615 4194304 4196468 140731350356784 139851802339600 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20187] ppid=20180 vsize=10551232 memory=4612 CPUtime=0.06 cores=1,3,5,7
/proc/20183/task/20187/stat : 20187 (java) S 20180 20183 17093 0 -1 1077944384 116 0 0 0 4 2 0 0 20 0 15 0 67489883 10804461568 62532 18446744073709551615 4194304 4196468 140731350356784 139851801287056 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20188] ppid=20180 vsize=10551232 memory=1708 CPUtime=0.06 cores=1,3,5,7
/proc/20183/task/20188/stat : 20188 (java) S 20180 20183 17093 0 -1 1077944384 94 0 0 0 4 2 0 0 20 0 15 0 67489883 10804461568 62532 18446744073709551615 4194304 4196468 140731350356784 139851800234512 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20189] ppid=20180 vsize=10551232 memory=1444 CPUtime=0.06 cores=1,3,5,7
/proc/20183/task/20189/stat : 20189 (java) S 20180 20183 17093 0 -1 1077944384 104 0 0 0 4 2 0 0 20 0 15 0 67489883 10804461568 62532 18446744073709551615 4194304 4196468 140731350356784 139851799181968 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20190] ppid=20180 vsize=10551232 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/20183/task/20190/stat : 20190 (java) S 20180 20183 17093 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 67489884 10804461568 62532 18446744073709551615 4194304 4196468 140731350356784 139851687791088 139852191713922 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20191] ppid=20180 vsize=10551232 memory=12200 CPUtime=0 cores=1,3,5,7
/proc/20183/task/20191/stat : 20191 (java) S 20180 20183 17093 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 67489884 10804461568 62532 18446744073709551615 4194304 4196468 140731350356784 139851686737376 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20192] ppid=20180 vsize=10551232 memory=1992 CPUtime=0 cores=1,3,5,7
/proc/20183/task/20192/stat : 20192 (java) S 20180 20183 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 67489885 10804461568 62532 18446744073709551615 4194304 4196468 140731350356784 139851685684720 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20193] ppid=20180 vsize=10551232 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/20183/task/20193/stat : 20193 (java) S 20180 20183 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67489887 10804461568 62532 18446744073709551615 4194304 4196468 140731350356784 139851684633296 139852191721371 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20194] ppid=20180 vsize=10551232 memory=1000 CPUtime=0.86 cores=1,3,5,7
/proc/20183/task/20194/stat : 20194 (java) R 20180 20183 17093 0 -1 4202560 2102 0 0 0 86 0 0 0 20 0 15 0 67489887 10804461568 62532 18446744073709551615 4194304 4196468 140731350356784 139851683572376 139852176443608 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20195] ppid=20180 vsize=10551232 memory=796 CPUtime=0.83 cores=1,3,5,7
/proc/20183/task/20195/stat : 20195 (java) R 20180 20183 17093 0 -1 4202560 2667 0 0 0 82 1 0 0 20 0 15 0 67489887 10804461568 62532 18446744073709551615 4194304 4196468 140731350356784 139851682508360 139852175188827 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20196] ppid=20180 vsize=10551232 memory=10968 CPUtime=0.41 cores=1,3,5,7
/proc/20183/task/20196/stat : 20196 (java) S 20180 20183 17093 0 -1 1077944384 1905 0 0 0 41 0 0 0 20 0 15 0 67489887 10804461568 62532 18446744073709551615 4194304 4196468 140731350356784 139851681474800 139852191713922 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20197] ppid=20180 vsize=10551232 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/20183/task/20197/stat : 20197 (java) S 20180 20183 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67489887 10804461568 62532 18446744073709551615 4194304 4196468 140731350356784 139851680422496 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20198] ppid=20180 vsize=10551232 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/20183/task/20198/stat : 20198 (java) S 20180 20183 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67489893 10804461568 62532 18446744073709551615 4194304 4196468 140731350356784 139851679370032 139852191713922 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
Current children cumulated CPU time: 3.64 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 250128 KiB

[startup+3.10998 s]
/proc/loadavg: 5.39 4.58 4.51 4/210 20198
/proc/meminfo: memFree=27515276/32770624 swapFree=67108860/67108860
[pid=20183] ppid=20180 vsize=10551232 memory=720736 CPUtime=7.36 cores=1,3,5,7
/proc/20183/stat : 20183 (java) S 20180 20183 17093 0 -1 1077944320 26777 0 0 0 706 30 0 0 20 0 15 0 67489869 10804461568 180184 18446744073709551615 4194304 4196468 140731350356784 140731350339328 139852191702775 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 13 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
/proc/20183/statm: 2637808 180184 3107 1 0 2627261 0
[pid=20183/tid=20185] ppid=20180 vsize=10551232 memory=7163626566474294104 CPUtime=2.61 cores=1,3,5,7
/proc/20183/task/20185/stat : 20185 (java) R 20180 20183 17093 0 -1 4202560 8343 0 0 0 254 7 0 0 20 0 15 0 67489882 10804461568 180184 18446744073709551615 4194304 4196468 140731350356784 139852195940200 139851807327248 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20186] ppid=20180 vsize=10551232 memory=7163626566474294104 CPUtime=0.19 cores=1,3,5,7
/proc/20183/task/20186/stat : 20186 (java) S 20180 20183 17093 0 -1 1077944384 559 0 0 0 15 4 0 0 20 0 15 0 67489883 10804461568 180184 18446744073709551615 4194304 4196468 140731350356784 139851802339600 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0

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

[pid=20183/tid=20197] ppid=20180 vsize=10551232 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/20183/task/20197/stat : 20197 (java) S 20180 20183 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67489887 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 139851680422496 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20198] ppid=20180 vsize=10551232 memory=1444 CPUtime=0.05 cores=1,3,5,7
/proc/20183/task/20198/stat : 20198 (java) S 20180 20183 17093 0 -1 1077944384 246 0 0 0 3 2 0 0 20 0 15 0 67489893 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 139851679370032 139852191713922 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
Current children cumulated CPU time: 254.22 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8337012 KiB

[startup+104.801 s]
/proc/loadavg: 4.39 4.49 4.49 6/210 20279
/proc/meminfo: memFree=19858456/32770624 swapFree=67108860/67108860
[pid=20183] ppid=20180 vsize=10551232 memory=8337012 CPUtime=257.31 cores=1,3,5,7
/proc/20183/stat : 20183 (java) S 20180 20183 17093 0 -1 1077944320 196698 0 0 0 25187 544 0 0 20 0 15 0 67489869 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 140731350339328 139852191702775 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 13 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
/proc/20183/statm: 2637808 2084253 3132 1 0 2627261 0
[pid=20183/tid=20185] ppid=20180 vsize=10551232 memory=6647756 CPUtime=37.05 cores=1,3,5,7
/proc/20183/task/20185/stat : 20185 (java) S 20180 20183 17093 0 -1 1077944384 18316 0 0 0 3689 16 0 0 20 0 15 0 67489882 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 139852195935056 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20186] ppid=20180 vsize=10551232 memory=4028 CPUtime=49.7 cores=1,3,5,7
/proc/20183/task/20186/stat : 20186 (java) R 20180 20183 17093 0 -1 4202560 30654 0 0 0 4843 127 0 0 20 0 15 0 67489883 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 139851802339408 139852184330983 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20187] ppid=20180 vsize=10551232 memory=8336668 CPUtime=49.69 cores=1,3,5,7
/proc/20183/task/20187/stat : 20187 (java) R 20180 20183 17093 0 -1 4202560 41213 0 0 0 4840 129 0 0 20 0 15 0 67489883 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 139851801286864 139852184330983 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20188] ppid=20180 vsize=10551232 memory=8337012 CPUtime=49.74 cores=1,3,5,7
/proc/20183/task/20188/stat : 20188 (java) R 20180 20183 17093 0 -1 4202560 28125 0 0 0 4849 125 0 0 20 0 15 0 67489883 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 139851800234712 139852176402687 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20189] ppid=20180 vsize=10551232 memory=12200 CPUtime=49.58 cores=1,3,5,7
/proc/20183/task/20189/stat : 20189 (java) R 20180 20183 17093 0 -1 4202560 35693 0 0 0 4822 136 0 0 20 0 15 0 67489883 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 139851799181776 139852184330983 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20190] ppid=20180 vsize=10551232 memory=1992 CPUtime=17.14 cores=1,3,5,7
/proc/20183/task/20190/stat : 20190 (java) S 20180 20183 17093 0 -1 1077944384 21956 0 0 0 1713 1 0 0 20 0 15 0 67489884 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 139851687789632 139852191712981 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20191] ppid=20180 vsize=10551232 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/20183/task/20191/stat : 20191 (java) S 20180 20183 17093 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 67489884 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 139851686737376 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20192] ppid=20180 vsize=10551232 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/20183/task/20192/stat : 20192 (java) S 20180 20183 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 67489885 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 139851685684720 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20193] ppid=20180 vsize=10551232 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/20183/task/20193/stat : 20193 (java) S 20180 20183 17093 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 67489887 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 139851684632944 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20194] ppid=20180 vsize=10551232 memory=1228 CPUtime=1.98 cores=1,3,5,7
/proc/20183/task/20194/stat : 20194 (java) S 20180 20183 17093 0 -1 1077944384 8292 0 0 0 197 1 0 0 20 0 15 0 67489887 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 139851683579648 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20195] ppid=20180 vsize=10551232 memory=12200 CPUtime=1.82 cores=1,3,5,7
/proc/20183/task/20195/stat : 20195 (java) S 20180 20183 17093 0 -1 1077944384 7144 0 0 0 180 2 0 0 20 0 15 0 67489887 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 139851682527392 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20196] ppid=20180 vsize=10551232 memory=-8774313645642428999 CPUtime=0.44 cores=1,3,5,7
/proc/20183/task/20196/stat : 20196 (java) S 20180 20183 17093 0 -1 1077944384 3694 0 0 0 44 0 0 0 20 0 15 0 67489887 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 139851681474848 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20197] ppid=20180 vsize=10551232 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/20183/task/20197/stat : 20197 (java) S 20180 20183 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67489887 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 139851680422496 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20198] ppid=20180 vsize=10551232 memory=1708 CPUtime=0.05 cores=1,3,5,7
/proc/20183/task/20198/stat : 20198 (java) S 20180 20183 17093 0 -1 1077944384 246 0 0 0 3 2 0 0 20 0 15 0 67489893 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 139851679370032 139852191713922 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
Current children cumulated CPU time: 257.31 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8337012 KiB

[startup+105.201 s]
/proc/loadavg: 4.39 4.49 4.49 9/210 20279
/proc/meminfo: memFree=19798692/32770624 swapFree=67108860/67108860
[pid=20183] ppid=20180 vsize=10551232 memory=8337012 CPUtime=258.85 cores=1,3,5,7
/proc/20183/stat : 20183 (java) S 20180 20183 17093 0 -1 1077944320 196698 0 0 0 25341 544 0 0 20 0 15 0 67489869 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 140731350339328 139852191702775 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 13 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
/proc/20183/statm: 2637808 2084253 3132 1 0 2627261 0
[pid=20183/tid=20185] ppid=20180 vsize=10551232 memory=-8774313645642428999 CPUtime=37.05 cores=1,3,5,7
/proc/20183/task/20185/stat : 20185 (java) S 20180 20183 17093 0 -1 1077944384 18316 0 0 0 3689 16 0 0 20 0 15 0 67489882 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 139852195935056 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20186] ppid=20180 vsize=10551232 memory=288230621803970871 CPUtime=50.09 cores=1,3,5,7
/proc/20183/task/20186/stat : 20186 (java) R 20180 20183 17093 0 -1 4202560 30654 0 0 0 4881 128 0 0 20 0 15 0 67489883 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 139851802339408 139852184330983 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20187] ppid=20180 vsize=10551232 memory=13563795322702378 CPUtime=50.07 cores=1,3,5,7
/proc/20183/task/20187/stat : 20187 (java) R 20180 20183 17093 0 -1 4202560 41213 0 0 0 4878 129 0 0 20 0 15 0 67489883 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 139851801286864 139852184330983 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20188] ppid=20180 vsize=10551232 memory=37984 CPUtime=50.13 cores=1,3,5,7
/proc/20183/task/20188/stat : 20188 (java) R 20180 20183 17093 0 -1 4202560 28125 0 0 0 4888 125 0 0 20 0 15 0 67489883 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 139851800234712 139852176692418 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20189] ppid=20180 vsize=10551232 memory=1296 CPUtime=49.96 cores=1,3,5,7
/proc/20183/task/20189/stat : 20189 (java) R 20180 20183 17093 0 -1 4202560 35693 0 0 0 4860 136 0 0 20 0 15 0 67489883 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 139851799182088 139852184330983 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20190] ppid=20180 vsize=10551232 memory=8050248 CPUtime=17.14 cores=1,3,5,7
/proc/20183/task/20190/stat : 20190 (java) S 20180 20183 17093 0 -1 1077944384 21956 0 0 0 1713 1 0 0 20 0 15 0 67489884 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 139851687789632 139852191712981 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20191] ppid=20180 vsize=10551232 memory=10968 CPUtime=0 cores=1,3,5,7
/proc/20183/task/20191/stat : 20191 (java) S 20180 20183 17093 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 67489884 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 139851686737376 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20192] ppid=20180 vsize=10551232 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/20183/task/20192/stat : 20192 (java) S 20180 20183 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 67489885 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 139851685684720 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20193] ppid=20180 vsize=10551232 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/20183/task/20193/stat : 20193 (java) S 20180 20183 17093 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 67489887 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 139851684632944 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20194] ppid=20180 vsize=10551232 memory=21376 CPUtime=1.98 cores=1,3,5,7
/proc/20183/task/20194/stat : 20194 (java) S 20180 20183 17093 0 -1 1077944384 8292 0 0 0 197 1 0 0 20 0 15 0 67489887 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 139851683579648 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20195] ppid=20180 vsize=10551232 memory=1788 CPUtime=1.82 cores=1,3,5,7
/proc/20183/task/20195/stat : 20195 (java) S 20180 20183 17093 0 -1 1077944384 7144 0 0 0 180 2 0 0 20 0 15 0 67489887 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 139851682527392 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20196] ppid=20180 vsize=10551232 memory=640 CPUtime=0.44 cores=1,3,5,7
/proc/20183/task/20196/stat : 20196 (java) S 20180 20183 17093 0 -1 1077944384 3694 0 0 0 44 0 0 0 20 0 15 0 67489887 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 139851681474848 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20197] ppid=20180 vsize=10551232 memory=960 CPUtime=0 cores=1,3,5,7
/proc/20183/task/20197/stat : 20197 (java) S 20180 20183 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67489887 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 139851680422496 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20198] ppid=20180 vsize=10551232 memory=1232 CPUtime=0.05 cores=1,3,5,7
/proc/20183/task/20198/stat : 20198 (java) S 20180 20183 17093 0 -1 1077944384 246 0 0 0 3 2 0 0 20 0 15 0 67489893 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 139851679370032 139852191713922 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
Current children cumulated CPU time: 258.85 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8337012 KiB

[startup+105.401 s]
/proc/loadavg: 4.39 4.49 4.49 9/210 20279
/proc/meminfo: memFree=19798692/32770624 swapFree=67108860/67108860
[pid=20183] ppid=20180 vsize=10551232 memory=8337012 CPUtime=259.62 cores=1,3,5,7
/proc/20183/stat : 20183 (java) S 20180 20183 17093 0 -1 1077944320 196698 0 0 0 25418 544 0 0 20 0 15 0 67489869 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 140731350339328 139852191702775 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 13 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
/proc/20183/statm: 2637808 2084253 3132 1 0 2627261 0
[pid=20183/tid=20185] ppid=20180 vsize=10551232 memory=288230621803970871 CPUtime=37.05 cores=1,3,5,7
/proc/20183/task/20185/stat : 20185 (java) S 20180 20183 17093 0 -1 1077944384 18316 0 0 0 3689 16 0 0 20 0 15 0 67489882 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 139852195935056 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20186] ppid=20180 vsize=10551232 memory=13563795322702378 CPUtime=50.28 cores=1,3,5,7
/proc/20183/task/20186/stat : 20186 (java) R 20180 20183 17093 0 -1 4202560 30654 0 0 0 4900 128 0 0 20 0 15 0 67489883 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 139851802339408 139852184330983 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20187] ppid=20180 vsize=10551232 memory=8077252 CPUtime=50.27 cores=1,3,5,7
/proc/20183/task/20187/stat : 20187 (java) R 20180 20183 17093 0 -1 4202560 41213 0 0 0 4898 129 0 0 20 0 15 0 67489883 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 139851801287176 139852184330983 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20188] ppid=20180 vsize=10551232 memory=3904 CPUtime=50.33 cores=1,3,5,7
/proc/20183/task/20188/stat : 20188 (java) R 20180 20183 17093 0 -1 4202560 28125 0 0 0 4908 125 0 0 20 0 15 0 67489883 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 139851800234712 139852176699179 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20189] ppid=20180 vsize=10551232 memory=1156 CPUtime=50.16 cores=1,3,5,7
/proc/20183/task/20189/stat : 20189 (java) R 20180 20183 17093 0 -1 4202560 35693 0 0 0 4880 136 0 0 20 0 15 0 67489883 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 139851799181776 139852184330983 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20190] ppid=20180 vsize=10551232 memory=2876 CPUtime=17.14 cores=1,3,5,7
/proc/20183/task/20190/stat : 20190 (java) S 20180 20183 17093 0 -1 1077944384 21956 0 0 0 1713 1 0 0 20 0 15 0 67489884 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 139851687789632 139852191712981 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20191] ppid=20180 vsize=10551232 memory=8077220 CPUtime=0 cores=1,3,5,7
/proc/20183/task/20191/stat : 20191 (java) S 20180 20183 17093 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 67489884 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 139851686737376 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20192] ppid=20180 vsize=10551232 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/20183/task/20192/stat : 20192 (java) S 20180 20183 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 67489885 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 139851685684720 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20193] ppid=20180 vsize=10551232 memory=2640 CPUtime=0 cores=1,3,5,7
/proc/20183/task/20193/stat : 20193 (java) S 20180 20183 17093 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 67489887 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 139851684632944 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20194] ppid=20180 vsize=10551232 memory=2735572 CPUtime=1.98 cores=1,3,5,7
/proc/20183/task/20194/stat : 20194 (java) S 20180 20183 17093 0 -1 1077944384 8292 0 0 0 197 1 0 0 20 0 15 0 67489887 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 139851683579648 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20195] ppid=20180 vsize=10551232 memory=2319389199166433186 CPUtime=1.82 cores=1,3,5,7
/proc/20183/task/20195/stat : 20195 (java) S 20180 20183 17093 0 -1 1077944384 7144 0 0 0 180 2 0 0 20 0 15 0 67489887 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 139851682527392 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20196] ppid=20180 vsize=10551232 memory=-8774313645642428999 CPUtime=0.44 cores=1,3,5,7
/proc/20183/task/20196/stat : 20196 (java) S 20180 20183 17093 0 -1 1077944384 3694 0 0 0 44 0 0 0 20 0 15 0 67489887 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 139851681474848 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20197] ppid=20180 vsize=10551232 memory=37984 CPUtime=0 cores=1,3,5,7
/proc/20183/task/20197/stat : 20197 (java) S 20180 20183 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67489887 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 139851680422496 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20198] ppid=20180 vsize=10551232 memory=1444 CPUtime=0.05 cores=1,3,5,7
/proc/20183/task/20198/stat : 20198 (java) S 20180 20183 17093 0 -1 1077944384 246 0 0 0 3 2 0 0 20 0 15 0 67489893 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 139851679370032 139852191713922 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
Current children cumulated CPU time: 259.62 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8337012 KiB

[startup+105.501 s]
/proc/loadavg: 4.39 4.49 4.49 9/210 20279
/proc/meminfo: memFree=19798692/32770624 swapFree=67108860/67108860
[pid=20183] ppid=20180 vsize=10551232 memory=8337012 CPUtime=260.01 cores=1,3,5,7
/proc/20183/stat : 20183 (java) S 20180 20183 17093 0 -1 1077944320 196698 0 0 0 25457 544 0 0 20 0 15 0 67489869 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 140731350339328 139852191702775 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 13 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
/proc/20183/statm: 2637808 2084253 3132 1 0 2627261 0
[pid=20183/tid=20185] ppid=20180 vsize=10551232 memory=8337012 CPUtime=37.05 cores=1,3,5,7
/proc/20183/task/20185/stat : 20185 (java) S 20180 20183 17093 0 -1 1077944384 18316 0 0 0 3689 16 0 0 20 0 15 0 67489882 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 139852195935056 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20186] ppid=20180 vsize=10551232 memory=8077252 CPUtime=50.38 cores=1,3,5,7
/proc/20183/task/20186/stat : 20186 (java) R 20180 20183 17093 0 -1 4202560 30654 0 0 0 4910 128 0 0 20 0 15 0 67489883 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 139851802339408 139852184330983 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20187] ppid=20180 vsize=10551232 memory=8077252 CPUtime=50.36 cores=1,3,5,7
/proc/20183/task/20187/stat : 20187 (java) R 20180 20183 17093 0 -1 4202560 41213 0 0 0 4907 129 0 0 20 0 15 0 67489883 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 139851801286864 139852184330983 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20188] ppid=20180 vsize=10551232 memory=8041292 CPUtime=50.43 cores=1,3,5,7
/proc/20183/task/20188/stat : 20188 (java) R 20180 20183 17093 0 -1 4202560 28125 0 0 0 4918 125 0 0 20 0 15 0 67489883 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 139851800234712 139852176160243 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20189] ppid=20180 vsize=10551232 memory=8077252 CPUtime=50.25 cores=1,3,5,7
/proc/20183/task/20189/stat : 20189 (java) R 20180 20183 17093 0 -1 4202560 35693 0 0 0 4889 136 0 0 20 0 15 0 67489883 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 139851799181776 139852184330983 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20190] ppid=20180 vsize=10551232 memory=280335871098312 CPUtime=17.14 cores=1,3,5,7
/proc/20183/task/20190/stat : 20190 (java) S 20180 20183 17093 0 -1 1077944384 21956 0 0 0 1713 1 0 0 20 0 15 0 67489884 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 139851687789632 139852191712981 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20191] ppid=20180 vsize=10551232 memory=8077252 CPUtime=0 cores=1,3,5,7
/proc/20183/task/20191/stat : 20191 (java) S 20180 20183 17093 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 67489884 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 139851686737376 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20192] ppid=20180 vsize=10551232 memory=8337012 CPUtime=0 cores=1,3,5,7
/proc/20183/task/20192/stat : 20192 (java) S 20180 20183 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 67489885 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 139851685684720 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20193] ppid=20180 vsize=10551232 memory=8337012 CPUtime=0 cores=1,3,5,7
/proc/20183/task/20193/stat : 20193 (java) S 20180 20183 17093 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 67489887 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 139851684632944 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20194] ppid=20180 vsize=10551232 memory=8041292 CPUtime=1.98 cores=1,3,5,7
/proc/20183/task/20194/stat : 20194 (java) S 20180 20183 17093 0 -1 1077944384 8292 0 0 0 197 1 0 0 20 0 15 0 67489887 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 139851683579648 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20195] ppid=20180 vsize=10551232 memory=0 CPUtime=1.82 cores=1,3,5,7
/proc/20183/task/20195/stat : 20195 (java) S 20180 20183 17093 0 -1 1077944384 7144 0 0 0 180 2 0 0 20 0 15 0 67489887 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 139851682527392 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20196] ppid=20180 vsize=10551232 memory=8337012 CPUtime=0.44 cores=1,3,5,7
/proc/20183/task/20196/stat : 20196 (java) S 20180 20183 17093 0 -1 1077944384 3694 0 0 0 44 0 0 0 20 0 15 0 67489887 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 139851681474848 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20197] ppid=20180 vsize=10551232 memory=8077252 CPUtime=0 cores=1,3,5,7
/proc/20183/task/20197/stat : 20197 (java) S 20180 20183 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67489887 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 139851680422496 139852191712981 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
[pid=20183/tid=20198] ppid=20180 vsize=10551232 memory=8041292 CPUtime=0.05 cores=1,3,5,7
/proc/20183/task/20198/stat : 20198 (java) S 20180 20183 17093 0 -1 1077944384 246 0 0 0 3 2 0 0 20 0 15 0 67489893 10804461568 2084253 18446744073709551615 4194304 4196468 140731350356784 139851679370032 139852191713922 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39489536 140731350360469 140731350360622 140731350360622 140731350364111 0
Current children cumulated CPU time: 260.01 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8337012 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 105.558
CPU time (s): 260.107
CPU user time (s): 254.615
CPU system time (s): 5.49205
CPU usage (%): 246.412
Max. virtual memory (cumulated for all children) (KiB): 10553584
Max. memory (cumulated for all children) (KiB): 8337012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 254.615
system time used= 5.49205
maximum resident set size= 8337484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 196702
page faults= 0
swaps= 0
block input operations= 0
block output operations= 232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6526
involuntary context switches= 3770


# summary of solver processes directly reported to runsolver:
#   pid: 20183
#   total CPU time (s): 260.107
#   total CPU user time (s): 254.615
#   total CPU system time (s): 5.49205

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.608599 second user time and 1.08471 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-13 21:21:57
IDJOB=4258105
IDBENCH=140502
IDSOLVER=2643
FILE ID=node127/4258105-1502652965
RUNJOBID= node127-1502642200-6041
PBS_JOBID= 
Free space on /tmp= 62020 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/OpenStacks/OpenStacks-m2c-s1/OpenStacks-m2c-Miller-19.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4258105-1502652965/watcher-4258105-1502652965 -o /tmp/evaluation-result-4258105-1502652965/solver-4258105-1502652965 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502642200-6041 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258105-1502652965.xml

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

MD5SUM BENCH= ca3b02115b63c058d23855e217e5f7b7
RANDOM SEED=1143750871

node127.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.92
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.92
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.92
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.92
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:        28162916 kB
MemAvailable:   28623816 kB
Buffers:          203872 kB
Cached:           553100 kB
SwapCached:            0 kB
Active:          3950496 kB
Inactive:         225988 kB
Active(anon):    3369488 kB
Inactive(anon):    83872 kB
Active(file):     581008 kB
Inactive(file):   142116 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2196 kB
Writeback:             4 kB
AnonPages:       3321536 kB
Mapped:            59052 kB
Shmem:             33444 kB
Slab:             132924 kB
SReclaimable:     107224 kB
SUnreclaim:        25700 kB
KernelStack:        3696 kB
PageTables:        11140 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4099420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2838528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62028 MiB
End job on node127 at 2017-08-13 21:23:43