Trace number 4302828

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2-SuperNGOPT2 9.37679 4.51914

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m2-2_c18.xml
MD5SUM44fbe0987cd748884024830a876a5560
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 benchmark1.21947
Satisfiable
(Un)Satisfiability was proved
Number of variables35
Number of constraints21
Number of domains3
Minimum domain size2
Maximum domain size1101
Distribution of domain sizes[{"size":2,"count":5},{"size":7,"count":25},{"size":1101,"count":5}]
Minimum variable degree2
Maximum variable degree7
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":10},{"degree":7,"count":5}]
Minimum constraint arity2
Maximum constraint arity10
Distribution of constraint arities[{"arity":2,"count":10},{"arity":5,"count":6},{"arity":10,"count":5}]
Number of extensional constraints0
Number of intensional constraints10
Distribution of constraint types[{"type":"intension","count":10},{"type":"ordered","count":1},{"type":"sum","count":10}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.99/0.73	c Concrete v3.9.2.1532736233296 running
9.18/4.24	o 2
9.18/4.25	v <instantiation cost="2">
9.18/4.25	v       <list>
9.18/4.25	v         d[0][0] d[0][1] d[0][2] d[0][3] d[0][4] d[1][0] d[1][1] d[1][2] d[1][3] d[1][4] d[2][0] d[2][1] d[2][2] d[2][3] d[2][4] d[3][0] d[3][1] d[3][2] d[3][3] d[3][4] d[4][0] d[4][1] d[4][2] d[4][3] d[4][4] npt[0] npt[1] npt[2] npt[3] npt[4] u[0] u[1] u[2] u[3] u[4]
9.18/4.25	v       </list>
9.18/4.25	v       <values>
9.18/4.25	v         1 1 1 0 3 0 0 1 4 1 6 0 0 0 0 6 0 0 0 0 6 0 0 0 0 275 220 0 0 0 1 1 0 0 0
9.18/4.25	v       </values>
9.18/4.25	v     </instantiation>
9.18/4.25	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 (7385 MiB free)
  memory of node 1: 16384 MiB (15015 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302828-1532897277/watcher-4302828-1532897277 -o /tmp/evaluation-result-4302828-1532897277/solver-4302828-1532897277 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532892979-13581 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=40480957 -superng HOME/instance-4302828-1532897277.xml 

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

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


[startup+0.100115 s]*
/proc/loadavg: 1.38 1.78 1.89 3/206 19928
/proc/meminfo: memFree=22929196/32770624 swapFree=67108404/67108860
[pid=19871] ppid=19868 vsize=10088124 memory=17872 CPUtime=0.08 cores=1,3,5,7
/proc/19871/stat : 19871 (java) S 19868 19871 12222 0 -1 1077944320 4605 13014 0 0 1 0 5 2 20 0 7 0 107290848 10330238976 4468 33554432000 4194304 4196468 140736041286752 140736041269296 140510061960951 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
/proc/19871/statm: 2522031 4468 2031 1 0 2510469 0
[pid=19871/tid=19924] ppid=19868 vsize=10088124 memory=4279135703946855822 CPUtime=0.08 cores=1,3,5,7
/proc/19871/task/19924/stat : 19924 (java) R 19868 19871 12222 0 -1 4202560 2423 13014 0 0 1 0 5 2 20 0 7 0 107290856 10330238976 4468 33554432000 4194304 4196468 140736041286752 140510033804048 140510046041438 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19925] ppid=19868 vsize=10088124 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/19871/task/19925/stat : 19925 (java) S 19868 19871 12222 0 -1 1077944384 2 13014 0 0 0 0 5 2 20 0 7 0 107290857 10330238976 4468 33554432000 4194304 4196468 140736041286752 140510066202896 140510061971157 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19926] ppid=19868 vsize=10088124 memory=139927761438336 CPUtime=0.07 cores=1,3,5,7
/proc/19871/task/19926/stat : 19926 (java) S 19868 19871 12222 0 -1 1077944384 2 13014 0 0 0 0 5 2 20 0 7 0 107290857 10330238976 4468 33554432000 4194304 4196468 140736041286752 140509931538832 140510061971157 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19927] ppid=19868 vsize=10088124 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19871/task/19927/stat : 19927 (java) S 19868 19871 12222 0 -1 1077944384 1 13014 0 0 0 0 5 2 20 0 7 0 107290857 10330238976 4468 33554432000 4194304 4196468 140736041286752 140509930486288 140510061971157 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19928] ppid=19868 vsize=10088124 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19871/task/19928/stat : 19928 (java) S 19868 19871 12222 0 -1 1077944384 1 13014 0 0 0 0 5 2 20 0 7 0 107290857 10330238976 4468 33554432000 4194304 4196468 140736041286752 140509929433744 140510061971157 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19929] ppid=19868 vsize=10088124 memory=139927761438336 CPUtime=0.07 cores=1,3,5,7
/proc/19871/task/19929/stat : 19929 (java) S 19868 19871 12222 0 -1 1077944384 2 13014 0 0 0 0 5 2 20 0 7 0 107290858 10330238976 4468 33554432000 4194304 4196468 140736041286752 140509486803440 140510061972098 0 0 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10088124 KiB
Current children cumulated memory: 17872 KiB

[startup+0.209804 s]*
/proc/loadavg: 1.38 1.78 1.89 3/215 19937
/proc/meminfo: memFree=22907604/32770624 swapFree=67108404/67108860
[pid=19871] ppid=19868 vsize=10982776 memory=48288 CPUtime=0.25 cores=1,3,5,7
/proc/19871/stat : 19871 (java) S 19868 19871 12222 0 -1 1077944320 9422 13014 0 0 17 1 5 2 20 0 15 0 107290848 11246362624 12072 33554432000 4194304 4196468 140736041286752 140736041269296 140510061960951 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
/proc/19871/statm: 2745694 12072 2951 1 0 2708117 0
[pid=19871/tid=19924] ppid=19868 vsize=10982744 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/19871/task/19924/stat : 19924 (java) R 19868 19871 12222 0 -1 4202560 5988 13014 0 0 11 1 5 2 20 0 15 0 107290856 11246329856 12072 33554432000 4194304 4196468 140736041286752 140510033785760 140510048030321 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19925] ppid=19868 vsize=10982744 memory=345 CPUtime=0.07 cores=1,3,5,7
/proc/19871/task/19925/stat : 19925 (java) S 19868 19871 12222 0 -1 1077944384 2 13014 0 0 0 0 5 2 20 0 15 0 107290857 11246329856 12072 33554432000 4194304 4196468 140736041286752 140510066202896 140510061971157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19926] ppid=19868 vsize=10982744 memory=3905095280387147424 CPUtime=0.07 cores=1,3,5,7
/proc/19871/task/19926/stat : 19926 (java) S 19868 19871 12222 0 -1 1077944384 2 13014 0 0 0 0 5 2 20 0 15 0 107290857 11246329856 12072 33554432000 4194304 4196468 140736041286752 140509931538832 140510061971157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19927] ppid=19868 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19871/task/19927/stat : 19927 (java) S 19868 19871 12222 0 -1 1077944384 1 13014 0 0 0 0 5 2 20 0 15 0 107290857 11246329856 12072 33554432000 4194304 4196468 140736041286752 140509930486288 140510061971157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19928] ppid=19868 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19871/task/19928/stat : 19928 (java) S 19868 19871 12222 0 -1 1077944384 1 13014 0 0 0 0 5 2 20 0 15 0 107290857 11246329856 12072 33554432000 4194304 4196468 140736041286752 140509929433744 140510061971157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19929] ppid=19868 vsize=10982744 memory=139927761438336 CPUtime=0.07 cores=1,3,5,7
/proc/19871/task/19929/stat : 19929 (java) S 19868 19871 12222 0 -1 1077944384 2 13014 0 0 0 0 5 2 20 0 15 0 107290858 11246329856 12072 33554432000 4194304 4196468 140736041286752 140509486803440 140510061972098 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19930] ppid=19868 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19871/task/19930/stat : 19930 (java) S 19868 19871 12222 0 -1 1077944384 13 13014 0 0 0 0 5 2 20 0 15 0 107290859 11246329856 12072 33554432000 4194304 4196468 140736041286752 140508915557792 140510061971157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19931] ppid=19868 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19871/task/19931/stat : 19931 (java) S 19868 19871 12222 0 -1 1077944384 1 13014 0 0 0 0 5 2 20 0 15 0 107290859 11246329856 12072 33554432000 4194304 4196468 140736041286752 140508714231280 140510061971157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19932] ppid=19868 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19871/task/19932/stat : 19932 (java) S 19868 19871 12222 0 -1 1077944384 3 13014 0 0 0 0 5 2 20 0 15 0 107290862 11246329856 12072 33554432000 4194304 4196468 140736041286752 140508406831824 140510061979547 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19933] ppid=19868 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19871/task/19933/stat : 19933 (java) S 19868 19871 12222 0 -1 1077944384 365 13014 0 0 1 0 5 2 20 0 15 0 107290862 11246329856 12072 33554432000 4194304 4196468 140736041286752 140509485750256 140510061972098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19934] ppid=19868 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19871/task/19934/stat : 19934 (java) S 19868 19871 12222 0 -1 1077944384 244 13014 0 0 0 0 5 2 20 0 15 0 107290862 11246329856 12072 33554432000 4194304 4196468 140736041286752 140509484697712 140510061972098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19935] ppid=19868 vsize=10982744 memory=139927761438336 CPUtime=0.1 cores=1,3,5,7
/proc/19871/task/19935/stat : 19935 (java) R 19868 19871 12222 0 -1 4202560 610 13014 0 0 3 0 5 2 20 0 15 0 107290862 11246329856 12072 33554432000 4194304 4196468 140736041286752 140509483645168 140510061982298 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19936] ppid=19868 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19871/task/19936/stat : 19936 (java) S 19868 19871 12222 0 -1 1077944384 3 13014 0 0 0 0 5 2 20 0 15 0 107290862 11246329856 12072 33554432000 4194304 4196468 140736041286752 140507976034912 140510061971157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19937] ppid=19868 vsize=10982744 memory=139927761438336 CPUtime=0.07 cores=1,3,5,7
/proc/19871/task/19937/stat : 19937 (java) S 19868 19871 12222 0 -1 1077944384 1 13014 0 0 0 0 5 2 20 0 15 0 107290862 11246329856 12072 33554432000 4194304 4196468 140736041286752 140509482593072 140510061972098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982776 KiB
Current children cumulated memory: 48288 KiB

[startup+0.310308 s]*
/proc/loadavg: 1.38 1.78 1.89 3/215 19937
/proc/meminfo: memFree=22894100/32770624 swapFree=67108404/67108860
[pid=19871] ppid=19868 vsize=10983192 memory=56164 CPUtime=0.38 cores=1,3,5,7
/proc/19871/stat : 19871 (java) S 19868 19871 12222 0 -1 1077944320 10631 13014 0 0 29 2 5 2 20 0 15 0 107290848 11246788608 14041 33554432000 4194304 4196468 140736041286752 140736041269296 140510061960951 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
/proc/19871/statm: 2745798 14041 3070 1 0 2708109 0
[pid=19871/tid=19924] ppid=19868 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/19871/task/19924/stat : 19924 (java) R 19868 19871 12222 0 -1 4202560 7180 13014 0 0 20 2 5 2 20 0 15 0 107290856 11246788608 14041 33554432000 4194304 4196468 140736041286752 140510033772960 140510043524515 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19925] ppid=19868 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19871/task/19925/stat : 19925 (java) S 19868 19871 12222 0 -1 1077944384 2 13014 0 0 0 0 5 2 20 0 15 0 107290857 11246788608 14041 33554432000 4194304 4196468 140736041286752 140510066202896 140510061971157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19926] ppid=19868 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19871/task/19926/stat : 19926 (java) S 19868 19871 12222 0 -1 1077944384 2 13014 0 0 0 0 5 2 20 0 15 0 107290857 11246788608 14041 33554432000 4194304 4196468 140736041286752 140509931538832 140510061971157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19927] ppid=19868 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19871/task/19927/stat : 19927 (java) S 19868 19871 12222 0 -1 1077944384 1 13014 0 0 0 0 5 2 20 0 15 0 107290857 11246788608 14041 33554432000 4194304 4196468 140736041286752 140509930486288 140510061971157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19928] ppid=19868 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19871/task/19928/stat : 19928 (java) S 19868 19871 12222 0 -1 1077944384 1 13014 0 0 0 0 5 2 20 0 15 0 107290857 11246788608 14041 33554432000 4194304 4196468 140736041286752 140509929433744 140510061971157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19929] ppid=19868 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19871/task/19929/stat : 19929 (java) S 19868 19871 12222 0 -1 1077944384 2 13014 0 0 0 0 5 2 20 0 15 0 107290858 11246788608 14041 33554432000 4194304 4196468 140736041286752 140509486803440 140510061972098 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19930] ppid=19868 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19871/task/19930/stat : 19930 (java) S 19868 19871 12222 0 -1 1077944384 13 13014 0 0 0 0 5 2 20 0 15 0 107290859 11246788608 14041 33554432000 4194304 4196468 140736041286752 140508915557792 140510061971157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19931] ppid=19868 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19871/task/19931/stat : 19931 (java) S 19868 19871 12222 0 -1 1077944384 1 13014 0 0 0 0 5 2 20 0 15 0 107290859 11246788608 14041 33554432000 4194304 4196468 140736041286752 140508714231280 140510061971157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19932] ppid=19868 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19871/task/19932/stat : 19932 (java) S 19868 19871 12222 0 -1 1077944384 3 13014 0 0 0 0 5 2 20 0 15 0 107290862 11246788608 14041 33554432000 4194304 4196468 140736041286752 140508406831824 140510061979547 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19933] ppid=19868 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19871/task/19933/stat : 19933 (java) S 19868 19871 12222 0 -1 1077944384 366 13014 0 0 1 0 5 2 20 0 15 0 107290862 11246788608 14041 33554432000 4194304 4196468 140736041286752 140509485750256 140510061972098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19934] ppid=19868 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19871/task/19934/stat : 19934 (java) S 19868 19871 12222 0 -1 1077944384 244 13014 0 0 1 0 5 2 20 0 15 0 107290862 11246788608 14041 33554432000 4194304 4196468 140736041286752 140509484697712 140510061972098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19935] ppid=19868 vsize=10983192 memory=139927761438336 CPUtime=0.12 cores=1,3,5,7
/proc/19871/task/19935/stat : 19935 (java) S 19868 19871 12222 0 -1 1077944384 618 13014 0 0 5 0 5 2 20 0 15 0 107290862 11246788608 14041 33554432000 4194304 4196468 140736041286752 140509483645168 140510061972098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19936] ppid=19868 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19871/task/19936/stat : 19936 (java) S 19868 19871 12222 0 -1 1077944384 3 13014 0 0 0 0 5 2 20 0 15 0 107290862 11246788608 14041 33554432000 4194304 4196468 140736041286752 140507976034912 140510061971157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19937] ppid=19868 vsize=10983192 memory=139927761438336 CPUtime=0.07 cores=1,3,5,7
/proc/19871/task/19937/stat : 19937 (java) S 19868 19871 12222 0 -1 1077944384 1 13014 0 0 0 0 5 2 20 0 15 0 107290862 11246788608 14041 33554432000 4194304 4196468 140736041286752 140509482593072 140510061972098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56164 KiB

[startup+0.700785 s]
/proc/loadavg: 1.38 1.78 1.89 4/215 19937
/proc/meminfo: memFree=22885664/32770624 swapFree=67108404/67108860
[pid=19871] ppid=19868 vsize=10983192 memory=88584 CPUtime=0.99 cores=1,3,5,7
/proc/19871/stat : 19871 (java) S 19868 19871 12222 0 -1 1077944320 16764 13014 0 0 88 4 5 2 20 0 15 0 107290848 11246788608 22146 33554432000 4194304 4196468 140736041286752 140736041269296 140510061960951 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
/proc/19871/statm: 2745798 22146 3238 1 0 2708109 0
[pid=19871/tid=19924] ppid=19868 vsize=10983192 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/19871/task/19924/stat : 19924 (java) R 19868 19871 12222 0 -1 4202560 12238 13014 0 0 57 3 5 2 20 0 15 0 107290856 11246788608 22146 33554432000 4194304 4196468 140736041286752 140510033781776 140510043524526 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19925] ppid=19868 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19871/task/19925/stat : 19925 (java) S 19868 19871 12222 0 -1 1077944384 2 13014 0 0 0 0 5 2 20 0 15 0 107290857 11246788608 22146 33554432000 4194304 4196468 140736041286752 140510066202896 140510061971157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19926] ppid=19868 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19871/task/19926/stat : 19926 (java) S 19868 19871 12222 0 -1 1077944384 2 13014 0 0 0 0 5 2 20 0 15 0 107290857 11246788608 22146 33554432000 4194304 4196468 140736041286752 140509931538832 140510061971157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19927] ppid=19868 vsize=10983192 memory=8514701219931451533 CPUtime=0.07 cores=1,3,5,7
/proc/19871/task/19927/stat : 19927 (java) S 19868 19871 12222 0 -1 1077944384 1 13014 0 0 0 0 5 2 20 0 15 0 107290857 11246788608 22146 33554432000 4194304 4196468 140736041286752 140509930486288 140510061971157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19928] ppid=19868 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19871/task/19928/stat : 19928 (java) S 19868 19871 12222 0 -1 1077944384 1 13014 0 0 0 0 5 2 20 0 15 0 107290857 11246788608 22146 33554432000 4194304 4196468 140736041286752 140509929433744 140510061971157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19929] ppid=19868 vsize=10983192 memory=6656426216303648864 CPUtime=0.07 cores=1,3,5,7
/proc/19871/task/19929/stat : 19929 (java) S 19868 19871 12222 0 -1 1077944384 5 13014 0 0 0 0 5 2 20 0 15 0 107290858 11246788608 22146 33554432000 4194304 4196468 140736041286752 140509486803440 140510061972098 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19930] ppid=19868 vsize=10983192 memory=68 CPUtime=0.07 cores=1,3,5,7
/proc/19871/task/19930/stat : 19930 (java) S 19868 19871 12222 0 -1 1077944384 13 13014 0 0 0 0 5 2 20 0 15 0 107290859 11246788608 22146 33554432000 4194304 4196468 140736041286752 140508915557792 140510061971157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19931] ppid=19868 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19871/task/19931/stat : 19931 (java) S 19868 19871 12222 0 -1 1077944384 1 13014 0 0 0 0 5 2 20 0 15 0 107290859 11246788608 22146 33554432000 4194304 4196468 140736041286752 140508714231280 140510061971157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19932] ppid=19868 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19871/task/19932/stat : 19932 (java) S 19868 19871 12222 0 -1 1077944384 3 13014 0 0 0 0 5 2 20 0 15 0 107290862 11246788608 22146 33554432000 4194304 4196468 140736041286752 140508406831824 140510061979547 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19933] ppid=19868 vsize=10983192 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/19871/task/19933/stat : 19933 (java) S 19868 19871 12222 0 -1 1077944384 962 13014 0 0 10 0 5 2 20 0 15 0 107290862 11246788608 22146 33554432000 4194304 4196468 140736041286752 140509485750256 140510061972098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19934] ppid=19868 vsize=10983192 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/19871/task/19934/stat : 19934 (java) S 19868 19871 12222 0 -1 1077944384 649 13014 0 0 6 0 5 2 20 0 15 0 107290862 11246788608 22146 33554432000 4194304 4196468 140736041286752 140509484697712 140510061972098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19935] ppid=19868 vsize=10983192 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/19871/task/19935/stat : 19935 (java) S 19868 19871 12222 0 -1 1077944384 689 13014 0 0 13 0 5 2 20 0 15 0 107290862 11246788608 22146 33554432000 4194304 4196468 140736041286752 140509483645168 140510061972098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19936] ppid=19868 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19871/task/19936/stat : 19936 (java) S 19868 19871 12222 0 -1 1077944384 3 13014 0 0 0 0 5 2 20 0 15 0 107290862 11246788608 22146 33554432000 4194304 4196468 140736041286752 140507976034912 140510061971157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19937] ppid=19868 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19871/task/19937/stat : 19937 (java) S 19868 19871 12222 0 -1 1077944384 1 13014 0 0 0 0 5 2 20 0 15 0 107290862 11246788608 22146 33554432000 4194304 4196468 140736041286752 140509482593072 140510061972098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88584 KiB

[startup+1.50069 s]
/proc/loadavg: 1.38 1.78 1.89 3/215 19937
/proc/meminfo: memFree=22838588/32770624 swapFree=67108404/67108860
[pid=19871] ppid=19868 vsize=11000140 memory=178608 CPUtime=2.24 cores=1,3,5,7
/proc/19871/stat : 19871 (java) S 19868 19871 12222 0 -1 1077944320 24171 13014 0 0 207 10 5 2 20 0 15 0 107290848 11264143360 44652 33554432000 4194304 4196468 140736041286752 140736041269296 140510061960951 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
/proc/19871/statm: 2750035 44652 3474 1 0 2711693 0
[pid=19871/tid=19924] ppid=19868 vsize=11000140 memory=-5153075247926373247 CPUtime=1.43 cores=1,3,5,7
/proc/19871/task/19924/stat : 19924 (java) R 19868 19871 12222 0 -1 4202560 17986 13014 0 0 130 6 5 2 20 0 15 0 107290856 11264143360 44652 33554432000 4194304 4196468 140736041286752 140510033791104 140510046041438 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19925] ppid=19868 vsize=11000140 memory=-7377834948144639638 CPUtime=0.07 cores=1,3,5,7
/proc/19871/task/19925/stat : 19925 (java) S 19868 19871 12222 0 -1 1077944384 17 13014 0 0 0 0 5 2 20 0 15 0 107290857 11264143360 44652 33554432000 4194304 4196468 140736041286752 140510066202896 140510061971157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19926] ppid=19868 vsize=11000140 memory=6720696446780543624 CPUtime=0.08 cores=1,3,5,7
/proc/19871/task/19926/stat : 19926 (java) S 19868 19871 12222 0 -1 1077944384 77 13014 0 0 1 0 5 2 20 0 15 0 107290857 11264143360 44652 33554432000 4194304 4196468 140736041286752 140509931538832 140510061971157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19927] ppid=19868 vsize=11000140 memory=-5153075247754915967 CPUtime=0.08 cores=1,3,5,7
/proc/19871/task/19927/stat : 19927 (java) S 19868 19871 12222 0 -1 1077944384 300 13014 0 0 1 0 5 2 20 0 15 0 107290857 11264143360 44652 33554432000 4194304 4196468 140736041286752 140509930486288 140510061971157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19928] ppid=19868 vsize=11000140 memory=120492 CPUtime=0.07 cores=1,3,5,7
/proc/19871/task/19928/stat : 19928 (java) S 19868 19871 12222 0 -1 1077944384 30 13014 0 0 0 0 5 2 20 0 15 0 107290857 11264143360 44652 33554432000 4194304 4196468 140736041286752 140509929433744 140510061971157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19929] ppid=19868 vsize=11000140 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19871/task/19929/stat : 19929 (java) S 19868 19871 12222 0 -1 1077944384 49 13014 0 0 1 0 5 2 20 0 15 0 107290858 11264143360 44652 33554432000 4194304 4196468 140736041286752 140509486803440 140510061972098 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19930] ppid=19868 vsize=11000140 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19871/task/19930/stat : 19930 (java) S 19868 19871 12222 0 -1 1077944384 14 13014 0 0 0 0 5 2 20 0 15 0 107290859 11264143360 44652 33554432000 4194304 4196468 140736041286752 140508915557856 140510061971157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19931] ppid=19868 vsize=11000140 memory=279855237236416 CPUtime=0.07 cores=1,3,5,7
/proc/19871/task/19931/stat : 19931 (java) S 19868 19871 12222 0 -1 1077944384 1 13014 0 0 0 0 5 2 20 0 15 0 107290859 11264143360 44652 33554432000 4194304 4196468 140736041286752 140508714231280 140510061971157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19932] ppid=19868 vsize=11000140 memory=279855237650640 CPUtime=0.07 cores=1,3,5,7
/proc/19871/task/19932/stat : 19932 (java) S 19868 19871 12222 0 -1 1077944384 3 13014 0 0 0 0 5 2 20 0 15 0 107290862 11264143360 44652 33554432000 4194304 4196468 140736041286752 140508406831824 140510061979547 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19933] ppid=19868 vsize=11000140 memory=139927618627920 CPUtime=0.28 cores=1,3,5,7
/proc/19871/task/19933/stat : 19933 (java) S 19868 19871 12222 0 -1 1077944384 1178 13014 0 0 21 0 5 2 20 0 15 0 107290862 11264143360 44652 33554432000 4194304 4196468 140736041286752 140509485750256 140510061972098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19934] ppid=19868 vsize=11000140 memory=139927761440849 CPUtime=0.26 cores=1,3,5,7
/proc/19871/task/19934/stat : 19934 (java) S 19868 19871 12222 0 -1 1077944384 1192 13014 0 0 19 0 5 2 20 0 15 0 107290862 11264143360 44652 33554432000 4194304 4196468 140736041286752 140509484697712 140510061972098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19935] ppid=19868 vsize=11000140 memory=96 CPUtime=0.36 cores=1,3,5,7
/proc/19871/task/19935/stat : 19935 (java) S 19868 19871 12222 0 -1 1077944384 1128 13014 0 0 29 0 5 2 20 0 15 0 107290862 11264143360 44652 33554432000 4194304 4196468 140736041286752 140509483645168 140510061972098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19936] ppid=19868 vsize=11000140 memory=3 CPUtime=0.07 cores=1,3,5,7
/proc/19871/task/19936/stat : 19936 (java) S 19868 19871 12222 0 -1 1077944384 3 13014 0 0 0 0 5 2 20 0 15 0 107290862 11264143360 44652 33554432000 4194304 4196468 140736041286752 140507976034912 140510061971157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19937] ppid=19868 vsize=11000140 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19871/task/19937/stat : 19937 (java) S 19868 19871 12222 0 -1 1077944384 1 13014 0 0 0 0 5 2 20 0 15 0 107290862 11264143360 44652 33554432000 4194304 4196468 140736041286752 140509482593072 140510061972098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
Current children cumulated CPU time: 2.24 s
Current children cumulated vsize: 11000140 KiB
Current children cumulated memory: 178608 KiB

[startup+3.11036 s]
/proc/loadavg: 1.43 1.79 1.89 4/198 19968
/proc/meminfo: memFree=23640044/32770624 swapFree=67108404/67108860
[pid=19871] ppid=19868 vsize=11008352 memory=279452 CPUtime=6.04 cores=1,3,5,7
/proc/19871/stat : 19871 (java) S 19868 19871 12222 0 -1 1077944320 38235 13014 0 0 580 17 5 2 20 0 15 0 107290848 11272552448 69863 33554432000 4194304 4196468 140736041286752 140736041269296 140510061960951 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
/proc/19871/statm: 2752088 69863 3500 1 0 2713741 0
[pid=19871/tid=19924] ppid=19868 vsize=11008352 memory=225258149813109 CPUtime=2.99 cores=1,3,5,7
/proc/19871/task/19924/stat : 19924 (java) R 19868 19871 12222 0 -1 4202560 27126 13014 0 0 283 9 5 2 20 0 15 0 107290856 11272552448 69863 33554432000 4194304 4196468 140736041286752 140510033792784 140510046004581 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19925] ppid=19868 vsize=11008352 memory=225258149813110 CPUtime=0.09 cores=1,3,5,7
/proc/19871/task/19925/stat : 19925 (java) S 19868 19871 12222 0 -1 1077944384 38 13014 0 0 2 0 5 2 20 0 15 0 107290857 11272552448 69863 33554432000 4194304 4196468 140736041286752 140510066202896 140510061971157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19926] ppid=19868 vsize=11008352 memory=6791534058613427641 CPUtime=0.1 cores=1,3,5,7
/proc/19871/task/19926/stat : 19926 (java) S 19868 19871 12222 0 -1 1077944384 94 13014 0 0 3 0 5 2 20 0 15 0 107290857 11272552448 69863 33554432000 4194304 4196468 140736041286752 140509931538832 140510061971157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19927] ppid=19868 vsize=11008352 memory=6944656575208382560 CPUtime=0.09 cores=1,3,5,7
/proc/19871/task/19927/stat : 19927 (java) S 19868 19871 12222 0 -1 1077944384 308 13014 0 0 2 0 5 2 20 0 15 0 107290857 11272552448 69863 33554432000 4194304 4196468 140736041286752 140509930486288 140510061971157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19928] ppid=19868 vsize=11008352 memory=6656426216303648864 CPUtime=0.09 cores=1,3,5,7
/proc/19871/task/19928/stat : 19928 (java) S 19868 19871 12222 0 -1 1077944384 49 13014 0 0 2 0 5 2 20 0 15 0 107290857 11272552448 69863 33554432000 4194304 4196468 140736041286752 140509929433744 140510061971157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19929] ppid=19868 vsize=11008352 memory=5860704123725310038 CPUtime=0.1 cores=1,3,5,7
/proc/19871/task/19929/stat : 19929 (java) S 19868 19871 12222 0 -1 1077944384 277 13014 0 0 3 0 5 2 20 0 15 0 107290858 11272552448 69863 33554432000 4194304 4196468 140736041286752 140509486803440 140510061972098 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19930] ppid=19868 vsize=11008352 memory=7295950583417696866 CPUtime=0.07 cores=1,3,5,7
/proc/19871/task/19930/stat : 19930 (java) S 19868 19871 12222 0 -1 1077944384 14 13014 0 0 0 0 5 2 20 0 15 0 107290859 11272552448 69863 33554432000 4194304 4196468 140736041286752 140508915557856 140510061971157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19931] ppid=19868 vsize=11008352 memory=4012 CPUtime=0.07 cores=1,3,5,7
/proc/19871/task/19931/stat : 19931 (java) S 19868 19871 12222 0 -1 1077944384 1 13014 0 0 0 0 5 2 20 0 15 0 107290859 11272552448 69863 33554432000 4194304 4196468 140736041286752 140508714231296 140510061971157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19932] ppid=19868 vsize=11008352 memory=30588 CPUtime=0.07 cores=1,3,5,7
/proc/19871/task/19932/stat : 19932 (java) S 19868 19871 12222 0 -1 1077944384 3 13014 0 0 0 0 5 2 20 0 15 0 107290862 11272552448 69863 33554432000 4194304 4196468 140736041286752 140508406831824 140510061979547 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19933] ppid=19868 vsize=11008352 memory=2396 CPUtime=0.82 cores=1,3,5,7
/proc/19871/task/19933/stat : 19933 (java) R 19868 19871 12222 0 -1 4202560 1756 13014 0 0 74 1 5 2 20 0 15 0 107290862 11272552448 69863 33554432000 4194304 4196468 140736041286752 140509485736544 140510040364384 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19934] ppid=19868 vsize=11008352 memory=1300 CPUtime=1.15 cores=1,3,5,7
/proc/19871/task/19934/stat : 19934 (java) R 19868 19871 12222 0 -1 4202560 3507 13014 0 0 107 1 5 2 20 0 15 0 107290862 11272552448 69863 33554432000 4194304 4196468 140736041286752 140509484685856 140510041652690 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19935] ppid=19868 vsize=11008352 memory=1840 CPUtime=1.07 cores=1,3,5,7
/proc/19871/task/19935/stat : 19935 (java) S 19868 19871 12222 0 -1 1077944384 2864 13014 0 0 99 1 5 2 20 0 15 0 107290862 11272552448 69863 33554432000 4194304 4196468 140736041286752 140509483645168 140510061972098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19936] ppid=19868 vsize=11008352 memory=1716 CPUtime=0.07 cores=1,3,5,7
/proc/19871/task/19936/stat : 19936 (java) S 19868 19871 12222 0 -1 1077944384 3 13014 0 0 0 0 5 2 20 0 15 0 107290862 11272552448 69863 33554432000 4194304 4196468 140736041286752 140507976034912 140510061971157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19937] ppid=19868 vsize=11008352 memory=796 CPUtime=0.07 cores=1,3,5,7
/proc/19871/task/19937/stat : 19937 (java) S 19868 19871 12222 0 -1 1077944384 1 13014 0 0 0 0 5 2 20 0 15 0 107290862 11272552448 69863 33554432000 4194304 4196468 140736041286752 140509482593072 140510061972098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
Current children cumulated CPU time: 6.04 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 279452 KiB

[startup+4.51909 s]
# the end of solver process 19871 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=9.07857 s, system=0.298215 s

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

[startup+3.20359 s]
/proc/loadavg: 1.43 1.79 1.89 4/198 19968
/proc/meminfo: memFree=23640044/32770624 swapFree=67108404/67108860
[pid=19871] ppid=19868 vsize=11008352 memory=280624 CPUtime=6.27 cores=1,3,5,7
/proc/19871/stat : 19871 (java) S 19868 19871 12222 0 -1 1077944320 41332 13014 0 0 602 18 5 2 20 0 15 0 107290848 11272552448 70156 33554432000 4194304 4196468 140736041286752 140736041269296 140510061960951 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
/proc/19871/statm: 2752088 70156 3500 1 0 2713741 0
[pid=19871/tid=19924] ppid=19868 vsize=11008352 memory=1008 CPUtime=3.08 cores=1,3,5,7
/proc/19871/task/19924/stat : 19924 (java) R 19868 19871 12222 0 -1 4202560 28692 13014 0 0 292 9 5 2 20 0 15 0 107290856 11272552448 70156 33554432000 4194304 4196468 140736041286752 140510033790848 140509613824451 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19925] ppid=19868 vsize=11008352 memory=1952 CPUtime=0.09 cores=1,3,5,7
/proc/19871/task/19925/stat : 19925 (java) S 19868 19871 12222 0 -1 1077944384 38 13014 0 0 2 0 5 2 20 0 15 0 107290857 11272552448 70156 33554432000 4194304 4196468 140736041286752 140510066202896 140510061971157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19926] ppid=19868 vsize=11008352 memory=253352 CPUtime=0.1 cores=1,3,5,7
/proc/19871/task/19926/stat : 19926 (java) S 19868 19871 12222 0 -1 1077944384 94 13014 0 0 3 0 5 2 20 0 15 0 107290857 11272552448 70156 33554432000 4194304 4196468 140736041286752 140509931538832 140510061971157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19927] ppid=19868 vsize=11008352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/19871/task/19927/stat : 19927 (java) S 19868 19871 12222 0 -1 1077944384 308 13014 0 0 2 0 5 2 20 0 15 0 107290857 11272552448 70156 33554432000 4194304 4196468 140736041286752 140509930486288 140510061971157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19928] ppid=19868 vsize=11008352 memory=279855237231424 CPUtime=0.09 cores=1,3,5,7
/proc/19871/task/19928/stat : 19928 (java) S 19868 19871 12222 0 -1 1077944384 49 13014 0 0 2 0 5 2 20 0 15 0 107290857 11272552448 70156 33554432000 4194304 4196468 140736041286752 140509929433744 140510061971157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19929] ppid=19868 vsize=11008352 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/19871/task/19929/stat : 19929 (java) S 19868 19871 12222 0 -1 1077944384 277 13014 0 0 3 0 5 2 20 0 15 0 107290858 11272552448 70156 33554432000 4194304 4196468 140736041286752 140509486803440 140510061972098 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19930] ppid=19868 vsize=11008352 memory=739271074935431506 CPUtime=0.07 cores=1,3,5,7
/proc/19871/task/19930/stat : 19930 (java) S 19868 19871 12222 0 -1 1077944384 14 13014 0 0 0 0 5 2 20 0 15 0 107290859 11272552448 70156 33554432000 4194304 4196468 140736041286752 140508915557856 140510061971157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19931] ppid=19868 vsize=11008352 memory=5861263745131176555 CPUtime=0.07 cores=1,3,5,7
/proc/19871/task/19931/stat : 19931 (java) S 19868 19871 12222 0 -1 1077944384 1 13014 0 0 0 0 5 2 20 0 15 0 107290859 11272552448 70156 33554432000 4194304 4196468 140736041286752 140508714231296 140510061971157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19932] ppid=19868 vsize=11008352 memory=6154566245378773100 CPUtime=0.07 cores=1,3,5,7
/proc/19871/task/19932/stat : 19932 (java) S 19868 19871 12222 0 -1 1077944384 3 13014 0 0 0 0 5 2 20 0 15 0 107290862 11272552448 70156 33554432000 4194304 4196468 140736041286752 140508406831824 140510061979547 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19933] ppid=19868 vsize=11008352 memory=279855237509904 CPUtime=0.85 cores=1,3,5,7
/proc/19871/task/19933/stat : 19933 (java) R 19868 19871 12222 0 -1 4202560 1839 13014 0 0 77 1 5 2 20 0 15 0 107290862 11272552448 70156 33554432000 4194304 4196468 140736041286752 140509485750552 140510042719433 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19934] ppid=19868 vsize=11008352 memory=0 CPUtime=1.18 cores=1,3,5,7
/proc/19871/task/19934/stat : 19934 (java) R 19868 19871 12222 0 -1 4202560 3772 13014 0 0 110 1 5 2 20 0 15 0 107290862 11272552448 70156 33554432000 4194304 4196468 140736041286752 140509484684144 140510046360665 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19935] ppid=19868 vsize=11008352 memory=9229 CPUtime=1.13 cores=1,3,5,7
/proc/19871/task/19935/stat : 19935 (java) R 19868 19871 12222 0 -1 4202560 4079 13014 0 0 105 1 5 2 20 0 15 0 107290862 11272552448 70156 33554432000 4194304 4196468 140736041286752 140509483642104 140510046069037 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19936] ppid=19868 vsize=11008352 memory=19106 CPUtime=0.07 cores=1,3,5,7
/proc/19871/task/19936/stat : 19936 (java) S 19868 19871 12222 0 -1 1077944384 3 13014 0 0 0 0 5 2 20 0 15 0 107290862 11272552448 70156 33554432000 4194304 4196468 140736041286752 140507976034912 140510061971157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19937] ppid=19868 vsize=11008352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19871/task/19937/stat : 19937 (java) S 19868 19871 12222 0 -1 1077944384 1 13014 0 0 0 0 5 2 20 0 15 0 107290862 11272552448 70156 33554432000 4194304 4196468 140736041286752 140509482593072 140510061972098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 280624 KiB

[startup+4.00136 s]*
/proc/loadavg: 1.43 1.79 1.89 4/215 20065
/proc/meminfo: memFree=23485380/32770624 swapFree=67108404/67108860
[pid=19871] ppid=19868 vsize=11080352 memory=331336 CPUtime=8.58 cores=1,3,5,7
/proc/19871/stat : 19871 (java) S 19868 19871 12222 0 -1 1077944320 71946 13014 0 0 828 23 5 2 20 0 15 0 107290848 11346280448 82834 33554432000 4194304 4196468 140736041286752 140736041269296 140510061960951 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
/proc/19871/statm: 2770088 82834 3500 1 0 2731741 0
[pid=19871/tid=19924] ppid=19868 vsize=11080352 memory=720575944405811505 CPUtime=3.89 cores=1,3,5,7
/proc/19871/task/19924/stat : 19924 (java) R 19868 19871 12222 0 -1 4202560 48911 13014 0 0 370 12 5 2 20 0 15 0 107290856 11346280448 82834 33554432000 4194304 4196468 140736041286752 140510033784752 140510046041438 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19925] ppid=19868 vsize=11080352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/19871/task/19925/stat : 19925 (java) S 19868 19871 12222 0 -1 1077944384 38 13014 0 0 2 0 5 2 20 0 15 0 107290857 11346280448 82893 33554432000 4194304 4196468 140736041286752 140510066202896 140510061971157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19926] ppid=19868 vsize=11080352 memory=139927762061523 CPUtime=0.1 cores=1,3,5,7
/proc/19871/task/19926/stat : 19926 (java) S 19868 19871 12222 0 -1 1077944384 94 13014 0 0 3 0 5 2 20 0 15 0 107290857 11346280448 82893 33554432000 4194304 4196468 140736041286752 140509931538832 140510061971157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19927] ppid=19868 vsize=11080352 memory=7956005031678667109 CPUtime=0.09 cores=1,3,5,7
/proc/19871/task/19927/stat : 19927 (java) S 19868 19871 12222 0 -1 1077944384 308 13014 0 0 2 0 5 2 20 0 15 0 107290857 11346280448 82893 33554432000 4194304 4196468 140736041286752 140509930486288 140510061971157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19928] ppid=19868 vsize=11080352 memory=7013907154816362349 CPUtime=0.09 cores=1,3,5,7
/proc/19871/task/19928/stat : 19928 (java) S 19868 19871 12222 0 -1 1077944384 49 13014 0 0 2 0 5 2 20 0 15 0 107290857 11346280448 82893 33554432000 4194304 4196468 140736041286752 140509929433744 140510061971157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19929] ppid=19868 vsize=11080352 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/19871/task/19929/stat : 19929 (java) S 19868 19871 12222 0 -1 1077944384 298 13014 0 0 3 0 5 2 20 0 15 0 107290858 11346280448 82893 33554432000 4194304 4196468 140736041286752 140509486803440 140510061972098 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19930] ppid=19868 vsize=11080352 memory=2319389199166808112 CPUtime=0.07 cores=1,3,5,7
/proc/19871/task/19930/stat : 19930 (java) S 19868 19871 12222 0 -1 1077944384 14 13014 0 0 0 0 5 2 20 0 15 0 107290859 11346280448 82893 33554432000 4194304 4196468 140736041286752 140508915557856 140510061971157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19931] ppid=19868 vsize=11080352 memory=8099531882097107024 CPUtime=0.07 cores=1,3,5,7
/proc/19871/task/19931/stat : 19931 (java) S 19868 19871 12222 0 -1 1077944384 1 13014 0 0 0 0 5 2 20 0 15 0 107290859 11346280448 82893 33554432000 4194304 4196468 140736041286752 140508714231296 140510061971157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19932] ppid=19868 vsize=11080352 memory=5787213827130549604 CPUtime=0.07 cores=1,3,5,7
/proc/19871/task/19932/stat : 19932 (java) S 19868 19871 12222 0 -1 1077944384 3 13014 0 0 0 0 5 2 20 0 15 0 107290862 11346280448 82893 33554432000 4194304 4196468 140736041286752 140508406831824 140510061979547 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19933] ppid=19868 vsize=11080352 memory=0 CPUtime=1.36 cores=1,3,5,7
/proc/19871/task/19933/stat : 19933 (java) S 19868 19871 12222 0 -1 1077944384 3466 13014 0 0 126 3 5 2 20 0 15 0 107290862 11346280448 82893 33554432000 4194304 4196468 140736041286752 140509485750256 140510061972098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19934] ppid=19868 vsize=11080352 memory=3539888904938207537 CPUtime=1.88 cores=1,3,5,7
/proc/19871/task/19934/stat : 19934 (java) R 19868 19871 12222 0 -1 4202560 9092 13014 0 0 180 1 5 2 20 0 15 0 107290862 11346280448 82893 33554432000 4194304 4196468 140736041286752 140509484683056 140510041647338 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19935] ppid=19868 vsize=11080352 memory=3467964555776753081 CPUtime=1.44 cores=1,3,5,7
/proc/19871/task/19935/stat : 19935 (java) S 19868 19871 12222 0 -1 1077944384 7473 13014 0 0 135 2 5 2 20 0 15 0 107290862 11346280448 82893 33554432000 4194304 4196468 140736041286752 140509483645168 140510061972098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19936] ppid=19868 vsize=11080352 memory=2319389220641254687 CPUtime=0.07 cores=1,3,5,7
/proc/19871/task/19936/stat : 19936 (java) S 19868 19871 12222 0 -1 1077944384 3 13014 0 0 0 0 5 2 20 0 15 0 107290862 11346280448 82893 33554432000 4194304 4196468 140736041286752 140507976034912 140510061971157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
[pid=19871/tid=19937] ppid=19868 vsize=11080352 memory=3467964555776753081 CPUtime=0.07 cores=1,3,5,7
/proc/19871/task/19937/stat : 19937 (java) S 19868 19871 12222 0 -1 1077944384 8 13014 0 0 0 0 5 2 20 0 15 0 107290862 11346280448 82893 33554432000 4194304 4196468 140736041286752 140509482593072 140510061972098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35880960 140736041290346 140736041293153 140736041293153 140736041295823 0
Current children cumulated CPU time: 8.58 s
Current children cumulated vsize: 11080352 KiB
Current children cumulated memory: 331336 KiB

[startup+4.40937 s]
/proc/loadavg: 1.43 1.79 1.89 2/202 20066
/proc/meminfo: memFree=23779104/32770624 swapFree=67108404/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+4.50015 s]
/proc/loadavg: 1.43 1.79 1.89 2/202 20066
/proc/meminfo: memFree=23779104/32770624 swapFree=67108404/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 4.51914
CPU time (s): 9.37679
CPU user time (s): 9.07857
CPU system time (s): 0.298215
CPU usage (%): 207.49
Max. virtual memory (cumulated for all children) (KiB): 11082904
Max. memory (cumulated for all children) (KiB): 335340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.07857
system time used= 0.298215
maximum resident set size= 338140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86978
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= 6966
involuntary context switches= 37


# summary of solver processes directly reported to runsolver:
#   pid: 19871
#   total CPU time (s): 9.37679
#   total CPU user time (s): 9.07857
#   total CPU system time (s): 0.298215

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.041788 second user time and 0.090175 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-29 22:47:57
IDJOB=4302828
IDBENCH=141356
IDSOLVER=2777
FILE ID=node148/4302828-1532897277
RUNJOBID= node148-1532892979-13581
PBS_JOBID= 21022520
Free space on /tmp= 47780 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/TemplateDesign/TemplateDesign-m2-2_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302828-1532897277/watcher-4302828-1532897277 -o /tmp/evaluation-result-4302828-1532897277/solver-4302828-1532897277 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532892979-13581 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=40480957 -superng HOME/instance-4302828-1532897277.xml

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

MD5SUM BENCH= 44fbe0987cd748884024830a876a5560
RANDOM SEED=40480957

node148.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.50
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.50
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.50
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.50
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:        22938276 kB
MemAvailable:   30987956 kB
Buffers:          248432 kB
Cached:          7951640 kB
SwapCached:          352 kB
Active:          2817736 kB
Inactive:        6376100 kB
Active(anon):     947120 kB
Inactive(anon):    74228 kB
Active(file):    1870616 kB
Inactive(file):  6301872 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:             26940 kB
Writeback:             0 kB
AnonPages:       1000184 kB
Mapped:            57712 kB
Shmem:             25016 kB
Slab:             334080 kB
SReclaimable:     305652 kB
SUnreclaim:        28428 kB
KernelStack:        3792 kB
PageTables:         7268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2139756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    749568 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 47752 MiB
End job on node148 at 2018-07-29 22:48:02