Trace number 4304752

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-SuperNGOPT0 9.45542 4.27087

General information on the benchmark

NameSteelMillSlab/
SteelMillSlab-m1-simple_c18.xml
MD5SUM5b0471201a80cf29b9165f742e9eb3a6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.400485
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints33
Number of domains3
Minimum domain size5
Maximum domain size19
Distribution of domain sizes[{"size":5,"count":10},{"size":10,"count":10},{"size":19,"count":10}]
Minimum variable degree2
Maximum variable degree21
Distribution of variable degrees[{"degree":2,"count":10},{"degree":4,"count":10},{"degree":20,"count":8},{"degree":21,"count":2}]
Minimum constraint arity2
Maximum constraint arity11
Distribution of constraint arities[{"arity":2,"count":11},{"arity":10,"count":12},{"arity":11,"count":10}]
Number of extensional constraints10
Number of intensional constraints1
Distribution of constraint types[{"type":"extension","count":10},{"type":"intension","count":1},{"type":"ordered","count":1},{"type":"sum","count":21}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.98/0.73	c Concrete v3.9.2.1532736233296 running
9.02/4.18	o 1
9.29/4.22	o 0
9.29/4.23	v <instantiation cost="0">
9.29/4.23	v       <list>
9.29/4.23	v         slab[0] slab[1] slab[2] slab[3] slab[4] slab[5] slab[6] slab[7] slab[8] slab[9] load[0] load[1] load[2] load[3] load[4] load[5] load[6] load[7] load[8] load[9] loss[0] loss[1] loss[2] loss[3] loss[4] loss[5] loss[6] loss[7] loss[8] loss[9]
9.29/4.23	v       </list>
9.29/4.23	v       <values>
9.29/4.23	v         0 1 3 1 2 0 1 0 3 3 15 15 9 9 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
9.29/4.23	v       </values>
9.29/4.23	v     </instantiation>
9.29/4.23	s OPTIMUM FOUND

Verifier Data

OK	0

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304752-1534148976/watcher-4304752-1534148976 -o /tmp/evaluation-result-4304752-1534148976/solver-4304752-1534148976 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1534138268-9450 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1448339300 -superng HOME/instance-4304752-1534148976.xml 

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

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


[startup+0.100079 s]*
/proc/loadavg: 1.88 1.56 1.47 3/206 11282
/proc/meminfo: memFree=13476288/32770624 swapFree=67108792/67108860
[pid=11225] ppid=11222 vsize=10005480 memory=18588 CPUtime=0.09 cores=1,3,5,7
/proc/11225/stat : 11225 (java) S 11222 11225 8231 0 -1 1077944320 4298 12886 0 0 1 1 6 1 20 0 6 0 232460848 10245611520 4647 33554432000 4194304 4196468 140725761982240 140725761964784 140408681451255 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
/proc/11225/statm: 2501370 4647 1934 1 0 2489808 0
[pid=11225/tid=11278] ppid=11222 vsize=10021560 memory=5852835220496416925 CPUtime=0.08 cores=1,3,5,7
/proc/11225/task/11278/stat : 11278 (java) R 11222 11225 8231 0 -1 4202560 2146 12886 0 0 1 0 6 1 20 0 6 0 232460857 10262077440 4713 33554432000 4194304 4196468 140725761982240 140408653288016 140408666963965 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11279] ppid=11222 vsize=10021560 memory=5793855673253169593 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11279/stat : 11279 (java) S 11222 11225 8231 0 -1 1077944384 1 12886 0 0 0 0 6 1 20 0 6 0 232460858 10262077440 4713 33554432000 4194304 4196468 140725761982240 140408685693968 140408681461461 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11280] ppid=11222 vsize=10022588 memory=140422243276416 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11280/stat : 11280 (java) S 11222 11225 8231 0 -1 1077944384 1 12886 0 0 0 0 6 1 20 0 6 0 232460858 10263130112 4713 33554432000 4194304 4196468 140725761982240 140408540413072 140408681461461 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11281] ppid=11222 vsize=10022588 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11281/stat : 11281 (java) S 11222 11225 8231 0 -1 1077944384 1 12886 0 0 0 0 6 1 20 0 7 0 232460858 10263130112 4713 33554432000 4194304 4196468 140725761982240 140408539360016 140408681461461 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11282] ppid=11222 vsize=10022588 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11282/stat : 11282 (java) S 11222 11225 8231 0 -1 1077944384 2 12886 0 0 0 0 6 1 20 0 7 0 232460858 10263130112 4713 33554432000 4194304 4196468 140725761982240 140408538307472 140408681461461 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11283] ppid=11222 vsize=10088124 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11283/stat : 11283 (java) R 11222 11225 8231 0 -1 4202560 1 12886 0 0 0 0 6 1 20 0 7 0 232460859 10330238976 4713 33554432000 4194304 4196468 140725761982240 140408107248480 140408674168407 0 0 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18588 KiB

[startup+0.209836 s]*
/proc/loadavg: 1.88 1.56 1.47 3/215 11291
/proc/meminfo: memFree=13455144/32770624 swapFree=67108792/67108860
[pid=11225] ppid=11222 vsize=10983736 memory=46752 CPUtime=0.25 cores=1,3,5,7
/proc/11225/stat : 11225 (java) S 11222 11225 8231 0 -1 1077944320 8449 12886 0 0 16 2 6 1 20 0 15 0 232460848 11247345664 11688 33554432000 4194304 4196468 140725761982240 140725761964784 140408681451255 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
/proc/11225/statm: 2745934 11688 2981 1 0 2708357 0
[pid=11225/tid=11278] ppid=11222 vsize=10982776 memory=-8540663193526752614 CPUtime=0.19 cores=1,3,5,7
/proc/11225/task/11278/stat : 11278 (java) R 11222 11225 8231 0 -1 4202560 5434 12886 0 0 11 1 6 1 20 0 15 0 232460857 11246362624 12075 33554432000 4194304 4196468 140725761982240 140408653276064 140408674130973 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11279] ppid=11222 vsize=10982776 memory=4211974148448066954 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11279/stat : 11279 (java) S 11222 11225 8231 0 -1 1077944384 1 12886 0 0 0 0 6 1 20 0 15 0 232460858 11246362624 12075 33554432000 4194304 4196468 140725761982240 140408685693968 140408681461461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11280] ppid=11222 vsize=10982776 memory=140422243276416 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11280/stat : 11280 (java) S 11222 11225 8231 0 -1 1077944384 1 12886 0 0 0 0 6 1 20 0 15 0 232460858 11246362624 12141 33554432000 4194304 4196468 140725761982240 140408540413072 140408681461461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11281] ppid=11222 vsize=10982776 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11281/stat : 11281 (java) S 11222 11225 8231 0 -1 1077944384 1 12886 0 0 0 0 6 1 20 0 15 0 232460858 11246362624 12141 33554432000 4194304 4196468 140725761982240 140408539360016 140408681461461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11282] ppid=11222 vsize=10982776 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11282/stat : 11282 (java) S 11222 11225 8231 0 -1 1077944384 2 12886 0 0 0 0 6 1 20 0 15 0 232460858 11246362624 12141 33554432000 4194304 4196468 140725761982240 140408538307472 140408681461461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11283] ppid=11222 vsize=10982776 memory=140422243276416 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11283/stat : 11283 (java) S 11222 11225 8231 0 -1 1077944384 2 12886 0 0 0 0 6 1 20 0 15 0 232460859 11246362624 12207 33554432000 4194304 4196468 140725761982240 140408107247856 140408681462402 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11284] ppid=11222 vsize=10982776 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11284/stat : 11284 (java) S 11222 11225 8231 0 -1 1077944384 13 12886 0 0 0 0 6 1 20 0 15 0 232460860 11246362624 12207 33554432000 4194304 4196468 140725761982240 140407460586656 140408681461461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11285] ppid=11222 vsize=10982776 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11285/stat : 11285 (java) S 11222 11225 8231 0 -1 1077944384 1 12886 0 0 0 0 6 1 20 0 15 0 232460860 11246362624 12207 33554432000 4194304 4196468 140725761982240 140407312737008 140408681461461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11286] ppid=11222 vsize=10982776 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11286/stat : 11286 (java) S 11222 11225 8231 0 -1 1077944384 3 12886 0 0 0 0 6 1 20 0 15 0 232460862 11246362624 12273 33554432000 4194304 4196468 140725761982240 140407005337552 140408681469851 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11287] ppid=11222 vsize=10982776 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11225/task/11287/stat : 11287 (java) S 11222 11225 8231 0 -1 1077944384 548 12886 0 0 1 0 6 1 20 0 15 0 232460862 11246362624 12273 33554432000 4194304 4196468 140725761982240 140408106195696 140408681462402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11288] ppid=11222 vsize=10982776 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11288/stat : 11288 (java) S 11222 11225 8231 0 -1 1077944384 72 12886 0 0 0 0 6 1 20 0 15 0 232460862 11246362624 12273 33554432000 4194304 4196468 140725761982240 140408105143152 140408681462402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11289] ppid=11222 vsize=10982776 memory=140422243276416 CPUtime=0.1 cores=1,3,5,7
/proc/11225/task/11289/stat : 11289 (java) S 11222 11225 8231 0 -1 1077944384 607 12886 0 0 3 0 6 1 20 0 15 0 232460862 11246362624 12273 33554432000 4194304 4196468 140725761982240 140408104090096 140408681462402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11290] ppid=11222 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11290/stat : 11290 (java) S 11222 11225 8231 0 -1 1077944384 3 12886 0 0 0 0 6 1 20 0 15 0 232460863 11246329856 12326 33554432000 4194304 4196468 140725761982240 140406574541664 140408681461461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11291] ppid=11222 vsize=10982744 memory=140422243276416 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11291/stat : 11291 (java) S 11222 11225 8231 0 -1 1077944384 1 12886 0 0 0 0 6 1 20 0 15 0 232460863 11246329856 12326 33554432000 4194304 4196468 140725761982240 140408103037488 140408681462402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10983736 KiB
Current children cumulated memory: 46752 KiB

[startup+0.310143 s]*
/proc/loadavg: 1.88 1.56 1.47 3/215 11291
/proc/meminfo: memFree=13441320/32770624 swapFree=67108792/67108860
[pid=11225] ppid=11222 vsize=10983192 memory=57184 CPUtime=0.37 cores=1,3,5,7
/proc/11225/stat : 11225 (java) S 11222 11225 8231 0 -1 1077944320 10312 12886 0 0 28 2 6 1 20 0 15 0 232460848 11246788608 14296 33554432000 4194304 4196468 140725761982240 140725761964784 140408681451255 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
/proc/11225/statm: 2745798 14296 3100 1 0 2708109 0
[pid=11225/tid=11278] ppid=11222 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/11225/task/11278/stat : 11278 (java) R 11222 11225 8231 0 -1 4202560 6856 12886 0 0 20 1 6 1 20 0 15 0 232460857 11246788608 14296 33554432000 4194304 4196468 140725761982240 140408653263264 140408664638064 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11279] ppid=11222 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11279/stat : 11279 (java) S 11222 11225 8231 0 -1 1077944384 1 12886 0 0 0 0 6 1 20 0 15 0 232460858 11246788608 14296 33554432000 4194304 4196468 140725761982240 140408685693968 140408681461461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11280] ppid=11222 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11280/stat : 11280 (java) S 11222 11225 8231 0 -1 1077944384 1 12886 0 0 0 0 6 1 20 0 15 0 232460858 11246788608 14296 33554432000 4194304 4196468 140725761982240 140408540413072 140408681461461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11281] ppid=11222 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11281/stat : 11281 (java) S 11222 11225 8231 0 -1 1077944384 1 12886 0 0 0 0 6 1 20 0 15 0 232460858 11246788608 14296 33554432000 4194304 4196468 140725761982240 140408539360016 140408681461461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11282] ppid=11222 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11282/stat : 11282 (java) S 11222 11225 8231 0 -1 1077944384 2 12886 0 0 0 0 6 1 20 0 15 0 232460858 11246788608 14296 33554432000 4194304 4196468 140725761982240 140408538307472 140408681461461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11283] ppid=11222 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11283/stat : 11283 (java) S 11222 11225 8231 0 -1 1077944384 2 12886 0 0 0 0 6 1 20 0 15 0 232460859 11246788608 14296 33554432000 4194304 4196468 140725761982240 140408107247856 140408681462402 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11284] ppid=11222 vsize=10983192 memory=140422243276415 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11284/stat : 11284 (java) S 11222 11225 8231 0 -1 1077944384 13 12886 0 0 0 0 6 1 20 0 15 0 232460860 11246788608 14296 33554432000 4194304 4196468 140725761982240 140407460586656 140408681461461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11285] ppid=11222 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11285/stat : 11285 (java) S 11222 11225 8231 0 -1 1077944384 1 12886 0 0 0 0 6 1 20 0 15 0 232460860 11246788608 14296 33554432000 4194304 4196468 140725761982240 140407312737008 140408681461461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11286] ppid=11222 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11286/stat : 11286 (java) S 11222 11225 8231 0 -1 1077944384 3 12886 0 0 0 0 6 1 20 0 15 0 232460862 11246788608 14296 33554432000 4194304 4196468 140725761982240 140407005337552 140408681469851 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11287] ppid=11222 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11225/task/11287/stat : 11287 (java) S 11222 11225 8231 0 -1 1077944384 551 12886 0 0 1 0 6 1 20 0 15 0 232460862 11246788608 14296 33554432000 4194304 4196468 140725761982240 140408106195696 140408681462402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11288] ppid=11222 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11225/task/11288/stat : 11288 (java) S 11222 11225 8231 0 -1 1077944384 73 12886 0 0 1 0 6 1 20 0 15 0 232460862 11246788608 14296 33554432000 4194304 4196468 140725761982240 140408105143152 140408681462402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11289] ppid=11222 vsize=10983192 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/11225/task/11289/stat : 11289 (java) R 11222 11225 8231 0 -1 4202560 615 12886 0 0 5 0 6 1 20 0 15 0 232460862 11246788608 14296 33554432000 4194304 4196468 140725761982240 140408104090096 140408673688382 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11290] ppid=11222 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11290/stat : 11290 (java) S 11222 11225 8231 0 -1 1077944384 3 12886 0 0 0 0 6 1 20 0 15 0 232460863 11246788608 14296 33554432000 4194304 4196468 140725761982240 140406574541664 140408681461461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11291] ppid=11222 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11291/stat : 11291 (java) S 11222 11225 8231 0 -1 1077944384 1 12886 0 0 0 0 6 1 20 0 15 0 232460863 11246788608 14296 33554432000 4194304 4196468 140725761982240 140408103037488 140408681462402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 57184 KiB

[startup+0.700717 s]
/proc/loadavg: 1.88 1.56 1.47 3/215 11291
/proc/meminfo: memFree=13432884/32770624 swapFree=67108792/67108860
[pid=11225] ppid=11222 vsize=10983192 memory=89340 CPUtime=0.98 cores=1,3,5,7
/proc/11225/stat : 11225 (java) S 11222 11225 8231 0 -1 1077944320 16398 12886 0 0 87 4 6 1 20 0 15 0 232460848 11246788608 22335 33554432000 4194304 4196468 140725761982240 140725761964784 140408681451255 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
/proc/11225/statm: 2745798 22335 3247 1 0 2708109 0
[pid=11225/tid=11278] ppid=11222 vsize=10983192 memory=35564 CPUtime=0.66 cores=1,3,5,7
/proc/11225/task/11278/stat : 11278 (java) R 11222 11225 8231 0 -1 4202560 11854 12886 0 0 56 3 6 1 20 0 15 0 232460857 11246788608 22335 33554432000 4194304 4196468 140725761982240 140408653272080 140408663014807 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11279] ppid=11222 vsize=10983192 memory=3304 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11279/stat : 11279 (java) S 11222 11225 8231 0 -1 1077944384 1 12886 0 0 0 0 6 1 20 0 15 0 232460858 11246788608 22335 33554432000 4194304 4196468 140725761982240 140408685693968 140408681461461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11280] ppid=11222 vsize=10983192 memory=496 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11280/stat : 11280 (java) S 11222 11225 8231 0 -1 1077944384 1 12886 0 0 0 0 6 1 20 0 15 0 232460858 11246788608 22335 33554432000 4194304 4196468 140725761982240 140408540413072 140408681461461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11281] ppid=11222 vsize=10983192 memory=1616 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11281/stat : 11281 (java) S 11222 11225 8231 0 -1 1077944384 1 12886 0 0 0 0 6 1 20 0 15 0 232460858 11246788608 22335 33554432000 4194304 4196468 140725761982240 140408539360016 140408681461461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11282] ppid=11222 vsize=10983192 memory=1168 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11282/stat : 11282 (java) S 11222 11225 8231 0 -1 1077944384 2 12886 0 0 0 0 6 1 20 0 15 0 232460858 11246788608 22335 33554432000 4194304 4196468 140725761982240 140408538307472 140408681461461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11283] ppid=11222 vsize=10983192 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11283/stat : 11283 (java) S 11222 11225 8231 0 -1 1077944384 5 12886 0 0 0 0 6 1 20 0 15 0 232460859 11246788608 22335 33554432000 4194304 4196468 140725761982240 140408107247856 140408681462402 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11284] ppid=11222 vsize=10983192 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11284/stat : 11284 (java) S 11222 11225 8231 0 -1 1077944384 13 12886 0 0 0 0 6 1 20 0 15 0 232460860 11246788608 22335 33554432000 4194304 4196468 140725761982240 140407460586656 140408681461461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11285] ppid=11222 vsize=10983192 memory=6656426216303648864 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11285/stat : 11285 (java) S 11222 11225 8231 0 -1 1077944384 1 12886 0 0 0 0 6 1 20 0 15 0 232460860 11246788608 22335 33554432000 4194304 4196468 140725761982240 140407312737008 140408681461461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11286] ppid=11222 vsize=10983192 memory=15840 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11286/stat : 11286 (java) S 11222 11225 8231 0 -1 1077944384 3 12886 0 0 0 0 6 1 20 0 15 0 232460862 11246788608 22335 33554432000 4194304 4196468 140725761982240 140407005337552 140408681469851 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11287] ppid=11222 vsize=10983192 memory=35564 CPUtime=0.14 cores=1,3,5,7
/proc/11225/task/11287/stat : 11287 (java) S 11222 11225 8231 0 -1 1077944384 931 12886 0 0 7 0 6 1 20 0 15 0 232460862 11246788608 22335 33554432000 4194304 4196468 140725761982240 140408106195696 140408681462402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11288] ppid=11222 vsize=10983192 memory=6944652177228980320 CPUtime=0.16 cores=1,3,5,7
/proc/11225/task/11288/stat : 11288 (java) S 11222 11225 8231 0 -1 1077944384 720 12886 0 0 9 0 6 1 20 0 15 0 232460862 11246788608 22335 33554432000 4194304 4196468 140725761982240 140408105143152 140408681462402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11289] ppid=11222 vsize=10983192 memory=496 CPUtime=0.2 cores=1,3,5,7
/proc/11225/task/11289/stat : 11289 (java) S 11222 11225 8231 0 -1 1077944384 666 12886 0 0 13 0 6 1 20 0 15 0 232460862 11246788608 22335 33554432000 4194304 4196468 140725761982240 140408104090096 140408681462402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11290] ppid=11222 vsize=10983192 memory=1616 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11290/stat : 11290 (java) S 11222 11225 8231 0 -1 1077944384 3 12886 0 0 0 0 6 1 20 0 15 0 232460863 11246788608 22335 33554432000 4194304 4196468 140725761982240 140406574541664 140408681461461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11291] ppid=11222 vsize=10983192 memory=1168 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11291/stat : 11291 (java) S 11222 11225 8231 0 -1 1077944384 1 12886 0 0 0 0 6 1 20 0 15 0 232460863 11246788608 22335 33554432000 4194304 4196468 140725761982240 140408103037488 140408681462402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 89340 KiB

[startup+1.50073 s]
/proc/loadavg: 1.88 1.56 1.47 3/215 11291
/proc/meminfo: memFree=13386552/32770624 swapFree=67108792/67108860
[pid=11225] ppid=11222 vsize=11000140 memory=178052 CPUtime=2.26 cores=1,3,5,7
/proc/11225/stat : 11225 (java) S 11222 11225 8231 0 -1 1077944320 23672 12886 0 0 210 9 6 1 20 0 15 0 232460848 11264143360 44513 33554432000 4194304 4196468 140725761982240 140725761964784 140408681451255 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
/proc/11225/statm: 2750035 44513 3467 1 0 2711693 0
[pid=11225/tid=11278] ppid=11222 vsize=11000140 memory=3892 CPUtime=1.43 cores=1,3,5,7
/proc/11225/task/11278/stat : 11278 (java) R 11222 11225 8231 0 -1 4202560 17492 12886 0 0 131 5 6 1 20 0 15 0 232460857 11264143360 44513 33554432000 4194304 4196468 140725761982240 140408653268288 140408666823364 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11279] ppid=11222 vsize=11000140 memory=63128 CPUtime=0.08 cores=1,3,5,7
/proc/11225/task/11279/stat : 11279 (java) S 11222 11225 8231 0 -1 1077944384 27 12886 0 0 1 0 6 1 20 0 15 0 232460858 11264143360 44513 33554432000 4194304 4196468 140725761982240 140408685693968 140408681461461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11280] ppid=11222 vsize=11000140 memory=1220 CPUtime=0.08 cores=1,3,5,7
/proc/11225/task/11280/stat : 11280 (java) S 11222 11225 8231 0 -1 1077944384 190 12886 0 0 1 0 6 1 20 0 15 0 232460858 11264143360 44513 33554432000 4194304 4196468 140725761982240 140408540413072 140408681461461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11281] ppid=11222 vsize=11000140 memory=164184 CPUtime=0.08 cores=1,3,5,7
/proc/11225/task/11281/stat : 11281 (java) S 11222 11225 8231 0 -1 1077944384 23 12886 0 0 1 0 6 1 20 0 15 0 232460858 11264143360 44513 33554432000 4194304 4196468 140725761982240 140408539360016 140408681461461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11282] ppid=11222 vsize=11000140 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11282/stat : 11282 (java) S 11222 11225 8231 0 -1 1077944384 61 12886 0 0 0 0 6 1 20 0 15 0 232460858 11264143360 44513 33554432000 4194304 4196468 140725761982240 140408538307472 140408681461461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11283] ppid=11222 vsize=11000140 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/11225/task/11283/stat : 11283 (java) S 11222 11225 8231 0 -1 1077944384 49 12886 0 0 1 0 6 1 20 0 15 0 232460859 11264143360 44513 33554432000 4194304 4196468 140725761982240 140408107247856 140408681462402 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11284] ppid=11222 vsize=11000140 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11284/stat : 11284 (java) S 11222 11225 8231 0 -1 1077944384 14 12886 0 0 0 0 6 1 20 0 15 0 232460860 11264143360 44513 33554432000 4194304 4196468 140725761982240 140407460586720 140408681461461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11285] ppid=11222 vsize=11000140 memory=188882259862066 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11285/stat : 11285 (java) S 11222 11225 8231 0 -1 1077944384 1 12886 0 0 0 0 6 1 20 0 15 0 232460860 11264143360 44513 33554432000 4194304 4196468 140725761982240 140407312737024 140408681461461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11286] ppid=11222 vsize=11000140 memory=1277816 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11286/stat : 11286 (java) S 11222 11225 8231 0 -1 1077944384 3 12886 0 0 0 0 6 1 20 0 15 0 232460862 11264143360 44513 33554432000 4194304 4196468 140725761982240 140407005337552 140408681469851 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11287] ppid=11222 vsize=11000140 memory=7223879631911281984 CPUtime=0.24 cores=1,3,5,7
/proc/11225/task/11287/stat : 11287 (java) S 11222 11225 8231 0 -1 1077944384 1170 12886 0 0 17 0 6 1 20 0 15 0 232460862 11264143360 44513 33554432000 4194304 4196468 140725761982240 140408106195696 140408681462402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11288] ppid=11222 vsize=11000140 memory=4638778398332698727 CPUtime=0.3 cores=1,3,5,7
/proc/11225/task/11288/stat : 11288 (java) S 11222 11225 8231 0 -1 1077944384 1168 12886 0 0 23 0 6 1 20 0 15 0 232460862 11264143360 44513 33554432000 4194304 4196468 140725761982240 140408105143152 140408681462402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11289] ppid=11222 vsize=11000140 memory=280844287607024 CPUtime=0.39 cores=1,3,5,7
/proc/11225/task/11289/stat : 11289 (java) S 11222 11225 8231 0 -1 1077944384 1274 12886 0 0 32 0 6 1 20 0 15 0 232460862 11264143360 44513 33554432000 4194304 4196468 140725761982240 140408104090096 140408681462402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11290] ppid=11222 vsize=11000140 memory=4640467248192962656 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11290/stat : 11290 (java) S 11222 11225 8231 0 -1 1077944384 3 12886 0 0 0 0 6 1 20 0 15 0 232460863 11264143360 44513 33554432000 4194304 4196468 140725761982240 140406574541664 140408681461461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11291] ppid=11222 vsize=11000140 memory=-3535359994705171810 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11291/stat : 11291 (java) S 11222 11225 8231 0 -1 1077944384 1 12886 0 0 0 0 6 1 20 0 15 0 232460863 11264143360 44513 33554432000 4194304 4196468 140725761982240 140408103037488 140408681462402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0

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

[startup+3.11037 s]
/proc/loadavg: 1.89 1.56 1.47 4/215 11291
/proc/meminfo: memFree=13238304/32770624 swapFree=67108792/67108860
[pid=11225] ppid=11222 vsize=11008352 memory=266756 CPUtime=6.02 cores=1,3,5,7
/proc/11225/stat : 11225 (java) S 11222 11225 8231 0 -1 1077944320 38137 12886 0 0 581 14 6 1 20 0 15 0 232460848 11272552448 66689 33554432000 4194304 4196468 140725761982240 140725761964784 140408681451255 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
/proc/11225/statm: 2752088 66689 3495 1 0 2713741 0
[pid=11225/tid=11278] ppid=11222 vsize=11008352 memory=56 CPUtime=2.97 cores=1,3,5,7
/proc/11225/task/11278/stat : 11278 (java) R 11222 11225 8231 0 -1 4202560 26137 12886 0 0 283 7 6 1 20 0 15 0 232460857 11272552448 66689 33554432000 4194304 4196468 140725761982240 140408653279776 140408202013920 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11279] ppid=11222 vsize=11008352 memory=6944656592455360604 CPUtime=0.09 cores=1,3,5,7
/proc/11225/task/11279/stat : 11279 (java) S 11222 11225 8231 0 -1 1077944384 32 12886 0 0 2 0 6 1 20 0 15 0 232460858 11272552448 66689 33554432000 4194304 4196468 140725761982240 140408685693968 140408681461461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11280] ppid=11222 vsize=11008352 memory=-3040564339105353098 CPUtime=0.1 cores=1,3,5,7
/proc/11225/task/11280/stat : 11280 (java) S 11222 11225 8231 0 -1 1077944384 204 12886 0 0 3 0 6 1 20 0 15 0 232460858 11272552448 66689 33554432000 4194304 4196468 140725761982240 140408540413072 140408681461461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11281] ppid=11222 vsize=11008352 memory=6946327883869822104 CPUtime=0.09 cores=1,3,5,7
/proc/11225/task/11281/stat : 11281 (java) S 11222 11225 8231 0 -1 1077944384 34 12886 0 0 2 0 6 1 20 0 15 0 232460858 11272552448 66689 33554432000 4194304 4196468 140725761982240 140408539360016 140408681461461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11282] ppid=11222 vsize=11008352 memory=193724 CPUtime=0.1 cores=1,3,5,7
/proc/11225/task/11282/stat : 11282 (java) S 11222 11225 8231 0 -1 1077944384 69 12886 0 0 3 0 6 1 20 0 15 0 232460858 11272552448 66689 33554432000 4194304 4196468 140725761982240 140408538307472 140408681461461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11283] ppid=11222 vsize=11008352 memory=7 CPUtime=0.1 cores=1,3,5,7
/proc/11225/task/11283/stat : 11283 (java) S 11222 11225 8231 0 -1 1077944384 245 12886 0 0 3 0 6 1 20 0 15 0 232460859 11272552448 66689 33554432000 4194304 4196468 140725761982240 140408107247856 140408681462402 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11284] ppid=11222 vsize=11008352 memory=3892 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11284/stat : 11284 (java) S 11222 11225 8231 0 -1 1077944384 14 12886 0 0 0 0 6 1 20 0 15 0 232460860 11272552448 66689 33554432000 4194304 4196468 140725761982240 140407460586720 140408681461461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11285] ppid=11222 vsize=11008352 memory=63128 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11285/stat : 11285 (java) S 11222 11225 8231 0 -1 1077944384 1 12886 0 0 0 0 6 1 20 0 15 0 232460860 11272552448 66689 33554432000 4194304 4196468 140725761982240 140407312737024 140408681461461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11286] ppid=11222 vsize=11008352 memory=1220 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11286/stat : 11286 (java) S 11222 11225 8231 0 -1 1077944384 3 12886 0 0 0 0 6 1 20 0 15 0 232460862 11272552448 66689 33554432000 4194304 4196468 140725761982240 140407005337552 140408681469851 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11287] ppid=11222 vsize=11008352 memory=7 CPUtime=0.8 cores=1,3,5,7
/proc/11225/task/11287/stat : 11287 (java) R 11222 11225 8231 0 -1 4202560 2246 12886 0 0 72 1 6 1 20 0 15 0 232460862 11272552448 66689 33554432000 4194304 4196468 140725761982240 140408106181888 140408662861405 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11288] ppid=11222 vsize=11008352 memory=7 CPUtime=1.09 cores=1,3,5,7
/proc/11225/task/11288/stat : 11288 (java) S 11222 11225 8231 0 -1 1077944384 3813 12886 0 0 102 0 6 1 20 0 15 0 232460862 11272552448 66689 33554432000 4194304 4196468 140725761982240 140408105143152 140408681462402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11289] ppid=11222 vsize=11008352 memory=7 CPUtime=1.13 cores=1,3,5,7
/proc/11225/task/11289/stat : 11289 (java) S 11222 11225 8231 0 -1 1077944384 3140 12886 0 0 105 1 6 1 20 0 15 0 232460862 11272552448 66689 33554432000 4194304 4196468 140725761982240 140408104090096 140408681462402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11290] ppid=11222 vsize=11008352 memory=224364 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11290/stat : 11290 (java) S 11222 11225 8231 0 -1 1077944384 3 12886 0 0 0 0 6 1 20 0 15 0 232460863 11272552448 66689 33554432000 4194304 4196468 140725761982240 140406574541664 140408681461461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11291] ppid=11222 vsize=11008352 memory=288284493629107975 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11291/stat : 11291 (java) S 11222 11225 8231 0 -1 1077944384 1 12886 0 0 0 0 6 1 20 0 15 0 232460863 11272552448 66689 33554432000 4194304 4196468 140725761982240 140408103037488 140408681462402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
Current children cumulated CPU time: 6.02 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 266756 KiB

[startup+4.27081 s]
# the end of solver process 11225 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=9.21554 s, system=0.239882 s

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

[startup+3.20084 s]
/proc/loadavg: 1.89 1.56 1.47 4/215 11291
/proc/meminfo: memFree=13238304/32770624 swapFree=67108792/67108860
[pid=11225] ppid=11222 vsize=11010400 memory=267840 CPUtime=6.31 cores=1,3,5,7
/proc/11225/stat : 11225 (java) S 11222 11225 8231 0 -1 1077944320 39801 12886 0 0 609 15 6 1 20 0 15 0 232460848 11274649600 66960 33554432000 4194304 4196468 140725761982240 140725761964784 140408681451255 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
/proc/11225/statm: 2752600 66960 3495 1 0 2714253 0
[pid=11225/tid=11278] ppid=11222 vsize=11010400 memory=8173027714335924583 CPUtime=3.06 cores=1,3,5,7
/proc/11225/task/11278/stat : 11278 (java) R 11222 11225 8231 0 -1 4202560 26948 12886 0 0 292 7 6 1 20 0 15 0 232460857 11274649600 66960 33554432000 4194304 4196468 140725761982240 140408653284848 140408211353263 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11279] ppid=11222 vsize=11010400 memory=6296424059157435746 CPUtime=0.09 cores=1,3,5,7
/proc/11225/task/11279/stat : 11279 (java) S 11222 11225 8231 0 -1 1077944384 32 12886 0 0 2 0 6 1 20 0 15 0 232460858 11274649600 66960 33554432000 4194304 4196468 140725761982240 140408685693968 140408681461461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11280] ppid=11222 vsize=11010400 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/11225/task/11280/stat : 11280 (java) S 11222 11225 8231 0 -1 1077944384 204 12886 0 0 3 0 6 1 20 0 15 0 232460858 11274649600 66960 33554432000 4194304 4196468 140725761982240 140408540413072 140408681461461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11281] ppid=11222 vsize=11010400 memory=280844287843008 CPUtime=0.09 cores=1,3,5,7
/proc/11225/task/11281/stat : 11281 (java) S 11222 11225 8231 0 -1 1077944384 34 12886 0 0 2 0 6 1 20 0 15 0 232460858 11274649600 66960 33554432000 4194304 4196468 140725761982240 140408539360016 140408681461461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11282] ppid=11222 vsize=11010400 memory=3472468718371599456 CPUtime=0.1 cores=1,3,5,7
/proc/11225/task/11282/stat : 11282 (java) S 11222 11225 8231 0 -1 1077944384 69 12886 0 0 3 0 6 1 20 0 15 0 232460858 11274649600 66960 33554432000 4194304 4196468 140725761982240 140408538307472 140408681461461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11283] ppid=11222 vsize=11010400 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/11225/task/11283/stat : 11283 (java) S 11222 11225 8231 0 -1 1077944384 245 12886 0 0 3 0 6 1 20 0 15 0 232460859 11274649600 66960 33554432000 4194304 4196468 140725761982240 140408107247856 140408681462402 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11284] ppid=11222 vsize=11010400 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11284/stat : 11284 (java) S 11222 11225 8231 0 -1 1077944384 14 12886 0 0 0 0 6 1 20 0 15 0 232460860 11274649600 66960 33554432000 4194304 4196468 140725761982240 140407460586720 140408681461461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11285] ppid=11222 vsize=11010400 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11285/stat : 11285 (java) S 11222 11225 8231 0 -1 1077944384 1 12886 0 0 0 0 6 1 20 0 15 0 232460860 11274649600 66960 33554432000 4194304 4196468 140725761982240 140407312737024 140408681461461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11286] ppid=11222 vsize=11010400 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11286/stat : 11286 (java) S 11222 11225 8231 0 -1 1077944384 3 12886 0 0 0 0 6 1 20 0 15 0 232460862 11274649600 66960 33554432000 4194304 4196468 140725761982240 140407005337552 140408681469851 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11287] ppid=11222 vsize=11010400 memory=-4866526899798303339 CPUtime=0.88 cores=1,3,5,7
/proc/11225/task/11287/stat : 11287 (java) R 11222 11225 8231 0 -1 4202560 2795 12886 0 0 80 1 6 1 20 0 15 0 232460862 11274649600 66960 33554432000 4194304 4196468 140725761982240 140408106176784 140408665874891 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11288] ppid=11222 vsize=11010400 memory=6944656575208382560 CPUtime=1.15 cores=1,3,5,7
/proc/11225/task/11288/stat : 11288 (java) S 11222 11225 8231 0 -1 1077944384 4021 12886 0 0 108 0 6 1 20 0 15 0 232460862 11274649600 66960 33554432000 4194304 4196468 140725761982240 140408105143152 140408681462402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11289] ppid=11222 vsize=11010400 memory=300615473467490330 CPUtime=1.19 cores=1,3,5,7
/proc/11225/task/11289/stat : 11289 (java) S 11222 11225 8231 0 -1 1077944384 3434 12886 0 0 111 1 6 1 20 0 15 0 232460862 11274649600 66960 33554432000 4194304 4196468 140725761982240 140408104090096 140408681462402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11290] ppid=11222 vsize=11010400 memory=301741394933055803 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11290/stat : 11290 (java) S 11222 11225 8231 0 -1 1077944384 3 12886 0 0 0 0 6 1 20 0 15 0 232460863 11274649600 66960 33554432000 4194304 4196468 140725761982240 140406574541664 140408681461461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11291] ppid=11222 vsize=11010400 memory=14133342345892558 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11291/stat : 11291 (java) S 11222 11225 8231 0 -1 1077944384 3 12886 0 0 0 0 6 1 20 0 15 0 232460863 11274649600 66960 33554432000 4194304 4196468 140725761982240 140408103037488 140408681462402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
Current children cumulated CPU time: 6.31 s
Current children cumulated vsize: 11010400 KiB
Current children cumulated memory: 267840 KiB

[startup+4.0013 s]*
/proc/loadavg: 1.89 1.56 1.47 5/215 11291
/proc/meminfo: memFree=13185568/32770624 swapFree=67108792/67108860
[pid=11225] ppid=11222 vsize=11077984 memory=312796 CPUtime=8.72 cores=1,3,5,7
/proc/11225/stat : 11225 (java) S 11222 11225 8231 0 -1 1077944320 69652 12886 0 0 846 19 6 1 20 0 15 0 232460848 11343855616 78199 33554432000 4194304 4196468 140725761982240 140725761964784 140408681451255 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
/proc/11225/statm: 2769496 78199 3500 1 0 2731149 0
[pid=11225/tid=11278] ppid=11222 vsize=11080032 memory=-8540663193526752614 CPUtime=3.87 cores=1,3,5,7
/proc/11225/task/11278/stat : 11278 (java) R 11222 11225 8231 0 -1 4202560 47012 12886 0 0 370 10 6 1 20 0 15 0 232460857 11345952768 78199 33554432000 4194304 4196468 140725761982240 140408653285616 140408681472602 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11279] ppid=11222 vsize=11080032 memory=4211974148448066954 CPUtime=0.09 cores=1,3,5,7
/proc/11225/task/11279/stat : 11279 (java) S 11222 11225 8231 0 -1 1077944384 32 12886 0 0 2 0 6 1 20 0 15 0 232460858 11345952768 78199 33554432000 4194304 4196468 140725761982240 140408685693968 140408681461461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11280] ppid=11222 vsize=11080032 memory=2315025953060229357 CPUtime=0.1 cores=1,3,5,7
/proc/11225/task/11280/stat : 11280 (java) S 11222 11225 8231 0 -1 1077944384 204 12886 0 0 3 0 6 1 20 0 15 0 232460858 11345952768 78199 33554432000 4194304 4196468 140725761982240 140408540413072 140408681461461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11281] ppid=11222 vsize=11080032 memory=-8382741927119592821 CPUtime=0.09 cores=1,3,5,7
/proc/11225/task/11281/stat : 11281 (java) S 11222 11225 8231 0 -1 1077944384 34 12886 0 0 2 0 6 1 20 0 15 0 232460858 11345952768 78199 33554432000 4194304 4196468 140725761982240 140408539360016 140408681461461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11282] ppid=11222 vsize=11080032 memory=32224 CPUtime=0.1 cores=1,3,5,7
/proc/11225/task/11282/stat : 11282 (java) S 11222 11225 8231 0 -1 1077944384 69 12886 0 0 3 0 6 1 20 0 15 0 232460858 11345952768 78199 33554432000 4194304 4196468 140725761982240 140408538307472 140408681461461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11283] ppid=11222 vsize=11080032 memory=7813734517442338992 CPUtime=0.1 cores=1,3,5,7
/proc/11225/task/11283/stat : 11283 (java) S 11222 11225 8231 0 -1 1077944384 278 12886 0 0 3 0 6 1 20 0 15 0 232460859 11345952768 78199 33554432000 4194304 4196468 140725761982240 140408107247856 140408681462402 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11284] ppid=11222 vsize=11080032 memory=3760822589630723640 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11284/stat : 11284 (java) S 11222 11225 8231 0 -1 1077944384 14 12886 0 0 0 0 6 1 20 0 15 0 232460860 11345952768 78199 33554432000 4194304 4196468 140725761982240 140407460586720 140408681461461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11285] ppid=11222 vsize=11080032 memory=7306316804797196914 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11285/stat : 11285 (java) S 11222 11225 8231 0 -1 1077944384 1 12886 0 0 0 0 6 1 20 0 15 0 232460860 11345952768 78199 33554432000 4194304 4196468 140725761982240 140407312737024 140408681461461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11286] ppid=11222 vsize=11080032 memory=7306316804797196914 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11286/stat : 11286 (java) S 11222 11225 8231 0 -1 1077944384 3 12886 0 0 0 0 6 1 20 0 15 0 232460862 11345952768 78199 33554432000 4194304 4196468 140725761982240 140407005337552 140408681469851 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11287] ppid=11222 vsize=11080032 memory=0 CPUtime=1.41 cores=1,3,5,7
/proc/11225/task/11287/stat : 11287 (java) R 11222 11225 8231 0 -1 4202560 4494 12886 0 0 133 1 6 1 20 0 15 0 232460862 11345952768 78199 33554432000 4194304 4196468 140725761982240 140408106195696 140408681472602 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11288] ppid=11222 vsize=11080032 memory=3539888909283899444 CPUtime=1.89 cores=1,3,5,7
/proc/11225/task/11288/stat : 11288 (java) R 11222 11225 8231 0 -1 4202560 8963 12886 0 0 181 1 6 1 20 0 15 0 232460862 11345952768 78199 33554432000 4194304 4196468 140725761982240 140408105127624 140408659302208 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11289] ppid=11222 vsize=11080032 memory=3472468718470694576 CPUtime=1.53 cores=1,3,5,7
/proc/11225/task/11289/stat : 11289 (java) S 11222 11225 8231 0 -1 1077944384 6344 12886 0 0 144 2 6 1 20 0 15 0 232460862 11345952768 78199 33554432000 4194304 4196468 140725761982240 140408104090096 140408681462402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11290] ppid=11222 vsize=11080032 memory=3760822563844208434 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11290/stat : 11290 (java) S 11222 11225 8231 0 -1 1077944384 3 12886 0 0 0 0 6 1 20 0 15 0 232460863 11345952768 78199 33554432000 4194304 4196468 140725761982240 140406574541664 140408681461461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11291] ppid=11222 vsize=11080032 memory=3689468354887749298 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11291/stat : 11291 (java) S 11222 11225 8231 0 -1 1077944384 11 12886 0 0 0 0 6 1 20 0 15 0 232460863 11345952768 78199 33554432000 4194304 4196468 140725761982240 140408103037488 140408681462402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
Current children cumulated CPU time: 8.72 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 312796 KiB

[startup+4.20061 s]
/proc/loadavg: 1.89 1.56 1.47 5/215 11291
/proc/meminfo: memFree=13185568/32770624 swapFree=67108792/67108860
[pid=11225] ppid=11222 vsize=11082736 memory=320020 CPUtime=9.29 cores=1,3,5,7
/proc/11225/stat : 11225 (java) S 11222 11225 8231 0 -1 1077944320 72951 12886 0 0 902 20 6 1 20 0 15 0 232460848 11348721664 80005 33554432000 4194304 4196468 140725761982240 140725761964784 140408681451255 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
/proc/11225/statm: 2770684 80005 3501 1 0 2732337 0
[pid=11225/tid=11278] ppid=11222 vsize=11082736 memory=5792587149380244834 CPUtime=4.06 cores=1,3,5,7
/proc/11225/task/11278/stat : 11278 (java) R 11222 11225 8231 0 -1 4202560 47453 12886 0 0 389 10 6 1 20 0 15 0 232460857 11348721664 80005 33554432000 4194304 4196468 140725761982240 140408653281920 140408665494885 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11279] ppid=11222 vsize=11082736 memory=6296424059157435746 CPUtime=0.09 cores=1,3,5,7
/proc/11225/task/11279/stat : 11279 (java) S 11222 11225 8231 0 -1 1077944384 32 12886 0 0 2 0 6 1 20 0 15 0 232460858 11348721664 80005 33554432000 4194304 4196468 140725761982240 140408685693968 140408681461461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11280] ppid=11222 vsize=11082736 memory=288230574492221466 CPUtime=0.1 cores=1,3,5,7
/proc/11225/task/11280/stat : 11280 (java) S 11222 11225 8231 0 -1 1077944384 204 12886 0 0 3 0 6 1 20 0 15 0 232460858 11348721664 80005 33554432000 4194304 4196468 140725761982240 140408540413072 140408681461461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11281] ppid=11222 vsize=11082736 memory=288230596050944315 CPUtime=0.09 cores=1,3,5,7
/proc/11225/task/11281/stat : 11281 (java) S 11222 11225 8231 0 -1 1077944384 34 12886 0 0 2 0 6 1 20 0 15 0 232460858 11348721664 80005 33554432000 4194304 4196468 140725761982240 140408539360016 140408681461461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11282] ppid=11222 vsize=11082736 memory=14133342345892558 CPUtime=0.1 cores=1,3,5,7
/proc/11225/task/11282/stat : 11282 (java) S 11222 11225 8231 0 -1 1077944384 69 12886 0 0 3 0 6 1 20 0 15 0 232460858 11348721664 80005 33554432000 4194304 4196468 140725761982240 140408538307472 140408681461461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11283] ppid=11222 vsize=11082736 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/11225/task/11283/stat : 11283 (java) S 11222 11225 8231 0 -1 1077944384 455 12886 0 0 3 0 6 1 20 0 15 0 232460859 11348721664 80005 33554432000 4194304 4196468 140725761982240 140408107247856 140408681462402 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11284] ppid=11222 vsize=11082736 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11284/stat : 11284 (java) S 11222 11225 8231 0 -1 1077944384 14 12886 0 0 0 0 6 1 20 0 15 0 232460860 11348721664 80005 33554432000 4194304 4196468 140725761982240 140407460586720 140408681461461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11285] ppid=11222 vsize=11082736 memory=7810487918915055718 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11285/stat : 11285 (java) S 11222 11225 8231 0 -1 1077944384 1 12886 0 0 0 0 6 1 20 0 15 0 232460860 11348721664 80005 33554432000 4194304 4196468 140725761982240 140407312737024 140408681461461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11286] ppid=11222 vsize=11082736 memory=7739276948477859686 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11286/stat : 11286 (java) S 11222 11225 8231 0 -1 1077944384 3 12886 0 0 0 0 6 1 20 0 15 0 232460862 11348721664 80005 33554432000 4194304 4196468 140725761982240 140407005337552 140408681469851 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11287] ppid=11222 vsize=11082736 memory=7302695997110053741 CPUtime=1.49 cores=1,3,5,7
/proc/11225/task/11287/stat : 11287 (java) R 11222 11225 8231 0 -1 4202560 4556 12886 0 0 141 1 6 1 20 0 15 0 232460862 11348721664 80032 33554432000 4194304 4196468 140725761982240 140408106195680 140408664838077 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11288] ppid=11222 vsize=11082736 memory=7379264964229354323 CPUtime=2.08 cores=1,3,5,7
/proc/11225/task/11288/stat : 11288 (java) R 11222 11225 8231 0 -1 4202560 11366 12886 0 0 200 1 6 1 20 0 15 0 232460862 11348721664 80032 33554432000 4194304 4196468 140725761982240 140408105129176 140408660697196 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11289] ppid=11222 vsize=11082736 memory=0 CPUtime=1.63 cores=1,3,5,7
/proc/11225/task/11289/stat : 11289 (java) R 11222 11225 8231 0 -1 4202560 6557 12886 0 0 154 2 6 1 20 0 15 0 232460862 11348721664 80032 33554432000 4194304 4196468 140725761982240 140408104090096 140408674548147 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11290] ppid=11222 vsize=11082736 memory=280844288363072 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11290/stat : 11290 (java) S 11222 11225 8231 0 -1 1077944384 3 12886 0 0 0 0 6 1 20 0 15 0 232460863 11348721664 80032 33554432000 4194304 4196468 140725761982240 140406574541664 140408681461461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
[pid=11225/tid=11291] ppid=11222 vsize=11082736 memory=2110772751259860 CPUtime=0.07 cores=1,3,5,7
/proc/11225/task/11291/stat : 11291 (java) S 11222 11225 8231 0 -1 1077944384 12 12886 0 0 0 0 6 1 20 0 15 0 232460863 11348721664 80032 33554432000 4194304 4196468 140725761982240 140408103037488 140408681462402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37769216 140725761985123 140725761987932 140725761987932 140725761990607 0
Current children cumulated CPU time: 9.29 s
Current children cumulated vsize: 11082736 KiB
Current children cumulated memory: 320020 KiB

Child status: 0
Real time (s): 4.27087
CPU time (s): 9.45542
CPU user time (s): 9.21554
CPU system time (s): 0.239882
CPU usage (%): 221.393
Max. virtual memory (cumulated for all children) (KiB): 11082736
Max. memory (cumulated for all children) (KiB): 320020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.21554
system time used= 0.239882
maximum resident set size= 322608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86047
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= 7148
involuntary context switches= 52


# summary of solver processes directly reported to runsolver:
#   pid: 11225
#   total CPU time (s): 9.45542
#   total CPU user time (s): 9.21554
#   total CPU system time (s): 0.239882

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.044363 second user time and 0.08767 second system time

The end

Launcher Data

Begin job on node150 at 2018-08-13 10:29:36
IDJOB=4304752
IDBENCH=141634
IDSOLVER=2781
FILE ID=node150/4304752-1534148976
RUNJOBID= node150-1534138268-9450
PBS_JOBID= 21037012
Free space on /tmp= 35012 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/SteelMillSlab/SteelMillSlab-m1-simple_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304752-1534148976/watcher-4304752-1534148976 -o /tmp/evaluation-result-4304752-1534148976/solver-4304752-1534148976 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1534138268-9450 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1448339300 -superng HOME/instance-4304752-1534148976.xml

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

MD5SUM BENCH= 5b0471201a80cf29b9165f742e9eb3a6
RANDOM SEED=1448339300

node150.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.76
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.76
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.76
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.76
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:        13486064 kB
MemAvailable:   29508320 kB
Buffers:          235528 kB
Cached:         15850276 kB
SwapCached:           32 kB
Active:         10402464 kB
Inactive:        8131252 kB
Active(anon):    2398952 kB
Inactive(anon):   101220 kB
Active(file):    8003512 kB
Inactive(file):  8030032 kB
Unevictable:        7736 kB
Mlocked:            7736 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:             26480 kB
Writeback:             0 kB
AnonPages:       2476092 kB
Mapped:            67100 kB
Shmem:             49732 kB
Slab:             445176 kB
SReclaimable:     417172 kB
SUnreclaim:        28004 kB
KernelStack:        3840 kB
PageTables:        10216 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3694316 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2232320 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 34984 MiB
End job on node150 at 2018-08-13 10:29:40