Trace number 4302687

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.2-SuperNGOPT47 13.0852 6.33199

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-10-20-00_c18.xml
MD5SUM41acc49479871df381e8fa6a150e4ace
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark47
Best CPU time to get the best result obtained on this benchmark1.92642
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints11
Number of domains2
Minimum domain size10
Maximum domain size19
Distribution of domain sizes[{"size":10,"count":10},{"size":19,"count":10}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":10},{"degree":3,"count":10}]
Minimum constraint arity3
Maximum constraint arity10
Distribution of constraint arities[{"arity":3,"count":10},{"arity":10,"count":1}]
Number of extensional constraints10
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":10},{"type":"allDifferent","count":1}]
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.75	c Concrete v3.9.2.1532736233296 running
6.59/3.45	o 79
6.59/3.47	o 78
6.59/3.48	o 76
6.91/3.51	o 66
6.91/3.52	o 65
6.91/3.54	o 58
6.91/3.55	o 56
6.91/3.58	o 53
7.61/3.76	o 52
8.29/3.92	o 51
8.29/3.94	o 49
8.65/4.02	o 47
13.03/6.31	v <instantiation cost="47">
13.03/6.31	v       <list>
13.03/6.31	v         c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9]
13.03/6.31	v       </list>
13.03/6.31	v       <values>
13.03/6.31	v         7 6 8 2 3 0 1 5 4 9 6 7 3 2 13 3 2 2 5 4
13.03/6.31	v       </values>
13.03/6.31	v     </instantiation>
13.03/6.31	s OPTIMUM FOUND

Verifier Data

OK	47

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302687-1532898736/watcher-4302687-1532898736 -o /tmp/evaluation-result-4302687-1532898736/solver-4302687-1532898736 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532893331-28701 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1687310960 -superng HOME/instance-4302687-1532898736.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
solver pid=4326, runsolver pid=4323
Current StackSize limit: 8192 KiB


[startup+0.10014 s]*
/proc/loadavg: 1.90 1.80 1.79 3/211 4383
/proc/meminfo: memFree=25060480/32770624 swapFree=67108744/67108860
[pid=4326] ppid=4323 vsize=10005480 memory=16428 CPUtime=0.08 cores=1,3,5,7
/proc/4326/stat : 4326 (java) S 4323 4326 19273 0 -1 1077944320 4299 12878 0 0 1 0 4 3 20 0 6 0 107436780 10245611520 4107 33554432000 4194304 4196468 140736171467360 140736171449904 140164207820535 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
/proc/4326/statm: 2501370 4107 1931 1 0 2489808 0
[pid=4326/tid=4379] ppid=4323 vsize=10021560 memory=-8171376296011865461 CPUtime=0.08 cores=1,3,5,7
/proc/4326/task/4379/stat : 4379 (java) R 4323 4326 19273 0 -1 4202560 2184 12878 0 0 1 0 4 3 20 0 6 0 107436788 10262077440 4239 33554432000 4194304 4196468 140736171467360 140164179657296 140164193352448 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4380] ppid=4323 vsize=10021560 memory=5792869726567804975 CPUtime=0.07 cores=1,3,5,7
/proc/4326/task/4380/stat : 4380 (java) S 4323 4326 19273 0 -1 1077944384 1 12878 0 0 0 0 4 3 20 0 6 0 107436789 10262077440 4239 33554432000 4194304 4196468 140736171467360 140164212062608 140164207830741 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4381] ppid=4323 vsize=10021560 memory=140244515690112 CPUtime=0.07 cores=1,3,5,7
/proc/4326/task/4381/stat : 4381 (java) S 4323 4326 19273 0 -1 1077944384 2 12878 0 0 0 0 4 3 20 0 6 0 107436789 10262077440 4239 33554432000 4194304 4196468 140736171467360 140163747809552 140164207830741 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4382] ppid=4323 vsize=10021560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4326/task/4382/stat : 4382 (java) S 4323 4326 19273 0 -1 1077944384 1 12878 0 0 0 0 4 3 20 0 6 0 107436789 10262077440 4239 33554432000 4194304 4196468 140736171467360 140163746757264 140164207830741 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4383] ppid=4323 vsize=10021560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/4326/task/4383/stat : 4383 (java) S 4323 4326 19273 0 -1 1077944384 2 12878 0 0 0 0 4 3 20 0 6 0 107436789 10262077440 4239 33554432000 4194304 4196468 140736171467360 140163745704464 140164207830741 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16428 KiB

[startup+0.210043 s]*
/proc/loadavg: 1.90 1.80 1.79 2/220 4392
/proc/meminfo: memFree=25037012/32770624 swapFree=67108744/67108860
[pid=4326] ppid=4323 vsize=10982696 memory=43648 CPUtime=0.25 cores=1,3,5,7
/proc/4326/stat : 4326 (java) S 4323 4326 19273 0 -1 1077944320 8345 12878 0 0 16 2 4 3 20 0 15 0 107436780 11246280704 10912 33554432000 4194304 4196468 140736171467360 140736171449904 140164207820535 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
/proc/4326/statm: 2745674 10912 2925 1 0 2708109 0
[pid=4326/tid=4379] ppid=4323 vsize=10982696 memory=8389772277269004345 CPUtime=0.18 cores=1,3,5,7
/proc/4326/task/4379/stat : 4379 (java) R 4323 4326 19273 0 -1 4202560 4774 12878 0 0 10 1 4 3 20 0 15 0 107436788 11246280704 10912 33554432000 4194304 4196468 140736171467360 140164179618192 140164189381155 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4380] ppid=4323 vsize=10982696 memory=288292155783643159 CPUtime=0.07 cores=1,3,5,7
/proc/4326/task/4380/stat : 4380 (java) S 4323 4326 19273 0 -1 1077944384 1 12878 0 0 0 0 4 3 20 0 15 0 107436789 11246280704 10912 33554432000 4194304 4196468 140736171467360 140164212062608 140164207830741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4381] ppid=4323 vsize=10982696 memory=288370620667401856 CPUtime=0.07 cores=1,3,5,7
/proc/4326/task/4381/stat : 4381 (java) S 4323 4326 19273 0 -1 1077944384 2 12878 0 0 0 0 4 3 20 0 15 0 107436789 11246280704 10912 33554432000 4194304 4196468 140736171467360 140163747809552 140164207830741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4382] ppid=4323 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4326/task/4382/stat : 4382 (java) S 4323 4326 19273 0 -1 1077944384 1 12878 0 0 0 0 4 3 20 0 15 0 107436789 11246280704 10912 33554432000 4194304 4196468 140736171467360 140163746757264 140164207830741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4383] ppid=4323 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/4326/task/4383/stat : 4383 (java) S 4323 4326 19273 0 -1 1077944384 2 12878 0 0 0 0 4 3 20 0 15 0 107436789 11246280704 10912 33554432000 4194304 4196468 140736171467360 140163745704464 140164207830741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4384] ppid=4323 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4326/task/4384/stat : 4384 (java) S 4323 4326 19273 0 -1 1077944384 2 12878 0 0 0 0 4 3 20 0 15 0 107436791 11246280704 10912 33554432000 4194304 4196468 140736171467360 140163633085040 140164207831682 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4385] ppid=4323 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/4326/task/4385/stat : 4385 (java) S 4323 4326 19273 0 -1 1077944384 13 12878 0 0 0 0 4 3 20 0 15 0 107436791 11246280704 10912 33554432000 4194304 4196468 140736171467360 140162982995232 140164207830741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4386] ppid=4323 vsize=10982696 memory=140244515690112 CPUtime=0.07 cores=1,3,5,7
/proc/4326/task/4386/stat : 4386 (java) S 4323 4326 19273 0 -1 1077944384 1 12878 0 0 0 0 4 3 20 0 15 0 107436791 11246280704 10912 33554432000 4194304 4196468 140736171467360 140162835146352 140164207830741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4387] ppid=4323 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/4326/task/4387/stat : 4387 (java) S 4323 4326 19273 0 -1 1077944384 3 12878 0 0 0 0 4 3 20 0 15 0 107436794 11246280704 10912 33554432000 4194304 4196468 140736171467360 140162527746640 140164207839131 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4388] ppid=4323 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4326/task/4388/stat : 4388 (java) S 4323 4326 19273 0 -1 1077944384 457 12878 0 0 1 0 4 3 20 0 15 0 107436794 11246280704 10912 33554432000 4194304 4196468 140736171467360 140163632031856 140164207831682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4389] ppid=4323 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/4326/task/4389/stat : 4389 (java) S 4323 4326 19273 0 -1 1077944384 190 12878 0 0 0 0 4 3 20 0 15 0 107436794 11246280704 10912 33554432000 4194304 4196468 140736171467360 140163630979056 140164207831682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4390] ppid=4323 vsize=10982696 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/4326/task/4390/stat : 4390 (java) S 4323 4326 19273 0 -1 1077944384 702 12878 0 0 3 0 4 3 20 0 15 0 107436794 11246280704 10912 33554432000 4194304 4196468 140736171467360 140163629926768 140164207831682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4391] ppid=4323 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4326/task/4391/stat : 4391 (java) S 4323 4326 19273 0 -1 1077944384 3 12878 0 0 0 0 4 3 20 0 15 0 107436794 11246280704 10912 33554432000 4194304 4196468 140736171467360 140162096949728 140164207830741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4392] ppid=4323 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4326/task/4392/stat : 4392 (java) S 4323 4326 19273 0 -1 1077944384 1 12878 0 0 0 0 4 3 20 0 15 0 107436794 11246280704 10912 33554432000 4194304 4196468 140736171467360 140163628874672 140164207831682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 43648 KiB

[startup+0.310544 s]*
/proc/loadavg: 1.90 1.80 1.79 3/220 4392
/proc/meminfo: memFree=25028952/32770624 swapFree=67108744/67108860
[pid=4326] ppid=4323 vsize=10983192 memory=55076 CPUtime=0.38 cores=1,3,5,7
/proc/4326/stat : 4326 (java) S 4323 4326 19273 0 -1 1077944320 10368 12878 0 0 28 3 4 3 20 0 15 0 107436780 11246788608 13769 33554432000 4194304 4196468 140736171467360 140736171449904 140164207820535 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
/proc/4326/statm: 2745798 13769 3086 1 0 2708109 0
[pid=4326/tid=4379] ppid=4323 vsize=10983192 memory=6935054825532540783 CPUtime=0.28 cores=1,3,5,7
/proc/4326/task/4379/stat : 4379 (java) R 4323 4326 19273 0 -1 4202560 6783 12878 0 0 19 2 4 3 20 0 15 0 107436788 11246788608 13815 33554432000 4194304 4196468 140736171467360 140164179617480 140164191901022 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4380] ppid=4323 vsize=10983192 memory=4872558044660077418 CPUtime=0.07 cores=1,3,5,7
/proc/4326/task/4380/stat : 4380 (java) S 4323 4326 19273 0 -1 1077944384 1 12878 0 0 0 0 4 3 20 0 15 0 107436789 11246788608 13815 33554432000 4194304 4196468 140736171467360 140164212062608 140164207830741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4381] ppid=4323 vsize=10983192 memory=-2843878408641430686 CPUtime=0.07 cores=1,3,5,7
/proc/4326/task/4381/stat : 4381 (java) S 4323 4326 19273 0 -1 1077944384 2 12878 0 0 0 0 4 3 20 0 15 0 107436789 11246788608 13815 33554432000 4194304 4196468 140736171467360 140163747809552 140164207830741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4382] ppid=4323 vsize=10983192 memory=-8412656567334364540 CPUtime=0.07 cores=1,3,5,7
/proc/4326/task/4382/stat : 4382 (java) S 4323 4326 19273 0 -1 1077944384 1 12878 0 0 0 0 4 3 20 0 15 0 107436789 11246788608 13815 33554432000 4194304 4196468 140736171467360 140163746757264 140164207830741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4383] ppid=4323 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/4326/task/4383/stat : 4383 (java) S 4323 4326 19273 0 -1 1077944384 2 12878 0 0 0 0 4 3 20 0 15 0 107436789 11246788608 13815 33554432000 4194304 4196468 140736171467360 140163745704464 140164207830741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4384] ppid=4323 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4326/task/4384/stat : 4384 (java) S 4323 4326 19273 0 -1 1077944384 2 12878 0 0 0 0 4 3 20 0 15 0 107436791 11246788608 13815 33554432000 4194304 4196468 140736171467360 140163633085040 140164207831682 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4385] ppid=4323 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4326/task/4385/stat : 4385 (java) S 4323 4326 19273 0 -1 1077944384 13 12878 0 0 0 0 4 3 20 0 15 0 107436791 11246788608 13815 33554432000 4194304 4196468 140736171467360 140162982995232 140164207830741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4386] ppid=4323 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4326/task/4386/stat : 4386 (java) S 4323 4326 19273 0 -1 1077944384 1 12878 0 0 0 0 4 3 20 0 15 0 107436791 11246788608 13815 33554432000 4194304 4196468 140736171467360 140162835146352 140164207830741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4387] ppid=4323 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4326/task/4387/stat : 4387 (java) S 4323 4326 19273 0 -1 1077944384 3 12878 0 0 0 0 4 3 20 0 15 0 107436794 11246788608 13815 33554432000 4194304 4196468 140736171467360 140162527746640 140164207839131 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4388] ppid=4323 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4326/task/4388/stat : 4388 (java) S 4323 4326 19273 0 -1 1077944384 463 12878 0 0 1 0 4 3 20 0 15 0 107436794 11246788608 13815 33554432000 4194304 4196468 140736171467360 140163632031856 140164207831682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4389] ppid=4323 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4326/task/4389/stat : 4389 (java) S 4323 4326 19273 0 -1 1077944384 190 12878 0 0 1 0 4 3 20 0 15 0 107436794 11246788608 13815 33554432000 4194304 4196468 140736171467360 140163630979056 140164207831682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4390] ppid=4323 vsize=10983192 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/4326/task/4390/stat : 4390 (java) S 4323 4326 19273 0 -1 1077944384 726 12878 0 0 5 0 4 3 20 0 15 0 107436794 11246788608 13815 33554432000 4194304 4196468 140736171467360 140163629926768 140164207831682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4391] ppid=4323 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4326/task/4391/stat : 4391 (java) S 4323 4326 19273 0 -1 1077944384 3 12878 0 0 0 0 4 3 20 0 15 0 107436794 11246788608 13815 33554432000 4194304 4196468 140736171467360 140162096949728 140164207830741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4392] ppid=4323 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4326/task/4392/stat : 4392 (java) S 4323 4326 19273 0 -1 1077944384 1 12878 0 0 0 0 4 3 20 0 15 0 107436794 11246788608 13815 33554432000 4194304 4196468 140736171467360 140163628874672 140164207831682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55076 KiB

[startup+0.700762 s]
/proc/loadavg: 1.90 1.80 1.79 3/220 4392
/proc/meminfo: memFree=25016672/32770624 swapFree=67108744/67108860
[pid=4326] ppid=4323 vsize=10983192 memory=88400 CPUtime=0.98 cores=1,3,5,7
/proc/4326/stat : 4326 (java) S 4323 4326 19273 0 -1 1077944320 16728 12878 0 0 86 5 4 3 20 0 15 0 107436780 11246788608 22100 33554432000 4194304 4196468 140736171467360 140736171449904 140164207820535 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
/proc/4326/statm: 2745798 22100 3246 1 0 2708109 0
[pid=4326/tid=4379] ppid=4323 vsize=10983192 memory=30748 CPUtime=0.66 cores=1,3,5,7
/proc/4326/task/4379/stat : 4379 (java) R 4323 4326 19273 0 -1 4202560 12071 12878 0 0 56 3 4 3 20 0 15 0 107436788 11246788608 22100 33554432000 4194304 4196468 140736171467360 140164179642256 140164191901022 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4380] ppid=4323 vsize=10983192 memory=280488744849168 CPUtime=0.07 cores=1,3,5,7
/proc/4326/task/4380/stat : 4380 (java) S 4323 4326 19273 0 -1 1077944384 1 12878 0 0 0 0 4 3 20 0 15 0 107436789 11246788608 22100 33554432000 4194304 4196468 140736171467360 140164212062608 140164207830741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4381] ppid=4323 vsize=10983192 memory=2491886339841 CPUtime=0.07 cores=1,3,5,7
/proc/4326/task/4381/stat : 4381 (java) S 4323 4326 19273 0 -1 1077944384 2 12878 0 0 0 0 4 3 20 0 15 0 107436789 11246788608 22100 33554432000 4194304 4196468 140736171467360 140163747809552 140164207830741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4382] ppid=4323 vsize=10983192 memory=2521951110913 CPUtime=0.07 cores=1,3,5,7
/proc/4326/task/4382/stat : 4382 (java) S 4323 4326 19273 0 -1 1077944384 1 12878 0 0 0 0 4 3 20 0 15 0 107436789 11246788608 22100 33554432000 4194304 4196468 140736171467360 140163746757264 140164207830741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4383] ppid=4323 vsize=10983192 memory=2547720914689 CPUtime=0.07 cores=1,3,5,7
/proc/4326/task/4383/stat : 4383 (java) S 4323 4326 19273 0 -1 1077944384 2 12878 0 0 0 0 4 3 20 0 15 0 107436789 11246788608 22100 33554432000 4194304 4196468 140736171467360 140163745704464 140164207830741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4384] ppid=4323 vsize=10983192 memory=2560605816577 CPUtime=0.07 cores=1,3,5,7
/proc/4326/task/4384/stat : 4384 (java) S 4323 4326 19273 0 -1 1077944384 5 12878 0 0 0 0 4 3 20 0 15 0 107436791 11246788608 22100 33554432000 4194304 4196468 140736171467360 140163633085040 140164207831682 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4385] ppid=4323 vsize=10983192 memory=2569195751169 CPUtime=0.07 cores=1,3,5,7
/proc/4326/task/4385/stat : 4385 (java) S 4323 4326 19273 0 -1 1077944384 13 12878 0 0 0 0 4 3 20 0 15 0 107436791 11246788608 22100 33554432000 4194304 4196468 140736171467360 140162982995232 140164207830741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4386] ppid=4323 vsize=10983192 memory=2629325293313 CPUtime=0.07 cores=1,3,5,7
/proc/4326/task/4386/stat : 4386 (java) S 4323 4326 19273 0 -1 1077944384 1 12878 0 0 0 0 4 3 20 0 15 0 107436791 11246788608 22100 33554432000 4194304 4196468 140736171467360 140162835146352 140164207830741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4387] ppid=4323 vsize=10983192 memory=19773292 CPUtime=0.07 cores=1,3,5,7
/proc/4326/task/4387/stat : 4387 (java) S 4323 4326 19273 0 -1 1077944384 3 12878 0 0 0 0 4 3 20 0 15 0 107436794 11246788608 22100 33554432000 4194304 4196468 140736171467360 140162527746640 140164207839131 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4388] ppid=4323 vsize=10983192 memory=-7453528518462155811 CPUtime=0.14 cores=1,3,5,7
/proc/4326/task/4388/stat : 4388 (java) S 4323 4326 19273 0 -1 1077944384 728 12878 0 0 7 0 4 3 20 0 15 0 107436794 11246788608 22100 33554432000 4194304 4196468 140736171467360 140163632031856 140164207831682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4389] ppid=4323 vsize=10983192 memory=280488745412160 CPUtime=0.16 cores=1,3,5,7
/proc/4326/task/4389/stat : 4389 (java) S 4323 4326 19273 0 -1 1077944384 827 12878 0 0 9 0 4 3 20 0 15 0 107436794 11246788608 22100 33554432000 4194304 4196468 140736171467360 140163630979056 140164207831682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4390] ppid=4323 vsize=10983192 memory=140247862084217 CPUtime=0.2 cores=1,3,5,7
/proc/4326/task/4390/stat : 4390 (java) S 4323 4326 19273 0 -1 1077944384 875 12878 0 0 13 0 4 3 20 0 15 0 107436794 11246788608 22100 33554432000 4194304 4196468 140736171467360 140163629926768 140164207831682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4391] ppid=4323 vsize=10983192 memory=142962281415317 CPUtime=0.07 cores=1,3,5,7
/proc/4326/task/4391/stat : 4391 (java) S 4323 4326 19273 0 -1 1077944384 3 12878 0 0 0 0 4 3 20 0 15 0 107436794 11246788608 22100 33554432000 4194304 4196468 140736171467360 140162096949728 140164207830741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4392] ppid=4323 vsize=10983192 memory=140247862084494 CPUtime=0.07 cores=1,3,5,7
/proc/4326/task/4392/stat : 4392 (java) S 4323 4326 19273 0 -1 1077944384 1 12878 0 0 0 0 4 3 20 0 15 0 107436794 11246788608 22100 33554432000 4194304 4196468 140736171467360 140163628874672 140164207831682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88400 KiB

[startup+1.50199 s]
/proc/loadavg: 1.90 1.80 1.79 3/220 4392
/proc/meminfo: memFree=24971212/32770624 swapFree=67108744/67108860
[pid=4326] ppid=4323 vsize=10998092 memory=179084 CPUtime=2.24 cores=1,3,5,7
/proc/4326/stat : 4326 (java) S 4323 4326 19273 0 -1 1077944320 23862 12878 0 0 209 8 4 3 20 0 15 0 107436780 11262046208 44771 33554432000 4194304 4196468 140736171467360 140736171449904 140164207820535 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
/proc/4326/statm: 2749523 44771 3473 1 0 2711181 0
[pid=4326/tid=4379] ppid=4323 vsize=10998092 memory=116 CPUtime=1.42 cores=1,3,5,7
/proc/4326/task/4379/stat : 4379 (java) R 4323 4326 19273 0 -1 4202560 17683 12878 0 0 131 4 4 3 20 0 15 0 107436788 11262046208 44771 33554432000 4194304 4196468 140736171467360 140164179651904 140164207832470 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4380] ppid=4323 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4326/task/4380/stat : 4380 (java) S 4323 4326 19273 0 -1 1077944384 214 12878 0 0 1 0 4 3 20 0 15 0 107436789 11262046208 44771 33554432000 4194304 4196468 140736171467360 140164212062608 140164207830741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4381] ppid=4323 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4326/task/4381/stat : 4381 (java) S 4323 4326 19273 0 -1 1077944384 29 12878 0 0 1 0 4 3 20 0 15 0 107436789 11262046208 44771 33554432000 4194304 4196468 140736171467360 140163747809552 140164207830741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4382] ppid=4323 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4326/task/4382/stat : 4382 (java) S 4323 4326 19273 0 -1 1077944384 16 12878 0 0 1 0 4 3 20 0 15 0 107436789 11262046208 44771 33554432000 4194304 4196468 140736171467360 140163746757264 140164207830741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4383] ppid=4323 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4326/task/4383/stat : 4383 (java) S 4323 4326 19273 0 -1 1077944384 73 12878 0 0 1 0 4 3 20 0 15 0 107436789 11262046208 44771 33554432000 4194304 4196468 140736171467360 140163745704464 140164207830741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4384] ppid=4323 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4326/task/4384/stat : 4384 (java) S 4323 4326 19273 0 -1 1077944384 59 12878 0 0 1 0 4 3 20 0 15 0 107436791 11262046208 44771 33554432000 4194304 4196468 140736171467360 140163633085040 140164207831682 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4385] ppid=4323 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4326/task/4385/stat : 4385 (java) S 4323 4326 19273 0 -1 1077944384 14 12878 0 0 0 0 4 3 20 0 15 0 107436791 11262046208 44771 33554432000 4194304 4196468 140736171467360 140162982995296 140164207830741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4386] ppid=4323 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4326/task/4386/stat : 4386 (java) S 4323 4326 19273 0 -1 1077944384 1 12878 0 0 0 0 4 3 20 0 15 0 107436791 11262046208 44771 33554432000 4194304 4196468 140736171467360 140162835146368 140164207830741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4387] ppid=4323 vsize=10998092 memory=280488744905664 CPUtime=0.07 cores=1,3,5,7
/proc/4326/task/4387/stat : 4387 (java) S 4323 4326 19273 0 -1 1077944384 3 12878 0 0 0 0 4 3 20 0 15 0 107436794 11262046208 44771 33554432000 4194304 4196468 140736171467360 140162527746640 140164207839131 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4388] ppid=4323 vsize=10998092 memory=6442213876440394334 CPUtime=0.3 cores=1,3,5,7
/proc/4326/task/4388/stat : 4388 (java) S 4323 4326 19273 0 -1 1077944384 1191 12878 0 0 23 0 4 3 20 0 15 0 107436794 11262046208 44771 33554432000 4194304 4196468 140736171467360 140163632031856 140164207831682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4389] ppid=4323 vsize=10998092 memory=7451888747029094745 CPUtime=0.25 cores=1,3,5,7
/proc/4326/task/4389/stat : 4389 (java) S 4323 4326 19273 0 -1 1077944384 946 12878 0 0 18 0 4 3 20 0 15 0 107436794 11262046208 44771 33554432000 4194304 4196468 140736171467360 140163630979056 140164207831682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4390] ppid=4323 vsize=10998092 memory=5939800877155118442 CPUtime=0.36 cores=1,3,5,7
/proc/4326/task/4390/stat : 4390 (java) S 4323 4326 19273 0 -1 1077944384 1433 12878 0 0 29 0 4 3 20 0 15 0 107436794 11262046208 44771 33554432000 4194304 4196468 140736171467360 140163629926768 140164207831682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4391] ppid=4323 vsize=10998092 memory=7666372756340499565 CPUtime=0.07 cores=1,3,5,7
/proc/4326/task/4391/stat : 4391 (java) S 4323 4326 19273 0 -1 1077944384 3 12878 0 0 0 0 4 3 20 0 15 0 107436794 11262046208 44771 33554432000 4194304 4196468 140736171467360 140162096949728 140164207830741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4392] ppid=4323 vsize=10998092 memory=7306928120041859692 CPUtime=0.07 cores=1,3,5,7
/proc/4326/task/4392/stat : 4392 (java) S 4323 4326 19273 0 -1 1077944384 1 12878 0 0 0 0 4 3 20 0 15 0 107436794 11262046208 44771 33554432000 4194304 4196468 140736171467360 140163628874672 140164207831682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
Current children cumulated CPU time: 2.24 s
Current children cumulated vsize: 10998092 KiB
Current children cumulated memory: 179084 KiB

[startup+3.11225 s]
/proc/loadavg: 1.91 1.81 1.79 4/220 4392
/proc/meminfo: memFree=24820744/32770624 swapFree=67108744/67108860
[pid=4326] ppid=4323 vsize=11012448 memory=265976 CPUtime=5.82 cores=1,3,5,7
/proc/4326/stat : 4326 (java) S 4323 4326 19273 0 -1 1077944320 43081 12878 0 0 560 15 4 3 20 0 15 0 107436780 11276746752 66494 33554432000 4194304 4196468 140736171467360 140736171449904 140164207820535 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
/proc/4326/statm: 2753112 66494 3500 1 0 2714765 0
[pid=4326/tid=4379] ppid=4323 vsize=11012448 memory=3461502235857076124 CPUtime=2.98 cores=1,3,5,7
/proc/4326/task/4379/stat : 4379 (java) R 4323 4326 19273 0 -1 4202560 28831 12878 0 0 284 7 4 3 20 0 15 0 107436788 11276746752 66494 33554432000 4194304 4196468 140736171467360 140164179652464 140164191864165 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4380] ppid=4323 vsize=11012448 memory=55 CPUtime=0.1 cores=1,3,5,7
/proc/4326/task/4380/stat : 4380 (java) S 4323 4326 19273 0 -1 1077944384 220 12878 0 0 3 0 4 3 20 0 15 0 107436789 11276746752 66494 33554432000 4194304 4196468 140736171467360 140164212062608 140164207830741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4381] ppid=4323 vsize=11012448 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/4326/task/4381/stat : 4381 (java) S 4323 4326 19273 0 -1 1077944384 50 12878 0 0 3 0 4 3 20 0 15 0 107436789 11276746752 66494 33554432000 4194304 4196468 140736171467360 140163747809552 140164207830741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4382] ppid=4323 vsize=11012448 memory=6943526294502006880 CPUtime=0.1 cores=1,3,5,7
/proc/4326/task/4382/stat : 4382 (java) S 4323 4326 19273 0 -1 1077944384 27 12878 0 0 3 0 4 3 20 0 15 0 107436789 11276746752 66494 33554432000 4194304 4196468 140736171467360 140163746757264 140164207830741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4383] ppid=4323 vsize=11012448 memory=8747226831578988619 CPUtime=0.1 cores=1,3,5,7
/proc/4326/task/4383/stat : 4383 (java) S 4323 4326 19273 0 -1 1077944384 89 12878 0 0 3 0 4 3 20 0 15 0 107436789 11276746752 66494 33554432000 4194304 4196468 140736171467360 140163745704464 140164207830741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4384] ppid=4323 vsize=11012448 memory=159090689263126 CPUtime=0.1 cores=1,3,5,7
/proc/4326/task/4384/stat : 4384 (java) S 4323 4326 19273 0 -1 1077944384 1511 12878 0 0 3 0 4 3 20 0 15 0 107436791 11276746752 66494 33554432000 4194304 4196468 140736171467360 140163633085040 140164207831682 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4385] ppid=4323 vsize=11012448 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4326/task/4385/stat : 4385 (java) S 4323 4326 19273 0 -1 1077944384 14 12878 0 0 0 0 4 3 20 0 15 0 107436791 11276746752 66494 33554432000 4194304 4196468 140736171467360 140162982995296 140164207830741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4386] ppid=4323 vsize=11012448 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4326/task/4386/stat : 4386 (java) S 4323 4326 19273 0 -1 1077944384 1 12878 0 0 0 0 4 3 20 0 15 0 107436791 11276746752 66494 33554432000 4194304 4196468 140736171467360 140162835146368 140164207830741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4387] ppid=4323 vsize=11012448 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4326/task/4387/stat : 4387 (java) S 4323 4326 19273 0 -1 1077944384 3 12878 0 0 0 0 4 3 20 0 15 0 107436794 11276746752 66494 33554432000 4194304 4196468 140736171467360 140162527746640 140164207839131 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4388] ppid=4323 vsize=11012448 memory=0 CPUtime=0.84 cores=1,3,5,7
/proc/4326/task/4388/stat : 4388 (java) R 4323 4326 19273 0 -1 4202560 3021 12878 0 0 76 1 4 3 20 0 15 0 107436794 11276746752 66494 33554432000 4194304 4196468 140736171467360 140163632012872 140164192719857 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4389] ppid=4323 vsize=11012448 memory=0 CPUtime=0.96 cores=1,3,5,7
/proc/4326/task/4389/stat : 4389 (java) S 4323 4326 19273 0 -1 1077944384 3603 12878 0 0 88 1 4 3 20 0 15 0 107436794 11276746752 66494 33554432000 4194304 4196468 140736171467360 140163630979056 140164207831682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4390] ppid=4323 vsize=11012448 memory=6655300316396806240 CPUtime=1.01 cores=1,3,5,7
/proc/4326/task/4390/stat : 4390 (java) S 4323 4326 19273 0 -1 1077944384 3513 12878 0 0 93 1 4 3 20 0 15 0 107436794 11276746752 66494 33554432000 4194304 4196468 140736171467360 140163629926768 140164207831682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4391] ppid=4323 vsize=11012448 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4326/task/4391/stat : 4391 (java) S 4323 4326 19273 0 -1 1077944384 3 12878 0 0 0 0 4 3 20 0 15 0 107436794 11276746752 66494 33554432000 4194304 4196468 140736171467360 140162096949728 140164207830741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4392] ppid=4323 vsize=11012448 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4326/task/4392/stat : 4392 (java) S 4323 4326 19273 0 -1 1077944384 1 12878 0 0 0 0 4 3 20 0 15 0 107436794 11276746752 66494 33554432000 4194304 4196468 140736171467360 140163628874672 140164207831682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
Current children cumulated CPU time: 5.82 s
Current children cumulated vsize: 11012448 KiB
Current children cumulated memory: 265976 KiB

[startup+6.30075 s]
/proc/loadavg: 1.91 1.81 1.79 3/220 4392
/proc/meminfo: memFree=24701936/32770624 swapFree=67108744/67108860
[pid=4326] ppid=4323 vsize=11080032 memory=379496 CPUtime=13.03 cores=1,3,5,7
/proc/4326/stat : 4326 (java) S 4323 4326 19273 0 -1 1077944320 72903 12878 0 0 1274 22 4 3 20 0 15 0 107436780 11345952768 94874 33554432000 4194304 4196468 140736171467360 140736171449904 140164207820535 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
/proc/4326/statm: 2770008 94874 3520 1 0 2731661 0
[pid=4326/tid=4379] ppid=4323 vsize=11080032 memory=4096 CPUtime=6.14 cores=1,3,5,7
/proc/4326/task/4379/stat : 4379 (java) R 4323 4326 19273 0 -1 4202560 47703 12878 0 0 597 10 4 3 20 0 15 0 107436788 11345952768 94874 33554432000 4194304 4196468 140736171467360 140164179654368 140163792225131 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4380] ppid=4323 vsize=11080032 memory=30748 CPUtime=0.1 cores=1,3,5,7
/proc/4326/task/4380/stat : 4380 (java) S 4323 4326 19273 0 -1 1077944384 242 12878 0 0 3 0 4 3 20 0 15 0 107436789 11345952768 94874 33554432000 4194304 4196468 140736171467360 140164212062608 140164207830741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4381] ppid=4323 vsize=11080032 memory=2396 CPUtime=0.11 cores=1,3,5,7
/proc/4326/task/4381/stat : 4381 (java) S 4323 4326 19273 0 -1 1077944384 218 12878 0 0 4 0 4 3 20 0 15 0 107436789 11345952768 94874 33554432000 4194304 4196468 140736171467360 140163747809552 140164207830741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4382] ppid=4323 vsize=11080032 memory=1292 CPUtime=0.1 cores=1,3,5,7
/proc/4326/task/4382/stat : 4382 (java) S 4323 4326 19273 0 -1 1077944384 53 12878 0 0 3 0 4 3 20 0 15 0 107436789 11345952768 94874 33554432000 4194304 4196468 140736171467360 140163746757264 140164207830741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4383] ppid=4323 vsize=11080032 memory=1844 CPUtime=0.1 cores=1,3,5,7
/proc/4326/task/4383/stat : 4383 (java) S 4323 4326 19273 0 -1 1077944384 102 12878 0 0 3 0 4 3 20 0 15 0 107436789 11345952768 94874 33554432000 4194304 4196468 140736171467360 140163745704464 140164207830741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4384] ppid=4323 vsize=11080032 memory=280488745161040 CPUtime=0.1 cores=1,3,5,7
/proc/4326/task/4384/stat : 4384 (java) S 4323 4326 19273 0 -1 1077944384 2183 12878 0 0 3 0 4 3 20 0 15 0 107436791 11345952768 94874 33554432000 4194304 4196468 140736171467360 140163633085040 140164207831682 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4385] ppid=4323 vsize=11080032 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4326/task/4385/stat : 4385 (java) S 4323 4326 19273 0 -1 1077944384 17 12878 0 0 0 0 4 3 20 0 15 0 107436791 11345952768 94874 33554432000 4194304 4196468 140736171467360 140162982995296 140164207830741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4386] ppid=4323 vsize=11080032 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4326/task/4386/stat : 4386 (java) S 4323 4326 19273 0 -1 1077944384 2 12878 0 0 0 0 4 3 20 0 15 0 107436791 11345952768 94874 33554432000 4194304 4196468 140736171467360 140162835146368 140164207830741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4387] ppid=4323 vsize=11080032 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4326/task/4387/stat : 4387 (java) S 4323 4326 19273 0 -1 1077944384 3 12878 0 0 0 0 4 3 20 0 15 0 107436794 11345952768 94874 33554432000 4194304 4196468 140736171467360 140162527746640 140164207839131 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4388] ppid=4323 vsize=11080032 memory=0 CPUtime=2.75 cores=1,3,5,7
/proc/4326/task/4388/stat : 4388 (java) S 4323 4326 19273 0 -1 1077944384 10888 12878 0 0 266 2 4 3 20 0 15 0 107436794 11345952768 94874 33554432000 4194304 4196468 140736171467360 140163632031856 140164207831682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4389] ppid=4323 vsize=11080032 memory=0 CPUtime=2.6 cores=1,3,5,7
/proc/4326/task/4389/stat : 4389 (java) S 4323 4326 19273 0 -1 1077944384 4224 12878 0 0 250 3 4 3 20 0 15 0 107436794 11345952768 94874 33554432000 4194304 4196468 140736171467360 140163630979056 140164207831682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4390] ppid=4323 vsize=11080032 memory=1008 CPUtime=1.48 cores=1,3,5,7
/proc/4326/task/4390/stat : 4390 (java) S 4323 4326 19273 0 -1 1077944384 5051 12878 0 0 139 2 4 3 20 0 15 0 107436794 11345952768 94874 33554432000 4194304 4196468 140736171467360 140163629926768 140164207831682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4391] ppid=4323 vsize=11080032 memory=5404 CPUtime=0.07 cores=1,3,5,7
/proc/4326/task/4391/stat : 4391 (java) S 4323 4326 19273 0 -1 1077944384 3 12878 0 0 0 0 4 3 20 0 15 0 107436794 11345952768 94874 33554432000 4194304 4196468 140736171467360 140162096949728 140164207830741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4392] ppid=4323 vsize=11080032 memory=796 CPUtime=0.07 cores=1,3,5,7
/proc/4326/task/4392/stat : 4392 (java) S 4323 4326 19273 0 -1 1077944384 18 12878 0 0 0 0 4 3 20 0 15 0 107436794 11345952768 94874 33554432000 4194304 4196468 140736171467360 140163628874672 140164207831682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
Current children cumulated CPU time: 13.03 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 379496 KiB

[startup+6.33194 s]
# the end of solver process 4326 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=12.8135 s, system=0.271678 s

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

[startup+6.30075 s]
/proc/loadavg: 1.91 1.81 1.79 3/220 4392
/proc/meminfo: memFree=24701936/32770624 swapFree=67108744/67108860
[pid=4326] ppid=4323 vsize=11080032 memory=379496 CPUtime=13.03 cores=1,3,5,7
/proc/4326/stat : 4326 (java) S 4323 4326 19273 0 -1 1077944320 72903 12878 0 0 1274 22 4 3 20 0 15 0 107436780 11345952768 94874 33554432000 4194304 4196468 140736171467360 140736171449904 140164207820535 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
/proc/4326/statm: 2770008 94874 3520 1 0 2731661 0
[pid=4326/tid=4379] ppid=4323 vsize=11080032 memory=4096 CPUtime=6.14 cores=1,3,5,7
/proc/4326/task/4379/stat : 4379 (java) R 4323 4326 19273 0 -1 4202560 47703 12878 0 0 597 10 4 3 20 0 15 0 107436788 11345952768 94874 33554432000 4194304 4196468 140736171467360 140164179654368 140163792225131 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4380] ppid=4323 vsize=11080032 memory=30748 CPUtime=0.1 cores=1,3,5,7
/proc/4326/task/4380/stat : 4380 (java) S 4323 4326 19273 0 -1 1077944384 242 12878 0 0 3 0 4 3 20 0 15 0 107436789 11345952768 94874 33554432000 4194304 4196468 140736171467360 140164212062608 140164207830741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4381] ppid=4323 vsize=11080032 memory=2396 CPUtime=0.11 cores=1,3,5,7
/proc/4326/task/4381/stat : 4381 (java) S 4323 4326 19273 0 -1 1077944384 218 12878 0 0 4 0 4 3 20 0 15 0 107436789 11345952768 94874 33554432000 4194304 4196468 140736171467360 140163747809552 140164207830741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4382] ppid=4323 vsize=11080032 memory=1292 CPUtime=0.1 cores=1,3,5,7
/proc/4326/task/4382/stat : 4382 (java) S 4323 4326 19273 0 -1 1077944384 53 12878 0 0 3 0 4 3 20 0 15 0 107436789 11345952768 94874 33554432000 4194304 4196468 140736171467360 140163746757264 140164207830741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4383] ppid=4323 vsize=11080032 memory=1844 CPUtime=0.1 cores=1,3,5,7
/proc/4326/task/4383/stat : 4383 (java) S 4323 4326 19273 0 -1 1077944384 102 12878 0 0 3 0 4 3 20 0 15 0 107436789 11345952768 94874 33554432000 4194304 4196468 140736171467360 140163745704464 140164207830741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4384] ppid=4323 vsize=11080032 memory=280488745161040 CPUtime=0.1 cores=1,3,5,7
/proc/4326/task/4384/stat : 4384 (java) S 4323 4326 19273 0 -1 1077944384 2183 12878 0 0 3 0 4 3 20 0 15 0 107436791 11345952768 94874 33554432000 4194304 4196468 140736171467360 140163633085040 140164207831682 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4385] ppid=4323 vsize=11080032 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4326/task/4385/stat : 4385 (java) S 4323 4326 19273 0 -1 1077944384 17 12878 0 0 0 0 4 3 20 0 15 0 107436791 11345952768 94874 33554432000 4194304 4196468 140736171467360 140162982995296 140164207830741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4386] ppid=4323 vsize=11080032 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4326/task/4386/stat : 4386 (java) S 4323 4326 19273 0 -1 1077944384 2 12878 0 0 0 0 4 3 20 0 15 0 107436791 11345952768 94874 33554432000 4194304 4196468 140736171467360 140162835146368 140164207830741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4387] ppid=4323 vsize=11080032 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4326/task/4387/stat : 4387 (java) S 4323 4326 19273 0 -1 1077944384 3 12878 0 0 0 0 4 3 20 0 15 0 107436794 11345952768 94874 33554432000 4194304 4196468 140736171467360 140162527746640 140164207839131 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4388] ppid=4323 vsize=11080032 memory=0 CPUtime=2.75 cores=1,3,5,7
/proc/4326/task/4388/stat : 4388 (java) S 4323 4326 19273 0 -1 1077944384 10888 12878 0 0 266 2 4 3 20 0 15 0 107436794 11345952768 94874 33554432000 4194304 4196468 140736171467360 140163632031856 140164207831682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4389] ppid=4323 vsize=11080032 memory=0 CPUtime=2.6 cores=1,3,5,7
/proc/4326/task/4389/stat : 4389 (java) S 4323 4326 19273 0 -1 1077944384 4224 12878 0 0 250 3 4 3 20 0 15 0 107436794 11345952768 94874 33554432000 4194304 4196468 140736171467360 140163630979056 140164207831682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4390] ppid=4323 vsize=11080032 memory=1008 CPUtime=1.48 cores=1,3,5,7
/proc/4326/task/4390/stat : 4390 (java) S 4323 4326 19273 0 -1 1077944384 5051 12878 0 0 139 2 4 3 20 0 15 0 107436794 11345952768 94874 33554432000 4194304 4196468 140736171467360 140163629926768 140164207831682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4391] ppid=4323 vsize=11080032 memory=5404 CPUtime=0.07 cores=1,3,5,7
/proc/4326/task/4391/stat : 4391 (java) S 4323 4326 19273 0 -1 1077944384 3 12878 0 0 0 0 4 3 20 0 15 0 107436794 11345952768 94874 33554432000 4194304 4196468 140736171467360 140162096949728 140164207830741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
[pid=4326/tid=4392] ppid=4323 vsize=11080032 memory=796 CPUtime=0.07 cores=1,3,5,7
/proc/4326/task/4392/stat : 4392 (java) S 4323 4326 19273 0 -1 1077944384 18 12878 0 0 0 0 4 3 20 0 15 0 107436794 11345952768 94874 33554432000 4194304 4196468 140736171467360 140163628874672 140164207831682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20115456 140736171469416 140736171472225 140736171472225 140736171474895 0
Current children cumulated CPU time: 13.03 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 379496 KiB

Child status: 0
Real time (s): 6.33199
CPU time (s): 13.0852
CPU user time (s): 12.8135
CPU system time (s): 0.271678
CPU usage (%): 206.652
Max. virtual memory (cumulated for all children) (KiB): 11080620
Max. memory (cumulated for all children) (KiB): 379496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.8135
system time used= 0.271678
maximum resident set size= 381600
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85877
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= 6632
involuntary context switches= 53


# summary of solver processes directly reported to runsolver:
#   pid: 4326
#   total CPU time (s): 13.0852
#   total CPU user time (s): 12.8135
#   total CPU system time (s): 0.271678

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.064358 second user time and 0.10208 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-29 23:12:16
IDJOB=4302687
IDBENCH=141627
IDSOLVER=2777
FILE ID=node134/4302687-1532898736
RUNJOBID= node134-1532893331-28701
PBS_JOBID= 21022511
Free space on /tmp= 60932 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-10-20-00_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302687-1532898736/watcher-4302687-1532898736 -o /tmp/evaluation-result-4302687-1532898736/solver-4302687-1532898736 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532893331-28701 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1687310960 -superng HOME/instance-4302687-1532898736.xml

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

MD5SUM BENCH= 41acc49479871df381e8fa6a150e4ace
RANDOM SEED=1687310960

node134.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.68
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.68
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.68
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.68
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:        25069468 kB
MemAvailable:   28723392 kB
Buffers:          211340 kB
Cached:          3712564 kB
SwapCached:            0 kB
Active:          4950204 kB
Inactive:        2270040 kB
Active(anon):    3245628 kB
Inactive(anon):    78480 kB
Active(file):    1704576 kB
Inactive(file):  2191560 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108860 kB
SwapFree:       67108744 kB
Dirty:             26476 kB
Writeback:             0 kB
AnonPages:       3303688 kB
Mapped:            58084 kB
Shmem:             25132 kB
Slab:             175764 kB
SReclaimable:     147244 kB
SUnreclaim:        28520 kB
KernelStack:        3584 kB
PageTables:        11700 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4648608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3057664 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 60908 MiB
End job on node134 at 2018-07-29 23:12:22