Trace number 4302492

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 14.2697 7.16457

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.242313
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

1.00/0.74	c Concrete v3.9.2.1532736233296 running
6.33/3.33	o 65
6.33/3.36	o 64
6.33/3.37	o 63
7.70/3.79	o 62
7.70/3.79	o 61
7.70/3.79	o 60
7.70/3.79	o 59
7.70/3.79	o 40
7.70/3.79	o 39
7.70/3.79	o 22
14.20/7.15	v <instantiation cost="22">
14.20/7.15	v       <list>
14.20/7.15	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]
14.20/7.15	v       </list>
14.20/7.15	v       <values>
14.20/7.15	v         3 2 3 4 2 1 1 1 1 1 2 0 0 0 0 0 0 0 0 0 0 0 1
14.20/7.15	v       </values>
14.20/7.15	v     </instantiation>
14.20/7.15	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 (8651 MiB free)
  memory of node 1: 16384 MiB (15740 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302492-1532896044/watcher-4302492-1532896044 -o /tmp/evaluation-result-4302492-1532896044/solver-4302492-1532896044 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532894154-16079 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=724481263 HOME/instance-4302492-1532896044.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=18803, runsolver pid=18800

[startup+0.100139 s]*
/proc/loadavg: 1.64 1.70 1.81 3/206 18860
/proc/meminfo: memFree=24969420/32770624 swapFree=67028828/67108860
[pid=18803] ppid=18800 vsize=10005480 memory=18596 CPUtime=0.09 cores=1,3,5,7
/proc/18803/stat : 18803 (java) S 18800 18803 10029 0 -1 1077944320 4309 13240 0 0 1 0 5 3 20 0 6 0 107167534 10245611520 4649 33554432000 4194304 4196468 140725399063808 140725399046352 139893931400951 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
/proc/18803/statm: 2501370 4649 1933 1 0 2489808 0
[pid=18803/tid=18856] ppid=18800 vsize=10005480 memory=4279135704014094991 CPUtime=0.09 cores=1,3,5,7
/proc/18803/task/18856/stat : 18856 (java) R 18800 18803 10029 0 -1 4202560 2128 13240 0 0 1 0 5 3 20 0 6 0 107167543 10245611520 4715 33554432000 4194304 4196468 140725399063808 139893903237712 139893916523888 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18857] ppid=18800 vsize=10005480 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/18803/task/18857/stat : 18857 (java) S 18800 18803 10029 0 -1 1077944384 1 13240 0 0 0 0 5 3 20 0 6 0 107167544 10245611520 4715 33554432000 4194304 4196468 140725399063808 139893935643408 139893931411157 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18858] ppid=18800 vsize=10005480 memory=140455143122560 CPUtime=0.08 cores=1,3,5,7
/proc/18803/task/18858/stat : 18858 (java) S 18800 18803 10029 0 -1 1077944384 1 13240 0 0 0 0 5 3 20 0 6 0 107167544 10245611520 4715 33554432000 4194304 4196468 140725399063808 139893800979344 139893931411157 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18859] ppid=18800 vsize=10005480 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18803/task/18859/stat : 18859 (java) S 18800 18803 10029 0 -1 1077944384 1 13240 0 0 0 0 5 3 20 0 6 0 107167544 10245611520 4715 33554432000 4194304 4196468 140725399063808 139893799926800 139893931411157 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18860] ppid=18800 vsize=10005480 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18803/task/18860/stat : 18860 (java) S 18800 18803 10029 0 -1 1077944384 2 13240 0 0 0 0 5 3 20 0 6 0 107167544 10245611520 4715 33554432000 4194304 4196468 140725399063808 139893798874256 139893931411157 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18596 KiB

[startup+0.209917 s]*
/proc/loadavg: 1.64 1.70 1.81 3/215 18869
/proc/meminfo: memFree=24948240/32770624 swapFree=67028828/67108860
[pid=18803] ppid=18800 vsize=10985364 memory=45668 CPUtime=0.26 cores=1,3,5,7
/proc/18803/stat : 18803 (java) S 18800 18803 10029 0 -1 1077944320 8155 13240 0 0 16 2 5 3 20 0 15 0 107167534 11249012736 11417 33554432000 4194304 4196468 140725399063808 140725399046352 139893931400951 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
/proc/18803/statm: 2746341 11417 2946 1 0 2708764 0
[pid=18803/tid=18856] ppid=18800 vsize=10985364 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/18803/task/18856/stat : 18856 (java) R 18800 18803 10029 0 -1 4202560 4917 13240 0 0 10 1 5 3 20 0 15 0 107167543 11249012736 11615 33554432000 4194304 4196468 140725399063808 139893903225760 139893924080669 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18857] ppid=18800 vsize=10985364 memory=342 CPUtime=0.08 cores=1,3,5,7
/proc/18803/task/18857/stat : 18857 (java) S 18800 18803 10029 0 -1 1077944384 1 13240 0 0 0 0 5 3 20 0 15 0 107167544 11249012736 11681 33554432000 4194304 4196468 140725399063808 139893935643408 139893931411157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18858] ppid=18800 vsize=10985364 memory=140455143771569 CPUtime=0.08 cores=1,3,5,7
/proc/18803/task/18858/stat : 18858 (java) S 18800 18803 10029 0 -1 1077944384 1 13240 0 0 0 0 5 3 20 0 15 0 107167544 11249012736 11681 33554432000 4194304 4196468 140725399063808 139893800979344 139893931411157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18859] ppid=18800 vsize=10985364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18803/task/18859/stat : 18859 (java) S 18800 18803 10029 0 -1 1077944384 1 13240 0 0 0 0 5 3 20 0 15 0 107167544 11249012736 11681 33554432000 4194304 4196468 140725399063808 139893799926800 139893931411157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18860] ppid=18800 vsize=10985364 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18803/task/18860/stat : 18860 (java) S 18800 18803 10029 0 -1 1077944384 2 13240 0 0 0 0 5 3 20 0 15 0 107167544 11249012736 11681 33554432000 4194304 4196468 140725399063808 139893798874256 139893931411157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18861] ppid=18800 vsize=10985364 memory=140455143122560 CPUtime=0.08 cores=1,3,5,7
/proc/18803/task/18861/stat : 18861 (java) S 18800 18803 10029 0 -1 1077944384 2 13240 0 0 0 0 5 3 20 0 15 0 107167545 11249012736 11747 33554432000 4194304 4196468 140725399063808 139892901033968 139893931412098 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18862] ppid=18800 vsize=10985364 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18803/task/18862/stat : 18862 (java) S 18800 18803 10029 0 -1 1077944384 13 13240 0 0 0 0 5 3 20 0 15 0 107167546 11249012736 11747 33554432000 4194304 4196468 140725399063808 139892789076896 139893931411157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18863] ppid=18800 vsize=10985364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18803/task/18863/stat : 18863 (java) S 18800 18803 10029 0 -1 1077944384 1 13240 0 0 0 0 5 3 20 0 15 0 107167546 11249012736 11747 33554432000 4194304 4196468 140725399063808 139892587750384 139893931411157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18864] ppid=18800 vsize=10985364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18803/task/18864/stat : 18864 (java) S 18800 18803 10029 0 -1 1077944384 3 13240 0 0 0 0 5 3 20 0 15 0 107167548 11249012736 11747 33554432000 4194304 4196468 140725399063808 139892280350928 139893931419547 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18865] ppid=18800 vsize=10985364 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/18803/task/18865/stat : 18865 (java) S 18800 18803 10029 0 -1 1077944384 357 13240 0 0 1 0 5 3 20 0 15 0 107167548 11249012736 11813 33554432000 4194304 4196468 140725399063808 139892899981808 139893931412098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18866] ppid=18800 vsize=10985364 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18803/task/18866/stat : 18866 (java) S 18800 18803 10029 0 -1 1077944384 249 13240 0 0 0 0 5 3 20 0 15 0 107167548 11249012736 11813 33554432000 4194304 4196468 140725399063808 139892898929264 139893931412098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18867] ppid=18800 vsize=10985364 memory=140455143122560 CPUtime=0.11 cores=1,3,5,7
/proc/18803/task/18867/stat : 18867 (java) S 18800 18803 10029 0 -1 1077944384 624 13240 0 0 3 0 5 3 20 0 15 0 107167548 11249012736 11813 33554432000 4194304 4196468 140725399063808 139892897876720 139893931412098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18868] ppid=18800 vsize=10985364 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18803/task/18868/stat : 18868 (java) S 18800 18803 10029 0 -1 1077944384 3 13240 0 0 0 0 5 3 20 0 15 0 107167549 11249012736 11813 33554432000 4194304 4196468 140725399063808 139891849555040 139893931411157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18869] ppid=18800 vsize=10985364 memory=140455143122560 CPUtime=0.08 cores=1,3,5,7
/proc/18803/task/18869/stat : 18869 (java) S 18800 18803 10029 0 -1 1077944384 1 13240 0 0 0 0 5 3 20 0 15 0 107167549 11249012736 11813 33554432000 4194304 4196468 140725399063808 139892896823600 139893931412098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10985364 KiB
Current children cumulated memory: 45668 KiB

[startup+0.310345 s]*
/proc/loadavg: 1.64 1.70 1.81 3/215 18869
/proc/meminfo: memFree=24936208/32770624 swapFree=67028828/67108860
[pid=18803] ppid=18800 vsize=10983192 memory=55328 CPUtime=0.39 cores=1,3,5,7
/proc/18803/stat : 18803 (java) S 18800 18803 10029 0 -1 1077944320 10426 13240 0 0 28 3 5 3 20 0 15 0 107167534 11246788608 13832 33554432000 4194304 4196468 140725399063808 140725399046352 139893931400951 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
/proc/18803/statm: 2745798 13832 3065 1 0 2708109 0
[pid=18803/tid=18856] ppid=18800 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/18803/task/18856/stat : 18856 (java) R 18800 18803 10029 0 -1 4202560 6953 13240 0 0 19 2 5 3 20 0 15 0 107167543 11246788608 13832 33554432000 4194304 4196468 140725399063808 139893903212960 139893931422877 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18857] ppid=18800 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18803/task/18857/stat : 18857 (java) S 18800 18803 10029 0 -1 1077944384 1 13240 0 0 0 0 5 3 20 0 15 0 107167544 11246788608 13832 33554432000 4194304 4196468 140725399063808 139893935643408 139893931411157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18858] ppid=18800 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18803/task/18858/stat : 18858 (java) S 18800 18803 10029 0 -1 1077944384 1 13240 0 0 0 0 5 3 20 0 15 0 107167544 11246788608 13832 33554432000 4194304 4196468 140725399063808 139893800979344 139893931411157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18859] ppid=18800 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18803/task/18859/stat : 18859 (java) S 18800 18803 10029 0 -1 1077944384 1 13240 0 0 0 0 5 3 20 0 15 0 107167544 11246788608 13832 33554432000 4194304 4196468 140725399063808 139893799926800 139893931411157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18860] ppid=18800 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18803/task/18860/stat : 18860 (java) S 18800 18803 10029 0 -1 1077944384 2 13240 0 0 0 0 5 3 20 0 15 0 107167544 11246788608 13832 33554432000 4194304 4196468 140725399063808 139893798874256 139893931411157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18861] ppid=18800 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18803/task/18861/stat : 18861 (java) S 18800 18803 10029 0 -1 1077944384 2 13240 0 0 0 0 5 3 20 0 15 0 107167545 11246788608 13832 33554432000 4194304 4196468 140725399063808 139892901033968 139893931412098 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18862] ppid=18800 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18803/task/18862/stat : 18862 (java) S 18800 18803 10029 0 -1 1077944384 13 13240 0 0 0 0 5 3 20 0 15 0 107167546 11246788608 13832 33554432000 4194304 4196468 140725399063808 139892789076896 139893931411157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18863] ppid=18800 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18803/task/18863/stat : 18863 (java) S 18800 18803 10029 0 -1 1077944384 1 13240 0 0 0 0 5 3 20 0 15 0 107167546 11246788608 13832 33554432000 4194304 4196468 140725399063808 139892587750384 139893931411157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18864] ppid=18800 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18803/task/18864/stat : 18864 (java) S 18800 18803 10029 0 -1 1077944384 3 13240 0 0 0 0 5 3 20 0 15 0 107167548 11246788608 13832 33554432000 4194304 4196468 140725399063808 139892280350928 139893931419547 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18865] ppid=18800 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/18803/task/18865/stat : 18865 (java) S 18800 18803 10029 0 -1 1077944384 359 13240 0 0 1 0 5 3 20 0 15 0 107167548 11246788608 13832 33554432000 4194304 4196468 140725399063808 139892899981808 139893931412098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18866] ppid=18800 vsize=10983192 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/18803/task/18866/stat : 18866 (java) S 18800 18803 10029 0 -1 1077944384 252 13240 0 0 1 0 5 3 20 0 15 0 107167548 11246788608 13832 33554432000 4194304 4196468 140725399063808 139892898929264 139893931412098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18867] ppid=18800 vsize=10983192 memory=140455143122560 CPUtime=0.13 cores=1,3,5,7
/proc/18803/task/18867/stat : 18867 (java) R 18800 18803 10029 0 -1 4202560 640 13240 0 0 5 0 5 3 20 0 15 0 107167548 11246788608 13832 33554432000 4194304 4196468 140725399063808 139892897876720 139893915481438 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18868] ppid=18800 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18803/task/18868/stat : 18868 (java) S 18800 18803 10029 0 -1 1077944384 3 13240 0 0 0 0 5 3 20 0 15 0 107167549 11246788608 13832 33554432000 4194304 4196468 140725399063808 139891849555040 139893931411157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18869] ppid=18800 vsize=10983192 memory=140455143122560 CPUtime=0.08 cores=1,3,5,7
/proc/18803/task/18869/stat : 18869 (java) S 18800 18803 10029 0 -1 1077944384 1 13240 0 0 0 0 5 3 20 0 15 0 107167549 11246788608 13832 33554432000 4194304 4196468 140725399063808 139892896823600 139893931412098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55328 KiB

[startup+0.700734 s]
/proc/loadavg: 1.64 1.70 1.81 3/215 18869
/proc/meminfo: memFree=24925048/32770624 swapFree=67028828/67108860
[pid=18803] ppid=18800 vsize=10983192 memory=88712 CPUtime=1 cores=1,3,5,7
/proc/18803/stat : 18803 (java) S 18800 18803 10029 0 -1 1077944320 16783 13240 0 0 87 5 5 3 20 0 15 0 107167534 11246788608 22178 33554432000 4194304 4196468 140725399063808 140725399046352 139893931400951 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
/proc/18803/statm: 2745798 22178 3238 1 0 2708109 0
[pid=18803/tid=18856] ppid=18800 vsize=10983192 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/18803/task/18856/stat : 18856 (java) R 18800 18803 10029 0 -1 4202560 12237 13240 0 0 56 3 5 3 20 0 15 0 107167543 11246788608 22178 33554432000 4194304 4196468 140725399063808 139893903221776 139893911676738 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18857] ppid=18800 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18803/task/18857/stat : 18857 (java) S 18800 18803 10029 0 -1 1077944384 1 13240 0 0 0 0 5 3 20 0 15 0 107167544 11246788608 22178 33554432000 4194304 4196468 140725399063808 139893935643408 139893931411157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18858] ppid=18800 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18803/task/18858/stat : 18858 (java) S 18800 18803 10029 0 -1 1077944384 1 13240 0 0 0 0 5 3 20 0 15 0 107167544 11246788608 22178 33554432000 4194304 4196468 140725399063808 139893800979344 139893931411157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18859] ppid=18800 vsize=10983192 memory=32804 CPUtime=0.08 cores=1,3,5,7
/proc/18803/task/18859/stat : 18859 (java) S 18800 18803 10029 0 -1 1077944384 1 13240 0 0 0 0 5 3 20 0 15 0 107167544 11246788608 22178 33554432000 4194304 4196468 140725399063808 139893799926800 139893931411157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18860] ppid=18800 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18803/task/18860/stat : 18860 (java) S 18800 18803 10029 0 -1 1077944384 2 13240 0 0 0 0 5 3 20 0 15 0 107167544 11246788608 22178 33554432000 4194304 4196468 140725399063808 139893798874256 139893931411157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18861] ppid=18800 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18803/task/18861/stat : 18861 (java) S 18800 18803 10029 0 -1 1077944384 6 13240 0 0 0 0 5 3 20 0 15 0 107167545 11246788608 22178 33554432000 4194304 4196468 140725399063808 139892901033968 139893931412098 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18862] ppid=18800 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18803/task/18862/stat : 18862 (java) S 18800 18803 10029 0 -1 1077944384 13 13240 0 0 0 0 5 3 20 0 15 0 107167546 11246788608 22178 33554432000 4194304 4196468 140725399063808 139892789076896 139893931411157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18863] ppid=18800 vsize=10983192 memory=140455027290896 CPUtime=0.08 cores=1,3,5,7
/proc/18803/task/18863/stat : 18863 (java) S 18800 18803 10029 0 -1 1077944384 1 13240 0 0 0 0 5 3 20 0 15 0 107167546 11246788608 22178 33554432000 4194304 4196468 140725399063808 139892587750384 139893931411157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18864] ppid=18800 vsize=10983192 memory=140458315481673 CPUtime=0.08 cores=1,3,5,7
/proc/18803/task/18864/stat : 18864 (java) S 18800 18803 10029 0 -1 1077944384 3 13240 0 0 0 0 5 3 20 0 15 0 107167548 11246788608 22178 33554432000 4194304 4196468 140725399063808 139892280350928 139893931419547 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18865] ppid=18800 vsize=10983192 memory=796 CPUtime=0.16 cores=1,3,5,7
/proc/18803/task/18865/stat : 18865 (java) S 18800 18803 10029 0 -1 1077944384 776 13240 0 0 8 0 5 3 20 0 15 0 107167548 11246788608 22178 33554432000 4194304 4196468 140725399063808 139892899981808 139893931412098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18866] ppid=18800 vsize=10983192 memory=7014751519650764113 CPUtime=0.16 cores=1,3,5,7
/proc/18803/task/18866/stat : 18866 (java) S 18800 18803 10029 0 -1 1077944384 813 13240 0 0 8 0 5 3 20 0 15 0 107167548 11246788608 22178 33554432000 4194304 4196468 140725399063808 139892898929264 139893931412098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18867] ppid=18800 vsize=10983192 memory=7597123233646858610 CPUtime=0.21 cores=1,3,5,7
/proc/18803/task/18867/stat : 18867 (java) S 18800 18803 10029 0 -1 1077944384 730 13240 0 0 13 0 5 3 20 0 15 0 107167548 11246788608 22178 33554432000 4194304 4196468 140725399063808 139892897876720 139893931412098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18868] ppid=18800 vsize=10983192 memory=3544 CPUtime=0.08 cores=1,3,5,7
/proc/18803/task/18868/stat : 18868 (java) S 18800 18803 10029 0 -1 1077944384 3 13240 0 0 0 0 5 3 20 0 15 0 107167549 11246788608 22178 33554432000 4194304 4196468 140725399063808 139891849555040 139893931411157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18869] ppid=18800 vsize=10983192 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/18803/task/18869/stat : 18869 (java) S 18800 18803 10029 0 -1 1077944384 1 13240 0 0 0 0 5 3 20 0 15 0 107167549 11246788608 22178 33554432000 4194304 4196468 140725399063808 139892896823600 139893931412098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88712 KiB

[startup+1.50103 s]
/proc/loadavg: 1.64 1.70 1.81 3/215 18869
/proc/meminfo: memFree=24878716/32770624 swapFree=67028828/67108860
[pid=18803] ppid=18800 vsize=10998092 memory=182244 CPUtime=2.28 cores=1,3,5,7
/proc/18803/stat : 18803 (java) S 18800 18803 10029 0 -1 1077944320 24168 13240 0 0 210 10 5 3 20 0 15 0 107167534 11262046208 45561 33554432000 4194304 4196468 140725399063808 140725399046352 139893931400951 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
/proc/18803/statm: 2749523 45561 3464 1 0 2711181 0
[pid=18803/tid=18856] ppid=18800 vsize=10998092 memory=9169 CPUtime=1.44 cores=1,3,5,7
/proc/18803/task/18856/stat : 18856 (java) R 18800 18803 10029 0 -1 4202560 17927 13240 0 0 130 6 5 3 20 0 15 0 107167543 11262046208 45561 33554432000 4194304 4196468 140725399063808 139893903231104 139893915481438 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18857] ppid=18800 vsize=10998092 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/18803/task/18857/stat : 18857 (java) S 18800 18803 10029 0 -1 1077944384 64 13240 0 0 1 0 5 3 20 0 15 0 107167544 11262046208 45561 33554432000 4194304 4196468 140725399063808 139893935643408 139893931411157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18858] ppid=18800 vsize=10998092 memory=1408 CPUtime=0.09 cores=1,3,5,7
/proc/18803/task/18858/stat : 18858 (java) S 18800 18803 10029 0 -1 1077944384 244 13240 0 0 1 0 5 3 20 0 15 0 107167544 11262046208 45561 33554432000 4194304 4196468 140725399063808 139893800979344 139893931411157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18859] ppid=18800 vsize=10998092 memory=3004 CPUtime=0.09 cores=1,3,5,7
/proc/18803/task/18859/stat : 18859 (java) S 18800 18803 10029 0 -1 1077944384 28 13240 0 0 1 0 5 3 20 0 15 0 107167544 11262046208 45561 33554432000 4194304 4196468 140725399063808 139893799926800 139893931411157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18860] ppid=18800 vsize=10998092 memory=88712 CPUtime=0.08 cores=1,3,5,7
/proc/18803/task/18860/stat : 18860 (java) S 18800 18803 10029 0 -1 1077944384 30 13240 0 0 0 0 5 3 20 0 15 0 107167544 11262046208 45561 33554432000 4194304 4196468 140725399063808 139893798874256 139893931411157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18861] ppid=18800 vsize=10998092 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/18803/task/18861/stat : 18861 (java) S 18800 18803 10029 0 -1 1077944384 68 13240 0 0 1 0 5 3 20 0 15 0 107167545 11262046208 45561 33554432000 4194304 4196468 140725399063808 139892901033968 139893931412098 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18862] ppid=18800 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18803/task/18862/stat : 18862 (java) S 18800 18803 10029 0 -1 1077944384 13 13240 0 0 0 0 5 3 20 0 15 0 107167546 11262046208 45561 33554432000 4194304 4196468 140725399063808 139892789076960 139893931411157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18863] ppid=18800 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18803/task/18863/stat : 18863 (java) S 18800 18803 10029 0 -1 1077944384 2 13240 0 0 0 0 5 3 20 0 15 0 107167546 11262046208 45561 33554432000 4194304 4196468 140725399063808 139892587750400 139893931411157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18864] ppid=18800 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/18803/task/18864/stat : 18864 (java) S 18800 18803 10029 0 -1 1077944384 3 13240 0 0 0 0 5 3 20 0 15 0 107167548 11262046208 45561 33554432000 4194304 4196468 140725399063808 139892280350928 139893931419547 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18865] ppid=18800 vsize=10998092 memory=4638778398332698720 CPUtime=0.32 cores=1,3,5,7
/proc/18803/task/18865/stat : 18865 (java) S 18800 18803 10029 0 -1 1077944384 1326 13240 0 0 24 0 5 3 20 0 15 0 107167548 11262046208 45561 33554432000 4194304 4196468 140725399063808 139892899981808 139893931412098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18866] ppid=18800 vsize=10998092 memory=280910054857600 CPUtime=0.26 cores=1,3,5,7
/proc/18803/task/18866/stat : 18866 (java) S 18800 18803 10029 0 -1 1077944384 992 13240 0 0 18 0 5 3 20 0 15 0 107167548 11262046208 45561 33554432000 4194304 4196468 140725399063808 139892898929264 139893931412098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18867] ppid=18800 vsize=10998092 memory=6944656592452807323 CPUtime=0.39 cores=1,3,5,7
/proc/18803/task/18867/stat : 18867 (java) S 18800 18803 10029 0 -1 1077944384 1272 13240 0 0 31 0 5 3 20 0 15 0 107167548 11262046208 45561 33554432000 4194304 4196468 140725399063808 139892897876720 139893931412098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18868] ppid=18800 vsize=10998092 memory=1399101730491701635 CPUtime=0.08 cores=1,3,5,7
/proc/18803/task/18868/stat : 18868 (java) S 18800 18803 10029 0 -1 1077944384 3 13240 0 0 0 0 5 3 20 0 15 0 107167549 11262046208 45561 33554432000 4194304 4196468 140725399063808 139891849555040 139893931411157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18869] ppid=18800 vsize=10998092 memory=6944656591801719708 CPUtime=0.08 cores=1,3,5,7
/proc/18803/task/18869/stat : 18869 (java) S 18800 18803 10029 0 -1 1077944384 1 13240 0 0 0 0 5 3 20 0 15 0 107167549 11262046208 45561 33554432000 4194304 4196468 140725399063808 139892896823600 139893931412098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
Current children cumulated CPU time: 2.28 s
Current children cumulated vsize: 10998092 KiB

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

[startup+7.16451 s]
# the end of solver process 18803 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=13.9558 s, system=0.313892 s

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

[startup+6.40093 s]
/proc/loadavg: 1.91 1.75 1.83 3/215 18869
/proc/meminfo: memFree=24536272/32770624 swapFree=67028828/67108860
[pid=18803] ppid=18800 vsize=11077984 memory=493916 CPUtime=13.17 cores=1,3,5,7
/proc/18803/stat : 18803 (java) S 18800 18803 10029 0 -1 1077944320 70137 13240 0 0 1284 25 5 3 20 0 15 0 107167534 11343855616 123479 33554432000 4194304 4196468 140725399063808 140725399046352 139893931400951 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
/proc/18803/statm: 2769496 123479 3517 1 0 2731149 0
[pid=18803/tid=18856] ppid=18800 vsize=11077984 memory=151656842777167 CPUtime=6.25 cores=1,3,5,7
/proc/18803/task/18856/stat : 18856 (java) R 18800 18803 10029 0 -1 4202560 41007 13240 0 0 604 13 5 3 20 0 15 0 107167543 11343855616 123479 33554432000 4194304 4196468 140725399063808 139893903234232 139893489287091 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18857] ppid=18800 vsize=11077984 memory=11201815314442 CPUtime=0.11 cores=1,3,5,7
/proc/18803/task/18857/stat : 18857 (java) S 18800 18803 10029 0 -1 1077944384 92 13240 0 0 3 0 5 3 20 0 15 0 107167544 11343855616 123479 33554432000 4194304 4196468 140725399063808 139893935643408 139893931411157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18858] ppid=18800 vsize=11077984 memory=288241577963302108 CPUtime=0.12 cores=1,3,5,7
/proc/18803/task/18858/stat : 18858 (java) S 18800 18803 10029 0 -1 1077944384 283 13240 0 0 4 0 5 3 20 0 15 0 107167544 11343855616 123479 33554432000 4194304 4196468 140725399063808 139893800979344 139893931411157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18859] ppid=18800 vsize=11077984 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/18803/task/18859/stat : 18859 (java) S 18800 18803 10029 0 -1 1077944384 86 13240 0 0 4 0 5 3 20 0 15 0 107167544 11343855616 123479 33554432000 4194304 4196468 140725399063808 139893799926800 139893931411157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18860] ppid=18800 vsize=11077984 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/18803/task/18860/stat : 18860 (java) S 18800 18803 10029 0 -1 1077944384 221 13240 0 0 3 1 5 3 20 0 15 0 107167544 11343855616 123479 33554432000 4194304 4196468 140725399063808 139893798874256 139893931411157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18861] ppid=18800 vsize=11077984 memory=4580 CPUtime=0.12 cores=1,3,5,7
/proc/18803/task/18861/stat : 18861 (java) S 18800 18803 10029 0 -1 1077944384 2771 13240 0 0 4 0 5 3 20 0 15 0 107167545 11343855616 123479 33554432000 4194304 4196468 140725399063808 139892901033968 139893931412098 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18862] ppid=18800 vsize=11077984 memory=-7595490506177102494 CPUtime=0.08 cores=1,3,5,7
/proc/18803/task/18862/stat : 18862 (java) S 18800 18803 10029 0 -1 1077944384 14 13240 0 0 0 0 5 3 20 0 15 0 107167546 11343855616 123479 33554432000 4194304 4196468 140725399063808 139892789077024 139893931411157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18863] ppid=18800 vsize=11077984 memory=-2690672300149276499 CPUtime=0.08 cores=1,3,5,7
/proc/18803/task/18863/stat : 18863 (java) S 18800 18803 10029 0 -1 1077944384 2 13240 0 0 0 0 5 3 20 0 15 0 107167546 11343855616 123479 33554432000 4194304 4196468 140725399063808 139892587750400 139893931411157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18864] ppid=18800 vsize=11077984 memory=6944656592387989600 CPUtime=0.08 cores=1,3,5,7
/proc/18803/task/18864/stat : 18864 (java) S 18800 18803 10029 0 -1 1077944384 3 13240 0 0 0 0 5 3 20 0 15 0 107167548 11343855616 123479 33554432000 4194304 4196468 140725399063808 139892280350928 139893931419547 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18865] ppid=18800 vsize=11077984 memory=6944656592455359580 CPUtime=2.61 cores=1,3,5,7
/proc/18803/task/18865/stat : 18865 (java) S 18800 18803 10029 0 -1 1077944384 6723 13240 0 0 251 2 5 3 20 0 15 0 107167548 11343855616 123479 33554432000 4194304 4196468 140725399063808 139892899981808 139893931412098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18866] ppid=18800 vsize=11077984 memory=6720696446780543624 CPUtime=2.76 cores=1,3,5,7
/proc/18803/task/18866/stat : 18866 (java) S 18800 18803 10029 0 -1 1077944384 9354 13240 0 0 267 1 5 3 20 0 15 0 107167548 11343855616 123479 33554432000 4194304 4196468 140725399063808 139892898929264 139893931412098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18867] ppid=18800 vsize=11077984 memory=8508281356422055839 CPUtime=1.49 cores=1,3,5,7
/proc/18803/task/18867/stat : 18867 (java) S 18800 18803 10029 0 -1 1077944384 6364 13240 0 0 139 2 5 3 20 0 15 0 107167548 11343855616 123479 33554432000 4194304 4196468 140725399063808 139892897876720 139893931412098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18868] ppid=18800 vsize=11077984 memory=7522764348769854783 CPUtime=0.08 cores=1,3,5,7
/proc/18803/task/18868/stat : 18868 (java) S 18800 18803 10029 0 -1 1077944384 3 13240 0 0 0 0 5 3 20 0 15 0 107167549 11343855616 123479 33554432000 4194304 4196468 140725399063808 139891849555040 139893931411157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18869] ppid=18800 vsize=11077984 memory=436264 CPUtime=0.08 cores=1,3,5,7
/proc/18803/task/18869/stat : 18869 (java) S 18800 18803 10029 0 -1 1077944384 1019 13240 0 0 0 0 5 3 20 0 15 0 107167549 11343855616 123479 33554432000 4194304 4196468 140725399063808 139892896823600 139893931412098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
Current children cumulated CPU time: 13.17 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 493916 KiB

[startup+6.80074 s]
/proc/loadavg: 1.91 1.75 1.83 3/215 18869
/proc/meminfo: memFree=24536272/32770624 swapFree=67028828/67108860
[pid=18803] ppid=18800 vsize=11077984 memory=496216 CPUtime=13.85 cores=1,3,5,7
/proc/18803/stat : 18803 (java) S 18800 18803 10029 0 -1 1077944320 70192 13240 0 0 1352 25 5 3 20 0 15 0 107167534 11343855616 124054 33554432000 4194304 4196468 140725399063808 140725399046352 139893931400951 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
/proc/18803/statm: 2769496 124054 3517 1 0 2731149 0
[pid=18803/tid=18856] ppid=18800 vsize=11077984 memory=4638778398332768848 CPUtime=6.65 cores=1,3,5,7
/proc/18803/task/18856/stat : 18856 (java) R 18800 18803 10029 0 -1 4202560 41011 13240 0 0 644 13 5 3 20 0 15 0 107167543 11343855616 124054 33554432000 4194304 4196468 140725399063808 139893903236464 139893488956288 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18857] ppid=18800 vsize=11077984 memory=-3472574513799858009 CPUtime=0.11 cores=1,3,5,7
/proc/18803/task/18857/stat : 18857 (java) S 18800 18803 10029 0 -1 1077944384 93 13240 0 0 3 0 5 3 20 0 15 0 107167544 11343855616 124054 33554432000 4194304 4196468 140725399063808 139893935643408 139893931411157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18858] ppid=18800 vsize=11077984 memory=6944656592387989600 CPUtime=0.12 cores=1,3,5,7
/proc/18803/task/18858/stat : 18858 (java) S 18800 18803 10029 0 -1 1077944384 285 13240 0 0 4 0 5 3 20 0 15 0 107167544 11343855616 124054 33554432000 4194304 4196468 140725399063808 139893800979344 139893931411157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18859] ppid=18800 vsize=11077984 memory=6944656575208382560 CPUtime=0.12 cores=1,3,5,7
/proc/18803/task/18859/stat : 18859 (java) S 18800 18803 10029 0 -1 1077944384 87 13240 0 0 4 0 5 3 20 0 15 0 107167544 11343855616 124054 33554432000 4194304 4196468 140725399063808 139893799926800 139893931411157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18860] ppid=18800 vsize=11077984 memory=285704 CPUtime=0.13 cores=1,3,5,7
/proc/18803/task/18860/stat : 18860 (java) S 18800 18803 10029 0 -1 1077944384 222 13240 0 0 4 1 5 3 20 0 15 0 107167544 11343855616 124054 33554432000 4194304 4196468 140725399063808 139893798874256 139893931411157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18861] ppid=18800 vsize=11077984 memory=6935649255759568960 CPUtime=0.12 cores=1,3,5,7
/proc/18803/task/18861/stat : 18861 (java) S 18800 18803 10029 0 -1 1077944384 2771 13240 0 0 4 0 5 3 20 0 15 0 107167545 11343855616 124054 33554432000 4194304 4196468 140725399063808 139892901033968 139893931412098 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18862] ppid=18800 vsize=11077984 memory=56 CPUtime=0.08 cores=1,3,5,7
/proc/18803/task/18862/stat : 18862 (java) S 18800 18803 10029 0 -1 1077944384 14 13240 0 0 0 0 5 3 20 0 15 0 107167546 11343855616 124054 33554432000 4194304 4196468 140725399063808 139892789077024 139893931411157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18863] ppid=18800 vsize=11077984 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18803/task/18863/stat : 18863 (java) S 18800 18803 10029 0 -1 1077944384 2 13240 0 0 0 0 5 3 20 0 15 0 107167546 11343855616 124054 33554432000 4194304 4196468 140725399063808 139892587750400 139893931411157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18864] ppid=18800 vsize=11077984 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18803/task/18864/stat : 18864 (java) S 18800 18803 10029 0 -1 1077944384 3 13240 0 0 0 0 5 3 20 0 15 0 107167548 11343855616 124054 33554432000 4194304 4196468 140725399063808 139892280350928 139893931419547 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18865] ppid=18800 vsize=11077984 memory=0 CPUtime=2.7 cores=1,3,5,7
/proc/18803/task/18865/stat : 18865 (java) S 18800 18803 10029 0 -1 1077944384 6735 13240 0 0 260 2 5 3 20 0 15 0 107167548 11343855616 124054 33554432000 4194304 4196468 140725399063808 139892899981808 139893931412098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18866] ppid=18800 vsize=11077984 memory=6656426216303648864 CPUtime=2.94 cores=1,3,5,7
/proc/18803/task/18866/stat : 18866 (java) S 18800 18803 10029 0 -1 1077944384 9377 13240 0 0 285 1 5 3 20 0 15 0 107167548 11343855616 124054 33554432000 4194304 4196468 140725399063808 139892898929264 139893931412098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18867] ppid=18800 vsize=11077984 memory=0 CPUtime=1.49 cores=1,3,5,7
/proc/18803/task/18867/stat : 18867 (java) S 18800 18803 10029 0 -1 1077944384 6375 13240 0 0 139 2 5 3 20 0 15 0 107167548 11343855616 124054 33554432000 4194304 4196468 140725399063808 139892897876720 139893931412098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18868] ppid=18800 vsize=11077984 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18803/task/18868/stat : 18868 (java) S 18800 18803 10029 0 -1 1077944384 3 13240 0 0 0 0 5 3 20 0 15 0 107167549 11343855616 124054 33554432000 4194304 4196468 140725399063808 139891849555040 139893931411157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18869] ppid=18800 vsize=11077984 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18803/task/18869/stat : 18869 (java) S 18800 18803 10029 0 -1 1077944384 1019 13240 0 0 0 0 5 3 20 0 15 0 107167549 11343855616 124054 33554432000 4194304 4196468 140725399063808 139892896823600 139893931412098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
Current children cumulated CPU time: 13.85 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 496216 KiB

[startup+7.00135 s]*
/proc/loadavg: 1.91 1.75 1.83 3/215 18869
/proc/meminfo: memFree=24451312/32770624 swapFree=67028828/67108860
[pid=18803] ppid=18800 vsize=11077984 memory=539264 CPUtime=14.09 cores=1,3,5,7
/proc/18803/stat : 18803 (java) S 18800 18803 10029 0 -1 1077944320 70259 13240 0 0 1375 26 5 3 20 0 15 0 107167534 11343855616 134816 33554432000 4194304 4196468 140725399063808 140725399046352 139893931400951 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
/proc/18803/statm: 2769496 134816 3517 1 0 2731149 0
[pid=18803/tid=18856] ppid=18800 vsize=11077984 memory=7450713415672217696 CPUtime=6.85 cores=1,3,5,7
/proc/18803/task/18856/stat : 18856 (java) R 18800 18803 10029 0 -1 4202560 41032 13240 0 0 663 14 5 3 20 0 15 0 107167543 11343855616 134816 33554432000 4194304 4196468 140725399063808 139893903232584 139893477287040 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18857] ppid=18800 vsize=11077984 memory=-1 CPUtime=0.12 cores=1,3,5,7
/proc/18803/task/18857/stat : 18857 (java) S 18800 18803 10029 0 -1 1077944384 94 13240 0 0 4 0 5 3 20 0 15 0 107167544 11343855616 134816 33554432000 4194304 4196468 140725399063808 139893935643408 139893931411157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18858] ppid=18800 vsize=11077984 memory=3756199925992251313 CPUtime=0.12 cores=1,3,5,7
/proc/18803/task/18858/stat : 18858 (java) S 18800 18803 10029 0 -1 1077944384 286 13240 0 0 4 0 5 3 20 0 15 0 107167544 11343855616 134816 33554432000 4194304 4196468 140725399063808 139893800979344 139893931411157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18859] ppid=18800 vsize=11077984 memory=8172187709295128674 CPUtime=0.12 cores=1,3,5,7
/proc/18803/task/18859/stat : 18859 (java) S 18800 18803 10029 0 -1 1077944384 92 13240 0 0 4 0 5 3 20 0 15 0 107167544 11343855616 134816 33554432000 4194304 4196468 140725399063808 139893799926800 139893931411157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18860] ppid=18800 vsize=11077984 memory=3618978996906702897 CPUtime=0.13 cores=1,3,5,7
/proc/18803/task/18860/stat : 18860 (java) S 18800 18803 10029 0 -1 1077944384 223 13240 0 0 4 1 5 3 20 0 15 0 107167544 11343855616 134816 33554432000 4194304 4196468 140725399063808 139893798874256 139893931411157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18861] ppid=18800 vsize=11077984 memory=3691177032799602352 CPUtime=0.12 cores=1,3,5,7
/proc/18803/task/18861/stat : 18861 (java) S 18800 18803 10029 0 -1 1077944384 2796 13240 0 0 4 0 5 3 20 0 15 0 107167545 11343855616 134816 33554432000 4194304 4196468 140725399063808 139892901033968 139893931412098 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18862] ppid=18800 vsize=11077984 memory=2319389199166808112 CPUtime=0.08 cores=1,3,5,7
/proc/18803/task/18862/stat : 18862 (java) S 18800 18803 10029 0 -1 1077944384 14 13240 0 0 0 0 5 3 20 0 15 0 107167546 11343855616 134816 33554432000 4194304 4196468 140725399063808 139892789077024 139893931411157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18863] ppid=18800 vsize=11077984 memory=7229212405193599855 CPUtime=0.08 cores=1,3,5,7
/proc/18803/task/18863/stat : 18863 (java) S 18800 18803 10029 0 -1 1077944384 2 13240 0 0 0 0 5 3 20 0 15 0 107167546 11343855616 134816 33554432000 4194304 4196468 140725399063808 139892587750400 139893931411157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18864] ppid=18800 vsize=11077984 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18803/task/18864/stat : 18864 (java) S 18800 18803 10029 0 -1 1077944384 3 13240 0 0 0 0 5 3 20 0 15 0 107167548 11343855616 134816 33554432000 4194304 4196468 140725399063808 139892280350928 139893931419547 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18865] ppid=18800 vsize=11077984 memory=0 CPUtime=2.71 cores=1,3,5,7
/proc/18803/task/18865/stat : 18865 (java) S 18800 18803 10029 0 -1 1077944384 6736 13240 0 0 261 2 5 3 20 0 15 0 107167548 11343855616 134816 33554432000 4194304 4196468 140725399063808 139892899981808 139893931412098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18866] ppid=18800 vsize=11077984 memory=140455027359007 CPUtime=2.95 cores=1,3,5,7
/proc/18803/task/18866/stat : 18866 (java) S 18800 18803 10029 0 -1 1077944384 9379 13240 0 0 286 1 5 3 20 0 15 0 107167548 11343855616 134816 33554432000 4194304 4196468 140725399063808 139892898929264 139893931412098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18867] ppid=18800 vsize=11077984 memory=140455143122560 CPUtime=1.5 cores=1,3,5,7
/proc/18803/task/18867/stat : 18867 (java) S 18800 18803 10029 0 -1 1077944384 6385 13240 0 0 140 2 5 3 20 0 15 0 107167548 11343855616 134816 33554432000 4194304 4196468 140725399063808 139892897876720 139893931412098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18868] ppid=18800 vsize=11077984 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18803/task/18868/stat : 18868 (java) S 18800 18803 10029 0 -1 1077944384 3 13240 0 0 0 0 5 3 20 0 15 0 107167549 11343855616 134816 33554432000 4194304 4196468 140725399063808 139891849555040 139893931411157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18869] ppid=18800 vsize=11077984 memory=280910170648248 CPUtime=0.08 cores=1,3,5,7
/proc/18803/task/18869/stat : 18869 (java) S 18800 18803 10029 0 -1 1077944384 1019 13240 0 0 0 0 5 3 20 0 15 0 107167549 11343855616 134816 33554432000 4194304 4196468 140725399063808 139892896823600 139893931412098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
Current children cumulated CPU time: 14.09 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 539264 KiB

[startup+7.11017 s]
/proc/loadavg: 1.91 1.75 1.83 3/215 18869
/proc/meminfo: memFree=24451312/32770624 swapFree=67028828/67108860
[pid=18803] ppid=18800 vsize=11077984 memory=539264 CPUtime=14.2 cores=1,3,5,7
/proc/18803/stat : 18803 (java) S 18800 18803 10029 0 -1 1077944320 70259 13240 0 0 1386 26 5 3 20 0 15 0 107167534 11343855616 134816 33554432000 4194304 4196468 140725399063808 140725399046352 139893931400951 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
/proc/18803/statm: 2769496 134816 3517 1 0 2731149 0
[pid=18803/tid=18856] ppid=18800 vsize=11077984 memory=539224 CPUtime=6.95 cores=1,3,5,7
/proc/18803/task/18856/stat : 18856 (java) R 18800 18803 10029 0 -1 4202560 41032 13240 0 0 673 14 5 3 20 0 15 0 107167543 11343855616 134816 33554432000 4194304 4196468 140725399063808 139893903232584 139893488005001 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18857] ppid=18800 vsize=11077984 memory=280910055048032 CPUtime=0.12 cores=1,3,5,7
/proc/18803/task/18857/stat : 18857 (java) S 18800 18803 10029 0 -1 1077944384 94 13240 0 0 4 0 5 3 20 0 15 0 107167544 11343855616 134816 33554432000 4194304 4196468 140725399063808 139893935643408 139893931411157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18858] ppid=18800 vsize=11077984 memory=4137282616176384387 CPUtime=0.12 cores=1,3,5,7
/proc/18803/task/18858/stat : 18858 (java) S 18800 18803 10029 0 -1 1077944384 286 13240 0 0 4 0 5 3 20 0 15 0 107167544 11343855616 134816 33554432000 4194304 4196468 140725399063808 139893800979344 139893931411157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18859] ppid=18800 vsize=11077984 memory=195372 CPUtime=0.12 cores=1,3,5,7
/proc/18803/task/18859/stat : 18859 (java) S 18800 18803 10029 0 -1 1077944384 92 13240 0 0 4 0 5 3 20 0 15 0 107167544 11343855616 134816 33554432000 4194304 4196468 140725399063808 139893799926800 139893931411157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18860] ppid=18800 vsize=11077984 memory=9169 CPUtime=0.13 cores=1,3,5,7
/proc/18803/task/18860/stat : 18860 (java) S 18800 18803 10029 0 -1 1077944384 223 13240 0 0 4 1 5 3 20 0 15 0 107167544 11343855616 134816 33554432000 4194304 4196468 140725399063808 139893798874256 139893931411157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18861] ppid=18800 vsize=11077984 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/18803/task/18861/stat : 18861 (java) S 18800 18803 10029 0 -1 1077944384 2796 13240 0 0 4 0 5 3 20 0 15 0 107167545 11343855616 134816 33554432000 4194304 4196468 140725399063808 139892901033968 139893931412098 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18862] ppid=18800 vsize=11077984 memory=221462405382092 CPUtime=0.08 cores=1,3,5,7
/proc/18803/task/18862/stat : 18862 (java) S 18800 18803 10029 0 -1 1077944384 14 13240 0 0 0 0 5 3 20 0 15 0 107167546 11343855616 134816 33554432000 4194304 4196468 140725399063808 139892789077024 139893931411157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18863] ppid=18800 vsize=11077984 memory=617063 CPUtime=0.08 cores=1,3,5,7
/proc/18803/task/18863/stat : 18863 (java) S 18800 18803 10029 0 -1 1077944384 2 13240 0 0 0 0 5 3 20 0 15 0 107167546 11343855616 134816 33554432000 4194304 4196468 140725399063808 139892587750400 139893931411157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18864] ppid=18800 vsize=11077984 memory=4638778398332698720 CPUtime=0.08 cores=1,3,5,7
/proc/18803/task/18864/stat : 18864 (java) S 18800 18803 10029 0 -1 1077944384 3 13240 0 0 0 0 5 3 20 0 15 0 107167548 11343855616 134816 33554432000 4194304 4196468 140725399063808 139892280350928 139893931419547 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18865] ppid=18800 vsize=11077984 memory=5859271421084063080 CPUtime=2.71 cores=1,3,5,7
/proc/18803/task/18865/stat : 18865 (java) S 18800 18803 10029 0 -1 1077944384 6736 13240 0 0 261 2 5 3 20 0 15 0 107167548 11343855616 134816 33554432000 4194304 4196468 140725399063808 139892899981808 139893931412098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18866] ppid=18800 vsize=11077984 memory=56 CPUtime=2.96 cores=1,3,5,7
/proc/18803/task/18866/stat : 18866 (java) S 18800 18803 10029 0 -1 1077944384 9379 13240 0 0 287 1 5 3 20 0 15 0 107167548 11343855616 134816 33554432000 4194304 4196468 140725399063808 139892898929264 139893931412098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18867] ppid=18800 vsize=11077984 memory=-7531822216213012384 CPUtime=1.5 cores=1,3,5,7
/proc/18803/task/18867/stat : 18867 (java) S 18800 18803 10029 0 -1 1077944384 6385 13240 0 0 140 2 5 3 20 0 15 0 107167548 11343855616 134816 33554432000 4194304 4196468 140725399063808 139892897876720 139893931412098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18868] ppid=18800 vsize=11077984 memory=-7384994985145249687 CPUtime=0.08 cores=1,3,5,7
/proc/18803/task/18868/stat : 18868 (java) S 18800 18803 10029 0 -1 1077944384 3 13240 0 0 0 0 5 3 20 0 15 0 107167549 11343855616 134816 33554432000 4194304 4196468 140725399063808 139891849555040 139893931411157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
[pid=18803/tid=18869] ppid=18800 vsize=11077984 memory=7666373851741837669 CPUtime=0.08 cores=1,3,5,7
/proc/18803/task/18869/stat : 18869 (java) S 18800 18803 10029 0 -1 1077944384 1019 13240 0 0 0 0 5 3 20 0 15 0 107167549 11343855616 134816 33554432000 4194304 4196468 140725399063808 139892896823600 139893931412098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33677312 140725399067250 140725399070049 140725399070049 140725399072719 0
Current children cumulated CPU time: 14.2 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 539264 KiB

Child status: 0
Real time (s): 7.16457
CPU time (s): 14.2697
CPU user time (s): 13.9558
CPU system time (s): 0.313892
CPU usage (%): 199.171
Max. virtual memory (cumulated for all children) (KiB): 11080692
Max. memory (cumulated for all children) (KiB): 539264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.9558
system time used= 0.313892
maximum resident set size= 541384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83597
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= 7032
involuntary context switches= 56


# summary of solver processes directly reported to runsolver:
#   pid: 18803
#   total CPU time (s): 14.2697
#   total CPU user time (s): 13.9558
#   total CPU system time (s): 0.313892

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.071269 second user time and 0.1085 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-29 22:27:24
IDJOB=4302492
IDBENCH=141225
IDSOLVER=2776
FILE ID=node102/4302492-1532896044
RUNJOBID= node102-1532894154-16079
PBS_JOBID= 21022526
Free space on /tmp= 52952 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-4302492-1532896044/watcher-4302492-1532896044 -o /tmp/evaluation-result-4302492-1532896044/solver-4302492-1532896044 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532894154-16079 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=724481263 HOME/instance-4302492-1532896044.xml

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

MD5SUM BENCH= b2986e349e6e3d69d494bfde8c7eda2a
RANDOM SEED=724481263

node102.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        24978048 kB
MemAvailable:   30256276 kB
Buffers:          233896 kB
Cached:          5288360 kB
SwapCached:        53024 kB
Active:          2937784 kB
Inactive:        4325784 kB
Active(anon):    1667304 kB
Inactive(anon):    99168 kB
Active(file):    1270480 kB
Inactive(file):  4226616 kB
Unevictable:        6644 kB
Mlocked:            6644 kB
SwapTotal:      67108860 kB
SwapFree:       67028828 kB
Dirty:             26520 kB
Writeback:             0 kB
AnonPages:       1637692 kB
Mapped:            51300 kB
Shmem:             22592 kB
Slab:             223280 kB
SReclaimable:     193936 kB
SUnreclaim:        29344 kB
KernelStack:        3792 kB
PageTables:         8592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2870392 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1421312 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52928 MiB
End job on node102 at 2018-07-29 22:27:31