Trace number 4304379

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
Concrete 3.9.2OPT22 13.5285 6.74629

General information on the benchmark

NameSumColoring/
SumColoring-myciel4_c18.xml
MD5SUMb2986e349e6e3d69d494bfde8c7eda2a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark22
Best CPU time to get the best result obtained on this benchmark0.237012
Satisfiable
(Un)Satisfiability was proved
Number of variables23
Number of constraints71
Number of domains1
Minimum domain size23
Maximum domain size23
Distribution of domain sizes[{"size":23,"count":23}]
Minimum variable degree5
Maximum variable degree12
Distribution of variable degrees[{"degree":5,"count":5},{"degree":6,"count":5},{"degree":7,"count":6},{"degree":9,"count":5},{"degree":11,"count":1},{"degree":12,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":71}]
Number of extensional constraints0
Number of intensional constraints71
Distribution of constraint types[{"type":"intension","count":71}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.98/0.74	c Concrete v3.9.2.1532736233296 running
6.36/3.37	o 50
6.67/3.40	o 49
6.67/3.42	o 45
6.67/3.46	o 43
6.67/3.48	o 42
6.67/3.49	o 41
7.02/3.50	o 40
7.02/3.50	o 39
7.02/3.51	o 37
7.02/3.52	o 35
7.02/3.52	o 34
7.02/3.52	o 32
7.02/3.54	o 31
7.02/3.54	o 30
7.02/3.55	o 29
7.02/3.55	o 27
7.02/3.57	o 26
7.02/3.57	o 25
7.40/3.62	o 24
7.40/3.63	o 23
8.34/3.94	o 22
13.46/6.72	v <instantiation cost="22">
13.46/6.72	v       <list>
13.46/6.72	v         c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22]
13.46/6.72	v       </list>
13.46/6.72	v       <values>
13.46/6.72	v         2 4 3 3 2 1 1 1 1 1 2 0 0 0 0 0 0 0 0 0 0 0 1
13.46/6.72	v       </values>
13.46/6.72	v     </instantiation>
13.46/6.72	s OPTIMUM FOUND

Verifier Data

OK	22

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304379-1534066286/watcher-4304379-1534066286 -o /tmp/evaluation-result-4304379-1534066286/solver-4304379-1534066286 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534063810-20601 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=19846691 HOME/instance-4304379-1534066286.xml 

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

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

solver pid=21177, runsolver pid=21174

[startup+0.10014 s]*
/proc/loadavg: 1.35 1.38 1.34 3/206 21234
/proc/meminfo: memFree=11923076/32770624 swapFree=67108496/67108860
[pid=21177] ppid=21174 vsize=10005480 memory=16692 CPUtime=0.08 cores=1,3,5,7
/proc/21177/stat : 21177 (java) S 21174 21177 20569 0 -1 1077944320 4313 13171 0 0 1 0 4 3 20 0 6 0 224191833 10245611520 4173 33554432000 4194304 4196468 140725923498976 140725923481520 139633777299191 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
/proc/21177/statm: 2501370 4173 1934 1 0 2489808 0
[pid=21177/tid=21230] ppid=21174 vsize=10005480 memory=4279135703946986381 CPUtime=0.08 cores=1,3,5,7
/proc/21177/task/21230/stat : 21230 (java) R 21174 21177 20569 0 -1 4202560 2128 13171 0 0 1 0 4 3 20 0 6 0 224191842 10245611520 4173 33554432000 4194304 4196468 140725923498976 139633749135952 139633770016343 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21231] ppid=21174 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/21177/task/21231/stat : 21231 (java) S 21174 21177 20569 0 -1 1077944384 1 13171 0 0 0 0 4 3 20 0 6 0 224191843 10245611520 4173 33554432000 4194304 4196468 140725923498976 139633781541904 139633777309397 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21232] ppid=21174 vsize=10005480 memory=140423568111232 CPUtime=0.07 cores=1,3,5,7
/proc/21177/task/21232/stat : 21232 (java) S 21174 21177 20569 0 -1 1077944384 1 13171 0 0 0 0 4 3 20 0 6 0 224191843 10245611520 4173 33554432000 4194304 4196468 140725923498976 139633317219472 139633777309397 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21233] ppid=21174 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21177/task/21233/stat : 21233 (java) S 21174 21177 20569 0 -1 1077944384 1 13171 0 0 0 0 4 3 20 0 6 0 224191843 10245611520 4173 33554432000 4194304 4196468 140725923498976 139633316166416 139633777309397 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21234] ppid=21174 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21177/task/21234/stat : 21234 (java) S 21174 21177 20569 0 -1 1077944384 2 13171 0 0 0 0 4 3 20 0 6 0 224191843 10245611520 4173 33554432000 4194304 4196468 140725923498976 139633315113872 139633777309397 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16692 KiB

[startup+0.210465 s]*
/proc/loadavg: 1.35 1.38 1.34 2/215 21243
/proc/meminfo: memFree=11901004/32770624 swapFree=67108496/67108860
[pid=21177] ppid=21174 vsize=10982696 memory=43736 CPUtime=0.25 cores=1,3,5,7
/proc/21177/stat : 21177 (java) S 21174 21177 20569 0 -1 1077944320 8348 13171 0 0 17 1 4 3 20 0 15 0 224191833 11246280704 10934 33554432000 4194304 4196468 140725923498976 140725923481520 139633777299191 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
/proc/21177/statm: 2745674 10934 2934 1 0 2708109 0
[pid=21177/tid=21230] ppid=21174 vsize=10982696 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/21177/task/21230/stat : 21230 (java) R 21174 21177 20569 0 -1 4202560 4797 13171 0 0 11 1 4 3 20 0 15 0 224191842 11246280704 10934 33554432000 4194304 4196468 140725923498976 139633749096320 139633762464784 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21231] ppid=21174 vsize=10982696 memory=364 CPUtime=0.07 cores=1,3,5,7
/proc/21177/task/21231/stat : 21231 (java) S 21174 21177 20569 0 -1 1077944384 1 13171 0 0 0 0 4 3 20 0 15 0 224191843 11246280704 10934 33554432000 4194304 4196468 140725923498976 139633781541904 139633777309397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21232] ppid=21174 vsize=10982696 memory=140423569303921 CPUtime=0.07 cores=1,3,5,7
/proc/21177/task/21232/stat : 21232 (java) S 21174 21177 20569 0 -1 1077944384 1 13171 0 0 0 0 4 3 20 0 15 0 224191843 11246280704 10934 33554432000 4194304 4196468 140725923498976 139633317219472 139633777309397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21233] ppid=21174 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21177/task/21233/stat : 21233 (java) S 21174 21177 20569 0 -1 1077944384 1 13171 0 0 0 0 4 3 20 0 15 0 224191843 11246280704 10934 33554432000 4194304 4196468 140725923498976 139633316166416 139633777309397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21234] ppid=21174 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21177/task/21234/stat : 21234 (java) S 21174 21177 20569 0 -1 1077944384 2 13171 0 0 0 0 4 3 20 0 15 0 224191843 11246280704 10934 33554432000 4194304 4196468 140725923498976 139633315113872 139633777309397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21235] ppid=21174 vsize=10982696 memory=140423568111232 CPUtime=0.07 cores=1,3,5,7
/proc/21177/task/21235/stat : 21235 (java) S 21174 21177 20569 0 -1 1077944384 2 13171 0 0 0 0 4 3 20 0 15 0 224191844 11246280704 10934 33554432000 4194304 4196468 140725923498976 139632747170032 139633777310338 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21236] ppid=21174 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21177/task/21236/stat : 21236 (java) S 21174 21177 20569 0 -1 1077944384 13 13171 0 0 0 0 4 3 20 0 15 0 224191844 11246280704 10934 33554432000 4194304 4196468 140725923498976 139632675120288 139633777309397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21237] ppid=21174 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21177/task/21237/stat : 21237 (java) S 21174 21177 20569 0 -1 1077944384 1 13171 0 0 0 0 4 3 20 0 15 0 224191845 11246280704 10934 33554432000 4194304 4196468 140725923498976 139632473793264 139633777309397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21238] ppid=21174 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21177/task/21238/stat : 21238 (java) S 21174 21177 20569 0 -1 1077944384 3 13171 0 0 0 0 4 3 20 0 15 0 224191847 11246280704 10934 33554432000 4194304 4196468 140725923498976 139632166393808 139633777317787 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21239] ppid=21174 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21177/task/21239/stat : 21239 (java) S 21174 21177 20569 0 -1 1077944384 445 13171 0 0 1 0 4 3 20 0 15 0 224191847 11246280704 10934 33554432000 4194304 4196468 140725923498976 139632746117872 139633777310338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21240] ppid=21174 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21177/task/21240/stat : 21240 (java) S 21174 21177 20569 0 -1 1077944384 196 13171 0 0 1 0 4 3 20 0 15 0 224191847 11246280704 10934 33554432000 4194304 4196468 140725923498976 139632745065328 139633777310338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21241] ppid=21174 vsize=10982696 memory=140423568111232 CPUtime=0.1 cores=1,3,5,7
/proc/21177/task/21241/stat : 21241 (java) S 21174 21177 20569 0 -1 1077944384 690 13171 0 0 3 0 4 3 20 0 15 0 224191847 11246280704 10934 33554432000 4194304 4196468 140725923498976 139632744012272 139633777310338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21242] ppid=21174 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21177/task/21242/stat : 21242 (java) S 21174 21177 20569 0 -1 1077944384 3 13171 0 0 0 0 4 3 20 0 15 0 224191848 11246280704 10934 33554432000 4194304 4196468 140725923498976 139631735597920 139633777309397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21243] ppid=21174 vsize=10982696 memory=140423568111232 CPUtime=0.07 cores=1,3,5,7
/proc/21177/task/21243/stat : 21243 (java) S 21174 21177 20569 0 -1 1077944384 1 13171 0 0 0 0 4 3 20 0 15 0 224191848 11246280704 10934 33554432000 4194304 4196468 140725923498976 139632608008752 139633777310338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 43736 KiB

[startup+0.310393 s]*
/proc/loadavg: 1.35 1.38 1.34 3/215 21243
/proc/meminfo: memFree=11889964/32770624 swapFree=67108496/67108860
[pid=21177] ppid=21174 vsize=10983192 memory=55084 CPUtime=0.38 cores=1,3,5,7
/proc/21177/stat : 21177 (java) S 21174 21177 20569 0 -1 1077944320 10399 13171 0 0 29 2 4 3 20 0 15 0 224191833 11246788608 13771 33554432000 4194304 4196468 140725923498976 140725923481520 139633777299191 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
/proc/21177/statm: 2745798 13771 3066 1 0 2708109 0
[pid=21177/tid=21230] ppid=21174 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/21177/task/21230/stat : 21230 (java) R 21174 21177 20569 0 -1 4202560 6813 13171 0 0 20 1 4 3 20 0 15 0 224191842 11246788608 13771 33554432000 4194304 4196468 140725923498976 139633749110976 139633758864182 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21231] ppid=21174 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21177/task/21231/stat : 21231 (java) S 21174 21177 20569 0 -1 1077944384 1 13171 0 0 0 0 4 3 20 0 15 0 224191843 11246788608 13771 33554432000 4194304 4196468 140725923498976 139633781541904 139633777309397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21232] ppid=21174 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21177/task/21232/stat : 21232 (java) S 21174 21177 20569 0 -1 1077944384 1 13171 0 0 0 0 4 3 20 0 15 0 224191843 11246788608 13771 33554432000 4194304 4196468 140725923498976 139633317219472 139633777309397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21233] ppid=21174 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21177/task/21233/stat : 21233 (java) S 21174 21177 20569 0 -1 1077944384 1 13171 0 0 0 0 4 3 20 0 15 0 224191843 11246788608 13771 33554432000 4194304 4196468 140725923498976 139633316166416 139633777309397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21234] ppid=21174 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21177/task/21234/stat : 21234 (java) S 21174 21177 20569 0 -1 1077944384 2 13171 0 0 0 0 4 3 20 0 15 0 224191843 11246788608 13771 33554432000 4194304 4196468 140725923498976 139633315113872 139633777309397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21235] ppid=21174 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21177/task/21235/stat : 21235 (java) S 21174 21177 20569 0 -1 1077944384 2 13171 0 0 0 0 4 3 20 0 15 0 224191844 11246788608 13771 33554432000 4194304 4196468 140725923498976 139632747170032 139633777310338 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21236] ppid=21174 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21177/task/21236/stat : 21236 (java) S 21174 21177 20569 0 -1 1077944384 13 13171 0 0 0 0 4 3 20 0 15 0 224191844 11246788608 13771 33554432000 4194304 4196468 140725923498976 139632675120288 139633777309397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21237] ppid=21174 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21177/task/21237/stat : 21237 (java) S 21174 21177 20569 0 -1 1077944384 1 13171 0 0 0 0 4 3 20 0 15 0 224191845 11246788608 13771 33554432000 4194304 4196468 140725923498976 139632473793264 139633777309397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21238] ppid=21174 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21177/task/21238/stat : 21238 (java) S 21174 21177 20569 0 -1 1077944384 3 13171 0 0 0 0 4 3 20 0 15 0 224191847 11246788608 13771 33554432000 4194304 4196468 140725923498976 139632166393808 139633777317787 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21239] ppid=21174 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21177/task/21239/stat : 21239 (java) S 21174 21177 20569 0 -1 1077944384 453 13171 0 0 1 0 4 3 20 0 15 0 224191847 11246788608 13771 33554432000 4194304 4196468 140725923498976 139632746117872 139633777310338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21240] ppid=21174 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21177/task/21240/stat : 21240 (java) S 21174 21177 20569 0 -1 1077944384 196 13171 0 0 1 0 4 3 20 0 15 0 224191847 11246788608 13771 33554432000 4194304 4196468 140725923498976 139632745065328 139633777310338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21241] ppid=21174 vsize=10983192 memory=140423568111232 CPUtime=0.12 cores=1,3,5,7
/proc/21177/task/21241/stat : 21241 (java) S 21174 21177 20569 0 -1 1077944384 717 13171 0 0 5 0 4 3 20 0 15 0 224191847 11246788608 13771 33554432000 4194304 4196468 140725923498976 139632744012272 139633777310338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21242] ppid=21174 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21177/task/21242/stat : 21242 (java) S 21174 21177 20569 0 -1 1077944384 3 13171 0 0 0 0 4 3 20 0 15 0 224191848 11246788608 13771 33554432000 4194304 4196468 140725923498976 139631735597920 139633777309397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21243] ppid=21174 vsize=10983192 memory=140423568111232 CPUtime=0.07 cores=1,3,5,7
/proc/21177/task/21243/stat : 21243 (java) S 21174 21177 20569 0 -1 1077944384 1 13171 0 0 0 0 4 3 20 0 15 0 224191848 11246788608 13771 33554432000 4194304 4196468 140725923498976 139632608008752 139633777310338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55084 KiB

[startup+0.700759 s]
/proc/loadavg: 1.35 1.38 1.34 3/215 21243
/proc/meminfo: memFree=11802604/32770624 swapFree=67108496/67108860
[pid=21177] ppid=21174 vsize=10983192 memory=88476 CPUtime=0.98 cores=1,3,5,7
/proc/21177/stat : 21177 (java) S 21174 21177 20569 0 -1 1077944320 16758 13171 0 0 87 4 4 3 20 0 15 0 224191833 11246788608 22119 33554432000 4194304 4196468 140725923498976 140725923481520 139633777299191 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
/proc/21177/statm: 2745798 22119 3237 1 0 2708109 0
[pid=21177/tid=21230] ppid=21174 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/21177/task/21230/stat : 21230 (java) R 21174 21177 20569 0 -1 4202560 12110 13171 0 0 56 3 4 3 20 0 15 0 224191842 11246788608 22119 33554432000 4194304 4196468 140725923498976 139633749120016 139633777321117 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21231] ppid=21174 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21177/task/21231/stat : 21231 (java) S 21174 21177 20569 0 -1 1077944384 1 13171 0 0 0 0 4 3 20 0 15 0 224191843 11246788608 22119 33554432000 4194304 4196468 140725923498976 139633781541904 139633777309397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21232] ppid=21174 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21177/task/21232/stat : 21232 (java) S 21174 21177 20569 0 -1 1077944384 1 13171 0 0 0 0 4 3 20 0 15 0 224191843 11246788608 22119 33554432000 4194304 4196468 140725923498976 139633317219472 139633777309397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21233] ppid=21174 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21177/task/21233/stat : 21233 (java) S 21174 21177 20569 0 -1 1077944384 1 13171 0 0 0 0 4 3 20 0 15 0 224191843 11246788608 22119 33554432000 4194304 4196468 140725923498976 139633316166416 139633777309397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21234] ppid=21174 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21177/task/21234/stat : 21234 (java) S 21174 21177 20569 0 -1 1077944384 2 13171 0 0 0 0 4 3 20 0 15 0 224191843 11246788608 22119 33554432000 4194304 4196468 140725923498976 139633315113872 139633777309397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21235] ppid=21174 vsize=10983192 memory=5789484331442792279 CPUtime=0.07 cores=1,3,5,7
/proc/21177/task/21235/stat : 21235 (java) S 21174 21177 20569 0 -1 1077944384 5 13171 0 0 0 0 4 3 20 0 15 0 224191844 11246788608 22119 33554432000 4194304 4196468 140725923498976 139632747170032 139633777310338 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21236] ppid=21174 vsize=10983192 memory=32804 CPUtime=0.07 cores=1,3,5,7
/proc/21177/task/21236/stat : 21236 (java) S 21174 21177 20569 0 -1 1077944384 13 13171 0 0 0 0 4 3 20 0 15 0 224191844 11246788608 22119 33554432000 4194304 4196468 140725923498976 139632675120288 139633777309397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21237] ppid=21174 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21177/task/21237/stat : 21237 (java) S 21174 21177 20569 0 -1 1077944384 1 13171 0 0 0 0 4 3 20 0 15 0 224191845 11246788608 22119 33554432000 4194304 4196468 140725923498976 139632473793264 139633777309397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21238] ppid=21174 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21177/task/21238/stat : 21238 (java) S 21174 21177 20569 0 -1 1077944384 3 13171 0 0 0 0 4 3 20 0 15 0 224191847 11246788608 22119 33554432000 4194304 4196468 140725923498976 139632166393808 139633777317787 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21239] ppid=21174 vsize=10983192 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/21177/task/21239/stat : 21239 (java) S 21174 21177 20569 0 -1 1077944384 1116 13171 0 0 9 0 4 3 20 0 15 0 224191847 11246788608 22119 33554432000 4194304 4196468 140725923498976 139632746117872 139633777310338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21240] ppid=21174 vsize=10983192 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/21177/task/21240/stat : 21240 (java) S 21174 21177 20569 0 -1 1077944384 438 13171 0 0 6 0 4 3 20 0 15 0 224191847 11246788608 22119 33554432000 4194304 4196468 140725923498976 139632745065328 139633777310338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21241] ppid=21174 vsize=10983192 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/21177/task/21241/stat : 21241 (java) R 21174 21177 20569 0 -1 4202560 871 13171 0 0 13 0 4 3 20 0 15 0 224191847 11246788608 22119 33554432000 4194304 4196468 140725923498976 139632744012272 139633755415272 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21242] ppid=21174 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21177/task/21242/stat : 21242 (java) S 21174 21177 20569 0 -1 1077944384 3 13171 0 0 0 0 4 3 20 0 15 0 224191848 11246788608 22119 33554432000 4194304 4196468 140725923498976 139631735597920 139633777309397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21243] ppid=21174 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21177/task/21243/stat : 21243 (java) S 21174 21177 20569 0 -1 1077944384 1 13171 0 0 0 0 4 3 20 0 15 0 224191848 11246788608 22119 33554432000 4194304 4196468 140725923498976 139632608008752 139633777310338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88476 KiB

[startup+1.50077 s]
/proc/loadavg: 1.35 1.38 1.34 4/215 21243
/proc/meminfo: memFree=11657036/32770624 swapFree=67108496/67108860
[pid=21177] ppid=21174 vsize=10998092 memory=181052 CPUtime=2.23 cores=1,3,5,7
/proc/21177/stat : 21177 (java) S 21174 21177 20569 0 -1 1077944320 24273 13171 0 0 207 9 4 3 20 0 15 0 224191833 11262046208 45263 33554432000 4194304 4196468 140725923498976 140725923481520 139633777299191 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
/proc/21177/statm: 2749523 45263 3467 1 0 2711181 0
[pid=21177/tid=21230] ppid=21174 vsize=10998092 memory=4951091520830867572 CPUtime=1.42 cores=1,3,5,7
/proc/21177/task/21230/stat : 21230 (java) R 21174 21177 20569 0 -1 4202560 17861 13171 0 0 130 5 4 3 20 0 15 0 224191842 11262046208 45263 33554432000 4194304 4196468 140725923498976 139633749131376 139633762667343 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21231] ppid=21174 vsize=10998092 memory=4134606225630022328 CPUtime=0.08 cores=1,3,5,7
/proc/21177/task/21231/stat : 21231 (java) S 21174 21177 20569 0 -1 1077944384 282 13171 0 0 1 0 4 3 20 0 15 0 224191843 11262046208 45263 33554432000 4194304 4196468 140725923498976 139633781541904 139633777309397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21232] ppid=21174 vsize=10998092 memory=-5153075247754915967 CPUtime=0.08 cores=1,3,5,7
/proc/21177/task/21232/stat : 21232 (java) S 21174 21177 20569 0 -1 1077944384 27 13171 0 0 1 0 4 3 20 0 15 0 224191843 11262046208 45263 33554432000 4194304 4196468 140725923498976 139633317219472 139633777309397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21233] ppid=21174 vsize=10998092 memory=-9108342652701490333 CPUtime=0.08 cores=1,3,5,7
/proc/21177/task/21233/stat : 21233 (java) S 21174 21177 20569 0 -1 1077944384 19 13171 0 0 1 0 4 3 20 0 15 0 224191843 11262046208 45263 33554432000 4194304 4196468 140725923498976 139633316166416 139633777309397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21234] ppid=21174 vsize=10998092 memory=121212 CPUtime=0.08 cores=1,3,5,7
/proc/21177/task/21234/stat : 21234 (java) S 21174 21177 20569 0 -1 1077944384 63 13171 0 0 1 0 4 3 20 0 15 0 224191843 11262046208 45263 33554432000 4194304 4196468 140725923498976 139633315113872 139633777309397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21235] ppid=21174 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21177/task/21235/stat : 21235 (java) S 21174 21177 20569 0 -1 1077944384 280 13171 0 0 1 0 4 3 20 0 15 0 224191844 11262046208 45263 33554432000 4194304 4196468 140725923498976 139632747170032 139633777310338 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21236] ppid=21174 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21177/task/21236/stat : 21236 (java) S 21174 21177 20569 0 -1 1077944384 13 13171 0 0 0 0 4 3 20 0 15 0 224191844 11262046208 45263 33554432000 4194304 4196468 140725923498976 139632675120352 139633777309397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21237] ppid=21174 vsize=10998092 memory=280846837809440 CPUtime=0.07 cores=1,3,5,7
/proc/21177/task/21237/stat : 21237 (java) S 21174 21177 20569 0 -1 1077944384 2 13171 0 0 0 0 4 3 20 0 15 0 224191845 11262046208 45263 33554432000 4194304 4196468 140725923498976 139632473793280 139633777309397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21238] ppid=21174 vsize=10998092 memory=280846838224384 CPUtime=0.07 cores=1,3,5,7
/proc/21177/task/21238/stat : 21238 (java) S 21174 21177 20569 0 -1 1077944384 3 13171 0 0 0 0 4 3 20 0 15 0 224191847 11262046208 45263 33554432000 4194304 4196468 140725923498976 139632166393808 139633777317787 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21239] ppid=21174 vsize=10998092 memory=140423418914432 CPUtime=0.27 cores=1,3,5,7
/proc/21177/task/21239/stat : 21239 (java) S 21174 21177 20569 0 -1 1077944384 1272 13171 0 0 20 0 4 3 20 0 15 0 224191847 11262046208 45263 33554432000 4194304 4196468 140725923498976 139632746117872 139633777310338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21240] ppid=21174 vsize=10998092 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/21177/task/21240/stat : 21240 (java) S 21174 21177 20569 0 -1 1077944384 902 13171 0 0 18 0 4 3 20 0 15 0 224191847 11262046208 45263 33554432000 4194304 4196468 140725923498976 139632745065328 139633777310338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21241] ppid=21174 vsize=10998092 memory=1128 CPUtime=0.37 cores=1,3,5,7
/proc/21177/task/21241/stat : 21241 (java) S 21174 21177 20569 0 -1 1077944384 1353 13171 0 0 30 0 4 3 20 0 15 0 224191847 11262046208 45263 33554432000 4194304 4196468 140725923498976 139632744012272 139633777310338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21242] ppid=21174 vsize=10998092 memory=15188 CPUtime=0.07 cores=1,3,5,7
/proc/21177/task/21242/stat : 21242 (java) S 21174 21177 20569 0 -1 1077944384 3 13171 0 0 0 0 4 3 20 0 15 0 224191848 11262046208 45263 33554432000 4194304 4196468 140725923498976 139631735597920 139633777309397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21243] ppid=21174 vsize=10998092 memory=4000 CPUtime=0.07 cores=1,3,5,7
/proc/21177/task/21243/stat : 21243 (java) S 21174 21177 20569 0 -1 1077944384 1 13171 0 0 0 0 4 3 20 0 15 0 224191848 11262046208 45263 33554432000 4194304 4196468 140725923498976 139632608008752 139633777310338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
Current children cumulated CPU time: 2.23 s
Current children cumulated vsize: 10998092 KiB

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

[startup+6.30074 s]
/proc/loadavg: 1.57 1.42 1.36 4/215 21243
/proc/meminfo: memFree=11142728/32770624 swapFree=67108496/67108860
[pid=21177] ppid=21174 vsize=11077984 memory=492112 CPUtime=13.02 cores=1,3,5,7
/proc/21177/stat : 21177 (java) S 21174 21177 20569 0 -1 1077944320 62943 13171 0 0 1271 24 4 3 20 0 15 0 224191833 11343855616 123028 33554432000 4194304 4196468 140725923498976 140725923481520 139633777299191 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
/proc/21177/statm: 2769496 123028 3509 1 0 2731149 0
[pid=21177/tid=21230] ppid=21174 vsize=11077984 memory=0 CPUtime=6.14 cores=1,3,5,7
/proc/21177/task/21230/stat : 21230 (java) R 21174 21177 20569 0 -1 4202560 37933 13171 0 0 594 13 4 3 20 0 15 0 224191842 11343855616 123028 33554432000 4194304 4196468 140725923498976 139633749134400 139633359494495 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21231] ppid=21174 vsize=11077984 memory=373952 CPUtime=0.11 cores=1,3,5,7
/proc/21177/task/21231/stat : 21231 (java) S 21174 21177 20569 0 -1 1077944384 471 13171 0 0 4 0 4 3 20 0 15 0 224191843 11343855616 123028 33554432000 4194304 4196468 140725923498976 139633781541904 139633777309397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21232] ppid=21174 vsize=11077984 memory=9168 CPUtime=0.1 cores=1,3,5,7
/proc/21177/task/21232/stat : 21232 (java) S 21174 21177 20569 0 -1 1077944384 60 13171 0 0 3 0 4 3 20 0 15 0 224191843 11343855616 123028 33554432000 4194304 4196468 140725923498976 139633317219472 139633777309397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21233] ppid=21174 vsize=11077984 memory=3 CPUtime=0.1 cores=1,3,5,7
/proc/21177/task/21233/stat : 21233 (java) S 21174 21177 20569 0 -1 1077944384 62 13171 0 0 3 0 4 3 20 0 15 0 224191843 11343855616 123028 33554432000 4194304 4196468 140725923498976 139633316166416 139633777309397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21234] ppid=21174 vsize=11077984 memory=3 CPUtime=0.11 cores=1,3,5,7
/proc/21177/task/21234/stat : 21234 (java) S 21174 21177 20569 0 -1 1077944384 95 13171 0 0 4 0 4 3 20 0 15 0 224191843 11343855616 123028 33554432000 4194304 4196468 140725923498976 139633315113872 139633777309397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21235] ppid=21174 vsize=11077984 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/21177/task/21235/stat : 21235 (java) S 21174 21177 20569 0 -1 1077944384 1923 13171 0 0 4 0 4 3 20 0 15 0 224191844 11343855616 123028 33554432000 4194304 4196468 140725923498976 139632747170032 139633777310338 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21236] ppid=21174 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21177/task/21236/stat : 21236 (java) S 21174 21177 20569 0 -1 1077944384 14 13171 0 0 0 0 4 3 20 0 15 0 224191844 11343855616 123028 33554432000 4194304 4196468 140725923498976 139632675120352 139633777309397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21237] ppid=21174 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21177/task/21237/stat : 21237 (java) S 21174 21177 20569 0 -1 1077944384 2 13171 0 0 0 0 4 3 20 0 15 0 224191845 11343855616 123028 33554432000 4194304 4196468 140725923498976 139632473793280 139633777309397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21238] ppid=21174 vsize=11077984 memory=11531987191988 CPUtime=0.07 cores=1,3,5,7
/proc/21177/task/21238/stat : 21238 (java) S 21174 21177 20569 0 -1 1077944384 3 13171 0 0 0 0 4 3 20 0 15 0 224191847 11343855616 123028 33554432000 4194304 4196468 140725923498976 139632166393808 139633777317787 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21239] ppid=21174 vsize=11077984 memory=288230583166042426 CPUtime=2.28 cores=1,3,5,7
/proc/21177/task/21239/stat : 21239 (java) S 21174 21177 20569 0 -1 1077944384 4458 13171 0 0 220 1 4 3 20 0 15 0 224191847 11343855616 123028 33554432000 4194304 4196468 140725923498976 139632746117872 139633777310338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21240] ppid=21174 vsize=11077984 memory=14694093276057294 CPUtime=3.02 cores=1,3,5,7
/proc/21177/task/21240/stat : 21240 (java) S 21174 21177 20569 0 -1 1077944384 8683 13171 0 0 294 1 4 3 20 0 15 0 224191847 11343855616 123028 33554432000 4194304 4196468 140725923498976 139632745065328 139633777310338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21241] ppid=21174 vsize=11077984 memory=7810487918915055718 CPUtime=1.49 cores=1,3,5,7
/proc/21177/task/21241/stat : 21241 (java) S 21174 21177 20569 0 -1 1077944384 6141 13171 0 0 140 2 4 3 20 0 15 0 224191847 11343855616 123028 33554432000 4194304 4196468 140725923498976 139632744012272 139633777310338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21242] ppid=21174 vsize=11077984 memory=5787215021449957459 CPUtime=0.07 cores=1,3,5,7
/proc/21177/task/21242/stat : 21242 (java) S 21174 21177 20569 0 -1 1077944384 3 13171 0 0 0 0 4 3 20 0 15 0 224191848 11343855616 123028 33554432000 4194304 4196468 140725923498976 139631735597920 139633777309397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21243] ppid=21174 vsize=11077984 memory=56 CPUtime=0.07 cores=1,3,5,7
/proc/21177/task/21243/stat : 21243 (java) S 21174 21177 20569 0 -1 1077944384 903 13171 0 0 0 0 4 3 20 0 15 0 224191848 11343855616 123028 33554432000 4194304 4196468 140725923498976 139632608008752 139633777310338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
Current children cumulated CPU time: 13.02 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 492112 KiB

[startup+6.74624 s]
# the end of solver process 21177 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=13.2303 s, system=0.298209 s

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

[startup+6.40087 s]
/proc/loadavg: 1.57 1.42 1.36 4/215 21243
/proc/meminfo: memFree=11142728/32770624 swapFree=67108496/67108860
[pid=21177] ppid=21174 vsize=11077984 memory=492112 CPUtime=13.13 cores=1,3,5,7
/proc/21177/stat : 21177 (java) S 21174 21177 20569 0 -1 1077944320 62943 13171 0 0 1282 24 4 3 20 0 15 0 224191833 11343855616 123028 33554432000 4194304 4196468 140725923498976 140725923481520 139633777299191 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
/proc/21177/statm: 2769496 123028 3509 1 0 2731149 0
[pid=21177/tid=21230] ppid=21174 vsize=11077984 memory=0 CPUtime=6.24 cores=1,3,5,7
/proc/21177/task/21230/stat : 21230 (java) R 21174 21177 20569 0 -1 4202560 37933 13171 0 0 604 13 4 3 20 0 15 0 224191842 11343855616 123028 33554432000 4194304 4196468 140725923498976 139633749134400 139633357497607 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21231] ppid=21174 vsize=11077984 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/21177/task/21231/stat : 21231 (java) S 21174 21177 20569 0 -1 1077944384 471 13171 0 0 4 0 4 3 20 0 15 0 224191843 11343855616 123028 33554432000 4194304 4196468 140725923498976 139633781541904 139633777309397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21232] ppid=21174 vsize=11077984 memory=-7679004722349093442 CPUtime=0.1 cores=1,3,5,7
/proc/21177/task/21232/stat : 21232 (java) S 21174 21177 20569 0 -1 1077944384 60 13171 0 0 3 0 4 3 20 0 15 0 224191843 11343855616 123028 33554432000 4194304 4196468 140725923498976 139633317219472 139633777309397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21233] ppid=21174 vsize=11077984 memory=416196 CPUtime=0.1 cores=1,3,5,7
/proc/21177/task/21233/stat : 21233 (java) S 21174 21177 20569 0 -1 1077944384 62 13171 0 0 3 0 4 3 20 0 15 0 224191843 11343855616 123028 33554432000 4194304 4196468 140725923498976 139633316166416 139633777309397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21234] ppid=21174 vsize=11077984 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/21177/task/21234/stat : 21234 (java) S 21174 21177 20569 0 -1 1077944384 95 13171 0 0 4 0 4 3 20 0 15 0 224191843 11343855616 123028 33554432000 4194304 4196468 140725923498976 139633315113872 139633777309397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21235] ppid=21174 vsize=11077984 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/21177/task/21235/stat : 21235 (java) S 21174 21177 20569 0 -1 1077944384 1923 13171 0 0 4 0 4 3 20 0 15 0 224191844 11343855616 123028 33554432000 4194304 4196468 140725923498976 139632747170032 139633777310338 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21236] ppid=21174 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21177/task/21236/stat : 21236 (java) S 21174 21177 20569 0 -1 1077944384 14 13171 0 0 0 0 4 3 20 0 15 0 224191844 11343855616 123028 33554432000 4194304 4196468 140725923498976 139632675120352 139633777309397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21237] ppid=21174 vsize=11077984 memory=22 CPUtime=0.07 cores=1,3,5,7
/proc/21177/task/21237/stat : 21237 (java) S 21174 21177 20569 0 -1 1077944384 2 13171 0 0 0 0 4 3 20 0 15 0 224191845 11343855616 123028 33554432000 4194304 4196468 140725923498976 139632473793280 139633777309397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21238] ppid=21174 vsize=11077984 memory=1881 CPUtime=0.07 cores=1,3,5,7
/proc/21177/task/21238/stat : 21238 (java) S 21174 21177 20569 0 -1 1077944384 3 13171 0 0 0 0 4 3 20 0 15 0 224191847 11343855616 123028 33554432000 4194304 4196468 140725923498976 139632166393808 139633777317787 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21239] ppid=21174 vsize=11077984 memory=0 CPUtime=2.28 cores=1,3,5,7
/proc/21177/task/21239/stat : 21239 (java) S 21174 21177 20569 0 -1 1077944384 4458 13171 0 0 220 1 4 3 20 0 15 0 224191847 11343855616 123028 33554432000 4194304 4196468 140725923498976 139632746117872 139633777310338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21240] ppid=21174 vsize=11077984 memory=0 CPUtime=3.02 cores=1,3,5,7
/proc/21177/task/21240/stat : 21240 (java) S 21174 21177 20569 0 -1 1077944384 8683 13171 0 0 294 1 4 3 20 0 15 0 224191847 11343855616 123028 33554432000 4194304 4196468 140725923498976 139632745065328 139633777310338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21241] ppid=21174 vsize=11077984 memory=4580 CPUtime=1.49 cores=1,3,5,7
/proc/21177/task/21241/stat : 21241 (java) S 21174 21177 20569 0 -1 1077944384 6141 13171 0 0 140 2 4 3 20 0 15 0 224191847 11343855616 123028 33554432000 4194304 4196468 140725923498976 139632744012272 139633777310338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21242] ppid=21174 vsize=11077984 memory=7649399388543004978 CPUtime=0.07 cores=1,3,5,7
/proc/21177/task/21242/stat : 21242 (java) S 21174 21177 20569 0 -1 1077944384 3 13171 0 0 0 0 4 3 20 0 15 0 224191848 11343855616 123028 33554432000 4194304 4196468 140725923498976 139631735597920 139633777309397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21243] ppid=21174 vsize=11077984 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/21177/task/21243/stat : 21243 (java) S 21174 21177 20569 0 -1 1077944384 903 13171 0 0 0 0 4 3 20 0 15 0 224191848 11343855616 123028 33554432000 4194304 4196468 140725923498976 139632608008752 139633777310338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
Current children cumulated CPU time: 13.13 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 492112 KiB

[startup+6.60069 s]
/proc/loadavg: 1.57 1.42 1.36 4/215 21243
/proc/meminfo: memFree=11142728/32770624 swapFree=67108496/67108860
[pid=21177] ppid=21174 vsize=11077984 memory=494308 CPUtime=13.36 cores=1,3,5,7
/proc/21177/stat : 21177 (java) S 21174 21177 20569 0 -1 1077944320 62969 13171 0 0 1305 24 4 3 20 0 15 0 224191833 11343855616 123577 33554432000 4194304 4196468 140725923498976 140725923481520 139633777299191 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
/proc/21177/statm: 2769496 123577 3509 1 0 2731149 0
[pid=21177/tid=21230] ppid=21174 vsize=11077984 memory=14694093276057294 CPUtime=6.43 cores=1,3,5,7
/proc/21177/task/21230/stat : 21230 (java) R 21174 21177 20569 0 -1 4202560 37934 13171 0 0 623 13 4 3 20 0 15 0 224191842 11343855616 123577 33554432000 4194304 4196468 140725923498976 139633749133008 139633361324400 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21231] ppid=21174 vsize=11077984 memory=7810487918915055718 CPUtime=0.12 cores=1,3,5,7
/proc/21177/task/21231/stat : 21231 (java) S 21174 21177 20569 0 -1 1077944384 472 13171 0 0 4 1 4 3 20 0 15 0 224191843 11343855616 123577 33554432000 4194304 4196468 140725923498976 139633781541904 139633777309397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21232] ppid=21174 vsize=11077984 memory=5787215021449957459 CPUtime=0.1 cores=1,3,5,7
/proc/21177/task/21232/stat : 21232 (java) S 21174 21177 20569 0 -1 1077944384 61 13171 0 0 3 0 4 3 20 0 15 0 224191843 11343855616 123577 33554432000 4194304 4196468 140725923498976 139633317219472 139633777309397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21233] ppid=21174 vsize=11077984 memory=339684 CPUtime=0.1 cores=1,3,5,7
/proc/21177/task/21233/stat : 21233 (java) S 21174 21177 20569 0 -1 1077944384 64 13171 0 0 3 0 4 3 20 0 15 0 224191843 11343855616 123577 33554432000 4194304 4196468 140725923498976 139633316166416 139633777309397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21234] ppid=21174 vsize=11077984 memory=1132 CPUtime=0.12 cores=1,3,5,7
/proc/21177/task/21234/stat : 21234 (java) S 21174 21177 20569 0 -1 1077944384 97 13171 0 0 4 1 4 3 20 0 15 0 224191843 11343855616 123577 33554432000 4194304 4196468 140725923498976 139633315113872 139633777309397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21235] ppid=21174 vsize=11077984 memory=6648 CPUtime=0.11 cores=1,3,5,7
/proc/21177/task/21235/stat : 21235 (java) S 21174 21177 20569 0 -1 1077944384 1923 13171 0 0 4 0 4 3 20 0 15 0 224191844 11343855616 123577 33554432000 4194304 4196468 140725923498976 139632747170032 139633777310338 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21236] ppid=21174 vsize=11077984 memory=5420 CPUtime=0.07 cores=1,3,5,7
/proc/21177/task/21236/stat : 21236 (java) S 21174 21177 20569 0 -1 1077944384 14 13171 0 0 0 0 4 3 20 0 15 0 224191844 11343855616 123577 33554432000 4194304 4196468 140725923498976 139632675120352 139633777309397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21237] ppid=21174 vsize=11077984 memory=4424 CPUtime=0.07 cores=1,3,5,7
/proc/21177/task/21237/stat : 21237 (java) S 21174 21177 20569 0 -1 1077944384 2 13171 0 0 0 0 4 3 20 0 15 0 224191845 11343855616 123577 33554432000 4194304 4196468 140725923498976 139632473793280 139633777309397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21238] ppid=21174 vsize=11077984 memory=1380 CPUtime=0.07 cores=1,3,5,7
/proc/21177/task/21238/stat : 21238 (java) S 21174 21177 20569 0 -1 1077944384 3 13171 0 0 0 0 4 3 20 0 15 0 224191847 11343855616 123577 33554432000 4194304 4196468 140725923498976 139632166393808 139633777317787 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21239] ppid=21174 vsize=11077984 memory=1128 CPUtime=2.29 cores=1,3,5,7
/proc/21177/task/21239/stat : 21239 (java) S 21174 21177 20569 0 -1 1077944384 4459 13171 0 0 221 1 4 3 20 0 15 0 224191847 11343855616 123577 33554432000 4194304 4196468 140725923498976 139632746117872 139633777310338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21240] ppid=21174 vsize=11077984 memory=15188 CPUtime=3.03 cores=1,3,5,7
/proc/21177/task/21240/stat : 21240 (java) S 21174 21177 20569 0 -1 1077944384 8686 13171 0 0 295 1 4 3 20 0 15 0 224191847 11343855616 123577 33554432000 4194304 4196468 140725923498976 139632745065328 139633777310338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21241] ppid=21174 vsize=11077984 memory=4000 CPUtime=1.49 cores=1,3,5,7
/proc/21177/task/21241/stat : 21241 (java) S 21174 21177 20569 0 -1 1077944384 6156 13171 0 0 140 2 4 3 20 0 15 0 224191847 11343855616 123577 33554432000 4194304 4196468 140725923498976 139632744012272 139633777310338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21242] ppid=21174 vsize=11077984 memory=14204 CPUtime=0.07 cores=1,3,5,7
/proc/21177/task/21242/stat : 21242 (java) S 21174 21177 20569 0 -1 1077944384 3 13171 0 0 0 0 4 3 20 0 15 0 224191848 11343855616 123577 33554432000 4194304 4196468 140725923498976 139631735597920 139633777309397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21243] ppid=21174 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21177/task/21243/stat : 21243 (java) S 21174 21177 20569 0 -1 1077944384 903 13171 0 0 0 0 4 3 20 0 15 0 224191848 11343855616 123577 33554432000 4194304 4196468 140725923498976 139632608008752 139633777310338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
Current children cumulated CPU time: 13.36 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 494308 KiB

[startup+6.70069 s]
/proc/loadavg: 1.57 1.42 1.36 4/215 21243
/proc/meminfo: memFree=11142728/32770624 swapFree=67108496/67108860
[pid=21177] ppid=21174 vsize=11077984 memory=494308 CPUtime=13.46 cores=1,3,5,7
/proc/21177/stat : 21177 (java) S 21174 21177 20569 0 -1 1077944320 62975 13171 0 0 1315 24 4 3 20 0 15 0 224191833 11343855616 123577 33554432000 4194304 4196468 140725923498976 140725923481520 139633777299191 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
/proc/21177/statm: 2769496 123577 3509 1 0 2731149 0
[pid=21177/tid=21230] ppid=21174 vsize=11077984 memory=492112 CPUtime=6.53 cores=1,3,5,7
/proc/21177/task/21230/stat : 21230 (java) R 21174 21177 20569 0 -1 4202560 37940 13171 0 0 633 13 4 3 20 0 15 0 224191842 11343855616 123577 33554432000 4194304 4196468 140725923498976 139633749133008 139633360126148 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21231] ppid=21174 vsize=11077984 memory=492156 CPUtime=0.12 cores=1,3,5,7
/proc/21177/task/21231/stat : 21231 (java) S 21174 21177 20569 0 -1 1077944384 472 13171 0 0 4 1 4 3 20 0 15 0 224191843 11343855616 123577 33554432000 4194304 4196468 140725923498976 139633781541904 139633777309397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21232] ppid=21174 vsize=11077984 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/21177/task/21232/stat : 21232 (java) S 21174 21177 20569 0 -1 1077944384 61 13171 0 0 3 0 4 3 20 0 15 0 224191843 11343855616 123577 33554432000 4194304 4196468 140725923498976 139633317219472 139633777309397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21233] ppid=21174 vsize=11077984 memory=3 CPUtime=0.1 cores=1,3,5,7
/proc/21177/task/21233/stat : 21233 (java) S 21174 21177 20569 0 -1 1077944384 64 13171 0 0 3 0 4 3 20 0 15 0 224191843 11343855616 123577 33554432000 4194304 4196468 140725923498976 139633316166416 139633777309397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21234] ppid=21174 vsize=11077984 memory=3 CPUtime=0.12 cores=1,3,5,7
/proc/21177/task/21234/stat : 21234 (java) S 21174 21177 20569 0 -1 1077944384 97 13171 0 0 4 1 4 3 20 0 15 0 224191843 11343855616 123577 33554432000 4194304 4196468 140725923498976 139633315113872 139633777309397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21235] ppid=21174 vsize=11077984 memory=373952 CPUtime=0.11 cores=1,3,5,7
/proc/21177/task/21235/stat : 21235 (java) S 21174 21177 20569 0 -1 1077944384 1923 13171 0 0 4 0 4 3 20 0 15 0 224191844 11343855616 123577 33554432000 4194304 4196468 140725923498976 139632747170032 139633777310338 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21236] ppid=21174 vsize=11077984 memory=9168 CPUtime=0.07 cores=1,3,5,7
/proc/21177/task/21236/stat : 21236 (java) S 21174 21177 20569 0 -1 1077944384 14 13171 0 0 0 0 4 3 20 0 15 0 224191844 11343855616 123577 33554432000 4194304 4196468 140725923498976 139632675120352 139633777309397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21237] ppid=21174 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21177/task/21237/stat : 21237 (java) S 21174 21177 20569 0 -1 1077944384 2 13171 0 0 0 0 4 3 20 0 15 0 224191845 11343855616 123577 33554432000 4194304 4196468 140725923498976 139632473793280 139633777309397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21238] ppid=21174 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21177/task/21238/stat : 21238 (java) S 21174 21177 20569 0 -1 1077944384 3 13171 0 0 0 0 4 3 20 0 15 0 224191847 11343855616 123577 33554432000 4194304 4196468 140725923498976 139632166393808 139633777317787 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21239] ppid=21174 vsize=11077984 memory=0 CPUtime=2.29 cores=1,3,5,7
/proc/21177/task/21239/stat : 21239 (java) S 21174 21177 20569 0 -1 1077944384 4459 13171 0 0 221 1 4 3 20 0 15 0 224191847 11343855616 123577 33554432000 4194304 4196468 140725923498976 139632746117872 139633777310338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21240] ppid=21174 vsize=11077984 memory=6791534058613427641 CPUtime=3.03 cores=1,3,5,7
/proc/21177/task/21240/stat : 21240 (java) S 21174 21177 20569 0 -1 1077944384 8686 13171 0 0 295 1 4 3 20 0 15 0 224191847 11343855616 123577 33554432000 4194304 4196468 140725923498976 139632745065328 139633777310338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21241] ppid=21174 vsize=11077984 memory=22724 CPUtime=1.49 cores=1,3,5,7
/proc/21177/task/21241/stat : 21241 (java) S 21174 21177 20569 0 -1 1077944384 6156 13171 0 0 140 2 4 3 20 0 15 0 224191847 11343855616 123577 33554432000 4194304 4196468 140725923498976 139632744012272 139633777310338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21242] ppid=21174 vsize=11077984 memory=8099279071866868843 CPUtime=0.07 cores=1,3,5,7
/proc/21177/task/21242/stat : 21242 (java) S 21174 21177 20569 0 -1 1077944384 3 13171 0 0 0 0 4 3 20 0 15 0 224191848 11343855616 123577 33554432000 4194304 4196468 140725923498976 139631735597920 139633777309397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
[pid=21177/tid=21243] ppid=21174 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21177/task/21243/stat : 21243 (java) S 21174 21177 20569 0 -1 1077944384 903 13171 0 0 0 0 4 3 20 0 15 0 224191848 11343855616 123577 33554432000 4194304 4196468 140725923498976 139632608008752 139633777310338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725923502702 140725923505500 140725923505500 140725923508175 0
Current children cumulated CPU time: 13.46 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 494308 KiB

Child status: 0
Real time (s): 6.74629
CPU time (s): 13.5285
CPU user time (s): 13.2303
CPU system time (s): 0.298209
CPU usage (%): 200.533
Max. virtual memory (cumulated for all children) (KiB): 11080696
Max. memory (cumulated for all children) (KiB): 494308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.2303
system time used= 0.298209
maximum resident set size= 496492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76258
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= 6715
involuntary context switches= 177


# summary of solver processes directly reported to runsolver:
#   pid: 21177
#   total CPU time (s): 13.5285
#   total CPU user time (s): 13.2303
#   total CPU system time (s): 0.298209

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.055524 second user time and 0.112967 second system time

The end

Launcher Data

Begin job on node149 at 2018-08-12 11:31:26
IDJOB=4304379
IDBENCH=141225
IDSOLVER=2780
FILE ID=node149/4304379-1534066286
RUNJOBID= node149-1534063810-20601
PBS_JOBID= 21036989
Free space on /tmp= 38780 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/SumColoring/SumColoring-myciel4_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304379-1534066286/watcher-4304379-1534066286 -o /tmp/evaluation-result-4304379-1534066286/solver-4304379-1534066286 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534063810-20601 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=19846691 HOME/instance-4304379-1534066286.xml

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

MD5SUM BENCH= b2986e349e6e3d69d494bfde8c7eda2a
RANDOM SEED=19846691

node149.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.60
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.60
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.60
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.60
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:        11932356 kB
MemAvailable:   30933236 kB
Buffers:          184820 kB
Cached:         18844656 kB
SwapCached:           28 kB
Active:          8831216 kB
Inactive:       11224832 kB
Active(anon):     975876 kB
Inactive(anon):   103108 kB
Active(file):    7855340 kB
Inactive(file): 11121724 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108860 kB
SwapFree:       67108496 kB
Dirty:             26808 kB
Writeback:             0 kB
AnonPages:       1042828 kB
Mapped:            67220 kB
Shmem:             49616 kB
Slab:             480616 kB
SReclaimable:     452276 kB
SUnreclaim:        28340 kB
KernelStack:        3792 kB
PageTables:         7464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2303352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    886784 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= 38752 MiB
End job on node149 at 2018-08-12 11:31:33