Trace number 4401309

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.12.2OPT44 21.5899 14.0103

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-09_c18.xml
MD5SUM967738086e80168f9eb4b0337d9e8cf6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark44
Best CPU time to get the best result obtained on this benchmark3.78942
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints37
Number of domains2
Minimum domain size81
Maximum domain size82
Distribution of domain sizes[{"size":81,"count":36},{"size":82,"count":9}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":45},{"degree":2,"count":36},{"degree":8,"count":8},{"degree":9,"count":1}]
Minimum constraint arity3
Maximum constraint arity36
Distribution of constraint arities[{"arity":3,"count":36},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints36
Distribution of constraint types[{"type":"intension","count":36},{"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.75/0.55	c Concrete v3.12.2.1568631193530 running
7.09/3.23	o 55
7.74/3.43	o 54
7.74/3.44	o 50
7.74/3.47	o 49
8.07/3.56	o 47
10.71/4.48	o 45
18.22/10.71	o 44
21.46/13.99	v <instantiation
21.46/13.99	v         cost = '44'>
21.46/13.99	v       <list>
21.46/13.99	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[4][5] y[4][6] y[4][7] y[4][8] y[5][6] y[5][7] y[5][8] y[6][7] y[6][8] y[7][8]
21.46/13.99	v       </list>
21.46/13.99	v       <values>
21.46/13.99	v         0 1 5 12 25 27 35 41 44 1 5 12 25 27 35 41 44 4 11 24 26 34 40 43 7 20 22 30 36 39 13 15 23 29 32 2 10 16 19 8 14 17 6 9 3
21.46/13.99	v       </values>
21.46/13.99	v     </instantiation>
21.46/13.99	s OPTIMUM FOUND

Verifier Data

OK	44

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401309-1568692415/watcher-4401309-1568692415 -o /tmp/evaluation-result-4401309-1568692415/solver-4401309-1568692415 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568673289-15739 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=711557294 HOME/instance-4401309-1568692415.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=21096, runsolver pid=21093


[startup+0.100059 s]*
/proc/loadavg: 1.32 1.39 1.35 3/219 21153
/proc/meminfo: memFree=30881236/32770624 swapFree=66976912/67108860
[pid=21096] ppid=21093 vsize=9972712 memory=18596 CPUtime=0.09 cores=1,3,5,7
/proc/21096/stat : 21096 (java) S 21093 21096 15707 0 -1 1077944320 4389 13544 0 0 1 1 4 3 20 0 6 0 445504179 10212057088 4649 33554432000 4194304 4196468 140735555148016 140735555130560 140693163036407 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
/proc/21096/statm: 2493178 4649 1933 1 0 2481616 0
[pid=21096/tid=21149] ppid=21093 vsize=9972712 memory=-8439527450518781933 CPUtime=0.07 cores=1,3,5,7
/proc/21096/task/21149/stat : 21149 (java) R 21093 21096 15707 0 -1 4202560 2183 13544 0 0 0 0 4 3 20 0 6 0 445504188 10212057088 4649 33554432000 4194304 4196468 140735555148016 140693134873168 140693163058333 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21150] ppid=21093 vsize=9972712 memory=4211973885611347338 CPUtime=0.07 cores=1,3,5,7
/proc/21096/task/21150/stat : 21150 (java) S 21093 21096 15707 0 -1 1077944384 2 13544 0 0 0 0 4 3 20 0 6 0 445504189 10212057088 4649 33554432000 4194304 4196468 140735555148016 140693167279248 140693163046613 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21151] ppid=21093 vsize=9972712 memory=140159406556800 CPUtime=0.07 cores=1,3,5,7
/proc/21096/task/21151/stat : 21151 (java) S 21093 21096 15707 0 -1 1077944384 1 13544 0 0 0 0 4 3 20 0 6 0 445504189 10212057088 4649 33554432000 4194304 4196468 140735555148016 140693066169360 140693163046613 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21152] ppid=21093 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21096/task/21152/stat : 21152 (java) S 21093 21096 15707 0 -1 1077944384 1 13544 0 0 0 0 4 3 20 0 6 0 445504189 10212057088 4649 33554432000 4194304 4196468 140735555148016 140693065116560 140693163046613 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21153] ppid=21093 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21096/task/21153/stat : 21153 (java) S 21093 21096 15707 0 -1 1077944384 2 13544 0 0 0 0 4 3 20 0 6 0 445504189 10212057088 4649 33554432000 4194304 4196468 140735555148016 140693064063760 140693163046613 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18596 KiB

[startup+0.212872 s]*
/proc/loadavg: 1.32 1.39 1.35 4/228 21162
/proc/meminfo: memFree=30862772/32770624 swapFree=66976912/67108860
[pid=21096] ppid=21093 vsize=10820196 memory=39672 CPUtime=0.27 cores=1,3,5,7
/proc/21096/stat : 21096 (java) S 21093 21096 15707 0 -1 1077944320 7285 13544 0 0 18 2 4 3 20 0 15 0 445504179 11079880704 9918 33554432000 4194304 4196468 140735555148016 140735555130560 140693163036407 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
/proc/21096/statm: 2705049 9918 3300 1 0 2667149 0
[pid=21096/tid=21149] ppid=21093 vsize=10820196 memory=7900017517374083699 CPUtime=0.18 cores=1,3,5,7
/proc/21096/task/21149/stat : 21149 (java) R 21093 21096 15707 0 -1 4202560 3748 13544 0 0 10 1 4 3 20 0 15 0 445504188 11079880704 9918 33554432000 4194304 4196468 140735555148016 140693134850592 140693163058333 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21150] ppid=21093 vsize=10820196 memory=4211973885611347338 CPUtime=0.07 cores=1,3,5,7
/proc/21096/task/21150/stat : 21150 (java) S 21093 21096 15707 0 -1 1077944384 2 13544 0 0 0 0 4 3 20 0 15 0 445504189 11079880704 9918 33554432000 4194304 4196468 140735555148016 140693167279248 140693163046613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21151] ppid=21093 vsize=10820196 memory=140159406556800 CPUtime=0.07 cores=1,3,5,7
/proc/21096/task/21151/stat : 21151 (java) S 21093 21096 15707 0 -1 1077944384 1 13544 0 0 0 0 4 3 20 0 15 0 445504189 11079880704 9918 33554432000 4194304 4196468 140735555148016 140693066169360 140693163046613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21152] ppid=21093 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21096/task/21152/stat : 21152 (java) S 21093 21096 15707 0 -1 1077944384 1 13544 0 0 0 0 4 3 20 0 15 0 445504189 11079880704 9918 33554432000 4194304 4196468 140735555148016 140693065116560 140693163046613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21153] ppid=21093 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21096/task/21153/stat : 21153 (java) S 21093 21096 15707 0 -1 1077944384 2 13544 0 0 0 0 4 3 20 0 15 0 445504189 11079880704 9918 33554432000 4194304 4196468 140735555148016 140693064063760 140693163046613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21154] ppid=21093 vsize=10820196 memory=140159406556800 CPUtime=0.07 cores=1,3,5,7
/proc/21096/task/21154/stat : 21154 (java) S 21093 21096 15707 0 -1 1077944384 2 13544 0 0 0 0 4 3 20 0 15 0 445504190 11079880704 9918 33554432000 4194304 4196468 140735555148016 140692166416752 140693163047554 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21155] ppid=21093 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21096/task/21155/stat : 21155 (java) S 21093 21096 15707 0 -1 1077944384 33 13544 0 0 0 0 4 3 20 0 15 0 445504191 11079880704 9918 33554432000 4194304 4196468 140735555148016 140692165362720 140693163046613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21156] ppid=21093 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21096/task/21156/stat : 21156 (java) S 21093 21096 15707 0 -1 1077944384 1 13544 0 0 0 0 4 3 20 0 15 0 445504191 11079880704 9918 33554432000 4194304 4196468 140735555148016 140692055647088 140693163046613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21157] ppid=21093 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21096/task/21157/stat : 21157 (java) S 21093 21096 15707 0 -1 1077944384 3 13544 0 0 0 0 4 3 20 0 15 0 445504194 11079880704 9918 33554432000 4194304 4196468 140735555148016 140691748247376 140693163055003 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21158] ppid=21093 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21096/task/21158/stat : 21158 (java) S 21093 21096 15707 0 -1 1077944384 489 13544 0 0 1 0 4 3 20 0 15 0 445504194 11079880704 9918 33554432000 4194304 4196468 140735555148016 140692131806064 140693163047554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21159] ppid=21093 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21096/task/21159/stat : 21159 (java) S 21093 21096 15707 0 -1 1077944384 176 13544 0 0 1 0 4 3 20 0 15 0 445504194 11079880704 9918 33554432000 4194304 4196468 140735555148016 140692130753264 140693163047554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21160] ppid=21093 vsize=10820196 memory=140159406556800 CPUtime=0.1 cores=1,3,5,7
/proc/21096/task/21160/stat : 21160 (java) S 21093 21096 15707 0 -1 1077944384 618 13544 0 0 3 0 4 3 20 0 15 0 445504194 11079880704 9918 33554432000 4194304 4196468 140735555148016 140692129700464 140693163047554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21161] ppid=21093 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21096/task/21161/stat : 21161 (java) S 21093 21096 15707 0 -1 1077944384 3 13544 0 0 0 0 4 3 20 0 15 0 445504194 11079880704 9918 33554432000 4194304 4196468 140735555148016 140691714689760 140693163046613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21162] ppid=21093 vsize=10820196 memory=140159406556800 CPUtime=0.07 cores=1,3,5,7
/proc/21096/task/21162/stat : 21162 (java) S 21093 21096 15707 0 -1 1077944384 1 13544 0 0 0 0 4 3 20 0 15 0 445504194 11079880704 9918 33554432000 4194304 4196468 140735555148016 140692128647856 140693163047554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 39672 KiB

[startup+0.310525 s]*
/proc/loadavg: 1.32 1.39 1.35 3/228 21162
/proc/meminfo: memFree=30849748/32770624 swapFree=66976912/67108860
[pid=21096] ppid=21093 vsize=10820196 memory=47904 CPUtime=0.4 cores=1,3,5,7
/proc/21096/stat : 21096 (java) S 21093 21096 15707 0 -1 1077944320 10762 13544 0 0 29 4 4 3 20 0 15 0 445504179 11079880704 11976 33554432000 4194304 4196468 140735555148016 140735555130560 140693163036407 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
/proc/21096/statm: 2705049 11976 3311 1 0 2667149 0
[pid=21096/tid=21149] ppid=21093 vsize=10820196 memory=8317482817917895235 CPUtime=0.28 cores=1,3,5,7
/proc/21096/task/21149/stat : 21149 (java) R 21093 21096 15707 0 -1 4202560 7206 13544 0 0 18 3 4 3 20 0 15 0 445504188 11079880704 11976 33554432000 4194304 4196468 140735555148016 140693134858800 140693149240601 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21150] ppid=21093 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21096/task/21150/stat : 21150 (java) S 21093 21096 15707 0 -1 1077944384 2 13544 0 0 0 0 4 3 20 0 15 0 445504189 11079880704 11976 33554432000 4194304 4196468 140735555148016 140693167279248 140693163046613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21151] ppid=21093 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21096/task/21151/stat : 21151 (java) S 21093 21096 15707 0 -1 1077944384 1 13544 0 0 0 0 4 3 20 0 15 0 445504189 11079880704 11976 33554432000 4194304 4196468 140735555148016 140693066169360 140693163046613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21152] ppid=21093 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21096/task/21152/stat : 21152 (java) S 21093 21096 15707 0 -1 1077944384 1 13544 0 0 0 0 4 3 20 0 15 0 445504189 11079880704 11976 33554432000 4194304 4196468 140735555148016 140693065116560 140693163046613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21153] ppid=21093 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21096/task/21153/stat : 21153 (java) S 21093 21096 15707 0 -1 1077944384 2 13544 0 0 0 0 4 3 20 0 15 0 445504189 11079880704 11976 33554432000 4194304 4196468 140735555148016 140693064063760 140693163046613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21154] ppid=21093 vsize=10820196 memory=140159406556799 CPUtime=0.07 cores=1,3,5,7
/proc/21096/task/21154/stat : 21154 (java) S 21093 21096 15707 0 -1 1077944384 2 13544 0 0 0 0 4 3 20 0 15 0 445504190 11079880704 11976 33554432000 4194304 4196468 140735555148016 140692166416752 140693163047554 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21155] ppid=21093 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21096/task/21155/stat : 21155 (java) S 21093 21096 15707 0 -1 1077944384 33 13544 0 0 0 0 4 3 20 0 15 0 445504191 11079880704 11976 33554432000 4194304 4196468 140735555148016 140692165362720 140693163046613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21156] ppid=21093 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21096/task/21156/stat : 21156 (java) S 21093 21096 15707 0 -1 1077944384 1 13544 0 0 0 0 4 3 20 0 15 0 445504191 11079880704 11976 33554432000 4194304 4196468 140735555148016 140692055647088 140693163046613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21157] ppid=21093 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21096/task/21157/stat : 21157 (java) S 21093 21096 15707 0 -1 1077944384 3 13544 0 0 0 0 4 3 20 0 15 0 445504194 11079880704 11976 33554432000 4194304 4196468 140735555148016 140691748247376 140693163055003 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21158] ppid=21093 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/21096/task/21158/stat : 21158 (java) S 21093 21096 15707 0 -1 1077944384 490 13544 0 0 2 0 4 3 20 0 15 0 445504194 11079880704 11976 33554432000 4194304 4196468 140735555148016 140692131806064 140693163047554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21159] ppid=21093 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21096/task/21159/stat : 21159 (java) S 21093 21096 15707 0 -1 1077944384 176 13544 0 0 1 0 4 3 20 0 15 0 445504194 11079880704 11976 33554432000 4194304 4196468 140735555148016 140692130753264 140693163047554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21160] ppid=21093 vsize=10820196 memory=140159406556800 CPUtime=0.12 cores=1,3,5,7
/proc/21096/task/21160/stat : 21160 (java) S 21093 21096 15707 0 -1 1077944384 636 13544 0 0 5 0 4 3 20 0 15 0 445504194 11079880704 11976 33554432000 4194304 4196468 140735555148016 140692129700464 140693163047554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21161] ppid=21093 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21096/task/21161/stat : 21161 (java) S 21093 21096 15707 0 -1 1077944384 3 13544 0 0 0 0 4 3 20 0 15 0 445504194 11079880704 11976 33554432000 4194304 4196468 140735555148016 140691714689760 140693163046613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21162] ppid=21093 vsize=10820196 memory=140159406556800 CPUtime=0.07 cores=1,3,5,7
/proc/21096/task/21162/stat : 21162 (java) S 21093 21096 15707 0 -1 1077944384 1 13544 0 0 0 0 4 3 20 0 15 0 445504194 11079880704 11976 33554432000 4194304 4196468 140735555148016 140692128647856 140693163047554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 47904 KiB

[startup+0.707235 s]
/proc/loadavg: 1.32 1.39 1.35 3/228 21162
/proc/meminfo: memFree=30834828/32770624 swapFree=66976912/67108860
[pid=21096] ppid=21093 vsize=10824364 memory=81680 CPUtime=1.14 cores=1,3,5,7
/proc/21096/stat : 21096 (java) S 21093 21096 15707 0 -1 1077944320 15199 13544 0 0 101 6 4 3 20 0 15 0 445504179 11084148736 20420 33554432000 4194304 4196468 140735555148016 140735555130560 140693163036407 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
/proc/21096/statm: 2706091 20420 3511 1 0 2668173 0
[pid=21096/tid=21149] ppid=21093 vsize=10824364 memory=2241 CPUtime=0.67 cores=1,3,5,7
/proc/21096/task/21149/stat : 21149 (java) R 21093 21096 15707 0 -1 4202560 10450 13544 0 0 55 5 4 3 20 0 15 0 445504188 11084148736 20420 33554432000 4194304 4196468 140735555148016 140693134863360 140693163058429 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21150] ppid=21093 vsize=10824364 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/21096/task/21150/stat : 21150 (java) S 21093 21096 15707 0 -1 1077944384 2 13544 0 0 0 0 4 3 20 0 15 0 445504189 11084148736 20420 33554432000 4194304 4196468 140735555148016 140693167279248 140693163046613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21151] ppid=21093 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21096/task/21151/stat : 21151 (java) S 21093 21096 15707 0 -1 1077944384 1 13544 0 0 0 0 4 3 20 0 15 0 445504189 11084148736 20420 33554432000 4194304 4196468 140735555148016 140693066169360 140693163046613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21152] ppid=21093 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21096/task/21152/stat : 21152 (java) S 21093 21096 15707 0 -1 1077944384 1 13544 0 0 0 0 4 3 20 0 15 0 445504189 11084148736 20420 33554432000 4194304 4196468 140735555148016 140693065116560 140693163046613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21153] ppid=21093 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21096/task/21153/stat : 21153 (java) S 21093 21096 15707 0 -1 1077944384 2 13544 0 0 0 0 4 3 20 0 15 0 445504189 11084148736 20420 33554432000 4194304 4196468 140735555148016 140693064063760 140693163046613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21154] ppid=21093 vsize=10824364 memory=6944652177228980320 CPUtime=0.07 cores=1,3,5,7
/proc/21096/task/21154/stat : 21154 (java) S 21093 21096 15707 0 -1 1077944384 5 13544 0 0 0 0 4 3 20 0 15 0 445504190 11084148736 20420 33554432000 4194304 4196468 140735555148016 140692166416752 140693163047554 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21155] ppid=21093 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21096/task/21155/stat : 21155 (java) S 21093 21096 15707 0 -1 1077944384 33 13544 0 0 0 0 4 3 20 0 15 0 445504191 11084148736 20420 33554432000 4194304 4196468 140735555148016 140692165362720 140693163046613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21156] ppid=21093 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21096/task/21156/stat : 21156 (java) S 21093 21096 15707 0 -1 1077944384 1 13544 0 0 0 0 4 3 20 0 15 0 445504191 11084148736 20420 33554432000 4194304 4196468 140735555148016 140692055647088 140693163046613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21157] ppid=21093 vsize=10824364 memory=6944656592455097440 CPUtime=0.07 cores=1,3,5,7
/proc/21096/task/21157/stat : 21157 (java) S 21093 21096 15707 0 -1 1077944384 3 13544 0 0 0 0 4 3 20 0 15 0 445504194 11084148736 20420 33554432000 4194304 4196468 140735555148016 140691748247376 140693163055003 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21158] ppid=21093 vsize=10824364 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/21096/task/21158/stat : 21158 (java) S 21093 21096 15707 0 -1 1077944384 1013 13544 0 0 14 0 4 3 20 0 15 0 445504194 11084148736 20420 33554432000 4194304 4196468 140735555148016 140692131806064 140693163047554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21159] ppid=21093 vsize=10824364 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/21096/task/21159/stat : 21159 (java) R 21093 21096 15707 0 -1 4202560 646 13544 0 0 12 0 4 3 20 0 15 0 445504194 11084148736 20420 33554432000 4194304 4196468 140735555148016 140692130740080 140693144561368 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21160] ppid=21093 vsize=10824364 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/21096/task/21160/stat : 21160 (java) R 21093 21096 15707 0 -1 4202560 833 13544 0 0 18 0 4 3 20 0 15 0 445504194 11084148736 20420 33554432000 4194304 4196468 140735555148016 140692129700464 140693163048342 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21161] ppid=21093 vsize=10824364 memory=280318556766448 CPUtime=0.07 cores=1,3,5,7
/proc/21096/task/21161/stat : 21161 (java) S 21093 21096 15707 0 -1 1077944384 3 13544 0 0 0 0 4 3 20 0 15 0 445504194 11084148736 20420 33554432000 4194304 4196468 140735555148016 140691714689760 140693163046613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21162] ppid=21093 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21096/task/21162/stat : 21162 (java) S 21093 21096 15707 0 -1 1077944384 1 13544 0 0 0 0 4 3 20 0 15 0 445504194 11084148736 20420 33554432000 4194304 4196468 140735555148016 140692128647856 140693163047554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 81680 KiB

[startup+1.50068 s]
/proc/loadavg: 1.32 1.39 1.35 3/228 21162
/proc/meminfo: memFree=30789640/32770624 swapFree=66976912/67108860
[pid=21096] ppid=21093 vsize=10834680 memory=171488 CPUtime=2.42 cores=1,3,5,7
/proc/21096/stat : 21096 (java) S 21093 21096 15707 0 -1 1077944320 23969 13544 0 0 226 9 4 3 20 0 15 0 445504179 11094712320 42872 33554432000 4194304 4196468 140735555148016 140735555130560 140693163036407 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
/proc/21096/statm: 2708670 42872 3581 1 0 2670733 0
[pid=21096/tid=21149] ppid=21093 vsize=10834680 memory=7 CPUtime=1.42 cores=1,3,5,7
/proc/21096/task/21149/stat : 21149 (java) R 21093 21096 15707 0 -1 4202560 15304 13544 0 0 128 7 4 3 20 0 15 0 445504188 11094712320 42872 33554432000 4194304 4196468 140735555148016 140693134839712 140693163048342 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21150] ppid=21093 vsize=10834680 memory=2321 CPUtime=0.08 cores=1,3,5,7
/proc/21096/task/21150/stat : 21150 (java) S 21093 21096 15707 0 -1 1077944384 437 13544 0 0 1 0 4 3 20 0 15 0 445504189 11094712320 42872 33554432000 4194304 4196468 140735555148016 140693167279248 140693163046613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21151] ppid=21093 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21096/task/21151/stat : 21151 (java) S 21093 21096 15707 0 -1 1077944384 79 13544 0 0 1 0 4 3 20 0 15 0 445504189 11094712320 42872 33554432000 4194304 4196468 140735555148016 140693066169360 140693163046613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21152] ppid=21093 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21096/task/21152/stat : 21152 (java) S 21093 21096 15707 0 -1 1077944384 31 13544 0 0 1 0 4 3 20 0 15 0 445504189 11094712320 42872 33554432000 4194304 4196468 140735555148016 140693065116560 140693163046613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21153] ppid=21093 vsize=10834680 memory=4580 CPUtime=0.08 cores=1,3,5,7
/proc/21096/task/21153/stat : 21153 (java) S 21093 21096 15707 0 -1 1077944384 111 13544 0 0 1 0 4 3 20 0 15 0 445504189 11094712320 42872 33554432000 4194304 4196468 140735555148016 140693064063760 140693163046613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21154] ppid=21093 vsize=10834680 memory=7 CPUtime=0.08 cores=1,3,5,7
/proc/21096/task/21154/stat : 21154 (java) S 21093 21096 15707 0 -1 1077944384 1843 13544 0 0 1 0 4 3 20 0 15 0 445504190 11094712320 42872 33554432000 4194304 4196468 140735555148016 140692166416752 140693163047554 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21155] ppid=21093 vsize=10834680 memory=2273 CPUtime=0.07 cores=1,3,5,7
/proc/21096/task/21155/stat : 21155 (java) S 21093 21096 15707 0 -1 1077944384 33 13544 0 0 0 0 4 3 20 0 15 0 445504191 11094712320 42872 33554432000 4194304 4196468 140735555148016 140692165362784 140693163046613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21156] ppid=21093 vsize=10834680 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/21096/task/21156/stat : 21156 (java) S 21093 21096 15707 0 -1 1077944384 2 13544 0 0 0 0 4 3 20 0 15 0 445504191 11094712320 42872 33554432000 4194304 4196468 140735555148016 140692055647088 140693163046613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21157] ppid=21093 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21096/task/21157/stat : 21157 (java) S 21093 21096 15707 0 -1 1077944384 3 13544 0 0 0 0 4 3 20 0 15 0 445504194 11094712320 42872 33554432000 4194304 4196468 140735555148016 140691748247376 140693163055003 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21158] ppid=21093 vsize=10834680 memory=0 CPUtime=0.33 cores=1,3,5,7
/proc/21096/task/21158/stat : 21158 (java) S 21093 21096 15707 0 -1 1077944384 1295 13544 0 0 26 0 4 3 20 0 15 0 445504194 11094712320 42872 33554432000 4194304 4196468 140735555148016 140692131806064 140693163047554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21159] ppid=21093 vsize=10834680 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/21096/task/21159/stat : 21159 (java) S 21093 21096 15707 0 -1 1077944384 825 13544 0 0 22 0 4 3 20 0 15 0 445504194 11094712320 42872 33554432000 4194304 4196468 140735555148016 140692130753264 140693163047554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21160] ppid=21093 vsize=10834680 memory=0 CPUtime=0.47 cores=1,3,5,7
/proc/21096/task/21160/stat : 21160 (java) S 21093 21096 15707 0 -1 1077944384 1797 13544 0 0 40 0 4 3 20 0 15 0 445504194 11094712320 42872 33554432000 4194304 4196468 140735555148016 140692129700464 140693163047554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21161] ppid=21093 vsize=10834680 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/21096/task/21161/stat : 21161 (java) S 21093 21096 15707 0 -1 1077944384 3 13544 0 0 0 0 4 3 20 0 15 0 445504194 11094712320 42872 33554432000 4194304 4196468 140735555148016 140691714689760 140693163046613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21162] ppid=21093 vsize=10834680 memory=288230377108275491 CPUtime=0.07 cores=1,3,5,7
/proc/21096/task/21162/stat : 21162 (java) S 21093 21096 15707 0 -1 1077944384 1 13544 0 0 0 0 4 3 20 0 15 0 445504194 11094712320 42872 33554432000 4194304 4196468 140735555148016 140692128647856 140693163047554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
Current children cumulated CPU time: 2.42 s
Current children cumulated vsize: 10834680 KiB

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

/proc/21096/task/21149/stat : 21149 (java) R 21093 21096 15707 0 -1 4202560 22906 13544 0 0 594 13 4 3 20 0 15 0 445504188 11107315712 117040 33554432000 4194304 4196468 140735555148016 140693134872320 140692755006469 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21150] ppid=21093 vsize=10846988 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/21096/task/21150/stat : 21150 (java) S 21093 21096 15707 0 -1 1077944384 485 13544 0 0 4 0 4 3 20 0 15 0 445504189 11107315712 117040 33554432000 4194304 4196468 140735555148016 140693167279248 140693163046613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21151] ppid=21093 vsize=10846988 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/21096/task/21151/stat : 21151 (java) S 21093 21096 15707 0 -1 1077944384 109 13544 0 0 4 0 4 3 20 0 15 0 445504189 11107315712 117040 33554432000 4194304 4196468 140735555148016 140693066169360 140693163046613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21152] ppid=21093 vsize=10846988 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/21096/task/21152/stat : 21152 (java) S 21093 21096 15707 0 -1 1077944384 59 13544 0 0 4 0 4 3 20 0 15 0 445504189 11107315712 117040 33554432000 4194304 4196468 140735555148016 140693065116560 140693163046613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21153] ppid=21093 vsize=10846988 memory=249344 CPUtime=0.11 cores=1,3,5,7
/proc/21096/task/21153/stat : 21153 (java) S 21093 21096 15707 0 -1 1077944384 363 13544 0 0 4 0 4 3 20 0 15 0 445504189 11107315712 117040 33554432000 4194304 4196468 140735555148016 140693064063760 140693163046613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21154] ppid=21093 vsize=10846988 memory=2209 CPUtime=0.11 cores=1,3,5,7
/proc/21096/task/21154/stat : 21154 (java) S 21093 21096 15707 0 -1 1077944384 2881 13544 0 0 4 0 4 3 20 0 15 0 445504190 11107315712 117040 33554432000 4194304 4196468 140735555148016 140692166416752 140693163047554 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21155] ppid=21093 vsize=10846988 memory=2372 CPUtime=0.07 cores=1,3,5,7
/proc/21096/task/21155/stat : 21155 (java) S 21093 21096 15707 0 -1 1077944384 38 13544 0 0 0 0 4 3 20 0 15 0 445504191 11107315712 117040 33554432000 4194304 4196468 140735555148016 140692165362784 140693163046613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21156] ppid=21093 vsize=10846988 memory=2120 CPUtime=0.07 cores=1,3,5,7
/proc/21096/task/21156/stat : 21156 (java) S 21093 21096 15707 0 -1 1077944384 5 13544 0 0 0 0 4 3 20 0 15 0 445504191 11107315712 117040 33554432000 4194304 4196468 140735555148016 140692055647104 140693163046613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21157] ppid=21093 vsize=10846988 memory=390256 CPUtime=0.07 cores=1,3,5,7
/proc/21096/task/21157/stat : 21157 (java) S 21093 21096 15707 0 -1 1077944384 3 13544 0 0 0 0 4 3 20 0 15 0 445504194 11107315712 117040 33554432000 4194304 4196468 140735555148016 140691748247376 140693163055003 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21158] ppid=21093 vsize=10846988 memory=33 CPUtime=2.81 cores=1,3,5,7
/proc/21096/task/21158/stat : 21158 (java) S 21093 21096 15707 0 -1 1077944384 11681 13544 0 0 272 2 4 3 20 0 15 0 445504194 11107315712 117040 33554432000 4194304 4196468 140735555148016 140692131806064 140693163047554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21159] ppid=21093 vsize=10846988 memory=7594028091150854229 CPUtime=2.6 cores=1,3,5,7
/proc/21096/task/21159/stat : 21159 (java) S 21093 21096 15707 0 -1 1077944384 10875 13544 0 0 252 1 4 3 20 0 15 0 445504194 11107315712 117040 33554432000 4194304 4196468 140735555148016 140692130753264 140693163047554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21160] ppid=21093 vsize=10846988 memory=164 CPUtime=1.51 cores=1,3,5,7
/proc/21096/task/21160/stat : 21160 (java) S 21093 21096 15707 0 -1 1077944384 8139 13544 0 0 140 4 4 3 20 0 15 0 445504194 11107315712 117040 33554432000 4194304 4196468 140735555148016 140692129700464 140693163047554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21161] ppid=21093 vsize=10846988 memory=301741416391115062 CPUtime=0.07 cores=1,3,5,7
/proc/21096/task/21161/stat : 21161 (java) S 21093 21096 15707 0 -1 1077944384 3 13544 0 0 0 0 4 3 20 0 15 0 445504194 11107315712 117040 33554432000 4194304 4196468 140735555148016 140691714689760 140693163046613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21162] ppid=21093 vsize=10846988 memory=15252640887999028 CPUtime=0.07 cores=1,3,5,7
/proc/21096/task/21162/stat : 21162 (java) S 21093 21096 15707 0 -1 1077944384 23 13544 0 0 0 0 4 3 20 0 15 0 445504194 11107315712 117040 33554432000 4194304 4196468 140735555148016 140692128647856 140693163047554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
Current children cumulated CPU time: 13.14 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 468160 KiB

[startup+12.7008 s]
/proc/loadavg: 1.57 1.44 1.36 3/228 21162
/proc/meminfo: memFree=30245152/32770624 swapFree=66976912/67108860
[pid=21096] ppid=21093 vsize=10846988 memory=680028 CPUtime=20.24 cores=1,3,5,7
/proc/21096/stat : 21096 (java) S 21093 21096 15707 0 -1 1077944320 63401 13544 0 0 1986 31 4 3 20 0 15 0 445504179 11107315712 170007 33554432000 4194304 4196468 140735555148016 140735555130560 140693163036407 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
/proc/21096/statm: 2711747 170007 3625 1 0 2673805 0
[pid=21096/tid=21149] ppid=21093 vsize=10846988 memory=622556 CPUtime=12.51 cores=1,3,5,7
/proc/21096/task/21149/stat : 21149 (java) R 21093 21096 15707 0 -1 4202560 23499 13544 0 0 1228 16 4 3 20 0 15 0 445504188 11107315712 170007 33554432000 4194304 4196468 140735555148016 140693134871632 140692754852487 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21150] ppid=21093 vsize=10846988 memory=56 CPUtime=0.13 cores=1,3,5,7
/proc/21096/task/21150/stat : 21150 (java) S 21093 21096 15707 0 -1 1077944384 513 13544 0 0 5 1 4 3 20 0 15 0 445504189 11107315712 170007 33554432000 4194304 4196468 140735555148016 140693167279248 140693163046613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21151] ppid=21093 vsize=10846988 memory=7449331355827070553 CPUtime=0.13 cores=1,3,5,7
/proc/21096/task/21151/stat : 21151 (java) S 21093 21096 15707 0 -1 1077944384 1100 13544 0 0 5 1 4 3 20 0 15 0 445504189 11107315712 170007 33554432000 4194304 4196468 140735555148016 140693066169360 140693163046613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21152] ppid=21093 vsize=10846988 memory=56 CPUtime=0.13 cores=1,3,5,7
/proc/21096/task/21152/stat : 21152 (java) S 21093 21096 15707 0 -1 1077944384 181 13544 0 0 5 1 4 3 20 0 15 0 445504189 11107315712 170007 33554432000 4194304 4196468 140735555148016 140693065116560 140693163046613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21153] ppid=21093 vsize=10846988 memory=43757089590 CPUtime=0.12 cores=1,3,5,7
/proc/21096/task/21153/stat : 21153 (java) S 21093 21096 15707 0 -1 1077944384 394 13544 0 0 5 0 4 3 20 0 15 0 445504189 11107315712 170007 33554432000 4194304 4196468 140735555148016 140693064063760 140693163046613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21154] ppid=21093 vsize=10846988 memory=7451888815698236779 CPUtime=0.12 cores=1,3,5,7
/proc/21096/task/21154/stat : 21154 (java) S 21093 21096 15707 0 -1 1077944384 3011 13544 0 0 5 0 4 3 20 0 15 0 445504190 11107315712 170007 33554432000 4194304 4196468 140735555148016 140692166416752 140693163047554 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21155] ppid=21093 vsize=10846988 memory=280318557297152 CPUtime=0.07 cores=1,3,5,7
/proc/21096/task/21155/stat : 21155 (java) S 21093 21096 15707 0 -1 1077944384 38 13544 0 0 0 0 4 3 20 0 15 0 445504191 11107315712 170007 33554432000 4194304 4196468 140735555148016 140692165362784 140693163046613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21156] ppid=21093 vsize=10846988 memory=280318557213312 CPUtime=0.07 cores=1,3,5,7
/proc/21096/task/21156/stat : 21156 (java) S 21093 21096 15707 0 -1 1077944384 5 13544 0 0 0 0 4 3 20 0 15 0 445504191 11107315712 170007 33554432000 4194304 4196468 140735555148016 140692055647104 140693163046613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21157] ppid=21093 vsize=10846988 memory=3620 CPUtime=0.07 cores=1,3,5,7
/proc/21096/task/21157/stat : 21157 (java) S 21093 21096 15707 0 -1 1077944384 3 13544 0 0 0 0 4 3 20 0 15 0 445504194 11107315712 170007 33554432000 4194304 4196468 140735555148016 140691748247376 140693163055003 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21158] ppid=21093 vsize=10846988 memory=30480 CPUtime=3.15 cores=1,3,5,7
/proc/21096/task/21158/stat : 21158 (java) S 21093 21096 15707 0 -1 1077944384 12083 13544 0 0 306 2 4 3 20 0 15 0 445504194 11107315712 170007 33554432000 4194304 4196468 140735555148016 140692131806064 140693163047554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21159] ppid=21093 vsize=10846988 memory=2004 CPUtime=2.92 cores=1,3,5,7
/proc/21096/task/21159/stat : 21159 (java) S 21093 21096 15707 0 -1 1077944384 11734 13544 0 0 283 2 4 3 20 0 15 0 445504194 11107315712 170007 33554432000 4194304 4196468 140735555148016 140692130753264 140693163047554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21160] ppid=21093 vsize=10846988 memory=984 CPUtime=1.51 cores=1,3,5,7
/proc/21096/task/21160/stat : 21160 (java) S 21093 21096 15707 0 -1 1077944384 8174 13544 0 0 140 4 4 3 20 0 15 0 445504194 11107315712 170007 33554432000 4194304 4196468 140735555148016 140692129700464 140693163047554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21161] ppid=21093 vsize=10846988 memory=1324 CPUtime=0.07 cores=1,3,5,7
/proc/21096/task/21161/stat : 21161 (java) S 21093 21096 15707 0 -1 1077944384 3 13544 0 0 0 0 4 3 20 0 15 0 445504194 11107315712 170007 33554432000 4194304 4196468 140735555148016 140691714689760 140693163046613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21162] ppid=21093 vsize=10846988 memory=780 CPUtime=0.07 cores=1,3,5,7
/proc/21096/task/21162/stat : 21162 (java) S 21093 21096 15707 0 -1 1077944384 458 13544 0 0 0 0 4 3 20 0 15 0 445504194 11107315712 170007 33554432000 4194304 4196468 140735555148016 140692128647856 140693163047554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
Current children cumulated CPU time: 20.24 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 680028 KiB

[startup+14.0102 s]
# the end of solver process 21096 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=21.2146 s, system=0.375359 s

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

[startup+12.801 s]
/proc/loadavg: 1.57 1.44 1.36 3/228 21162
/proc/meminfo: memFree=30245152/32770624 swapFree=66976912/67108860
[pid=21096] ppid=21093 vsize=10846988 memory=680028 CPUtime=20.34 cores=1,3,5,7
/proc/21096/stat : 21096 (java) S 21093 21096 15707 0 -1 1077944320 63401 13544 0 0 1996 31 4 3 20 0 15 0 445504179 11107315712 170007 33554432000 4194304 4196468 140735555148016 140735555130560 140693163036407 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
/proc/21096/statm: 2711747 170007 3625 1 0 2673805 0
[pid=21096/tid=21149] ppid=21093 vsize=10846988 memory=4088 CPUtime=12.61 cores=1,3,5,7
/proc/21096/task/21149/stat : 21149 (java) R 21093 21096 15707 0 -1 4202560 23499 13544 0 0 1238 16 4 3 20 0 15 0 445504188 11107315712 170007 33554432000 4194304 4196468 140735555148016 140693134871632 140692755379332 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21150] ppid=21093 vsize=10846988 memory=1580 CPUtime=0.13 cores=1,3,5,7
/proc/21096/task/21150/stat : 21150 (java) S 21093 21096 15707 0 -1 1077944384 513 13544 0 0 5 1 4 3 20 0 15 0 445504189 11107315712 170007 33554432000 4194304 4196468 140735555148016 140693167279248 140693163046613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21151] ppid=21093 vsize=10846988 memory=1028 CPUtime=0.13 cores=1,3,5,7
/proc/21096/task/21151/stat : 21151 (java) S 21093 21096 15707 0 -1 1077944384 1100 13544 0 0 5 1 4 3 20 0 15 0 445504189 11107315712 170007 33554432000 4194304 4196468 140735555148016 140693066169360 140693163046613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21152] ppid=21093 vsize=10846988 memory=1060 CPUtime=0.13 cores=1,3,5,7
/proc/21096/task/21152/stat : 21152 (java) S 21093 21096 15707 0 -1 1077944384 181 13544 0 0 5 1 4 3 20 0 15 0 445504189 11107315712 170007 33554432000 4194304 4196468 140735555148016 140693065116560 140693163046613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21153] ppid=21093 vsize=10846988 memory=2828 CPUtime=0.12 cores=1,3,5,7
/proc/21096/task/21153/stat : 21153 (java) S 21093 21096 15707 0 -1 1077944384 394 13544 0 0 5 0 4 3 20 0 15 0 445504189 11107315712 170007 33554432000 4194304 4196468 140735555148016 140693064063760 140693163046613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21154] ppid=21093 vsize=10846988 memory=756 CPUtime=0.12 cores=1,3,5,7
/proc/21096/task/21154/stat : 21154 (java) S 21093 21096 15707 0 -1 1077944384 3011 13544 0 0 5 0 4 3 20 0 15 0 445504190 11107315712 170007 33554432000 4194304 4196468 140735555148016 140692166416752 140693163047554 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21155] ppid=21093 vsize=10846988 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/21096/task/21155/stat : 21155 (java) S 21093 21096 15707 0 -1 1077944384 38 13544 0 0 0 0 4 3 20 0 15 0 445504191 11107315712 170007 33554432000 4194304 4196468 140735555148016 140692165362784 140693163046613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21156] ppid=21093 vsize=10846988 memory=984 CPUtime=0.07 cores=1,3,5,7
/proc/21096/task/21156/stat : 21156 (java) S 21093 21096 15707 0 -1 1077944384 5 13544 0 0 0 0 4 3 20 0 15 0 445504191 11107315712 170007 33554432000 4194304 4196468 140735555148016 140692055647104 140693163046613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21157] ppid=21093 vsize=10846988 memory=1324 CPUtime=0.07 cores=1,3,5,7
/proc/21096/task/21157/stat : 21157 (java) S 21093 21096 15707 0 -1 1077944384 3 13544 0 0 0 0 4 3 20 0 15 0 445504194 11107315712 170007 33554432000 4194304 4196468 140735555148016 140691748247376 140693163055003 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21158] ppid=21093 vsize=10846988 memory=780 CPUtime=3.15 cores=1,3,5,7
/proc/21096/task/21158/stat : 21158 (java) S 21093 21096 15707 0 -1 1077944384 12083 13544 0 0 306 2 4 3 20 0 15 0 445504194 11107315712 170007 33554432000 4194304 4196468 140735555148016 140692131806064 140693163047554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21159] ppid=21093 vsize=10846988 memory=4088 CPUtime=2.92 cores=1,3,5,7
/proc/21096/task/21159/stat : 21159 (java) S 21093 21096 15707 0 -1 1077944384 11734 13544 0 0 283 2 4 3 20 0 15 0 445504194 11107315712 170007 33554432000 4194304 4196468 140735555148016 140692130753264 140693163047554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21160] ppid=21093 vsize=10846988 memory=1580 CPUtime=1.51 cores=1,3,5,7
/proc/21096/task/21160/stat : 21160 (java) S 21093 21096 15707 0 -1 1077944384 8174 13544 0 0 140 4 4 3 20 0 15 0 445504194 11107315712 170007 33554432000 4194304 4196468 140735555148016 140692129700464 140693163047554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21161] ppid=21093 vsize=10846988 memory=1028 CPUtime=0.07 cores=1,3,5,7
/proc/21096/task/21161/stat : 21161 (java) S 21093 21096 15707 0 -1 1077944384 3 13544 0 0 0 0 4 3 20 0 15 0 445504194 11107315712 170007 33554432000 4194304 4196468 140735555148016 140691714689760 140693163046613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21162] ppid=21093 vsize=10846988 memory=280318557066288 CPUtime=0.07 cores=1,3,5,7
/proc/21096/task/21162/stat : 21162 (java) S 21093 21096 15707 0 -1 1077944384 458 13544 0 0 0 0 4 3 20 0 15 0 445504194 11107315712 170007 33554432000 4194304 4196468 140735555148016 140692128647856 140693163047554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
Current children cumulated CPU time: 20.34 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 680028 KiB

[startup+13.6008 s]
/proc/loadavg: 1.57 1.44 1.36 3/228 21162
/proc/meminfo: memFree=30220576/32770624 swapFree=66976912/67108860
[pid=21096] ppid=21093 vsize=10846988 memory=682164 CPUtime=21.15 cores=1,3,5,7
/proc/21096/stat : 21096 (java) S 21093 21096 15707 0 -1 1077944320 63857 13544 0 0 2077 31 4 3 20 0 15 0 445504179 11107315712 170541 33554432000 4194304 4196468 140735555148016 140735555130560 140693163036407 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
/proc/21096/statm: 2711747 170541 3625 1 0 2673805 0
[pid=21096/tid=21149] ppid=21093 vsize=10846988 memory=280318557297152 CPUtime=13.4 cores=1,3,5,7
/proc/21096/task/21149/stat : 21149 (java) R 21093 21096 15707 0 -1 4202560 23888 13544 0 0 1317 16 4 3 20 0 15 0 445504188 11107315712 170541 33554432000 4194304 4196468 140735555148016 140693134871360 140692754622705 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21150] ppid=21093 vsize=10846988 memory=6791534058613427641 CPUtime=0.13 cores=1,3,5,7
/proc/21096/task/21150/stat : 21150 (java) S 21093 21096 15707 0 -1 1077944384 514 13544 0 0 5 1 4 3 20 0 15 0 445504189 11107315712 170541 33554432000 4194304 4196468 140735555148016 140693167279248 140693163046613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21151] ppid=21093 vsize=10846988 memory=2004 CPUtime=0.13 cores=1,3,5,7
/proc/21096/task/21151/stat : 21151 (java) S 21093 21096 15707 0 -1 1077944384 1101 13544 0 0 5 1 4 3 20 0 15 0 445504189 11107315712 170541 33554432000 4194304 4196468 140735555148016 140693066169360 140693163046613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21152] ppid=21093 vsize=10846988 memory=984 CPUtime=0.13 cores=1,3,5,7
/proc/21096/task/21152/stat : 21152 (java) S 21093 21096 15707 0 -1 1077944384 182 13544 0 0 5 1 4 3 20 0 15 0 445504189 11107315712 170541 33554432000 4194304 4196468 140735555148016 140693065116560 140693163046613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21153] ppid=21093 vsize=10846988 memory=1324 CPUtime=0.13 cores=1,3,5,7
/proc/21096/task/21153/stat : 21153 (java) S 21093 21096 15707 0 -1 1077944384 395 13544 0 0 5 1 4 3 20 0 15 0 445504189 11107315712 170541 33554432000 4194304 4196468 140735555148016 140693064063760 140693163046613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21154] ppid=21093 vsize=10846988 memory=780 CPUtime=0.12 cores=1,3,5,7
/proc/21096/task/21154/stat : 21154 (java) S 21093 21096 15707 0 -1 1077944384 3011 13544 0 0 5 0 4 3 20 0 15 0 445504190 11107315712 170541 33554432000 4194304 4196468 140735555148016 140692166416752 140693163047554 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21155] ppid=21093 vsize=10846988 memory=4088 CPUtime=0.07 cores=1,3,5,7
/proc/21096/task/21155/stat : 21155 (java) S 21093 21096 15707 0 -1 1077944384 38 13544 0 0 0 0 4 3 20 0 15 0 445504191 11107315712 170541 33554432000 4194304 4196468 140735555148016 140692165362784 140693163046613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21156] ppid=21093 vsize=10846988 memory=1580 CPUtime=0.07 cores=1,3,5,7
/proc/21096/task/21156/stat : 21156 (java) S 21093 21096 15707 0 -1 1077944384 5 13544 0 0 0 0 4 3 20 0 15 0 445504191 11107315712 170541 33554432000 4194304 4196468 140735555148016 140692055647104 140693163046613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21157] ppid=21093 vsize=10846988 memory=1028 CPUtime=0.07 cores=1,3,5,7
/proc/21096/task/21157/stat : 21157 (java) S 21093 21096 15707 0 -1 1077944384 3 13544 0 0 0 0 4 3 20 0 15 0 445504194 11107315712 170541 33554432000 4194304 4196468 140735555148016 140691748247376 140693163055003 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21158] ppid=21093 vsize=10846988 memory=1060 CPUtime=3.15 cores=1,3,5,7
/proc/21096/task/21158/stat : 21158 (java) S 21093 21096 15707 0 -1 1077944384 12131 13544 0 0 306 2 4 3 20 0 15 0 445504194 11107315712 170541 33554432000 4194304 4196468 140735555148016 140692131806064 140693163047554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21159] ppid=21093 vsize=10846988 memory=2828 CPUtime=2.92 cores=1,3,5,7
/proc/21096/task/21159/stat : 21159 (java) S 21093 21096 15707 0 -1 1077944384 11734 13544 0 0 283 2 4 3 20 0 15 0 445504194 11107315712 170541 33554432000 4194304 4196468 140735555148016 140692130753264 140693163047554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21160] ppid=21093 vsize=10846988 memory=756 CPUtime=1.51 cores=1,3,5,7
/proc/21096/task/21160/stat : 21160 (java) S 21093 21096 15707 0 -1 1077944384 8174 13544 0 0 140 4 4 3 20 0 15 0 445504194 11107315712 170541 33554432000 4194304 4196468 140735555148016 140692129700464 140693163047554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21161] ppid=21093 vsize=10846988 memory=1548 CPUtime=0.07 cores=1,3,5,7
/proc/21096/task/21161/stat : 21161 (java) S 21093 21096 15707 0 -1 1077944384 3 13544 0 0 0 0 4 3 20 0 15 0 445504194 11107315712 170541 33554432000 4194304 4196468 140735555148016 140691714689760 140693163046613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
[pid=21096/tid=21162] ppid=21093 vsize=10846988 memory=7872 CPUtime=0.07 cores=1,3,5,7
/proc/21096/task/21162/stat : 21162 (java) S 21093 21096 15707 0 -1 1077944384 473 13544 0 0 0 0 4 3 20 0 15 0 445504194 11107315712 170541 33554432000 4194304 4196468 140735555148016 140692128647856 140693163047554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26464256 140735555156720 140735555159237 140735555159237 140735555162063 0
Current children cumulated CPU time: 21.15 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 682164 KiB

[startup+14.0007 s]*
/proc/loadavg: 1.57 1.44 1.36 3/215 21163
/proc/meminfo: memFree=30792036/32770624 swapFree=66976912/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): 14.0103
CPU time (s): 21.5899
CPU user time (s): 21.2146
CPU system time (s): 0.375359
CPU usage (%): 154.101
Max. virtual memory (cumulated for all children) (KiB): 10849436
Max. memory (cumulated for all children) (KiB): 706772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.2146
system time used= 0.375359
maximum resident set size= 708900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79983
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7033
involuntary context switches= 87


# summary of solver processes directly reported to runsolver:
#   pid: 21096
#   total CPU time (s): 21.5899
#   total CPU user time (s): 21.2146
#   total CPU system time (s): 0.375359

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.105525 second user time and 0.173281 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-17 05:52:53
IDJOB=4401309
IDBENCH=141376
IDSOLVER=2858
FILE ID=node121/4401309-1568692415
RUNJOBID= node121-1568673289-15739
PBS_JOBID= 21703788
Free space on /tmp= 61372 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-09_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401309-1568692415/watcher-4401309-1568692415 -o /tmp/evaluation-result-4401309-1568692415/solver-4401309-1568692415 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568673289-15739 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=711557294 HOME/instance-4401309-1568692415.xml

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

MD5SUM BENCH= 967738086e80168f9eb4b0337d9e8cf6
RANDOM SEED=711557294

node121.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.75
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.75
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.75
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.75
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:        30886556 kB
MemAvailable:   31050968 kB
Buffers:           55168 kB
Cached:           407404 kB
SwapCached:        10648 kB
Active:          1074508 kB
Inactive:         270640 kB
Active(anon):     872748 kB
Inactive(anon):    42168 kB
Active(file):     201760 kB
Inactive(file):   228472 kB
Unevictable:      108988 kB
Mlocked:          108988 kB
SwapTotal:      67108860 kB
SwapFree:       66976912 kB
Dirty:             35568 kB
Writeback:             0 kB
AnonPages:        981516 kB
Mapped:            55520 kB
Shmem:             23716 kB
Slab:             129772 kB
SReclaimable:     100032 kB
SUnreclaim:        29740 kB
KernelStack:        3712 kB
PageTables:         7772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2132892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    835584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61336 MiB
End job on node121 at 2019-09-17 05:53:07