Trace number 4304592

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2-SuperNGOPT77 8.90321 4.12848

General information on the benchmark

NameRcpsp/
Rcpsp-j60-01-01_c18.xml
MD5SUM03892ae4f8c09e3dcf1eb144c7e7557f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark77
Best CPU time to get the best result obtained on this benchmark1.71398
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints97
Number of domains2
Minimum domain size1
Maximum domain size329
Distribution of domain sizes[{"size":1,"count":1},{"size":329,"count":61}]
Minimum variable degree3
Maximum variable degree5
Distribution of variable degrees[{"degree":3,"count":22},{"degree":4,"count":19},{"degree":5,"count":21}]
Minimum constraint arity2
Maximum constraint arity16
Distribution of constraint arities[{"arity":2,"count":93},{"arity":14,"count":2},{"arity":16,"count":2}]
Number of extensional constraints0
Number of intensional constraints93
Distribution of constraint types[{"type":"intension","count":93},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

0.99/0.74	c Concrete v3.9.2.1532736233296 running
8.60/4.06	o 77
8.60/4.08	v <instantiation cost="77">
8.60/4.08	v       <list>
8.60/4.08	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] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] s[50] s[51] s[52] s[53] s[54] s[55] s[56] s[57] s[58] s[59] s[60] s[61]
8.60/4.08	v       </list>
8.60/4.08	v       <values>
8.60/4.08	v         0 0 0 0 10 16 8 10 19 10 35 23 20 24 34 35 21 26 27 25 33 20 41 16 39 48 26 36 21 36 26 65 36 26 20 36 43 29 58 53 29 45 40 43 28 39 45 55 54 58 51 52 62 54 58 63 68 44 74 56 71 77
8.60/4.08	v       </values>
8.60/4.08	v     </instantiation>
8.60/4.08	s OPTIMUM FOUND

Verifier Data

OK	77

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304592-1534119784/watcher-4304592-1534119784 -o /tmp/evaluation-result-4304592-1534119784/solver-4304592-1534119784 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534097471-21026 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=78700158 -superng HOME/instance-4304592-1534119784.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=25720, runsolver pid=25717

[startup+0.10009 s]*
/proc/loadavg: 1.74 1.79 1.72 3/210 25777
/proc/meminfo: memFree=6211632/32770624 swapFree=67108852/67108860
[pid=25720] ppid=25717 vsize=10005480 memory=18860 CPUtime=0.09 cores=1,3,5,7
/proc/25720/stat : 25720 (java) S 25717 25720 20994 0 -1 1077944320 4386 13197 0 0 1 1 5 2 20 0 6 0 229541588 10245611520 4715 33554432000 4194304 4196468 140737275602528 140737275585072 139862037982967 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
/proc/25720/statm: 2501370 4715 1934 1 0 2489808 0
[pid=25720/tid=25773] ppid=25717 vsize=10005480 memory=4279135703913235855 CPUtime=0.07 cores=1,3,5,7
/proc/25720/task/25773/stat : 25773 (java) R 25717 25720 20994 0 -1 4202560 2189 13197 0 0 0 0 5 2 20 0 6 0 229541597 10245611520 4715 33554432000 4194304 4196468 140737275602528 139862009819728 139862030220094 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25774] ppid=25717 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/25720/task/25774/stat : 25774 (java) S 25717 25720 20994 0 -1 1077944384 1 13197 0 0 0 0 5 2 20 0 6 0 229541598 10245611520 4715 33554432000 4194304 4196468 140737275602528 139862042225808 139862037993173 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25775] ppid=25717 vsize=10005480 memory=140217009043072 CPUtime=0.07 cores=1,3,5,7
/proc/25720/task/25775/stat : 25775 (java) S 25717 25720 20994 0 -1 1077944384 1 13197 0 0 0 0 5 2 20 0 6 0 229541598 10245611520 4715 33554432000 4194304 4196468 140737275602528 139861923490832 139862037993173 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25776] ppid=25717 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25720/task/25776/stat : 25776 (java) S 25717 25720 20994 0 -1 1077944384 1 13197 0 0 0 0 5 2 20 0 6 0 229541598 10245611520 4715 33554432000 4194304 4196468 140737275602528 139861922438032 139862037993173 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25777] ppid=25717 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25720/task/25777/stat : 25777 (java) S 25717 25720 20994 0 -1 1077944384 2 13197 0 0 0 0 5 2 20 0 6 0 229541598 10245611520 4715 33554432000 4194304 4196468 140737275602528 139861921385232 139862037993173 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18860 KiB

[startup+0.210206 s]*
/proc/loadavg: 1.74 1.79 1.72 3/219 25786
/proc/meminfo: memFree=6188052/32770624 swapFree=67108852/67108860
[pid=25720] ppid=25717 vsize=10983736 memory=45264 CPUtime=0.25 cores=1,3,5,7
/proc/25720/stat : 25720 (java) S 25717 25720 20994 0 -1 1077944320 8027 13197 0 0 17 1 5 2 20 0 15 0 229541588 11247345664 11316 33554432000 4194304 4196468 140737275602528 140737275585072 139862037982967 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
/proc/25720/statm: 2745934 11316 2955 1 0 2708357 0
[pid=25720/tid=25773] ppid=25717 vsize=10983736 memory=-6517102902069810590 CPUtime=0.19 cores=1,3,5,7
/proc/25720/task/25773/stat : 25773 (java) R 25717 25720 20994 0 -1 4202560 4701 13197 0 0 11 1 5 2 20 0 15 0 229541597 11247345664 11448 33554432000 4194304 4196468 140737275602528 139862009807776 139862030662685 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25774] ppid=25717 vsize=10983736 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/25720/task/25774/stat : 25774 (java) S 25717 25720 20994 0 -1 1077944384 1 13197 0 0 0 0 5 2 20 0 15 0 229541598 11247345664 11448 33554432000 4194304 4196468 140737275602528 139862042225808 139862037993173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25775] ppid=25717 vsize=10983736 memory=140217009043072 CPUtime=0.07 cores=1,3,5,7
/proc/25720/task/25775/stat : 25775 (java) S 25717 25720 20994 0 -1 1077944384 1 13197 0 0 0 0 5 2 20 0 15 0 229541598 11247345664 11448 33554432000 4194304 4196468 140737275602528 139861923490832 139862037993173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25776] ppid=25717 vsize=10985364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25720/task/25776/stat : 25776 (java) S 25717 25720 20994 0 -1 1077944384 1 13197 0 0 0 0 5 2 20 0 15 0 229541598 11249012736 11448 33554432000 4194304 4196468 140737275602528 139861922438032 139862037993173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25777] ppid=25717 vsize=10985364 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25720/task/25777/stat : 25777 (java) S 25717 25720 20994 0 -1 1077944384 2 13197 0 0 0 0 5 2 20 0 15 0 229541598 11249012736 11448 33554432000 4194304 4196468 140737275602528 139861921385232 139862037993173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25778] ppid=25717 vsize=10985364 memory=140217009043072 CPUtime=0.07 cores=1,3,5,7
/proc/25720/task/25778/stat : 25778 (java) S 25717 25720 20994 0 -1 1077944384 2 13197 0 0 0 0 5 2 20 0 15 0 229541599 11249012736 11514 33554432000 4194304 4196468 140737275602528 139861531105648 139862037994114 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25779] ppid=25717 vsize=10985364 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25720/task/25779/stat : 25779 (java) S 25717 25720 20994 0 -1 1077944384 13 13197 0 0 0 0 5 2 20 0 15 0 229541600 11249012736 11514 33554432000 4194304 4196468 140737275602528 139860791780384 139862037993173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25780] ppid=25717 vsize=10985364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25720/task/25780/stat : 25780 (java) S 25717 25720 20994 0 -1 1077944384 1 13197 0 0 0 0 5 2 20 0 15 0 229541600 11249012736 11514 33554432000 4194304 4196468 140737275602528 139860643930992 139862037993173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25781] ppid=25717 vsize=10985364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25720/task/25781/stat : 25781 (java) S 25717 25720 20994 0 -1 1077944384 3 13197 0 0 0 0 5 2 20 0 15 0 229541603 11249012736 11514 33554432000 4194304 4196468 140737275602528 139860336531280 139862038001563 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25782] ppid=25717 vsize=10985364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25720/task/25782/stat : 25782 (java) S 25717 25720 20994 0 -1 1077944384 417 13197 0 0 1 0 5 2 20 0 15 0 229541603 11249012736 11580 33554432000 4194304 4196468 140737275602528 139861530053488 139862037994114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25783] ppid=25717 vsize=10985364 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25720/task/25783/stat : 25783 (java) S 25717 25720 20994 0 -1 1077944384 188 13197 0 0 1 0 5 2 20 0 15 0 229541603 11249012736 11580 33554432000 4194304 4196468 140737275602528 139861529000688 139862037994114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25784] ppid=25717 vsize=10985364 memory=140217009043072 CPUtime=0.1 cores=1,3,5,7
/proc/25720/task/25784/stat : 25784 (java) S 25717 25720 20994 0 -1 1077944384 621 13197 0 0 3 0 5 2 20 0 15 0 229541603 11249012736 11580 33554432000 4194304 4196468 140737275602528 139861527947888 139862037994114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25785] ppid=25717 vsize=10985364 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25720/task/25785/stat : 25785 (java) S 25717 25720 20994 0 -1 1077944384 3 13197 0 0 0 0 5 2 20 0 15 0 229541603 11249012736 11580 33554432000 4194304 4196468 140737275602528 139859905735392 139862037993173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25786] ppid=25717 vsize=10985364 memory=140217009043072 CPUtime=0.07 cores=1,3,5,7
/proc/25720/task/25786/stat : 25786 (java) S 25717 25720 20994 0 -1 1077944384 1 13197 0 0 0 0 5 2 20 0 15 0 229541603 11249012736 11646 33554432000 4194304 4196468 140737275602528 139861526895280 139862037994114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10983736 KiB
Current children cumulated memory: 45264 KiB

[startup+0.310546 s]*
/proc/loadavg: 1.74 1.79 1.72 3/219 25786
/proc/meminfo: memFree=6175896/32770624 swapFree=67108852/67108860
[pid=25720] ppid=25717 vsize=10983192 memory=55436 CPUtime=0.38 cores=1,3,5,7
/proc/25720/stat : 25720 (java) S 25717 25720 20994 0 -1 1077944320 10438 13197 0 0 29 2 5 2 20 0 15 0 229541588 11246788608 13859 33554432000 4194304 4196468 140737275602528 140737275585072 139862037982967 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
/proc/25720/statm: 2745798 13859 3074 1 0 2708109 0
[pid=25720/tid=25773] ppid=25717 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/25720/task/25773/stat : 25773 (java) R 25717 25720 20994 0 -1 4202560 6981 13197 0 0 20 1 5 2 20 0 15 0 229541597 11246788608 13859 33554432000 4194304 4196468 140737275602528 139862009794976 139861600374845 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25774] ppid=25717 vsize=10983192 memory=7084813469699035216 CPUtime=0.07 cores=1,3,5,7
/proc/25720/task/25774/stat : 25774 (java) S 25717 25720 20994 0 -1 1077944384 1 13197 0 0 0 0 5 2 20 0 15 0 229541598 11246788608 13859 33554432000 4194304 4196468 140737275602528 139862042225808 139862037993173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25775] ppid=25717 vsize=10983192 memory=2080 CPUtime=0.07 cores=1,3,5,7
/proc/25720/task/25775/stat : 25775 (java) S 25717 25720 20994 0 -1 1077944384 1 13197 0 0 0 0 5 2 20 0 15 0 229541598 11246788608 13859 33554432000 4194304 4196468 140737275602528 139861923490832 139862037993173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25776] ppid=25717 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25720/task/25776/stat : 25776 (java) S 25717 25720 20994 0 -1 1077944384 1 13197 0 0 0 0 5 2 20 0 15 0 229541598 11246788608 13859 33554432000 4194304 4196468 140737275602528 139861922438032 139862037993173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25777] ppid=25717 vsize=10983192 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/25720/task/25777/stat : 25777 (java) S 25717 25720 20994 0 -1 1077944384 2 13197 0 0 0 0 5 2 20 0 15 0 229541598 11246788608 13859 33554432000 4194304 4196468 140737275602528 139861921385232 139862037993173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25778] ppid=25717 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25720/task/25778/stat : 25778 (java) S 25717 25720 20994 0 -1 1077944384 2 13197 0 0 0 0 5 2 20 0 15 0 229541599 11246788608 13859 33554432000 4194304 4196468 140737275602528 139861531105648 139862037994114 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25779] ppid=25717 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25720/task/25779/stat : 25779 (java) S 25717 25720 20994 0 -1 1077944384 13 13197 0 0 0 0 5 2 20 0 15 0 229541600 11246788608 13859 33554432000 4194304 4196468 140737275602528 139860791780384 139862037993173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25780] ppid=25717 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25720/task/25780/stat : 25780 (java) S 25717 25720 20994 0 -1 1077944384 1 13197 0 0 0 0 5 2 20 0 15 0 229541600 11246788608 13859 33554432000 4194304 4196468 140737275602528 139860643930992 139862037993173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25781] ppid=25717 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25720/task/25781/stat : 25781 (java) S 25717 25720 20994 0 -1 1077944384 3 13197 0 0 0 0 5 2 20 0 15 0 229541603 11246788608 13859 33554432000 4194304 4196468 140737275602528 139860336531280 139862038001563 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25782] ppid=25717 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25720/task/25782/stat : 25782 (java) S 25717 25720 20994 0 -1 1077944384 419 13197 0 0 1 0 5 2 20 0 15 0 229541603 11246788608 13859 33554432000 4194304 4196468 140737275602528 139861530053488 139862037994114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25783] ppid=25717 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25720/task/25783/stat : 25783 (java) S 25717 25720 20994 0 -1 1077944384 188 13197 0 0 1 0 5 2 20 0 15 0 229541603 11246788608 13859 33554432000 4194304 4196468 140737275602528 139861529000688 139862037994114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25784] ppid=25717 vsize=10983192 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/25720/task/25784/stat : 25784 (java) R 25717 25720 20994 0 -1 4202560 627 13197 0 0 5 0 5 2 20 0 15 0 229541603 11246788608 13859 33554432000 4194304 4196468 140737275602528 139861527947888 139862021355459 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25785] ppid=25717 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25720/task/25785/stat : 25785 (java) S 25717 25720 20994 0 -1 1077944384 3 13197 0 0 0 0 5 2 20 0 15 0 229541603 11246788608 13859 33554432000 4194304 4196468 140737275602528 139859905735392 139862037993173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25786] ppid=25717 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25720/task/25786/stat : 25786 (java) S 25717 25720 20994 0 -1 1077944384 1 13197 0 0 0 0 5 2 20 0 15 0 229541603 11246788608 13859 33554432000 4194304 4196468 140737275602528 139861526895280 139862037994114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55436 KiB

[startup+0.70073 s]
/proc/loadavg: 1.74 1.79 1.72 3/219 25786
/proc/meminfo: memFree=6164608/32770624 swapFree=67108852/67108860
[pid=25720] ppid=25717 vsize=10983192 memory=88660 CPUtime=0.99 cores=1,3,5,7
/proc/25720/stat : 25720 (java) S 25717 25720 20994 0 -1 1077944320 16754 13197 0 0 87 5 5 2 20 0 15 0 229541588 11246788608 22165 33554432000 4194304 4196468 140737275602528 140737275585072 139862037982967 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
/proc/25720/statm: 2745798 22165 3247 1 0 2708109 0
[pid=25720/tid=25773] ppid=25717 vsize=10983192 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/25720/task/25773/stat : 25773 (java) R 25717 25720 20994 0 -1 4202560 12195 13197 0 0 55 3 5 2 20 0 15 0 229541597 11246788608 22165 33554432000 4194304 4196468 140737275602528 139862009803792 139862021169793 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25774] ppid=25717 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25720/task/25774/stat : 25774 (java) S 25717 25720 20994 0 -1 1077944384 1 13197 0 0 0 0 5 2 20 0 15 0 229541598 11246788608 22165 33554432000 4194304 4196468 140737275602528 139862042225808 139862037993173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25775] ppid=25717 vsize=10983192 memory=3768 CPUtime=0.07 cores=1,3,5,7
/proc/25720/task/25775/stat : 25775 (java) S 25717 25720 20994 0 -1 1077944384 1 13197 0 0 0 0 5 2 20 0 15 0 229541598 11246788608 22165 33554432000 4194304 4196468 140737275602528 139861923490832 139862037993173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25776] ppid=25717 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25720/task/25776/stat : 25776 (java) S 25717 25720 20994 0 -1 1077944384 1 13197 0 0 0 0 5 2 20 0 15 0 229541598 11246788608 22165 33554432000 4194304 4196468 140737275602528 139861922438032 139862037993173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25777] ppid=25717 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25720/task/25777/stat : 25777 (java) S 25717 25720 20994 0 -1 1077944384 2 13197 0 0 0 0 5 2 20 0 15 0 229541598 11246788608 22165 33554432000 4194304 4196468 140737275602528 139861921385232 139862037993173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25778] ppid=25717 vsize=10983192 memory=4420 CPUtime=0.07 cores=1,3,5,7
/proc/25720/task/25778/stat : 25778 (java) S 25717 25720 20994 0 -1 1077944384 5 13197 0 0 0 0 5 2 20 0 15 0 229541599 11246788608 22165 33554432000 4194304 4196468 140737275602528 139861531105648 139862037994114 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25779] ppid=25717 vsize=10983192 memory=6628 CPUtime=0.07 cores=1,3,5,7
/proc/25720/task/25779/stat : 25779 (java) S 25717 25720 20994 0 -1 1077944384 13 13197 0 0 0 0 5 2 20 0 15 0 229541600 11246788608 22165 33554432000 4194304 4196468 140737275602528 139860791780384 139862037993173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25780] ppid=25717 vsize=10983192 memory=8836 CPUtime=0.07 cores=1,3,5,7
/proc/25720/task/25780/stat : 25780 (java) S 25717 25720 20994 0 -1 1077944384 1 13197 0 0 0 0 5 2 20 0 15 0 229541600 11246788608 22165 33554432000 4194304 4196468 140737275602528 139860643930992 139862037993173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25781] ppid=25717 vsize=10983192 memory=11044 CPUtime=0.07 cores=1,3,5,7
/proc/25720/task/25781/stat : 25781 (java) S 25717 25720 20994 0 -1 1077944384 3 13197 0 0 0 0 5 2 20 0 15 0 229541603 11246788608 22165 33554432000 4194304 4196468 140737275602528 139860336531280 139862038001563 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25782] ppid=25717 vsize=10983192 memory=13252 CPUtime=0.17 cores=1,3,5,7
/proc/25720/task/25782/stat : 25782 (java) S 25717 25720 20994 0 -1 1077944384 1016 13197 0 0 10 0 5 2 20 0 15 0 229541603 11246788608 22165 33554432000 4194304 4196468 140737275602528 139861530053488 139862037994114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25783] ppid=25717 vsize=10983192 memory=15460 CPUtime=0.14 cores=1,3,5,7
/proc/25720/task/25783/stat : 25783 (java) S 25717 25720 20994 0 -1 1077944384 595 13197 0 0 7 0 5 2 20 0 15 0 229541603 11246788608 22165 33554432000 4194304 4196468 140737275602528 139861529000688 139862037994114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25784] ppid=25717 vsize=10983192 memory=17668 CPUtime=0.2 cores=1,3,5,7
/proc/25720/task/25784/stat : 25784 (java) S 25717 25720 20994 0 -1 1077944384 722 13197 0 0 13 0 5 2 20 0 15 0 229541603 11246788608 22165 33554432000 4194304 4196468 140737275602528 139861527947888 139862037994114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25785] ppid=25717 vsize=10983192 memory=19876 CPUtime=0.07 cores=1,3,5,7
/proc/25720/task/25785/stat : 25785 (java) S 25717 25720 20994 0 -1 1077944384 3 13197 0 0 0 0 5 2 20 0 15 0 229541603 11246788608 22165 33554432000 4194304 4196468 140737275602528 139859905735392 139862037993173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25786] ppid=25717 vsize=10983192 memory=22084 CPUtime=0.07 cores=1,3,5,7
/proc/25720/task/25786/stat : 25786 (java) S 25717 25720 20994 0 -1 1077944384 1 13197 0 0 0 0 5 2 20 0 15 0 229541603 11246788608 22165 33554432000 4194304 4196468 140737275602528 139861526895280 139862037994114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88660 KiB

[startup+1.50193 s]
/proc/loadavg: 1.74 1.79 1.72 3/219 25786
/proc/meminfo: memFree=6118916/32770624 swapFree=67108852/67108860
[pid=25720] ppid=25717 vsize=10998092 memory=177052 CPUtime=2.26 cores=1,3,5,7
/proc/25720/stat : 25720 (java) S 25717 25720 20994 0 -1 1077944320 23817 13197 0 0 208 11 5 2 20 0 15 0 229541588 11262046208 44263 33554432000 4194304 4196468 140737275602528 140737275585072 139862037982967 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
/proc/25720/statm: 2749523 44263 3467 1 0 2711181 0
[pid=25720/tid=25773] ppid=25717 vsize=10998092 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/25720/task/25773/stat : 25773 (java) R 25717 25720 20994 0 -1 4202560 17736 13197 0 0 129 6 5 2 20 0 15 0 229541597 11262046208 44263 33554432000 4194304 4196468 140737275602528 139862009814544 139862022063454 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25774] ppid=25717 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25720/task/25774/stat : 25774 (java) S 25717 25720 20994 0 -1 1077944384 197 13197 0 0 1 0 5 2 20 0 15 0 229541598 11262046208 44263 33554432000 4194304 4196468 140737275602528 139862042225808 139862037993173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25775] ppid=25717 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25720/task/25775/stat : 25775 (java) S 25717 25720 20994 0 -1 1077944384 51 13197 0 0 0 0 5 2 20 0 15 0 229541598 11262046208 44263 33554432000 4194304 4196468 140737275602528 139861923490832 139862037993173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25776] ppid=25717 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25720/task/25776/stat : 25776 (java) S 25717 25720 20994 0 -1 1077944384 23 13197 0 0 1 0 5 2 20 0 15 0 229541598 11262046208 44263 33554432000 4194304 4196468 140737275602528 139861922438032 139862037993173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25777] ppid=25717 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25720/task/25777/stat : 25777 (java) S 25717 25720 20994 0 -1 1077944384 32 13197 0 0 0 0 5 2 20 0 15 0 229541598 11262046208 44263 33554432000 4194304 4196468 140737275602528 139861921385232 139862037993173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25778] ppid=25717 vsize=10998092 memory=-7965959130280075168 CPUtime=0.08 cores=1,3,5,7
/proc/25720/task/25778/stat : 25778 (java) S 25717 25720 20994 0 -1 1077944384 48 13197 0 0 1 0 5 2 20 0 15 0 229541599 11262046208 44263 33554432000 4194304 4196468 140737275602528 139861531105648 139862037994114 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25779] ppid=25717 vsize=10998092 memory=280433715652864 CPUtime=0.07 cores=1,3,5,7
/proc/25720/task/25779/stat : 25779 (java) S 25717 25720 20994 0 -1 1077944384 14 13197 0 0 0 0 5 2 20 0 15 0 229541600 11262046208 44263 33554432000 4194304 4196468 140737275602528 139860791780448 139862037993173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25780] ppid=25717 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25720/task/25780/stat : 25780 (java) S 25717 25720 20994 0 -1 1077944384 1 13197 0 0 0 0 5 2 20 0 15 0 229541600 11262046208 44263 33554432000 4194304 4196468 140737275602528 139860643931008 139862037993173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25781] ppid=25717 vsize=10998092 memory=11796 CPUtime=0.07 cores=1,3,5,7
/proc/25720/task/25781/stat : 25781 (java) S 25717 25720 20994 0 -1 1077944384 3 13197 0 0 0 0 5 2 20 0 15 0 229541603 11262046208 44263 33554432000 4194304 4196468 140737275602528 139860336531280 139862038001563 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25782] ppid=25717 vsize=10998092 memory=5772 CPUtime=0.3 cores=1,3,5,7
/proc/25720/task/25782/stat : 25782 (java) S 25717 25720 20994 0 -1 1077944384 1456 13197 0 0 23 0 5 2 20 0 15 0 229541603 11262046208 44263 33554432000 4194304 4196468 140737275602528 139861530053488 139862037994114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25783] ppid=25717 vsize=10998092 memory=4616 CPUtime=0.23 cores=1,3,5,7
/proc/25720/task/25783/stat : 25783 (java) S 25717 25720 20994 0 -1 1077944384 777 13197 0 0 16 0 5 2 20 0 15 0 229541603 11262046208 44263 33554432000 4194304 4196468 140737275602528 139861529000688 139862037994114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25784] ppid=25717 vsize=10998092 memory=1388 CPUtime=0.39 cores=1,3,5,7
/proc/25720/task/25784/stat : 25784 (java) S 25717 25720 20994 0 -1 1077944384 1280 13197 0 0 32 0 5 2 20 0 15 0 229541603 11262046208 44263 33554432000 4194304 4196468 140737275602528 139861527947888 139862037994114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25785] ppid=25717 vsize=10998092 memory=1228 CPUtime=0.07 cores=1,3,5,7
/proc/25720/task/25785/stat : 25785 (java) S 25717 25720 20994 0 -1 1077944384 3 13197 0 0 0 0 5 2 20 0 15 0 229541603 11262046208 44263 33554432000 4194304 4196468 140737275602528 139859905735392 139862037993173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25786] ppid=25717 vsize=10998092 memory=880 CPUtime=0.07 cores=1,3,5,7
/proc/25720/task/25786/stat : 25786 (java) S 25717 25720 20994 0 -1 1077944384 1 13197 0 0 0 0 5 2 20 0 15 0 229541603 11262046208 44263 33554432000 4194304 4196468 140737275602528 139861526895280 139862037994114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 10998092 KiB

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

Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 232636 KiB

[startup+4.12843 s]
# the end of solver process 25720 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=8.64119 s, system=0.262028 s

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

[startup+3.20526 s]
/proc/loadavg: 1.74 1.79 1.72 6/219 25786
/proc/meminfo: memFree=6005324/32770624 swapFree=67108852/67108860
[pid=25720] ppid=25717 vsize=11008352 memory=252692 CPUtime=6.46 cores=1,3,5,7
/proc/25720/stat : 25720 (java) S 25717 25720 20994 0 -1 1077944320 44394 13197 0 0 622 17 5 2 20 0 15 0 229541588 11272552448 63173 33554432000 4194304 4196468 140737275602528 140737275585072 139862037982967 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
/proc/25720/statm: 2752088 63173 3495 1 0 2713741 0
[pid=25720/tid=25773] ppid=25717 vsize=11008352 memory=0 CPUtime=3.09 cores=1,3,5,7
/proc/25720/task/25773/stat : 25773 (java) S 25717 25720 20994 0 -1 1077944384 25432 13197 0 0 293 9 5 2 20 0 15 0 229541597 11272552448 63173 33554432000 4194304 4196468 140737275602528 139862009805744 139862037993173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25774] ppid=25717 vsize=11008352 memory=6656426216303648864 CPUtime=0.08 cores=1,3,5,7
/proc/25720/task/25774/stat : 25774 (java) S 25717 25720 20994 0 -1 1077944384 737 13197 0 0 1 0 5 2 20 0 15 0 229541598 11272552448 63173 33554432000 4194304 4196468 140737275602528 139862042225808 139862037993173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25775] ppid=25717 vsize=11008352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25720/task/25775/stat : 25775 (java) S 25717 25720 20994 0 -1 1077944384 352 13197 0 0 1 0 5 2 20 0 15 0 229541598 11272552448 63173 33554432000 4194304 4196468 140737275602528 139861923490832 139862037993173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25776] ppid=25717 vsize=11008352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25720/task/25776/stat : 25776 (java) S 25717 25720 20994 0 -1 1077944384 47 13197 0 0 1 0 5 2 20 0 15 0 229541598 11272552448 63173 33554432000 4194304 4196468 140737275602528 139861922438032 139862037993173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25777] ppid=25717 vsize=11008352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25720/task/25777/stat : 25777 (java) S 25717 25720 20994 0 -1 1077944384 46 13197 0 0 1 0 5 2 20 0 15 0 229541598 11272552448 63173 33554432000 4194304 4196468 140737275602528 139861921385232 139862037993173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25778] ppid=25717 vsize=11008352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/25720/task/25778/stat : 25778 (java) R 25717 25720 20994 0 -1 4202560 7463 13197 0 0 2 0 5 2 20 0 15 0 229541599 11272552448 63173 33554432000 4194304 4196468 140737275602528 139861531103824 139862023674667 0 0 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25779] ppid=25717 vsize=11008352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25720/task/25779/stat : 25779 (java) S 25717 25720 20994 0 -1 1077944384 14 13197 0 0 0 0 5 2 20 0 15 0 229541600 11272552448 63173 33554432000 4194304 4196468 140737275602528 139860791780448 139862037993173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25780] ppid=25717 vsize=11008352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25720/task/25780/stat : 25780 (java) S 25717 25720 20994 0 -1 1077944384 1 13197 0 0 0 0 5 2 20 0 15 0 229541600 11272552448 63173 33554432000 4194304 4196468 140737275602528 139860643931008 139862037993173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25781] ppid=25717 vsize=11008352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25720/task/25781/stat : 25781 (java) S 25717 25720 20994 0 -1 1077944384 3 13197 0 0 0 0 5 2 20 0 15 0 229541603 11272552448 63173 33554432000 4194304 4196468 140737275602528 139860336531280 139862038001563 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25782] ppid=25717 vsize=11008352 memory=0 CPUtime=0.95 cores=1,3,5,7
/proc/25720/task/25782/stat : 25782 (java) S 25717 25720 20994 0 -1 1077944384 1935 13197 0 0 87 1 5 2 20 0 15 0 229541603 11272552448 63173 33554432000 4194304 4196468 140737275602528 139861530053488 139862037994114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25783] ppid=25717 vsize=11008352 memory=6880 CPUtime=1.2 cores=1,3,5,7
/proc/25720/task/25783/stat : 25783 (java) S 25717 25720 20994 0 -1 1077944384 2600 13197 0 0 112 1 5 2 20 0 15 0 229541603 11272552448 63173 33554432000 4194304 4196468 140737275602528 139861529000688 139862037994114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25784] ppid=25717 vsize=11008352 memory=15252 CPUtime=1.26 cores=1,3,5,7
/proc/25720/task/25784/stat : 25784 (java) S 25717 25720 20994 0 -1 1077944384 3557 13197 0 0 118 1 5 2 20 0 15 0 229541603 11272552448 63173 33554432000 4194304 4196468 140737275602528 139861527947888 139862037994114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25785] ppid=25717 vsize=11008352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25720/task/25785/stat : 25785 (java) S 25717 25720 20994 0 -1 1077944384 3 13197 0 0 0 0 5 2 20 0 15 0 229541603 11272552448 63173 33554432000 4194304 4196468 140737275602528 139859905735392 139862037993173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25786] ppid=25717 vsize=11008352 memory=6788 CPUtime=0.07 cores=1,3,5,7
/proc/25720/task/25786/stat : 25786 (java) S 25717 25720 20994 0 -1 1077944384 9 13197 0 0 0 0 5 2 20 0 15 0 229541603 11272552448 63173 33554432000 4194304 4196468 140737275602528 139861526895280 139862037994114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
Current children cumulated CPU time: 6.46 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 252692 KiB

[startup+3.60071 s]
/proc/loadavg: 1.74 1.79 1.72 6/219 25786
/proc/meminfo: memFree=6005324/32770624 swapFree=67108852/67108860
[pid=25720] ppid=25717 vsize=11012448 memory=292808 CPUtime=7.38 cores=1,3,5,7
/proc/25720/stat : 25720 (java) S 25717 25720 20994 0 -1 1077944320 59969 13197 0 0 711 20 5 2 20 0 15 0 229541588 11276746752 73202 33554432000 4194304 4196468 140737275602528 140737275585072 139862037982967 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
/proc/25720/statm: 2753112 73202 3495 1 0 2714765 0
[pid=25720/tid=25773] ppid=25717 vsize=11012448 memory=0 CPUtime=3.45 cores=1,3,5,7
/proc/25720/task/25773/stat : 25773 (java) R 25717 25720 20994 0 -1 4202560 37344 13197 0 0 327 11 5 2 20 0 15 0 229541597 11276746752 73202 33554432000 4194304 4196468 140737275602528 139862009798232 139862019546471 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25774] ppid=25717 vsize=11012448 memory=280433716444832 CPUtime=0.1 cores=1,3,5,7
/proc/25720/task/25774/stat : 25774 (java) S 25717 25720 20994 0 -1 1077944384 739 13197 0 0 3 0 5 2 20 0 15 0 229541598 11276746752 73202 33554432000 4194304 4196468 140737275602528 139862042225808 139862037993173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25775] ppid=25717 vsize=11012448 memory=140216858224688 CPUtime=0.1 cores=1,3,5,7
/proc/25720/task/25775/stat : 25775 (java) S 25717 25720 20994 0 -1 1077944384 352 13197 0 0 3 0 5 2 20 0 15 0 229541598 11276746752 73202 33554432000 4194304 4196468 140737275602528 139861923490832 139862037993173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25776] ppid=25717 vsize=11012448 memory=6791534058613427641 CPUtime=0.1 cores=1,3,5,7
/proc/25720/task/25776/stat : 25776 (java) S 25717 25720 20994 0 -1 1077944384 47 13197 0 0 3 0 5 2 20 0 15 0 229541598 11276746752 73202 33554432000 4194304 4196468 140737275602528 139861922438032 139862037993173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25777] ppid=25717 vsize=11012448 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/25720/task/25777/stat : 25777 (java) S 25717 25720 20994 0 -1 1077944384 46 13197 0 0 3 0 5 2 20 0 15 0 229541598 11276746752 73202 33554432000 4194304 4196468 140737275602528 139861921385232 139862037993173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25778] ppid=25717 vsize=11012448 memory=-9174445032661854264 CPUtime=0.1 cores=1,3,5,7
/proc/25720/task/25778/stat : 25778 (java) S 25717 25720 20994 0 -1 1077944384 7920 13197 0 0 3 0 5 2 20 0 15 0 229541599 11276746752 73202 33554432000 4194304 4196468 140737275602528 139861531105648 139862037994114 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25779] ppid=25717 vsize=11012448 memory=6944656575208382560 CPUtime=0.07 cores=1,3,5,7
/proc/25720/task/25779/stat : 25779 (java) S 25717 25720 20994 0 -1 1077944384 14 13197 0 0 0 0 5 2 20 0 15 0 229541600 11276746752 73202 33554432000 4194304 4196468 140737275602528 139860791780448 139862037993173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25780] ppid=25717 vsize=11012448 memory=6944656592387989600 CPUtime=0.07 cores=1,3,5,7
/proc/25720/task/25780/stat : 25780 (java) S 25717 25720 20994 0 -1 1077944384 1 13197 0 0 0 0 5 2 20 0 15 0 229541600 11276746752 73202 33554432000 4194304 4196468 140737275602528 139860643931008 139862037993173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25781] ppid=25717 vsize=11012448 memory=6944656592455360604 CPUtime=0.07 cores=1,3,5,7
/proc/25720/task/25781/stat : 25781 (java) S 25717 25720 20994 0 -1 1077944384 3 13197 0 0 0 0 5 2 20 0 15 0 229541603 11276746752 73202 33554432000 4194304 4196468 140737275602528 139860336531280 139862038001563 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25782] ppid=25717 vsize=11012448 memory=-4695043397844020537 CPUtime=1.18 cores=1,3,5,7
/proc/25720/task/25782/stat : 25782 (java) R 25717 25720 20994 0 -1 4202560 3718 13197 0 0 110 1 5 2 20 0 15 0 229541603 11276746752 73202 33554432000 4194304 4196468 140737275602528 139861530034216 139862015730387 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25783] ppid=25717 vsize=11012448 memory=8292088533921144977 CPUtime=1.33 cores=1,3,5,7
/proc/25720/task/25783/stat : 25783 (java) S 25717 25720 20994 0 -1 1077944384 3239 13197 0 0 125 1 5 2 20 0 15 0 229541603 11276746752 73202 33554432000 4194304 4196468 140737275602528 139861529000688 139862037994114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25784] ppid=25717 vsize=11012448 memory=0 CPUtime=1.38 cores=1,3,5,7
/proc/25720/task/25784/stat : 25784 (java) S 25717 25720 20994 0 -1 1077944384 4339 13197 0 0 130 1 5 2 20 0 15 0 229541603 11276746752 73202 33554432000 4194304 4196468 140737275602528 139861527947888 139862037994114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25785] ppid=25717 vsize=11012448 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25720/task/25785/stat : 25785 (java) S 25717 25720 20994 0 -1 1077944384 3 13197 0 0 0 0 5 2 20 0 15 0 229541603 11276746752 73202 33554432000 4194304 4196468 140737275602528 139859905735392 139862037993173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25786] ppid=25717 vsize=11012448 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25720/task/25786/stat : 25786 (java) S 25717 25720 20994 0 -1 1077944384 9 13197 0 0 0 0 5 2 20 0 15 0 229541603 11276746752 73202 33554432000 4194304 4196468 140737275602528 139861526895280 139862037994114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
Current children cumulated CPU time: 7.38 s
Current children cumulated vsize: 11012448 KiB
Current children cumulated memory: 292808 KiB

[startup+4.0013 s]*
/proc/loadavg: 1.84 1.81 1.72 8/219 25786
/proc/meminfo: memFree=5907024/32770624 swapFree=67108852/67108860
[pid=25720] ppid=25717 vsize=11080800 memory=324232 CPUtime=8.6 cores=1,3,5,7
/proc/25720/stat : 25720 (java) S 25717 25720 20994 0 -1 1077944320 67447 13197 0 0 832 21 5 2 20 0 15 0 229541588 11346739200 81058 33554432000 4194304 4196468 140737275602528 140737275585072 139862037982967 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
/proc/25720/statm: 2770200 81058 3495 1 0 2731853 0
[pid=25720/tid=25773] ppid=25717 vsize=11080800 memory=-6517102902069810590 CPUtime=3.86 cores=1,3,5,7
/proc/25720/task/25773/stat : 25773 (java) R 25717 25720 20994 0 -1 4202560 42948 13197 0 0 367 12 5 2 20 0 15 0 229541597 11346739200 81058 33554432000 4194304 4196468 140737275602528 139862009816824 139862022026597 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25774] ppid=25717 vsize=11080800 memory=3691042058319900680 CPUtime=0.1 cores=1,3,5,7
/proc/25720/task/25774/stat : 25774 (java) S 25717 25720 20994 0 -1 1077944384 739 13197 0 0 3 0 5 2 20 0 15 0 229541598 11346739200 81058 33554432000 4194304 4196468 140737275602528 139862042225808 139862037993173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25775] ppid=25717 vsize=11080800 memory=4049193165661804216 CPUtime=0.1 cores=1,3,5,7
/proc/25720/task/25775/stat : 25775 (java) S 25717 25720 20994 0 -1 1077944384 352 13197 0 0 3 0 5 2 20 0 15 0 229541598 11346739200 81058 33554432000 4194304 4196468 140737275602528 139861923490832 139862037993173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25776] ppid=25717 vsize=11080800 memory=4638778398332698720 CPUtime=0.1 cores=1,3,5,7
/proc/25720/task/25776/stat : 25776 (java) S 25717 25720 20994 0 -1 1077944384 47 13197 0 0 3 0 5 2 20 0 15 0 229541598 11346739200 81058 33554432000 4194304 4196468 140737275602528 139861922438032 139862037993173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25777] ppid=25717 vsize=11080800 memory=110466558854120 CPUtime=0.1 cores=1,3,5,7
/proc/25720/task/25777/stat : 25777 (java) S 25717 25720 20994 0 -1 1077944384 46 13197 0 0 3 0 5 2 20 0 15 0 229541598 11346739200 81058 33554432000 4194304 4196468 140737275602528 139861921385232 139862037993173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25778] ppid=25717 vsize=11080800 memory=3612118515758492897 CPUtime=0.1 cores=1,3,5,7
/proc/25720/task/25778/stat : 25778 (java) S 25717 25720 20994 0 -1 1077944384 7920 13197 0 0 3 0 5 2 20 0 15 0 229541599 11346739200 81058 33554432000 4194304 4196468 140737275602528 139861531105648 139862037994114 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25779] ppid=25717 vsize=11080800 memory=3761975951490035743 CPUtime=0.07 cores=1,3,5,7
/proc/25720/task/25779/stat : 25779 (java) S 25717 25720 20994 0 -1 1077944384 14 13197 0 0 0 0 5 2 20 0 15 0 229541600 11346739200 81058 33554432000 4194304 4196468 140737275602528 139860791780448 139862037993173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25780] ppid=25717 vsize=11080800 memory=5936983915547812707 CPUtime=0.07 cores=1,3,5,7
/proc/25720/task/25780/stat : 25780 (java) S 25717 25720 20994 0 -1 1077944384 1 13197 0 0 0 0 5 2 20 0 15 0 229541600 11346739200 81058 33554432000 4194304 4196468 140737275602528 139860643931008 139862037993173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25781] ppid=25717 vsize=11080800 memory=1 CPUtime=0.07 cores=1,3,5,7
/proc/25720/task/25781/stat : 25781 (java) S 25717 25720 20994 0 -1 1077944384 3 13197 0 0 0 0 5 2 20 0 15 0 229541603 11346739200 81058 33554432000 4194304 4196468 140737275602528 139860336531280 139862038001563 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25782] ppid=25717 vsize=11080800 memory=0 CPUtime=1.58 cores=1,3,5,7
/proc/25720/task/25782/stat : 25782 (java) R 25717 25720 20994 0 -1 4202560 5210 13197 0 0 150 1 5 2 20 0 15 0 229541603 11346739200 81058 33554432000 4194304 4196468 140737275602528 139861530038448 139862017669354 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25783] ppid=25717 vsize=11080800 memory=0 CPUtime=1.59 cores=1,3,5,7
/proc/25720/task/25783/stat : 25783 (java) R 25717 25720 20994 0 -1 4202560 3299 13197 0 0 151 1 5 2 20 0 15 0 229541603 11346739200 81058 33554432000 4194304 4196468 140737275602528 139861528982112 139862021479707 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25784] ppid=25717 vsize=11080800 memory=14 CPUtime=1.52 cores=1,3,5,7
/proc/25720/task/25784/stat : 25784 (java) S 25717 25720 20994 0 -1 1077944384 4663 13197 0 0 144 1 5 2 20 0 15 0 229541603 11346739200 81058 33554432000 4194304 4196468 140737275602528 139861527947888 139862037994114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25785] ppid=25717 vsize=11080800 memory=118 CPUtime=0.07 cores=1,3,5,7
/proc/25720/task/25785/stat : 25785 (java) S 25717 25720 20994 0 -1 1077944384 3 13197 0 0 0 0 5 2 20 0 15 0 229541603 11346739200 81058 33554432000 4194304 4196468 140737275602528 139859905735392 139862037993173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25786] ppid=25717 vsize=11080800 memory=86 CPUtime=0.07 cores=1,3,5,7
/proc/25720/task/25786/stat : 25786 (java) S 25717 25720 20994 0 -1 1077944384 9 13197 0 0 0 0 5 2 20 0 15 0 229541603 11346739200 81058 33554432000 4194304 4196468 140737275602528 139861526895280 139862037994114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
Current children cumulated CPU time: 8.6 s
Current children cumulated vsize: 11080800 KiB
Current children cumulated memory: 324232 KiB

[startup+4.11089 s]
/proc/loadavg: 1.84 1.81 1.72 8/219 25786
/proc/meminfo: memFree=5907024/32770624 swapFree=67108852/67108860
[pid=25720] ppid=25717 vsize=11145364 memory=325076 CPUtime=8.86 cores=1,3,5,7
/proc/25720/stat : 25720 (java) S 25717 25720 20994 0 -1 1077944320 67877 13197 0 0 858 21 5 2 20 0 13 0 229541588 11412852736 81269 33554432000 4194304 4196468 140737275602528 140737275585072 139862037982967 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
/proc/25720/statm: 2786341 81269 3498 1 0 2747994 0
[pid=25720/tid=25773] ppid=25717 vsize=11145364 memory=280433715581440 CPUtime=3.93 cores=1,3,5,7
/proc/25720/task/25773/stat : 25773 (java) S 25717 25720 20994 0 -1 1077944384 43103 13197 0 0 374 12 5 2 20 0 13 0 229541597 11412852736 81269 33554432000 4194304 4196468 140737275602528 139862009826448 139862037993173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25774] ppid=25717 vsize=11145364 memory=9192 CPUtime=0.1 cores=1,3,5,7
/proc/25720/task/25774/stat : 25774 (java) S 25717 25720 20994 0 -1 1077944384 739 13197 0 0 3 0 5 2 20 0 13 0 229541598 11412852736 81269 33554432000 4194304 4196468 140737275602528 139862042225808 139862037993173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25775] ppid=25717 vsize=11145364 memory=280433715918560 CPUtime=0.1 cores=1,3,5,7
/proc/25720/task/25775/stat : 25775 (java) S 25717 25720 20994 0 -1 1077944384 352 13197 0 0 3 0 5 2 20 0 13 0 229541598 11412852736 81269 33554432000 4194304 4196468 140737275602528 139861923490832 139862037993173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25776] ppid=25717 vsize=11145364 memory=6296715519897714789 CPUtime=0.1 cores=1,3,5,7
/proc/25720/task/25776/stat : 25776 (java) S 25717 25720 20994 0 -1 1077944384 47 13197 0 0 3 0 5 2 20 0 13 0 229541598 11412852736 81269 33554432000 4194304 4196468 140737275602528 139861922438032 139862037993173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25777] ppid=25717 vsize=11145364 memory=6296715519897714789 CPUtime=0.1 cores=1,3,5,7
/proc/25720/task/25777/stat : 25777 (java) S 25717 25720 20994 0 -1 1077944384 46 13197 0 0 3 0 5 2 20 0 13 0 229541598 11412852736 81269 33554432000 4194304 4196468 140737275602528 139861921385232 139862037993173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25778] ppid=25717 vsize=11145364 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/25720/task/25778/stat : 25778 (java) S 25717 25720 20994 0 -1 1077944384 7920 13197 0 0 3 0 5 2 20 0 13 0 229541599 11412852736 81269 33554432000 4194304 4196468 140737275602528 139861531105856 139862037994114 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25779] ppid=25717 vsize=11145364 memory=6440781251511348331 CPUtime=0.07 cores=1,3,5,7
/proc/25720/task/25779/stat : 25779 (java) S 25717 25720 20994 0 -1 1077944384 14 13197 0 0 0 0 5 2 20 0 13 0 229541600 11412852736 81269 33554432000 4194304 4196468 140737275602528 139860791780448 139862037993173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25780] ppid=25717 vsize=11145364 memory=5787214926557761634 CPUtime=0.07 cores=1,3,5,7
/proc/25720/task/25780/stat : 25780 (java) S 25717 25720 20994 0 -1 1077944384 1 13197 0 0 0 0 5 2 20 0 13 0 229541600 11412852736 81269 33554432000 4194304 4196468 140737275602528 139860643931008 139862037993173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25782] ppid=25717 vsize=11145364 memory=6791534058613427641 CPUtime=1.67 cores=1,3,5,7
/proc/25720/task/25782/stat : 25782 (java) S 25717 25720 20994 0 -1 1077944384 5427 13197 0 0 159 1 5 2 20 0 13 0 229541603 11412852736 81269 33554432000 4194304 4196468 140737275602528 139861530038000 139862037993173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25783] ppid=25717 vsize=11145364 memory=0 CPUtime=1.69 cores=1,3,5,7
/proc/25720/task/25783/stat : 25783 (java) S 25717 25720 20994 0 -1 1077944384 3299 13197 0 0 161 1 5 2 20 0 13 0 229541603 11412852736 81269 33554432000 4194304 4196468 140737275602528 139861528979728 139862037993173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25784] ppid=25717 vsize=11145364 memory=7516897281825924946 CPUtime=1.53 cores=1,3,5,7
/proc/25720/task/25784/stat : 25784 (java) S 25717 25720 20994 0 -1 1077944384 4683 13197 0 0 145 1 5 2 20 0 13 0 229541603 11412852736 81269 33554432000 4194304 4196468 140737275602528 139861527947888 139862037994114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
[pid=25720/tid=25785] ppid=25717 vsize=11145364 memory=7301860462660053328 CPUtime=0.07 cores=1,3,5,7
/proc/25720/task/25785/stat : 25785 (java) S 25717 25720 20994 0 -1 1077944384 3 13197 0 0 0 0 5 2 20 0 13 0 229541603 11412852736 81269 33554432000 4194304 4196468 140737275602528 139859905735392 139862037993173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24039424 140737275607653 140737275610460 140737275610460 140737275613135 0
Current children cumulated CPU time: 8.86 s
Current children cumulated vsize: 11145364 KiB
Current children cumulated memory: 325076 KiB

Child status: 0
Real time (s): 4.12848
CPU time (s): 8.90321
CPU user time (s): 8.64119
CPU system time (s): 0.262028
CPU usage (%): 215.654
Max. virtual memory (cumulated for all children) (KiB): 11145364
Max. memory (cumulated for all children) (KiB): 325076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.64119
system time used= 0.262028
maximum resident set size= 327080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81100
page faults= 0
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6439
involuntary context switches= 41


# summary of solver processes directly reported to runsolver:
#   pid: 25720
#   total CPU time (s): 8.90321
#   total CPU user time (s): 8.64119
#   total CPU system time (s): 0.262028

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.052917 second user time and 0.082601 second system time

The end

Launcher Data

Begin job on node133 at 2018-08-13 02:23:04
IDJOB=4304592
IDBENCH=141467
IDSOLVER=2781
FILE ID=node133/4304592-1534119784
RUNJOBID= node133-1534097471-21026
PBS_JOBID= 21037000
Free space on /tmp= 39000 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j60-01-01_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304592-1534119784/watcher-4304592-1534119784 -o /tmp/evaluation-result-4304592-1534119784/solver-4304592-1534119784 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534097471-21026 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=78700158 -superng HOME/instance-4304592-1534119784.xml

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

MD5SUM BENCH= 03892ae4f8c09e3dcf1eb144c7e7557f
RANDOM SEED=78700158

node133.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.24
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.24
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.24
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.24
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:         6218812 kB
MemAvailable:   26203396 kB
Buffers:          225232 kB
Cached:         19753152 kB
SwapCached:            4 kB
Active:         15079284 kB
Inactive:       10648000 kB
Active(anon):    5698376 kB
Inactive(anon):   103300 kB
Active(file):    9380908 kB
Inactive(file): 10544700 kB
Unevictable:        7092 kB
Mlocked:            7092 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:             27156 kB
Writeback:             0 kB
AnonPages:       5756300 kB
Mapped:            69844 kB
Shmem:             49816 kB
Slab:             515488 kB
SReclaimable:     487436 kB
SUnreclaim:        28052 kB
KernelStack:        3568 kB
PageTables:        16640 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6657844 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5304320 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 38972 MiB
End job on node133 at 2018-08-13 02:23:09