Trace number 4304544

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-SuperNGOPT25 8.10694 3.79955

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-07_c18.xml
MD5SUMe42a0bd121bf3364b1a4e345eaac980a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark25
Best CPU time to get the best result obtained on this benchmark0.04028
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints22
Number of domains2
Minimum domain size49
Maximum domain size50
Distribution of domain sizes[{"size":49,"count":21},{"size":50,"count":7}]
Minimum variable degree0
Maximum variable degree7
Distribution of variable degrees[{"degree":0,"count":28},{"degree":2,"count":21},{"degree":6,"count":6},{"degree":7,"count":1}]
Minimum constraint arity3
Maximum constraint arity21
Distribution of constraint arities[{"arity":3,"count":21},{"arity":21,"count":1}]
Number of extensional constraints0
Number of intensional constraints21
Distribution of constraint types[{"type":"intension","count":21},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.98/0.74	c Concrete v3.9.2.1532736233296 running
6.81/3.44	o 31
6.81/3.48	o 30
7.12/3.51	o 29
7.12/3.52	o 27
7.12/3.54	o 25
7.81/3.77	v <instantiation cost="25">
7.81/3.77	v       <list>
7.81/3.77	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[2][3] y[2][4] y[2][5] y[2][6] y[3][4] y[3][5] y[3][6] y[4][5] y[4][6] y[5][6]
7.81/3.77	v       </list>
7.81/3.77	v       <values>
7.81/3.77	v         0 2 3 10 16 21 25 2 3 10 16 21 25 1 8 14 19 23 7 13 18 22 6 11 15 5 9 4
7.81/3.77	v       </values>
7.81/3.77	v     </instantiation>
7.81/3.77	s OPTIMUM FOUND

Verifier Data

OK	25

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304544-1534102047/watcher-4304544-1534102047 -o /tmp/evaluation-result-4304544-1534102047/solver-4304544-1534102047 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534096675-9346 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1439494966 -superng HOME/instance-4304544-1534102047.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
Current StackSize limit: 8192 KiB

solver pid=10451, runsolver pid=10448

[startup+0.100365 s]*
/proc/loadavg: 1.56 1.40 1.35 2/210 10508
/proc/meminfo: memFree=17385140/32770624 swapFree=67108688/67108860
[pid=10451] ppid=10448 vsize=10005480 memory=16744 CPUtime=0.07 cores=1,3,5,7
/proc/10451/stat : 10451 (java) S 10448 10451 9314 0 -1 1077944320 3830 12881 0 0 0 0 4 3 20 0 6 0 227767948 10245611520 4186 33554432000 4194304 4196468 140721710078288 140721710060832 140224522039031 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
/proc/10451/statm: 2501370 4186 1608 1 0 2489808 0
[pid=10451/tid=10504] ppid=10448 vsize=10005480 memory=4279135703980213389 CPUtime=0.07 cores=1,3,5,7
/proc/10451/task/10504/stat : 10504 (java) R 10448 10451 9314 0 -1 4202560 1941 12881 0 0 0 0 4 3 20 0 6 0 227767957 10245611520 4516 33554432000 4194304 4196468 140721710078288 140224493875792 140224502813584 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10505] ppid=10448 vsize=10005480 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/10451/task/10505/stat : 10505 (java) S 10448 10451 9314 0 -1 1077944384 1 12881 0 0 0 0 4 3 20 0 6 0 227767958 10245611520 4516 33554432000 4194304 4196468 140721710078288 140224526281488 140224522049237 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10506] ppid=10448 vsize=10005480 memory=139625180247680 CPUtime=0.07 cores=1,3,5,7
/proc/10451/task/10506/stat : 10506 (java) S 10448 10451 9314 0 -1 1077944384 2 12881 0 0 0 0 4 3 20 0 6 0 227767958 10245611520 4516 33554432000 4194304 4196468 140721710078288 140224381000592 140224522049237 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10507] ppid=10448 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10451/task/10507/stat : 10507 (java) S 10448 10451 9314 0 -1 1077944384 2 12881 0 0 0 0 4 3 20 0 6 0 227767958 10245611520 4516 33554432000 4194304 4196468 140721710078288 140224379948048 140224522049237 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10508] ppid=10448 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10451/task/10508/stat : 10508 (java) S 10448 10451 9314 0 -1 1077944384 1 12881 0 0 0 0 4 3 20 0 6 0 227767958 10245611520 4516 33554432000 4194304 4196468 140721710078288 140224378895504 140224522049237 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16744 KiB

[startup+0.209933 s]*
/proc/loadavg: 1.56 1.40 1.35 4/219 10517
/proc/meminfo: memFree=17365576/32770624 swapFree=67108688/67108860
[pid=10451] ppid=10448 vsize=10982744 memory=43092 CPUtime=0.24 cores=1,3,5,7
/proc/10451/stat : 10451 (java) S 10448 10451 9314 0 -1 1077944320 6947 12881 0 0 16 1 4 3 20 0 15 0 227767948 11246329856 10773 33554432000 4194304 4196468 140721710078288 140721710060832 140224522039031 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
/proc/10451/statm: 2745686 10773 2956 1 0 2708109 0
[pid=10451/tid=10504] ppid=10448 vsize=10982744 memory=7022364594140610616 CPUtime=0.17 cores=1,3,5,7
/proc/10451/task/10504/stat : 10504 (java) R 10448 10451 9314 0 -1 4202560 3503 12881 0 0 10 0 4 3 20 0 15 0 227767957 11246329856 10773 33554432000 4194304 4196468 140721710078288 140224493856144 140224503602560 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10505] ppid=10448 vsize=10982744 memory=365 CPUtime=0.07 cores=1,3,5,7
/proc/10451/task/10505/stat : 10505 (java) S 10448 10451 9314 0 -1 1077944384 1 12881 0 0 0 0 4 3 20 0 15 0 227767958 11246329856 10773 33554432000 4194304 4196468 140721710078288 140224526281488 140224522049237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10506] ppid=10448 vsize=10982744 memory=139625181493856 CPUtime=0.07 cores=1,3,5,7
/proc/10451/task/10506/stat : 10506 (java) S 10448 10451 9314 0 -1 1077944384 2 12881 0 0 0 0 4 3 20 0 15 0 227767958 11246329856 10773 33554432000 4194304 4196468 140721710078288 140224381000592 140224522049237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10507] ppid=10448 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10451/task/10507/stat : 10507 (java) S 10448 10451 9314 0 -1 1077944384 2 12881 0 0 0 0 4 3 20 0 15 0 227767958 11246329856 10773 33554432000 4194304 4196468 140721710078288 140224379948048 140224522049237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10508] ppid=10448 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10451/task/10508/stat : 10508 (java) S 10448 10451 9314 0 -1 1077944384 1 12881 0 0 0 0 4 3 20 0 15 0 227767958 11246329856 10773 33554432000 4194304 4196468 140721710078288 140224378895504 140224522049237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10509] ppid=10448 vsize=10982744 memory=139625180247680 CPUtime=0.07 cores=1,3,5,7
/proc/10451/task/10509/stat : 10509 (java) S 10448 10451 9314 0 -1 1077944384 2 12881 0 0 0 0 4 3 20 0 15 0 227767960 11246329856 10773 33554432000 4194304 4196468 140721710078288 140223812925424 140224522050178 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10510] ppid=10448 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10451/task/10510/stat : 10510 (java) S 10448 10451 9314 0 -1 1077944384 13 12881 0 0 0 0 4 3 20 0 15 0 227767960 11246329856 10773 33554432000 4194304 4196468 140721710078288 140223367340960 140224522049237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10511] ppid=10448 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10451/task/10511/stat : 10511 (java) S 10448 10451 9314 0 -1 1077944384 1 12881 0 0 0 0 4 3 20 0 15 0 227767961 11246329856 10773 33554432000 4194304 4196468 140721710078288 140223166014448 140224522049237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10512] ppid=10448 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10451/task/10512/stat : 10512 (java) S 10448 10451 9314 0 -1 1077944384 3 12881 0 0 0 0 4 3 20 0 15 0 227767963 11246329856 10773 33554432000 4194304 4196468 140721710078288 140222858614992 140224522057627 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10513] ppid=10448 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10451/task/10513/stat : 10513 (java) S 10448 10451 9314 0 -1 1077944384 424 12881 0 0 1 0 4 3 20 0 15 0 227767963 11246329856 10773 33554432000 4194304 4196468 140721710078288 140223811873264 140224522050178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10514] ppid=10448 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10451/task/10514/stat : 10514 (java) S 10448 10451 9314 0 -1 1077944384 190 12881 0 0 1 0 4 3 20 0 15 0 227767963 11246329856 10773 33554432000 4194304 4196468 140721710078288 140223810820720 140224522050178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10515] ppid=10448 vsize=10982744 memory=139625180247680 CPUtime=0.1 cores=1,3,5,7
/proc/10451/task/10515/stat : 10515 (java) S 10448 10451 9314 0 -1 1077944384 605 12881 0 0 3 0 4 3 20 0 15 0 227767963 11246329856 10773 33554432000 4194304 4196468 140721710078288 140223809768176 140224522050178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10516] ppid=10448 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10451/task/10516/stat : 10516 (java) S 10448 10451 9314 0 -1 1077944384 3 12881 0 0 0 0 4 3 20 0 15 0 227767963 11246329856 10773 33554432000 4194304 4196468 140721710078288 140222427819104 140224522049237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10517] ppid=10448 vsize=10982744 memory=139625180247680 CPUtime=0.07 cores=1,3,5,7
/proc/10451/task/10517/stat : 10517 (java) S 10448 10451 9314 0 -1 1077944384 1 12881 0 0 0 0 4 3 20 0 15 0 227767964 11246329856 10773 33554432000 4194304 4196468 140721710078288 140223808715056 140224522050178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 43092 KiB

[startup+0.310325 s]*
/proc/loadavg: 1.56 1.40 1.35 3/219 10517
/proc/meminfo: memFree=17353200/32770624 swapFree=67108688/67108860
[pid=10451] ppid=10448 vsize=10983192 memory=56268 CPUtime=0.37 cores=1,3,5,7
/proc/10451/stat : 10451 (java) S 10448 10451 9314 0 -1 1077944320 10112 12881 0 0 28 2 4 3 20 0 15 0 227767948 11246788608 14067 33554432000 4194304 4196468 140721710078288 140721710060832 140224522039031 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
/proc/10451/statm: 2745798 14067 3075 1 0 2708109 0
[pid=10451/tid=10504] ppid=10448 vsize=10983192 memory=6791534058613427641 CPUtime=0.27 cores=1,3,5,7
/proc/10451/task/10504/stat : 10504 (java) R 10448 10451 9314 0 -1 4202560 6803 12881 0 0 19 1 4 3 20 0 15 0 227767957 11246788608 14199 33554432000 4194304 4196468 140721710078288 140224493851040 140224522060957 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10505] ppid=10448 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10451/task/10505/stat : 10505 (java) S 10448 10451 9314 0 -1 1077944384 1 12881 0 0 0 0 4 3 20 0 15 0 227767958 11246788608 14199 33554432000 4194304 4196468 140721710078288 140224526281488 140224522049237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10506] ppid=10448 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10451/task/10506/stat : 10506 (java) S 10448 10451 9314 0 -1 1077944384 2 12881 0 0 0 0 4 3 20 0 15 0 227767958 11246788608 14199 33554432000 4194304 4196468 140721710078288 140224381000592 140224522049237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10507] ppid=10448 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10451/task/10507/stat : 10507 (java) S 10448 10451 9314 0 -1 1077944384 2 12881 0 0 0 0 4 3 20 0 15 0 227767958 11246788608 14199 33554432000 4194304 4196468 140721710078288 140224379948048 140224522049237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10508] ppid=10448 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10451/task/10508/stat : 10508 (java) S 10448 10451 9314 0 -1 1077944384 1 12881 0 0 0 0 4 3 20 0 15 0 227767958 11246788608 14199 33554432000 4194304 4196468 140721710078288 140224378895504 140224522049237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10509] ppid=10448 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10451/task/10509/stat : 10509 (java) S 10448 10451 9314 0 -1 1077944384 2 12881 0 0 0 0 4 3 20 0 15 0 227767960 11246788608 14199 33554432000 4194304 4196468 140721710078288 140223812925424 140224522050178 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10510] ppid=10448 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10451/task/10510/stat : 10510 (java) S 10448 10451 9314 0 -1 1077944384 13 12881 0 0 0 0 4 3 20 0 15 0 227767960 11246788608 14199 33554432000 4194304 4196468 140721710078288 140223367340960 140224522049237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10511] ppid=10448 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10451/task/10511/stat : 10511 (java) S 10448 10451 9314 0 -1 1077944384 1 12881 0 0 0 0 4 3 20 0 15 0 227767961 11246788608 14199 33554432000 4194304 4196468 140721710078288 140223166014448 140224522049237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10512] ppid=10448 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10451/task/10512/stat : 10512 (java) S 10448 10451 9314 0 -1 1077944384 3 12881 0 0 0 0 4 3 20 0 15 0 227767963 11246788608 14199 33554432000 4194304 4196468 140721710078288 140222858614992 140224522057627 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10513] ppid=10448 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10451/task/10513/stat : 10513 (java) S 10448 10451 9314 0 -1 1077944384 426 12881 0 0 1 0 4 3 20 0 15 0 227767963 11246788608 14199 33554432000 4194304 4196468 140721710078288 140223811873264 140224522050178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10514] ppid=10448 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10451/task/10514/stat : 10514 (java) S 10448 10451 9314 0 -1 1077944384 190 12881 0 0 1 0 4 3 20 0 15 0 227767963 11246788608 14199 33554432000 4194304 4196468 140721710078288 140223810820720 140224522050178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10515] ppid=10448 vsize=10983192 memory=139625180247680 CPUtime=0.11 cores=1,3,5,7
/proc/10451/task/10515/stat : 10515 (java) S 10448 10451 9314 0 -1 1077944384 615 12881 0 0 4 0 4 3 20 0 15 0 227767963 11246788608 14199 33554432000 4194304 4196468 140721710078288 140223809768176 140224522050178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10516] ppid=10448 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10451/task/10516/stat : 10516 (java) S 10448 10451 9314 0 -1 1077944384 3 12881 0 0 0 0 4 3 20 0 15 0 227767963 11246788608 14199 33554432000 4194304 4196468 140721710078288 140222427819104 140224522049237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10517] ppid=10448 vsize=10983192 memory=139625180247680 CPUtime=0.07 cores=1,3,5,7
/proc/10451/task/10517/stat : 10517 (java) S 10448 10451 9314 0 -1 1077944384 1 12881 0 0 0 0 4 3 20 0 15 0 227767964 11246788608 14199 33554432000 4194304 4196468 140721710078288 140223808715056 140224522050178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56268 KiB

[startup+0.700801 s]
/proc/loadavg: 1.56 1.40 1.35 3/219 10517
/proc/meminfo: memFree=17342160/32770624 swapFree=67108688/67108860
[pid=10451] ppid=10448 vsize=10983192 memory=89464 CPUtime=0.98 cores=1,3,5,7
/proc/10451/stat : 10451 (java) S 10448 10451 9314 0 -1 1077944320 16406 12881 0 0 87 4 4 3 20 0 15 0 227767948 11246788608 22366 33554432000 4194304 4196468 140721710078288 140721710060832 140224522039031 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
/proc/10451/statm: 2745798 22366 3241 1 0 2708109 0
[pid=10451/tid=10504] ppid=10448 vsize=10983192 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/10451/task/10504/stat : 10504 (java) R 10448 10451 9314 0 -1 4202560 11885 12881 0 0 56 2 4 3 20 0 15 0 227767957 11246788608 22366 33554432000 4194304 4196468 140721710078288 140224493859856 140224506119518 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10505] ppid=10448 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10451/task/10505/stat : 10505 (java) S 10448 10451 9314 0 -1 1077944384 1 12881 0 0 0 0 4 3 20 0 15 0 227767958 11246788608 22366 33554432000 4194304 4196468 140721710078288 140224526281488 140224522049237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10506] ppid=10448 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10451/task/10506/stat : 10506 (java) S 10448 10451 9314 0 -1 1077944384 2 12881 0 0 0 0 4 3 20 0 15 0 227767958 11246788608 22366 33554432000 4194304 4196468 140721710078288 140224381000592 140224522049237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10507] ppid=10448 vsize=10983192 memory=139625024860944 CPUtime=0.07 cores=1,3,5,7
/proc/10451/task/10507/stat : 10507 (java) S 10448 10451 9314 0 -1 1077944384 2 12881 0 0 0 0 4 3 20 0 15 0 227767958 11246788608 22366 33554432000 4194304 4196468 140721710078288 140224379948048 140224522049237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10508] ppid=10448 vsize=10983192 memory=139625091826287 CPUtime=0.07 cores=1,3,5,7
/proc/10451/task/10508/stat : 10508 (java) S 10448 10451 9314 0 -1 1077944384 1 12881 0 0 0 0 4 3 20 0 15 0 227767958 11246788608 22366 33554432000 4194304 4196468 140721710078288 140224378895504 140224522049237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10509] ppid=10448 vsize=10983192 memory=1832 CPUtime=0.07 cores=1,3,5,7
/proc/10451/task/10509/stat : 10509 (java) S 10448 10451 9314 0 -1 1077944384 6 12881 0 0 0 0 4 3 20 0 15 0 227767960 11246788608 22366 33554432000 4194304 4196468 140721710078288 140223812925424 140224522050178 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10510] ppid=10448 vsize=10983192 memory=7161944214934349376 CPUtime=0.07 cores=1,3,5,7
/proc/10451/task/10510/stat : 10510 (java) S 10448 10451 9314 0 -1 1077944384 13 12881 0 0 0 0 4 3 20 0 15 0 227767960 11246788608 22366 33554432000 4194304 4196468 140721710078288 140223367340960 140224522049237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10511] ppid=10448 vsize=10983192 memory=6082220498227391592 CPUtime=0.07 cores=1,3,5,7
/proc/10451/task/10511/stat : 10511 (java) S 10448 10451 9314 0 -1 1077944384 1 12881 0 0 0 0 4 3 20 0 15 0 227767961 11246788608 22366 33554432000 4194304 4196468 140721710078288 140223166014448 140224522049237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10512] ppid=10448 vsize=10983192 memory=16348 CPUtime=0.07 cores=1,3,5,7
/proc/10451/task/10512/stat : 10512 (java) S 10448 10451 9314 0 -1 1077944384 3 12881 0 0 0 0 4 3 20 0 15 0 227767963 11246788608 22366 33554432000 4194304 4196468 140721710078288 140222858614992 140224522057627 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10513] ppid=10448 vsize=10983192 memory=1176 CPUtime=0.14 cores=1,3,5,7
/proc/10451/task/10513/stat : 10513 (java) S 10448 10451 9314 0 -1 1077944384 824 12881 0 0 7 0 4 3 20 0 15 0 227767963 11246788608 22366 33554432000 4194304 4196468 140721710078288 140223811873264 140224522050178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10514] ppid=10448 vsize=10983192 memory=34208 CPUtime=0.17 cores=1,3,5,7
/proc/10451/task/10514/stat : 10514 (java) S 10448 10451 9314 0 -1 1077944384 796 12881 0 0 10 0 4 3 20 0 15 0 227767963 11246788608 22366 33554432000 4194304 4196468 140721710078288 140223810820720 140224522050178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10515] ppid=10448 vsize=10983192 memory=4048 CPUtime=0.2 cores=1,3,5,7
/proc/10451/task/10515/stat : 10515 (java) S 10448 10451 9314 0 -1 1077944384 674 12881 0 0 13 0 4 3 20 0 15 0 227767963 11246788608 22366 33554432000 4194304 4196468 140721710078288 140223809768176 140224522050178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10516] ppid=10448 vsize=10983192 memory=508 CPUtime=0.07 cores=1,3,5,7
/proc/10451/task/10516/stat : 10516 (java) S 10448 10451 9314 0 -1 1077944384 3 12881 0 0 0 0 4 3 20 0 15 0 227767963 11246788608 22366 33554432000 4194304 4196468 140721710078288 140222427819104 140224522049237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10517] ppid=10448 vsize=10983192 memory=1728 CPUtime=0.07 cores=1,3,5,7
/proc/10451/task/10517/stat : 10517 (java) S 10448 10451 9314 0 -1 1077944384 1 12881 0 0 0 0 4 3 20 0 15 0 227767964 11246788608 22366 33554432000 4194304 4196468 140721710078288 140223808715056 140224522050178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 89464 KiB

[startup+1.50076 s]
/proc/loadavg: 1.67 1.42 1.36 3/219 10517
/proc/meminfo: memFree=17296820/32770624 swapFree=67108688/67108860
[pid=10451] ppid=10448 vsize=11000140 memory=179592 CPUtime=2.23 cores=1,3,5,7
/proc/10451/stat : 10451 (java) S 10448 10451 9314 0 -1 1077944320 23501 12881 0 0 208 8 4 3 20 0 15 0 227767948 11264143360 44898 33554432000 4194304 4196468 140721710078288 140721710060832 140224522039031 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
/proc/10451/statm: 2750035 44898 3469 1 0 2711693 0
[pid=10451/tid=10504] ppid=10448 vsize=11000140 memory=65828 CPUtime=1.42 cores=1,3,5,7
/proc/10451/task/10504/stat : 10504 (java) R 10448 10451 9314 0 -1 4202560 17459 12881 0 0 131 4 4 3 20 0 15 0 227767957 11264143360 44898 33554432000 4194304 4196468 140721710078288 140224493847840 140224503602583 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10505] ppid=10448 vsize=11000140 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/10451/task/10505/stat : 10505 (java) S 10448 10451 9314 0 -1 1077944384 26 12881 0 0 1 0 4 3 20 0 15 0 227767958 11264143360 44898 33554432000 4194304 4196468 140721710078288 140224526281488 140224522049237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10506] ppid=10448 vsize=11000140 memory=279250049753248 CPUtime=0.08 cores=1,3,5,7
/proc/10451/task/10506/stat : 10506 (java) S 10448 10451 9314 0 -1 1077944384 44 12881 0 0 1 0 4 3 20 0 15 0 227767958 11264143360 44898 33554432000 4194304 4196468 140721710078288 140224381000592 140224522049237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10507] ppid=10448 vsize=11000140 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10451/task/10507/stat : 10507 (java) S 10448 10451 9314 0 -1 1077944384 69 12881 0 0 1 0 4 3 20 0 15 0 227767958 11264143360 44898 33554432000 4194304 4196468 140721710078288 140224379948048 140224522049237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10508] ppid=10448 vsize=11000140 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10451/task/10508/stat : 10508 (java) S 10448 10451 9314 0 -1 1077944384 239 12881 0 0 0 0 4 3 20 0 15 0 227767958 11264143360 44898 33554432000 4194304 4196468 140721710078288 140224378895504 140224522049237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10509] ppid=10448 vsize=11000140 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10451/task/10509/stat : 10509 (java) S 10448 10451 9314 0 -1 1077944384 57 12881 0 0 1 0 4 3 20 0 15 0 227767960 11264143360 44898 33554432000 4194304 4196468 140721710078288 140223812925424 140224522050178 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10510] ppid=10448 vsize=11000140 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10451/task/10510/stat : 10510 (java) S 10448 10451 9314 0 -1 1077944384 15 12881 0 0 0 0 4 3 20 0 15 0 227767960 11264143360 44898 33554432000 4194304 4196468 140721710078288 140223367341024 140224522049237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10511] ppid=10448 vsize=11000140 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10451/task/10511/stat : 10511 (java) S 10448 10451 9314 0 -1 1077944384 1 12881 0 0 0 0 4 3 20 0 15 0 227767961 11264143360 44898 33554432000 4194304 4196468 140721710078288 140223166014464 140224522049237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10512] ppid=10448 vsize=11000140 memory=-2746958450906831424 CPUtime=0.07 cores=1,3,5,7
/proc/10451/task/10512/stat : 10512 (java) S 10448 10451 9314 0 -1 1077944384 3 12881 0 0 0 0 4 3 20 0 15 0 227767963 11264143360 44898 33554432000 4194304 4196468 140721710078288 140222858614992 140224522057627 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10513] ppid=10448 vsize=11000140 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/10451/task/10513/stat : 10513 (java) S 10448 10451 9314 0 -1 1077944384 965 12881 0 0 15 0 4 3 20 0 15 0 227767963 11264143360 44898 33554432000 4194304 4196468 140721710078288 140223811873264 140224522050178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10514] ppid=10448 vsize=11000140 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/10451/task/10514/stat : 10514 (java) S 10448 10451 9314 0 -1 1077944384 1266 12881 0 0 25 0 4 3 20 0 15 0 227767963 11264143360 44898 33554432000 4194304 4196468 140721710078288 140223810820720 140224522050178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10515] ppid=10448 vsize=11000140 memory=6791534058613427641 CPUtime=0.36 cores=1,3,5,7
/proc/10451/task/10515/stat : 10515 (java) S 10448 10451 9314 0 -1 1077944384 1157 12881 0 0 29 0 4 3 20 0 15 0 227767963 11264143360 44898 33554432000 4194304 4196468 140721710078288 140223809768176 140224522050178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10516] ppid=10448 vsize=11000140 memory=4638778398332698720 CPUtime=0.07 cores=1,3,5,7
/proc/10451/task/10516/stat : 10516 (java) S 10448 10451 9314 0 -1 1077944384 3 12881 0 0 0 0 4 3 20 0 15 0 227767963 11264143360 44898 33554432000 4194304 4196468 140721710078288 140222427819104 140224522049237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10517] ppid=10448 vsize=11000140 memory=279250049997696 CPUtime=0.07 cores=1,3,5,7
/proc/10451/task/10517/stat : 10517 (java) S 10448 10451 9314 0 -1 1077944384 1 12881 0 0 0 0 4 3 20 0 15 0 227767964 11264143360 44898 33554432000 4194304 4196468 140721710078288 140223808715056 140224522050178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
Current children cumulated CPU time: 2.23 s
Current children cumulated vsize: 11000140 KiB

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

[startup+3.11061 s]
/proc/loadavg: 1.67 1.42 1.36 5/219 10517
/proc/meminfo: memFree=17168548/32770624 swapFree=67108688/67108860
[pid=10451] ppid=10448 vsize=11010400 memory=266888 CPUtime=5.92 cores=1,3,5,7
/proc/10451/stat : 10451 (java) S 10448 10451 9314 0 -1 1077944320 42261 12881 0 0 570 15 4 3 20 0 15 0 227767948 11274649600 66722 33554432000 4194304 4196468 140721710078288 140721710060832 140224522039031 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
/proc/10451/statm: 2752600 66722 3500 1 0 2714253 0
[pid=10451/tid=10504] ppid=10448 vsize=11010400 memory=7 CPUtime=2.97 cores=1,3,5,7
/proc/10451/task/10504/stat : 10504 (java) R 10448 10451 9314 0 -1 4202560 29437 12881 0 0 283 7 4 3 20 0 15 0 227767957 11274649600 66722 33554432000 4194304 4196468 140721710078288 140224493854488 140224503602569 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10505] ppid=10448 vsize=11010400 memory=209308 CPUtime=0.09 cores=1,3,5,7
/proc/10451/task/10505/stat : 10505 (java) S 10448 10451 9314 0 -1 1077944384 50 12881 0 0 2 0 4 3 20 0 15 0 227767958 11274649600 66722 33554432000 4194304 4196468 140721710078288 140224526281488 140224522049237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10506] ppid=10448 vsize=11010400 memory=3824 CPUtime=0.1 cores=1,3,5,7
/proc/10451/task/10506/stat : 10506 (java) S 10448 10451 9314 0 -1 1077944384 67 12881 0 0 3 0 4 3 20 0 15 0 227767958 11274649600 66722 33554432000 4194304 4196468 140721710078288 140224381000592 140224522049237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10507] ppid=10448 vsize=11010400 memory=62028 CPUtime=0.1 cores=1,3,5,7
/proc/10451/task/10507/stat : 10507 (java) S 10448 10451 9314 0 -1 1077944384 77 12881 0 0 3 0 4 3 20 0 15 0 227767958 11274649600 66722 33554432000 4194304 4196468 140721710078288 140224379948048 140224522049237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10508] ppid=10448 vsize=11010400 memory=2316 CPUtime=0.09 cores=1,3,5,7
/proc/10451/task/10508/stat : 10508 (java) S 10448 10451 9314 0 -1 1077944384 248 12881 0 0 2 0 4 3 20 0 15 0 227767958 11274649600 66722 33554432000 4194304 4196468 140721710078288 140224378895504 140224522049237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10509] ppid=10448 vsize=11010400 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/10451/task/10509/stat : 10509 (java) S 10448 10451 9314 0 -1 1077944384 1213 12881 0 0 3 0 4 3 20 0 15 0 227767960 11274649600 66722 33554432000 4194304 4196468 140721710078288 140223812925424 140224522050178 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10510] ppid=10448 vsize=11010400 memory=-3472574513799858008 CPUtime=0.07 cores=1,3,5,7
/proc/10451/task/10510/stat : 10510 (java) S 10448 10451 9314 0 -1 1077944384 15 12881 0 0 0 0 4 3 20 0 15 0 227767960 11274649600 66722 33554432000 4194304 4196468 140721710078288 140223367341024 140224522049237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10511] ppid=10448 vsize=11010400 memory=6944656575208382560 CPUtime=0.07 cores=1,3,5,7
/proc/10451/task/10511/stat : 10511 (java) S 10448 10451 9314 0 -1 1077944384 1 12881 0 0 0 0 4 3 20 0 15 0 227767961 11274649600 66722 33554432000 4194304 4196468 140721710078288 140223166014464 140224522049237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10512] ppid=10448 vsize=11010400 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10451/task/10512/stat : 10512 (java) S 10448 10451 9314 0 -1 1077944384 3 12881 0 0 0 0 4 3 20 0 15 0 227767963 11274649600 66722 33554432000 4194304 4196468 140721710078288 140222858614992 140224522057627 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10513] ppid=10448 vsize=11010400 memory=0 CPUtime=1.06 cores=1,3,5,7
/proc/10451/task/10513/stat : 10513 (java) R 10448 10451 9314 0 -1 4202560 3452 12881 0 0 98 1 4 3 20 0 15 0 227767963 11274649600 66722 33554432000 4194304 4196468 140721710078288 140223811853288 140224502738586 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10514] ppid=10448 vsize=11010400 memory=279250049510136 CPUtime=0.82 cores=1,3,5,7
/proc/10451/task/10514/stat : 10514 (java) S 10448 10451 9314 0 -1 1077944384 1940 12881 0 0 74 1 4 3 20 0 15 0 227767963 11274649600 66722 33554432000 4194304 4196468 140721710078288 140223810820720 140224522050178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10515] ppid=10448 vsize=11010400 memory=56 CPUtime=1.05 cores=1,3,5,7
/proc/10451/task/10515/stat : 10515 (java) S 10448 10451 9314 0 -1 1077944384 3558 12881 0 0 97 1 4 3 20 0 15 0 227767963 11274649600 66722 33554432000 4194304 4196468 140721710078288 140223809768176 140224522050178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10516] ppid=10448 vsize=11010400 memory=3470692292451393600 CPUtime=0.07 cores=1,3,5,7
/proc/10451/task/10516/stat : 10516 (java) S 10448 10451 9314 0 -1 1077944384 3 12881 0 0 0 0 4 3 20 0 15 0 227767963 11274649600 66722 33554432000 4194304 4196468 140721710078288 140222427819104 140224522049237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10517] ppid=10448 vsize=11010400 memory=8470556300224001131 CPUtime=0.07 cores=1,3,5,7
/proc/10451/task/10517/stat : 10517 (java) S 10448 10451 9314 0 -1 1077944384 1 12881 0 0 0 0 4 3 20 0 15 0 227767964 11274649600 66722 33554432000 4194304 4196468 140721710078288 140223808715056 140224522050178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
Current children cumulated CPU time: 5.92 s
Current children cumulated vsize: 11010400 KiB
Current children cumulated memory: 266888 KiB

[startup+3.79949 s]
# the end of solver process 10451 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=7.87761 s, system=0.229328 s

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

[startup+3.20091 s]
/proc/loadavg: 1.67 1.42 1.36 5/219 10517
/proc/meminfo: memFree=17168548/32770624 swapFree=67108688/67108860
[pid=10451] ppid=10448 vsize=11075936 memory=290336 CPUtime=6.13 cores=1,3,5,7
/proc/10451/stat : 10451 (java) S 10448 10451 9314 0 -1 1077944320 50885 12881 0 0 590 16 4 3 20 0 15 0 227767948 11341758464 72584 33554432000 4194304 4196468 140721710078288 140721710060832 140224522039031 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
/proc/10451/statm: 2768984 72584 3505 1 0 2730637 0
[pid=10451/tid=10504] ppid=10448 vsize=11075936 memory=6935649255759568960 CPUtime=3.07 cores=1,3,5,7
/proc/10451/task/10504/stat : 10504 (java) R 10448 10451 9314 0 -1 4202560 36648 12881 0 0 292 8 4 3 20 0 15 0 227767957 11341758464 72584 33554432000 4194304 4196468 140721710078288 140224493871120 140224503602583 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10505] ppid=10448 vsize=11075936 memory=2984339746955739232 CPUtime=0.09 cores=1,3,5,7
/proc/10451/task/10505/stat : 10505 (java) S 10448 10451 9314 0 -1 1077944384 50 12881 0 0 2 0 4 3 20 0 15 0 227767958 11341758464 72584 33554432000 4194304 4196468 140721710078288 140224526281488 140224522049237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10506] ppid=10448 vsize=11075936 memory=3467824627879784490 CPUtime=0.1 cores=1,3,5,7
/proc/10451/task/10506/stat : 10506 (java) S 10448 10451 9314 0 -1 1077944384 67 12881 0 0 3 0 4 3 20 0 15 0 227767958 11341758464 72584 33554432000 4194304 4196468 140721710078288 140224381000592 140224522049237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10507] ppid=10448 vsize=11075936 memory=7588684550706915689 CPUtime=0.1 cores=1,3,5,7
/proc/10451/task/10507/stat : 10507 (java) S 10448 10451 9314 0 -1 1077944384 77 12881 0 0 3 0 4 3 20 0 15 0 227767958 11341758464 72584 33554432000 4194304 4196468 140721710078288 140224379948048 140224522049237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10508] ppid=10448 vsize=11075936 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/10451/task/10508/stat : 10508 (java) S 10448 10451 9314 0 -1 1077944384 248 12881 0 0 2 0 4 3 20 0 15 0 227767958 11341758464 72584 33554432000 4194304 4196468 140721710078288 140224378895504 140224522049237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10509] ppid=10448 vsize=11075936 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/10451/task/10509/stat : 10509 (java) S 10448 10451 9314 0 -1 1077944384 1213 12881 0 0 3 0 4 3 20 0 15 0 227767960 11341758464 72584 33554432000 4194304 4196468 140721710078288 140223812925424 140224522050178 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10510] ppid=10448 vsize=11075936 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/10451/task/10510/stat : 10510 (java) S 10448 10451 9314 0 -1 1077944384 15 12881 0 0 0 0 4 3 20 0 15 0 227767960 11341758464 72584 33554432000 4194304 4196468 140721710078288 140223367341024 140224522049237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10511] ppid=10448 vsize=11075936 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/10451/task/10511/stat : 10511 (java) S 10448 10451 9314 0 -1 1077944384 1 12881 0 0 0 0 4 3 20 0 15 0 227767961 11341758464 72585 33554432000 4194304 4196468 140721710078288 140223166014464 140224522049237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10512] ppid=10448 vsize=11075936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10451/task/10512/stat : 10512 (java) S 10448 10451 9314 0 -1 1077944384 3 12881 0 0 0 0 4 3 20 0 15 0 227767963 11341758464 72585 33554432000 4194304 4196468 140721710078288 140222858614992 140224522057627 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10513] ppid=10448 vsize=11075936 memory=0 CPUtime=1.14 cores=1,3,5,7
/proc/10451/task/10513/stat : 10513 (java) R 10448 10451 9314 0 -1 4202560 4606 12881 0 0 106 1 4 3 20 0 15 0 227767963 11341758464 72585 33554432000 4194304 4196468 140721710078288 140223811854280 140224506432896 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10514] ppid=10448 vsize=11075936 memory=0 CPUtime=0.83 cores=1,3,5,7
/proc/10451/task/10514/stat : 10514 (java) R 10448 10451 9314 0 -1 1077944384 2039 12881 0 0 75 1 4 3 20 0 15 0 227767963 11341758464 72585 33554432000 4194304 4196468 140721710078288 140223810820816 140224522049237 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10515] ppid=10448 vsize=11075936 memory=0 CPUtime=1.06 cores=1,3,5,7
/proc/10451/task/10515/stat : 10515 (java) R 10448 10451 9314 0 -1 4202560 3803 12881 0 0 98 1 4 3 20 0 15 0 227767963 11341758464 72585 33554432000 4194304 4196468 140721710078288 140223809768176 140224507722066 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10516] ppid=10448 vsize=11075936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10451/task/10516/stat : 10516 (java) S 10448 10451 9314 0 -1 1077944384 3 12881 0 0 0 0 4 3 20 0 15 0 227767963 11341758464 72585 33554432000 4194304 4196468 140721710078288 140222427819104 140224522049237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10517] ppid=10448 vsize=11075936 memory=244 CPUtime=0.07 cores=1,3,5,7
/proc/10451/task/10517/stat : 10517 (java) S 10448 10451 9314 0 -1 1077944384 1 12881 0 0 0 0 4 3 20 0 15 0 227767964 11341758464 72585 33554432000 4194304 4196468 140721710078288 140223808715056 140224522050178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
Current children cumulated CPU time: 6.13 s
Current children cumulated vsize: 11075936 KiB
Current children cumulated memory: 290336 KiB

[startup+3.60075 s]
/proc/loadavg: 1.67 1.42 1.36 5/219 10517
/proc/meminfo: memFree=17168548/32770624 swapFree=67108688/67108860
[pid=10451] ppid=10448 vsize=11080836 memory=298824 CPUtime=7.47 cores=1,3,5,7
/proc/10451/stat : 10451 (java) S 10448 10451 9314 0 -1 1077944320 59579 12881 0 0 723 17 4 3 20 0 15 0 227767948 11346776064 74706 33554432000 4194304 4196468 140721710078288 140721710060832 140224522039031 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
/proc/10451/statm: 2770209 74706 3507 1 0 2731862 0
[pid=10451/tid=10504] ppid=10448 vsize=11080836 memory=1224 CPUtime=3.46 cores=1,3,5,7
/proc/10451/task/10504/stat : 10504 (java) R 10448 10451 9314 0 -1 4202560 38882 12881 0 0 331 8 4 3 20 0 15 0 227767957 11346776064 74706 33554432000 4194304 4196468 140721710078288 140224493874496 140224522050966 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10505] ppid=10448 vsize=11080836 memory=1792 CPUtime=0.09 cores=1,3,5,7
/proc/10451/task/10505/stat : 10505 (java) S 10448 10451 9314 0 -1 1077944384 50 12881 0 0 2 0 4 3 20 0 15 0 227767958 11346776064 74706 33554432000 4194304 4196468 140721710078288 140224526281488 140224522049237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10506] ppid=10448 vsize=11080836 memory=876 CPUtime=0.1 cores=1,3,5,7
/proc/10451/task/10506/stat : 10506 (java) S 10448 10451 9314 0 -1 1077944384 67 12881 0 0 3 0 4 3 20 0 15 0 227767958 11346776064 74706 33554432000 4194304 4196468 140721710078288 140224381000592 140224522049237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10507] ppid=10448 vsize=11080836 memory=5344 CPUtime=0.1 cores=1,3,5,7
/proc/10451/task/10507/stat : 10507 (java) S 10448 10451 9314 0 -1 1077944384 77 12881 0 0 3 0 4 3 20 0 15 0 227767958 11346776064 74706 33554432000 4194304 4196468 140721710078288 140224379948048 140224522049237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10508] ppid=10448 vsize=11080836 memory=756 CPUtime=0.09 cores=1,3,5,7
/proc/10451/task/10508/stat : 10508 (java) S 10448 10451 9314 0 -1 1077944384 248 12881 0 0 2 0 4 3 20 0 15 0 227767958 11346776064 74706 33554432000 4194304 4196468 140721710078288 140224378895504 140224522049237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10509] ppid=10448 vsize=11080836 memory=4588 CPUtime=0.1 cores=1,3,5,7
/proc/10451/task/10509/stat : 10509 (java) S 10448 10451 9314 0 -1 1077944384 1288 12881 0 0 3 0 4 3 20 0 15 0 227767960 11346776064 74706 33554432000 4194304 4196468 140721710078288 140223812925424 140224522050178 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10510] ppid=10448 vsize=11080836 memory=1388 CPUtime=0.07 cores=1,3,5,7
/proc/10451/task/10510/stat : 10510 (java) S 10448 10451 9314 0 -1 1077944384 15 12881 0 0 0 0 4 3 20 0 15 0 227767960 11346776064 74706 33554432000 4194304 4196468 140721710078288 140223367341024 140224522049237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10511] ppid=10448 vsize=11080836 memory=279250050268416 CPUtime=0.07 cores=1,3,5,7
/proc/10451/task/10511/stat : 10511 (java) S 10448 10451 9314 0 -1 1077944384 1 12881 0 0 0 0 4 3 20 0 15 0 227767961 11346776064 74706 33554432000 4194304 4196468 140721710078288 140223166014464 140224522049237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10512] ppid=10448 vsize=11080836 memory=7956005031678667109 CPUtime=0.07 cores=1,3,5,7
/proc/10451/task/10512/stat : 10512 (java) S 10448 10451 9314 0 -1 1077944384 3 12881 0 0 0 0 4 3 20 0 15 0 227767963 11346776064 74706 33554432000 4194304 4196468 140721710078288 140222858614992 140224522057627 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10513] ppid=10448 vsize=11080836 memory=7956005031678667109 CPUtime=1.54 cores=1,3,5,7
/proc/10451/task/10513/stat : 10513 (java) R 10448 10451 9314 0 -1 4202560 8227 12881 0 0 146 1 4 3 20 0 15 0 227767963 11346776064 74706 33554432000 4194304 4196468 140721710078288 140223811859288 140224503560368 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10514] ppid=10448 vsize=11080836 memory=0 CPUtime=1.17 cores=1,3,5,7
/proc/10451/task/10514/stat : 10514 (java) R 10448 10451 9314 0 -1 4202560 3383 12881 0 0 109 1 4 3 20 0 15 0 227767963 11346776064 74706 33554432000 4194304 4196468 140721710078288 140223810804192 140224501756167 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10515] ppid=10448 vsize=11080836 memory=-8249031525265081204 CPUtime=1.26 cores=1,3,5,7
/proc/10451/task/10515/stat : 10515 (java) R 10448 10451 9314 0 -1 1077944384 5134 12881 0 0 118 1 4 3 20 0 15 0 227767963 11346776064 74706 33554432000 4194304 4196468 140721710078288 140223809768176 140224522050178 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10516] ppid=10448 vsize=11080836 memory=-8681377168031505037 CPUtime=0.07 cores=1,3,5,7
/proc/10451/task/10516/stat : 10516 (java) S 10448 10451 9314 0 -1 1077944384 3 12881 0 0 0 0 4 3 20 0 15 0 227767963 11346776064 74706 33554432000 4194304 4196468 140721710078288 140222427819104 140224522049237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10517] ppid=10448 vsize=11080836 memory=279250049533464 CPUtime=0.07 cores=1,3,5,7
/proc/10451/task/10517/stat : 10517 (java) S 10448 10451 9314 0 -1 1077944384 6 12881 0 0 0 0 4 3 20 0 15 0 227767964 11346776064 74706 33554432000 4194304 4196468 140721710078288 140223808715056 140224522050178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
Current children cumulated CPU time: 7.47 s
Current children cumulated vsize: 11080836 KiB
Current children cumulated memory: 298824 KiB

[startup+3.70076 s]
/proc/loadavg: 1.67 1.42 1.36 5/219 10517
/proc/meminfo: memFree=17168548/32770624 swapFree=67108688/67108860
[pid=10451] ppid=10448 vsize=11080840 memory=299024 CPUtime=7.81 cores=1,3,5,7
/proc/10451/stat : 10451 (java) S 10448 10451 9314 0 -1 1077944320 60441 12881 0 0 757 17 4 3 20 0 15 0 227767948 11346780160 74756 33554432000 4194304 4196468 140721710078288 140721710060832 140224522039031 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
/proc/10451/statm: 2770210 74756 3507 1 0 2731863 0
[pid=10451/tid=10504] ppid=10448 vsize=11080840 memory=266888 CPUtime=3.56 cores=1,3,5,7
/proc/10451/task/10504/stat : 10504 (java) R 10448 10451 9314 0 -1 4202560 38892 12881 0 0 341 8 4 3 20 0 15 0 227767957 11346780160 74756 33554432000 4194304 4196468 140721710078288 140224493866864 140224062048382 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10505] ppid=10448 vsize=11080840 memory=7 CPUtime=0.09 cores=1,3,5,7
/proc/10451/task/10505/stat : 10505 (java) S 10448 10451 9314 0 -1 1077944384 50 12881 0 0 2 0 4 3 20 0 15 0 227767958 11346780160 74756 33554432000 4194304 4196468 140721710078288 140224526281488 140224522049237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10506] ppid=10448 vsize=11080840 memory=3824 CPUtime=0.1 cores=1,3,5,7
/proc/10451/task/10506/stat : 10506 (java) S 10448 10451 9314 0 -1 1077944384 67 12881 0 0 3 0 4 3 20 0 15 0 227767958 11346780160 74756 33554432000 4194304 4196468 140721710078288 140224381000592 140224522049237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10507] ppid=10448 vsize=11080840 memory=62028 CPUtime=0.1 cores=1,3,5,7
/proc/10451/task/10507/stat : 10507 (java) S 10448 10451 9314 0 -1 1077944384 77 12881 0 0 3 0 4 3 20 0 15 0 227767958 11346780160 74756 33554432000 4194304 4196468 140721710078288 140224379948048 140224522049237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10508] ppid=10448 vsize=11080840 memory=33 CPUtime=0.09 cores=1,3,5,7
/proc/10451/task/10508/stat : 10508 (java) S 10448 10451 9314 0 -1 1077944384 248 12881 0 0 2 0 4 3 20 0 15 0 227767958 11346780160 74756 33554432000 4194304 4196468 140721710078288 140224378895504 140224522049237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10509] ppid=10448 vsize=11080840 memory=4637164475387183459 CPUtime=0.1 cores=1,3,5,7
/proc/10451/task/10509/stat : 10509 (java) S 10448 10451 9314 0 -1 1077944384 1288 12881 0 0 3 0 4 3 20 0 15 0 227767960 11346780160 74756 33554432000 4194304 4196468 140721710078288 140223812925424 140224522050178 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10510] ppid=10448 vsize=11080840 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10451/task/10510/stat : 10510 (java) S 10448 10451 9314 0 -1 1077944384 15 12881 0 0 0 0 4 3 20 0 15 0 227767960 11346780160 74756 33554432000 4194304 4196468 140721710078288 140223367341024 140224522049237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10511] ppid=10448 vsize=11080840 memory=6943526294502006880 CPUtime=0.07 cores=1,3,5,7
/proc/10451/task/10511/stat : 10511 (java) S 10448 10451 9314 0 -1 1077944384 1 12881 0 0 0 0 4 3 20 0 15 0 227767961 11346780160 74756 33554432000 4194304 4196468 140721710078288 140223166014464 140224522049237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10512] ppid=10448 vsize=11080840 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10451/task/10512/stat : 10512 (java) S 10448 10451 9314 0 -1 1077944384 3 12881 0 0 0 0 4 3 20 0 15 0 227767963 11346780160 74756 33554432000 4194304 4196468 140721710078288 140222858614992 140224522057627 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10513] ppid=10448 vsize=11080840 memory=-3472574513799858008 CPUtime=1.64 cores=1,3,5,7
/proc/10451/task/10513/stat : 10513 (java) R 10448 10451 9314 0 -1 4202560 8943 12881 0 0 156 1 4 3 20 0 15 0 227767963 11346780160 74756 33554432000 4194304 4196468 140721710078288 140223811859288 140224503584616 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10514] ppid=10448 vsize=11080840 memory=6944656575208382560 CPUtime=1.27 cores=1,3,5,7
/proc/10451/task/10514/stat : 10514 (java) R 10448 10451 9314 0 -1 4202560 3423 12881 0 0 119 1 4 3 20 0 15 0 227767963 11346780160 74756 33554432000 4194304 4196468 140721710078288 140223810801904 140224505446871 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10515] ppid=10448 vsize=11080840 memory=0 CPUtime=1.31 cores=1,3,5,7
/proc/10451/task/10515/stat : 10515 (java) S 10448 10451 9314 0 -1 1077944384 5229 12881 0 0 123 1 4 3 20 0 15 0 227767963 11346780160 74756 33554432000 4194304 4196468 140721710078288 140223809768176 140224522050178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10516] ppid=10448 vsize=11080840 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10451/task/10516/stat : 10516 (java) S 10448 10451 9314 0 -1 1077944384 3 12881 0 0 0 0 4 3 20 0 15 0 227767963 11346780160 74756 33554432000 4194304 4196468 140721710078288 140222427819104 140224522049237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
[pid=10451/tid=10517] ppid=10448 vsize=11080840 memory=279250049510136 CPUtime=0.07 cores=1,3,5,7
/proc/10451/task/10517/stat : 10517 (java) S 10448 10451 9314 0 -1 1077944384 6 12881 0 0 0 0 4 3 20 0 15 0 227767964 11346780160 74756 33554432000 4194304 4196468 140721710078288 140223808715056 140224522050178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140721710086755 140721710089564 140721710089564 140721710092239 0
Current children cumulated CPU time: 7.81 s
Current children cumulated vsize: 11080840 KiB
Current children cumulated memory: 299024 KiB

Child status: 0
Real time (s): 3.79955
CPU time (s): 8.10694
CPU user time (s): 7.87761
CPU system time (s): 0.229328
CPU usage (%): 213.366
Max. virtual memory (cumulated for all children) (KiB): 11080840
Max. memory (cumulated for all children) (KiB): 299024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.87761
system time used= 0.229328
maximum resident set size= 305052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74941
page faults= 0
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5669
involuntary context switches= 39


# summary of solver processes directly reported to runsolver:
#   pid: 10451
#   total CPU time (s): 8.10694
#   total CPU user time (s): 7.87761
#   total CPU system time (s): 0.229328

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.047873 second user time and 0.074234 second system time

The end

Launcher Data

Begin job on node134 at 2018-08-12 21:27:27
IDJOB=4304544
IDBENCH=141369
IDSOLVER=2781
FILE ID=node134/4304544-1534102047
RUNJOBID= node134-1534096675-9346
PBS_JOBID= 21036997
Free space on /tmp= 42536 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-07_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304544-1534102047/watcher-4304544-1534102047 -o /tmp/evaluation-result-4304544-1534102047/solver-4304544-1534102047 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534096675-9346 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1439494966 -superng HOME/instance-4304544-1534102047.xml

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

MD5SUM BENCH= e42a0bd121bf3364b1a4e345eaac980a
RANDOM SEED=1439494966

node134.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.68
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.68
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.68
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.68
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:        17395512 kB
MemAvailable:   31008980 kB
Buffers:          201148 kB
Cached:         13561916 kB
SwapCached:           52 kB
Active:          5358028 kB
Inactive:        9351808 kB
Active(anon):     896472 kB
Inactive(anon):   103128 kB
Active(file):    4461556 kB
Inactive(file):  9248680 kB
Unevictable:        7392 kB
Mlocked:            7392 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             26484 kB
Writeback:             0 kB
AnonPages:        954556 kB
Mapped:            67880 kB
Shmem:             49652 kB
Slab:             360528 kB
SReclaimable:     331692 kB
SUnreclaim:        28836 kB
KernelStack:        3584 kB
PageTables:         7416 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2103856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    708608 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 42512 MiB
End job on node134 at 2018-08-12 21:27:31