Trace number 4302349

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.2OPT34 9.46553 4.6982

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-08_c18.xml
MD5SUM5c5040f535ec624befc4f337dc6f1e70
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark34
Best CPU time to get the best result obtained on this benchmark0.294383
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints29
Number of domains2
Minimum domain size64
Maximum domain size65
Distribution of domain sizes[{"size":64,"count":28},{"size":65,"count":8}]
Minimum variable degree0
Maximum variable degree8
Distribution of variable degrees[{"degree":0,"count":36},{"degree":2,"count":28},{"degree":7,"count":7},{"degree":8,"count":1}]
Minimum constraint arity3
Maximum constraint arity28
Distribution of constraint arities[{"arity":3,"count":28},{"arity":28,"count":1}]
Number of extensional constraints0
Number of intensional constraints28
Distribution of constraint types[{"type":"intension","count":28},{"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
7.47/3.78	o 51
7.79/3.80	o 43
7.79/3.84	o 42
7.79/3.86	o 41
7.79/3.87	o 40
7.79/3.88	o 39
8.15/3.91	o 34
9.43/4.40	v <instantiation cost="34">
9.43/4.40	v       <list>
9.43/4.40	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[3][4] y[3][5] y[3][6] y[3][7] y[4][5] y[4][6] y[4][7] y[5][6] y[5][7] y[6][7]
9.43/4.40	v       </list>
9.43/4.40	v       <values>
9.43/4.40	v         0 2 12 19 25 30 33 34 2 12 19 25 30 33 34 10 17 23 28 31 32 7 13 18 21 22 6 11 14 15 5 8 9 3 4 1
9.43/4.40	v       </values>
9.43/4.40	v     </instantiation>
9.43/4.40	s OPTIMUM FOUND

Verifier Data

OK	34

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302349-1532897202/watcher-4302349-1532897202 -o /tmp/evaluation-result-4302349-1532897202/solver-4302349-1532897202 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532895510-17592 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1421604929 HOME/instance-4302349-1532897202.xml 

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

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


[startup+0.100127 s]*
/proc/loadavg: 1.51 1.77 1.69 3/206 19879
/proc/meminfo: memFree=20633172/32770624 swapFree=67108860/67108860
[pid=19822] ppid=19819 vsize=10005480 memory=16908 CPUtime=0.09 cores=0,2,4,6
/proc/19822/stat : 19822 (java) S 19819 19822 6396 0 -1 1077944320 4373 12966 0 0 1 0 5 3 20 0 6 0 107283389 10245611520 4227 33554432000 4194304 4196468 140720846003088 140720845985632 140641430241015 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
/proc/19822/statm: 2501370 4227 1935 1 0 2489808 0
[pid=19822/tid=19875] ppid=19819 vsize=10005480 memory=4279135704047060621 CPUtime=0.08 cores=0,2,4,6
/proc/19822/task/19875/stat : 19875 (java) R 19819 19822 6396 0 -1 4202560 2188 12966 0 0 0 0 5 3 20 0 6 0 107283398 10245611520 4227 33554432000 4194304 4196468 140720846003088 140641402077776 140641414321502 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19876] ppid=19819 vsize=10005480 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/19822/task/19876/stat : 19876 (java) S 19819 19822 6396 0 -1 1077944384 1 12966 0 0 0 0 5 3 20 0 6 0 107283399 10245611520 4227 33554432000 4194304 4196468 140720846003088 140641434483088 140641430251221 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19877] ppid=19819 vsize=10005480 memory=140682363782784 CPUtime=0.08 cores=0,2,4,6
/proc/19822/task/19877/stat : 19877 (java) S 19819 19822 6396 0 -1 1077944384 1 12966 0 0 0 0 5 3 20 0 6 0 107283399 10245611520 4227 33554432000 4194304 4196468 140720846003088 140640969894160 140641430251221 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19878] ppid=19819 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19822/task/19878/stat : 19878 (java) S 19819 19822 6396 0 -1 1077944384 1 12966 0 0 0 0 5 3 20 0 6 0 107283399 10245611520 4227 33554432000 4194304 4196468 140720846003088 140640968841872 140641430251221 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19879] ppid=19819 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19822/task/19879/stat : 19879 (java) S 19819 19822 6396 0 -1 1077944384 2 12966 0 0 0 0 5 3 20 0 6 0 107283399 10245611520 4227 33554432000 4194304 4196468 140720846003088 140640967789072 140641430251221 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16908 KiB

[startup+0.209995 s]*
/proc/loadavg: 1.51 1.77 1.69 3/215 19888
/proc/meminfo: memFree=20607688/32770624 swapFree=67108860/67108860
[pid=19822] ppid=19819 vsize=10982744 memory=44400 CPUtime=0.26 cores=0,2,4,6
/proc/19822/stat : 19822 (java) S 19819 19822 6396 0 -1 1077944320 7766 12966 0 0 16 2 5 3 20 0 15 0 107283389 11246329856 11100 33554432000 4194304 4196468 140720846003088 140720845985632 140641430241015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
/proc/19822/statm: 2745686 11100 2976 1 0 2708109 0
[pid=19822/tid=19875] ppid=19819 vsize=10982744 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/19822/task/19875/stat : 19875 (java) R 19819 19822 6396 0 -1 4202560 4350 12966 0 0 10 1 5 3 20 0 15 0 107283398 11246329856 11166 33554432000 4194304 4196468 140720846003088 140641402033440 140641410516736 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19876] ppid=19819 vsize=10982744 memory=342 CPUtime=0.08 cores=0,2,4,6
/proc/19822/task/19876/stat : 19876 (java) S 19819 19822 6396 0 -1 1077944384 1 12966 0 0 0 0 5 3 20 0 15 0 107283399 11246329856 11166 33554432000 4194304 4196468 140720846003088 140641434483088 140641430251221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19877] ppid=19819 vsize=10982744 memory=140682364426325 CPUtime=0.08 cores=0,2,4,6
/proc/19822/task/19877/stat : 19877 (java) S 19819 19822 6396 0 -1 1077944384 1 12966 0 0 0 0 5 3 20 0 15 0 107283399 11246329856 11166 33554432000 4194304 4196468 140720846003088 140640969894160 140641430251221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19878] ppid=19819 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19822/task/19878/stat : 19878 (java) S 19819 19822 6396 0 -1 1077944384 1 12966 0 0 0 0 5 3 20 0 15 0 107283399 11246329856 11166 33554432000 4194304 4196468 140720846003088 140640968841872 140641430251221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19879] ppid=19819 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19822/task/19879/stat : 19879 (java) S 19819 19822 6396 0 -1 1077944384 2 12966 0 0 0 0 5 3 20 0 15 0 107283399 11246329856 11166 33554432000 4194304 4196468 140720846003088 140640967789072 140641430251221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19880] ppid=19819 vsize=10982744 memory=140682363782784 CPUtime=0.08 cores=0,2,4,6
/proc/19822/task/19880/stat : 19880 (java) S 19819 19822 6396 0 -1 1077944384 2 12966 0 0 0 0 5 3 20 0 15 0 107283400 11246329856 11166 33554432000 4194304 4196468 140720846003088 140640923347568 140641430252162 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19881] ppid=19819 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19822/task/19881/stat : 19881 (java) S 19819 19822 6396 0 -1 1077944384 13 12966 0 0 0 0 5 3 20 0 15 0 107283401 11246329856 11166 33554432000 4194304 4196468 140720846003088 140640247604512 140641430251221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19882] ppid=19819 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19822/task/19882/stat : 19882 (java) S 19819 19822 6396 0 -1 1077944384 21 12966 0 0 0 0 5 3 20 0 15 0 107283401 11246329856 11166 33554432000 4194304 4196468 140720846003088 140640180491888 140641430251221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19883] ppid=19819 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19822/task/19883/stat : 19883 (java) S 19819 19822 6396 0 -1 1077944384 3 12966 0 0 0 0 5 3 20 0 15 0 107283404 11246329856 11166 33554432000 4194304 4196468 140720846003088 140639873096272 140641430259611 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19884] ppid=19819 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/19822/task/19884/stat : 19884 (java) S 19819 19822 6396 0 -1 1077944384 476 12966 0 0 1 0 5 3 20 0 15 0 107283404 11246329856 11166 33554432000 4194304 4196468 140720846003088 140640922294384 140641430252162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19885] ppid=19819 vsize=10982744 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/19822/task/19885/stat : 19885 (java) S 19819 19822 6396 0 -1 1077944384 157 12966 0 0 1 0 5 3 20 0 15 0 107283404 11246329856 11232 33554432000 4194304 4196468 140720846003088 140640921241584 140641430252162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19886] ppid=19819 vsize=10982744 memory=140682363782784 CPUtime=0.11 cores=0,2,4,6
/proc/19822/task/19886/stat : 19886 (java) S 19819 19822 6396 0 -1 1077944384 608 12966 0 0 3 0 5 3 20 0 15 0 107283404 11246329856 11232 33554432000 4194304 4196468 140720846003088 140640920189296 140641430252162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19887] ppid=19819 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19822/task/19887/stat : 19887 (java) S 19819 19822 6396 0 -1 1077944384 3 12966 0 0 0 0 5 3 20 0 15 0 107283404 11246329856 11232 33554432000 4194304 4196468 140720846003088 140639442299360 140641430251221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19888] ppid=19819 vsize=10982744 memory=140682363782784 CPUtime=0.08 cores=0,2,4,6
/proc/19822/task/19888/stat : 19888 (java) S 19819 19822 6396 0 -1 1077944384 1 12966 0 0 0 0 5 3 20 0 15 0 107283404 11246329856 11232 33554432000 4194304 4196468 140720846003088 140640462564272 140641430252162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 44400 KiB

[startup+0.31023 s]*
/proc/loadavg: 1.51 1.77 1.69 3/215 19888
/proc/meminfo: memFree=20594912/32770624 swapFree=67108860/67108860
[pid=19822] ppid=19819 vsize=10983192 memory=56628 CPUtime=0.39 cores=0,2,4,6
/proc/19822/stat : 19822 (java) S 19819 19822 6396 0 -1 1077944320 10679 12966 0 0 28 3 5 3 20 0 15 0 107283389 11246788608 14157 33554432000 4194304 4196468 140720846003088 140720845985632 140641430241015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
/proc/19822/statm: 2745798 14157 3095 1 0 2708109 0
[pid=19822/tid=19875] ppid=19819 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/19822/task/19875/stat : 19875 (java) R 19819 19822 6396 0 -1 4202560 7188 12966 0 0 19 2 5 3 20 0 15 0 107283398 11246788608 14157 33554432000 4194304 4196468 140720846003088 140641402053024 140641430262941 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19876] ppid=19819 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19822/task/19876/stat : 19876 (java) S 19819 19822 6396 0 -1 1077944384 1 12966 0 0 0 0 5 3 20 0 15 0 107283399 11246788608 14157 33554432000 4194304 4196468 140720846003088 140641434483088 140641430251221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19877] ppid=19819 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19822/task/19877/stat : 19877 (java) S 19819 19822 6396 0 -1 1077944384 1 12966 0 0 0 0 5 3 20 0 15 0 107283399 11246788608 14157 33554432000 4194304 4196468 140720846003088 140640969894160 140641430251221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19878] ppid=19819 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19822/task/19878/stat : 19878 (java) S 19819 19822 6396 0 -1 1077944384 1 12966 0 0 0 0 5 3 20 0 15 0 107283399 11246788608 14157 33554432000 4194304 4196468 140720846003088 140640968841872 140641430251221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19879] ppid=19819 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19822/task/19879/stat : 19879 (java) S 19819 19822 6396 0 -1 1077944384 2 12966 0 0 0 0 5 3 20 0 15 0 107283399 11246788608 14157 33554432000 4194304 4196468 140720846003088 140640967789072 140641430251221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19880] ppid=19819 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19822/task/19880/stat : 19880 (java) S 19819 19822 6396 0 -1 1077944384 2 12966 0 0 0 0 5 3 20 0 15 0 107283400 11246788608 14157 33554432000 4194304 4196468 140720846003088 140640923347568 140641430252162 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19881] ppid=19819 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19822/task/19881/stat : 19881 (java) S 19819 19822 6396 0 -1 1077944384 13 12966 0 0 0 0 5 3 20 0 15 0 107283401 11246788608 14157 33554432000 4194304 4196468 140720846003088 140640247604512 140641430251221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19882] ppid=19819 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19822/task/19882/stat : 19882 (java) S 19819 19822 6396 0 -1 1077944384 21 12966 0 0 0 0 5 3 20 0 15 0 107283401 11246788608 14157 33554432000 4194304 4196468 140720846003088 140640180491888 140641430251221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19883] ppid=19819 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19822/task/19883/stat : 19883 (java) S 19819 19822 6396 0 -1 1077944384 3 12966 0 0 0 0 5 3 20 0 15 0 107283404 11246788608 14157 33554432000 4194304 4196468 140720846003088 140639873096272 140641430259611 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19884] ppid=19819 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/19822/task/19884/stat : 19884 (java) S 19819 19822 6396 0 -1 1077944384 476 12966 0 0 1 0 5 3 20 0 15 0 107283404 11246788608 14157 33554432000 4194304 4196468 140720846003088 140640922294384 140641430252162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19885] ppid=19819 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/19822/task/19885/stat : 19885 (java) S 19819 19822 6396 0 -1 1077944384 158 12966 0 0 1 0 5 3 20 0 15 0 107283404 11246788608 14157 33554432000 4194304 4196468 140720846003088 140640921241584 140641430252162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19886] ppid=19819 vsize=10983192 memory=140682363782784 CPUtime=0.13 cores=0,2,4,6
/proc/19822/task/19886/stat : 19886 (java) S 19819 19822 6396 0 -1 1077944384 618 12966 0 0 5 0 5 3 20 0 15 0 107283404 11246788608 14157 33554432000 4194304 4196468 140720846003088 140640920189296 140641430252162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19887] ppid=19819 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19822/task/19887/stat : 19887 (java) S 19819 19822 6396 0 -1 1077944384 3 12966 0 0 0 0 5 3 20 0 15 0 107283404 11246788608 14157 33554432000 4194304 4196468 140720846003088 140639442299360 140641430251221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19888] ppid=19819 vsize=10983192 memory=140682363782784 CPUtime=0.08 cores=0,2,4,6
/proc/19822/task/19888/stat : 19888 (java) S 19819 19822 6396 0 -1 1077944384 1 12966 0 0 0 0 5 3 20 0 15 0 107283404 11246788608 14157 33554432000 4194304 4196468 140720846003088 140640462564272 140641430252162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56628 KiB

[startup+0.700712 s]
/proc/loadavg: 1.51 1.77 1.69 3/215 19888
/proc/meminfo: memFree=20581824/32770624 swapFree=67108860/67108860
[pid=19822] ppid=19819 vsize=10983192 memory=88716 CPUtime=0.99 cores=0,2,4,6
/proc/19822/stat : 19822 (java) S 19819 19822 6396 0 -1 1077944320 16759 12966 0 0 87 4 5 3 20 0 15 0 107283389 11246788608 22179 33554432000 4194304 4196468 140720846003088 140720845985632 140641430241015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
/proc/19822/statm: 2745798 22179 3238 1 0 2708109 0
[pid=19822/tid=19875] ppid=19819 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/19822/task/19875/stat : 19875 (java) R 19819 19822 6396 0 -1 4202560 12181 12966 0 0 55 3 5 3 20 0 15 0 107283398 11246788608 22179 33554432000 4194304 4196468 140720846003088 140641402063952 140641430262941 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19876] ppid=19819 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19822/task/19876/stat : 19876 (java) S 19819 19822 6396 0 -1 1077944384 1 12966 0 0 0 0 5 3 20 0 15 0 107283399 11246788608 22179 33554432000 4194304 4196468 140720846003088 140641434483088 140641430251221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19877] ppid=19819 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19822/task/19877/stat : 19877 (java) S 19819 19822 6396 0 -1 1077944384 1 12966 0 0 0 0 5 3 20 0 15 0 107283399 11246788608 22179 33554432000 4194304 4196468 140720846003088 140640969894160 140641430251221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19878] ppid=19819 vsize=10983192 memory=32804 CPUtime=0.08 cores=0,2,4,6
/proc/19822/task/19878/stat : 19878 (java) S 19819 19822 6396 0 -1 1077944384 1 12966 0 0 0 0 5 3 20 0 15 0 107283399 11246788608 22179 33554432000 4194304 4196468 140720846003088 140640968841872 140641430251221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19879] ppid=19819 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19822/task/19879/stat : 19879 (java) S 19819 19822 6396 0 -1 1077944384 2 12966 0 0 0 0 5 3 20 0 15 0 107283399 11246788608 22179 33554432000 4194304 4196468 140720846003088 140640967789072 140641430251221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19880] ppid=19819 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19822/task/19880/stat : 19880 (java) S 19819 19822 6396 0 -1 1077944384 5 12966 0 0 0 0 5 3 20 0 15 0 107283400 11246788608 22179 33554432000 4194304 4196468 140720846003088 140640923347568 140641430252162 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19881] ppid=19819 vsize=10983192 memory=140682257904336 CPUtime=0.08 cores=0,2,4,6
/proc/19822/task/19881/stat : 19881 (java) S 19819 19822 6396 0 -1 1077944384 13 12966 0 0 0 0 5 3 20 0 15 0 107283401 11246788608 22179 33554432000 4194304 4196468 140720846003088 140640247604512 140641430251221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19882] ppid=19819 vsize=10983192 memory=140685948748387 CPUtime=0.08 cores=0,2,4,6
/proc/19822/task/19882/stat : 19882 (java) S 19819 19822 6396 0 -1 1077944384 21 12966 0 0 0 0 5 3 20 0 15 0 107283401 11246788608 22179 33554432000 4194304 4196468 140720846003088 140640180491888 140641430251221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19883] ppid=19819 vsize=10983192 memory=8600 CPUtime=0.08 cores=0,2,4,6
/proc/19822/task/19883/stat : 19883 (java) S 19819 19822 6396 0 -1 1077944384 3 12966 0 0 0 0 5 3 20 0 15 0 107283404 11246788608 22179 33554432000 4194304 4196468 140720846003088 140639873096272 140641430259611 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19884] ppid=19819 vsize=10983192 memory=7234564758908855872 CPUtime=0.18 cores=0,2,4,6
/proc/19822/task/19884/stat : 19884 (java) S 19819 19822 6396 0 -1 1077944384 1134 12966 0 0 10 0 5 3 20 0 15 0 107283404 11246788608 22179 33554432000 4194304 4196468 140720846003088 140640922294384 140641430252162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19885] ppid=19819 vsize=10983192 memory=7597685182856913236 CPUtime=0.15 cores=0,2,4,6
/proc/19822/task/19885/stat : 19885 (java) S 19819 19822 6396 0 -1 1077944384 536 12966 0 0 7 0 5 3 20 0 15 0 107283404 11246788608 22179 33554432000 4194304 4196468 140720846003088 140640921241584 140641430252162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19886] ppid=19819 vsize=10983192 memory=5787220445994897765 CPUtime=0.21 cores=0,2,4,6
/proc/19822/task/19886/stat : 19886 (java) S 19819 19822 6396 0 -1 1077944384 664 12966 0 0 13 0 5 3 20 0 15 0 107283404 11246788608 22179 33554432000 4194304 4196468 140720846003088 140640920189296 140641430252162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19887] ppid=19819 vsize=10983192 memory=4128 CPUtime=0.08 cores=0,2,4,6
/proc/19822/task/19887/stat : 19887 (java) S 19819 19822 6396 0 -1 1077944384 3 12966 0 0 0 0 5 3 20 0 15 0 107283404 11246788608 22179 33554432000 4194304 4196468 140720846003088 140639442299360 140641430251221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19888] ppid=19819 vsize=10983192 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/19822/task/19888/stat : 19888 (java) S 19819 19822 6396 0 -1 1077944384 1 12966 0 0 0 0 5 3 20 0 15 0 107283404 11246788608 22179 33554432000 4194304 4196468 140720846003088 140640462564272 140641430252162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88716 KiB

[startup+1.5007 s]
/proc/loadavg: 1.55 1.77 1.69 3/215 19888
/proc/meminfo: memFree=20538288/32770624 swapFree=67108860/67108860
[pid=19822] ppid=19819 vsize=10998092 memory=179964 CPUtime=2.26 cores=0,2,4,6
/proc/19822/stat : 19822 (java) S 19819 19822 6396 0 -1 1077944320 24146 12966 0 0 210 8 5 3 20 0 15 0 107283389 11262046208 44991 33554432000 4194304 4196468 140720846003088 140720845985632 140641430241015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
/proc/19822/statm: 2749523 44991 3465 1 0 2711181 0
[pid=19822/tid=19875] ppid=19819 vsize=10998092 memory=12813 CPUtime=1.43 cores=0,2,4,6
/proc/19822/task/19875/stat : 19875 (java) R 19819 19822 6396 0 -1 4202560 17965 12966 0 0 130 5 5 3 20 0 15 0 107283398 11262046208 44991 33554432000 4194304 4196468 140720846003088 140641402057728 140641430254919 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19876] ppid=19819 vsize=10998092 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/19822/task/19876/stat : 19876 (java) S 19819 19822 6396 0 -1 1077944384 59 12966 0 0 1 0 5 3 20 0 15 0 107283399 11262046208 44991 33554432000 4194304 4196468 140720846003088 140641434483088 140641430251221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19877] ppid=19819 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/19822/task/19877/stat : 19877 (java) S 19819 19822 6396 0 -1 1077944384 19 12966 0 0 1 0 5 3 20 0 15 0 107283399 11262046208 44991 33554432000 4194304 4196468 140720846003088 140640969894160 140641430251221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19878] ppid=19819 vsize=10998092 memory=224 CPUtime=0.09 cores=0,2,4,6
/proc/19822/task/19878/stat : 19878 (java) S 19819 19822 6396 0 -1 1077944384 239 12966 0 0 1 0 5 3 20 0 15 0 107283399 11262046208 44991 33554432000 4194304 4196468 140720846003088 140640968841872 140641430251221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19879] ppid=19819 vsize=10998092 memory=88716 CPUtime=0.09 cores=0,2,4,6
/proc/19822/task/19879/stat : 19879 (java) S 19819 19822 6396 0 -1 1077944384 22 12966 0 0 1 0 5 3 20 0 15 0 107283399 11262046208 44991 33554432000 4194304 4196468 140720846003088 140640967789072 140641430251221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19880] ppid=19819 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/19822/task/19880/stat : 19880 (java) S 19819 19822 6396 0 -1 1077944384 49 12966 0 0 1 0 5 3 20 0 15 0 107283400 11262046208 44991 33554432000 4194304 4196468 140720846003088 140640923347568 140641430252162 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19881] ppid=19819 vsize=10998092 memory=281364515750384 CPUtime=0.08 cores=0,2,4,6
/proc/19822/task/19881/stat : 19881 (java) S 19819 19822 6396 0 -1 1077944384 14 12966 0 0 0 0 5 3 20 0 15 0 107283401 11262046208 44991 33554432000 4194304 4196468 140720846003088 140640247604576 140641430251221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19882] ppid=19819 vsize=10998092 memory=281364515801184 CPUtime=0.08 cores=0,2,4,6
/proc/19822/task/19882/stat : 19882 (java) S 19819 19822 6396 0 -1 1077944384 42 12966 0 0 0 0 5 3 20 0 15 0 107283401 11262046208 44991 33554432000 4194304 4196468 140720846003088 140640180491904 140641430251221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19883] ppid=19819 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/19822/task/19883/stat : 19883 (java) S 19819 19822 6396 0 -1 1077944384 3 12966 0 0 0 0 5 3 20 0 15 0 107283404 11262046208 44991 33554432000 4194304 4196468 140720846003088 140639873096272 140641430259611 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19884] ppid=19819 vsize=10998092 memory=4638778398332698720 CPUtime=0.3 cores=0,2,4,6
/proc/19822/task/19884/stat : 19884 (java) S 19819 19822 6396 0 -1 1077944384 1339 12966 0 0 22 0 5 3 20 0 15 0 107283404 11262046208 44991 33554432000 4194304 4196468 140720846003088 140640922294384 140641430252162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19885] ppid=19819 vsize=10998092 memory=281364516084608 CPUtime=0.28 cores=0,2,4,6
/proc/19822/task/19885/stat : 19885 (java) S 19819 19822 6396 0 -1 1077944384 1004 12966 0 0 20 0 5 3 20 0 15 0 107283404 11262046208 44991 33554432000 4194304 4196468 140720846003088 140640921241584 140641430252162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19886] ppid=19819 vsize=10998092 memory=-7531822216213012384 CPUtime=0.39 cores=0,2,4,6
/proc/19822/task/19886/stat : 19886 (java) S 19819 19822 6396 0 -1 1077944384 1194 12966 0 0 31 0 5 3 20 0 15 0 107283404 11262046208 44991 33554432000 4194304 4196468 140720846003088 140640920189296 140641430252162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19887] ppid=19819 vsize=10998092 memory=-7531822216213012384 CPUtime=0.08 cores=0,2,4,6
/proc/19822/task/19887/stat : 19887 (java) S 19819 19822 6396 0 -1 1077944384 3 12966 0 0 0 0 5 3 20 0 15 0 107283404 11262046208 44991 33554432000 4194304 4196468 140720846003088 140639442299360 140641430251221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19888] ppid=19819 vsize=10998092 memory=1399101730491701635 CPUtime=0.08 cores=0,2,4,6
/proc/19822/task/19888/stat : 19888 (java) S 19819 19822 6396 0 -1 1077944384 1 12966 0 0 0 0 5 3 20 0 15 0 107283404 11262046208 44991 33554432000 4194304 4196468 140720846003088 140640462564272 140641430252162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 10998092 KiB

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

/proc/19822/task/19875/stat : 19875 (java) D 19819 19822 6396 0 -1 4202560 28403 12966 0 0 284 8 5 3 20 0 15 0 107283398 11274649600 65651 33554432000 4194304 4196468 140720846003088 140641402056472 140641422958167 0 4 0 16800975 18446744071582151463 0 0 -1 2 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19876] ppid=19819 vsize=11010400 memory=12813 CPUtime=0.11 cores=0,2,4,6
/proc/19822/task/19876/stat : 19876 (java) S 19819 19822 6396 0 -1 1077944384 75 12966 0 0 3 0 5 3 20 0 15 0 107283399 11274649600 65717 33554432000 4194304 4196468 140720846003088 140641434483088 140641430251221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19877] ppid=19819 vsize=11010400 memory=140682257998232 CPUtime=0.11 cores=0,2,4,6
/proc/19822/task/19877/stat : 19877 (java) S 19819 19822 6396 0 -1 1077944384 32 12966 0 0 3 0 5 3 20 0 15 0 107283399 11274649600 65717 33554432000 4194304 4196468 140720846003088 140640969894160 140641430251221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19878] ppid=19819 vsize=11010400 memory=-7751062316387021378 CPUtime=0.1 cores=0,2,4,6
/proc/19822/task/19878/stat : 19878 (java) S 19819 19822 6396 0 -1 1077944384 240 12966 0 0 2 0 5 3 20 0 15 0 107283399 11274649600 65717 33554432000 4194304 4196468 140720846003088 140640968841872 140641430251221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19879] ppid=19819 vsize=11010400 memory=16412 CPUtime=0.11 cores=0,2,4,6
/proc/19822/task/19879/stat : 19879 (java) S 19819 19822 6396 0 -1 1077944384 31 12966 0 0 3 0 5 3 20 0 15 0 107283399 11274649600 65717 33554432000 4194304 4196468 140720846003088 140640967789072 140641430251221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19880] ppid=19819 vsize=11010400 memory=17440 CPUtime=0.11 cores=0,2,4,6
/proc/19822/task/19880/stat : 19880 (java) S 19819 19822 6396 0 -1 1077944384 1190 12966 0 0 3 0 5 3 20 0 15 0 107283400 11274649600 65717 33554432000 4194304 4196468 140720846003088 140640923347568 140641430252162 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19881] ppid=19819 vsize=11010400 memory=4048 CPUtime=0.08 cores=0,2,4,6
/proc/19822/task/19881/stat : 19881 (java) S 19819 19822 6396 0 -1 1077944384 14 12966 0 0 0 0 5 3 20 0 15 0 107283401 11274649600 65717 33554432000 4194304 4196468 140720846003088 140640247604576 140641430251221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19882] ppid=19819 vsize=11010400 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/19822/task/19882/stat : 19882 (java) S 19819 19822 6396 0 -1 1077944384 42 12966 0 0 0 0 5 3 20 0 15 0 107283401 11274649600 65783 33554432000 4194304 4196468 140720846003088 140640180491904 140641430251221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19883] ppid=19819 vsize=11010400 memory=6944656592455360604 CPUtime=0.08 cores=0,2,4,6
/proc/19822/task/19883/stat : 19883 (java) S 19819 19822 6396 0 -1 1077944384 3 12966 0 0 0 0 5 3 20 0 15 0 107283404 11274649600 65783 33554432000 4194304 4196468 140720846003088 140639873096272 140641430259611 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19884] ppid=19819 vsize=11010400 memory=6655300316396806240 CPUtime=0.76 cores=0,2,4,6
/proc/19822/task/19884/stat : 19884 (java) R 19819 19822 6396 0 -1 4202560 2848 12966 0 0 67 1 5 3 20 0 15 0 107283404 11274649600 65783 33554432000 4194304 4196468 140720846003088 140640922274648 140641422478142 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19885] ppid=19819 vsize=11010400 memory=4128 CPUtime=0.72 cores=0,2,4,6
/proc/19822/task/19885/stat : 19885 (java) R 19819 19822 6396 0 -1 4202560 1993 12966 0 0 63 1 5 3 20 0 15 0 107283404 11274649600 65849 33554432000 4194304 4196468 140720846003088 140640921222248 140641413651906 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19886] ppid=19819 vsize=11010400 memory=30460 CPUtime=1.11 cores=0,2,4,6
/proc/19822/task/19886/stat : 19886 (java) S 19819 19822 6396 0 -1 1077944384 3130 12966 0 0 102 1 5 3 20 0 15 0 107283404 11274649600 65849 33554432000 4194304 4196468 140720846003088 140640920189296 140641430252162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19887] ppid=19819 vsize=11010400 memory=85375359929765 CPUtime=0.08 cores=0,2,4,6
/proc/19822/task/19887/stat : 19887 (java) S 19819 19822 6396 0 -1 1077944384 3 12966 0 0 0 0 5 3 20 0 15 0 107283404 11274649600 65849 33554432000 4194304 4196468 140720846003088 140639442299360 140641430251221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19888] ppid=19819 vsize=11010400 memory=8996927262957663786 CPUtime=0.08 cores=0,2,4,6
/proc/19822/task/19888/stat : 19888 (java) S 19819 19822 6396 0 -1 1077944384 2 12966 0 0 0 0 5 3 20 0 15 0 107283404 11274649600 65915 33554432000 4194304 4196468 140720846003088 140640462564272 140641430252162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
Current children cumulated CPU time: 5.56 s
Current children cumulated vsize: 11010400 KiB
Current children cumulated memory: 262604 KiB

[startup+4.69815 s]
# the end of solver process 19822 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=9.19532 s, system=0.270204 s

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

[startup+3.20086 s]
/proc/loadavg: 1.55 1.77 1.69 3/215 19888
/proc/meminfo: memFree=20413320/32770624 swapFree=67108860/67108860
[pid=19822] ppid=19819 vsize=11075936 memory=280848 CPUtime=5.8 cores=0,2,4,6
/proc/19822/stat : 19822 (java) S 19819 19822 6396 0 -1 1077944320 47818 12966 0 0 556 16 5 3 20 0 15 0 107283389 11341758464 70212 33554432000 4194304 4196468 140720846003088 140720845985632 140641430241015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
/proc/19822/statm: 2768984 70212 3489 1 0 2730637 0
[pid=19822/tid=19875] ppid=19819 vsize=11075936 memory=6791534058613427641 CPUtime=3.08 cores=0,2,4,6
/proc/19822/task/19875/stat : 19875 (java) R 19819 19822 6396 0 -1 4202560 32479 12966 0 0 291 9 5 3 20 0 15 0 107283398 11341758464 70212 33554432000 4194304 4196468 140720846003088 140641402055040 140641410516829 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19876] ppid=19819 vsize=11075936 memory=1952 CPUtime=0.11 cores=0,2,4,6
/proc/19822/task/19876/stat : 19876 (java) S 19819 19822 6396 0 -1 1077944384 75 12966 0 0 3 0 5 3 20 0 15 0 107283399 11341758464 70212 33554432000 4194304 4196468 140720846003088 140641434483088 140641430251221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19877] ppid=19819 vsize=11075936 memory=1200 CPUtime=0.11 cores=0,2,4,6
/proc/19822/task/19877/stat : 19877 (java) S 19819 19822 6396 0 -1 1077944384 32 12966 0 0 3 0 5 3 20 0 15 0 107283399 11341758464 70212 33554432000 4194304 4196468 140720846003088 140640969894160 140641430251221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19878] ppid=19819 vsize=11075936 memory=8600 CPUtime=0.1 cores=0,2,4,6
/proc/19822/task/19878/stat : 19878 (java) S 19819 19822 6396 0 -1 1077944384 240 12966 0 0 2 0 5 3 20 0 15 0 107283399 11341758464 70212 33554432000 4194304 4196468 140720846003088 140640968841872 140641430251221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19879] ppid=19819 vsize=11075936 memory=4616 CPUtime=0.11 cores=0,2,4,6
/proc/19822/task/19879/stat : 19879 (java) S 19819 19822 6396 0 -1 1077944384 31 12966 0 0 3 0 5 3 20 0 15 0 107283399 11341758464 70212 33554432000 4194304 4196468 140720846003088 140640967789072 140641430251221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19880] ppid=19819 vsize=11075936 memory=1428 CPUtime=0.11 cores=0,2,4,6
/proc/19822/task/19880/stat : 19880 (java) S 19819 19822 6396 0 -1 1077944384 1190 12966 0 0 3 0 5 3 20 0 15 0 107283400 11341758464 70212 33554432000 4194304 4196468 140720846003088 140640923347568 140641430252162 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19881] ppid=19819 vsize=11075936 memory=15876 CPUtime=0.08 cores=0,2,4,6
/proc/19822/task/19881/stat : 19881 (java) S 19819 19822 6396 0 -1 1077944384 14 12966 0 0 0 0 5 3 20 0 15 0 107283401 11341758464 70212 33554432000 4194304 4196468 140720846003088 140640247604576 140641430251221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19882] ppid=19819 vsize=11075936 memory=16412 CPUtime=0.08 cores=0,2,4,6
/proc/19822/task/19882/stat : 19882 (java) S 19819 19822 6396 0 -1 1077944384 42 12966 0 0 0 0 5 3 20 0 15 0 107283401 11341758464 70212 33554432000 4194304 4196468 140720846003088 140640180491904 140641430251221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19883] ppid=19819 vsize=11075936 memory=17440 CPUtime=0.08 cores=0,2,4,6
/proc/19822/task/19883/stat : 19883 (java) S 19819 19822 6396 0 -1 1077944384 3 12966 0 0 0 0 5 3 20 0 15 0 107283404 11341758464 70212 33554432000 4194304 4196468 140720846003088 140639873096272 140641430259611 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19884] ppid=19819 vsize=11075936 memory=4048 CPUtime=0.84 cores=0,2,4,6
/proc/19822/task/19884/stat : 19884 (java) R 19819 19822 6396 0 -1 4202560 4964 12966 0 0 75 1 5 3 20 0 15 0 107283404 11341758464 70212 33554432000 4194304 4196468 140720846003088 140640922275400 140641413651906 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19885] ppid=19819 vsize=11075936 memory=1796 CPUtime=0.8 cores=0,2,4,6
/proc/19822/task/19885/stat : 19885 (java) R 19819 19822 6396 0 -1 4202560 3447 12966 0 0 71 1 5 3 20 0 15 0 107283404 11341758464 70212 33554432000 4194304 4196468 140720846003088 140640921222600 140641413737803 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19886] ppid=19819 vsize=11075936 memory=636 CPUtime=1.11 cores=0,2,4,6
/proc/19822/task/19886/stat : 19886 (java) S 19819 19822 6396 0 -1 1077944384 3130 12966 0 0 102 1 5 3 20 0 15 0 107283404 11341758464 70212 33554432000 4194304 4196468 140720846003088 140640920189296 140641430252162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19887] ppid=19819 vsize=11075936 memory=960 CPUtime=0.08 cores=0,2,4,6
/proc/19822/task/19887/stat : 19887 (java) S 19819 19822 6396 0 -1 1077944384 3 12966 0 0 0 0 5 3 20 0 15 0 107283404 11341758464 70212 33554432000 4194304 4196468 140720846003088 140639442299360 140641430251221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19888] ppid=19819 vsize=11075936 memory=188756 CPUtime=0.08 cores=0,2,4,6
/proc/19822/task/19888/stat : 19888 (java) S 19819 19822 6396 0 -1 1077944384 2 12966 0 0 0 0 5 3 20 0 15 0 107283404 11341758464 70212 33554432000 4194304 4196468 140720846003088 140640462564272 140641430252162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
Current children cumulated CPU time: 5.8 s
Current children cumulated vsize: 11075936 KiB
Current children cumulated memory: 280848 KiB

[startup+4.00165 s]*
/proc/loadavg: 1.55 1.77 1.69 5/215 19888
/proc/meminfo: memFree=20309876/32770624 swapFree=67108860/67108860
[pid=19822] ppid=19819 vsize=11077984 memory=340132 CPUtime=8.49 cores=0,2,4,6
/proc/19822/stat : 19822 (java) S 19819 19822 6396 0 -1 1077944320 68485 12966 0 0 821 20 5 3 20 0 15 0 107283389 11343855616 85033 33554432000 4194304 4196468 140720846003088 140720845985632 140641430241015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
/proc/19822/statm: 2769496 85033 3495 1 0 2731149 0
[pid=19822/tid=19875] ppid=19819 vsize=11077984 memory=738995380930871601 CPUtime=3.89 cores=0,2,4,6
/proc/19822/task/19875/stat : 19875 (java) R 19819 19822 6396 0 -1 4202560 44243 12966 0 0 370 11 5 3 20 0 15 0 107283398 11343855616 85033 33554432000 4194304 4196468 140720846003088 140641402067760 140641011010340 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19876] ppid=19819 vsize=11077984 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/19822/task/19876/stat : 19876 (java) S 19819 19822 6396 0 -1 1077944384 75 12966 0 0 3 0 5 3 20 0 15 0 107283399 11343855616 85033 33554432000 4194304 4196468 140720846003088 140641434483088 140641430251221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19877] ppid=19819 vsize=11077984 memory=3545656900661397152 CPUtime=0.11 cores=0,2,4,6
/proc/19822/task/19877/stat : 19877 (java) S 19819 19822 6396 0 -1 1077944384 32 12966 0 0 3 0 5 3 20 0 15 0 107283399 11343855616 85033 33554432000 4194304 4196468 140720846003088 140640969894160 140641430251221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19878] ppid=19819 vsize=11077984 memory=6944656592455359580 CPUtime=0.1 cores=0,2,4,6
/proc/19822/task/19878/stat : 19878 (java) S 19819 19822 6396 0 -1 1077944384 240 12966 0 0 2 0 5 3 20 0 15 0 107283399 11343855616 85033 33554432000 4194304 4196468 140720846003088 140640968841872 140641430251221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19879] ppid=19819 vsize=11077984 memory=6943526294502006880 CPUtime=0.11 cores=0,2,4,6
/proc/19822/task/19879/stat : 19879 (java) S 19819 19822 6396 0 -1 1077944384 31 12966 0 0 3 0 5 3 20 0 15 0 107283399 11343855616 85033 33554432000 4194304 4196468 140720846003088 140640967789072 140641430251221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19880] ppid=19819 vsize=11077984 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/19822/task/19880/stat : 19880 (java) S 19819 19822 6396 0 -1 1077944384 1267 12966 0 0 3 0 5 3 20 0 15 0 107283400 11343855616 85033 33554432000 4194304 4196468 140720846003088 140640923347568 140641430252162 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19881] ppid=19819 vsize=11077984 memory=3472328296160571439 CPUtime=0.08 cores=0,2,4,6
/proc/19822/task/19881/stat : 19881 (java) S 19819 19822 6396 0 -1 1077944384 14 12966 0 0 0 0 5 3 20 0 15 0 107283401 11343855616 85033 33554432000 4194304 4196468 140720846003088 140640247604576 140641430251221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19882] ppid=19819 vsize=11077984 memory=6944656592455360604 CPUtime=0.08 cores=0,2,4,6
/proc/19822/task/19882/stat : 19882 (java) S 19819 19822 6396 0 -1 1077944384 42 12966 0 0 0 0 5 3 20 0 15 0 107283401 11343855616 85033 33554432000 4194304 4196468 140720846003088 140640180491904 140641430251221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19883] ppid=19819 vsize=11077984 memory=-2026666227646606628 CPUtime=0.08 cores=0,2,4,6
/proc/19822/task/19883/stat : 19883 (java) S 19819 19822 6396 0 -1 1077944384 3 12966 0 0 0 0 5 3 20 0 15 0 107283404 11343855616 85033 33554432000 4194304 4196468 140720846003088 140639873096272 140641430259611 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19884] ppid=19819 vsize=11077984 memory=0 CPUtime=1.64 cores=0,2,4,6
/proc/19822/task/19884/stat : 19884 (java) R 19819 19822 6396 0 -1 4202560 9316 12966 0 0 154 2 5 3 20 0 15 0 107283404 11343855616 85033 33554432000 4194304 4196468 140720846003088 140640922283984 140641414628064 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19885] ppid=19819 vsize=11077984 memory=85134841742312 CPUtime=1.61 cores=0,2,4,6
/proc/19822/task/19885/stat : 19885 (java) R 19819 19822 6396 0 -1 4202560 5883 12966 0 0 151 2 5 3 20 0 15 0 107283404 11343855616 85033 33554432000 4194304 4196468 140720846003088 140640921226896 140641409674118 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19886] ppid=19819 vsize=11077984 memory=3540061387075304673 CPUtime=1.38 cores=0,2,4,6
/proc/19822/task/19886/stat : 19886 (java) S 19819 19822 6396 0 -1 1077944384 5132 12966 0 0 128 2 5 3 20 0 15 0 107283404 11343855616 85033 33554432000 4194304 4196468 140720846003088 140640920189296 140641430252162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19887] ppid=19819 vsize=11077984 memory=4121694400427798576 CPUtime=0.08 cores=0,2,4,6
/proc/19822/task/19887/stat : 19887 (java) S 19819 19822 6396 0 -1 1077944384 3 12966 0 0 0 0 5 3 20 0 15 0 107283404 11343855616 85033 33554432000 4194304 4196468 140720846003088 140639442299360 140641430251221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19888] ppid=19819 vsize=11077984 memory=3976876552201173684 CPUtime=0.08 cores=0,2,4,6
/proc/19822/task/19888/stat : 19888 (java) S 19819 19822 6396 0 -1 1077944384 11 12966 0 0 0 0 5 3 20 0 15 0 107283404 11343855616 85033 33554432000 4194304 4196468 140720846003088 140640462564272 140641430252162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
Current children cumulated CPU time: 8.49 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 340132 KiB

[startup+4.40073 s]
/proc/loadavg: 1.55 1.77 1.69 5/215 19888
/proc/meminfo: memFree=20309876/32770624 swapFree=67108860/67108860
[pid=19822] ppid=19819 vsize=11077984 memory=376120 CPUtime=9.43 cores=0,2,4,6
/proc/19822/stat : 19822 (java) S 19819 19822 6396 0 -1 1077944320 69143 12966 0 0 913 22 5 3 20 0 15 0 107283389 11343855616 94030 33554432000 4194304 4196468 140720846003088 140720845985632 140641430241015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
/proc/19822/statm: 2769496 94030 3500 1 0 2731149 0
[pid=19822/tid=19875] ppid=19819 vsize=11077984 memory=6944656592455359580 CPUtime=4.27 cores=0,2,4,6
/proc/19822/task/19875/stat : 19875 (java) R 19819 19822 6396 0 -1 4202560 44281 12966 0 0 408 11 5 3 20 0 15 0 107283398 11343855616 94030 33554432000 4194304 4196468 140720846003088 140641402074256 140641008537203 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19876] ppid=19819 vsize=11077984 memory=6944656592455097440 CPUtime=0.11 cores=0,2,4,6
/proc/19822/task/19876/stat : 19876 (java) S 19819 19822 6396 0 -1 1077944384 114 12966 0 0 3 0 5 3 20 0 15 0 107283399 11343855616 94030 33554432000 4194304 4196468 140720846003088 140641434483088 140641430251221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19877] ppid=19819 vsize=11077984 memory=6944656592455359580 CPUtime=0.11 cores=0,2,4,6
/proc/19822/task/19877/stat : 19877 (java) S 19819 19822 6396 0 -1 1077944384 56 12966 0 0 3 0 5 3 20 0 15 0 107283399 11343855616 94030 33554432000 4194304 4196468 140720846003088 140640969894160 140641430251221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19878] ppid=19819 vsize=11077984 memory=6944656592455097440 CPUtime=0.1 cores=0,2,4,6
/proc/19822/task/19878/stat : 19878 (java) S 19819 19822 6396 0 -1 1077944384 245 12966 0 0 2 0 5 3 20 0 15 0 107283399 11343855616 94030 33554432000 4194304 4196468 140720846003088 140640968841872 140641430251221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19879] ppid=19819 vsize=11077984 memory=6943526294502006880 CPUtime=0.11 cores=0,2,4,6
/proc/19822/task/19879/stat : 19879 (java) S 19819 19822 6396 0 -1 1077944384 217 12966 0 0 3 0 5 3 20 0 15 0 107283399 11343855616 94030 33554432000 4194304 4196468 140720846003088 140640967789072 140641430251221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19880] ppid=19819 vsize=11077984 memory=6944656592387989600 CPUtime=0.11 cores=0,2,4,6
/proc/19822/task/19880/stat : 19880 (java) S 19819 19822 6396 0 -1 1077944384 1323 12966 0 0 3 0 5 3 20 0 15 0 107283400 11343855616 94030 33554432000 4194304 4196468 140720846003088 140640923347568 140641430252162 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19881] ppid=19819 vsize=11077984 memory=6944656592455359580 CPUtime=0.08 cores=0,2,4,6
/proc/19822/task/19881/stat : 19881 (java) S 19819 19822 6396 0 -1 1077944384 16 12966 0 0 0 0 5 3 20 0 15 0 107283401 11343855616 94030 33554432000 4194304 4196468 140720846003088 140640247604640 140641430251221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19882] ppid=19819 vsize=11077984 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/19822/task/19882/stat : 19882 (java) S 19819 19822 6396 0 -1 1077944384 42 12966 0 0 0 0 5 3 20 0 15 0 107283401 11343855616 94030 33554432000 4194304 4196468 140720846003088 140640180491904 140641430251221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19883] ppid=19819 vsize=11077984 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/19822/task/19883/stat : 19883 (java) S 19819 19822 6396 0 -1 1077944384 3 12966 0 0 0 0 5 3 20 0 15 0 107283404 11343855616 94030 33554432000 4194304 4196468 140720846003088 140639873096272 140641430259611 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19884] ppid=19819 vsize=11077984 memory=-2541025644916727904 CPUtime=1.86 cores=0,2,4,6
/proc/19822/task/19884/stat : 19884 (java) S 19819 19822 6396 0 -1 1077944384 9404 12966 0 0 176 2 5 3 20 0 15 0 107283404 11343855616 94030 33554432000 4194304 4196468 140720846003088 140640922294384 140641430252162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19885] ppid=19819 vsize=11077984 memory=8560712388882833484 CPUtime=1.83 cores=0,2,4,6
/proc/19822/task/19885/stat : 19885 (java) S 19819 19822 6396 0 -1 1077944384 5940 12966 0 0 173 2 5 3 20 0 15 0 107283404 11343855616 94030 33554432000 4194304 4196468 140720846003088 140640921241584 140641430252162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19886] ppid=19819 vsize=11077984 memory=-8990767739041718176 CPUtime=1.47 cores=0,2,4,6
/proc/19822/task/19886/stat : 19886 (java) S 19819 19822 6396 0 -1 1077944384 5294 12966 0 0 137 2 5 3 20 0 15 0 107283404 11343855616 94030 33554432000 4194304 4196468 140720846003088 140640920189296 140641430252162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19887] ppid=19819 vsize=11077984 memory=6944656592455086138 CPUtime=0.08 cores=0,2,4,6
/proc/19822/task/19887/stat : 19887 (java) S 19819 19822 6396 0 -1 1077944384 3 12966 0 0 0 0 5 3 20 0 15 0 107283404 11343855616 94030 33554432000 4194304 4196468 140720846003088 140639442299360 140641430251221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
[pid=19822/tid=19888] ppid=19819 vsize=11077984 memory=6944656591647562832 CPUtime=0.08 cores=0,2,4,6
/proc/19822/task/19888/stat : 19888 (java) S 19819 19822 6396 0 -1 1077944384 12 12966 0 0 0 0 5 3 20 0 15 0 107283404 11343855616 94030 33554432000 4194304 4196468 140720846003088 140640462564272 140641430252162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17997824 140720846010993 140720846013793 140720846013793 140720846016463 0
Current children cumulated CPU time: 9.43 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 376120 KiB

[startup+4.60961 s]
/proc/loadavg: 1.55 1.77 1.69 2/202 19889
/proc/meminfo: memFree=20620576/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 4.6982
CPU time (s): 9.46553
CPU user time (s): 9.19532
CPU system time (s): 0.270204
CPU usage (%): 201.471
Max. virtual memory (cumulated for all children) (KiB): 11080692
Max. memory (cumulated for all children) (KiB): 376120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.19532
system time used= 0.270204
maximum resident set size= 378260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82237
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6801
involuntary context switches= 35


# summary of solver processes directly reported to runsolver:
#   pid: 19822
#   total CPU time (s): 9.46553
#   total CPU user time (s): 9.19532
#   total CPU system time (s): 0.270204

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.044829 second user time and 0.089778 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-29 22:46:42
IDJOB=4302349
IDBENCH=141372
IDSOLVER=2776
FILE ID=node139/4302349-1532897202
RUNJOBID= node139-1532895510-17592
PBS_JOBID= 21022510
Free space on /tmp= 45020 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-08_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302349-1532897202/watcher-4302349-1532897202 -o /tmp/evaluation-result-4302349-1532897202/solver-4302349-1532897202 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532895510-17592 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1421604929 HOME/instance-4302349-1532897202.xml

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

MD5SUM BENCH= 5c5040f535ec624befc4f337dc6f1e70
RANDOM SEED=1421604929

node139.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.80
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.80
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.80
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.80
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:        20637060 kB
MemAvailable:   28701852 kB
Buffers:          254632 kB
Cached:          7923500 kB
SwapCached:            0 kB
Active:          6315908 kB
Inactive:        5139392 kB
Active(anon):    3231416 kB
Inactive(anon):    73544 kB
Active(file):    3084492 kB
Inactive(file):  5065848 kB
Unevictable:        7308 kB
Mlocked:            7308 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26588 kB
Writeback:             0 kB
AnonPages:       3284400 kB
Mapped:            58160 kB
Shmem:             25228 kB
Slab:             372324 kB
SReclaimable:     342912 kB
SUnreclaim:        29412 kB
KernelStack:        3552 kB
PageTables:        11644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4501236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3045376 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 44996 MiB
End job on node139 at 2018-07-29 22:46:47