Trace number 4402760

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.12.3OPT2 9.69501 4.17037

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s2/
ChessboardColoration-int-05-07.xml
MD5SUM91a6e92a2ae9197e0e5abb82e178125f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.3106
Satisfiable
(Un)Satisfiability was proved
Number of variables35
Number of constraints211
Number of domains1
Minimum domain size35
Maximum domain size35
Distribution of domain sizes[{"size":35,"count":35}]
Minimum variable degree26
Maximum variable degree26
Distribution of variable degrees[{"degree":26,"count":35}]
Minimum constraint arity4
Maximum constraint arity35
Distribution of constraint arities[{"arity":4,"count":210},{"arity":35,"count":1}]
Number of extensional constraints0
Number of intensional constraints210
Distribution of constraint types[{"type":"intension","count":210},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

0.79/0.55	c Concrete v3.12.3.1568965526260 running
8.88/3.96	o 34
8.88/3.98	o 33
9.22/4.03	o 4
9.22/4.05	o 3
9.22/4.07	o 2
9.56/4.13	v <instantiation
9.56/4.13	v         cost = '2'>
9.56/4.13	v       <list>
9.56/4.13	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6]
9.56/4.13	v       </list>
9.56/4.13	v       <values>
9.56/4.13	v         0 1 1 1 1 2 2 1 0 1 2 2 0 2 2 0 0 0 0 2 1 2 0 2 1 2 1 0 2 2 0 2 1 1 1
9.56/4.13	v       </values>
9.56/4.13	v     </instantiation>
9.56/4.13	s OPTIMUM FOUND

Verifier Data

OK	2

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402760-1568986540/watcher-4402760-1568986540 -o /var/tmp/evaluation-result-4402760-1568986540/solver-4402760-1568986540 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node149-1568967598-20069 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=785980577 HOME/instance-4402760-1568986540.xml 

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

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

solver pid=27053, runsolver pid=27050

[startup+0.100157 s]*
/proc/loadavg: 1.32 1.36 1.40 3/218 27110
/proc/meminfo: memFree=3756064/32770624 swapFree=66956620/67108860
[pid=27053] ppid=27050 vsize=9988792 memory=19120 CPUtime=0.09 cores=1,3,5,7
/proc/27053/stat : 27053 (java) S 27050 27053 20037 0 -1 1077944320 4488 12983 0 0 1 0 5 3 20 0 6 0 474892602 10228523008 4780 33554432000 4194304 4196468 140724218312448 140724218294992 140375379033847 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
/proc/27053/statm: 2497198 4780 1970 1 0 2485636 0
[pid=27053/tid=27106] ppid=27050 vsize=9988792 memory=4279135703912971920 CPUtime=0.09 cores=1,3,5,7
/proc/27053/task/27106/stat : 27106 (java) R 27050 27053 20037 0 -1 4202560 2289 12983 0 0 1 0 5 3 20 0 6 0 474892611 10228523008 4780 33554432000 4194304 4196468 140724218312448 140375350870608 140375364565760 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27107] ppid=27050 vsize=9988792 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27053/task/27107/stat : 27107 (java) S 27050 27053 20037 0 -1 1077944384 2 12983 0 0 0 0 5 3 20 0 6 0 474892611 10228523008 4780 33554432000 4194304 4196468 140724218312448 140375383276048 140375379044053 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27108] ppid=27050 vsize=9988792 memory=139926822942336 CPUtime=0.08 cores=1,3,5,7
/proc/27053/task/27108/stat : 27108 (java) S 27050 27053 20037 0 -1 1077944384 1 12983 0 0 0 0 5 3 20 0 6 0 474892611 10228523008 4780 33554432000 4194304 4196468 140724218312448 140374952565392 140375379044053 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27109] ppid=27050 vsize=9988792 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27053/task/27109/stat : 27109 (java) S 27050 27053 20037 0 -1 1077944384 1 12983 0 0 0 0 5 3 20 0 6 0 474892611 10228523008 4780 33554432000 4194304 4196468 140724218312448 140374951512336 140375379044053 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27110] ppid=27050 vsize=9988792 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27053/task/27110/stat : 27110 (java) S 27050 27053 20037 0 -1 1077944384 2 12983 0 0 0 0 5 3 20 0 6 0 474892611 10228523008 4780 33554432000 4194304 4196468 140724218312448 140374950459792 140375379044053 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9988792 KiB
Current children cumulated memory: 19120 KiB

[startup+0.209976 s]*
/proc/loadavg: 1.32 1.36 1.40 4/227 27119
/proc/meminfo: memFree=3735744/32770624 swapFree=66956620/67108860
[pid=27053] ppid=27050 vsize=10821220 memory=42536 CPUtime=0.27 cores=1,3,5,7
/proc/27053/stat : 27053 (java) S 27050 27053 20037 0 -1 1077944320 8347 12983 0 0 18 1 5 3 20 0 15 0 474892602 11080929280 10634 33554432000 4194304 4196468 140724218312448 140724218294992 140375379033847 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
/proc/27053/statm: 2705305 10634 3299 1 0 2667405 0
[pid=27053/tid=27106] ppid=27050 vsize=10821220 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/27053/task/27106/stat : 27106 (java) R 27050 27053 20037 0 -1 4202560 4872 12983 0 0 11 1 5 3 20 0 15 0 474892611 11080929280 10634 33554432000 4194304 4196468 140724218312448 140375350846208 140375371713565 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27107] ppid=27050 vsize=10821220 memory=345 CPUtime=0.08 cores=1,3,5,7
/proc/27053/task/27107/stat : 27107 (java) S 27050 27053 20037 0 -1 1077944384 2 12983 0 0 0 0 5 3 20 0 15 0 474892611 11080929280 10634 33554432000 4194304 4196468 140724218312448 140375383276048 140375379044053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27108] ppid=27050 vsize=10821220 memory=139926826438831 CPUtime=0.08 cores=1,3,5,7
/proc/27053/task/27108/stat : 27108 (java) S 27050 27053 20037 0 -1 1077944384 1 12983 0 0 0 0 5 3 20 0 15 0 474892611 11080929280 10634 33554432000 4194304 4196468 140724218312448 140374952565392 140375379044053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27109] ppid=27050 vsize=10821220 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27053/task/27109/stat : 27109 (java) S 27050 27053 20037 0 -1 1077944384 1 12983 0 0 0 0 5 3 20 0 15 0 474892611 11080929280 10634 33554432000 4194304 4196468 140724218312448 140374951512336 140375379044053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27110] ppid=27050 vsize=10821220 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27053/task/27110/stat : 27110 (java) S 27050 27053 20037 0 -1 1077944384 2 12983 0 0 0 0 5 3 20 0 15 0 474892611 11080929280 10634 33554432000 4194304 4196468 140724218312448 140374950459792 140375379044053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27111] ppid=27050 vsize=10821220 memory=139926822942336 CPUtime=0.08 cores=1,3,5,7
/proc/27053/task/27111/stat : 27111 (java) S 27050 27053 20037 0 -1 1077944384 2 12983 0 0 0 0 5 3 20 0 15 0 474892613 11080929280 10634 33554432000 4194304 4196468 140724218312448 140374650841840 140375379044994 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27112] ppid=27050 vsize=10821220 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27053/task/27112/stat : 27112 (java) S 27050 27053 20037 0 -1 1077944384 13 12983 0 0 0 0 5 3 20 0 15 0 474892613 11080929280 10634 33554432000 4194304 4196468 140724218312448 140374563612320 140375379044053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27113] ppid=27050 vsize=10821220 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27053/task/27113/stat : 27113 (java) S 27050 27053 20037 0 -1 1077944384 1 12983 0 0 0 0 5 3 20 0 15 0 474892614 11080929280 10634 33554432000 4194304 4196468 140724218312448 140374429394160 140375379044053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27114] ppid=27050 vsize=10821220 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27053/task/27114/stat : 27114 (java) S 27050 27053 20037 0 -1 1077944384 3 12983 0 0 0 0 5 3 20 0 15 0 474892616 11080929280 10634 33554432000 4194304 4196468 140724218312448 140373920668112 140375379052443 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27115] ppid=27050 vsize=10821220 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/27053/task/27115/stat : 27115 (java) S 27050 27053 20037 0 -1 1077944384 477 12983 0 0 1 0 5 3 20 0 15 0 474892616 11080929280 10634 33554432000 4194304 4196468 140724218312448 140374649788656 140375379044994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27116] ppid=27050 vsize=10821220 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27053/task/27116/stat : 27116 (java) S 27050 27053 20037 0 -1 1077944384 180 12983 0 0 0 0 5 3 20 0 15 0 474892616 11080929280 10634 33554432000 4194304 4196468 140724218312448 140374648736112 140375379044994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27117] ppid=27050 vsize=10821220 memory=139926822942336 CPUtime=0.11 cores=1,3,5,7
/proc/27053/task/27117/stat : 27117 (java) S 27050 27053 20037 0 -1 1077944384 629 12983 0 0 3 0 5 3 20 0 15 0 474892616 11080929280 10634 33554432000 4194304 4196468 140724218312448 140374647683056 140375379044994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27118] ppid=27050 vsize=10821220 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27053/task/27118/stat : 27118 (java) S 27050 27053 20037 0 -1 1077944384 3 12983 0 0 0 0 5 3 20 0 15 0 474892616 11080929280 10634 33554432000 4194304 4196468 140724218312448 140373887109472 140375379044053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27119] ppid=27050 vsize=10821220 memory=139926822942336 CPUtime=0.08 cores=1,3,5,7
/proc/27053/task/27119/stat : 27119 (java) S 27050 27053 20037 0 -1 1077944384 1 12983 0 0 0 0 5 3 20 0 15 0 474892617 11080929280 10634 33554432000 4194304 4196468 140724218312448 140374646631472 140375379044994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10821220 KiB
Current children cumulated memory: 42536 KiB

[startup+0.311445 s]*
/proc/loadavg: 1.32 1.36 1.40 3/227 27119
/proc/meminfo: memFree=3725716/32770624 swapFree=66956620/67108860
[pid=27053] ppid=27050 vsize=10820196 memory=50164 CPUtime=0.41 cores=1,3,5,7
/proc/27053/stat : 27053 (java) S 27050 27053 20037 0 -1 1077944320 10762 12983 0 0 30 3 5 3 20 0 15 0 474892602 11079880704 12541 33554432000 4194304 4196468 140724218312448 140724218294992 140375379033847 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
/proc/27053/statm: 2705049 12541 3311 1 0 2667149 0
[pid=27053/tid=27106] ppid=27050 vsize=10820196 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/27053/task/27106/stat : 27106 (java) R 27050 27053 20037 0 -1 4202560 7221 12983 0 0 19 2 5 3 20 0 15 0 474892611 11079880704 12541 33554432000 4194304 4196468 140724218312448 140375350839984 140375363114334 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27107] ppid=27050 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27053/task/27107/stat : 27107 (java) S 27050 27053 20037 0 -1 1077944384 2 12983 0 0 0 0 5 3 20 0 15 0 474892611 11079880704 12541 33554432000 4194304 4196468 140724218312448 140375383276048 140375379044053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27108] ppid=27050 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27053/task/27108/stat : 27108 (java) S 27050 27053 20037 0 -1 1077944384 1 12983 0 0 0 0 5 3 20 0 15 0 474892611 11079880704 12541 33554432000 4194304 4196468 140724218312448 140374952565392 140375379044053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27109] ppid=27050 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27053/task/27109/stat : 27109 (java) S 27050 27053 20037 0 -1 1077944384 1 12983 0 0 0 0 5 3 20 0 15 0 474892611 11079880704 12541 33554432000 4194304 4196468 140724218312448 140374951512336 140375379044053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27110] ppid=27050 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27053/task/27110/stat : 27110 (java) S 27050 27053 20037 0 -1 1077944384 2 12983 0 0 0 0 5 3 20 0 15 0 474892611 11079880704 12541 33554432000 4194304 4196468 140724218312448 140374950459792 140375379044053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27111] ppid=27050 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27053/task/27111/stat : 27111 (java) S 27050 27053 20037 0 -1 1077944384 2 12983 0 0 0 0 5 3 20 0 15 0 474892613 11079880704 12541 33554432000 4194304 4196468 140724218312448 140374650841840 140375379044994 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27112] ppid=27050 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27053/task/27112/stat : 27112 (java) S 27050 27053 20037 0 -1 1077944384 13 12983 0 0 0 0 5 3 20 0 15 0 474892613 11079880704 12541 33554432000 4194304 4196468 140724218312448 140374563612320 140375379044053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27113] ppid=27050 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27053/task/27113/stat : 27113 (java) S 27050 27053 20037 0 -1 1077944384 1 12983 0 0 0 0 5 3 20 0 15 0 474892614 11079880704 12541 33554432000 4194304 4196468 140724218312448 140374429394160 140375379044053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27114] ppid=27050 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27053/task/27114/stat : 27114 (java) S 27050 27053 20037 0 -1 1077944384 3 12983 0 0 0 0 5 3 20 0 15 0 474892616 11079880704 12541 33554432000 4194304 4196468 140724218312448 140373920668112 140375379052443 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27115] ppid=27050 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/27053/task/27115/stat : 27115 (java) S 27050 27053 20037 0 -1 1077944384 477 12983 0 0 2 0 5 3 20 0 15 0 474892616 11079880704 12541 33554432000 4194304 4196468 140724218312448 140374649788656 140375379044994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27116] ppid=27050 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/27053/task/27116/stat : 27116 (java) S 27050 27053 20037 0 -1 1077944384 181 12983 0 0 1 0 5 3 20 0 15 0 474892616 11079880704 12541 33554432000 4194304 4196468 140724218312448 140374648736112 140375379044994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27117] ppid=27050 vsize=10820196 memory=139926822942336 CPUtime=0.13 cores=1,3,5,7
/proc/27053/task/27117/stat : 27117 (java) S 27050 27053 20037 0 -1 1077944384 647 12983 0 0 5 0 5 3 20 0 15 0 474892616 11079880704 12541 33554432000 4194304 4196468 140724218312448 140374647683056 140375379044994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27118] ppid=27050 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27053/task/27118/stat : 27118 (java) S 27050 27053 20037 0 -1 1077944384 3 12983 0 0 0 0 5 3 20 0 15 0 474892616 11079880704 12541 33554432000 4194304 4196468 140724218312448 140373887109472 140375379044053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27119] ppid=27050 vsize=10820196 memory=139926822942336 CPUtime=0.08 cores=1,3,5,7
/proc/27053/task/27119/stat : 27119 (java) S 27050 27053 20037 0 -1 1077944384 1 12983 0 0 0 0 5 3 20 0 15 0 474892617 11079880704 12541 33554432000 4194304 4196468 140724218312448 140374646631472 140375379044994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50164 KiB

[startup+0.704407 s]
/proc/loadavg: 1.32 1.36 1.40 3/227 27119
/proc/meminfo: memFree=3710968/32770624 swapFree=66956620/67108860
[pid=27053] ppid=27050 vsize=10824364 memory=83820 CPUtime=1.16 cores=1,3,5,7
/proc/27053/stat : 27053 (java) S 27050 27053 20037 0 -1 1077944320 15175 12983 0 0 103 5 5 3 20 0 15 0 474892602 11084148736 20955 33554432000 4194304 4196468 140724218312448 140724218294992 140375379033847 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
/proc/27053/statm: 2706091 20955 3509 1 0 2668173 0
[pid=27053/tid=27106] ppid=27050 vsize=10824364 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/27053/task/27106/stat : 27106 (java) R 27050 27053 20037 0 -1 4202560 10440 12983 0 0 56 4 5 3 20 0 15 0 474892611 11084148736 20955 33554432000 4194304 4196468 140724218312448 140375350860800 140375363114334 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27107] ppid=27050 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27053/task/27107/stat : 27107 (java) S 27050 27053 20037 0 -1 1077944384 2 12983 0 0 0 0 5 3 20 0 15 0 474892611 11084148736 20955 33554432000 4194304 4196468 140724218312448 140375383276048 140375379044053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27108] ppid=27050 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27053/task/27108/stat : 27108 (java) S 27050 27053 20037 0 -1 1077944384 1 12983 0 0 0 0 5 3 20 0 15 0 474892611 11084148736 20955 33554432000 4194304 4196468 140724218312448 140374952565392 140375379044053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27109] ppid=27050 vsize=10824364 memory=139926679204624 CPUtime=0.08 cores=1,3,5,7
/proc/27053/task/27109/stat : 27109 (java) S 27050 27053 20037 0 -1 1077944384 1 12983 0 0 0 0 5 3 20 0 15 0 474892611 11084148736 20955 33554432000 4194304 4196468 140724218312448 140374951512336 140375379044053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27110] ppid=27050 vsize=10824364 memory=139930034504269 CPUtime=0.08 cores=1,3,5,7
/proc/27053/task/27110/stat : 27110 (java) S 27050 27053 20037 0 -1 1077944384 2 12983 0 0 0 0 5 3 20 0 15 0 474892611 11084148736 20955 33554432000 4194304 4196468 140724218312448 140374950459792 140375379044053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27111] ppid=27050 vsize=10824364 memory=624 CPUtime=0.08 cores=1,3,5,7
/proc/27053/task/27111/stat : 27111 (java) S 27050 27053 20037 0 -1 1077944384 5 12983 0 0 0 0 5 3 20 0 15 0 474892613 11084148736 20955 33554432000 4194304 4196468 140724218312448 140374650841840 140375379044994 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27112] ppid=27050 vsize=10824364 memory=6297835844906604903 CPUtime=0.08 cores=1,3,5,7
/proc/27053/task/27112/stat : 27112 (java) S 27050 27053 20037 0 -1 1077944384 13 12983 0 0 0 0 5 3 20 0 15 0 474892613 11084148736 20955 33554432000 4194304 4196468 140724218312448 140374563612320 140375379044053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27113] ppid=27050 vsize=10824364 memory=7380108234216663121 CPUtime=0.08 cores=1,3,5,7
/proc/27053/task/27113/stat : 27113 (java) S 27050 27053 20037 0 -1 1077944384 1 12983 0 0 0 0 5 3 20 0 15 0 474892614 11084148736 20955 33554432000 4194304 4196468 140724218312448 140374429394160 140375379044053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27114] ppid=27050 vsize=10824364 memory=14012 CPUtime=0.08 cores=1,3,5,7
/proc/27053/task/27114/stat : 27114 (java) S 27050 27053 20037 0 -1 1077944384 3 12983 0 0 0 0 5 3 20 0 15 0 474892616 11084148736 20955 33554432000 4194304 4196468 140724218312448 140373920668112 140375379052443 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27115] ppid=27050 vsize=10824364 memory=2112 CPUtime=0.23 cores=1,3,5,7
/proc/27053/task/27115/stat : 27115 (java) R 27050 27053 20037 0 -1 1077944384 1075 12983 0 0 15 0 5 3 20 0 15 0 474892616 11084148736 20955 33554432000 4194304 4196468 140724218312448 140374649788656 140375379044994 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27116] ppid=27050 vsize=10824364 memory=12040 CPUtime=0.21 cores=1,3,5,7
/proc/27053/task/27116/stat : 27116 (java) R 27050 27053 20037 0 -1 4202560 584 12983 0 0 13 0 5 3 20 0 15 0 474892616 11084148736 20955 33554432000 4194304 4196468 140724218312448 140374648722656 140375360578002 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27117] ppid=27050 vsize=10824364 memory=31764 CPUtime=0.25 cores=1,3,5,7
/proc/27053/task/27117/stat : 27117 (java) R 27050 27053 20037 0 -1 1077944384 838 12983 0 0 17 0 5 3 20 0 15 0 474892616 11084148736 20955 33554432000 4194304 4196468 140724218312448 140374647683056 140375379044994 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27118] ppid=27050 vsize=10824364 memory=1556 CPUtime=0.08 cores=1,3,5,7
/proc/27053/task/27118/stat : 27118 (java) S 27050 27053 20037 0 -1 1077944384 3 12983 0 0 0 0 5 3 20 0 15 0 474892616 11084148736 20955 33554432000 4194304 4196468 140724218312448 140373887109472 140375379044053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27119] ppid=27050 vsize=10824364 memory=532 CPUtime=0.08 cores=1,3,5,7
/proc/27053/task/27119/stat : 27119 (java) S 27050 27053 20037 0 -1 1077944384 1 12983 0 0 0 0 5 3 20 0 15 0 474892617 11084148736 20955 33554432000 4194304 4196468 140724218312448 140374646631472 140375379044994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83820 KiB

[startup+1.50089 s]
/proc/loadavg: 1.32 1.36 1.40 3/227 27119
/proc/meminfo: memFree=3669604/32770624 swapFree=66956620/67108860
[pid=27053] ppid=27050 vsize=10834680 memory=173648 CPUtime=2.5 cores=1,3,5,7
/proc/27053/stat : 27053 (java) S 27050 27053 20037 0 -1 1077944320 21873 12983 0 0 233 9 5 3 20 0 15 0 474892602 11094712320 43412 33554432000 4194304 4196468 140724218312448 140724218294992 140375379033847 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
/proc/27053/statm: 2708670 43412 3581 1 0 2670733 0
[pid=27053/tid=27106] ppid=27050 vsize=10834680 memory=67844 CPUtime=1.44 cores=1,3,5,7
/proc/27053/task/27106/stat : 27106 (java) R 27050 27053 20037 0 -1 4202560 15376 12983 0 0 130 6 5 3 20 0 15 0 474892611 11094712320 43412 33554432000 4194304 4196468 140724218312448 140375350833824 140375363114334 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27107] ppid=27050 vsize=10834680 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/27053/task/27107/stat : 27107 (java) S 27050 27053 20037 0 -1 1077944384 334 12983 0 0 1 0 5 3 20 0 15 0 474892611 11094712320 43412 33554432000 4194304 4196468 140724218312448 140375383276048 140375379044053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27108] ppid=27050 vsize=10834680 memory=279853358440608 CPUtime=0.09 cores=1,3,5,7
/proc/27053/task/27108/stat : 27108 (java) S 27050 27053 20037 0 -1 1077944384 29 12983 0 0 1 0 5 3 20 0 15 0 474892611 11094712320 43412 33554432000 4194304 4196468 140724218312448 140374952565392 140375379044053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27109] ppid=27050 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/27053/task/27109/stat : 27109 (java) S 27050 27053 20037 0 -1 1077944384 82 12983 0 0 1 0 5 3 20 0 15 0 474892611 11094712320 43412 33554432000 4194304 4196468 140724218312448 140374951512336 140375379044053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27110] ppid=27050 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/27053/task/27110/stat : 27110 (java) S 27050 27053 20037 0 -1 1077944384 60 12983 0 0 1 0 5 3 20 0 15 0 474892611 11094712320 43412 33554432000 4194304 4196468 140724218312448 140374950459792 140375379044053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27111] ppid=27050 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/27053/task/27111/stat : 27111 (java) S 27050 27053 20037 0 -1 1077944384 161 12983 0 0 1 0 5 3 20 0 15 0 474892613 11094712320 43412 33554432000 4194304 4196468 140724218312448 140374650841840 140375379044994 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27112] ppid=27050 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27053/task/27112/stat : 27112 (java) S 27050 27053 20037 0 -1 1077944384 14 12983 0 0 0 0 5 3 20 0 15 0 474892613 11094712320 43412 33554432000 4194304 4196468 140724218312448 140374563612384 140375379044053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27113] ppid=27050 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27053/task/27113/stat : 27113 (java) S 27050 27053 20037 0 -1 1077944384 1 12983 0 0 0 0 5 3 20 0 15 0 474892614 11094712320 43412 33554432000 4194304 4196468 140724218312448 140374429394176 140375379044053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27114] ppid=27050 vsize=10834680 memory=-2245088631185882904 CPUtime=0.08 cores=1,3,5,7
/proc/27053/task/27114/stat : 27114 (java) S 27050 27053 20037 0 -1 1077944384 3 12983 0 0 0 0 5 3 20 0 15 0 474892616 11094712320 43412 33554432000 4194304 4196468 140724218312448 140373920668112 140375379052443 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27115] ppid=27050 vsize=10834680 memory=0 CPUtime=0.35 cores=1,3,5,7
/proc/27053/task/27115/stat : 27115 (java) S 27050 27053 20037 0 -1 1077944384 1144 12983 0 0 27 0 5 3 20 0 15 0 474892616 11094712320 43412 33554432000 4194304 4196468 140724218312448 140374649788656 140375379044994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27116] ppid=27050 vsize=10834680 memory=10 CPUtime=0.33 cores=1,3,5,7
/proc/27053/task/27116/stat : 27116 (java) R 27050 27053 20037 0 -1 4202560 788 12983 0 0 25 0 5 3 20 0 15 0 474892616 11094712320 43412 33554432000 4194304 4196468 140724218312448 140374648727568 140375364715286 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27117] ppid=27050 vsize=10834680 memory=6791534058613427641 CPUtime=0.5 cores=1,3,5,7
/proc/27053/task/27117/stat : 27117 (java) R 27050 27053 20037 0 -1 1077944384 1671 12983 0 0 42 0 5 3 20 0 15 0 474892616 11094712320 43412 33554432000 4194304 4196468 140724218312448 140374647683056 140375379044994 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27118] ppid=27050 vsize=10834680 memory=4638778398332698720 CPUtime=0.08 cores=1,3,5,7
/proc/27053/task/27118/stat : 27118 (java) S 27050 27053 20037 0 -1 1077944384 3 12983 0 0 0 0 5 3 20 0 15 0 474892616 11094712320 43412 33554432000 4194304 4196468 140724218312448 140373887109472 140375379044053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27119] ppid=27050 vsize=10834680 memory=279853358685056 CPUtime=0.08 cores=1,3,5,7
/proc/27053/task/27119/stat : 27119 (java) S 27050 27053 20037 0 -1 1077944384 1 12983 0 0 0 0 5 3 20 0 15 0 474892617 11094712320 43412 33554432000 4194304 4196468 140724218312448 140374646631472 140375379044994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
Current children cumulated CPU time: 2.5 s
Current children cumulated vsize: 10834680 KiB

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

[startup+4.17032 s]
# the end of solver process 27053 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=9.4591 s, system=0.235907 s

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

[startup+3.20115 s]
/proc/loadavg: 1.32 1.36 1.40 5/227 27119
/proc/meminfo: memFree=3545992/32770624 swapFree=66956620/67108860
[pid=27053] ppid=27050 vsize=10842892 memory=251176 CPUtime=6.71 cores=1,3,5,7
/proc/27053/stat : 27053 (java) S 27050 27053 20037 0 -1 1077944320 32120 12983 0 0 649 14 5 3 20 0 15 0 474892602 11103121408 62794 33554432000 4194304 4196468 140724218312448 140724218294992 140375379033847 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
/proc/27053/statm: 2710723 62794 3605 1 0 2672781 0
[pid=27053/tid=27106] ppid=27050 vsize=10842892 memory=4638778398332901736 CPUtime=3.02 cores=1,3,5,7
/proc/27053/task/27106/stat : 27106 (java) R 27050 27053 20037 0 -1 4202560 20265 12983 0 0 286 8 5 3 20 0 15 0 474892611 11103121408 62794 33554432000 4194304 4196468 140724218312448 140375350867072 140375363114334 0 4 0 16800975 0 0 0 -1 5 0 0 11 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27107] ppid=27050 vsize=10842892 memory=-9123011406877529180 CPUtime=0.09 cores=1,3,5,7
/proc/27053/task/27107/stat : 27107 (java) S 27050 27053 20037 0 -1 1077944384 334 12983 0 0 1 0 5 3 20 0 15 0 474892611 11103121408 62794 33554432000 4194304 4196468 140724218312448 140375383276048 140375379044053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27108] ppid=27050 vsize=10842892 memory=3467824671636873280 CPUtime=0.09 cores=1,3,5,7
/proc/27053/task/27108/stat : 27108 (java) S 27050 27053 20037 0 -1 1077944384 29 12983 0 0 1 0 5 3 20 0 15 0 474892611 11103121408 62794 33554432000 4194304 4196468 140724218312448 140374952565392 140375379044053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27109] ppid=27050 vsize=10842892 memory=7881696724453321575 CPUtime=0.09 cores=1,3,5,7
/proc/27053/task/27109/stat : 27109 (java) S 27050 27053 20037 0 -1 1077944384 82 12983 0 0 1 0 5 3 20 0 15 0 474892611 11103121408 62794 33554432000 4194304 4196468 140724218312448 140374951512336 140375379044053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27110] ppid=27050 vsize=10842892 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/27053/task/27110/stat : 27110 (java) S 27050 27053 20037 0 -1 1077944384 60 12983 0 0 1 0 5 3 20 0 15 0 474892611 11103121408 62794 33554432000 4194304 4196468 140724218312448 140374950459792 140375379044053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27111] ppid=27050 vsize=10842892 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/27053/task/27111/stat : 27111 (java) S 27050 27053 20037 0 -1 1077944384 164 12983 0 0 1 0 5 3 20 0 15 0 474892613 11103121408 62794 33554432000 4194304 4196468 140724218312448 140374650841840 140375379044994 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27112] ppid=27050 vsize=10842892 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/27053/task/27112/stat : 27112 (java) S 27050 27053 20037 0 -1 1077944384 14 12983 0 0 0 0 5 3 20 0 15 0 474892613 11103121408 62794 33554432000 4194304 4196468 140724218312448 140374563612384 140375379044053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27113] ppid=27050 vsize=10842892 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/27053/task/27113/stat : 27113 (java) S 27050 27053 20037 0 -1 1077944384 1 12983 0 0 0 0 5 3 20 0 15 0 474892614 11103121408 62794 33554432000 4194304 4196468 140724218312448 140374429394176 140375379044053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27114] ppid=27050 vsize=10842892 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27053/task/27114/stat : 27114 (java) S 27050 27053 20037 0 -1 1077944384 3 12983 0 0 0 0 5 3 20 0 15 0 474892616 11103121408 62794 33554432000 4194304 4196468 140724218312448 140373920668112 140375379052443 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27115] ppid=27050 vsize=10842892 memory=0 CPUtime=1.23 cores=1,3,5,7
/proc/27053/task/27115/stat : 27115 (java) S 27050 27053 20037 0 -1 1077944384 2212 12983 0 0 115 0 5 3 20 0 15 0 474892616 11103121408 62794 33554432000 4194304 4196468 140724218312448 140374649788656 140375379044994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27116] ppid=27050 vsize=10842892 memory=0 CPUtime=1.23 cores=1,3,5,7
/proc/27053/task/27116/stat : 27116 (java) R 27050 27053 20037 0 -1 4202560 1629 12983 0 0 114 1 5 3 20 0 15 0 474892616 11103121408 62794 33554432000 4194304 4196468 140724218312448 140374648721824 140375365089171 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27117] ppid=27050 vsize=10842892 memory=0 CPUtime=1.32 cores=1,3,5,7
/proc/27053/task/27117/stat : 27117 (java) S 27050 27053 20037 0 -1 1077944384 5113 12983 0 0 123 1 5 3 20 0 15 0 474892616 11103121408 62794 33554432000 4194304 4196468 140724218312448 140374647683056 140375379044994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 11 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27118] ppid=27050 vsize=10842892 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27053/task/27118/stat : 27118 (java) S 27050 27053 20037 0 -1 1077944384 3 12983 0 0 0 0 5 3 20 0 15 0 474892616 11103121408 62794 33554432000 4194304 4196468 140724218312448 140373887109472 140375379044053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27119] ppid=27050 vsize=10842892 memory=235 CPUtime=0.08 cores=1,3,5,7
/proc/27053/task/27119/stat : 27119 (java) S 27050 27053 20037 0 -1 1077944384 5 12983 0 0 0 0 5 3 20 0 15 0 474892617 11103121408 62794 33554432000 4194304 4196468 140724218312448 140374646631472 140375379044994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
Current children cumulated CPU time: 6.71 s
Current children cumulated vsize: 10842892 KiB
Current children cumulated memory: 251176 KiB

[startup+3.60441 s]
/proc/loadavg: 1.32 1.36 1.40 5/227 27119
/proc/meminfo: memFree=3545992/32770624 swapFree=66956620/67108860
[pid=27053] ppid=27050 vsize=10846988 memory=289300 CPUtime=7.9 cores=1,3,5,7
/proc/27053/stat : 27053 (java) S 27050 27053 20037 0 -1 1077944320 45663 12983 0 0 765 17 5 3 20 0 15 0 474892602 11107315712 72325 33554432000 4194304 4196468 140724218312448 140724218294992 140375379033847 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
/proc/27053/statm: 2711747 72325 3623 1 0 2673805 0
[pid=27053/tid=27106] ppid=27050 vsize=10846988 memory=988 CPUtime=3.37 cores=1,3,5,7
/proc/27053/task/27106/stat : 27106 (java) R 27050 27053 20037 0 -1 1077944384 23260 12983 0 0 320 9 5 3 20 0 15 0 474892611 11107315712 72325 33554432000 4194304 4196468 140724218312448 140375350862096 140375379044053 0 4 0 16800975 0 0 0 -1 5 0 0 11 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27107] ppid=27050 vsize=10846988 memory=1428 CPUtime=0.11 cores=1,3,5,7
/proc/27053/task/27107/stat : 27107 (java) S 27050 27053 20037 0 -1 1077944384 358 12983 0 0 3 0 5 3 20 0 15 0 474892611 11107315712 72325 33554432000 4194304 4196468 140724218312448 140375383276048 140375379044053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27108] ppid=27050 vsize=10846988 memory=1728 CPUtime=0.11 cores=1,3,5,7
/proc/27053/task/27108/stat : 27108 (java) S 27050 27053 20037 0 -1 1077944384 66 12983 0 0 3 0 5 3 20 0 15 0 474892611 11107315712 72325 33554432000 4194304 4196468 140724218312448 140374952565392 140375379044053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27109] ppid=27050 vsize=10846988 memory=1056 CPUtime=0.11 cores=1,3,5,7
/proc/27053/task/27109/stat : 27109 (java) S 27050 27053 20037 0 -1 1077944384 307 12983 0 0 3 0 5 3 20 0 15 0 474892611 11107315712 72325 33554432000 4194304 4196468 140724218312448 140374951512336 140375379044053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27110] ppid=27050 vsize=10846988 memory=1556 CPUtime=0.11 cores=1,3,5,7
/proc/27053/task/27110/stat : 27110 (java) S 27050 27053 20037 0 -1 1077944384 339 12983 0 0 3 0 5 3 20 0 15 0 474892611 11107315712 72325 33554432000 4194304 4196468 140724218312448 140374950459792 140375379044053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27111] ppid=27050 vsize=10846988 memory=11632 CPUtime=0.11 cores=1,3,5,7
/proc/27053/task/27111/stat : 27111 (java) S 27050 27053 20037 0 -1 1077944384 5149 12983 0 0 3 0 5 3 20 0 15 0 474892613 11107315712 72325 33554432000 4194304 4196468 140724218312448 140374650841840 140375379044994 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27112] ppid=27050 vsize=10846988 memory=1732 CPUtime=0.08 cores=1,3,5,7
/proc/27053/task/27112/stat : 27112 (java) S 27050 27053 20037 0 -1 1077944384 15 12983 0 0 0 0 5 3 20 0 15 0 474892613 11107315712 72325 33554432000 4194304 4196468 140724218312448 140374563612384 140375379044053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27113] ppid=27050 vsize=10846988 memory=279853358955776 CPUtime=0.08 cores=1,3,5,7
/proc/27053/task/27113/stat : 27113 (java) S 27050 27053 20037 0 -1 1077944384 1 12983 0 0 0 0 5 3 20 0 15 0 474892614 11107315712 72325 33554432000 4194304 4196468 140724218312448 140374429394176 140375379044053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27114] ppid=27050 vsize=10846988 memory=7595440001688102255 CPUtime=0.08 cores=1,3,5,7
/proc/27053/task/27114/stat : 27114 (java) S 27050 27053 20037 0 -1 1077944384 3 12983 0 0 0 0 5 3 20 0 15 0 474892616 11107315712 72325 33554432000 4194304 4196468 140724218312448 140373920668112 140375379052443 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27115] ppid=27050 vsize=10846988 memory=7595440001688102255 CPUtime=1.5 cores=1,3,5,7
/proc/27053/task/27115/stat : 27115 (java) S 27050 27053 20037 0 -1 1077944384 3082 12983 0 0 142 0 5 3 20 0 15 0 474892616 11107315712 72325 33554432000 4194304 4196468 140724218312448 140374649788656 140375379044994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27116] ppid=27050 vsize=10846988 memory=279853358232784 CPUtime=1.52 cores=1,3,5,7
/proc/27053/task/27116/stat : 27116 (java) R 27050 27053 20037 0 -1 4202560 4085 12983 0 0 143 1 5 3 20 0 15 0 474892616 11107315712 72325 33554432000 4194304 4196468 140724218312448 140374648716136 140375363931483 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27117] ppid=27050 vsize=10846988 memory=7100839852556256653 CPUtime=1.5 cores=1,3,5,7
/proc/27053/task/27117/stat : 27117 (java) S 27050 27053 20037 0 -1 1077944384 6780 12983 0 0 140 2 5 3 20 0 15 0 474892616 11107315712 72325 33554432000 4194304 4196468 140724218312448 140374647683056 140375379044994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 11 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27118] ppid=27050 vsize=10846988 memory=-8412652178081811827 CPUtime=0.08 cores=1,3,5,7
/proc/27053/task/27118/stat : 27118 (java) S 27050 27053 20037 0 -1 1077944384 3 12983 0 0 0 0 5 3 20 0 15 0 474892616 11107315712 72325 33554432000 4194304 4196468 140724218312448 140373887109472 140375379044053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27119] ppid=27050 vsize=10846988 memory=6656426216303648864 CPUtime=0.08 cores=1,3,5,7
/proc/27053/task/27119/stat : 27119 (java) S 27050 27053 20037 0 -1 1077944384 8 12983 0 0 0 0 5 3 20 0 15 0 474892617 11107315712 72325 33554432000 4194304 4196468 140724218312448 140374646631472 140375379044994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
Current children cumulated CPU time: 7.9 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 289300 KiB

[startup+4.00145 s]*
/proc/loadavg: 1.45 1.39 1.41 5/227 27119
/proc/meminfo: memFree=3470208/32770624 swapFree=66956620/67108860
[pid=27053] ppid=27050 vsize=10849308 memory=310876 CPUtime=9.22 cores=1,3,5,7
/proc/27053/stat : 27053 (java) S 27050 27053 20037 0 -1 1077944320 51070 12983 0 0 896 18 5 3 20 0 15 0 474892602 11109691392 77719 33554432000 4194304 4196468 140724218312448 140724218294992 140375379033847 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
/proc/27053/statm: 2712327 77719 3623 1 0 2674385 0
[pid=27053/tid=27106] ppid=27050 vsize=10849308 memory=6791534058613427641 CPUtime=3.79 cores=1,3,5,7
/proc/27053/task/27106/stat : 27106 (java) R 27050 27053 20037 0 -1 4202560 23410 12983 0 0 361 10 5 3 20 0 15 0 474892611 11109691392 77719 33554432000 4194304 4196468 140724218312448 140375350862656 140374998146372 0 4 0 16800975 0 0 0 -1 5 0 0 11 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27107] ppid=27050 vsize=10849308 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/27053/task/27107/stat : 27107 (java) S 27050 27053 20037 0 -1 1077944384 358 12983 0 0 3 0 5 3 20 0 15 0 474892611 11109691392 77719 33554432000 4194304 4196468 140724218312448 140375383276048 140375379044053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27108] ppid=27050 vsize=10849308 memory=279853358208608 CPUtime=0.11 cores=1,3,5,7
/proc/27053/task/27108/stat : 27108 (java) S 27050 27053 20037 0 -1 1077944384 66 12983 0 0 3 0 5 3 20 0 15 0 474892611 11109691392 77719 33554432000 4194304 4196468 140724218312448 140374952565392 140375379044053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27109] ppid=27050 vsize=10849308 memory=279853358357072 CPUtime=0.11 cores=1,3,5,7
/proc/27053/task/27109/stat : 27109 (java) S 27050 27053 20037 0 -1 1077944384 307 12983 0 0 3 0 5 3 20 0 15 0 474892611 11109691392 77719 33554432000 4194304 4196468 140724218312448 140374951512336 140375379044053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27110] ppid=27050 vsize=10849308 memory=279853358510704 CPUtime=0.11 cores=1,3,5,7
/proc/27053/task/27110/stat : 27110 (java) S 27050 27053 20037 0 -1 1077944384 339 12983 0 0 3 0 5 3 20 0 15 0 474892611 11109691392 77719 33554432000 4194304 4196468 140724218312448 140374950459792 140375379044053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27111] ppid=27050 vsize=10849308 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/27053/task/27111/stat : 27111 (java) S 27050 27053 20037 0 -1 1077944384 5149 12983 0 0 3 0 5 3 20 0 15 0 474892613 11109691392 77719 33554432000 4194304 4196468 140724218312448 140374650841840 140375379044994 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27112] ppid=27050 vsize=10849308 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27053/task/27112/stat : 27112 (java) S 27050 27053 20037 0 -1 1077944384 15 12983 0 0 0 0 5 3 20 0 15 0 474892613 11109691392 77719 33554432000 4194304 4196468 140724218312448 140374563612384 140375379044053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27113] ppid=27050 vsize=10849308 memory=279853358382400 CPUtime=0.08 cores=1,3,5,7
/proc/27053/task/27113/stat : 27113 (java) S 27050 27053 20037 0 -1 1077944384 1 12983 0 0 0 0 5 3 20 0 15 0 474892614 11109691392 77719 33554432000 4194304 4196468 140724218312448 140374429394176 140375379044053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27114] ppid=27050 vsize=10849308 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27053/task/27114/stat : 27114 (java) S 27050 27053 20037 0 -1 1077944384 3 12983 0 0 0 0 5 3 20 0 15 0 474892616 11109691392 77719 33554432000 4194304 4196468 140724218312448 140373920668112 140375379052443 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27115] ppid=27050 vsize=10849308 memory=0 CPUtime=1.91 cores=1,3,5,7
/proc/27053/task/27115/stat : 27115 (java) R 27050 27053 20037 0 -1 4202560 4721 12983 0 0 182 1 5 3 20 0 15 0 474892616 11109691392 77719 33554432000 4194304 4196468 140724218312448 140374649785024 140375360343232 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27116] ppid=27050 vsize=10849308 memory=139926679311183 CPUtime=1.92 cores=1,3,5,7
/proc/27053/task/27116/stat : 27116 (java) R 27050 27053 20037 0 -1 4202560 6391 12983 0 0 183 1 5 3 20 0 15 0 474892616 11109691392 77719 33554432000 4194304 4196468 140724218312448 140374648721992 140375364151008 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27117] ppid=27050 vsize=10849308 memory=139926822942491 CPUtime=1.62 cores=1,3,5,7
/proc/27053/task/27117/stat : 27117 (java) R 27050 27053 20037 0 -1 1077944384 8092 12983 0 0 152 2 5 3 20 0 15 0 474892616 11109691392 77719 33554432000 4194304 4196468 140724218312448 140374647683056 140375379044994 0 4 0 16800975 0 0 0 -1 1 0 0 11 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27118] ppid=27050 vsize=10849308 memory=139926679311183 CPUtime=0.08 cores=1,3,5,7
/proc/27053/task/27118/stat : 27118 (java) S 27050 27053 20037 0 -1 1077944384 3 12983 0 0 0 0 5 3 20 0 15 0 474892616 11109691392 77719 33554432000 4194304 4196468 140724218312448 140373887109472 140375379044053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27119] ppid=27050 vsize=10849308 memory=139926822942336 CPUtime=0.08 cores=1,3,5,7
/proc/27053/task/27119/stat : 27119 (java) S 27050 27053 20037 0 -1 1077944384 8 12983 0 0 0 0 5 3 20 0 15 0 474892617 11109691392 77719 33554432000 4194304 4196468 140724218312448 140374646631472 140375379044994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
Current children cumulated CPU time: 9.22 s
Current children cumulated vsize: 10849308 KiB
Current children cumulated memory: 310876 KiB

[startup+4.11049 s]
/proc/loadavg: 1.45 1.39 1.41 5/227 27119
/proc/meminfo: memFree=3470208/32770624 swapFree=66956620/67108860
[pid=27053] ppid=27050 vsize=10849816 memory=315464 CPUtime=9.56 cores=1,3,5,7
/proc/27053/stat : 27053 (java) S 27050 27053 20037 0 -1 1077944320 53508 12983 0 0 929 19 5 3 20 0 15 0 474892602 11110211584 78866 33554432000 4194304 4196468 140724218312448 140724218294992 140375379033847 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
/proc/27053/statm: 2712454 78866 3623 1 0 2674512 0
[pid=27053/tid=27106] ppid=27050 vsize=10849816 memory=8 CPUtime=3.88 cores=1,3,5,7
/proc/27053/task/27106/stat : 27106 (java) R 27050 27053 20037 0 -1 4202560 23430 12983 0 0 370 10 5 3 20 0 15 0 474892611 11110211584 78866 33554432000 4194304 4196468 140724218312448 140375350869072 140374998352770 0 4 0 16800975 0 0 0 -1 5 0 0 11 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27107] ppid=27050 vsize=10849816 memory=245360 CPUtime=0.11 cores=1,3,5,7
/proc/27053/task/27107/stat : 27107 (java) S 27050 27053 20037 0 -1 1077944384 358 12983 0 0 3 0 5 3 20 0 15 0 474892611 11110211584 78866 33554432000 4194304 4196468 140724218312448 140375383276048 140375379044053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27108] ppid=27050 vsize=10849816 memory=3620 CPUtime=0.11 cores=1,3,5,7
/proc/27053/task/27108/stat : 27108 (java) S 27050 27053 20037 0 -1 1077944384 66 12983 0 0 3 0 5 3 20 0 15 0 474892611 11110211584 78866 33554432000 4194304 4196468 140724218312448 140374952565392 140375379044053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27109] ppid=27050 vsize=10849816 memory=54548 CPUtime=0.11 cores=1,3,5,7
/proc/27053/task/27109/stat : 27109 (java) S 27050 27053 20037 0 -1 1077944384 307 12983 0 0 3 0 5 3 20 0 15 0 474892611 11110211584 78866 33554432000 4194304 4196468 140724218312448 140374951512336 140375379044053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27110] ppid=27050 vsize=10849816 memory=276844 CPUtime=0.11 cores=1,3,5,7
/proc/27053/task/27110/stat : 27110 (java) S 27050 27053 20037 0 -1 1077944384 339 12983 0 0 3 0 5 3 20 0 15 0 474892611 11110211584 78866 33554432000 4194304 4196468 140724218312448 140374950459792 140375379044053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27111] ppid=27050 vsize=10849816 memory=1 CPUtime=0.11 cores=1,3,5,7
/proc/27053/task/27111/stat : 27111 (java) S 27050 27053 20037 0 -1 1077944384 5149 12983 0 0 3 0 5 3 20 0 15 0 474892613 11110211584 78866 33554432000 4194304 4196468 140724218312448 140374650841840 140375379044994 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27112] ppid=27050 vsize=10849816 memory=1 CPUtime=0.08 cores=1,3,5,7
/proc/27053/task/27112/stat : 27112 (java) S 27050 27053 20037 0 -1 1077944384 15 12983 0 0 0 0 5 3 20 0 15 0 474892613 11110211584 78866 33554432000 4194304 4196468 140724218312448 140374563612384 140375379044053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27113] ppid=27050 vsize=10849816 memory=1 CPUtime=0.08 cores=1,3,5,7
/proc/27053/task/27113/stat : 27113 (java) S 27050 27053 20037 0 -1 1077944384 1 12983 0 0 0 0 5 3 20 0 15 0 474892614 11110211584 78866 33554432000 4194304 4196468 140724218312448 140374429394176 140375379044053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27114] ppid=27050 vsize=10849816 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27053/task/27114/stat : 27114 (java) S 27050 27053 20037 0 -1 1077944384 3 12983 0 0 0 0 5 3 20 0 15 0 474892616 11110211584 78866 33554432000 4194304 4196468 140724218312448 140373920668112 140375379052443 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27115] ppid=27050 vsize=10849816 memory=-6078272389418607976 CPUtime=2 cores=1,3,5,7
/proc/27053/task/27115/stat : 27115 (java) R 27050 27053 20037 0 -1 4202560 5330 12983 0 0 191 1 5 3 20 0 15 0 474892616 11110211584 78866 33554432000 4194304 4196468 140724218312448 140374649779696 140375362534331 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27116] ppid=27050 vsize=10849816 memory=6944656592387989600 CPUtime=2.02 cores=1,3,5,7
/proc/27053/task/27116/stat : 27116 (java) R 27050 27053 20037 0 -1 4202560 7916 12983 0 0 193 1 5 3 20 0 15 0 474892616 11110211584 78866 33554432000 4194304 4196468 140724218312448 140374648722272 140375362418675 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27117] ppid=27050 vsize=10849816 memory=0 CPUtime=1.66 cores=1,3,5,7
/proc/27053/task/27117/stat : 27117 (java) S 27050 27053 20037 0 -1 1077944384 8376 12983 0 0 155 3 5 3 20 0 15 0 474892616 11110211584 78866 33554432000 4194304 4196468 140724218312448 140374647683056 140375379044994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 11 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27118] ppid=27050 vsize=10849816 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27053/task/27118/stat : 27118 (java) S 27050 27053 20037 0 -1 1077944384 3 12983 0 0 0 0 5 3 20 0 15 0 474892616 11110211584 78866 33554432000 4194304 4196468 140724218312448 140373887109472 140375379044053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
[pid=27053/tid=27119] ppid=27050 vsize=10849816 memory=2319529125845622865 CPUtime=0.08 cores=1,3,5,7
/proc/27053/task/27119/stat : 27119 (java) S 27050 27053 20037 0 -1 1077944384 8 12983 0 0 0 0 5 3 20 0 15 0 474892617 11110211584 78866 33554432000 4194304 4196468 140724218312448 140374646631472 140375379044994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 21319680 140724218317412 140724218320053 140724218320053 140724218322895 0
Current children cumulated CPU time: 9.56 s
Current children cumulated vsize: 10849816 KiB
Current children cumulated memory: 315464 KiB

Child status: 0
Real time (s): 4.17037
CPU time (s): 9.69501
CPU user time (s): 9.4591
CPU system time (s): 0.235907
CPU usage (%): 232.474
Max. virtual memory (cumulated for all children) (KiB): 10849816
Max. memory (cumulated for all children) (KiB): 315464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.4591
system time used= 0.235907
maximum resident set size= 317872
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66651
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= 6953
involuntary context switches= 56


# summary of solver processes directly reported to runsolver:
#   pid: 27053
#   total CPU time (s): 9.69501
#   total CPU user time (s): 9.4591
#   total CPU system time (s): 0.235907

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.053939 second user time and 0.079933 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-20 15:35:01
IDJOB=4402760
IDBENCH=139742
IDSOLVER=2861
FILE ID=node149/4402760-1568986540
RUNJOBID= node149-1568967598-20069
PBS_JOBID= 21704611
Free space on /var/tmp= 13448 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s2/ChessboardColoration-int-05-07.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402760-1568986540/watcher-4402760-1568986540 -o /var/tmp/evaluation-result-4402760-1568986540/solver-4402760-1568986540 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node149-1568967598-20069 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=785980577 HOME/instance-4402760-1568986540.xml

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

MD5SUM BENCH= 91a6e92a2ae9197e0e5abb82e178125f
RANDOM SEED=785980577

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
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.81
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.81
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.81
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:         3764532 kB
MemAvailable:   31004088 kB
Buffers:          151092 kB
Cached:         27014308 kB
SwapCached:        41604 kB
Active:         14332256 kB
Inactive:       13685636 kB
Active(anon):     772844 kB
Inactive(anon):   124168 kB
Active(file):   13559412 kB
Inactive(file): 13561468 kB
Unevictable:      109700 kB
Mlocked:          109700 kB
SwapTotal:      67108860 kB
SwapFree:       66956620 kB
Dirty:             35820 kB
Writeback:            12 kB
AnonPages:        921776 kB
Mapped:            65368 kB
Shmem:             35636 kB
Slab:             576404 kB
SReclaimable:     547136 kB
SUnreclaim:        29268 kB
KernelStack:        3728 kB
PageTables:        10252 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1929492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    829440 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /var/tmp at the end= 13412 MiB
End job on node149 at 2019-09-20 15:35:06