Trace number 4402831

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.3OPT164 10.5945 4.46662

General information on the benchmark

NameTpp/Tpp-zinc-s1/
Tpp-6-3-30-1.xml
MD5SUMf61e90724cd8b66989ec046e8a3ea41c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark164
Best CPU time to get the best result obtained on this benchmark0.325758
Satisfiable
(Un)Satisfiability was proved
Number of variables96
Number of constraints590
Number of domains50
Minimum domain size3
Maximum domain size18
Distribution of domain sizes[{"size":3,"count":6},{"size":4,"count":9},{"size":5,"count":3},{"size":7,"count":1},{"size":9,"count":2},{"size":10,"count":3},{"size":11,"count":9},{"size":12,"count":9},{"size":13,"count":5},{"size":14,"count":1},{"size":17,"count":30},{"size":18,"count":18}]
Minimum variable degree2
Maximum variable degree33
Distribution of variable degrees[{"degree":2,"count":48},{"degree":19,"count":30},{"degree":32,"count":17},{"degree":33,"count":1}]
Minimum constraint arity1
Maximum constraint arity18
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":588},{"arity":18,"count":1}]
Number of extensional constraints48
Number of intensional constraints541
Distribution of constraint types[{"type":"extension","count":48},{"type":"intension","count":541},{"type":"circuit","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.78/0.55	c Concrete v3.12.3.1568965526260 running
8.45/3.76	o 184
8.45/3.78	o 170
10.56/4.40	o 169
10.56/4.40	o 166
10.56/4.40	o 164
10.56/4.40	v <instantiation
10.56/4.40	v         cost = '164'>
10.56/4.40	v       <list>
10.56/4.40	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] l[0] l[1] l[2] l[3] l[4] l[5] l[6] l[7] l[8] l[9] l[10] l[11] l[12] l[13] l[14] l[15] l[16] l[17] l[18] l[19] l[20] l[21] l[22] l[23] l[24] l[25] l[26] l[27] l[28] l[29] c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29]
10.56/4.40	v       </list>
10.56/4.40	v       <values>
10.56/4.40	v         0 1 2 3 4 5 6 7 8 10 11 17 12 13 14 9 15 16 0 0 0 0 0 0 0 0 0 6 4 1 0 0 0 1 13 16 9 9 15 16 15 16 15 15 16 11 10 10 9 16 9 11 11 10 9 16 16 11 11 15 15 10 10 16 9 16 4 4 7 6 8 4 2 1 4 8 3 3 7 4 1 4 5 1 4 2 9 1 2 1 7 2 2 3 4 10
10.56/4.40	v       </values>
10.56/4.40	v     </instantiation>
10.56/4.40	s OPTIMUM FOUND

Verifier Data

OK	164

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402831-1568973542/watcher-4402831-1568973542 -o /tmp/evaluation-result-4402831-1568973542/solver-4402831-1568973542 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568967594-23612 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=2126459796 HOME/instance-4402831-1568973542.xml 

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

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

solver pid=25564, runsolver pid=25561

[startup+0.10006 s]*
/proc/loadavg: 2.16 1.57 1.50 3/218 25621
/proc/meminfo: memFree=5688008/32770624 swapFree=66935368/67108860
[pid=25564] ppid=25561 vsize=9972712 memory=17080 CPUtime=0.09 cores=1,3,5,7
/proc/25564/stat : 25564 (java) S 25561 25564 23580 0 -1 1077944320 4548 13148 0 0 1 1 5 2 20 0 6 0 473292069 10212057088 4270 33554432000 4194304 4196468 140721172377168 140721172359712 140709859241719 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
/proc/25564/statm: 2493178 4270 1935 1 0 2481616 0
[pid=25564/tid=25617] ppid=25561 vsize=9972712 memory=-8439527450518781933 CPUtime=0.08 cores=1,3,5,7
/proc/25564/task/25617/stat : 25617 (java) R 25561 25564 23580 0 -1 4202560 2348 13148 0 0 1 0 5 2 20 0 6 0 473292078 10212057088 4336 33554432000 4194304 4196468 140721172377168 140709831078480 140709843322206 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25618] ppid=25561 vsize=9972712 memory=4211974114161237386 CPUtime=0.07 cores=1,3,5,7
/proc/25564/task/25618/stat : 25618 (java) S 25561 25564 23580 0 -1 1077944384 2 13148 0 0 0 0 5 2 20 0 6 0 473292079 10212057088 4336 33554432000 4194304 4196468 140721172377168 140709863484048 140709859251925 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25619] ppid=25561 vsize=9972712 memory=140387956446848 CPUtime=0.07 cores=1,3,5,7
/proc/25564/task/25619/stat : 25619 (java) S 25561 25564 23580 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 6 0 473292079 10212057088 4336 33554432000 4194304 4196468 140721172377168 140709778303504 140709859251925 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25620] ppid=25561 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25564/task/25620/stat : 25620 (java) S 25561 25564 23580 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 6 0 473292079 10212057088 4336 33554432000 4194304 4196468 140721172377168 140709777250704 140709859251925 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25621] ppid=25561 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25564/task/25621/stat : 25621 (java) S 25561 25564 23580 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 6 0 473292079 10212057088 4336 33554432000 4194304 4196468 140721172377168 140709776197904 140709859251925 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17080 KiB

[startup+0.210087 s]*
/proc/loadavg: 2.16 1.57 1.50 3/227 25630
/proc/meminfo: memFree=5665268/32770624 swapFree=66935368/67108860
[pid=25564] ppid=25561 vsize=10820196 memory=46768 CPUtime=0.26 cores=1,3,5,7
/proc/25564/stat : 25564 (java) S 25561 25564 23580 0 -1 1077944320 7607 13148 0 0 17 2 5 2 20 0 15 0 473292069 11079880704 11692 33554432000 4194304 4196468 140721172377168 140721172359712 140709859241719 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
/proc/25564/statm: 2705049 11692 3289 1 0 2667149 0
[pid=25564/tid=25617] ppid=25561 vsize=10820196 memory=7900017517374083699 CPUtime=0.19 cores=1,3,5,7
/proc/25564/task/25617/stat : 25617 (java) R 25561 25564 23580 0 -1 4202560 4113 13148 0 0 11 1 5 2 20 0 15 0 473292078 11079880704 11692 33554432000 4194304 4196468 140721172377168 140709831052752 140709859263645 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25618] ppid=25561 vsize=10820196 memory=4211974114161237386 CPUtime=0.07 cores=1,3,5,7
/proc/25564/task/25618/stat : 25618 (java) S 25561 25564 23580 0 -1 1077944384 2 13148 0 0 0 0 5 2 20 0 15 0 473292079 11079880704 11692 33554432000 4194304 4196468 140721172377168 140709863484048 140709859251925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25619] ppid=25561 vsize=10820196 memory=140387956446848 CPUtime=0.07 cores=1,3,5,7
/proc/25564/task/25619/stat : 25619 (java) S 25561 25564 23580 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 473292079 11079880704 11692 33554432000 4194304 4196468 140721172377168 140709778303504 140709859251925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25620] ppid=25561 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25564/task/25620/stat : 25620 (java) S 25561 25564 23580 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 473292079 11079880704 11692 33554432000 4194304 4196468 140721172377168 140709777250704 140709859251925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25621] ppid=25561 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25564/task/25621/stat : 25621 (java) S 25561 25564 23580 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 473292079 11079880704 11692 33554432000 4194304 4196468 140721172377168 140709776197904 140709859251925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25622] ppid=25561 vsize=10820196 memory=140387956446848 CPUtime=0.07 cores=1,3,5,7
/proc/25564/task/25622/stat : 25622 (java) S 25561 25564 23580 0 -1 1077944384 2 13148 0 0 0 0 5 2 20 0 15 0 473292080 11079880704 11692 33554432000 4194304 4196468 140721172377168 140709131012976 140709859252866 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25623] ppid=25561 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25564/task/25623/stat : 25623 (java) S 25561 25564 23580 0 -1 1077944384 13 13148 0 0 0 0 5 2 20 0 15 0 473292080 11079880704 11692 33554432000 4194304 4196468 140721172377168 140709034190368 140709859251925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25624] ppid=25561 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25564/task/25624/stat : 25624 (java) S 25561 25564 23580 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 473292081 11079880704 11692 33554432000 4194304 4196468 140721172377168 140708899972464 140709859251925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25625] ppid=25561 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25564/task/25625/stat : 25625 (java) S 25561 25564 23580 0 -1 1077944384 2 13148 0 0 0 0 5 2 20 0 15 0 473292083 11079880704 11692 33554432000 4194304 4196468 140721172377168 140708765755728 140709859260315 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25626] ppid=25561 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25564/task/25626/stat : 25626 (java) S 25561 25564 23580 0 -1 1077944384 596 13148 0 0 1 0 5 2 20 0 15 0 473292083 11079880704 11692 33554432000 4194304 4196468 140721172377168 140709129959792 140709859252866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25627] ppid=25561 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25564/task/25627/stat : 25627 (java) R 25561 25564 23580 0 -1 4202560 64 13148 0 0 1 0 5 2 20 0 15 0 473292083 11079880704 11692 33554432000 4194304 4196468 140721172377168 140709128906992 140709840785492 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25628] ppid=25561 vsize=10820196 memory=140387956446848 CPUtime=0.1 cores=1,3,5,7
/proc/25564/task/25628/stat : 25628 (java) S 25561 25564 23580 0 -1 1077944384 608 13148 0 0 3 0 5 2 20 0 15 0 473292083 11079880704 11692 33554432000 4194304 4196468 140721172377168 140709127854192 140709859252866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25629] ppid=25561 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25564/task/25629/stat : 25629 (java) S 25561 25564 23580 0 -1 1077944384 3 13148 0 0 0 0 5 2 20 0 15 0 473292084 11079880704 11692 33554432000 4194304 4196468 140721172377168 140708027558112 140709859251925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25630] ppid=25561 vsize=10820196 memory=140387956446848 CPUtime=0.07 cores=1,3,5,7
/proc/25564/task/25630/stat : 25630 (java) S 25561 25564 23580 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 473292084 11079880704 11692 33554432000 4194304 4196468 140721172377168 140709126802608 140709859252866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 46768 KiB

[startup+0.310425 s]*
/proc/loadavg: 2.16 1.57 1.50 4/227 25630
/proc/meminfo: memFree=5651952/32770624 swapFree=66935368/67108860
[pid=25564] ppid=25561 vsize=10820196 memory=55468 CPUtime=0.4 cores=1,3,5,7
/proc/25564/stat : 25564 (java) S 25561 25564 23580 0 -1 1077944320 10964 13148 0 0 30 3 5 2 20 0 15 0 473292069 11079880704 13867 33554432000 4194304 4196468 140721172377168 140721172359712 140709859241719 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
/proc/25564/statm: 2705049 13867 3339 1 0 2667149 0
[pid=25564/tid=25617] ppid=25561 vsize=10820196 memory=8317482817917895235 CPUtime=0.28 cores=1,3,5,7
/proc/25564/task/25617/stat : 25617 (java) R 25561 25564 23580 0 -1 4202560 7449 13148 0 0 19 2 5 2 20 0 15 0 473292078 11079880704 13867 33554432000 4194304 4196468 140721172377168 140709831054336 140709844609639 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25618] ppid=25561 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25564/task/25618/stat : 25618 (java) S 25561 25564 23580 0 -1 1077944384 2 13148 0 0 0 0 5 2 20 0 15 0 473292079 11079880704 13867 33554432000 4194304 4196468 140721172377168 140709863484048 140709859251925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25619] ppid=25561 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25564/task/25619/stat : 25619 (java) S 25561 25564 23580 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 473292079 11079880704 13867 33554432000 4194304 4196468 140721172377168 140709778303504 140709859251925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25620] ppid=25561 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25564/task/25620/stat : 25620 (java) S 25561 25564 23580 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 473292079 11079880704 13867 33554432000 4194304 4196468 140721172377168 140709777250704 140709859251925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25621] ppid=25561 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25564/task/25621/stat : 25621 (java) S 25561 25564 23580 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 473292079 11079880704 13867 33554432000 4194304 4196468 140721172377168 140709776197904 140709859251925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25622] ppid=25561 vsize=10820196 memory=140387956446847 CPUtime=0.07 cores=1,3,5,7
/proc/25564/task/25622/stat : 25622 (java) S 25561 25564 23580 0 -1 1077944384 2 13148 0 0 0 0 5 2 20 0 15 0 473292080 11079880704 13867 33554432000 4194304 4196468 140721172377168 140709131012976 140709859252866 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25623] ppid=25561 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25564/task/25623/stat : 25623 (java) S 25561 25564 23580 0 -1 1077944384 13 13148 0 0 0 0 5 2 20 0 15 0 473292080 11079880704 13867 33554432000 4194304 4196468 140721172377168 140709034190368 140709859251925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25624] ppid=25561 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25564/task/25624/stat : 25624 (java) S 25561 25564 23580 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 473292081 11079880704 13867 33554432000 4194304 4196468 140721172377168 140708899972464 140709859251925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25625] ppid=25561 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25564/task/25625/stat : 25625 (java) S 25561 25564 23580 0 -1 1077944384 2 13148 0 0 0 0 5 2 20 0 15 0 473292083 11079880704 13867 33554432000 4194304 4196468 140721172377168 140708765755728 140709859260315 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25626] ppid=25561 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/25564/task/25626/stat : 25626 (java) S 25561 25564 23580 0 -1 1077944384 596 13148 0 0 2 0 5 2 20 0 15 0 473292083 11079880704 13867 33554432000 4194304 4196468 140721172377168 140709129959792 140709859252866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25627] ppid=25561 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/25564/task/25627/stat : 25627 (java) S 25561 25564 23580 0 -1 1077944384 66 13148 0 0 2 0 5 2 20 0 15 0 473292083 11079880704 13867 33554432000 4194304 4196468 140721172377168 140709128906992 140709859252866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25628] ppid=25561 vsize=10820196 memory=140387956446848 CPUtime=0.12 cores=1,3,5,7
/proc/25564/task/25628/stat : 25628 (java) S 25561 25564 23580 0 -1 1077944384 617 13148 0 0 5 0 5 2 20 0 15 0 473292083 11079880704 13867 33554432000 4194304 4196468 140721172377168 140709127854192 140709859252866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25629] ppid=25561 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25564/task/25629/stat : 25629 (java) S 25561 25564 23580 0 -1 1077944384 3 13148 0 0 0 0 5 2 20 0 15 0 473292084 11079880704 13867 33554432000 4194304 4196468 140721172377168 140708027558112 140709859251925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25630] ppid=25561 vsize=10820196 memory=140387956446848 CPUtime=0.07 cores=1,3,5,7
/proc/25564/task/25630/stat : 25630 (java) S 25561 25564 23580 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 473292084 11079880704 13867 33554432000 4194304 4196468 140721172377168 140709126802608 140709859252866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 55468 KiB

[startup+0.702301 s]
/proc/loadavg: 2.16 1.57 1.50 4/227 25630
/proc/meminfo: memFree=5638364/32770624 swapFree=66935368/67108860
[pid=25564] ppid=25561 vsize=10825388 memory=88016 CPUtime=1.16 cores=1,3,5,7
/proc/25564/stat : 25564 (java) S 25561 25564 23580 0 -1 1077944320 15165 13148 0 0 104 5 5 2 20 0 15 0 473292069 11085197312 22004 33554432000 4194304 4196468 140721172377168 140721172359712 140709859241719 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
/proc/25564/statm: 2706347 22004 3513 1 0 2668429 0
[pid=25564/tid=25617] ppid=25561 vsize=10824364 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/25564/task/25617/stat : 25617 (java) R 25561 25564 23580 0 -1 4202560 10539 13148 0 0 56 4 5 2 20 0 15 0 473292078 11084148736 22041 33554432000 4194304 4196468 140721172377168 140709831059648 140709851958823 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25618] ppid=25561 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25564/task/25618/stat : 25618 (java) S 25561 25564 23580 0 -1 1077944384 2 13148 0 0 0 0 5 2 20 0 15 0 473292079 11084148736 22041 33554432000 4194304 4196468 140721172377168 140709863484048 140709859251925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25619] ppid=25561 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25564/task/25619/stat : 25619 (java) S 25561 25564 23580 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 473292079 11084148736 22041 33554432000 4194304 4196468 140721172377168 140709778303504 140709859251925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25620] ppid=25561 vsize=10824364 memory=5938114200481458240 CPUtime=0.07 cores=1,3,5,7
/proc/25564/task/25620/stat : 25620 (java) S 25561 25564 23580 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 473292079 11084148736 22041 33554432000 4194304 4196468 140721172377168 140709777250704 140709859251925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25621] ppid=25561 vsize=10825388 memory=8320808402719879476 CPUtime=0.07 cores=1,3,5,7
/proc/25564/task/25621/stat : 25621 (java) S 25561 25564 23580 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 473292079 11085197312 22041 33554432000 4194304 4196468 140721172377168 140709776197904 140709859251925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25622] ppid=25561 vsize=10825388 memory=988 CPUtime=0.07 cores=1,3,5,7
/proc/25564/task/25622/stat : 25622 (java) S 25561 25564 23580 0 -1 1077944384 5 13148 0 0 0 0 5 2 20 0 15 0 473292080 11085197312 22041 33554432000 4194304 4196468 140721172377168 140709131012976 140709859252866 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25623] ppid=25561 vsize=10825388 memory=61 CPUtime=0.07 cores=1,3,5,7
/proc/25564/task/25623/stat : 25623 (java) S 25561 25564 23580 0 -1 1077944384 13 13148 0 0 0 0 5 2 20 0 15 0 473292080 11085197312 22041 33554432000 4194304 4196468 140721172377168 140709034190368 140709859251925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25624] ppid=25561 vsize=10825388 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25564/task/25624/stat : 25624 (java) S 25561 25564 23580 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 473292081 11085197312 22041 33554432000 4194304 4196468 140721172377168 140708899972464 140709859251925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25625] ppid=25561 vsize=10824364 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/25564/task/25625/stat : 25625 (java) S 25561 25564 23580 0 -1 1077944384 2 13148 0 0 0 0 5 2 20 0 15 0 473292083 11084148736 22041 33554432000 4194304 4196468 140721172377168 140708765755728 140709859260315 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25626] ppid=25561 vsize=10824364 memory=280775702380576 CPUtime=0.19 cores=1,3,5,7
/proc/25564/task/25626/stat : 25626 (java) S 25561 25564 23580 0 -1 1077944384 1073 13148 0 0 12 0 5 2 20 0 15 0 473292083 11084148736 22041 33554432000 4194304 4196468 140721172377168 140709129959792 140709859252866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25627] ppid=25561 vsize=10824364 memory=16132 CPUtime=0.23 cores=1,3,5,7
/proc/25564/task/25627/stat : 25627 (java) S 25561 25564 23580 0 -1 1077944384 546 13148 0 0 16 0 5 2 20 0 15 0 473292083 11084148736 22041 33554432000 4194304 4196468 140721172377168 140709128906992 140709859252866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25628] ppid=25561 vsize=10824364 memory=4420 CPUtime=0.24 cores=1,3,5,7
/proc/25564/task/25628/stat : 25628 (java) S 25561 25564 23580 0 -1 1077944384 796 13148 0 0 17 0 5 2 20 0 15 0 473292083 11084148736 22041 33554432000 4194304 4196468 140721172377168 140709127854192 140709859252866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25629] ppid=25561 vsize=10825388 memory=239 CPUtime=0.07 cores=1,3,5,7
/proc/25564/task/25629/stat : 25629 (java) S 25561 25564 23580 0 -1 1077944384 3 13148 0 0 0 0 5 2 20 0 15 0 473292084 11085197312 22041 33554432000 4194304 4196468 140721172377168 140708027558112 140709859251925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25630] ppid=25561 vsize=10825388 memory=8242257093008374069 CPUtime=0.07 cores=1,3,5,7
/proc/25564/task/25630/stat : 25630 (java) S 25561 25564 23580 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 473292084 11085197312 22041 33554432000 4194304 4196468 140721172377168 140709126802608 140709859252866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10825388 KiB
Current children cumulated memory: 88016 KiB

[startup+1.50067 s]
/proc/loadavg: 2.22 1.59 1.50 3/227 25630
/proc/meminfo: memFree=5594344/32770624 swapFree=66935368/67108860
[pid=25564] ppid=25561 vsize=10834680 memory=184340 CPUtime=2.67 cores=1,3,5,7
/proc/25564/stat : 25564 (java) S 25561 25564 23580 0 -1 1077944320 23872 13148 0 0 250 10 5 2 20 0 15 0 473292069 11094712320 46085 33554432000 4194304 4196468 140721172377168 140721172359712 140709859241719 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
/proc/25564/statm: 2708670 46085 3584 1 0 2670733 0
[pid=25564/tid=25617] ppid=25561 vsize=10834680 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/25564/task/25617/stat : 25617 (java) R 25561 25564 23580 0 -1 4202560 15353 13148 0 0 131 5 5 2 20 0 15 0 473292078 11094712320 46085 33554432000 4194304 4196468 140721172377168 140709831059200 140709859253654 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25618] ppid=25561 vsize=10834680 memory=116 CPUtime=0.08 cores=1,3,5,7
/proc/25564/task/25618/stat : 25618 (java) S 25561 25564 23580 0 -1 1077944384 73 13148 0 0 1 0 5 2 20 0 15 0 473292079 11094712320 46085 33554432000 4194304 4196468 140721172377168 140709863484048 140709859251925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25619] ppid=25561 vsize=10834680 memory=1 CPUtime=0.08 cores=1,3,5,7
/proc/25564/task/25619/stat : 25619 (java) S 25561 25564 23580 0 -1 1077944384 341 13148 0 0 1 0 5 2 20 0 15 0 473292079 11094712320 46085 33554432000 4194304 4196468 140721172377168 140709778303504 140709859251925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25620] ppid=25561 vsize=10834680 memory=1 CPUtime=0.08 cores=1,3,5,7
/proc/25564/task/25620/stat : 25620 (java) S 25561 25564 23580 0 -1 1077944384 33 13148 0 0 1 0 5 2 20 0 15 0 473292079 11094712320 46085 33554432000 4194304 4196468 140721172377168 140709777250704 140709859251925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25621] ppid=25561 vsize=10834680 memory=1 CPUtime=0.08 cores=1,3,5,7
/proc/25564/task/25621/stat : 25621 (java) S 25561 25564 23580 0 -1 1077944384 64 13148 0 0 1 0 5 2 20 0 15 0 473292079 11094712320 46085 33554432000 4194304 4196468 140721172377168 140709776197904 140709859251925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25622] ppid=25561 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25564/task/25622/stat : 25622 (java) S 25561 25564 23580 0 -1 1077944384 159 13148 0 0 1 0 5 2 20 0 15 0 473292080 11094712320 46085 33554432000 4194304 4196468 140721172377168 140709131012976 140709859252866 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25623] ppid=25561 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25564/task/25623/stat : 25623 (java) S 25561 25564 23580 0 -1 1077944384 14 13148 0 0 0 0 5 2 20 0 15 0 473292080 11094712320 46085 33554432000 4194304 4196468 140721172377168 140709034190432 140709859251925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25624] ppid=25561 vsize=10834680 memory=4580 CPUtime=0.07 cores=1,3,5,7
/proc/25564/task/25624/stat : 25624 (java) S 25561 25564 23580 0 -1 1077944384 2 13148 0 0 0 0 5 2 20 0 15 0 473292081 11094712320 46085 33554432000 4194304 4196468 140721172377168 140708899972480 140709859251925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25625] ppid=25561 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25564/task/25625/stat : 25625 (java) S 25561 25564 23580 0 -1 1077944384 2 13148 0 0 0 0 5 2 20 0 15 0 473292083 11094712320 46085 33554432000 4194304 4196468 140721172377168 140708765755728 140709859260315 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25626] ppid=25561 vsize=10834680 memory=0 CPUtime=0.41 cores=1,3,5,7
/proc/25564/task/25626/stat : 25626 (java) S 25561 25564 23580 0 -1 1077944384 2243 13148 0 0 34 0 5 2 20 0 15 0 473292083 11094712320 46085 33554432000 4194304 4196468 140721172377168 140709129959792 140709859252866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25627] ppid=25561 vsize=10834680 memory=2276 CPUtime=0.42 cores=1,3,5,7
/proc/25564/task/25627/stat : 25627 (java) S 25561 25564 23580 0 -1 1077944384 1432 13148 0 0 34 1 5 2 20 0 15 0 473292083 11094712320 46085 33554432000 4194304 4196468 140721172377168 140709128906992 140709859252866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25628] ppid=25561 vsize=10834680 memory=0 CPUtime=0.5 cores=1,3,5,7
/proc/25564/task/25628/stat : 25628 (java) R 25561 25564 23580 0 -1 4202560 1943 13148 0 0 43 0 5 2 20 0 15 0 473292083 11094712320 46085 33554432000 4194304 4196468 140721172377168 140709127854192 140709843285349 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25629] ppid=25561 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25564/task/25629/stat : 25629 (java) S 25561 25564 23580 0 -1 1077944384 3 13148 0 0 0 0 5 2 20 0 15 0 473292084 11094712320 46085 33554432000 4194304 4196468 140721172377168 140708027558112 140709859251925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25630] ppid=25561 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25564/task/25630/stat : 25630 (java) S 25561 25564 23580 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 473292084 11094712320 46085 33554432000 4194304 4196468 140721172377168 140709126802608 140709859252866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
Current children cumulated CPU time: 2.67 s
Current children cumulated vsize: 10834680 KiB
Current children cumulated memory: 184340 KiB

[startup+3.1105 s]
/proc/loadavg: 2.22 1.59 1.50 8/227 25630
/proc/meminfo: memFree=5459280/32770624 swapFree=66935368/67108860
[pid=25564] ppid=25561 vsize=10844940 memory=267144 CPUtime=6.59 cores=1,3,5,7
/proc/25564/stat : 25564 (java) S 25561 25564 23580 0 -1 1077944320 40980 13148 0 0 635 17 5 2 20 0 15 0 473292069 11105218560 66786 33554432000 4194304 4196468 140721172377168 140721172359712 140709859241719 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
/proc/25564/statm: 2711235 66786 3607 1 0 2673293 0
[pid=25564/tid=25617] ppid=25561 vsize=10844940 memory=0 CPUtime=2.99 cores=1,3,5,7
/proc/25564/task/25617/stat : 25617 (java) R 25561 25564 23580 0 -1 4202560 21248 13148 0 0 284 8 5 2 20 0 15 0 473292078 11105218560 66786 33554432000 4194304 4196468 140721172377168 140709831074160 140709843322206 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25618] ppid=25561 vsize=10844940 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/25564/task/25618/stat : 25618 (java) S 25561 25564 23580 0 -1 1077944384 90 13148 0 0 3 0 5 2 20 0 15 0 473292079 11105218560 66786 33554432000 4194304 4196468 140721172377168 140709863484048 140709859251925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25619] ppid=25561 vsize=10844940 memory=222044 CPUtime=0.09 cores=1,3,5,7
/proc/25564/task/25619/stat : 25619 (java) S 25561 25564 23580 0 -1 1077944384 372 13148 0 0 2 0 5 2 20 0 15 0 473292079 11105218560 66786 33554432000 4194304 4196468 140721172377168 140709778303504 140709859251925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25620] ppid=25561 vsize=10844940 memory=3616 CPUtime=0.09 cores=1,3,5,7
/proc/25564/task/25620/stat : 25620 (java) S 25561 25564 23580 0 -1 1077944384 45 13148 0 0 2 0 5 2 20 0 15 0 473292079 11105218560 66786 33554432000 4194304 4196468 140721172377168 140709777250704 140709859251925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25621] ppid=25561 vsize=10844940 memory=40968 CPUtime=0.09 cores=1,3,5,7
/proc/25564/task/25621/stat : 25621 (java) S 25561 25564 23580 0 -1 1077944384 77 13148 0 0 2 0 5 2 20 0 15 0 473292079 11105218560 66786 33554432000 4194304 4196468 140721172377168 140709776197904 140709859251925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25622] ppid=25561 vsize=10844940 memory=988 CPUtime=0.1 cores=1,3,5,7
/proc/25564/task/25622/stat : 25622 (java) S 25561 25564 23580 0 -1 1077944384 2660 13148 0 0 3 0 5 2 20 0 15 0 473292080 11105218560 66786 33554432000 4194304 4196468 140721172377168 140709131012976 140709859252866 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25623] ppid=25561 vsize=10844940 memory=253788 CPUtime=0.07 cores=1,3,5,7
/proc/25564/task/25623/stat : 25623 (java) S 25561 25564 23580 0 -1 1077944384 14 13148 0 0 0 0 5 2 20 0 15 0 473292080 11105218560 66786 33554432000 4194304 4196468 140721172377168 140709034190432 140709859251925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25624] ppid=25561 vsize=10844940 memory=56 CPUtime=0.07 cores=1,3,5,7
/proc/25564/task/25624/stat : 25624 (java) S 25561 25564 23580 0 -1 1077944384 2 13148 0 0 0 0 5 2 20 0 15 0 473292081 11105218560 66786 33554432000 4194304 4196468 140721172377168 140708899972480 140709859251925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25625] ppid=25561 vsize=10844940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25564/task/25625/stat : 25625 (java) S 25561 25564 23580 0 -1 1077944384 2 13148 0 0 0 0 5 2 20 0 15 0 473292083 11105218560 66786 33554432000 4194304 4196468 140721172377168 140708765755728 140709859260315 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25626] ppid=25561 vsize=10844940 memory=0 CPUtime=1.07 cores=1,3,5,7
/proc/25564/task/25626/stat : 25626 (java) R 25561 25564 23580 0 -1 4202560 4151 13148 0 0 99 1 5 2 20 0 15 0 473292083 11105218560 66786 33554432000 4194304 4196468 140721172377168 140709129951120 140709842732219 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25627] ppid=25561 vsize=10844940 memory=7522507157621920875 CPUtime=1.15 cores=1,3,5,7
/proc/25564/task/25627/stat : 25627 (java) R 25561 25564 23580 0 -1 4202560 3649 13148 0 0 107 1 5 2 20 0 15 0 473292083 11105218560 66786 33554432000 4194304 4196468 140721172377168 140709128887224 140709842727727 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25628] ppid=25561 vsize=10844940 memory=7300448685418376039 CPUtime=1.35 cores=1,3,5,7
/proc/25564/task/25628/stat : 25628 (java) S 25561 25564 23580 0 -1 1077944384 6457 13148 0 0 127 1 5 2 20 0 15 0 473292083 11105218560 66786 33554432000 4194304 4196468 140721172377168 140709127854192 140709859252866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25629] ppid=25561 vsize=10844940 memory=7522507157621920875 CPUtime=0.07 cores=1,3,5,7
/proc/25564/task/25629/stat : 25629 (java) S 25561 25564 23580 0 -1 1077944384 3 13148 0 0 0 0 5 2 20 0 15 0 473292084 11105218560 66786 33554432000 4194304 4196468 140721172377168 140708027558112 140709859251925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25630] ppid=25561 vsize=10844940 memory=30961 CPUtime=0.07 cores=1,3,5,7
/proc/25564/task/25630/stat : 25630 (java) S 25561 25564 23580 0 -1 1077944384 3 13148 0 0 0 0 5 2 20 0 15 0 473292084 11105218560 66786 33554432000 4194304 4196468 140721172377168 140709126802608 140709859252866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
Current children cumulated CPU time: 6.59 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 267144 KiB

[startup+4.46653 s]
# the end of solver process 25564 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=10.3466 s, system=0.247936 s

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

[startup+3.20149 s]
/proc/loadavg: 2.22 1.59 1.50 8/227 25630
/proc/meminfo: memFree=5459280/32770624 swapFree=66935368/67108860
[pid=25564] ppid=25561 vsize=10846988 memory=269580 CPUtime=6.82 cores=1,3,5,7
/proc/25564/stat : 25564 (java) S 25561 25564 23580 0 -1 1077944320 44749 13148 0 0 658 17 5 2 20 0 15 0 473292069 11107315712 67395 33554432000 4194304 4196468 140721172377168 140721172359712 140709859241719 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
/proc/25564/statm: 2711747 67395 3607 1 0 2673805 0
[pid=25564/tid=25617] ppid=25561 vsize=10846988 memory=6628 CPUtime=3.08 cores=1,3,5,7
/proc/25564/task/25617/stat : 25617 (java) R 25561 25564 23580 0 -1 4202560 23885 13148 0 0 293 8 5 2 20 0 15 0 473292078 11107315712 67395 33554432000 4194304 4196468 140721172377168 140709831066672 140709859253654 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25618] ppid=25561 vsize=10846988 memory=8836 CPUtime=0.1 cores=1,3,5,7
/proc/25564/task/25618/stat : 25618 (java) S 25561 25564 23580 0 -1 1077944384 90 13148 0 0 3 0 5 2 20 0 15 0 473292079 11107315712 67395 33554432000 4194304 4196468 140721172377168 140709863484048 140709859251925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25619] ppid=25561 vsize=10846988 memory=11044 CPUtime=0.09 cores=1,3,5,7
/proc/25564/task/25619/stat : 25619 (java) S 25561 25564 23580 0 -1 1077944384 372 13148 0 0 2 0 5 2 20 0 15 0 473292079 11107315712 67395 33554432000 4194304 4196468 140721172377168 140709778303504 140709859251925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25620] ppid=25561 vsize=10846988 memory=13252 CPUtime=0.09 cores=1,3,5,7
/proc/25564/task/25620/stat : 25620 (java) S 25561 25564 23580 0 -1 1077944384 45 13148 0 0 2 0 5 2 20 0 15 0 473292079 11107315712 67395 33554432000 4194304 4196468 140721172377168 140709777250704 140709859251925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25621] ppid=25561 vsize=10846988 memory=15460 CPUtime=0.09 cores=1,3,5,7
/proc/25564/task/25621/stat : 25621 (java) S 25561 25564 23580 0 -1 1077944384 77 13148 0 0 2 0 5 2 20 0 15 0 473292079 11107315712 67398 33554432000 4194304 4196468 140721172377168 140709776197904 140709859251925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25622] ppid=25561 vsize=10846988 memory=17668 CPUtime=0.1 cores=1,3,5,7
/proc/25564/task/25622/stat : 25622 (java) S 25561 25564 23580 0 -1 1077944384 2660 13148 0 0 3 0 5 2 20 0 15 0 473292080 11107315712 67398 33554432000 4194304 4196468 140721172377168 140709131012976 140709859252866 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25623] ppid=25561 vsize=10846988 memory=19876 CPUtime=0.07 cores=1,3,5,7
/proc/25564/task/25623/stat : 25623 (java) S 25561 25564 23580 0 -1 1077944384 14 13148 0 0 0 0 5 2 20 0 15 0 473292080 11107315712 67398 33554432000 4194304 4196468 140721172377168 140709034190432 140709859251925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25624] ppid=25561 vsize=10846988 memory=22084 CPUtime=0.07 cores=1,3,5,7
/proc/25564/task/25624/stat : 25624 (java) S 25561 25564 23580 0 -1 1077944384 2 13148 0 0 0 0 5 2 20 0 15 0 473292081 11107315712 67398 33554432000 4194304 4196468 140721172377168 140708899972480 140709859251925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25625] ppid=25561 vsize=10846988 memory=24292 CPUtime=0.07 cores=1,3,5,7
/proc/25564/task/25625/stat : 25625 (java) S 25561 25564 23580 0 -1 1077944384 2 13148 0 0 0 0 5 2 20 0 15 0 473292083 11107315712 67398 33554432000 4194304 4196468 140721172377168 140708765755728 140709859260315 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25626] ppid=25561 vsize=10846988 memory=26500 CPUtime=1.11 cores=1,3,5,7
/proc/25564/task/25626/stat : 25626 (java) R 25561 25564 23580 0 -1 4202560 4364 13148 0 0 103 1 5 2 20 0 15 0 473292083 11107315712 67398 33554432000 4194304 4196468 140721172377168 140709129951120 140709844037488 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25627] ppid=25561 vsize=10846988 memory=28708 CPUtime=1.24 cores=1,3,5,7
/proc/25564/task/25627/stat : 25627 (java) R 25561 25564 23580 0 -1 4202560 4226 13148 0 0 116 1 5 2 20 0 15 0 473292083 11107315712 67398 33554432000 4194304 4196468 140721172377168 140709128887224 140709836991186 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25628] ppid=25561 vsize=10846988 memory=30916 CPUtime=1.37 cores=1,3,5,7
/proc/25564/task/25628/stat : 25628 (java) R 25561 25564 23580 0 -1 1077944384 6823 13148 0 0 129 1 5 2 20 0 15 0 473292083 11107315712 67398 33554432000 4194304 4196468 140721172377168 140709127854192 140709859252866 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25629] ppid=25561 vsize=10846988 memory=301741373374332954 CPUtime=0.07 cores=1,3,5,7
/proc/25564/task/25629/stat : 25629 (java) S 25561 25564 23580 0 -1 1077944384 3 13148 0 0 0 0 5 2 20 0 15 0 473292084 11107315712 67398 33554432000 4194304 4196468 140721172377168 140708027558112 140709859251925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25630] ppid=25561 vsize=10846988 memory=321726105394610490 CPUtime=0.07 cores=1,3,5,7
/proc/25564/task/25630/stat : 25630 (java) S 25561 25564 23580 0 -1 1077944384 3 13148 0 0 0 0 5 2 20 0 15 0 473292084 11107315712 67398 33554432000 4194304 4196468 140721172377168 140709126802608 140709859252866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
Current children cumulated CPU time: 6.82 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 269580 KiB

[startup+4.00162 s]*
/proc/loadavg: 2.22 1.59 1.50 7/227 25630
/proc/meminfo: memFree=5404712/32770624 swapFree=66935368/67108860
[pid=25564] ppid=25561 vsize=10851096 memory=294940 CPUtime=9.5 cores=1,3,5,7
/proc/25564/stat : 25564 (java) S 25561 25564 23580 0 -1 1077944320 56071 13148 0 0 924 19 5 2 20 0 15 0 473292069 11111522304 73735 33554432000 4194304 4196468 140721172377168 140721172359712 140709859241719 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
/proc/25564/statm: 2712774 73735 3614 1 0 2674829 0
[pid=25564/tid=25617] ppid=25561 vsize=10851096 memory=7900017517374083699 CPUtime=3.88 cores=1,3,5,7
/proc/25564/task/25617/stat : 25617 (java) R 25561 25564 23580 0 -1 4202560 26406 13148 0 0 372 9 5 2 20 0 15 0 473292078 11111522304 73735 33554432000 4194304 4196468 140721172377168 140709831076040 140709467618724 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25618] ppid=25561 vsize=10851096 memory=4211974114161237386 CPUtime=0.1 cores=1,3,5,7
/proc/25564/task/25618/stat : 25618 (java) S 25561 25564 23580 0 -1 1077944384 90 13148 0 0 3 0 5 2 20 0 15 0 473292079 11111522304 73735 33554432000 4194304 4196468 140721172377168 140709863484048 140709859251925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25619] ppid=25561 vsize=10851096 memory=4207744133488478134 CPUtime=0.09 cores=1,3,5,7
/proc/25564/task/25619/stat : 25619 (java) S 25561 25564 23580 0 -1 1077944384 372 13148 0 0 2 0 5 2 20 0 15 0 473292079 11111522304 73735 33554432000 4194304 4196468 140721172377168 140709778303504 140709859251925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25620] ppid=25561 vsize=10851096 memory=4871374705135476842 CPUtime=0.09 cores=1,3,5,7
/proc/25564/task/25620/stat : 25620 (java) S 25561 25564 23580 0 -1 1077944384 45 13148 0 0 2 0 5 2 20 0 15 0 473292079 11111522304 73735 33554432000 4194304 4196468 140721172377168 140709777250704 140709859251925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25621] ppid=25561 vsize=10851096 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/25564/task/25621/stat : 25621 (java) S 25561 25564 23580 0 -1 1077944384 77 13148 0 0 2 0 5 2 20 0 15 0 473292079 11111522304 73735 33554432000 4194304 4196468 140721172377168 140709776197904 140709859251925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25622] ppid=25561 vsize=10851096 memory=140387956446848 CPUtime=0.1 cores=1,3,5,7
/proc/25564/task/25622/stat : 25622 (java) S 25561 25564 23580 0 -1 1077944384 3522 13148 0 0 3 0 5 2 20 0 15 0 473292080 11111522304 73735 33554432000 4194304 4196468 140721172377168 140709131012976 140709859252866 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25623] ppid=25561 vsize=10851096 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25564/task/25623/stat : 25623 (java) S 25561 25564 23580 0 -1 1077944384 14 13148 0 0 0 0 5 2 20 0 15 0 473292080 11111522304 73735 33554432000 4194304 4196468 140721172377168 140709034190432 140709859251925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25624] ppid=25561 vsize=10851096 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/25564/task/25624/stat : 25624 (java) S 25561 25564 23580 0 -1 1077944384 2 13148 0 0 0 0 5 2 20 0 15 0 473292081 11111522304 73735 33554432000 4194304 4196468 140721172377168 140708899972480 140709859251925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25625] ppid=25561 vsize=10851096 memory=2273 CPUtime=0.07 cores=1,3,5,7
/proc/25564/task/25625/stat : 25625 (java) S 25561 25564 23580 0 -1 1077944384 2 13148 0 0 0 0 5 2 20 0 15 0 473292083 11111522304 73735 33554432000 4194304 4196468 140721172377168 140708765755728 140709859260315 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25626] ppid=25561 vsize=10851096 memory=0 CPUtime=1.82 cores=1,3,5,7
/proc/25564/task/25626/stat : 25626 (java) R 25561 25564 23580 0 -1 4202560 6058 13148 0 0 174 1 5 2 20 0 15 0 473292083 11111522304 73735 33554432000 4194304 4196468 140721172377168 140709129951288 140709837408200 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25627] ppid=25561 vsize=10851096 memory=-1 CPUtime=2.03 cores=1,3,5,7
/proc/25564/task/25627/stat : 25627 (java) R 25561 25564 23580 0 -1 4202560 8599 13148 0 0 194 2 5 2 20 0 15 0 473292083 11111522304 73735 33554432000 4194304 4196468 140721172377168 140709128900184 140709836836497 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25628] ppid=25561 vsize=10851096 memory=140388429738929 CPUtime=1.74 cores=1,3,5,7
/proc/25564/task/25628/stat : 25628 (java) R 25561 25564 23580 0 -1 1077944384 8666 13148 0 0 165 2 5 2 20 0 15 0 473292083 11111522304 73735 33554432000 4194304 4196468 140721172377168 140709127854192 140709859252866 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25629] ppid=25561 vsize=10851096 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25564/task/25629/stat : 25629 (java) S 25561 25564 23580 0 -1 1077944384 3 13148 0 0 0 0 5 2 20 0 15 0 473292084 11111522304 73735 33554432000 4194304 4196468 140721172377168 140708027558112 140709859251925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25630] ppid=25561 vsize=10851096 memory=280775807867184 CPUtime=0.07 cores=1,3,5,7
/proc/25564/task/25630/stat : 25630 (java) S 25561 25564 23580 0 -1 1077944384 7 13148 0 0 0 0 5 2 20 0 15 0 473292084 11111522304 73735 33554432000 4194304 4196468 140721172377168 140709126802608 140709859252866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
Current children cumulated CPU time: 9.5 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 294940 KiB

[startup+4.40075 s]
/proc/loadavg: 2.22 1.59 1.50 7/227 25630
/proc/meminfo: memFree=5404712/32770624 swapFree=66935368/67108860
[pid=25564] ppid=25561 vsize=10915604 memory=327756 CPUtime=10.56 cores=1,3,5,7
/proc/25564/stat : 25564 (java) S 25561 25564 23580 0 -1 1077944320 56877 13148 0 0 1029 20 5 2 20 0 12 0 473292069 11177578496 81939 33554432000 4194304 4196468 140721172377168 140721172359712 140709859241719 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
/proc/25564/statm: 2728901 81939 3623 1 0 2690956 0
[pid=25564/tid=25617] ppid=25561 vsize=10915604 memory=-7522837583061805196 CPUtime=4.2 cores=1,3,5,7
/proc/25564/task/25617/stat : 25617 (java) D 25561 25564 23580 0 -1 4202560 26456 13148 0 0 404 9 5 2 20 0 12 0 473292078 11177578496 81939 33554432000 4194304 4196468 140721172377168 140709831085368 140709851927351 0 0 0 16800975 18446744072100220037 0 0 -1 1 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25618] ppid=25561 vsize=10915604 memory=6791534058613427641 CPUtime=0.1 cores=1,3,5,7
/proc/25564/task/25618/stat : 25618 (java) S 25561 25564 23580 0 -1 1077944384 116 13148 0 0 3 0 5 2 20 0 12 0 473292079 11177578496 81939 33554432000 4194304 4196468 140721172377168 140709863484048 140709859251925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25619] ppid=25561 vsize=10915604 memory=3 CPUtime=0.1 cores=1,3,5,7
/proc/25564/task/25619/stat : 25619 (java) S 25561 25564 23580 0 -1 1077944384 382 13148 0 0 3 0 5 2 20 0 12 0 473292079 11177578496 81939 33554432000 4194304 4196468 140721172377168 140709778303504 140709859251925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25620] ppid=25561 vsize=10915604 memory=2 CPUtime=0.1 cores=1,3,5,7
/proc/25564/task/25620/stat : 25620 (java) S 25561 25564 23580 0 -1 1077944384 199 13148 0 0 3 0 5 2 20 0 12 0 473292079 11177578496 81939 33554432000 4194304 4196468 140721172377168 140709777250704 140709859251925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25621] ppid=25561 vsize=10915604 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/25564/task/25621/stat : 25621 (java) S 25561 25564 23580 0 -1 1077944384 81 13148 0 0 3 0 5 2 20 0 12 0 473292079 11177578496 81939 33554432000 4194304 4196468 140721172377168 140709776197904 140709859251925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25623] ppid=25561 vsize=10915604 memory=280775702729200 CPUtime=0.07 cores=1,3,5,7
/proc/25564/task/25623/stat : 25623 (java) S 25561 25564 23580 0 -1 1077944384 15 13148 0 0 0 0 5 2 20 0 12 0 473292080 11177578496 81939 33554432000 4194304 4196468 140721172377168 140709034190432 140709859251925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25624] ppid=25561 vsize=10915604 memory=8694943070571044983 CPUtime=0.07 cores=1,3,5,7
/proc/25564/task/25624/stat : 25624 (java) S 25561 25564 23580 0 -1 1077944384 2 13148 0 0 0 0 5 2 20 0 12 0 473292081 11177578496 81939 33554432000 4194304 4196468 140721172377168 140708899972480 140709859251925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25626] ppid=25561 vsize=10915604 memory=-7017008817040740910 CPUtime=2.13 cores=1,3,5,7
/proc/25564/task/25626/stat : 25626 (java) S 25561 25564 23580 0 -1 1077944384 6299 13148 0 0 205 1 5 2 20 0 12 0 473292083 11177578496 81939 33554432000 4194304 4196468 140721172377168 140709129940272 140709859251925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25627] ppid=25561 vsize=10915604 memory=-2746958450906831424 CPUtime=2.34 cores=1,3,5,7
/proc/25564/task/25627/stat : 25627 (java) S 25561 25564 23580 0 -1 1077944384 8672 13148 0 0 225 2 5 2 20 0 12 0 473292083 11177578496 81939 33554432000 4194304 4196468 140721172377168 140709128891504 140709859251925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25628] ppid=25561 vsize=10915604 memory=-3472574513799858008 CPUtime=1.84 cores=1,3,5,7
/proc/25564/task/25628/stat : 25628 (java) S 25561 25564 23580 0 -1 1077944384 8878 13148 0 0 175 2 5 2 20 0 12 0 473292083 11177578496 81939 33554432000 4194304 4196468 140721172377168 140709127854192 140709859252866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
[pid=25564/tid=25629] ppid=25561 vsize=10915604 memory=-6222387577494463588 CPUtime=0.07 cores=1,3,5,7
/proc/25564/task/25629/stat : 25629 (java) S 25561 25564 23580 0 -1 1077944384 3 13148 0 0 0 0 5 2 20 0 12 0 473292084 11177578496 81939 33554432000 4194304 4196468 140721172377168 140708027558112 140709859251925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33804288 140721172384495 140721172387013 140721172387013 140721172389839 0
Current children cumulated CPU time: 10.56 s
Current children cumulated vsize: 10915604 KiB
Current children cumulated memory: 327756 KiB

Child status: 0
Real time (s): 4.46662
CPU time (s): 10.5945
CPU user time (s): 10.3466
CPU system time (s): 0.247936
CPU usage (%): 237.193
Max. virtual memory (cumulated for all children) (KiB): 10915604
Max. memory (cumulated for all children) (KiB): 329600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.3466
system time used= 0.247936
maximum resident set size= 331800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70049
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= 7165
involuntary context switches= 52


# summary of solver processes directly reported to runsolver:
#   pid: 25564
#   total CPU time (s): 10.5945
#   total CPU user time (s): 10.3466
#   total CPU system time (s): 0.247936

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.047795 second user time and 0.086487 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-20 11:58:20
IDJOB=4402831
IDBENCH=126825
IDSOLVER=2861
FILE ID=node141/4402831-1568973542
RUNJOBID= node141-1568967594-23612
PBS_JOBID= 21704616
Free space on /tmp= 22816 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/Tpp/Tpp-zinc-s1/Tpp-6-3-30-1.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4402831-1568973542/watcher-4402831-1568973542 -o /tmp/evaluation-result-4402831-1568973542/solver-4402831-1568973542 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568967594-23612 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=2126459796 HOME/instance-4402831-1568973542.xml

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

MD5SUM BENCH= f61e90724cd8b66989ec046e8a3ea41c
RANDOM SEED=2126459796

node141.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	: 5332.93
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	: 5332.93
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	: 5332.93
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	: 5332.93
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:         5696592 kB
MemAvailable:   31358876 kB
Buffers:          110888 kB
Cached:         25784888 kB
SwapCached:        62420 kB
Active:         13358772 kB
Inactive:       13039748 kB
Active(anon):     439728 kB
Inactive(anon):   106672 kB
Active(file):   12919044 kB
Inactive(file): 12933076 kB
Unevictable:      110264 kB
Mlocked:          110264 kB
SwapTotal:      67108860 kB
SwapFree:       66935368 kB
Dirty:             35964 kB
Writeback:             0 kB
AnonPages:        553036 kB
Mapped:            61532 kB
Shmem:             35164 kB
Slab:             267880 kB
SReclaimable:     238624 kB
SUnreclaim:        29256 kB
KernelStack:        3760 kB
PageTables:         9012 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1476096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    448512 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 22780 MiB
End job on node141 at 2019-09-20 11:58:25