Trace number 4396080

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.2OPT2 17.4479 7.07477

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.78/0.56	c Concrete v3.12.2.1568380929293 running
13.27/5.27	o 34
14.98/5.91	o 33
16.24/6.53	o 32
16.36/6.61	o 31
16.48/6.71	o 4
16.48/6.75	o 3
16.76/6.82	o 2
17.30/7.05	v <instantiation
17.30/7.05	v         cost = '2'>
17.30/7.05	v       <list>
17.30/7.05	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]
17.30/7.05	v       </list>
17.30/7.05	v       <values>
17.30/7.05	v         0 1 1 1 1 2 2 1 0 1 2 2 0 1 1 2 0 0 1 0 2 2 0 0 1 0 2 0 2 0 2 0 1 1 1
17.30/7.05	v       </values>
17.30/7.05	v     </instantiation>
17.30/7.05	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 (14091 MiB free)
  memory of node 1: 16384 MiB (12326 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396080-1568412153/watcher-4396080-1568412153 -o /tmp/evaluation-result-4396080-1568412153/solver-4396080-1568412153 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568400895-17216 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=2128585038 HOME/instance-4396080-1568412153.xml 

running on 4 cores: 0,2,4,6

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=19634, runsolver pid=19631

[startup+0.100061 s]*
/proc/loadavg: 1.03 1.30 1.46 3/220 19691
/proc/meminfo: memFree=27046200/32770624 swapFree=66998528/67108860
[pid=19634] ppid=19631 vsize=9972712 memory=16816 CPUtime=0.09 cores=0,2,4,6
/proc/19634/stat : 19634 (java) S 19631 19634 17185 0 -1 1077944320 4460 13099 0 0 1 0 5 3 20 0 6 0 417484188 10212057088 4204 33554432000 4194304 4196468 140723010862976 140723010845520 140194398043895 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
/proc/19634/statm: 2493178 4204 1935 1 0 2481616 0
[pid=19634/tid=19687] ppid=19631 vsize=9972712 memory=720575944405811505 CPUtime=0.08 cores=0,2,4,6
/proc/19634/task/19687/stat : 19687 (java) R 19631 19634 17185 0 -1 4202560 2256 13099 0 0 0 0 5 3 20 0 6 0 417484197 10212057088 4716 33554432000 4194304 4196468 140723010862976 140194369880656 140194382124382 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19688] ppid=19631 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19634/task/19688/stat : 19688 (java) S 19631 19634 17185 0 -1 1077944384 1 13099 0 0 0 0 5 3 20 0 6 0 417484198 10212057088 4716 33554432000 4194304 4196468 140723010862976 140194402286480 140194398054101 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19689] ppid=19631 vsize=9972712 memory=288371005286676096 CPUtime=0.08 cores=0,2,4,6
/proc/19634/task/19689/stat : 19689 (java) S 19631 19634 17185 0 -1 1077944384 1 13099 0 0 0 0 5 3 20 0 6 0 417484198 10212057088 4716 33554432000 4194304 4196468 140723010862976 140194317105936 140194398054101 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19690] ppid=19631 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19634/task/19690/stat : 19690 (java) S 19631 19634 17185 0 -1 1077944384 2 13099 0 0 0 0 5 3 20 0 6 0 417484198 10212057088 4716 33554432000 4194304 4196468 140723010862976 140194316053648 140194398054101 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19691] ppid=19631 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19634/task/19691/stat : 19691 (java) S 19631 19634 17185 0 -1 1077944384 2 13099 0 0 0 0 5 3 20 0 6 0 417484198 10212057088 4716 33554432000 4194304 4196468 140723010862976 140194315000848 140194398054101 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16816 KiB

[startup+0.211907 s]*
/proc/loadavg: 1.03 1.30 1.46 3/229 19700
/proc/meminfo: memFree=27026116/32770624 swapFree=66998528/67108860
[pid=19634] ppid=19631 vsize=10819664 memory=38804 CPUtime=0.27 cores=0,2,4,6
/proc/19634/stat : 19634 (java) S 19631 19634 17185 0 -1 1077944320 7052 13099 0 0 17 2 5 3 20 0 15 0 417484188 11079335936 9701 33554432000 4194304 4196468 140723010862976 140723010845520 140194398043895 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
/proc/19634/statm: 2704916 9701 3164 1 0 2667149 0
[pid=19634/tid=19687] ppid=19631 vsize=10819664 memory=751940894209540401 CPUtime=0.19 cores=0,2,4,6
/proc/19634/task/19687/stat : 19687 (java) R 19631 19634 17185 0 -1 4202560 3529 13099 0 0 10 1 5 3 20 0 15 0 417484197 11079335936 9701 33554432000 4194304 4196468 140723010862976 140194369876912 140194398055830 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19688] ppid=19631 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19634/task/19688/stat : 19688 (java) S 19631 19634 17185 0 -1 1077944384 1 13099 0 0 0 0 5 3 20 0 15 0 417484198 11079335936 9701 33554432000 4194304 4196468 140723010862976 140194402286480 140194398054101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19689] ppid=19631 vsize=10819664 memory=288371005286676096 CPUtime=0.08 cores=0,2,4,6
/proc/19634/task/19689/stat : 19689 (java) S 19631 19634 17185 0 -1 1077944384 1 13099 0 0 0 0 5 3 20 0 15 0 417484198 11079335936 9701 33554432000 4194304 4196468 140723010862976 140194317105936 140194398054101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19690] ppid=19631 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19634/task/19690/stat : 19690 (java) S 19631 19634 17185 0 -1 1077944384 2 13099 0 0 0 0 5 3 20 0 15 0 417484198 11079335936 9701 33554432000 4194304 4196468 140723010862976 140194316053648 140194398054101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19691] ppid=19631 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19634/task/19691/stat : 19691 (java) S 19631 19634 17185 0 -1 1077944384 2 13099 0 0 0 0 5 3 20 0 15 0 417484198 11079335936 9701 33554432000 4194304 4196468 140723010862976 140194315000848 140194398054101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19692] ppid=19631 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19634/task/19692/stat : 19692 (java) S 19631 19634 17185 0 -1 1077944384 2 13099 0 0 0 0 5 3 20 0 15 0 417484200 11079335936 9701 33554432000 4194304 4196468 140723010862976 140193924704368 140194398055042 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19693] ppid=19631 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19634/task/19693/stat : 19693 (java) S 19631 19634 17185 0 -1 1077944384 13 13099 0 0 0 0 5 3 20 0 15 0 417484200 11079335936 9701 33554432000 4194304 4196468 140723010862976 140193302569760 140194398054101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19694] ppid=19631 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19634/task/19694/stat : 19694 (java) S 19631 19634 17185 0 -1 1077944384 1 13099 0 0 0 0 5 3 20 0 15 0 417484200 11079335936 9701 33554432000 4194304 4196468 140723010862976 140193168352368 140194398054101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19695] ppid=19631 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19634/task/19695/stat : 19695 (java) S 19631 19634 17185 0 -1 1077944384 3 13099 0 0 0 0 5 3 20 0 15 0 417484203 11079335936 9701 33554432000 4194304 4196468 140723010862976 140192928061520 140194398062491 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19696] ppid=19631 vsize=10819664 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/19634/task/19696/stat : 19696 (java) S 19631 19634 17185 0 -1 1077944384 465 13099 0 0 1 0 5 3 20 0 15 0 417484203 11079335936 9701 33554432000 4194304 4196468 140723010862976 140193923652208 140194398055042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19697] ppid=19631 vsize=10819664 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/19634/task/19697/stat : 19697 (java) S 19631 19634 17185 0 -1 1077944384 178 13099 0 0 1 0 5 3 20 0 15 0 417484203 11079335936 9701 33554432000 4194304 4196468 140723010862976 140193922599408 140194398055042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19698] ppid=19631 vsize=10819664 memory=140629134964352 CPUtime=0.11 cores=0,2,4,6
/proc/19634/task/19698/stat : 19698 (java) R 19631 19634 17185 0 -1 4202560 652 13099 0 0 3 0 5 3 20 0 15 0 417484203 11079335936 9701 33554432000 4194304 4196468 140723010862976 140193921547120 140194382124382 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19699] ppid=19631 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19634/task/19699/stat : 19699 (java) S 19631 19634 17185 0 -1 1077944384 3 13099 0 0 0 0 5 3 20 0 15 0 417484203 11079335936 9701 33554432000 4194304 4196468 140723010862976 140192894503904 140194398054101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19700] ppid=19631 vsize=10819664 memory=140629134964352 CPUtime=0.08 cores=0,2,4,6
/proc/19634/task/19700/stat : 19700 (java) S 19631 19634 17185 0 -1 1077944384 1 13099 0 0 0 0 5 3 20 0 15 0 417484203 11079335936 9701 33554432000 4194304 4196468 140723010862976 140193920494000 140194398055042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 38804 KiB

[startup+0.31055 s]*
/proc/loadavg: 1.03 1.30 1.46 4/229 19700
/proc/meminfo: memFree=27013464/32770624 swapFree=66998528/67108860
[pid=19634] ppid=19631 vsize=10820148 memory=50168 CPUtime=0.41 cores=0,2,4,6
/proc/19634/stat : 19634 (java) S 19631 19634 17185 0 -1 1077944320 10750 13099 0 0 29 4 5 3 20 0 15 0 417484188 11079831552 12542 33554432000 4194304 4196468 140723010862976 140723010845520 140194398043895 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
/proc/19634/statm: 2705037 12542 3300 1 0 2667149 0
[pid=19634/tid=19687] ppid=19631 vsize=10820148 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/19634/task/19687/stat : 19687 (java) R 19631 19634 17185 0 -1 4202560 7190 13099 0 0 18 3 5 3 20 0 15 0 417484197 11079831552 12542 33554432000 4194304 4196468 140723010862976 140194369843808 140194381230721 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19688] ppid=19631 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19634/task/19688/stat : 19688 (java) S 19631 19634 17185 0 -1 1077944384 1 13099 0 0 0 0 5 3 20 0 15 0 417484198 11079831552 12542 33554432000 4194304 4196468 140723010862976 140194402286480 140194398054101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19689] ppid=19631 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19634/task/19689/stat : 19689 (java) S 19631 19634 17185 0 -1 1077944384 1 13099 0 0 0 0 5 3 20 0 15 0 417484198 11079831552 12542 33554432000 4194304 4196468 140723010862976 140194317105936 140194398054101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19690] ppid=19631 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19634/task/19690/stat : 19690 (java) S 19631 19634 17185 0 -1 1077944384 2 13099 0 0 0 0 5 3 20 0 15 0 417484198 11079831552 12542 33554432000 4194304 4196468 140723010862976 140194316053648 140194398054101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19691] ppid=19631 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19634/task/19691/stat : 19691 (java) S 19631 19634 17185 0 -1 1077944384 2 13099 0 0 0 0 5 3 20 0 15 0 417484198 11079831552 12542 33554432000 4194304 4196468 140723010862976 140194315000848 140194398054101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19692] ppid=19631 vsize=10820148 memory=140629134964351 CPUtime=0.08 cores=0,2,4,6
/proc/19634/task/19692/stat : 19692 (java) S 19631 19634 17185 0 -1 1077944384 2 13099 0 0 0 0 5 3 20 0 15 0 417484200 11079831552 12542 33554432000 4194304 4196468 140723010862976 140193924704368 140194398055042 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19693] ppid=19631 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19634/task/19693/stat : 19693 (java) S 19631 19634 17185 0 -1 1077944384 13 13099 0 0 0 0 5 3 20 0 15 0 417484200 11079831552 12542 33554432000 4194304 4196468 140723010862976 140193302569760 140194398054101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19694] ppid=19631 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19634/task/19694/stat : 19694 (java) S 19631 19634 17185 0 -1 1077944384 1 13099 0 0 0 0 5 3 20 0 15 0 417484200 11079831552 12542 33554432000 4194304 4196468 140723010862976 140193168352368 140194398054101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19695] ppid=19631 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19634/task/19695/stat : 19695 (java) S 19631 19634 17185 0 -1 1077944384 3 13099 0 0 0 0 5 3 20 0 15 0 417484203 11079831552 12542 33554432000 4194304 4196468 140723010862976 140192928061520 140194398062491 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19696] ppid=19631 vsize=10820148 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/19634/task/19696/stat : 19696 (java) S 19631 19634 17185 0 -1 1077944384 474 13099 0 0 2 0 5 3 20 0 15 0 417484203 11079831552 12542 33554432000 4194304 4196468 140723010862976 140193923652208 140194398055042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19697] ppid=19631 vsize=10820148 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/19634/task/19697/stat : 19697 (java) S 19631 19634 17185 0 -1 1077944384 179 13099 0 0 1 0 5 3 20 0 15 0 417484203 11079831552 12542 33554432000 4194304 4196468 140723010862976 140193922599408 140194398055042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19698] ppid=19631 vsize=10820148 memory=140629134964352 CPUtime=0.13 cores=0,2,4,6
/proc/19634/task/19698/stat : 19698 (java) S 19631 19634 17185 0 -1 1077944384 673 13099 0 0 5 0 5 3 20 0 15 0 417484203 11079831552 12542 33554432000 4194304 4196468 140723010862976 140193921547120 140194398055042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19699] ppid=19631 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19634/task/19699/stat : 19699 (java) S 19631 19634 17185 0 -1 1077944384 3 13099 0 0 0 0 5 3 20 0 15 0 417484203 11079831552 12542 33554432000 4194304 4196468 140723010862976 140192894503904 140194398054101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19700] ppid=19631 vsize=10820148 memory=140629134964352 CPUtime=0.08 cores=0,2,4,6
/proc/19634/task/19700/stat : 19700 (java) S 19631 19634 17185 0 -1 1077944384 1 13099 0 0 0 0 5 3 20 0 15 0 417484203 11079831552 12542 33554432000 4194304 4196468 140723010862976 140193920494000 140194398055042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 50168 KiB

[startup+0.700711 s]
/proc/loadavg: 1.03 1.30 1.46 3/229 19700
/proc/meminfo: memFree=26998448/32770624 swapFree=66998528/67108860
[pid=19634] ppid=19631 vsize=10824360 memory=83736 CPUtime=1.14 cores=0,2,4,6
/proc/19634/stat : 19634 (java) S 19631 19634 17185 0 -1 1077944320 15109 13099 0 0 100 6 5 3 20 0 15 0 417484188 11084144640 20934 33554432000 4194304 4196468 140723010862976 140723010845520 140194398043895 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
/proc/19634/statm: 2706090 20934 3504 1 0 2668173 0
[pid=19634/tid=19687] ppid=19631 vsize=10824360 memory=5795117241467496816 CPUtime=0.67 cores=0,2,4,6
/proc/19634/task/19687/stat : 19687 (java) R 19631 19634 17185 0 -1 4202560 10455 13099 0 0 54 5 5 3 20 0 15 0 417484197 11084144640 20934 33554432000 4194304 4196468 140723010862976 140194369867248 140194382124382 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19688] ppid=19631 vsize=10824360 memory=1428 CPUtime=0.08 cores=0,2,4,6
/proc/19634/task/19688/stat : 19688 (java) S 19631 19634 17185 0 -1 1077944384 1 13099 0 0 0 0 5 3 20 0 15 0 417484198 11084144640 20934 33554432000 4194304 4196468 140723010862976 140194402286480 140194398054101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19689] ppid=19631 vsize=10824360 memory=4160 CPUtime=0.08 cores=0,2,4,6
/proc/19634/task/19689/stat : 19689 (java) S 19631 19634 17185 0 -1 1077944384 1 13099 0 0 0 0 5 3 20 0 15 0 417484198 11084144640 20934 33554432000 4194304 4196468 140723010862976 140194317105936 140194398054101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19690] ppid=19631 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19634/task/19690/stat : 19690 (java) S 19631 19634 17185 0 -1 1077944384 2 13099 0 0 0 0 5 3 20 0 15 0 417484198 11084144640 20934 33554432000 4194304 4196468 140723010862976 140194316053648 140194398054101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19691] ppid=19631 vsize=10824360 memory=140629134963185 CPUtime=0.08 cores=0,2,4,6
/proc/19634/task/19691/stat : 19691 (java) S 19631 19634 17185 0 -1 1077944384 2 13099 0 0 0 0 5 3 20 0 15 0 417484198 11084144640 20934 33554432000 4194304 4196468 140723010862976 140194315000848 140194398054101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19692] ppid=19631 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19634/task/19692/stat : 19692 (java) S 19631 19634 17185 0 -1 1077944384 5 13099 0 0 0 0 5 3 20 0 15 0 417484200 11084144640 20934 33554432000 4194304 4196468 140723010862976 140193924704368 140194398055042 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19693] ppid=19631 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19634/task/19693/stat : 19693 (java) S 19631 19634 17185 0 -1 1077944384 13 13099 0 0 0 0 5 3 20 0 15 0 417484200 11084144640 20934 33554432000 4194304 4196468 140723010862976 140193302569760 140194398054101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19694] ppid=19631 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19634/task/19694/stat : 19694 (java) S 19631 19634 17185 0 -1 1077944384 1 13099 0 0 0 0 5 3 20 0 15 0 417484200 11084144640 20934 33554432000 4194304 4196468 140723010862976 140193168352368 140194398054101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19695] ppid=19631 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19634/task/19695/stat : 19695 (java) S 19631 19634 17185 0 -1 1077944384 3 13099 0 0 0 0 5 3 20 0 15 0 417484203 11084144640 20934 33554432000 4194304 4196468 140723010862976 140192928061520 140194398062491 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19696] ppid=19631 vsize=10824360 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/19634/task/19696/stat : 19696 (java) S 19631 19634 17185 0 -1 1077944384 867 13099 0 0 12 0 5 3 20 0 15 0 417484203 11084144640 20934 33554432000 4194304 4196468 140723010862976 140193923652208 140194398055042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19697] ppid=19631 vsize=10824360 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/19634/task/19697/stat : 19697 (java) S 19631 19634 17185 0 -1 1077944384 625 13099 0 0 14 0 5 3 20 0 15 0 417484203 11084144640 20934 33554432000 4194304 4196468 140723010862976 140193922599408 140194398055042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19698] ppid=19631 vsize=10824360 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/19634/task/19698/stat : 19698 (java) S 19631 19634 17185 0 -1 1077944384 926 13099 0 0 17 0 5 3 20 0 15 0 417484203 11084144640 20934 33554432000 4194304 4196468 140723010862976 140193921547120 140194398055042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19699] ppid=19631 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19634/task/19699/stat : 19699 (java) S 19631 19634 17185 0 -1 1077944384 3 13099 0 0 0 0 5 3 20 0 15 0 417484203 11084144640 20934 33554432000 4194304 4196468 140723010862976 140192894503904 140194398054101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19700] ppid=19631 vsize=10824360 memory=3624 CPUtime=0.08 cores=0,2,4,6
/proc/19634/task/19700/stat : 19700 (java) S 19631 19634 17185 0 -1 1077944384 1 13099 0 0 0 0 5 3 20 0 15 0 417484203 11084144640 20934 33554432000 4194304 4196468 140723010862976 140193920494000 140194398055042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 83736 KiB

[startup+1.50073 s]
/proc/loadavg: 1.03 1.30 1.46 3/229 19700
/proc/meminfo: memFree=26957844/32770624 swapFree=66998528/67108860
[pid=19634] ppid=19631 vsize=10834676 memory=173012 CPUtime=2.46 cores=0,2,4,6
/proc/19634/stat : 19634 (java) S 19631 19634 17185 0 -1 1077944320 21708 13099 0 0 227 11 5 3 20 0 15 0 417484188 11094708224 43253 33554432000 4194304 4196468 140723010862976 140723010845520 140194398043895 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
/proc/19634/statm: 2708669 43253 3579 1 0 2670733 0
[pid=19634/tid=19687] ppid=19631 vsize=10834676 memory=56 CPUtime=1.44 cores=0,2,4,6
/proc/19634/task/19687/stat : 19687 (java) R 19631 19634 17185 0 -1 4202560 15408 13099 0 0 129 7 5 3 20 0 15 0 417484197 11094708224 43253 33554432000 4194304 4196468 140723010862976 140194369851376 140194382357509 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19688] ppid=19631 vsize=10834676 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/19634/task/19688/stat : 19688 (java) S 19631 19634 17185 0 -1 1077944384 314 13099 0 0 1 0 5 3 20 0 15 0 417484198 11094708224 43253 33554432000 4194304 4196468 140723010862976 140194402286480 140194398054101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19689] ppid=19631 vsize=10834676 memory=140629134974433 CPUtime=0.09 cores=0,2,4,6
/proc/19634/task/19689/stat : 19689 (java) S 19631 19634 17185 0 -1 1077944384 25 13099 0 0 1 0 5 3 20 0 15 0 417484198 11094708224 43253 33554432000 4194304 4196468 140723010862976 140194317105936 140194398054101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19690] ppid=19631 vsize=10834676 memory=140629134972225 CPUtime=0.09 cores=0,2,4,6
/proc/19634/task/19690/stat : 19690 (java) S 19631 19634 17185 0 -1 1077944384 53 13099 0 0 1 0 5 3 20 0 15 0 417484198 11094708224 43253 33554432000 4194304 4196468 140723010862976 140194316053648 140194398054101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19691] ppid=19631 vsize=10834676 memory=140629134974113 CPUtime=0.09 cores=0,2,4,6
/proc/19634/task/19691/stat : 19691 (java) S 19631 19634 17185 0 -1 1077944384 86 13099 0 0 1 0 5 3 20 0 15 0 417484198 11094708224 43253 33554432000 4194304 4196468 140723010862976 140194315000848 140194398054101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19692] ppid=19631 vsize=10834676 memory=1428 CPUtime=0.09 cores=0,2,4,6
/proc/19634/task/19692/stat : 19692 (java) S 19631 19634 17185 0 -1 1077944384 120 13099 0 0 1 0 5 3 20 0 15 0 417484200 11094708224 43253 33554432000 4194304 4196468 140723010862976 140193924704368 140194398055042 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19693] ppid=19631 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19634/task/19693/stat : 19693 (java) S 19631 19634 17185 0 -1 1077944384 14 13099 0 0 0 0 5 3 20 0 15 0 417484200 11094708224 43253 33554432000 4194304 4196468 140723010862976 140193302569824 140194398054101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19694] ppid=19631 vsize=10834676 memory=7307461379085067347 CPUtime=0.08 cores=0,2,4,6
/proc/19634/task/19694/stat : 19694 (java) S 19631 19634 17185 0 -1 1077944384 1 13099 0 0 0 0 5 3 20 0 15 0 417484200 11094708224 43253 33554432000 4194304 4196468 140723010862976 140193168352384 140194398054101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19695] ppid=19631 vsize=10834676 memory=7235145335459832145 CPUtime=0.08 cores=0,2,4,6
/proc/19634/task/19695/stat : 19695 (java) S 19631 19634 17185 0 -1 1077944384 3 13099 0 0 0 0 5 3 20 0 15 0 417484203 11094708224 43253 33554432000 4194304 4196468 140723010862976 140192928061520 140194398062491 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19696] ppid=19631 vsize=10834676 memory=7738140092376706922 CPUtime=0.33 cores=0,2,4,6
/proc/19634/task/19696/stat : 19696 (java) S 19631 19634 17185 0 -1 1077944384 1076 13099 0 0 25 0 5 3 20 0 15 0 417484203 11094708224 43253 33554432000 4194304 4196468 140723010862976 140193923652208 140194398055042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19697] ppid=19631 vsize=10834676 memory=0 CPUtime=0.34 cores=0,2,4,6
/proc/19634/task/19697/stat : 19697 (java) S 19631 19634 17185 0 -1 1077944384 726 13099 0 0 26 0 5 3 20 0 15 0 417484203 11094708224 43253 33554432000 4194304 4196468 140723010862976 140193922599408 140194398055042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19698] ppid=19631 vsize=10834676 memory=4949696295840688515 CPUtime=0.48 cores=0,2,4,6
/proc/19634/task/19698/stat : 19698 (java) R 19631 19634 17185 0 -1 4202560 1673 13099 0 0 40 0 5 3 20 0 15 0 417484203 11094708224 43253 33554432000 4194304 4196468 140723010862976 140193921547120 140194382124382 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19699] ppid=19631 vsize=10834676 memory=-7390251449858225344 CPUtime=0.08 cores=0,2,4,6
/proc/19634/task/19699/stat : 19699 (java) S 19631 19634 17185 0 -1 1077944384 3 13099 0 0 0 0 5 3 20 0 15 0 417484203 11094708224 43253 33554432000 4194304 4196468 140723010862976 140192894503904 140194398054101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19700] ppid=19631 vsize=10834676 memory=-7035114785800479027 CPUtime=0.08 cores=0,2,4,6
/proc/19634/task/19700/stat : 19700 (java) S 19631 19634 17185 0 -1 1077944384 1 13099 0 0 0 0 5 3 20 0 15 0 417484203 11094708224 43253 33554432000 4194304 4196468 140723010862976 140193920494000 140194398055042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
Current children cumulated CPU time: 2.46 s
Current children cumulated vsize: 10834676 KiB

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

[startup+6.30223 s]
/proc/loadavg: 1.11 1.31 1.47 5/228 19700
/proc/meminfo: memFree=26689748/32770624 swapFree=66998528/67108860
[pid=19634] ppid=19631 vsize=10846984 memory=381380 CPUtime=16.02 cores=0,2,4,6
/proc/19634/stat : 19634 (java) S 19631 19634 17185 0 -1 1077944320 57707 13099 0 0 1568 26 5 3 20 0 15 0 417484188 11107311616 95345 33554432000 4194304 4196468 140723010862976 140723010845520 140194398043895 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
/proc/19634/statm: 2711746 95345 3624 1 0 2673805 0
[pid=19634/tid=19687] ppid=19631 vsize=10846984 memory=56 CPUtime=6.15 cores=0,2,4,6
/proc/19634/task/19687/stat : 19687 (java) R 19631 19634 17185 0 -1 4202560 23996 13099 0 0 596 11 5 3 20 0 15 0 417484197 11107311616 95345 33554432000 4194304 4196468 140723010862976 140194369871184 140194398055830 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19688] ppid=19631 vsize=10846984 memory=8 CPUtime=0.11 cores=0,2,4,6
/proc/19634/task/19688/stat : 19688 (java) S 19631 19634 17185 0 -1 1077944384 359 13099 0 0 3 0 5 3 20 0 15 0 417484198 11107311616 95345 33554432000 4194304 4196468 140723010862976 140194402286480 140194398054101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19689] ppid=19631 vsize=10846984 memory=4 CPUtime=0.11 cores=0,2,4,6
/proc/19634/task/19689/stat : 19689 (java) S 19631 19634 17185 0 -1 1077944384 242 13099 0 0 3 0 5 3 20 0 15 0 417484198 11107311616 95345 33554432000 4194304 4196468 140723010862976 140194317105936 140194398054101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19690] ppid=19631 vsize=10846984 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/19634/task/19690/stat : 19690 (java) S 19631 19634 17185 0 -1 1077944384 73 13099 0 0 3 0 5 3 20 0 15 0 417484198 11107311616 95345 33554432000 4194304 4196468 140723010862976 140194316053648 140194398054101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19691] ppid=19631 vsize=10846984 memory=12846247184909 CPUtime=0.11 cores=0,2,4,6
/proc/19634/task/19691/stat : 19691 (java) S 19631 19634 17185 0 -1 1077944384 707 13099 0 0 3 0 5 3 20 0 15 0 417484198 11107311616 95345 33554432000 4194304 4196468 140723010862976 140194315000848 140194398054101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19692] ppid=19631 vsize=10846984 memory=70065 CPUtime=0.12 cores=0,2,4,6
/proc/19634/task/19692/stat : 19692 (java) S 19631 19634 17185 0 -1 1077944384 4937 13099 0 0 4 0 5 3 20 0 15 0 417484200 11107311616 95345 33554432000 4194304 4196468 140723010862976 140193924704368 140194398055042 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19693] ppid=19631 vsize=10846984 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19634/task/19693/stat : 19693 (java) S 19631 19634 17185 0 -1 1077944384 20 13099 0 0 0 0 5 3 20 0 15 0 417484200 11107311616 95345 33554432000 4194304 4196468 140723010862976 140193302569888 140194398054101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19694] ppid=19631 vsize=10846984 memory=988 CPUtime=0.08 cores=0,2,4,6
/proc/19634/task/19694/stat : 19694 (java) S 19631 19634 17185 0 -1 1077944384 9 13099 0 0 0 0 5 3 20 0 15 0 417484200 11107311616 95345 33554432000 4194304 4196468 140723010862976 140193168352384 140194398054101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19695] ppid=19631 vsize=10846984 memory=2024 CPUtime=0.08 cores=0,2,4,6
/proc/19634/task/19695/stat : 19695 (java) S 19631 19634 17185 0 -1 1077944384 3 13099 0 0 0 0 5 3 20 0 15 0 417484203 11107311616 95345 33554432000 4194304 4196468 140723010862976 140192928061520 140194398062491 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19696] ppid=19631 vsize=10846984 memory=1428 CPUtime=3.9 cores=0,2,4,6
/proc/19634/task/19696/stat : 19696 (java) S 19631 19634 17185 0 -1 1077944384 11445 13099 0 0 378 4 5 3 20 0 15 0 417484203 11107311616 95345 33554432000 4194304 4196468 140723010862976 140193923652208 140194398055042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19697] ppid=19631 vsize=10846984 memory=4160 CPUtime=4.06 cores=0,2,4,6
/proc/19634/task/19697/stat : 19697 (java) S 19631 19634 17185 0 -1 1077944384 5868 13099 0 0 397 1 5 3 20 0 15 0 417484203 11107311616 95345 33554432000 4194304 4196468 140723010862976 140193922599408 140194398055042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19698] ppid=19631 vsize=10846984 memory=1428 CPUtime=1.85 cores=0,2,4,6
/proc/19634/task/19698/stat : 19698 (java) S 19631 19634 17185 0 -1 1077944384 7831 13099 0 0 174 3 5 3 20 0 15 0 417484203 11107311616 95345 33554432000 4194304 4196468 140723010862976 140193921547120 140194398055042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19699] ppid=19631 vsize=10846984 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19634/task/19699/stat : 19699 (java) S 19631 19634 17185 0 -1 1077944384 3 13099 0 0 0 0 5 3 20 0 15 0 417484203 11107311616 95345 33554432000 4194304 4196468 140723010862976 140192894503904 140194398054101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19700] ppid=19631 vsize=10846984 memory=380920 CPUtime=0.08 cores=0,2,4,6
/proc/19634/task/19700/stat : 19700 (java) S 19631 19634 17185 0 -1 1077944384 9 13099 0 0 0 0 5 3 20 0 15 0 417484203 11107311616 95345 33554432000 4194304 4196468 140723010862976 140193920494000 140194398055042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
Current children cumulated CPU time: 16.02 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 381380 KiB

[startup+7.07472 s]
# the end of solver process 19634 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=17.1325 s, system=0.31532 s

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

[startup+6.40094 s]
/proc/loadavg: 1.11 1.31 1.47 5/228 19700
/proc/meminfo: memFree=26689748/32770624 swapFree=66998528/67108860
[pid=19634] ppid=19631 vsize=10846984 memory=381380 CPUtime=16.14 cores=0,2,4,6
/proc/19634/stat : 19634 (java) S 19631 19634 17185 0 -1 1077944320 57710 13099 0 0 1580 26 5 3 20 0 15 0 417484188 11107311616 95345 33554432000 4194304 4196468 140723010862976 140723010845520 140194398043895 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
/proc/19634/statm: 2711746 95345 3624 1 0 2673805 0
[pid=19634/tid=19687] ppid=19631 vsize=10846984 memory=140628973336256 CPUtime=6.25 cores=0,2,4,6
/proc/19634/task/19687/stat : 19687 (java) R 19631 19634 17185 0 -1 4202560 23998 13099 0 0 606 11 5 3 20 0 15 0 417484197 11107311616 95345 33554432000 4194304 4196468 140723010862976 140194369864880 140194007661200 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19688] ppid=19631 vsize=10846984 memory=6791534058613427641 CPUtime=0.11 cores=0,2,4,6
/proc/19634/task/19688/stat : 19688 (java) S 19631 19634 17185 0 -1 1077944384 359 13099 0 0 3 0 5 3 20 0 15 0 417484198 11107311616 95345 33554432000 4194304 4196468 140723010862976 140194402286480 140194398054101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19689] ppid=19631 vsize=10846984 memory=40676 CPUtime=0.11 cores=0,2,4,6
/proc/19634/task/19689/stat : 19689 (java) S 19631 19634 17185 0 -1 1077944384 242 13099 0 0 3 0 5 3 20 0 15 0 417484198 11107311616 95345 33554432000 4194304 4196468 140723010862976 140194317105936 140194398054101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19690] ppid=19631 vsize=10846984 memory=33 CPUtime=0.11 cores=0,2,4,6
/proc/19634/task/19690/stat : 19690 (java) S 19631 19634 17185 0 -1 1077944384 73 13099 0 0 3 0 5 3 20 0 15 0 417484198 11107311616 95345 33554432000 4194304 4196468 140723010862976 140194316053648 140194398054101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19691] ppid=19631 vsize=10846984 memory=281257946856528 CPUtime=0.11 cores=0,2,4,6
/proc/19634/task/19691/stat : 19691 (java) S 19631 19634 17185 0 -1 1077944384 707 13099 0 0 3 0 5 3 20 0 15 0 417484198 11107311616 95345 33554432000 4194304 4196468 140723010862976 140194315000848 140194398054101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19692] ppid=19631 vsize=10846984 memory=7519151435316290916 CPUtime=0.12 cores=0,2,4,6
/proc/19634/task/19692/stat : 19692 (java) S 19631 19634 17185 0 -1 1077944384 4937 13099 0 0 4 0 5 3 20 0 15 0 417484200 11107311616 95345 33554432000 4194304 4196468 140723010862976 140193924704368 140194398055042 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19693] ppid=19631 vsize=10846984 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/19634/task/19693/stat : 19693 (java) S 19631 19634 17185 0 -1 1077944384 20 13099 0 0 0 0 5 3 20 0 15 0 417484200 11107311616 95345 33554432000 4194304 4196468 140723010862976 140193302569888 140194398054101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19694] ppid=19631 vsize=10846984 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19634/task/19694/stat : 19694 (java) S 19631 19634 17185 0 -1 1077944384 9 13099 0 0 0 0 5 3 20 0 15 0 417484200 11107311616 95345 33554432000 4194304 4196468 140723010862976 140193168352384 140194398054101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19695] ppid=19631 vsize=10846984 memory=65 CPUtime=0.08 cores=0,2,4,6
/proc/19634/task/19695/stat : 19695 (java) S 19631 19634 17185 0 -1 1077944384 3 13099 0 0 0 0 5 3 20 0 15 0 417484203 11107311616 95345 33554432000 4194304 4196468 140723010862976 140192928061520 140194398062491 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19696] ppid=19631 vsize=10846984 memory=1414298054980309879 CPUtime=3.91 cores=0,2,4,6
/proc/19634/task/19696/stat : 19696 (java) S 19631 19634 17185 0 -1 1077944384 11445 13099 0 0 379 4 5 3 20 0 15 0 417484203 11107311616 95345 33554432000 4194304 4196468 140723010862976 140193923652208 140194398055042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19697] ppid=19631 vsize=10846984 memory=6944613755479294112 CPUtime=4.07 cores=0,2,4,6
/proc/19634/task/19697/stat : 19697 (java) S 19631 19634 17185 0 -1 1077944384 5868 13099 0 0 398 1 5 3 20 0 15 0 417484203 11107311616 95345 33554432000 4194304 4196468 140723010862976 140193922599408 140194398055042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19698] ppid=19631 vsize=10846984 memory=1414355462422710185 CPUtime=1.86 cores=0,2,4,6
/proc/19634/task/19698/stat : 19698 (java) S 19631 19634 17185 0 -1 1077944384 7832 13099 0 0 175 3 5 3 20 0 15 0 417484203 11107311616 95345 33554432000 4194304 4196468 140723010862976 140193921547120 140194398055042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19699] ppid=19631 vsize=10846984 memory=178344 CPUtime=0.08 cores=0,2,4,6
/proc/19634/task/19699/stat : 19699 (java) S 19631 19634 17185 0 -1 1077944384 3 13099 0 0 0 0 5 3 20 0 15 0 417484203 11107311616 95345 33554432000 4194304 4196468 140723010862976 140192894503904 140194398054101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19700] ppid=19631 vsize=10846984 memory=6944656592455360569 CPUtime=0.08 cores=0,2,4,6
/proc/19634/task/19700/stat : 19700 (java) S 19631 19634 17185 0 -1 1077944384 9 13099 0 0 0 0 5 3 20 0 15 0 417484203 11107311616 95345 33554432000 4194304 4196468 140723010862976 140193920494000 140194398055042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
Current children cumulated CPU time: 16.14 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 381380 KiB

[startup+6.80073 s]
/proc/loadavg: 1.11 1.31 1.47 5/228 19700
/proc/meminfo: memFree=26689748/32770624 swapFree=66998528/67108860
[pid=19634] ppid=19631 vsize=10846984 memory=385668 CPUtime=16.76 cores=0,2,4,6
/proc/19634/stat : 19634 (java) S 19631 19634 17185 0 -1 1077944320 57766 13099 0 0 1642 26 5 3 20 0 15 0 417484188 11107311616 96417 33554432000 4194304 4196468 140723010862976 140723010845520 140194398043895 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
/proc/19634/statm: 2711746 96417 3624 1 0 2673805 0
[pid=19634/tid=19687] ppid=19631 vsize=10846984 memory=1712 CPUtime=6.64 cores=0,2,4,6
/proc/19634/task/19687/stat : 19687 (java) R 19631 19634 17185 0 -1 4202560 24010 13099 0 0 645 11 5 3 20 0 15 0 417484197 11107311616 96417 33554432000 4194304 4196468 140723010862976 140194369877344 140193994727715 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19688] ppid=19631 vsize=10846984 memory=1052 CPUtime=0.12 cores=0,2,4,6
/proc/19634/task/19688/stat : 19688 (java) S 19631 19634 17185 0 -1 1077944384 360 13099 0 0 3 1 5 3 20 0 15 0 417484198 11107311616 96417 33554432000 4194304 4196468 140723010862976 140194402286480 140194398054101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19689] ppid=19631 vsize=10846984 memory=5908 CPUtime=0.11 cores=0,2,4,6
/proc/19634/task/19689/stat : 19689 (java) S 19631 19634 17185 0 -1 1077944384 244 13099 0 0 3 0 5 3 20 0 15 0 417484198 11107311616 96417 33554432000 4194304 4196468 140723010862976 140194317105936 140194398054101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19690] ppid=19631 vsize=10846984 memory=14012 CPUtime=0.12 cores=0,2,4,6
/proc/19634/task/19690/stat : 19690 (java) S 19631 19634 17185 0 -1 1077944384 75 13099 0 0 3 1 5 3 20 0 15 0 417484198 11107311616 96417 33554432000 4194304 4196468 140723010862976 140194316053648 140194398054101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19691] ppid=19631 vsize=10846984 memory=24452 CPUtime=0.12 cores=0,2,4,6
/proc/19634/task/19691/stat : 19691 (java) S 19631 19634 17185 0 -1 1077944384 709 13099 0 0 3 1 5 3 20 0 15 0 417484198 11107311616 96417 33554432000 4194304 4196468 140723010862976 140194315000848 140194398054101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19692] ppid=19631 vsize=10846984 memory=7233736994252652628 CPUtime=0.12 cores=0,2,4,6
/proc/19634/task/19692/stat : 19692 (java) S 19631 19634 17185 0 -1 1077944384 4937 13099 0 0 4 0 5 3 20 0 15 0 417484200 11107311616 96417 33554432000 4194304 4196468 140723010862976 140193924704368 140194398055042 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19693] ppid=19631 vsize=10846984 memory=288289991189181808 CPUtime=0.08 cores=0,2,4,6
/proc/19634/task/19693/stat : 19693 (java) S 19631 19634 17185 0 -1 1077944384 20 13099 0 0 0 0 5 3 20 0 15 0 417484200 11107311616 96417 33554432000 4194304 4196468 140723010862976 140193302569888 140194398054101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19694] ppid=19631 vsize=10846984 memory=7230341646499598421 CPUtime=0.08 cores=0,2,4,6
/proc/19634/task/19694/stat : 19694 (java) S 19631 19634 17185 0 -1 1077944384 9 13099 0 0 0 0 5 3 20 0 15 0 417484200 11107311616 96417 33554432000 4194304 4196468 140723010862976 140193168352384 140194398054101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19695] ppid=19631 vsize=10846984 memory=-6876588628788076935 CPUtime=0.08 cores=0,2,4,6
/proc/19634/task/19695/stat : 19695 (java) S 19631 19634 17185 0 -1 1077944384 3 13099 0 0 0 0 5 3 20 0 15 0 417484203 11107311616 96417 33554432000 4194304 4196468 140723010862976 140192928061520 140194398062491 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19696] ppid=19631 vsize=10846984 memory=6944656592455350634 CPUtime=3.99 cores=0,2,4,6
/proc/19634/task/19696/stat : 19696 (java) S 19631 19634 17185 0 -1 1077944384 11445 13099 0 0 387 4 5 3 20 0 15 0 417484203 11107311616 96417 33554432000 4194304 4196468 140723010862976 140193923652208 140194398055042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19697] ppid=19631 vsize=10846984 memory=-8412652169811693427 CPUtime=4.15 cores=0,2,4,6
/proc/19634/task/19697/stat : 19697 (java) S 19631 19634 17185 0 -1 1077944384 5874 13099 0 0 406 1 5 3 20 0 15 0 417484203 11107311616 96417 33554432000 4194304 4196468 140723010862976 140193922599408 140194398055042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19698] ppid=19631 vsize=10846984 memory=-8823246064971903881 CPUtime=1.91 cores=0,2,4,6
/proc/19634/task/19698/stat : 19698 (java) S 19631 19634 17185 0 -1 1077944384 7863 13099 0 0 180 3 5 3 20 0 15 0 417484203 11107311616 96417 33554432000 4194304 4196468 140723010862976 140193921547120 140194398055042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19699] ppid=19631 vsize=10846984 memory=-8175879895639241819 CPUtime=0.08 cores=0,2,4,6
/proc/19634/task/19699/stat : 19699 (java) S 19631 19634 17185 0 -1 1077944384 3 13099 0 0 0 0 5 3 20 0 15 0 417484203 11107311616 96417 33554432000 4194304 4196468 140723010862976 140192894503904 140194398054101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19700] ppid=19631 vsize=10846984 memory=-7399350170322123884 CPUtime=0.08 cores=0,2,4,6
/proc/19634/task/19700/stat : 19700 (java) S 19631 19634 17185 0 -1 1077944384 9 13099 0 0 0 0 5 3 20 0 15 0 417484203 11107311616 96417 33554432000 4194304 4196468 140723010862976 140193920494000 140194398055042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
Current children cumulated CPU time: 16.76 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 385668 KiB

[startup+7.00069 s]*
/proc/loadavg: 1.11 1.31 1.47 5/228 19700
/proc/meminfo: memFree=26686396/32770624 swapFree=66998528/67108860
[pid=19634] ppid=19631 vsize=10846984 memory=385668 CPUtime=17.3 cores=0,2,4,6
/proc/19634/stat : 19634 (java) S 19631 19634 17185 0 -1 1077944320 57786 13099 0 0 1695 27 5 3 20 0 15 0 417484188 11107311616 96417 33554432000 4194304 4196468 140723010862976 140723010845520 140194398043895 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
/proc/19634/statm: 2711746 96417 3624 1 0 2673805 0
[pid=19634/tid=19687] ppid=19631 vsize=10846984 memory=32213995742560408 CPUtime=6.85 cores=0,2,4,6
/proc/19634/task/19687/stat : 19687 (java) R 19631 19634 17185 0 -1 4202560 24013 13099 0 0 666 11 5 3 20 0 15 0 417484197 11107311616 96417 33554432000 4194304 4196468 140723010862976 140194369877072 140194007662265 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19688] ppid=19631 vsize=10846984 memory=302304362101847364 CPUtime=0.12 cores=0,2,4,6
/proc/19634/task/19688/stat : 19688 (java) S 19631 19634 17185 0 -1 1077944384 360 13099 0 0 3 1 5 3 20 0 15 0 417484198 11107311616 96417 33554432000 4194304 4196468 140723010862976 140194402286480 140194398054101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19689] ppid=19631 vsize=10846984 memory=3616727188382172257 CPUtime=0.11 cores=0,2,4,6
/proc/19634/task/19689/stat : 19689 (java) S 19631 19634 17185 0 -1 1077944384 244 13099 0 0 3 0 5 3 20 0 15 0 417484198 11107311616 96417 33554432000 4194304 4196468 140723010862976 140194317105936 140194398054101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19690] ppid=19631 vsize=10846984 memory=-3123010188551861097 CPUtime=0.12 cores=0,2,4,6
/proc/19634/task/19690/stat : 19690 (java) S 19631 19634 17185 0 -1 1077944384 75 13099 0 0 3 1 5 3 20 0 15 0 417484198 11107311616 96417 33554432000 4194304 4196468 140723010862976 140194316053648 140194398054101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19691] ppid=19631 vsize=10846984 memory=3472328296227680303 CPUtime=0.12 cores=0,2,4,6
/proc/19634/task/19691/stat : 19691 (java) S 19631 19634 17185 0 -1 1077944384 709 13099 0 0 3 1 5 3 20 0 15 0 417484198 11107311616 96417 33554432000 4194304 4196468 140723010862976 140194315000848 140194398054101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19692] ppid=19631 vsize=10846984 memory=6944656592455359545 CPUtime=0.12 cores=0,2,4,6
/proc/19634/task/19692/stat : 19692 (java) S 19631 19634 17185 0 -1 1077944384 4937 13099 0 0 4 0 5 3 20 0 15 0 417484200 11107311616 96417 33554432000 4194304 4196468 140723010862976 140193924704368 140194398055042 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19693] ppid=19631 vsize=10846984 memory=3472328296227418159 CPUtime=0.08 cores=0,2,4,6
/proc/19634/task/19693/stat : 19693 (java) S 19631 19634 17185 0 -1 1077944384 20 13099 0 0 0 0 5 3 20 0 15 0 417484200 11107311616 96417 33554432000 4194304 4196468 140723010862976 140193302569888 140194398054101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19694] ppid=19631 vsize=10846984 memory=3472468925362643632 CPUtime=0.08 cores=0,2,4,6
/proc/19634/task/19694/stat : 19694 (java) S 19631 19634 17185 0 -1 1077944384 9 13099 0 0 0 0 5 3 20 0 15 0 417484200 11107311616 96417 33554432000 4194304 4196468 140723010862976 140193168352384 140194398054101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19695] ppid=19631 vsize=10846984 memory=3472328296227679279 CPUtime=0.08 cores=0,2,4,6
/proc/19634/task/19695/stat : 19695 (java) S 19631 19634 17185 0 -1 1077944384 3 13099 0 0 0 0 5 3 20 0 15 0 417484203 11107311616 96417 33554432000 4194304 4196468 140723010862976 140192928061520 140194398062491 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19696] ppid=19631 vsize=10846984 memory=0 CPUtime=4.14 cores=0,2,4,6
/proc/19634/task/19696/stat : 19696 (java) R 19631 19634 17185 0 -1 4202560 11449 13099 0 0 402 4 5 3 20 0 15 0 417484203 11107311616 96417 33554432000 4194304 4196468 140723010862976 140193923632480 140194382943402 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19697] ppid=19631 vsize=10846984 memory=-1 CPUtime=4.3 cores=0,2,4,6
/proc/19634/task/19697/stat : 19697 (java) R 19631 19634 17185 0 -1 4202560 5880 13099 0 0 420 2 5 3 20 0 15 0 417484203 11107311616 96417 33554432000 4194304 4196468 140723010862976 140193922584224 140194377874625 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19698] ppid=19631 vsize=10846984 memory=-7595718147998060693 CPUtime=1.95 cores=0,2,4,6
/proc/19634/task/19698/stat : 19698 (java) R 19631 19634 17185 0 -1 1077944384 7870 13099 0 0 184 3 5 3 20 0 15 0 417484203 11107311616 96417 33554432000 4194304 4196468 140723010862976 140193921547120 140194398055042 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19699] ppid=19631 vsize=10846984 memory=6645459911560372124 CPUtime=0.08 cores=0,2,4,6
/proc/19634/task/19699/stat : 19699 (java) S 19631 19634 17185 0 -1 1077944384 3 13099 0 0 0 0 5 3 20 0 15 0 417484203 11107311616 96417 33554432000 4194304 4196468 140723010862976 140192894503904 140194398054101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
[pid=19634/tid=19700] ppid=19631 vsize=10846984 memory=6944656575208382560 CPUtime=0.08 cores=0,2,4,6
/proc/19634/task/19700/stat : 19700 (java) S 19631 19634 17185 0 -1 1077944384 9 13099 0 0 0 0 5 3 20 0 15 0 417484203 11107311616 96417 33554432000 4194304 4196468 140723010862976 140193920494000 140194398055042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20185088 140723010869999 140723010872517 140723010872517 140723010875343 0
Current children cumulated CPU time: 17.3 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 385668 KiB

Child status: 0
Real time (s): 7.07477
CPU time (s): 17.4479
CPU user time (s): 17.1325
CPU system time (s): 0.31532
CPU usage (%): 246.621
Max. virtual memory (cumulated for all children) (KiB): 10849604
Max. memory (cumulated for all children) (KiB): 385668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.1325
system time used= 0.31532
maximum resident set size= 387872
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70951
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= 7494
involuntary context switches= 65


# summary of solver processes directly reported to runsolver:
#   pid: 19634
#   total CPU time (s): 17.4479
#   total CPU user time (s): 17.1325
#   total CPU system time (s): 0.31532

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.072454 second user time and 0.109191 second system time

The end

Launcher Data

Begin job on node127 at 2019-09-14 00:01:53
IDJOB=4396080
IDBENCH=139742
IDSOLVER=2846
FILE ID=node127/4396080-1568412153
RUNJOBID= node127-1568400895-17216
PBS_JOBID= 21701878
Free space on /tmp= 61272 MiB

SOLVER NAME= Concrete 3.12.2
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 /tmp/evaluation-result-4396080-1568412153/watcher-4396080-1568412153 -o /tmp/evaluation-result-4396080-1568412153/solver-4396080-1568412153 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568400895-17216 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=2128585038 HOME/instance-4396080-1568412153.xml

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

MD5SUM BENCH= 91a6e92a2ae9197e0e5abb82e178125f
RANDOM SEED=2128585038

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.55
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.55
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.55
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.55
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:        27052084 kB
MemAvailable:   29997272 kB
Buffers:          174180 kB
Cached:          3035900 kB
SwapCached:         6772 kB
Active:          3753540 kB
Inactive:        1339184 kB
Active(anon):    1875724 kB
Inactive(anon):    48308 kB
Active(file):    1877816 kB
Inactive(file):  1290876 kB
Unevictable:      109300 kB
Mlocked:          109300 kB
SwapTotal:      67108860 kB
SwapFree:       66998528 kB
Dirty:             35224 kB
Writeback:             0 kB
AnonPages:       1986900 kB
Mapped:            58308 kB
Shmem:             32700 kB
Slab:             214772 kB
SReclaimable:     184660 kB
SUnreclaim:        30112 kB
KernelStack:        3728 kB
PageTables:        10704 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3003064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1822720 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 61240 MiB
End job on node127 at 2019-09-14 00:02:00