Trace number 4302795

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.62847 4.36532

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 benchmark1.39213
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.97/0.73	c Concrete v3.9.2.1532736233296 running
9.16/4.29	o 1
9.49/4.31	o 0
9.49/4.32	v <instantiation cost="0">
9.49/4.32	v       <list>
9.49/4.32	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.49/4.32	v       </list>
9.49/4.32	v       <values>
9.49/4.32	v         1 2 2 0 0 1 1 1 3 2 18 18 7 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
9.49/4.32	v       </values>
9.49/4.32	v     </instantiation>
9.49/4.32	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 (11810 MiB free)
  memory of node 1: 16384 MiB (14700 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302795-1532898880/watcher-4302795-1532898880 -o /tmp/evaluation-result-4302795-1532898880/solver-4302795-1532898880 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532894180-24644 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=744954958 -superng HOME/instance-4302795-1532898880.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=419, runsolver pid=415
Current StackSize limit: 8192 KiB


[startup+0.100138 s]*
/proc/loadavg: 1.77 1.78 1.78 3/208 479
/proc/meminfo: memFree=27138436/32770624 swapFree=67108792/67108860
[pid=419] ppid=415 vsize=10005480 memory=16288 CPUtime=0.08 cores=1,3,5,7
/proc/419/stat : 419 (java) S 415 419 22977 0 -1 1077944320 4255 12957 0 0 1 0 5 2 20 0 6 0 107451318 10245611520 4072 33554432000 4194304 4196468 140726036095248 140726036077792 140087518588663 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
/proc/419/statm: 2501370 4072 1920 1 0 2489808 0
[pid=419/tid=475] ppid=415 vsize=10005480 memory=7022364594140610616 CPUtime=0.08 cores=1,3,5,7
/proc/419/task/475/stat : 475 (java) R 415 419 22977 0 -1 4202560 2162 12957 0 0 1 0 5 2 20 0 6 0 107451326 10245611520 4715 33554432000 4194304 4196468 140726036095248 140087490425424 140087502404784 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=476] ppid=415 vsize=10005480 memory=343 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/476/stat : 476 (java) S 415 419 22977 0 -1 1077944384 1 12957 0 0 0 0 5 2 20 0 6 0 107451327 10245611520 4715 33554432000 4194304 4196468 140726036095248 140087522831120 140087518598869 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=477] ppid=415 vsize=10005480 memory=139862145279564 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/477/stat : 477 (java) S 415 419 22977 0 -1 1077944384 1 12957 0 0 0 0 5 2 20 0 6 0 107451327 10245611520 4715 33554432000 4194304 4196468 140726036095248 140087408028560 140087518598869 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=478] ppid=415 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/478/stat : 478 (java) S 415 419 22977 0 -1 1077944384 1 12957 0 0 0 0 5 2 20 0 6 0 107451327 10245611520 4715 33554432000 4194304 4196468 140726036095248 140087406976016 140087518598869 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=479] ppid=415 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/479/stat : 479 (java) S 415 419 22977 0 -1 1077944384 2 12957 0 0 0 0 5 2 20 0 6 0 107451327 10245611520 4715 33554432000 4194304 4196468 140726036095248 140087405923472 140087518598869 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16288 KiB

[startup+0.209821 s]*
/proc/loadavg: 1.77 1.78 1.78 4/217 488
/proc/meminfo: memFree=27114944/32770624 swapFree=67108792/67108860
[pid=419] ppid=415 vsize=10982696 memory=43984 CPUtime=0.25 cores=1,3,5,7
/proc/419/stat : 419 (java) S 415 419 22977 0 -1 1077944320 8348 12957 0 0 16 2 5 2 20 0 15 0 107451318 11246280704 10996 33554432000 4194304 4196468 140726036095248 140726036077792 140087518588663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
/proc/419/statm: 2745674 10996 2960 1 0 2708109 0
[pid=419/tid=475] ppid=415 vsize=10982696 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/419/task/475/stat : 475 (java) R 415 419 22977 0 -1 4202560 4858 12957 0 0 10 1 5 2 20 0 15 0 107451326 11246280704 10996 33554432000 4194304 4196468 140726036095248 140087490386320 140087498864423 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=476] ppid=415 vsize=10982696 memory=343 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/476/stat : 476 (java) S 415 419 22977 0 -1 1077944384 1 12957 0 0 0 0 5 2 20 0 15 0 107451327 11246280704 10996 33554432000 4194304 4196468 140726036095248 140087522831120 140087518598869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=477] ppid=415 vsize=10982696 memory=139862145279564 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/477/stat : 477 (java) S 415 419 22977 0 -1 1077944384 1 12957 0 0 0 0 5 2 20 0 15 0 107451327 11246280704 10996 33554432000 4194304 4196468 140726036095248 140087408028560 140087518598869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=478] ppid=415 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/478/stat : 478 (java) S 415 419 22977 0 -1 1077944384 1 12957 0 0 0 0 5 2 20 0 15 0 107451327 11246280704 10996 33554432000 4194304 4196468 140726036095248 140087406976016 140087518598869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=479] ppid=415 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/479/stat : 479 (java) S 415 419 22977 0 -1 1077944384 2 12957 0 0 0 0 5 2 20 0 15 0 107451327 11246280704 10996 33554432000 4194304 4196468 140726036095248 140087405923472 140087518598869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=480] ppid=415 vsize=10982696 memory=139862145255040 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/480/stat : 480 (java) S 415 419 22977 0 -1 1077944384 2 12957 0 0 0 0 5 2 20 0 15 0 107451329 11246280704 10996 33554432000 4194304 4196468 140726036095248 140087011641328 140087518599810 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=481] ppid=415 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/481/stat : 481 (java) S 415 419 22977 0 -1 1077944384 13 12957 0 0 0 0 5 2 20 0 15 0 107451329 11246280704 10996 33554432000 4194304 4196468 140726036095248 140086398149536 140087518598869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=482] ppid=415 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/482/stat : 482 (java) S 415 419 22977 0 -1 1077944384 1 12957 0 0 0 0 5 2 20 0 15 0 107451329 11246280704 10996 33554432000 4194304 4196468 140726036095248 140086196823024 140087518598869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=483] ppid=415 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/483/stat : 483 (java) S 415 419 22977 0 -1 1077944384 3 12957 0 0 0 0 5 2 20 0 15 0 107451332 11246280704 10996 33554432000 4194304 4196468 140726036095248 140085889423568 140087518607259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=484] ppid=415 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/419/task/484/stat : 484 (java) S 415 419 22977 0 -1 1077944384 354 12957 0 0 1 0 5 2 20 0 15 0 107451332 11246280704 10996 33554432000 4194304 4196468 140726036095248 140087010589168 140087518599810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=485] ppid=415 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/485/stat : 485 (java) S 415 419 22977 0 -1 1077944384 267 12957 0 0 0 0 5 2 20 0 15 0 107451332 11246280704 10996 33554432000 4194304 4196468 140726036095248 140087009536624 140087518599810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=486] ppid=415 vsize=10982696 memory=139862145255040 CPUtime=0.1 cores=1,3,5,7
/proc/419/task/486/stat : 486 (java) S 415 419 22977 0 -1 1077944384 648 12957 0 0 3 0 5 2 20 0 15 0 107451332 11246280704 10996 33554432000 4194304 4196468 140726036095248 140087008484080 140087518599810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=487] ppid=415 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/487/stat : 487 (java) S 415 419 22977 0 -1 1077944384 3 12957 0 0 0 0 5 2 20 0 15 0 107451332 11246280704 10996 33554432000 4194304 4196468 140726036095248 140085458627680 140087518598869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=488] ppid=415 vsize=10982696 memory=139862145255040 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/488/stat : 488 (java) S 415 419 22977 0 -1 1077944384 1 12957 0 0 0 0 5 2 20 0 15 0 107451332 11246280704 10996 33554432000 4194304 4196468 140726036095248 140087007430960 140087518599810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 43984 KiB

[startup+0.310292 s]*
/proc/loadavg: 1.77 1.78 1.78 3/217 488
/proc/meminfo: memFree=27105888/32770624 swapFree=67108792/67108860
[pid=419] ppid=415 vsize=10983192 memory=55336 CPUtime=0.37 cores=1,3,5,7
/proc/419/stat : 419 (java) S 415 419 22977 0 -1 1077944320 10364 12957 0 0 27 3 5 2 20 0 15 0 107451318 11246788608 13834 33554432000 4194304 4196468 140726036095248 140726036077792 140087518588663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
/proc/419/statm: 2745798 13834 3092 1 0 2708109 0
[pid=419/tid=475] ppid=415 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/419/task/475/stat : 475 (java) R 415 419 22977 0 -1 4202560 6895 12957 0 0 20 1 5 2 20 0 15 0 107451326 11246788608 13900 33554432000 4194304 4196468 140726036095248 140087490400448 140087511688510 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=476] ppid=415 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/476/stat : 476 (java) S 415 419 22977 0 -1 1077944384 1 12957 0 0 0 0 5 2 20 0 15 0 107451327 11246788608 13900 33554432000 4194304 4196468 140726036095248 140087522831120 140087518598869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=477] ppid=415 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/477/stat : 477 (java) S 415 419 22977 0 -1 1077944384 1 12957 0 0 0 0 5 2 20 0 15 0 107451327 11246788608 13900 33554432000 4194304 4196468 140726036095248 140087408028560 140087518598869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=478] ppid=415 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/478/stat : 478 (java) S 415 419 22977 0 -1 1077944384 1 12957 0 0 0 0 5 2 20 0 15 0 107451327 11246788608 13900 33554432000 4194304 4196468 140726036095248 140087406976016 140087518598869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=479] ppid=415 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/479/stat : 479 (java) S 415 419 22977 0 -1 1077944384 2 12957 0 0 0 0 5 2 20 0 15 0 107451327 11246788608 13900 33554432000 4194304 4196468 140726036095248 140087405923472 140087518598869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=480] ppid=415 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/480/stat : 480 (java) S 415 419 22977 0 -1 1077944384 2 12957 0 0 0 0 5 2 20 0 15 0 107451329 11246788608 13900 33554432000 4194304 4196468 140726036095248 140087011641328 140087518599810 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=481] ppid=415 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/481/stat : 481 (java) S 415 419 22977 0 -1 1077944384 13 12957 0 0 0 0 5 2 20 0 15 0 107451329 11246788608 13900 33554432000 4194304 4196468 140726036095248 140086398149536 140087518598869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=482] ppid=415 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/482/stat : 482 (java) S 415 419 22977 0 -1 1077944384 1 12957 0 0 0 0 5 2 20 0 15 0 107451329 11246788608 13900 33554432000 4194304 4196468 140726036095248 140086196823024 140087518598869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=483] ppid=415 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/483/stat : 483 (java) S 415 419 22977 0 -1 1077944384 3 12957 0 0 0 0 5 2 20 0 15 0 107451332 11246788608 13900 33554432000 4194304 4196468 140726036095248 140085889423568 140087518607259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=484] ppid=415 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/419/task/484/stat : 484 (java) S 415 419 22977 0 -1 1077944384 355 12957 0 0 1 0 5 2 20 0 15 0 107451332 11246788608 13900 33554432000 4194304 4196468 140726036095248 140087010589168 140087518599810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=485] ppid=415 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/485/stat : 485 (java) S 415 419 22977 0 -1 1077944384 267 12957 0 0 0 0 5 2 20 0 15 0 107451332 11246788608 13900 33554432000 4194304 4196468 140726036095248 140087009536624 140087518599810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=486] ppid=415 vsize=10983192 memory=139862145255040 CPUtime=0.11 cores=1,3,5,7
/proc/419/task/486/stat : 486 (java) R 415 419 22977 0 -1 4202560 660 12957 0 0 4 0 5 2 20 0 15 0 107451332 11246788608 13900 33554432000 4194304 4196468 140726036095248 140087008484080 140087502669150 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=487] ppid=415 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/487/stat : 487 (java) S 415 419 22977 0 -1 1077944384 3 12957 0 0 0 0 5 2 20 0 15 0 107451332 11246788608 13900 33554432000 4194304 4196468 140726036095248 140085458627680 140087518598869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=488] ppid=415 vsize=10983192 memory=139862145255040 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/488/stat : 488 (java) S 415 419 22977 0 -1 1077944384 1 12957 0 0 0 0 5 2 20 0 15 0 107451332 11246788608 13900 33554432000 4194304 4196468 140726036095248 140087007430960 140087518599810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55336 KiB

[startup+0.700807 s]
/proc/loadavg: 1.77 1.78 1.78 3/217 488
/proc/meminfo: memFree=27093816/32770624 swapFree=67108792/67108860
[pid=419] ppid=415 vsize=10983192 memory=88684 CPUtime=0.97 cores=1,3,5,7
/proc/419/stat : 419 (java) S 415 419 22977 0 -1 1077944320 16836 12957 0 0 86 4 5 2 20 0 15 0 107451318 11246788608 22171 33554432000 4194304 4196468 140726036095248 140726036077792 140087518588663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
/proc/419/statm: 2745798 22171 3237 1 0 2708109 0
[pid=419/tid=475] ppid=415 vsize=10983192 memory=7739276948478126694 CPUtime=0.65 cores=1,3,5,7
/proc/419/task/475/stat : 475 (java) R 415 419 22977 0 -1 4202560 12363 12957 0 0 56 2 5 2 20 0 15 0 107451326 11246788608 22171 33554432000 4194304 4196468 140726036095248 140087490409488 140087503754245 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=476] ppid=415 vsize=10983192 memory=7739811328609576000 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/476/stat : 476 (java) S 415 419 22977 0 -1 1077944384 1 12957 0 0 0 0 5 2 20 0 15 0 107451327 11246788608 22171 33554432000 4194304 4196468 140726036095248 140087522831120 140087518598869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=477] ppid=415 vsize=10983192 memory=1292 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/477/stat : 477 (java) S 415 419 22977 0 -1 1077944384 1 12957 0 0 0 0 5 2 20 0 15 0 107451327 11246788608 22171 33554432000 4194304 4196468 140726036095248 140087408028560 140087518598869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=478] ppid=415 vsize=10983192 memory=2436 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/478/stat : 478 (java) S 415 419 22977 0 -1 1077944384 1 12957 0 0 0 0 5 2 20 0 15 0 107451327 11246788608 22171 33554432000 4194304 4196468 140726036095248 140087406976016 140087518598869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=479] ppid=415 vsize=10983192 memory=7091832833820811856 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/479/stat : 479 (java) S 415 419 22977 0 -1 1077944384 2 12957 0 0 0 0 5 2 20 0 15 0 107451327 11246788608 22171 33554432000 4194304 4196468 140726036095248 140087405923472 140087518598869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=480] ppid=415 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/480/stat : 480 (java) S 415 419 22977 0 -1 1077944384 6 12957 0 0 0 0 5 2 20 0 15 0 107451329 11246788608 22171 33554432000 4194304 4196468 140726036095248 140087011641328 140087518599810 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=481] ppid=415 vsize=10983192 memory=7512092415070199872 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/481/stat : 481 (java) S 415 419 22977 0 -1 1077944384 13 12957 0 0 0 0 5 2 20 0 15 0 107451329 11246788608 22171 33554432000 4194304 4196468 140726036095248 140086398149536 140087518598869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=482] ppid=415 vsize=10983192 memory=-6592935420932104128 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/482/stat : 482 (java) S 415 419 22977 0 -1 1077944384 1 12957 0 0 0 0 5 2 20 0 15 0 107451329 11246788608 22171 33554432000 4194304 4196468 140726036095248 140086196823024 140087518598869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=483] ppid=415 vsize=10983192 memory=7512057137015578688 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/483/stat : 483 (java) S 415 419 22977 0 -1 1077944384 3 12957 0 0 0 0 5 2 20 0 15 0 107451332 11246788608 22171 33554432000 4194304 4196468 140726036095248 140085889423568 140087518607259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=484] ppid=415 vsize=10983192 memory=8388926882097820299 CPUtime=0.17 cores=1,3,5,7
/proc/419/task/484/stat : 484 (java) S 415 419 22977 0 -1 1077944384 986 12957 0 0 10 0 5 2 20 0 15 0 107451332 11246788608 22171 33554432000 4194304 4196468 140726036095248 140087010589168 140087518599810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=485] ppid=415 vsize=10983192 memory=4634274729596824160 CPUtime=0.13 cores=1,3,5,7
/proc/419/task/485/stat : 485 (java) S 415 419 22977 0 -1 1077944384 516 12957 0 0 6 0 5 2 20 0 15 0 107451332 11246788608 22171 33554432000 4194304 4196468 140726036095248 140087009536624 140087518599810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=486] ppid=415 vsize=10983192 memory=1473393205164654640 CPUtime=0.19 cores=1,3,5,7
/proc/419/task/486/stat : 486 (java) S 415 419 22977 0 -1 1077944384 746 12957 0 0 12 0 5 2 20 0 15 0 107451332 11246788608 22171 33554432000 4194304 4196468 140726036095248 140087008484080 140087518599810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=487] ppid=415 vsize=10983192 memory=6935649255759568978 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/487/stat : 487 (java) S 415 419 22977 0 -1 1077944384 3 12957 0 0 0 0 5 2 20 0 15 0 107451332 11246788608 22171 33554432000 4194304 4196468 140726036095248 140085458627680 140087518598869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=488] ppid=415 vsize=10983192 memory=43757088800 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/488/stat : 488 (java) S 415 419 22977 0 -1 1077944384 1 12957 0 0 0 0 5 2 20 0 15 0 107451332 11246788608 22171 33554432000 4194304 4196468 140726036095248 140087007430960 140087518599810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88684 KiB

[startup+1.50078 s]
/proc/loadavg: 1.77 1.78 1.78 4/217 488
/proc/meminfo: memFree=27046616/32770624 swapFree=67108792/67108860
[pid=419] ppid=415 vsize=11000140 memory=180076 CPUtime=2.25 cores=1,3,5,7
/proc/419/stat : 419 (java) S 415 419 22977 0 -1 1077944320 24255 12957 0 0 209 9 5 2 20 0 15 0 107451318 11264143360 45019 33554432000 4194304 4196468 140726036095248 140726036077792 140087518588663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
/proc/419/statm: 2750035 45019 3470 1 0 2711693 0
[pid=419/tid=475] ppid=415 vsize=11000140 memory=7 CPUtime=1.42 cores=1,3,5,7
/proc/419/task/475/stat : 475 (java) R 415 419 22977 0 -1 4202560 18219 12957 0 0 130 5 5 2 20 0 15 0 107451326 11264143360 45019 33554432000 4194304 4196468 140726036095248 140087490420032 140087502669150 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=476] ppid=415 vsize=11000140 memory=1292 CPUtime=0.08 cores=1,3,5,7
/proc/419/task/476/stat : 476 (java) S 415 419 22977 0 -1 1077944384 17 12957 0 0 1 0 5 2 20 0 15 0 107451327 11264143360 45019 33554432000 4194304 4196468 140726036095248 140087522831120 140087518598869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=477] ppid=415 vsize=11000140 memory=2436 CPUtime=0.08 cores=1,3,5,7
/proc/419/task/477/stat : 477 (java) S 415 419 22977 0 -1 1077944384 53 12957 0 0 1 0 5 2 20 0 15 0 107451327 11264143360 45019 33554432000 4194304 4196468 140726036095248 140087408028560 140087518598869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=478] ppid=415 vsize=11000140 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/419/task/478/stat : 478 (java) S 415 419 22977 0 -1 1077944384 32 12957 0 0 1 0 5 2 20 0 15 0 107451327 11264143360 45019 33554432000 4194304 4196468 140726036095248 140087406976016 140087518598869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=479] ppid=415 vsize=11000140 memory=30868 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/479/stat : 479 (java) S 415 419 22977 0 -1 1077944384 247 12957 0 0 0 0 5 2 20 0 15 0 107451327 11264143360 45019 33554432000 4194304 4196468 140726036095248 140087405923472 140087518598869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=480] ppid=415 vsize=11000140 memory=113380 CPUtime=0.08 cores=1,3,5,7
/proc/419/task/480/stat : 480 (java) S 415 419 22977 0 -1 1077944384 58 12957 0 0 1 0 5 2 20 0 15 0 107451329 11264143360 45019 33554432000 4194304 4196468 140726036095248 140087011641328 140087518599810 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=481] ppid=415 vsize=11000140 memory=1292 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/481/stat : 481 (java) S 415 419 22977 0 -1 1077944384 13 12957 0 0 0 0 5 2 20 0 15 0 107451329 11264143360 45019 33554432000 4194304 4196468 140726036095248 140086398149600 140087518598869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=482] ppid=415 vsize=11000140 memory=2436 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/482/stat : 482 (java) S 415 419 22977 0 -1 1077944384 2 12957 0 0 0 0 5 2 20 0 15 0 107451329 11264143360 45019 33554432000 4194304 4196468 140726036095248 140086196823040 140087518598869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=483] ppid=415 vsize=11000140 memory=1728 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/483/stat : 483 (java) S 415 419 22977 0 -1 1077944384 3 12957 0 0 0 0 5 2 20 0 15 0 107451332 11264143360 45019 33554432000 4194304 4196468 140726036095248 140085889423568 140087518607259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=484] ppid=415 vsize=11000140 memory=1720 CPUtime=0.32 cores=1,3,5,7
/proc/419/task/484/stat : 484 (java) S 415 419 22977 0 -1 1077944384 1470 12957 0 0 25 0 5 2 20 0 15 0 107451332 11264143360 45019 33554432000 4194304 4196468 140726036095248 140087010589168 140087518599810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=485] ppid=415 vsize=11000140 memory=5760 CPUtime=0.22 cores=1,3,5,7
/proc/419/task/485/stat : 485 (java) S 415 419 22977 0 -1 1077944384 629 12957 0 0 15 0 5 2 20 0 15 0 107451332 11264143360 45019 33554432000 4194304 4196468 140726036095248 140087009536624 140087518599810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=486] ppid=415 vsize=11000140 memory=4588 CPUtime=0.39 cores=1,3,5,7
/proc/419/task/486/stat : 486 (java) S 415 419 22977 0 -1 1077944384 1315 12957 0 0 32 0 5 2 20 0 15 0 107451332 11264143360 45019 33554432000 4194304 4196468 140726036095248 140087008484080 140087518599810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=487] ppid=415 vsize=11000140 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/487/stat : 487 (java) S 415 419 22977 0 -1 1077944384 3 12957 0 0 0 0 5 2 20 0 15 0 107451332 11264143360 45019 33554432000 4194304 4196468 140726036095248 140085458627680 140087518598869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=488] ppid=415 vsize=11000140 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/488/stat : 488 (java) S 415 419 22977 0 -1 1077944384 1 12957 0 0 0 0 5 2 20 0 15 0 107451332 11264143360 45019 33554432000 4194304 4196468 140726036095248 140087007430960 140087518599810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
Current children cumulated CPU time: 2.25 s
Current children cumulated vsize: 11000140 KiB

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

[startup+4.36526 s]
# the end of solver process 419 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=9.36457 s, system=0.2639 s

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

[startup+3.20252 s]
/proc/loadavg: 1.86 1.80 1.78 4/217 488
/proc/meminfo: memFree=26910836/32770624 swapFree=67108792/67108860
[pid=419] ppid=415 vsize=11010400 memory=266284 CPUtime=6.31 cores=1,3,5,7
/proc/419/stat : 419 (java) S 415 419 22977 0 -1 1077944320 41312 12957 0 0 608 16 5 2 20 0 15 0 107451318 11274649600 66571 33554432000 4194304 4196468 140726036095248 140726036077792 140087518588663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
/proc/419/statm: 2752600 66571 3495 1 0 2714253 0
[pid=419/tid=475] ppid=415 vsize=11010400 memory=139861986164368 CPUtime=3.06 cores=1,3,5,7
/proc/419/task/475/stat : 475 (java) R 415 419 22977 0 -1 4202560 28150 12957 0 0 292 7 5 2 20 0 15 0 107451326 11274649600 66571 33554432000 4194304 4196468 140726036095248 140087490419984 140087096166055 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=476] ppid=415 vsize=11010400 memory=8868 CPUtime=0.1 cores=1,3,5,7
/proc/419/task/476/stat : 476 (java) S 415 419 22977 0 -1 1077944384 40 12957 0 0 3 0 5 2 20 0 15 0 107451327 11274649600 66571 33554432000 4194304 4196468 140726036095248 140087522831120 140087518598869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=477] ppid=415 vsize=11010400 memory=279723972246008 CPUtime=0.1 cores=1,3,5,7
/proc/419/task/477/stat : 477 (java) S 415 419 22977 0 -1 1077944384 64 12957 0 0 3 0 5 2 20 0 15 0 107451327 11274649600 66571 33554432000 4194304 4196468 140726036095248 140087408028560 140087518598869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=478] ppid=415 vsize=11010400 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/419/task/478/stat : 478 (java) S 415 419 22977 0 -1 1077944384 58 12957 0 0 3 0 5 2 20 0 15 0 107451327 11274649600 66571 33554432000 4194304 4196468 140726036095248 140087406976016 140087518598869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=479] ppid=415 vsize=11010400 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/419/task/479/stat : 479 (java) S 415 419 22977 0 -1 1077944384 268 12957 0 0 2 0 5 2 20 0 15 0 107451327 11274649600 66571 33554432000 4194304 4196468 140726036095248 140087405923472 140087518598869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=480] ppid=415 vsize=11010400 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/419/task/480/stat : 480 (java) S 415 419 22977 0 -1 1077944384 1593 12957 0 0 3 0 5 2 20 0 15 0 107451329 11274649600 66571 33554432000 4194304 4196468 140726036095248 140087011641328 140087518599810 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=481] ppid=415 vsize=11010400 memory=5790086053191909267 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/481/stat : 481 (java) S 415 419 22977 0 -1 1077944384 13 12957 0 0 0 0 5 2 20 0 15 0 107451329 11274649600 66571 33554432000 4194304 4196468 140726036095248 140086398149600 140087518598869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=482] ppid=415 vsize=11010400 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/482/stat : 482 (java) S 415 419 22977 0 -1 1077944384 2 12957 0 0 0 0 5 2 20 0 15 0 107451329 11274649600 66571 33554432000 4194304 4196468 140726036095248 140086196823040 140087518598869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=483] ppid=415 vsize=11010400 memory=288230574492221466 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/483/stat : 483 (java) S 415 419 22977 0 -1 1077944384 3 12957 0 0 0 0 5 2 20 0 15 0 107451332 11274649600 66571 33554432000 4194304 4196468 140726036095248 140085889423568 140087518607259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=484] ppid=415 vsize=11010400 memory=0 CPUtime=1.22 cores=1,3,5,7
/proc/419/task/484/stat : 484 (java) S 415 419 22977 0 -1 1077944384 3864 12957 0 0 114 1 5 2 20 0 15 0 107451332 11274649600 66571 33554432000 4194304 4196468 140726036095248 140087010589168 140087518599810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=485] ppid=415 vsize=11010400 memory=6943526294502006880 CPUtime=0.81 cores=1,3,5,7
/proc/419/task/485/stat : 485 (java) R 415 419 22977 0 -1 4202560 1480 12957 0 0 73 1 5 2 20 0 15 0 107451332 11274649600 66571 33554432000 4194304 4196468 140726036095248 140087009536624 140087518600598 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=486] ppid=415 vsize=11010400 memory=0 CPUtime=1.2 cores=1,3,5,7
/proc/419/task/486/stat : 486 (java) S 415 419 22977 0 -1 1077944384 3577 12957 0 0 111 2 5 2 20 0 15 0 107451332 11274649600 66571 33554432000 4194304 4196468 140726036095248 140087008484080 140087518599810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=487] ppid=415 vsize=11010400 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/487/stat : 487 (java) S 415 419 22977 0 -1 1077944384 3 12957 0 0 0 0 5 2 20 0 15 0 107451332 11274649600 66571 33554432000 4194304 4196468 140726036095248 140085458627680 140087518598869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=488] ppid=415 vsize=11010400 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/488/stat : 488 (java) S 415 419 22977 0 -1 1077944384 4 12957 0 0 0 0 5 2 20 0 15 0 107451332 11274649600 66571 33554432000 4194304 4196468 140726036095248 140087007430960 140087518599810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
Current children cumulated CPU time: 6.31 s
Current children cumulated vsize: 11010400 KiB
Current children cumulated memory: 266284 KiB

[startup+4.00668 s]*
/proc/loadavg: 1.86 1.80 1.78 5/217 488
/proc/meminfo: memFree=26850560/32770624 swapFree=67108792/67108860
[pid=419] ppid=415 vsize=11082304 memory=319708 CPUtime=8.52 cores=1,3,5,7
/proc/419/stat : 419 (java) S 415 419 22977 0 -1 1077944320 72486 12957 0 0 825 20 5 2 20 0 15 0 107451318 11348279296 79927 33554432000 4194304 4196468 140726036095248 140726036077792 140087518588663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
/proc/419/statm: 2770576 79927 3500 1 0 2732229 0
[pid=419/tid=475] ppid=415 vsize=11082304 memory=-6517102902069810590 CPUtime=3.88 cores=1,3,5,7
/proc/419/task/475/stat : 475 (java) R 415 419 22977 0 -1 4202560 47834 12957 0 0 371 10 5 2 20 0 15 0 107451326 11348279296 79927 33554432000 4194304 4196468 140726036095248 140087490422768 140087502669180 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=476] ppid=415 vsize=11082304 memory=664962042350622217 CPUtime=0.1 cores=1,3,5,7
/proc/419/task/476/stat : 476 (java) S 415 419 22977 0 -1 1077944384 40 12957 0 0 3 0 5 2 20 0 15 0 107451327 11348279296 79927 33554432000 4194304 4196468 140726036095248 140087522831120 140087518598869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=477] ppid=415 vsize=11082304 memory=7091422982895470827 CPUtime=0.1 cores=1,3,5,7
/proc/419/task/477/stat : 477 (java) S 415 419 22977 0 -1 1077944384 64 12957 0 0 3 0 5 2 20 0 15 0 107451327 11348279296 79927 33554432000 4194304 4196468 140726036095248 140087408028560 140087518598869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=478] ppid=415 vsize=11082304 memory=-3004951213568567854 CPUtime=0.1 cores=1,3,5,7
/proc/419/task/478/stat : 478 (java) S 415 419 22977 0 -1 1077944384 58 12957 0 0 3 0 5 2 20 0 15 0 107451327 11348279296 79927 33554432000 4194304 4196468 140726036095248 140087406976016 140087518598869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=479] ppid=415 vsize=11082304 memory=3472328296227680299 CPUtime=0.09 cores=1,3,5,7
/proc/419/task/479/stat : 479 (java) S 415 419 22977 0 -1 1077944384 268 12957 0 0 2 0 5 2 20 0 15 0 107451327 11348279296 79927 33554432000 4194304 4196468 140726036095248 140087405923472 140087518598869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=480] ppid=415 vsize=11082304 memory=139862145255040 CPUtime=0.1 cores=1,3,5,7
/proc/419/task/480/stat : 480 (java) S 415 419 22977 0 -1 1077944384 1639 12957 0 0 3 0 5 2 20 0 15 0 107451329 11348279296 79927 33554432000 4194304 4196468 140726036095248 140087011641328 140087518599810 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=481] ppid=415 vsize=11082304 memory=3472328296227679279 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/481/stat : 481 (java) S 415 419 22977 0 -1 1077944384 13 12957 0 0 0 0 5 2 20 0 15 0 107451329 11348279296 79927 33554432000 4194304 4196468 140726036095248 140086398149600 140087518598869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=482] ppid=415 vsize=11082304 memory=-1189914978686163229 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/482/stat : 482 (java) S 415 419 22977 0 -1 1077944384 2 12957 0 0 0 0 5 2 20 0 15 0 107451329 11348279296 79927 33554432000 4194304 4196468 140726036095248 140086196823040 140087518598869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=483] ppid=415 vsize=11082304 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/483/stat : 483 (java) S 415 419 22977 0 -1 1077944384 3 12957 0 0 0 0 5 2 20 0 15 0 107451332 11348279296 79927 33554432000 4194304 4196468 140726036095248 140085889423568 140087518607259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=484] ppid=415 vsize=11082304 memory=0 CPUtime=1.61 cores=1,3,5,7
/proc/419/task/484/stat : 484 (java) R 415 419 22977 0 -1 4202560 4813 12957 0 0 153 1 5 2 20 0 15 0 107451332 11348279296 79927 33554432000 4194304 4196468 140726036095248 140087010589168 140087510878129 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=485] ppid=415 vsize=11082304 memory=0 CPUtime=1.5 cores=1,3,5,7
/proc/419/task/485/stat : 485 (java) R 415 419 22977 0 -1 4202560 9309 12957 0 0 141 2 5 2 20 0 15 0 107451332 11348279296 79927 33554432000 4194304 4196468 140726036095248 140087009521288 140087500134170 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=486] ppid=415 vsize=11082304 memory=0 CPUtime=1.53 cores=1,3,5,7
/proc/419/task/486/stat : 486 (java) S 415 419 22977 0 -1 1077944384 6258 12957 0 0 143 3 5 2 20 0 15 0 107451332 11348279296 79927 33554432000 4194304 4196468 140726036095248 140087008484080 140087518599810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=487] ppid=415 vsize=11082304 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/487/stat : 487 (java) S 415 419 22977 0 -1 1077944384 3 12957 0 0 0 0 5 2 20 0 15 0 107451332 11348279296 79927 33554432000 4194304 4196468 140726036095248 140085458627680 140087518598869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=488] ppid=415 vsize=11082304 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/488/stat : 488 (java) R 415 419 22977 0 -1 1077944384 11 12957 0 0 0 0 5 2 20 0 15 0 107451332 11348279296 79927 33554432000 4194304 4196468 140726036095248 140087007430960 140087518599810 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
Current children cumulated CPU time: 8.52 s
Current children cumulated vsize: 11082304 KiB
Current children cumulated memory: 319708 KiB

[startup+4.20142 s]
/proc/loadavg: 1.86 1.80 1.78 5/217 488
/proc/meminfo: memFree=26850560/32770624 swapFree=67108792/67108860
[pid=419] ppid=415 vsize=11082736 memory=322276 CPUtime=9.16 cores=1,3,5,7
/proc/419/stat : 419 (java) S 415 419 22977 0 -1 1077944320 74344 12957 0 0 888 21 5 2 20 0 15 0 107451318 11348721664 80569 33554432000 4194304 4196468 140726036095248 140726036077792 140087518588663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
/proc/419/statm: 2770684 80569 3500 1 0 2732337 0
[pid=419/tid=475] ppid=415 vsize=11082736 memory=10857 CPUtime=4.06 cores=1,3,5,7
/proc/419/task/475/stat : 475 (java) R 415 419 22977 0 -1 4202560 47956 12957 0 0 389 10 5 2 20 0 15 0 107451326 11348721664 80569 33554432000 4194304 4196468 140726036095248 140087490418592 140087087137980 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=476] ppid=415 vsize=11082736 memory=3977296629253554382 CPUtime=0.1 cores=1,3,5,7
/proc/419/task/476/stat : 476 (java) S 415 419 22977 0 -1 1077944384 40 12957 0 0 3 0 5 2 20 0 15 0 107451327 11348721664 80569 33554432000 4194304 4196468 140726036095248 140087522831120 140087518598869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=477] ppid=415 vsize=11082736 memory=6944656592455097440 CPUtime=0.1 cores=1,3,5,7
/proc/419/task/477/stat : 477 (java) S 415 419 22977 0 -1 1077944384 64 12957 0 0 3 0 5 2 20 0 15 0 107451327 11348721664 80569 33554432000 4194304 4196468 140726036095248 140087408028560 140087518598869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=478] ppid=415 vsize=11082736 memory=6944656592455359580 CPUtime=0.1 cores=1,3,5,7
/proc/419/task/478/stat : 478 (java) S 415 419 22977 0 -1 1077944384 58 12957 0 0 3 0 5 2 20 0 15 0 107451327 11348721664 80569 33554432000 4194304 4196468 140726036095248 140087406976016 140087518598869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=479] ppid=415 vsize=11082736 memory=6944656592455097440 CPUtime=0.09 cores=1,3,5,7
/proc/419/task/479/stat : 479 (java) S 415 419 22977 0 -1 1077944384 268 12957 0 0 2 0 5 2 20 0 15 0 107451327 11348721664 80569 33554432000 4194304 4196468 140726036095248 140087405923472 140087518598869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=480] ppid=415 vsize=11082736 memory=-4695052241013923951 CPUtime=0.1 cores=1,3,5,7
/proc/419/task/480/stat : 480 (java) S 415 419 22977 0 -1 1077944384 1639 12957 0 0 3 0 5 2 20 0 15 0 107451329 11348721664 80569 33554432000 4194304 4196468 140726036095248 140087011641328 140087518599810 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=481] ppid=415 vsize=11082736 memory=3544789664298955442 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/481/stat : 481 (java) S 415 419 22977 0 -1 1077944384 13 12957 0 0 0 0 5 2 20 0 15 0 107451329 11348721664 80569 33554432000 4194304 4196468 140726036095248 140086398149600 140087518598869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=482] ppid=415 vsize=11082736 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/482/stat : 482 (java) S 415 419 22977 0 -1 1077944384 2 12957 0 0 0 0 5 2 20 0 15 0 107451329 11348721664 80569 33554432000 4194304 4196468 140726036095248 140086196823040 140087518598869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=483] ppid=415 vsize=11082736 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/483/stat : 483 (java) S 415 419 22977 0 -1 1077944384 3 12957 0 0 0 0 5 2 20 0 15 0 107451332 11348721664 80569 33554432000 4194304 4196468 140726036095248 140085889423568 140087518607259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=484] ppid=415 vsize=11082736 memory=7505928880668315508 CPUtime=1.75 cores=1,3,5,7
/proc/419/task/484/stat : 484 (java) R 415 419 22977 0 -1 4202560 4833 12957 0 0 167 1 5 2 20 0 15 0 107451332 11348721664 80569 33554432000 4194304 4196468 140726036095248 140087010572976 140087500133197 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=485] ppid=415 vsize=11082736 memory=-6295890795008761641 CPUtime=1.69 cores=1,3,5,7
/proc/419/task/485/stat : 485 (java) R 415 419 22977 0 -1 4202560 10729 12957 0 0 159 3 5 2 20 0 15 0 107451332 11348721664 80569 33554432000 4194304 4196468 140726036095248 140087009522648 140087500110369 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=486] ppid=415 vsize=11082736 memory=8171313558828896343 CPUtime=1.65 cores=1,3,5,7
/proc/419/task/486/stat : 486 (java) S 415 419 22977 0 -1 1077944384 6531 12957 0 0 154 4 5 2 20 0 15 0 107451332 11348721664 80569 33554432000 4194304 4196468 140726036095248 140087008484080 140087518599810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=487] ppid=415 vsize=11082736 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/487/stat : 487 (java) S 415 419 22977 0 -1 1077944384 3 12957 0 0 0 0 5 2 20 0 15 0 107451332 11348721664 80569 33554432000 4194304 4196468 140726036095248 140085458627680 140087518598869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=488] ppid=415 vsize=11082736 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/488/stat : 488 (java) S 415 419 22977 0 -1 1077944384 12 12957 0 0 0 0 5 2 20 0 15 0 107451332 11348721664 80569 33554432000 4194304 4196468 140726036095248 140087007430960 140087518599810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
Current children cumulated CPU time: 9.16 s
Current children cumulated vsize: 11082736 KiB
Current children cumulated memory: 322276 KiB

[startup+4.30065 s]
/proc/loadavg: 1.86 1.80 1.78 5/217 488
/proc/meminfo: memFree=26850560/32770624 swapFree=67108792/67108860
[pid=419] ppid=415 vsize=11082740 memory=323188 CPUtime=9.49 cores=1,3,5,7
/proc/419/stat : 419 (java) S 415 419 22977 0 -1 1077944320 75510 12957 0 0 921 21 5 2 20 0 15 0 107451318 11348725760 80797 33554432000 4194304 4196468 140726036095248 140726036077792 140087518588663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
/proc/419/statm: 2770685 80797 3501 1 0 2732338 0
[pid=419/tid=475] ppid=415 vsize=11082740 memory=3 CPUtime=4.16 cores=1,3,5,7
/proc/419/task/475/stat : 475 (java) R 415 419 22977 0 -1 4202560 48137 12957 0 0 399 10 5 2 20 0 15 0 107451326 11348725760 80797 33554432000 4194304 4196468 140726036095248 140087490419920 140087086157892 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=476] ppid=415 vsize=11082740 memory=1292 CPUtime=0.1 cores=1,3,5,7
/proc/419/task/476/stat : 476 (java) S 415 419 22977 0 -1 1077944384 40 12957 0 0 3 0 5 2 20 0 15 0 107451327 11348725760 80797 33554432000 4194304 4196468 140726036095248 140087522831120 140087518598869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=477] ppid=415 vsize=11082740 memory=2436 CPUtime=0.1 cores=1,3,5,7
/proc/419/task/477/stat : 477 (java) S 415 419 22977 0 -1 1077944384 64 12957 0 0 3 0 5 2 20 0 15 0 107451327 11348725760 80797 33554432000 4194304 4196468 140726036095248 140087408028560 140087518598869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=478] ppid=415 vsize=11082740 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/419/task/478/stat : 478 (java) S 415 419 22977 0 -1 1077944384 58 12957 0 0 3 0 5 2 20 0 15 0 107451327 11348725760 80797 33554432000 4194304 4196468 140726036095248 140087406976016 140087518598869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=479] ppid=415 vsize=11082740 memory=6947385649911455296 CPUtime=0.09 cores=1,3,5,7
/proc/419/task/479/stat : 479 (java) S 415 419 22977 0 -1 1077944384 268 12957 0 0 2 0 5 2 20 0 15 0 107451327 11348725760 80797 33554432000 4194304 4196468 140726036095248 140087405923472 140087518598869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=480] ppid=415 vsize=11082740 memory=8865 CPUtime=0.1 cores=1,3,5,7
/proc/419/task/480/stat : 480 (java) S 415 419 22977 0 -1 1077944384 1832 12957 0 0 3 0 5 2 20 0 15 0 107451329 11348725760 80797 33554432000 4194304 4196468 140726036095248 140087011641328 140087518599810 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=481] ppid=415 vsize=11082740 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/481/stat : 481 (java) S 415 419 22977 0 -1 1077944384 13 12957 0 0 0 0 5 2 20 0 15 0 107451329 11348725760 80797 33554432000 4194304 4196468 140726036095248 140086398149600 140087518598869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=482] ppid=415 vsize=11082740 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/482/stat : 482 (java) S 415 419 22977 0 -1 1077944384 2 12957 0 0 0 0 5 2 20 0 15 0 107451329 11348725760 80797 33554432000 4194304 4196468 140726036095248 140086196823040 140087518598869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=483] ppid=415 vsize=11082740 memory=33 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/483/stat : 483 (java) S 415 419 22977 0 -1 1077944384 3 12957 0 0 0 0 5 2 20 0 15 0 107451332 11348725760 80797 33554432000 4194304 4196468 140726036095248 140085889423568 140087518607259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=484] ppid=415 vsize=11082740 memory=0 CPUtime=1.84 cores=1,3,5,7
/proc/419/task/484/stat : 484 (java) R 415 419 22977 0 -1 4202560 4874 12957 0 0 176 1 5 2 20 0 15 0 107451332 11348725760 80797 33554432000 4194304 4196468 140726036095248 140087010578768 140087502071984 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=485] ppid=415 vsize=11082740 memory=0 CPUtime=1.79 cores=1,3,5,7
/proc/419/task/485/stat : 485 (java) R 415 419 22977 0 -1 4202560 11407 12957 0 0 169 3 5 2 20 0 15 0 107451332 11348725760 80797 33554432000 4194304 4196468 140726036095248 140087009522648 140087500132894 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=486] ppid=415 vsize=11082740 memory=0 CPUtime=1.69 cores=1,3,5,7
/proc/419/task/486/stat : 486 (java) R 415 419 22977 0 -1 1077944384 6604 12957 0 0 158 4 5 2 20 0 15 0 107451332 11348725760 80797 33554432000 4194304 4196468 140726036095248 140087008484080 140087518599810 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=487] ppid=415 vsize=11082740 memory=288370238138142352 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/487/stat : 487 (java) S 415 419 22977 0 -1 1077944384 3 12957 0 0 0 0 5 2 20 0 15 0 107451332 11348725760 80797 33554432000 4194304 4196468 140726036095248 140085458627680 140087518598869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
[pid=419/tid=488] ppid=415 vsize=11082740 memory=1292 CPUtime=0.07 cores=1,3,5,7
/proc/419/task/488/stat : 488 (java) S 415 419 22977 0 -1 1077944384 12 12957 0 0 0 0 5 2 20 0 15 0 107451332 11348725760 80797 33554432000 4194304 4196468 140726036095248 140087007430960 140087518599810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9273344 140726036101737 140726036104545 140726036104545 140726036107215 0
Current children cumulated CPU time: 9.49 s
Current children cumulated vsize: 11082740 KiB
Current children cumulated memory: 323188 KiB

Child status: 0
Real time (s): 4.36532
CPU time (s): 9.62847
CPU user time (s): 9.36457
CPU system time (s): 0.2639
CPU usage (%): 220.567
Max. virtual memory (cumulated for all children) (KiB): 11082740
Max. memory (cumulated for all children) (KiB): 323188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.36457
system time used= 0.2639
maximum resident set size= 325440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88601
page faults= 0
swaps= 0
block input operations= 0
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7234
involuntary context switches= 64


# summary of solver processes directly reported to runsolver:
#   pid: 419
#   total CPU time (s): 9.62847
#   total CPU user time (s): 9.36457
#   total CPU system time (s): 0.2639

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.058778 second user time and 0.074522 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-29 23:14:40
IDJOB=4302795
IDBENCH=141634
IDSOLVER=2777
FILE ID=node150/4302795-1532898880
RUNJOBID= node150-1532894180-24644
PBS_JOBID= 21022512
Free space on /tmp= 55320 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-4302795-1532898880/watcher-4302795-1532898880 -o /tmp/evaluation-result-4302795-1532898880/solver-4302795-1532898880 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532894180-24644 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=744954958 -superng HOME/instance-4302795-1532898880.xml

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

MD5SUM BENCH= 5b0471201a80cf29b9165f742e9eb3a6
RANDOM SEED=744954958

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:        27146692 kB
MemAvailable:   30989200 kB
Buffers:          228836 kB
Cached:          3856596 kB
SwapCached:           32 kB
Active:          2490060 kB
Inactive:        2601200 kB
Active(anon):     957760 kB
Inactive(anon):    76188 kB
Active(file):    1532300 kB
Inactive(file):  2525012 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:             26372 kB
Writeback:             0 kB
AnonPages:       1013860 kB
Mapped:            58076 kB
Shmem:             25156 kB
Slab:             230332 kB
SReclaimable:     202060 kB
SUnreclaim:        28272 kB
KernelStack:        3536 kB
PageTables:         7240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2173696 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    802816 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= 55296 MiB
End job on node150 at 2018-07-29 23:14:45