Trace number 4302295

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2OPT12 9.62826 4.35339

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-03-4-rom_c18.xml
MD5SUM72d3aa8b8ce65786440ef6159c4b95ee
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark0.053159
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints24
Number of domains5
Minimum domain size2
Maximum domain size1359
Distribution of domain sizes[{"size":2,"count":6},{"size":4,"count":42},{"size":27,"count":9},{"size":1359,"count":24}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":30},{"degree":2,"count":42},{"degree":8,"count":9}]
Minimum constraint arity6
Maximum constraint arity7
Distribution of constraint arities[{"arity":6,"count":6},{"arity":7,"count":18}]
Number of extensional constraints24
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":24}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.98/0.74	c Concrete v3.9.2.1532736233296 running
9.23/4.27	o 9
9.23/4.29	o 12
9.49/4.33	v <instantiation cost="12">
9.49/4.33	v       <list>
9.49/4.33	v         r[0][0] r[0][1] r[0][2] r[0][3] r[1][0] r[1][1] r[1][2] r[1][3] r[2][0] r[2][1] r[2][2] r[2][3] c[0][0] c[0][1] c[0][2] c[0][3] c[1][0] c[1][1] c[1][2] c[1][3] c[2][0] c[2][1] c[2][2] c[2][3] pr[0][0] pr[0][1] pr[0][2] pr[0][3] pr[1][0] pr[1][1] pr[1][2] pr[1][3] pr[2][0] pr[2][1] pr[2][2] pr[2][3] pc[0][0] pc[0][1] pc[0][2] pc[0][3] pc[1][0] pc[1][1] pc[1][2] pc[1][3] pc[2][0] pc[2][1] pc[2][2] pc[2][3] br[0][0] br[0][1] br[0][2] br[0][3] br[1][0] br[1][1] br[1][2] br[1][3] br[2][0] br[2][1] br[2][2] br[2][3] bc[0][0] bc[0][1] bc[0][2] bc[0][3] bc[1][0] bc[1][1] bc[1][2] bc[1][3] bc[2][0] bc[2][1] bc[2][2] bc[2][3] x[0][0] x[0][1] x[0][2] x[1][0] x[1][1] x[1][2] x[2][0] x[2][1] x[2][2]
9.49/4.33	v       </list>
9.49/4.33	v       <values>
9.49/4.33	v         1096 -1 -1 -1 766 -1 -1 -1 177 -1 -1 -1 1096 -1 -1 -1 766 -1 -1 -1 177 -1 -1 -1 0 -1 -1 -1 0 -1 -1 -1 0 -1 -1 -1 0 -1 -1 -1 0 -1 -1 -1 0 -1 -1 -1 0 0 0 0 3 0 0 0 3 0 0 0 0 0 0 0 3 0 0 0 3 0 0 0 19 14 2 14 1 8 2 8 20
9.49/4.33	v       </values>
9.49/4.33	v     </instantiation>
9.49/4.33	s OPTIMUM FOUND

Verifier Data

OK	12

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302295-1532896754/watcher-4302295-1532896754 -o /tmp/evaluation-result-4302295-1532896754/solver-4302295-1532896754 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532892903-13712 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1212188999 HOME/instance-4302295-1532896754.xml 

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

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

solver pid=18867, runsolver pid=18864

[startup+0.100171 s]*
/proc/loadavg: 1.82 1.91 1.87 3/205 18924
/proc/meminfo: memFree=23541636/32770624 swapFree=67108860/67108860
[pid=18867] ppid=18864 vsize=10005480 memory=18332 CPUtime=0.08 cores=0,2,4,6
/proc/18867/stat : 18867 (java) S 18864 18867 12183 0 -1 1077944320 4238 13221 0 0 1 0 5 2 20 0 6 0 107238599 10245611520 4583 33554432000 4194304 4196468 140736066386304 140736066368848 140505031593719 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
/proc/18867/statm: 2501370 4583 1931 1 0 2489808 0
[pid=18867/tid=18920] ppid=18864 vsize=10005480 memory=-6962121287837372198 CPUtime=0.07 cores=0,2,4,6
/proc/18867/task/18920/stat : 18920 (java) R 18864 18867 12183 0 -1 4202560 2049 13221 0 0 0 0 5 2 20 0 6 0 107238608 10245611520 4583 33554432000 4194304 4196468 140736066386304 140505003430480 140505011122623 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18921] ppid=18864 vsize=10005480 memory=-3689451258167578675 CPUtime=0.07 cores=0,2,4,6
/proc/18867/task/18921/stat : 18921 (java) S 18864 18867 12183 0 -1 1077944384 1 13221 0 0 0 0 5 2 20 0 6 0 107238609 10245611520 4583 33554432000 4194304 4196468 140736066386304 140505035836176 140505031603925 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18922] ppid=18864 vsize=10005480 memory=140434311308928 CPUtime=0.07 cores=0,2,4,6
/proc/18867/task/18922/stat : 18922 (java) S 18864 18867 12183 0 -1 1077944384 1 13221 0 0 0 0 5 2 20 0 6 0 107238609 10245611520 4583 33554432000 4194304 4196468 140736066386304 140504890555280 140505031603925 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18923] ppid=18864 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18867/task/18923/stat : 18923 (java) S 18864 18867 12183 0 -1 1077944384 1 13221 0 0 0 0 5 2 20 0 6 0 107238609 10245611520 4583 33554432000 4194304 4196468 140736066386304 140504570260496 140505031603925 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18924] ppid=18864 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/18867/task/18924/stat : 18924 (java) S 18864 18867 12183 0 -1 1077944384 2 13221 0 0 0 0 5 2 20 0 6 0 107238609 10245611520 4583 33554432000 4194304 4196468 140736066386304 140504569207952 140505031603925 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18332 KiB

[startup+0.210062 s]*
/proc/loadavg: 1.82 1.91 1.87 3/214 18933
/proc/meminfo: memFree=23434252/32770624 swapFree=67108860/67108860
[pid=18867] ppid=18864 vsize=10982744 memory=43796 CPUtime=0.25 cores=0,2,4,6
/proc/18867/stat : 18867 (java) S 18864 18867 12183 0 -1 1077944320 7676 13221 0 0 17 1 5 2 20 0 15 0 107238599 11246329856 10949 33554432000 4194304 4196468 140736066386304 140736066368848 140505031593719 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
/proc/18867/statm: 2745686 10949 2945 1 0 2708109 0
[pid=18867/tid=18920] ppid=18864 vsize=10982744 memory=4495308486127879306 CPUtime=0.18 cores=0,2,4,6
/proc/18867/task/18920/stat : 18920 (java) R 18864 18867 12183 0 -1 4202560 4356 13221 0 0 10 1 5 2 20 0 15 0 107238608 11246329856 11081 33554432000 4194304 4196468 140736066386304 140505003407840 140505011869533 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18921] ppid=18864 vsize=10982744 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/18867/task/18921/stat : 18921 (java) S 18864 18867 12183 0 -1 1077944384 1 13221 0 0 0 0 5 2 20 0 15 0 107238609 11246329856 11081 33554432000 4194304 4196468 140736066386304 140505035836176 140505031603925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18922] ppid=18864 vsize=10982744 memory=140434311308928 CPUtime=0.07 cores=0,2,4,6
/proc/18867/task/18922/stat : 18922 (java) S 18864 18867 12183 0 -1 1077944384 1 13221 0 0 0 0 5 2 20 0 15 0 107238609 11246329856 11081 33554432000 4194304 4196468 140736066386304 140504890555280 140505031603925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18923] ppid=18864 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18867/task/18923/stat : 18923 (java) S 18864 18867 12183 0 -1 1077944384 1 13221 0 0 0 0 5 2 20 0 15 0 107238609 11246329856 11081 33554432000 4194304 4196468 140736066386304 140504570260496 140505031603925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18924] ppid=18864 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/18867/task/18924/stat : 18924 (java) S 18864 18867 12183 0 -1 1077944384 2 13221 0 0 0 0 5 2 20 0 15 0 107238609 11246329856 11081 33554432000 4194304 4196468 140736066386304 140504569207952 140505031603925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18925] ppid=18864 vsize=10982744 memory=140434311308928 CPUtime=0.07 cores=0,2,4,6
/proc/18867/task/18925/stat : 18925 (java) S 18864 18867 12183 0 -1 1077944384 2 13221 0 0 0 0 5 2 20 0 15 0 107238610 11246329856 11081 33554432000 4194304 4196468 140736066386304 140504457410544 140505031604866 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18926] ppid=18864 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/18867/task/18926/stat : 18926 (java) S 18864 18867 12183 0 -1 1077944384 13 13221 0 0 0 0 5 2 20 0 15 0 107238610 11246329856 11147 33554432000 4194304 4196468 140736066386304 140503882392480 140505031603925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18927] ppid=18864 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18867/task/18927/stat : 18927 (java) S 18864 18867 12183 0 -1 1077944384 1 13221 0 0 0 0 5 2 20 0 15 0 107238611 11246329856 11147 33554432000 4194304 4196468 140736066386304 140503681065968 140505031603925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18928] ppid=18864 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18867/task/18928/stat : 18928 (java) S 18864 18867 12183 0 -1 1077944384 3 13221 0 0 0 0 5 2 20 0 15 0 107238613 11246329856 11147 33554432000 4194304 4196468 140736066386304 140503373666512 140505031612315 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18929] ppid=18864 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18867/task/18929/stat : 18929 (java) S 18864 18867 12183 0 -1 1077944384 434 13221 0 0 1 0 5 2 20 0 15 0 107238613 11246329856 11147 33554432000 4194304 4196468 140736066386304 140504456358384 140505031604866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18930] ppid=18864 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18867/task/18930/stat : 18930 (java) S 18864 18867 12183 0 -1 1077944384 184 13221 0 0 1 0 5 2 20 0 15 0 107238613 11246329856 11147 33554432000 4194304 4196468 140736066386304 140504455305840 140505031604866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18931] ppid=18864 vsize=10982744 memory=140434311308928 CPUtime=0.1 cores=0,2,4,6
/proc/18867/task/18931/stat : 18931 (java) S 18864 18867 12183 0 -1 1077944384 636 13221 0 0 3 0 5 2 20 0 15 0 107238613 11246329856 11147 33554432000 4194304 4196468 140736066386304 140504454253296 140505031604866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18932] ppid=18864 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/18867/task/18932/stat : 18932 (java) S 18864 18867 12183 0 -1 1077944384 3 13221 0 0 0 0 5 2 20 0 15 0 107238614 11246329856 11147 33554432000 4194304 4196468 140736066386304 140502942870624 140505031603925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18933] ppid=18864 vsize=10982744 memory=140434311308928 CPUtime=0.07 cores=0,2,4,6
/proc/18867/task/18933/stat : 18933 (java) S 18864 18867 12183 0 -1 1077944384 1 13221 0 0 0 0 5 2 20 0 15 0 107238614 11246329856 11147 33554432000 4194304 4196468 140736066386304 140504453200176 140505031604866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 43796 KiB

[startup+0.310478 s]*
/proc/loadavg: 1.82 1.91 1.87 3/214 18933
/proc/meminfo: memFree=23337880/32770624 swapFree=67108860/67108860
[pid=18867] ppid=18864 vsize=10983192 memory=55236 CPUtime=0.38 cores=0,2,4,6
/proc/18867/stat : 18867 (java) S 18864 18867 12183 0 -1 1077944320 10403 13221 0 0 29 2 5 2 20 0 15 0 107238599 11246788608 13809 33554432000 4194304 4196468 140736066386304 140736066368848 140505031593719 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
/proc/18867/statm: 2745798 13809 3064 1 0 2708109 0
[pid=18867/tid=18920] ppid=18864 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/18867/task/18920/stat : 18920 (java) R 18864 18867 12183 0 -1 4202560 6910 13221 0 0 19 2 5 2 20 0 15 0 107238608 11246788608 13809 33554432000 4194304 4196468 140736066386304 140505003405728 140505031615645 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18921] ppid=18864 vsize=10983192 memory=1408 CPUtime=0.07 cores=0,2,4,6
/proc/18867/task/18921/stat : 18921 (java) S 18864 18867 12183 0 -1 1077944384 1 13221 0 0 0 0 5 2 20 0 15 0 107238609 11246788608 13809 33554432000 4194304 4196468 140736066386304 140505035836176 140505031603925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18922] ppid=18864 vsize=10983192 memory=2209 CPUtime=0.07 cores=0,2,4,6
/proc/18867/task/18922/stat : 18922 (java) S 18864 18867 12183 0 -1 1077944384 1 13221 0 0 0 0 5 2 20 0 15 0 107238609 11246788608 13809 33554432000 4194304 4196468 140736066386304 140504890555280 140505031603925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18923] ppid=18864 vsize=10983192 memory=92612 CPUtime=0.07 cores=0,2,4,6
/proc/18867/task/18923/stat : 18923 (java) S 18864 18867 12183 0 -1 1077944384 1 13221 0 0 0 0 5 2 20 0 15 0 107238609 11246788608 13809 33554432000 4194304 4196468 140736066386304 140504570260496 140505031603925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18924] ppid=18864 vsize=10983192 memory=4872558044660077418 CPUtime=0.07 cores=0,2,4,6
/proc/18867/task/18924/stat : 18924 (java) S 18864 18867 12183 0 -1 1077944384 2 13221 0 0 0 0 5 2 20 0 15 0 107238609 11246788608 13809 33554432000 4194304 4196468 140736066386304 140504569207952 140505031603925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18925] ppid=18864 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18867/task/18925/stat : 18925 (java) S 18864 18867 12183 0 -1 1077944384 2 13221 0 0 0 0 5 2 20 0 15 0 107238610 11246788608 13809 33554432000 4194304 4196468 140736066386304 140504457410544 140505031604866 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18926] ppid=18864 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18867/task/18926/stat : 18926 (java) S 18864 18867 12183 0 -1 1077944384 13 13221 0 0 0 0 5 2 20 0 15 0 107238610 11246788608 13809 33554432000 4194304 4196468 140736066386304 140503882392480 140505031603925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18927] ppid=18864 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18867/task/18927/stat : 18927 (java) S 18864 18867 12183 0 -1 1077944384 1 13221 0 0 0 0 5 2 20 0 15 0 107238611 11246788608 13809 33554432000 4194304 4196468 140736066386304 140503681065968 140505031603925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18928] ppid=18864 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18867/task/18928/stat : 18928 (java) S 18864 18867 12183 0 -1 1077944384 3 13221 0 0 0 0 5 2 20 0 15 0 107238613 11246788608 13809 33554432000 4194304 4196468 140736066386304 140503373666512 140505031612315 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18929] ppid=18864 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18867/task/18929/stat : 18929 (java) S 18864 18867 12183 0 -1 1077944384 436 13221 0 0 1 0 5 2 20 0 15 0 107238613 11246788608 13809 33554432000 4194304 4196468 140736066386304 140504456358384 140505031604866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18930] ppid=18864 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18867/task/18930/stat : 18930 (java) S 18864 18867 12183 0 -1 1077944384 187 13221 0 0 1 0 5 2 20 0 15 0 107238613 11246788608 13809 33554432000 4194304 4196468 140736066386304 140504455305840 140505031604866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18931] ppid=18864 vsize=10983192 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/18867/task/18931/stat : 18931 (java) S 18864 18867 12183 0 -1 1077944384 652 13221 0 0 5 0 5 2 20 0 15 0 107238613 11246788608 13809 33554432000 4194304 4196468 140736066386304 140504454253296 140505031604866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18932] ppid=18864 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18867/task/18932/stat : 18932 (java) S 18864 18867 12183 0 -1 1077944384 3 13221 0 0 0 0 5 2 20 0 15 0 107238614 11246788608 13809 33554432000 4194304 4196468 140736066386304 140502942870624 140505031603925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18933] ppid=18864 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18867/task/18933/stat : 18933 (java) S 18864 18867 12183 0 -1 1077944384 1 13221 0 0 0 0 5 2 20 0 15 0 107238614 11246788608 13809 33554432000 4194304 4196468 140736066386304 140504453200176 140505031604866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55236 KiB

[startup+0.700785 s]
/proc/loadavg: 1.82 1.91 1.87 3/214 18933
/proc/meminfo: memFree=23325956/32770624 swapFree=67108860/67108860
[pid=18867] ppid=18864 vsize=10983192 memory=88624 CPUtime=0.98 cores=0,2,4,6
/proc/18867/stat : 18867 (java) S 18864 18867 12183 0 -1 1077944320 16767 13221 0 0 87 4 5 2 20 0 15 0 107238599 11246788608 22156 33554432000 4194304 4196468 140736066386304 140736066368848 140505031593719 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
/proc/18867/statm: 2745798 22156 3247 1 0 2708109 0
[pid=18867/tid=18920] ppid=18864 vsize=10983192 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/18867/task/18920/stat : 18920 (java) R 18864 18867 12183 0 -1 4202560 12212 13221 0 0 55 3 5 2 20 0 15 0 107238608 11246788608 22220 33554432000 4194304 4196468 140736066386304 140505003414544 140505015674206 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18921] ppid=18864 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18867/task/18921/stat : 18921 (java) S 18864 18867 12183 0 -1 1077944384 1 13221 0 0 0 0 5 2 20 0 15 0 107238609 11246788608 22220 33554432000 4194304 4196468 140736066386304 140505035836176 140505031603925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18922] ppid=18864 vsize=10983192 memory=4420 CPUtime=0.07 cores=0,2,4,6
/proc/18867/task/18922/stat : 18922 (java) S 18864 18867 12183 0 -1 1077944384 1 13221 0 0 0 0 5 2 20 0 15 0 107238609 11246788608 22220 33554432000 4194304 4196468 140736066386304 140504890555280 140505031603925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18923] ppid=18864 vsize=10983192 memory=6628 CPUtime=0.07 cores=0,2,4,6
/proc/18867/task/18923/stat : 18923 (java) S 18864 18867 12183 0 -1 1077944384 1 13221 0 0 0 0 5 2 20 0 15 0 107238609 11246788608 22220 33554432000 4194304 4196468 140736066386304 140504570260496 140505031603925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18924] ppid=18864 vsize=10983192 memory=8836 CPUtime=0.07 cores=0,2,4,6
/proc/18867/task/18924/stat : 18924 (java) S 18864 18867 12183 0 -1 1077944384 2 13221 0 0 0 0 5 2 20 0 15 0 107238609 11246788608 22220 33554432000 4194304 4196468 140736066386304 140504569207952 140505031603925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18925] ppid=18864 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18867/task/18925/stat : 18925 (java) S 18864 18867 12183 0 -1 1077944384 6 13221 0 0 0 0 5 2 20 0 15 0 107238610 11246788608 22220 33554432000 4194304 4196468 140736066386304 140504457410544 140505031604866 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18926] ppid=18864 vsize=10983192 memory=8102582798373040177 CPUtime=0.07 cores=0,2,4,6
/proc/18867/task/18926/stat : 18926 (java) S 18864 18867 12183 0 -1 1077944384 13 13221 0 0 0 0 5 2 20 0 15 0 107238610 11246788608 22220 33554432000 4194304 4196468 140736066386304 140503882392480 140505031603925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18927] ppid=18864 vsize=10983192 memory=5788642178583517287 CPUtime=0.07 cores=0,2,4,6
/proc/18867/task/18927/stat : 18927 (java) S 18864 18867 12183 0 -1 1077944384 1 13221 0 0 0 0 5 2 20 0 15 0 107238611 11246788608 22220 33554432000 4194304 4196468 140736066386304 140503681065968 140505031603925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18928] ppid=18864 vsize=10983192 memory=8165136352196976727 CPUtime=0.07 cores=0,2,4,6
/proc/18867/task/18928/stat : 18928 (java) S 18864 18867 12183 0 -1 1077944384 3 13221 0 0 0 0 5 2 20 0 15 0 107238613 11246788608 22220 33554432000 4194304 4196468 140736066386304 140503373666512 140505031612315 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18929] ppid=18864 vsize=10983192 memory=4638778398332698720 CPUtime=0.13 cores=0,2,4,6
/proc/18867/task/18929/stat : 18929 (java) R 18864 18867 12183 0 -1 1077944384 800 13221 0 0 6 0 5 2 20 0 15 0 107238613 11246788608 22220 33554432000 4194304 4196468 140736066386304 140504456358384 140505031604866 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18930] ppid=18864 vsize=10983192 memory=7897517683652307531 CPUtime=0.17 cores=0,2,4,6
/proc/18867/task/18930/stat : 18930 (java) S 18864 18867 12183 0 -1 1077944384 802 13221 0 0 10 0 5 2 20 0 15 0 107238613 11246788608 22220 33554432000 4194304 4196468 140736066386304 140504455305840 140505031604866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18931] ppid=18864 vsize=10983192 memory=4196912344889787449 CPUtime=0.2 cores=0,2,4,6
/proc/18867/task/18931/stat : 18931 (java) R 18864 18867 12183 0 -1 4202560 742 13221 0 0 13 0 5 2 20 0 15 0 107238613 11246788608 22220 33554432000 4194304 4196468 140736066386304 140504454253296 140505031605654 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18932] ppid=18864 vsize=10983192 memory=8257237230052613020 CPUtime=0.07 cores=0,2,4,6
/proc/18867/task/18932/stat : 18932 (java) S 18864 18867 12183 0 -1 1077944384 3 13221 0 0 0 0 5 2 20 0 15 0 107238614 11246788608 22220 33554432000 4194304 4196468 140736066386304 140502942870624 140505031603925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18933] ppid=18864 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18867/task/18933/stat : 18933 (java) S 18864 18867 12183 0 -1 1077944384 1 13221 0 0 0 0 5 2 20 0 15 0 107238614 11246788608 22220 33554432000 4194304 4196468 140736066386304 140504453200176 140505031604866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88624 KiB

[startup+1.50075 s]
/proc/loadavg: 1.82 1.91 1.87 4/214 18933
/proc/meminfo: memFree=23279792/32770624 swapFree=67108860/67108860
[pid=18867] ppid=18864 vsize=10998092 memory=189228 CPUtime=2.47 cores=0,2,4,6
/proc/18867/stat : 18867 (java) S 18864 18867 12183 0 -1 1077944320 23978 13221 0 0 229 11 5 2 20 0 15 0 107238599 11262046208 47307 33554432000 4194304 4196468 140736066386304 140736066368848 140505031593719 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
/proc/18867/statm: 2749523 47307 3478 1 0 2711181 0
[pid=18867/tid=18920] ppid=18864 vsize=10998092 memory=4420 CPUtime=1.42 cores=0,2,4,6
/proc/18867/task/18920/stat : 18920 (java) R 18864 18867 12183 0 -1 4202560 17500 13221 0 0 128 7 5 2 20 0 15 0 107238608 11262046208 47307 33554432000 4194304 4196468 140736066386304 140505003409880 140505015674206 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18921] ppid=18864 vsize=10998092 memory=142756 CPUtime=0.08 cores=0,2,4,6
/proc/18867/task/18921/stat : 18921 (java) S 18864 18867 12183 0 -1 1077944384 31 13221 0 0 1 0 5 2 20 0 15 0 107238609 11262046208 47307 33554432000 4194304 4196468 140736066386304 140505035836176 140505031603925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18922] ppid=18864 vsize=10998092 memory=8334083345238234249 CPUtime=0.08 cores=0,2,4,6
/proc/18867/task/18922/stat : 18922 (java) S 18864 18867 12183 0 -1 1077944384 52 13221 0 0 1 0 5 2 20 0 15 0 107238609 11262046208 47307 33554432000 4194304 4196468 140736066386304 140504890555280 140505031603925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18923] ppid=18864 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18867/task/18923/stat : 18923 (java) S 18864 18867 12183 0 -1 1077944384 15 13221 0 0 1 0 5 2 20 0 15 0 107238609 11262046208 47307 33554432000 4194304 4196468 140736066386304 140504570260496 140505031603925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18924] ppid=18864 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18867/task/18924/stat : 18924 (java) S 18864 18867 12183 0 -1 1077944384 186 13221 0 0 1 0 5 2 20 0 15 0 107238609 11262046208 47307 33554432000 4194304 4196468 140736066386304 140504569207952 140505031603925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18925] ppid=18864 vsize=10998092 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/18867/task/18925/stat : 18925 (java) S 18864 18867 12183 0 -1 1077944384 52 13221 0 0 1 0 5 2 20 0 15 0 107238610 11262046208 47307 33554432000 4194304 4196468 140736066386304 140504457410544 140505031604866 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18926] ppid=18864 vsize=10998092 memory=2244 CPUtime=0.07 cores=0,2,4,6
/proc/18867/task/18926/stat : 18926 (java) S 18864 18867 12183 0 -1 1077944384 14 13221 0 0 0 0 5 2 20 0 15 0 107238610 11262046208 47307 33554432000 4194304 4196468 140736066386304 140503882392544 140505031603925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18927] ppid=18864 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18867/task/18927/stat : 18927 (java) S 18864 18867 12183 0 -1 1077944384 1 13221 0 0 0 0 5 2 20 0 15 0 107238611 11262046208 47307 33554432000 4194304 4196468 140736066386304 140503681065968 140505031603925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18928] ppid=18864 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18867/task/18928/stat : 18928 (java) S 18864 18867 12183 0 -1 1077944384 3 13221 0 0 0 0 5 2 20 0 15 0 107238613 11262046208 47307 33554432000 4194304 4196468 140736066386304 140503373666512 140505031612315 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18929] ppid=18864 vsize=10998092 memory=6944656592455097440 CPUtime=0.33 cores=0,2,4,6
/proc/18867/task/18929/stat : 18929 (java) S 18864 18867 12183 0 -1 1077944384 1188 13221 0 0 26 0 5 2 20 0 15 0 107238613 11262046208 47307 33554432000 4194304 4196468 140736066386304 140504456358384 140505031604866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18930] ppid=18864 vsize=10998092 memory=3169 CPUtime=0.38 cores=0,2,4,6
/proc/18867/task/18930/stat : 18930 (java) S 18864 18867 12183 0 -1 1077944384 1344 13221 0 0 31 0 5 2 20 0 15 0 107238613 11262046208 47307 33554432000 4194304 4196468 140736066386304 140504455305840 140505031604866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18931] ppid=18864 vsize=10998092 memory=0 CPUtime=0.42 cores=0,2,4,6
/proc/18867/task/18931/stat : 18931 (java) S 18864 18867 12183 0 -1 1077944384 1399 13221 0 0 35 0 5 2 20 0 15 0 107238613 11262046208 47307 33554432000 4194304 4196468 140736066386304 140504454253296 140505031604866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18932] ppid=18864 vsize=10998092 memory=-3535359994705172619 CPUtime=0.07 cores=0,2,4,6
/proc/18867/task/18932/stat : 18932 (java) S 18864 18867 12183 0 -1 1077944384 3 13221 0 0 0 0 5 2 20 0 15 0 107238614 11262046208 47307 33554432000 4194304 4196468 140736066386304 140502942870624 140505031603925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18933] ppid=18864 vsize=10998092 memory=6944652177228980320 CPUtime=0.07 cores=0,2,4,6
/proc/18867/task/18933/stat : 18933 (java) S 18864 18867 12183 0 -1 1077944384 1 13221 0 0 0 0 5 2 20 0 15 0 107238614 11262046208 47307 33554432000 4194304 4196468 140736066386304 140504453200176 140505031604866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
Current children cumulated CPU time: 2.47 s
Current children cumulated vsize: 10998092 KiB

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

[startup+4.35333 s]
# the end of solver process 18867 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=9.35057 s, system=0.277696 s

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

[startup+3.20875 s]
/proc/loadavg: 1.82 1.91 1.87 5/214 18933
/proc/meminfo: memFree=22598676/32770624 swapFree=67108860/67108860
[pid=18867] ppid=18864 vsize=11006304 memory=324640 CPUtime=6.72 cores=0,2,4,6
/proc/18867/stat : 18867 (java) S 18864 18867 12183 0 -1 1077944320 43170 13221 0 0 646 19 5 2 20 0 15 0 107238599 11270455296 81160 33554432000 4194304 4196468 140736066386304 140736066368848 140505031593719 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
/proc/18867/statm: 2751576 81160 3498 1 0 2713229 0
[pid=18867/tid=18920] ppid=18864 vsize=11006304 memory=1356 CPUtime=3.12 cores=0,2,4,6
/proc/18867/task/18920/stat : 18920 (java) R 18864 18867 12183 0 -1 4202560 29392 13221 0 0 294 11 5 2 20 0 15 0 107238608 11270455296 81160 33554432000 4194304 4196468 140736066386304 140505003410064 140505014031576 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18921] ppid=18864 vsize=11006304 memory=2512 CPUtime=0.08 cores=0,2,4,6
/proc/18867/task/18921/stat : 18921 (java) S 18864 18867 12183 0 -1 1077944384 58 13221 0 0 1 0 5 2 20 0 15 0 107238609 11270455296 81160 33554432000 4194304 4196468 140736066386304 140505035836176 140505031603925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18922] ppid=18864 vsize=11006304 memory=1192 CPUtime=0.08 cores=0,2,4,6
/proc/18867/task/18922/stat : 18922 (java) S 18864 18867 12183 0 -1 1077944384 60 13221 0 0 1 0 5 2 20 0 15 0 107238609 11270455296 81160 33554432000 4194304 4196468 140736066386304 140504890555280 140505031603925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18923] ppid=18864 vsize=11006304 memory=1451656 CPUtime=0.08 cores=0,2,4,6
/proc/18867/task/18923/stat : 18923 (java) S 18864 18867 12183 0 -1 1077944384 22 13221 0 0 1 0 5 2 20 0 15 0 107238609 11270455296 81160 33554432000 4194304 4196468 140736066386304 140504570260496 140505031603925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18924] ppid=18864 vsize=11006304 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/18867/task/18924/stat : 18924 (java) S 18864 18867 12183 0 -1 1077944384 186 13221 0 0 1 0 5 2 20 0 15 0 107238609 11270455296 81160 33554432000 4194304 4196468 140736066386304 140504569207952 140505031603925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18925] ppid=18864 vsize=11006304 memory=2432 CPUtime=0.08 cores=0,2,4,6
/proc/18867/task/18925/stat : 18925 (java) S 18864 18867 12183 0 -1 1077944384 81 13221 0 0 1 0 5 2 20 0 15 0 107238610 11270455296 81160 33554432000 4194304 4196468 140736066386304 140504457410544 140505031604866 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18926] ppid=18864 vsize=11006304 memory=197916 CPUtime=0.07 cores=0,2,4,6
/proc/18867/task/18926/stat : 18926 (java) S 18864 18867 12183 0 -1 1077944384 14 13221 0 0 0 0 5 2 20 0 15 0 107238610 11270455296 81160 33554432000 4194304 4196468 140736066386304 140503882392544 140505031603925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18927] ppid=18864 vsize=11006304 memory=288230574492221466 CPUtime=0.07 cores=0,2,4,6
/proc/18867/task/18927/stat : 18927 (java) S 18864 18867 12183 0 -1 1077944384 1 13221 0 0 0 0 5 2 20 0 15 0 107238611 11270455296 81160 33554432000 4194304 4196468 140736066386304 140503681065984 140505031603925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18928] ppid=18864 vsize=11006304 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18867/task/18928/stat : 18928 (java) S 18864 18867 12183 0 -1 1077944384 3 13221 0 0 0 0 5 2 20 0 15 0 107238613 11270455296 81160 33554432000 4194304 4196468 140736066386304 140503373666512 140505031612315 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18929] ppid=18864 vsize=11006304 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/18867/task/18929/stat : 18929 (java) S 18864 18867 12183 0 -1 1077944384 5394 13221 0 0 134 1 5 2 20 0 15 0 107238613 11270455296 81160 33554432000 4194304 4196468 140736066386304 140504456358384 140505031604866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18930] ppid=18864 vsize=11006304 memory=0 CPUtime=1.18 cores=0,2,4,6
/proc/18867/task/18930/stat : 18930 (java) S 18864 18867 12183 0 -1 1077944384 2394 13221 0 0 110 1 5 2 20 0 15 0 107238613 11270455296 81160 33554432000 4194304 4196468 140736066386304 140504455305840 140505031604866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18931] ppid=18864 vsize=11006304 memory=0 CPUtime=1.06 cores=0,2,4,6
/proc/18867/task/18931/stat : 18931 (java) S 18864 18867 12183 0 -1 1077944384 3362 13221 0 0 97 2 5 2 20 0 15 0 107238613 11270455296 81160 33554432000 4194304 4196468 140736066386304 140504454253296 140505031604866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18932] ppid=18864 vsize=11006304 memory=6943526294502006880 CPUtime=0.07 cores=0,2,4,6
/proc/18867/task/18932/stat : 18932 (java) S 18864 18867 12183 0 -1 1077944384 3 13221 0 0 0 0 5 2 20 0 15 0 107238614 11270455296 81160 33554432000 4194304 4196468 140736066386304 140502942870624 140505031603925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18933] ppid=18864 vsize=11006304 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18867/task/18933/stat : 18933 (java) S 18864 18867 12183 0 -1 1077944384 10 13221 0 0 0 0 5 2 20 0 15 0 107238614 11270455296 81160 33554432000 4194304 4196468 140736066386304 140504453200176 140505031604866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
Current children cumulated CPU time: 6.72 s
Current children cumulated vsize: 11006304 KiB
Current children cumulated memory: 324640 KiB

[startup+4.00079 s]*
/proc/loadavg: 2.00 1.94 1.88 3/214 18933
/proc/meminfo: memFree=22354188/32770624 swapFree=67108860/67108860
[pid=18867] ppid=18864 vsize=11012448 memory=337336 CPUtime=8.73 cores=0,2,4,6
/proc/18867/stat : 18867 (java) S 18864 18867 12183 0 -1 1077944320 59162 13221 0 0 844 22 5 2 20 0 15 0 107238599 11276746752 84334 33554432000 4194304 4196468 140736066386304 140736066368848 140505031593719 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
/proc/18867/statm: 2753112 84334 3511 1 0 2714765 0
[pid=18867/tid=18920] ppid=18864 vsize=11012448 memory=4428598916647059598 CPUtime=3.86 cores=0,2,4,6
/proc/18867/task/18920/stat : 18920 (java) R 18864 18867 12183 0 -1 4202560 38634 13221 0 0 367 12 5 2 20 0 15 0 107238608 11276746752 84334 33554432000 4194304 4196468 140736066386304 140505003375392 140505011869468 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18921] ppid=18864 vsize=11012448 memory=5792869726567804975 CPUtime=0.1 cores=0,2,4,6
/proc/18867/task/18921/stat : 18921 (java) S 18864 18867 12183 0 -1 1077944384 96 13221 0 0 3 0 5 2 20 0 15 0 107238609 11276746752 84334 33554432000 4194304 4196468 140736066386304 140505035836176 140505031603925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18922] ppid=18864 vsize=11012448 memory=140434311308928 CPUtime=0.1 cores=0,2,4,6
/proc/18867/task/18922/stat : 18922 (java) S 18864 18867 12183 0 -1 1077944384 180 13221 0 0 3 0 5 2 20 0 15 0 107238609 11276746752 84334 33554432000 4194304 4196468 140736066386304 140504890555280 140505031603925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18923] ppid=18864 vsize=11012448 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/18867/task/18923/stat : 18923 (java) S 18864 18867 12183 0 -1 1077944384 207 13221 0 0 3 0 5 2 20 0 15 0 107238609 11276746752 84334 33554432000 4194304 4196468 140736066386304 140504570260496 140505031603925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18924] ppid=18864 vsize=11012448 memory=3760822585285620792 CPUtime=0.1 cores=0,2,4,6
/proc/18867/task/18924/stat : 18924 (java) S 18864 18867 12183 0 -1 1077944384 219 13221 0 0 3 0 5 2 20 0 15 0 107238609 11276746752 84334 33554432000 4194304 4196468 140736066386304 140504569207952 140505031603925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18925] ppid=18864 vsize=11012448 memory=140434311309120 CPUtime=0.1 cores=0,2,4,6
/proc/18867/task/18925/stat : 18925 (java) S 18864 18867 12183 0 -1 1077944384 5189 13221 0 0 3 0 5 2 20 0 15 0 107238610 11276746752 84334 33554432000 4194304 4196468 140736066386304 140504457410544 140505031604866 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18926] ppid=18864 vsize=11012448 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/18867/task/18926/stat : 18926 (java) S 18864 18867 12183 0 -1 1077944384 14 13221 0 0 0 0 5 2 20 0 15 0 107238610 11276746752 84334 33554432000 4194304 4196468 140736066386304 140503882392544 140505031603925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18927] ppid=18864 vsize=11012448 memory=7680491646476186387 CPUtime=0.07 cores=0,2,4,6
/proc/18867/task/18927/stat : 18927 (java) S 18864 18867 12183 0 -1 1077944384 1 13221 0 0 0 0 5 2 20 0 15 0 107238611 11276746752 84334 33554432000 4194304 4196468 140736066386304 140503681065984 140505031603925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18928] ppid=18864 vsize=11012448 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18867/task/18928/stat : 18928 (java) S 18864 18867 12183 0 -1 1077944384 3 13221 0 0 0 0 5 2 20 0 15 0 107238613 11276746752 84334 33554432000 4194304 4196468 140736066386304 140503373666512 140505031612315 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18929] ppid=18864 vsize=11012448 memory=0 CPUtime=1.86 cores=0,2,4,6
/proc/18867/task/18929/stat : 18929 (java) S 18864 18867 12183 0 -1 1077944384 5689 13221 0 0 177 2 5 2 20 0 15 0 107238613 11276746752 84334 33554432000 4194304 4196468 140736066386304 140504456358384 140505031604866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18930] ppid=18864 vsize=11012448 memory=-1 CPUtime=1.65 cores=0,2,4,6
/proc/18867/task/18930/stat : 18930 (java) S 18864 18867 12183 0 -1 1077944384 2746 13221 0 0 157 1 5 2 20 0 15 0 107238613 11276746752 84334 33554432000 4194304 4196468 140736066386304 140504455305840 140505031604866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18931] ppid=18864 vsize=11012448 memory=3834167386763598772 CPUtime=1.31 cores=0,2,4,6
/proc/18867/task/18931/stat : 18931 (java) S 18864 18867 12183 0 -1 1077944384 4068 13221 0 0 121 3 5 2 20 0 15 0 107238613 11276746752 84334 33554432000 4194304 4196468 140736066386304 140504454253296 140505031604866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18932] ppid=18864 vsize=11012448 memory=3467830202899574837 CPUtime=0.07 cores=0,2,4,6
/proc/18867/task/18932/stat : 18932 (java) S 18864 18867 12183 0 -1 1077944384 3 13221 0 0 0 0 5 2 20 0 15 0 107238614 11276746752 84334 33554432000 4194304 4196468 140736066386304 140502942870624 140505031603925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18933] ppid=18864 vsize=11012448 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18867/task/18933/stat : 18933 (java) S 18864 18867 12183 0 -1 1077944384 10 13221 0 0 0 0 5 2 20 0 15 0 107238614 11276746752 84334 33554432000 4194304 4196468 140736066386304 140504453200176 140505031604866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
Current children cumulated CPU time: 8.73 s
Current children cumulated vsize: 11012448 KiB
Current children cumulated memory: 337336 KiB

[startup+4.20066 s]
/proc/loadavg: 2.00 1.94 1.88 3/214 18933
/proc/meminfo: memFree=22354188/32770624 swapFree=67108860/67108860
[pid=18867] ppid=18864 vsize=11012448 memory=348084 CPUtime=9.23 cores=0,2,4,6
/proc/18867/stat : 18867 (java) S 18864 18867 12183 0 -1 1077944320 65910 13221 0 0 893 23 5 2 20 0 15 0 107238599 11276746752 87021 33554432000 4194304 4196468 140736066386304 140736066368848 140505031593719 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
/proc/18867/statm: 2753112 87021 3517 1 0 2714765 0
[pid=18867/tid=18920] ppid=18864 vsize=11012448 memory=288230596050944315 CPUtime=4.05 cores=0,2,4,6
/proc/18867/task/18920/stat : 18920 (java) R 18864 18867 12183 0 -1 4202560 45058 13221 0 0 385 13 5 2 20 0 15 0 107238608 11276746752 87021 33554432000 4194304 4196468 140736066386304 140505003420576 140504583558337 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18921] ppid=18864 vsize=11012448 memory=14133333755955767 CPUtime=0.1 cores=0,2,4,6
/proc/18867/task/18921/stat : 18921 (java) S 18864 18867 12183 0 -1 1077944384 96 13221 0 0 3 0 5 2 20 0 15 0 107238609 11276746752 87021 33554432000 4194304 4196468 140736066386304 140505035836176 140505031603925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18922] ppid=18864 vsize=11012448 memory=18432 CPUtime=0.1 cores=0,2,4,6
/proc/18867/task/18922/stat : 18922 (java) S 18864 18867 12183 0 -1 1077944384 180 13221 0 0 3 0 5 2 20 0 15 0 107238609 11276746752 87021 33554432000 4194304 4196468 140736066386304 140504890555280 140505031603925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18923] ppid=18864 vsize=11012448 memory=140434156405936 CPUtime=0.1 cores=0,2,4,6
/proc/18867/task/18923/stat : 18923 (java) S 18864 18867 12183 0 -1 1077944384 207 13221 0 0 3 0 5 2 20 0 15 0 107238609 11276746752 87021 33554432000 4194304 4196468 140736066386304 140504570260496 140505031603925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18924] ppid=18864 vsize=11012448 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/18867/task/18924/stat : 18924 (java) S 18864 18867 12183 0 -1 1077944384 219 13221 0 0 3 0 5 2 20 0 15 0 107238609 11276746752 87021 33554432000 4194304 4196468 140736066386304 140504569207952 140505031603925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18925] ppid=18864 vsize=11012448 memory=6944656592455359580 CPUtime=0.1 cores=0,2,4,6
/proc/18867/task/18925/stat : 18925 (java) S 18864 18867 12183 0 -1 1077944384 5189 13221 0 0 3 0 5 2 20 0 15 0 107238610 11276746752 87021 33554432000 4194304 4196468 140736066386304 140504457410544 140505031604866 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18926] ppid=18864 vsize=11012448 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18867/task/18926/stat : 18926 (java) S 18864 18867 12183 0 -1 1077944384 14 13221 0 0 0 0 5 2 20 0 15 0 107238610 11276746752 87021 33554432000 4194304 4196468 140736066386304 140503882392544 140505031603925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18927] ppid=18864 vsize=11012448 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18867/task/18927/stat : 18927 (java) S 18864 18867 12183 0 -1 1077944384 1 13221 0 0 0 0 5 2 20 0 15 0 107238611 11276746752 87021 33554432000 4194304 4196468 140736066386304 140503681065984 140505031603925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18928] ppid=18864 vsize=11012448 memory=7374195129351364712 CPUtime=0.07 cores=0,2,4,6
/proc/18867/task/18928/stat : 18928 (java) S 18864 18867 12183 0 -1 1077944384 3 13221 0 0 0 0 5 2 20 0 15 0 107238613 11276746752 87021 33554432000 4194304 4196468 140736066386304 140503373666512 140505031612315 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18929] ppid=18864 vsize=11012448 memory=5571041044932745317 CPUtime=1.99 cores=0,2,4,6
/proc/18867/task/18929/stat : 18929 (java) R 18864 18867 12183 0 -1 4202560 5725 13221 0 0 190 2 5 2 20 0 15 0 107238613 11276746752 87021 33554432000 4194304 4196468 140736066386304 140504456346336 140505016704377 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18930] ppid=18864 vsize=11012448 memory=7156901966414506323 CPUtime=1.77 cores=0,2,4,6
/proc/18867/task/18930/stat : 18930 (java) S 18864 18867 12183 0 -1 1077944384 2813 13221 0 0 169 1 5 2 20 0 15 0 107238613 11276746752 87021 33554432000 4194304 4196468 140736066386304 140504455305840 140505031604866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18931] ppid=18864 vsize=11012448 memory=7156901966414506323 CPUtime=1.38 cores=0,2,4,6
/proc/18867/task/18931/stat : 18931 (java) R 18864 18867 12183 0 -1 4202560 4201 13221 0 0 128 3 5 2 20 0 15 0 107238613 11276746752 87021 33554432000 4194304 4196468 140736066386304 140504454253296 140505014987283 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18932] ppid=18864 vsize=11012448 memory=7451578749174770007 CPUtime=0.07 cores=0,2,4,6
/proc/18867/task/18932/stat : 18932 (java) S 18864 18867 12183 0 -1 1077944384 3 13221 0 0 0 0 5 2 20 0 15 0 107238614 11276746752 87021 33554432000 4194304 4196468 140736066386304 140502942870624 140505031603925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18933] ppid=18864 vsize=11012448 memory=4140 CPUtime=0.07 cores=0,2,4,6
/proc/18867/task/18933/stat : 18933 (java) S 18864 18867 12183 0 -1 1077944384 11 13221 0 0 0 0 5 2 20 0 15 0 107238614 11276746752 87021 33554432000 4194304 4196468 140736066386304 140504453200176 140505031604866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
Current children cumulated CPU time: 9.23 s
Current children cumulated vsize: 11012448 KiB
Current children cumulated memory: 348084 KiB

[startup+4.30066 s]
/proc/loadavg: 2.00 1.94 1.88 3/214 18933
/proc/meminfo: memFree=22354188/32770624 swapFree=67108860/67108860
[pid=18867] ppid=18864 vsize=11014496 memory=348996 CPUtime=9.49 cores=0,2,4,6
/proc/18867/stat : 18867 (java) S 18864 18867 12183 0 -1 1077944320 66232 13221 0 0 919 23 5 2 20 0 15 0 107238599 11278843904 87249 33554432000 4194304 4196468 140736066386304 140736066368848 140505031593719 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
/proc/18867/statm: 2753624 87249 3517 1 0 2715277 0
[pid=18867/tid=18920] ppid=18864 vsize=11014496 memory=920 CPUtime=4.15 cores=0,2,4,6
/proc/18867/task/18920/stat : 18920 (java) R 18864 18867 12183 0 -1 4202560 45247 13221 0 0 395 13 5 2 20 0 15 0 107238608 11278843904 87249 33554432000 4194304 4196468 140736066386304 140505003426992 140505031605654 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18921] ppid=18864 vsize=11014496 memory=3852 CPUtime=0.1 cores=0,2,4,6
/proc/18867/task/18921/stat : 18921 (java) S 18864 18867 12183 0 -1 1077944384 96 13221 0 0 3 0 5 2 20 0 15 0 107238609 11278843904 87249 33554432000 4194304 4196468 140736066386304 140505035836176 140505031603925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18922] ppid=18864 vsize=11014496 memory=2872 CPUtime=0.1 cores=0,2,4,6
/proc/18867/task/18922/stat : 18922 (java) S 18864 18867 12183 0 -1 1077944384 180 13221 0 0 3 0 5 2 20 0 15 0 107238609 11278843904 87249 33554432000 4194304 4196468 140736066386304 140504890555280 140505031603925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18923] ppid=18864 vsize=11014496 memory=2808 CPUtime=0.1 cores=0,2,4,6
/proc/18867/task/18923/stat : 18923 (java) S 18864 18867 12183 0 -1 1077944384 207 13221 0 0 3 0 5 2 20 0 15 0 107238609 11278843904 87249 33554432000 4194304 4196468 140736066386304 140504570260496 140505031603925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18924] ppid=18864 vsize=11014496 memory=6791534058613427641 CPUtime=0.1 cores=0,2,4,6
/proc/18867/task/18924/stat : 18924 (java) S 18864 18867 12183 0 -1 1077944384 219 13221 0 0 3 0 5 2 20 0 15 0 107238609 11278843904 87249 33554432000 4194304 4196468 140736066386304 140504569207952 140505031603925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18925] ppid=18864 vsize=11014496 memory=140434156324304 CPUtime=0.1 cores=0,2,4,6
/proc/18867/task/18925/stat : 18925 (java) S 18864 18867 12183 0 -1 1077944384 5189 13221 0 0 3 0 5 2 20 0 15 0 107238610 11278843904 87249 33554432000 4194304 4196468 140736066386304 140504457410544 140505031604866 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18926] ppid=18864 vsize=11014496 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18867/task/18926/stat : 18926 (java) S 18864 18867 12183 0 -1 1077944384 14 13221 0 0 0 0 5 2 20 0 15 0 107238610 11278843904 87249 33554432000 4194304 4196468 140736066386304 140503882392544 140505031603925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18927] ppid=18864 vsize=11014496 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18867/task/18927/stat : 18927 (java) S 18864 18867 12183 0 -1 1077944384 1 13221 0 0 0 0 5 2 20 0 15 0 107238611 11278843904 87249 33554432000 4194304 4196468 140736066386304 140503681065984 140505031603925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18928] ppid=18864 vsize=11014496 memory=-7965959130280075168 CPUtime=0.07 cores=0,2,4,6
/proc/18867/task/18928/stat : 18928 (java) S 18864 18867 12183 0 -1 1077944384 3 13221 0 0 0 0 5 2 20 0 15 0 107238613 11278843904 87249 33554432000 4194304 4196468 140736066386304 140503373666512 140505031612315 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18929] ppid=18864 vsize=11014496 memory=280868312656128 CPUtime=2.05 cores=0,2,4,6
/proc/18867/task/18929/stat : 18929 (java) R 18864 18867 12183 0 -1 4202560 5748 13221 0 0 196 2 5 2 20 0 15 0 107238613 11278843904 87249 33554432000 4194304 4196468 140736066386304 140504456342496 140505023883191 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18930] ppid=18864 vsize=11014496 memory=237980 CPUtime=1.81 cores=0,2,4,6
/proc/18867/task/18930/stat : 18930 (java) R 18864 18867 12183 0 -1 4202560 2832 13221 0 0 173 1 5 2 20 0 15 0 107238613 11278843904 87249 33554432000 4194304 4196468 140736066386304 140504455294512 140505015496800 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18931] ppid=18864 vsize=11014496 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/18867/task/18931/stat : 18931 (java) R 18864 18867 12183 0 -1 1077944384 4292 13221 0 0 133 3 5 2 20 0 15 0 107238613 11278843904 87249 33554432000 4194304 4196468 140736066386304 140504454253296 140505031604866 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18932] ppid=18864 vsize=11014496 memory=6943526294502006880 CPUtime=0.07 cores=0,2,4,6
/proc/18867/task/18932/stat : 18932 (java) S 18864 18867 12183 0 -1 1077944384 3 13221 0 0 0 0 5 2 20 0 15 0 107238614 11278843904 87249 33554432000 4194304 4196468 140736066386304 140502942870624 140505031603925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
[pid=18867/tid=18933] ppid=18864 vsize=11014496 memory=6943526294502006880 CPUtime=0.07 cores=0,2,4,6
/proc/18867/task/18933/stat : 18933 (java) S 18864 18867 12183 0 -1 1077944384 11 13221 0 0 0 0 5 2 20 0 15 0 107238614 11278843904 87249 33554432000 4194304 4196468 140736066386304 140504453200176 140505031604866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31236096 140736066394737 140736066397537 140736066397537 140736066400207 0
Current children cumulated CPU time: 9.49 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 348996 KiB

Child status: 0
Real time (s): 4.35339
CPU time (s): 9.62826
CPU user time (s): 9.35057
CPU system time (s): 0.277696
CPU usage (%): 221.167
Max. virtual memory (cumulated for all children) (KiB): 11014496
Max. memory (cumulated for all children) (KiB): 348996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.35057
system time used= 0.277696
maximum resident set size= 351452
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79551
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= 6381
involuntary context switches= 52


# summary of solver processes directly reported to runsolver:
#   pid: 18867
#   total CPU time (s): 9.62826
#   total CPU user time (s): 9.35057
#   total CPU system time (s): 0.277696

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.055837 second user time and 0.07908 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-29 22:39:14
IDJOB=4302295
IDBENCH=141309
IDSOLVER=2776
FILE ID=node107/4302295-1532896754
RUNJOBID= node107-1532892903-13712
PBS_JOBID= 21022519
Free space on /tmp= 60708 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-03-4-rom_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302295-1532896754/watcher-4302295-1532896754 -o /tmp/evaluation-result-4302295-1532896754/solver-4302295-1532896754 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532892903-13712 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1212188999 HOME/instance-4302295-1532896754.xml

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

MD5SUM BENCH= 72d3aa8b8ce65786440ef6159c4b95ee
RANDOM SEED=1212188999

node107.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.40
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.40
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.40
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.40
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:        23639924 kB
MemAvailable:   30971500 kB
Buffers:          247464 kB
Cached:          7347348 kB
SwapCached:            0 kB
Active:          4910852 kB
Inactive:        3726532 kB
Active(anon):     994208 kB
Inactive(anon):    76484 kB
Active(file):    3916644 kB
Inactive(file):  3650048 kB
Unevictable:        7164 kB
Mlocked:            7164 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26440 kB
Writeback:             0 kB
AnonPages:        946108 kB
Mapped:            56688 kB
Shmem:             25228 kB
Slab:             189896 kB
SReclaimable:     161436 kB
SUnreclaim:        28460 kB
KernelStack:        3568 kB
PageTables:         6760 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2501004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    845824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 60680 MiB
End job on node107 at 2018-07-29 22:39:19