Trace number 4304543

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.2OPT25 7.75955 3.74085

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.99/0.75	c Concrete v3.9.2.1532736233296 running
6.69/3.43	o 27
6.69/3.48	o 25
7.38/3.69	v <instantiation cost="25">
7.38/3.69	v       <list>
7.38/3.69	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.38/3.69	v       </list>
7.38/3.69	v       <values>
7.38/3.69	v         0 2 6 9 14 24 25 2 6 9 14 24 25 4 7 12 22 23 3 8 18 19 5 15 16 10 11 1
7.38/3.69	v       </values>
7.38/3.69	v     </instantiation>
7.38/3.69	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 (14512 MiB free)
  memory of node 1: 16384 MiB (10499 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304543-1534101525/watcher-4304543-1534101525 -o /tmp/evaluation-result-4304543-1534101525/solver-4304543-1534101525 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534095354-25287 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1011885588 HOME/instance-4304543-1534101525.xml 

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

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=27269, runsolver pid=27266


[startup+0.10014 s]*
/proc/loadavg: 1.55 1.44 1.42 5/206 27326
/proc/meminfo: memFree=25608992/32770624 swapFree=67030652/67108860
[pid=27269] ppid=27266 vsize=10005480 memory=16684 CPUtime=0.08 cores=0,2,4,6
/proc/27269/stat : 27269 (java) S 27266 27269 25256 0 -1 1077944320 4359 13156 0 0 1 0 4 3 20 0 6 0 227715676 10245611520 4171 33554432000 4194304 4196468 140725222485200 140725222467744 140313401040631 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
/proc/27269/statm: 2501370 4171 1932 1 0 2489808 0
[pid=27269/tid=27322] ppid=27266 vsize=10005480 memory=4279135703980475277 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27322/stat : 27322 (java) R 27266 27269 25256 0 -1 4202560 2169 13156 0 0 0 0 4 3 20 0 6 0 227715685 10245611520 4237 33554432000 4194304 4196468 140725222485200 140313372877392 140313386723123 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27323] ppid=27266 vsize=10005480 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27323/stat : 27323 (java) S 27266 27269 25256 0 -1 1077944384 2 13156 0 0 0 0 4 3 20 0 6 0 227715686 10245611520 4237 33554432000 4194304 4196468 140725222485200 140313405282832 140313401050837 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27324] ppid=27266 vsize=10005480 memory=139837952665216 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27324/stat : 27324 (java) S 27266 27269 25256 0 -1 1077944384 2 13156 0 0 0 0 4 3 20 0 6 0 227715686 10245611520 4237 33554432000 4194304 4196468 140725222485200 140313294887568 140313401050837 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27325] ppid=27266 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27325/stat : 27325 (java) S 27266 27269 25256 0 -1 1077944384 2 13156 0 0 0 0 4 3 20 0 6 0 227715686 10245611520 4237 33554432000 4194304 4196468 140725222485200 140312939567376 140313401050837 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27326] ppid=27266 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27326/stat : 27326 (java) S 27266 27269 25256 0 -1 1077944384 1 13156 0 0 0 0 4 3 20 0 6 0 227715686 10245611520 4237 33554432000 4194304 4196468 140725222485200 140312938514832 140313401050837 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16684 KiB

[startup+0.20999 s]*
/proc/loadavg: 1.55 1.44 1.42 3/215 27335
/proc/meminfo: memFree=25584672/32770624 swapFree=67030652/67108860
[pid=27269] ppid=27266 vsize=10982744 memory=42116 CPUtime=0.25 cores=0,2,4,6
/proc/27269/stat : 27269 (java) S 27266 27269 25256 0 -1 1077944320 7218 13156 0 0 17 1 4 3 20 0 15 0 227715676 11246329856 10529 33554432000 4194304 4196468 140725222485200 140725222467744 140313401040631 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
/proc/27269/statm: 2745686 10529 2953 1 0 2708109 0
[pid=27269/tid=27322] ppid=27266 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/27269/task/27322/stat : 27322 (java) R 27266 27269 25256 0 -1 4202560 3829 13156 0 0 11 0 4 3 20 0 15 0 227715685 11246329856 10529 33554432000 4194304 4196468 140725222485200 140313372837552 140313381316338 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27323] ppid=27266 vsize=10982744 memory=343 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27323/stat : 27323 (java) S 27266 27269 25256 0 -1 1077944384 2 13156 0 0 0 0 4 3 20 0 15 0 227715686 11246329856 10595 33554432000 4194304 4196468 140725222485200 140313405282832 140313401050837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27324] ppid=27266 vsize=10982744 memory=3977157178384623264 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27324/stat : 27324 (java) S 27266 27269 25256 0 -1 1077944384 2 13156 0 0 0 0 4 3 20 0 15 0 227715686 11246329856 10595 33554432000 4194304 4196468 140725222485200 140313294887568 140313401050837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27325] ppid=27266 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27325/stat : 27325 (java) S 27266 27269 25256 0 -1 1077944384 2 13156 0 0 0 0 4 3 20 0 15 0 227715686 11246329856 10595 33554432000 4194304 4196468 140725222485200 140312939567376 140313401050837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27326] ppid=27266 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27326/stat : 27326 (java) S 27266 27269 25256 0 -1 1077944384 1 13156 0 0 0 0 4 3 20 0 15 0 227715686 11246329856 10595 33554432000 4194304 4196468 140725222485200 140312938514832 140313401050837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27327] ppid=27266 vsize=10982744 memory=139837952665216 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27327/stat : 27327 (java) S 27266 27269 25256 0 -1 1077944384 2 13156 0 0 0 0 4 3 20 0 15 0 227715687 11246329856 10595 33554432000 4194304 4196468 140725222485200 140312894073584 140313401051778 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27328] ppid=27266 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27328/stat : 27328 (java) S 27266 27269 25256 0 -1 1077944384 13 13156 0 0 0 0 4 3 20 0 15 0 227715688 11246329856 10595 33554432000 4194304 4196468 140725222485200 140312152368800 140313401050837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27329] ppid=27266 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27329/stat : 27329 (java) S 27266 27269 25256 0 -1 1077944384 1 13156 0 0 0 0 4 3 20 0 15 0 227715688 11246329856 10595 33554432000 4194304 4196468 140725222485200 140311951041776 140313401050837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27330] ppid=27266 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27330/stat : 27330 (java) S 27266 27269 25256 0 -1 1077944384 3 13156 0 0 0 0 4 3 20 0 15 0 227715691 11246329856 10595 33554432000 4194304 4196468 140725222485200 140311643642320 140313401059227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27331] ppid=27266 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27269/task/27331/stat : 27331 (java) S 27266 27269 25256 0 -1 1077944384 488 13156 0 0 1 0 4 3 20 0 15 0 227715691 11246329856 10595 33554432000 4194304 4196468 140725222485200 140312893020400 140313401051778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27332] ppid=27266 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27332/stat : 27332 (java) S 27266 27269 25256 0 -1 1077944384 127 13156 0 0 0 0 4 3 20 0 15 0 227715691 11246329856 10595 33554432000 4194304 4196468 140725222485200 140312891967856 140313401051778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27333] ppid=27266 vsize=10982744 memory=139837952665216 CPUtime=0.1 cores=0,2,4,6
/proc/27269/task/27333/stat : 27333 (java) S 27266 27269 25256 0 -1 1077944384 601 13156 0 0 3 0 4 3 20 0 15 0 227715691 11246329856 10595 33554432000 4194304 4196468 140725222485200 140312823457776 140313401051778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27334] ppid=27266 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27334/stat : 27334 (java) S 27266 27269 25256 0 -1 1077944384 3 13156 0 0 0 0 4 3 20 0 15 0 227715691 11246329856 10595 33554432000 4194304 4196468 140725222485200 140311212845408 140313401050837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27335] ppid=27266 vsize=10982744 memory=139837952665216 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27335/stat : 27335 (java) S 27266 27269 25256 0 -1 1077944384 1 13156 0 0 0 0 4 3 20 0 15 0 227715691 11246329856 10661 33554432000 4194304 4196468 140725222485200 140312822406192 140313401051778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 42116 KiB

[startup+0.310179 s]*
/proc/loadavg: 1.55 1.44 1.42 3/215 27335
/proc/meminfo: memFree=25571772/32770624 swapFree=67030652/67108860
[pid=27269] ppid=27266 vsize=10983192 memory=55648 CPUtime=0.38 cores=0,2,4,6
/proc/27269/stat : 27269 (java) S 27266 27269 25256 0 -1 1077944320 10417 13156 0 0 29 2 4 3 20 0 15 0 227715676 11246788608 13912 33554432000 4194304 4196468 140725222485200 140725222467744 140313401040631 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
/proc/27269/statm: 2745798 13912 3099 1 0 2708109 0
[pid=27269/tid=27322] ppid=27266 vsize=10983192 memory=6791534058613427641 CPUtime=0.27 cores=0,2,4,6
/proc/27269/task/27322/stat : 27322 (java) R 27266 27269 25256 0 -1 4202560 6969 13156 0 0 19 1 4 3 20 0 15 0 227715685 11246788608 13912 33554432000 4194304 4196468 140725222485200 140313372852640 140313385121118 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27323] ppid=27266 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27323/stat : 27323 (java) S 27266 27269 25256 0 -1 1077944384 2 13156 0 0 0 0 4 3 20 0 15 0 227715686 11246788608 13912 33554432000 4194304 4196468 140725222485200 140313405282832 140313401050837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27324] ppid=27266 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27324/stat : 27324 (java) S 27266 27269 25256 0 -1 1077944384 2 13156 0 0 0 0 4 3 20 0 15 0 227715686 11246788608 13912 33554432000 4194304 4196468 140725222485200 140313294887568 140313401050837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27325] ppid=27266 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27325/stat : 27325 (java) S 27266 27269 25256 0 -1 1077944384 2 13156 0 0 0 0 4 3 20 0 15 0 227715686 11246788608 13912 33554432000 4194304 4196468 140725222485200 140312939567376 140313401050837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27326] ppid=27266 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27326/stat : 27326 (java) S 27266 27269 25256 0 -1 1077944384 1 13156 0 0 0 0 4 3 20 0 15 0 227715686 11246788608 13912 33554432000 4194304 4196468 140725222485200 140312938514832 140313401050837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27327] ppid=27266 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27327/stat : 27327 (java) S 27266 27269 25256 0 -1 1077944384 2 13156 0 0 0 0 4 3 20 0 15 0 227715687 11246788608 13912 33554432000 4194304 4196468 140725222485200 140312894073584 140313401051778 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27328] ppid=27266 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27328/stat : 27328 (java) S 27266 27269 25256 0 -1 1077944384 13 13156 0 0 0 0 4 3 20 0 15 0 227715688 11246788608 13912 33554432000 4194304 4196468 140725222485200 140312152368800 140313401050837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27329] ppid=27266 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27329/stat : 27329 (java) S 27266 27269 25256 0 -1 1077944384 1 13156 0 0 0 0 4 3 20 0 15 0 227715688 11246788608 13912 33554432000 4194304 4196468 140725222485200 140311951041776 140313401050837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27330] ppid=27266 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27330/stat : 27330 (java) S 27266 27269 25256 0 -1 1077944384 3 13156 0 0 0 0 4 3 20 0 15 0 227715691 11246788608 13912 33554432000 4194304 4196468 140725222485200 140311643642320 140313401059227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27331] ppid=27266 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27269/task/27331/stat : 27331 (java) S 27266 27269 25256 0 -1 1077944384 488 13156 0 0 1 0 4 3 20 0 15 0 227715691 11246788608 13912 33554432000 4194304 4196468 140725222485200 140312893020400 140313401051778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27332] ppid=27266 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/27269/task/27332/stat : 27332 (java) S 27266 27269 25256 0 -1 1077944384 133 13156 0 0 1 0 4 3 20 0 15 0 227715691 11246788608 13912 33554432000 4194304 4196468 140725222485200 140312891967856 140313401051778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27333] ppid=27266 vsize=10983192 memory=139837952665216 CPUtime=0.12 cores=0,2,4,6
/proc/27269/task/27333/stat : 27333 (java) S 27266 27269 25256 0 -1 1077944384 608 13156 0 0 5 0 4 3 20 0 15 0 227715691 11246788608 13912 33554432000 4194304 4196468 140725222485200 140312823457776 140313401051778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27334] ppid=27266 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27334/stat : 27334 (java) S 27266 27269 25256 0 -1 1077944384 3 13156 0 0 0 0 4 3 20 0 15 0 227715691 11246788608 13912 33554432000 4194304 4196468 140725222485200 140311212845408 140313401050837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27335] ppid=27266 vsize=10983192 memory=139837952665216 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27335/stat : 27335 (java) S 27266 27269 25256 0 -1 1077944384 1 13156 0 0 0 0 4 3 20 0 15 0 227715691 11246788608 13912 33554432000 4194304 4196468 140725222485200 140312822406192 140313401051778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55648 KiB

[startup+0.700709 s]
/proc/loadavg: 1.55 1.44 1.42 3/215 27335
/proc/meminfo: memFree=25560360/32770624 swapFree=67030652/67108860
[pid=27269] ppid=27266 vsize=10983192 memory=88568 CPUtime=0.99 cores=0,2,4,6
/proc/27269/stat : 27269 (java) S 27266 27269 25256 0 -1 1077944320 16744 13156 0 0 88 4 4 3 20 0 15 0 227715676 11246788608 22142 33554432000 4194304 4196468 140725222485200 140725222467744 140313401040631 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
/proc/27269/statm: 2745798 22142 3239 1 0 2708109 0
[pid=27269/tid=27322] ppid=27266 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/27269/task/27322/stat : 27322 (java) R 27266 27269 25256 0 -1 4202560 12141 13156 0 0 56 3 4 3 20 0 15 0 227715685 11246788608 22142 33554432000 4194304 4196468 140725222485200 140313372863632 140313385121118 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27323] ppid=27266 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27323/stat : 27323 (java) S 27266 27269 25256 0 -1 1077944384 2 13156 0 0 0 0 4 3 20 0 15 0 227715686 11246788608 22142 33554432000 4194304 4196468 140725222485200 140313405282832 140313401050837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27324] ppid=27266 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27324/stat : 27324 (java) S 27266 27269 25256 0 -1 1077944384 2 13156 0 0 0 0 4 3 20 0 15 0 227715686 11246788608 22142 33554432000 4194304 4196468 140725222485200 140313294887568 140313401050837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27325] ppid=27266 vsize=10983192 memory=139837827068688 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27325/stat : 27325 (java) S 27266 27269 25256 0 -1 1077944384 2 13156 0 0 0 0 4 3 20 0 15 0 227715686 11246788608 22142 33554432000 4194304 4196468 140725222485200 140312939567376 140313401050837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27326] ppid=27266 vsize=10983192 memory=139839840191049 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27326/stat : 27326 (java) S 27266 27269 25256 0 -1 1077944384 1 13156 0 0 0 0 4 3 20 0 15 0 227715686 11246788608 22142 33554432000 4194304 4196468 140725222485200 140312938514832 140313401050837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27327] ppid=27266 vsize=10983192 memory=752 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27327/stat : 27327 (java) S 27266 27269 25256 0 -1 1077944384 5 13156 0 0 0 0 4 3 20 0 15 0 227715687 11246788608 22142 33554432000 4194304 4196468 140725222485200 140312894073584 140313401051778 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27328] ppid=27266 vsize=10983192 memory=7014751519650764113 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27328/stat : 27328 (java) S 27266 27269 25256 0 -1 1077944384 13 13156 0 0 0 0 4 3 20 0 15 0 227715688 11246788608 22142 33554432000 4194304 4196468 140725222485200 140312152368800 140313401050837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27329] ppid=27266 vsize=10983192 memory=6082220498109819240 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27329/stat : 27329 (java) S 27266 27269 25256 0 -1 1077944384 1 13156 0 0 0 0 4 3 20 0 15 0 227715688 11246788608 22142 33554432000 4194304 4196468 140725222485200 140311951041776 140313401050837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27330] ppid=27266 vsize=10983192 memory=2228 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27330/stat : 27330 (java) S 27266 27269 25256 0 -1 1077944384 3 13156 0 0 0 0 4 3 20 0 15 0 227715691 11246788608 22142 33554432000 4194304 4196468 140725222485200 140311643642320 140313401059227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27331] ppid=27266 vsize=10983192 memory=30576 CPUtime=0.14 cores=0,2,4,6
/proc/27269/task/27331/stat : 27331 (java) S 27266 27269 25256 0 -1 1077944384 866 13156 0 0 7 0 4 3 20 0 15 0 227715691 11246788608 22142 33554432000 4194304 4196468 140725222485200 140312893020400 140313401051778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27332] ppid=27266 vsize=10983192 memory=11904 CPUtime=0.16 cores=0,2,4,6
/proc/27269/task/27332/stat : 27332 (java) S 27266 27269 25256 0 -1 1077944384 820 13156 0 0 9 0 4 3 20 0 15 0 227715691 11246788608 22142 33554432000 4194304 4196468 140725222485200 140312891967856 140313401051778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27333] ppid=27266 vsize=10983192 memory=492 CPUtime=0.2 cores=0,2,4,6
/proc/27269/task/27333/stat : 27333 (java) S 27266 27269 25256 0 -1 1077944384 691 13156 0 0 13 0 4 3 20 0 15 0 227715691 11246788608 22142 33554432000 4194304 4196468 140725222485200 140312823457776 140313401051778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27334] ppid=27266 vsize=10983192 memory=1560 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27334/stat : 27334 (java) S 27266 27269 25256 0 -1 1077944384 3 13156 0 0 0 0 4 3 20 0 15 0 227715691 11246788608 22142 33554432000 4194304 4196468 140725222485200 140311212845408 140313401050837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27335] ppid=27266 vsize=10983192 memory=932 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27335/stat : 27335 (java) S 27266 27269 25256 0 -1 1077944384 1 13156 0 0 0 0 4 3 20 0 15 0 227715691 11246788608 22142 33554432000 4194304 4196468 140725222485200 140312822406192 140313401051778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88568 KiB

[startup+1.5007 s]
/proc/loadavg: 1.55 1.44 1.42 3/215 27335
/proc/meminfo: memFree=25516084/32770624 swapFree=67030652/67108860
[pid=27269] ppid=27266 vsize=10998092 memory=178016 CPUtime=2.24 cores=0,2,4,6
/proc/27269/stat : 27269 (java) S 27266 27269 25256 0 -1 1077944320 24155 13156 0 0 207 10 4 3 20 0 15 0 227715676 11262046208 44504 33554432000 4194304 4196468 140725222485200 140725222467744 140313401040631 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
/proc/27269/statm: 2749523 44504 3470 1 0 2711181 0
[pid=27269/tid=27322] ppid=27266 vsize=10998092 memory=65380 CPUtime=1.42 cores=0,2,4,6
/proc/27269/task/27322/stat : 27322 (java) R 27266 27269 25256 0 -1 4202560 17948 13156 0 0 130 5 4 3 20 0 15 0 227715685 11262046208 44504 33554432000 4194304 4196468 140725222485200 140313372870480 140313387247373 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27323] ppid=27266 vsize=10998092 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27323/stat : 27323 (java) S 27266 27269 25256 0 -1 1077944384 68 13156 0 0 0 0 4 3 20 0 15 0 227715686 11262046208 44504 33554432000 4194304 4196468 140725222485200 140313405282832 140313401050837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27324] ppid=27266 vsize=10998092 memory=279675654168736 CPUtime=0.08 cores=0,2,4,6
/proc/27269/task/27324/stat : 27324 (java) S 27266 27269 25256 0 -1 1077944384 272 13156 0 0 1 0 4 3 20 0 15 0 227715686 11262046208 44504 33554432000 4194304 4196468 140725222485200 140313294887568 140313401050837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27325] ppid=27266 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27269/task/27325/stat : 27325 (java) S 27266 27269 25256 0 -1 1077944384 24 13156 0 0 1 0 4 3 20 0 15 0 227715686 11262046208 44504 33554432000 4194304 4196468 140725222485200 140312939567376 140313401050837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27326] ppid=27266 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27326/stat : 27326 (java) S 27266 27269 25256 0 -1 1077944384 22 13156 0 0 0 0 4 3 20 0 15 0 227715686 11262046208 44504 33554432000 4194304 4196468 140725222485200 140312938514832 140313401050837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27327] ppid=27266 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27269/task/27327/stat : 27327 (java) S 27266 27269 25256 0 -1 1077944384 49 13156 0 0 1 0 4 3 20 0 15 0 227715687 11262046208 44504 33554432000 4194304 4196468 140725222485200 140312894073584 140313401051778 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27328] ppid=27266 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27328/stat : 27328 (java) S 27266 27269 25256 0 -1 1077944384 14 13156 0 0 0 0 4 3 20 0 15 0 227715688 11262046208 44504 33554432000 4194304 4196468 140725222485200 140312152368864 140313401050837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27329] ppid=27266 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27329/stat : 27329 (java) S 27266 27269 25256 0 -1 1077944384 1 13156 0 0 0 0 4 3 20 0 15 0 227715688 11262046208 44504 33554432000 4194304 4196468 140725222485200 140311951041792 140313401050837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27330] ppid=27266 vsize=10998092 memory=-2746958450906831424 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27330/stat : 27330 (java) S 27266 27269 25256 0 -1 1077944384 3 13156 0 0 0 0 4 3 20 0 15 0 227715691 11262046208 44504 33554432000 4194304 4196468 140725222485200 140311643642320 140313401059227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27331] ppid=27266 vsize=10998092 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/27269/task/27331/stat : 27331 (java) S 27266 27269 25256 0 -1 1077944384 1410 13156 0 0 23 0 4 3 20 0 15 0 227715691 11262046208 44504 33554432000 4194304 4196468 140725222485200 140312893020400 140313401051778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27332] ppid=27266 vsize=10998092 memory=10 CPUtime=0.24 cores=0,2,4,6
/proc/27269/task/27332/stat : 27332 (java) S 27266 27269 25256 0 -1 1077944384 1022 13156 0 0 17 0 4 3 20 0 15 0 227715691 11262046208 44504 33554432000 4194304 4196468 140725222485200 140312891967856 140313401051778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27333] ppid=27266 vsize=10998092 memory=6791534058613427641 CPUtime=0.36 cores=0,2,4,6
/proc/27269/task/27333/stat : 27333 (java) S 27266 27269 25256 0 -1 1077944384 1125 13156 0 0 29 0 4 3 20 0 15 0 227715691 11262046208 44504 33554432000 4194304 4196468 140725222485200 140312823457776 140313401051778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27334] ppid=27266 vsize=10998092 memory=4638778398332698720 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27334/stat : 27334 (java) S 27266 27269 25256 0 -1 1077944384 3 13156 0 0 0 0 4 3 20 0 15 0 227715691 11262046208 44504 33554432000 4194304 4196468 140725222485200 140311212845408 140313401050837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27335] ppid=27266 vsize=10998092 memory=279675654413184 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27335/stat : 27335 (java) S 27266 27269 25256 0 -1 1077944384 1 13156 0 0 0 0 4 3 20 0 15 0 227715691 11262046208 44504 33554432000 4194304 4196468 140725222485200 140312822406192 140313401051778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
Current children cumulated CPU time: 2.24 s
Current children cumulated vsize: 10998092 KiB
Current children cumulated memory: 178016 KiB

[startup+3.11041 s]
/proc/loadavg: 1.55 1.44 1.42 4/215 27335
/proc/meminfo: memFree=25407460/32770624 swapFree=67030652/67108860
[pid=27269] ppid=27266 vsize=11010400 memory=265464 CPUtime=5.89 cores=0,2,4,6
/proc/27269/stat : 27269 (java) S 27266 27269 25256 0 -1 1077944320 39489 13156 0 0 567 15 4 3 20 0 15 0 227715676 11274649600 66366 33554432000 4194304 4196468 140725222485200 140725222467744 140313401040631 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
/proc/27269/statm: 2752600 66366 3491 1 0 2714253 0
[pid=27269/tid=27322] ppid=27266 vsize=11010400 memory=7 CPUtime=2.98 cores=0,2,4,6
/proc/27269/task/27322/stat : 27322 (java) R 27266 27269 25256 0 -1 4202560 28535 13156 0 0 283 8 4 3 20 0 15 0 227715685 11274649600 66366 33554432000 4194304 4196468 140725222485200 140313372856088 140313385689040 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27323] ppid=27266 vsize=11010400 memory=206652 CPUtime=0.09 cores=0,2,4,6
/proc/27269/task/27323/stat : 27323 (java) S 27266 27269 25256 0 -1 1077944384 72 13156 0 0 2 0 4 3 20 0 15 0 227715686 11274649600 66366 33554432000 4194304 4196468 140725222485200 140313405282832 140313401050837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27324] ppid=27266 vsize=11010400 memory=3544 CPUtime=0.1 cores=0,2,4,6
/proc/27269/task/27324/stat : 27324 (java) S 27266 27269 25256 0 -1 1077944384 281 13156 0 0 3 0 4 3 20 0 15 0 227715686 11274649600 66366 33554432000 4194304 4196468 140725222485200 140313294887568 140313401050837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27325] ppid=27266 vsize=11010400 memory=59860 CPUtime=0.09 cores=0,2,4,6
/proc/27269/task/27325/stat : 27325 (java) S 27266 27269 25256 0 -1 1077944384 44 13156 0 0 2 0 4 3 20 0 15 0 227715686 11274649600 66366 33554432000 4194304 4196468 140725222485200 140312939567376 140313401050837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27326] ppid=27266 vsize=11010400 memory=776 CPUtime=0.09 cores=0,2,4,6
/proc/27269/task/27326/stat : 27326 (java) S 27266 27269 25256 0 -1 1077944384 41 13156 0 0 2 0 4 3 20 0 15 0 227715686 11274649600 66366 33554432000 4194304 4196468 140725222485200 140312938514832 140313401050837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27327] ppid=27266 vsize=11010400 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/27269/task/27327/stat : 27327 (java) S 27266 27269 25256 0 -1 1077944384 276 13156 0 0 3 0 4 3 20 0 15 0 227715687 11274649600 66366 33554432000 4194304 4196468 140725222485200 140312894073584 140313401051778 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27328] ppid=27266 vsize=11010400 memory=-3472574513799858009 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27328/stat : 27328 (java) S 27266 27269 25256 0 -1 1077944384 14 13156 0 0 0 0 4 3 20 0 15 0 227715688 11274649600 66366 33554432000 4194304 4196468 140725222485200 140312152368864 140313401050837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27329] ppid=27266 vsize=11010400 memory=6944652177228980320 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27329/stat : 27329 (java) S 27266 27269 25256 0 -1 1077944384 1 13156 0 0 0 0 4 3 20 0 15 0 227715688 11274649600 66366 33554432000 4194304 4196468 140725222485200 140311951041792 140313401050837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27330] ppid=27266 vsize=11010400 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27330/stat : 27330 (java) S 27266 27269 25256 0 -1 1077944384 3 13156 0 0 0 0 4 3 20 0 15 0 227715691 11274649600 66366 33554432000 4194304 4196468 140725222485200 140311643642320 140313401059227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27331] ppid=27266 vsize=11010400 memory=0 CPUtime=1.06 cores=0,2,4,6
/proc/27269/task/27331/stat : 27331 (java) R 27266 27269 25256 0 -1 4202560 3320 13156 0 0 98 1 4 3 20 0 15 0 227715691 11274649600 66366 33554432000 4194304 4196468 140725222485200 140312893001128 140313385330592 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27332] ppid=27266 vsize=11010400 memory=3467964465706784832 CPUtime=0.79 cores=0,2,4,6
/proc/27269/task/27332/stat : 27332 (java) S 27266 27269 25256 0 -1 1077944384 1768 13156 0 0 71 1 4 3 20 0 15 0 227715691 11274649600 66366 33554432000 4194304 4196468 140725222485200 140312891967856 140313401051778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27333] ppid=27266 vsize=11010400 memory=56 CPUtime=1.05 cores=0,2,4,6
/proc/27269/task/27333/stat : 27333 (java) S 27266 27269 25256 0 -1 1077944384 2937 13156 0 0 97 1 4 3 20 0 15 0 227715691 11274649600 66366 33554432000 4194304 4196468 140725222485200 140312823457776 140313401051778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27334] ppid=27266 vsize=11010400 memory=3470692292451393600 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27334/stat : 27334 (java) S 27266 27269 25256 0 -1 1077944384 3 13156 0 0 0 0 4 3 20 0 15 0 227715691 11274649600 66366 33554432000 4194304 4196468 140725222485200 140311212845408 140313401050837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27335] ppid=27266 vsize=11010400 memory=4638778398332698720 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27335/stat : 27335 (java) S 27266 27269 25256 0 -1 1077944384 1 13156 0 0 0 0 4 3 20 0 15 0 227715691 11274649600 66366 33554432000 4194304 4196468 140725222485200 140312822406192 140313401051778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
Current children cumulated CPU time: 5.89 s
Current children cumulated vsize: 11010400 KiB
Current children cumulated memory: 265464 KiB

[startup+3.74079 s]
# the end of solver process 27269 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=7.52921 s, system=0.230339 s

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

[startup+3.2009 s]
/proc/loadavg: 1.55 1.44 1.42 4/215 27335
/proc/meminfo: memFree=25407460/32770624 swapFree=67030652/67108860
[pid=27269] ppid=27266 vsize=11075936 memory=285044 CPUtime=6.07 cores=0,2,4,6
/proc/27269/stat : 27269 (java) S 27266 27269 25256 0 -1 1077944320 45872 13156 0 0 585 15 4 3 20 0 15 0 227715676 11341758464 71261 33554432000 4194304 4196468 140725222485200 140725222467744 140313401040631 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
/proc/27269/statm: 2768984 71261 3491 1 0 2730637 0
[pid=27269/tid=27322] ppid=27266 vsize=11075936 memory=6525018278055845907 CPUtime=3.07 cores=0,2,4,6
/proc/27269/task/27322/stat : 27322 (java) R 27266 27269 25256 0 -1 4202560 33306 13156 0 0 292 8 4 3 20 0 15 0 227715685 11341758464 71261 33554432000 4194304 4196468 140725222485200 140313372854360 140313381316338 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27323] ppid=27266 vsize=11075936 memory=4640467248192962656 CPUtime=0.09 cores=0,2,4,6
/proc/27269/task/27323/stat : 27323 (java) S 27266 27269 25256 0 -1 1077944384 72 13156 0 0 2 0 4 3 20 0 15 0 227715686 11341758464 71261 33554432000 4194304 4196468 140725222485200 140313405282832 140313401050837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27324] ppid=27266 vsize=11075936 memory=2319389199166351968 CPUtime=0.1 cores=0,2,4,6
/proc/27269/task/27324/stat : 27324 (java) S 27266 27269 25256 0 -1 1077944384 281 13156 0 0 3 0 4 3 20 0 15 0 227715686 11341758464 71261 33554432000 4194304 4196468 140725222485200 140313294887568 140313401050837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27325] ppid=27266 vsize=11075936 memory=5795117241467496816 CPUtime=0.09 cores=0,2,4,6
/proc/27269/task/27325/stat : 27325 (java) S 27266 27269 25256 0 -1 1077944384 44 13156 0 0 2 0 4 3 20 0 15 0 227715686 11341758464 71261 33554432000 4194304 4196468 140725222485200 140312939567376 140313401050837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27326] ppid=27266 vsize=11075936 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/27269/task/27326/stat : 27326 (java) S 27266 27269 25256 0 -1 1077944384 41 13156 0 0 2 0 4 3 20 0 15 0 227715686 11341758464 71261 33554432000 4194304 4196468 140725222485200 140312938514832 140313401050837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27327] ppid=27266 vsize=11075936 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/27269/task/27327/stat : 27327 (java) S 27266 27269 25256 0 -1 1077944384 276 13156 0 0 3 0 4 3 20 0 15 0 227715687 11341758464 71261 33554432000 4194304 4196468 140725222485200 140312894073584 140313401051778 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27328] ppid=27266 vsize=11075936 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27328/stat : 27328 (java) S 27266 27269 25256 0 -1 1077944384 14 13156 0 0 0 0 4 3 20 0 15 0 227715688 11341758464 71261 33554432000 4194304 4196468 140725222485200 140312152368864 140313401050837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27329] ppid=27266 vsize=11075936 memory=2244 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27329/stat : 27329 (java) S 27266 27269 25256 0 -1 1077944384 1 13156 0 0 0 0 4 3 20 0 15 0 227715688 11341758464 71261 33554432000 4194304 4196468 140725222485200 140311951041792 140313401050837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27330] ppid=27266 vsize=11075936 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27330/stat : 27330 (java) S 27266 27269 25256 0 -1 1077944384 3 13156 0 0 0 0 4 3 20 0 15 0 227715691 11341758464 71326 33554432000 4194304 4196468 140725222485200 140311643642320 140313401059227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27331] ppid=27266 vsize=11075936 memory=0 CPUtime=1.15 cores=0,2,4,6
/proc/27269/task/27331/stat : 27331 (java) R 27266 27269 25256 0 -1 4202560 4957 13156 0 0 107 1 4 3 20 0 15 0 227715691 11341758464 71326 33554432000 4194304 4196468 140725222485200 140312893001416 140313380211964 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27332] ppid=27266 vsize=11075936 memory=0 CPUtime=0.79 cores=0,2,4,6
/proc/27269/task/27332/stat : 27332 (java) S 27266 27269 25256 0 -1 1077944384 1768 13156 0 0 71 1 4 3 20 0 15 0 227715691 11341758464 71326 33554432000 4194304 4196468 140725222485200 140312891967856 140313401051778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27333] ppid=27266 vsize=11075936 memory=0 CPUtime=1.05 cores=0,2,4,6
/proc/27269/task/27333/stat : 27333 (java) S 27266 27269 25256 0 -1 1077944384 2937 13156 0 0 97 1 4 3 20 0 15 0 227715691 11341758464 71326 33554432000 4194304 4196468 140725222485200 140312823457776 140313401051778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27334] ppid=27266 vsize=11075936 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27334/stat : 27334 (java) S 27266 27269 25256 0 -1 1077944384 3 13156 0 0 0 0 4 3 20 0 15 0 227715691 11341758464 71326 33554432000 4194304 4196468 140725222485200 140311212845408 140313401050837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27335] ppid=27266 vsize=11075936 memory=245 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27335/stat : 27335 (java) S 27266 27269 25256 0 -1 1077944384 1 13156 0 0 0 0 4 3 20 0 15 0 227715691 11341758464 71326 33554432000 4194304 4196468 140725222485200 140312822406192 140313401051778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
Current children cumulated CPU time: 6.07 s
Current children cumulated vsize: 11075936 KiB
Current children cumulated memory: 285044 KiB

[startup+3.60134 s]
/proc/loadavg: 1.55 1.44 1.42 4/215 27335
/proc/meminfo: memFree=25407460/32770624 swapFree=67030652/67108860
[pid=27269] ppid=27266 vsize=11080688 memory=297792 CPUtime=7.38 cores=0,2,4,6
/proc/27269/stat : 27269 (java) S 27266 27269 25256 0 -1 1077944320 59850 13156 0 0 714 17 4 3 20 0 15 0 227715676 11346624512 74448 33554432000 4194304 4196468 140725222485200 140725222467744 140313401040631 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
/proc/27269/statm: 2770172 74448 3499 1 0 2731825 0
[pid=27269/tid=27322] ppid=27266 vsize=11080688 memory=1876 CPUtime=3.47 cores=0,2,4,6
/proc/27269/task/27322/stat : 27322 (java) R 27266 27269 25256 0 -1 4202560 41358 13156 0 0 331 9 4 3 20 0 15 0 227715685 11346624512 74448 33554432000 4194304 4196468 140725222485200 140313372869696 140313385084261 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27323] ppid=27266 vsize=11080688 memory=1396 CPUtime=0.09 cores=0,2,4,6
/proc/27269/task/27323/stat : 27323 (java) S 27266 27269 25256 0 -1 1077944384 72 13156 0 0 2 0 4 3 20 0 15 0 227715686 11346624512 74448 33554432000 4194304 4196468 140725222485200 140313405282832 140313401050837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27324] ppid=27266 vsize=11080688 memory=1684 CPUtime=0.1 cores=0,2,4,6
/proc/27269/task/27324/stat : 27324 (java) S 27266 27269 25256 0 -1 1077944384 281 13156 0 0 3 0 4 3 20 0 15 0 227715686 11346624512 74448 33554432000 4194304 4196468 140725222485200 140313294887568 140313401050837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27325] ppid=27266 vsize=11080688 memory=768 CPUtime=0.09 cores=0,2,4,6
/proc/27269/task/27325/stat : 27325 (java) S 27266 27269 25256 0 -1 1077944384 44 13156 0 0 2 0 4 3 20 0 15 0 227715686 11346624512 74448 33554432000 4194304 4196468 140725222485200 140312939567376 140313401050837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27326] ppid=27266 vsize=11080688 memory=5264 CPUtime=0.09 cores=0,2,4,6
/proc/27269/task/27326/stat : 27326 (java) S 27266 27269 25256 0 -1 1077944384 41 13156 0 0 2 0 4 3 20 0 15 0 227715686 11346624512 74448 33554432000 4194304 4196468 140725222485200 140312938514832 140313401050837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27327] ppid=27266 vsize=11080688 memory=11068 CPUtime=0.1 cores=0,2,4,6
/proc/27269/task/27327/stat : 27327 (java) S 27266 27269 25256 0 -1 1077944384 850 13156 0 0 3 0 4 3 20 0 15 0 227715687 11346624512 74448 33554432000 4194304 4196468 140725222485200 140312894073584 140313401051778 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27328] ppid=27266 vsize=11080688 memory=1192 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27328/stat : 27328 (java) S 27266 27269 25256 0 -1 1077944384 14 13156 0 0 0 0 4 3 20 0 15 0 227715688 11346624512 74448 33554432000 4194304 4196468 140725222485200 140312152368864 140313401050837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27329] ppid=27266 vsize=11080688 memory=279675654683904 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27329/stat : 27329 (java) S 27266 27269 25256 0 -1 1077944384 1 13156 0 0 0 0 4 3 20 0 15 0 227715688 11346624512 74448 33554432000 4194304 4196468 140725222485200 140311951041792 140313401050837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27330] ppid=27266 vsize=11080688 memory=7524512692651257697 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27330/stat : 27330 (java) S 27266 27269 25256 0 -1 1077944384 3 13156 0 0 0 0 4 3 20 0 15 0 227715691 11346624512 74448 33554432000 4194304 4196468 140725222485200 140311643642320 140313401059227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27331] ppid=27266 vsize=11080688 memory=7595440001688102255 CPUtime=1.55 cores=0,2,4,6
/proc/27269/task/27331/stat : 27331 (java) R 27266 27269 25256 0 -1 4202560 8156 13156 0 0 147 1 4 3 20 0 15 0 227715691 11346624512 74448 33554432000 4194304 4196468 140725222485200 140312893006376 140313382584354 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27332] ppid=27266 vsize=11080688 memory=0 CPUtime=1.11 cores=0,2,4,6
/proc/27269/task/27332/stat : 27332 (java) R 27266 27269 25256 0 -1 4202560 2153 13156 0 0 103 1 4 3 20 0 15 0 227715691 11346624512 74448 33554432000 4194304 4196468 140725222485200 140312891954424 140313394137573 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27333] ppid=27266 vsize=11080688 memory=8331269669196632956 CPUtime=1.24 cores=0,2,4,6
/proc/27269/task/27333/stat : 27333 (java) S 27266 27269 25256 0 -1 1077944384 4673 13156 0 0 116 1 4 3 20 0 15 0 227715691 11346624512 74448 33554432000 4194304 4196468 140725222485200 140312823455568 140313401050837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27334] ppid=27266 vsize=11080688 memory=-8412656558948453747 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27334/stat : 27334 (java) S 27266 27269 25256 0 -1 1077944384 3 13156 0 0 0 0 4 3 20 0 15 0 227715691 11346624512 74448 33554432000 4194304 4196468 140725222485200 140311212845408 140313401050837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27335] ppid=27266 vsize=11080688 memory=6656426216303648864 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27335/stat : 27335 (java) S 27266 27269 25256 0 -1 1077944384 11 13156 0 0 0 0 4 3 20 0 15 0 227715691 11346624512 74448 33554432000 4194304 4196468 140725222485200 140312822406192 140313401051778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
Current children cumulated CPU time: 7.38 s
Current children cumulated vsize: 11080688 KiB
Current children cumulated memory: 297792 KiB

[startup+3.70064 s]
/proc/loadavg: 1.55 1.44 1.42 4/215 27335
/proc/meminfo: memFree=25407460/32770624 swapFree=67030652/67108860
[pid=27269] ppid=27266 vsize=11146228 memory=298144 CPUtime=7.7 cores=0,2,4,6
/proc/27269/stat : 27269 (java) S 27266 27269 25256 0 -1 1077944320 60750 13156 0 0 746 17 4 3 20 0 14 0 227715676 11413737472 74536 33554432000 4194304 4196468 140725222485200 140725222467744 140313401040631 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
/proc/27269/statm: 2786557 74536 3501 1 0 2748210 0
[pid=27269/tid=27322] ppid=27266 vsize=11146228 memory=265464 CPUtime=3.56 cores=0,2,4,6
/proc/27269/task/27322/stat : 27322 (java) S 27266 27269 25256 0 -1 1077944384 41482 13156 0 0 340 9 4 3 20 0 14 0 227715685 11413737472 74536 33554432000 4194304 4196468 140725222485200 140313372884112 140313401050837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27323] ppid=27266 vsize=11146228 memory=7 CPUtime=0.09 cores=0,2,4,6
/proc/27269/task/27323/stat : 27323 (java) S 27266 27269 25256 0 -1 1077944384 72 13156 0 0 2 0 4 3 20 0 14 0 227715686 11413737472 74536 33554432000 4194304 4196468 140725222485200 140313405282832 140313401050837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27324] ppid=27266 vsize=11146228 memory=3544 CPUtime=0.1 cores=0,2,4,6
/proc/27269/task/27324/stat : 27324 (java) S 27266 27269 25256 0 -1 1077944384 281 13156 0 0 3 0 4 3 20 0 14 0 227715686 11413737472 74536 33554432000 4194304 4196468 140725222485200 140313294887568 140313401050837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27325] ppid=27266 vsize=11146228 memory=59860 CPUtime=0.09 cores=0,2,4,6
/proc/27269/task/27325/stat : 27325 (java) S 27266 27269 25256 0 -1 1077944384 44 13156 0 0 2 0 4 3 20 0 14 0 227715686 11413737472 74536 33554432000 4194304 4196468 140725222485200 140312939567376 140313401050837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27326] ppid=27266 vsize=11146228 memory=33 CPUtime=0.09 cores=0,2,4,6
/proc/27269/task/27326/stat : 27326 (java) S 27266 27269 25256 0 -1 1077944384 41 13156 0 0 2 0 4 3 20 0 14 0 227715686 11413737472 74536 33554432000 4194304 4196468 140725222485200 140312938514832 140313401050837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27327] ppid=27266 vsize=11146228 memory=4637164475387183459 CPUtime=0.1 cores=0,2,4,6
/proc/27269/task/27327/stat : 27327 (java) S 27266 27269 25256 0 -1 1077944384 850 13156 0 0 3 0 4 3 20 0 14 0 227715687 11413737472 74536 33554432000 4194304 4196468 140725222485200 140312894073792 140313401051778 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27328] ppid=27266 vsize=11146228 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27328/stat : 27328 (java) S 27266 27269 25256 0 -1 1077944384 14 13156 0 0 0 0 4 3 20 0 14 0 227715688 11413737472 74536 33554432000 4194304 4196468 140725222485200 140312152368864 140313401050837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27329] ppid=27266 vsize=11146228 memory=6943526294502006880 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27329/stat : 27329 (java) S 27266 27269 25256 0 -1 1077944384 1 13156 0 0 0 0 4 3 20 0 14 0 227715688 11413737472 74536 33554432000 4194304 4196468 140725222485200 140311951041792 140313401050837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27330] ppid=27266 vsize=11146228 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27330/stat : 27330 (java) S 27266 27269 25256 0 -1 1077944384 6 13156 0 0 0 0 4 3 20 0 14 0 227715691 11413737472 74536 33554432000 4194304 4196468 140725222485200 140311643641968 140313401050837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27331] ppid=27266 vsize=11146228 memory=-3472574513799858009 CPUtime=1.65 cores=0,2,4,6
/proc/27269/task/27331/stat : 27331 (java) R 27266 27269 25256 0 -1 4202560 8836 13156 0 0 157 1 4 3 20 0 14 0 227715691 11413737472 74536 33554432000 4194304 4196468 140725222485200 140312893006192 140313382563108 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27332] ppid=27266 vsize=11146228 memory=6944652177228980320 CPUtime=1.21 cores=0,2,4,6
/proc/27269/task/27332/stat : 27332 (java) S 27266 27269 25256 0 -1 1077944384 2187 13156 0 0 113 1 4 3 20 0 14 0 227715691 11413737472 74536 33554432000 4194304 4196468 140725222485200 140312891947600 140313401050837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27333] ppid=27266 vsize=11146228 memory=0 CPUtime=1.26 cores=0,2,4,6
/proc/27269/task/27333/stat : 27333 (java) S 27266 27269 25256 0 -1 1077944384 4713 13156 0 0 118 1 4 3 20 0 14 0 227715691 11413737472 74536 33554432000 4194304 4196468 140725222485200 140312823457776 140313401051778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
[pid=27269/tid=27334] ppid=27266 vsize=11146228 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27269/task/27334/stat : 27334 (java) S 27266 27269 25256 0 -1 1077944384 3 13156 0 0 0 0 4 3 20 0 14 0 227715691 11413737472 74536 33554432000 4194304 4196468 140725222485200 140311212845408 140313401050837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140725222488684 140725222491484 140725222491484 140725222494159 0
Current children cumulated CPU time: 7.7 s
Current children cumulated vsize: 11146228 KiB
Current children cumulated memory: 298144 KiB

Child status: 0
Real time (s): 3.74085
CPU time (s): 7.75955
CPU user time (s): 7.52921
CPU system time (s): 0.230339
CPU usage (%): 207.428
Max. virtual memory (cumulated for all children) (KiB): 11146228
Max. memory (cumulated for all children) (KiB): 298144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.52921
system time used= 0.230339
maximum resident set size= 300164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74150
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= 5583
involuntary context switches= 46


# summary of solver processes directly reported to runsolver:
#   pid: 27269
#   total CPU time (s): 7.75955
#   total CPU user time (s): 7.52921
#   total CPU system time (s): 0.230339

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.038695 second user time and 0.080707 second system time

The end

Launcher Data

Begin job on node102 at 2018-08-12 21:18:45
IDJOB=4304543
IDBENCH=141369
IDSOLVER=2780
FILE ID=node102/4304543-1534101525
RUNJOBID= node102-1534095354-25287
PBS_JOBID= 21036992
Free space on /tmp= 38448 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-07_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304543-1534101525/watcher-4304543-1534101525 -o /tmp/evaluation-result-4304543-1534101525/solver-4304543-1534101525 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534095354-25287 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1011885588 HOME/instance-4304543-1534101525.xml

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

MD5SUM BENCH= e42a0bd121bf3364b1a4e345eaac980a
RANDOM SEED=1011885588

node102.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.51
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.51
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.51
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.51
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:        25612732 kB
MemAvailable:   28577768 kB
Buffers:          142044 kB
Cached:          3071156 kB
SwapCached:        51252 kB
Active:          4945420 kB
Inactive:        1644048 kB
Active(anon):    3301032 kB
Inactive(anon):   126912 kB
Active(file):    1644388 kB
Inactive(file):  1517136 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108860 kB
SwapFree:       67030652 kB
Dirty:             26616 kB
Writeback:             0 kB
AnonPages:       3333008 kB
Mapped:            63304 kB
Shmem:             48976 kB
Slab:             260904 kB
SReclaimable:     231972 kB
SUnreclaim:        28932 kB
KernelStack:        3488 kB
PageTables:        11852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4457784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3096576 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 38424 MiB
End job on node102 at 2018-08-12 21:18:49