Trace number 4304590

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-SuperNGOPT62 8.24063 3.87777

General information on the benchmark

NameRcpsp/
Rcpsp-j30-01-04_c18.xml
MD5SUMb6ecdc29b52a96e4336a8061885c8d68
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark62
Best CPU time to get the best result obtained on this benchmark2.05976
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints52
Number of domains2
Minimum domain size1
Maximum domain size184
Distribution of domain sizes[{"size":1,"count":1},{"size":184,"count":31}]
Minimum variable degree3
Maximum variable degree5
Distribution of variable degrees[{"degree":3,"count":14},{"degree":4,"count":5},{"degree":5,"count":13}]
Minimum constraint arity2
Maximum constraint arity13
Distribution of constraint arities[{"arity":2,"count":49},{"arity":7,"count":1},{"arity":8,"count":1},{"arity":13,"count":1}]
Number of extensional constraints0
Number of intensional constraints48
Distribution of constraint types[{"type":"intension","count":48},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.99/0.74	c Concrete v3.9.2.1532736233296 running
7.37/3.69	o 183
7.70/3.70	o 73
7.70/3.73	o 69
7.70/3.75	o 68
7.70/3.77	o 65
8.05/3.82	o 62
8.05/3.83	v <instantiation cost="62">
8.05/3.83	v       <list>
8.05/3.83	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]
8.05/3.83	v       </list>
8.05/3.83	v       <values>
8.05/3.83	v         0 0 25 0 10 3 9 17 36 24 32 34 18 3 9 25 36 34 12 43 49 24 42 24 51 49 48 52 52 53 45 62
8.05/3.83	v       </values>
8.05/3.83	v     </instantiation>
8.05/3.83	s OPTIMUM FOUND

Verifier Data

OK	62

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 (4238 MiB free)
  node distances:
     10  21
     21  10

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

[startup+0.100132 s]*
/proc/loadavg: 1.72 1.78 1.72 3/210 25650
/proc/meminfo: memFree=6216220/32770624 swapFree=67108852/67108860
[pid=25593] ppid=25590 vsize=10005480 memory=18860 CPUtime=0.08 cores=1,3,5,7
/proc/25593/stat : 25593 (java) S 25590 25593 20994 0 -1 1077944320 4355 13318 0 0 1 0 4 3 20 0 6 0 229541084 10245611520 4715 33554432000 4194304 4196468 140729696615392 140729696597936 140463744171767 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
/proc/25593/statm: 2501370 4715 1934 1 0 2489808 0
[pid=25593/tid=25646] ppid=25590 vsize=10005480 memory=4279135703913235855 CPUtime=0.08 cores=1,3,5,7
/proc/25593/task/25646/stat : 25646 (java) R 25590 25593 20994 0 -1 4202560 2161 13318 0 0 1 0 4 3 20 0 6 0 229541093 10245611520 4715 33554432000 4194304 4196468 140729696615392 140463716008528 140463729854293 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25647] ppid=25590 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/25593/task/25647/stat : 25647 (java) S 25590 25593 20994 0 -1 1077944384 1 13318 0 0 0 0 4 3 20 0 6 0 229541093 10245611520 4715 33554432000 4194304 4196468 140729696615392 140463748414480 140463744181973 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25648] ppid=25590 vsize=10005480 memory=139641187858048 CPUtime=0.07 cores=1,3,5,7
/proc/25593/task/25648/stat : 25648 (java) S 25590 25593 20994 0 -1 1077944384 1 13318 0 0 0 0 4 3 20 0 6 0 229541093 10245611520 4715 33554432000 4194304 4196468 140729696615392 140463619062928 140463744181973 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25649] ppid=25590 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25593/task/25649/stat : 25649 (java) S 25590 25593 20994 0 -1 1077944384 1 13318 0 0 0 0 4 3 20 0 6 0 229541093 10245611520 4715 33554432000 4194304 4196468 140729696615392 140463282379536 140463744181973 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25650] ppid=25590 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25593/task/25650/stat : 25650 (java) S 25590 25593 20994 0 -1 1077944384 2 13318 0 0 0 0 4 3 20 0 6 0 229541093 10245611520 4715 33554432000 4194304 4196468 140729696615392 140463281326992 140463744181973 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18860 KiB

[startup+0.210226 s]*
/proc/loadavg: 1.72 1.78 1.72 3/219 25659
/proc/meminfo: memFree=6192576/32770624 swapFree=67108852/67108860
[pid=25593] ppid=25590 vsize=10985364 memory=45912 CPUtime=0.26 cores=1,3,5,7
/proc/25593/stat : 25593 (java) S 25590 25593 20994 0 -1 1077944320 8202 13318 0 0 17 2 4 3 20 0 15 0 229541084 11249012736 11478 33554432000 4194304 4196468 140729696615392 140729696597936 140463744171767 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
/proc/25593/statm: 2746341 11478 2953 1 0 2708764 0
[pid=25593/tid=25646] ppid=25590 vsize=10985364 memory=-6517102902069810590 CPUtime=0.19 cores=1,3,5,7
/proc/25593/task/25646/stat : 25646 (java) R 25590 25593 20994 0 -1 4202560 4859 13318 0 0 11 1 4 3 20 0 15 0 229541093 11249012736 11610 33554432000 4194304 4196468 140729696615392 140463715996576 140463736851485 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25647] ppid=25590 vsize=10985364 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/25593/task/25647/stat : 25647 (java) S 25590 25593 20994 0 -1 1077944384 1 13318 0 0 0 0 4 3 20 0 15 0 229541093 11249012736 11610 33554432000 4194304 4196468 140729696615392 140463748414480 140463744181973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25648] ppid=25590 vsize=10985364 memory=139641187858048 CPUtime=0.07 cores=1,3,5,7
/proc/25593/task/25648/stat : 25648 (java) S 25590 25593 20994 0 -1 1077944384 1 13318 0 0 0 0 4 3 20 0 15 0 229541093 11249012736 11610 33554432000 4194304 4196468 140729696615392 140463619062928 140463744181973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25649] ppid=25590 vsize=10985364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25593/task/25649/stat : 25649 (java) S 25590 25593 20994 0 -1 1077944384 1 13318 0 0 0 0 4 3 20 0 15 0 229541093 11249012736 11610 33554432000 4194304 4196468 140729696615392 140463282379536 140463744181973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25650] ppid=25590 vsize=10985364 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25593/task/25650/stat : 25650 (java) S 25590 25593 20994 0 -1 1077944384 2 13318 0 0 0 0 4 3 20 0 15 0 229541093 11249012736 11676 33554432000 4194304 4196468 140729696615392 140463281326992 140463744181973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25651] ppid=25590 vsize=10985364 memory=139641187858048 CPUtime=0.07 cores=1,3,5,7
/proc/25593/task/25651/stat : 25651 (java) S 25590 25593 20994 0 -1 1077944384 2 13318 0 0 0 0 4 3 20 0 15 0 229541095 11249012736 11676 33554432000 4194304 4196468 140729696615392 140463237232880 140463744182914 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25652] ppid=25590 vsize=10985364 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25593/task/25652/stat : 25652 (java) S 25590 25593 20994 0 -1 1077944384 13 13318 0 0 0 0 4 3 20 0 15 0 229541095 11249012736 11676 33554432000 4194304 4196468 140729696615392 140462489855136 140463744181973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25653] ppid=25590 vsize=10985364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25593/task/25653/stat : 25653 (java) S 25590 25593 20994 0 -1 1077944384 1 13318 0 0 0 0 4 3 20 0 15 0 229541095 11249012736 11676 33554432000 4194304 4196468 140729696615392 140462342005488 140463744181973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25654] ppid=25590 vsize=10985364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25593/task/25654/stat : 25654 (java) S 25590 25593 20994 0 -1 1077944384 3 13318 0 0 0 0 4 3 20 0 15 0 229541098 11249012736 11676 33554432000 4194304 4196468 140729696615392 140462034606032 140463744190363 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25655] ppid=25590 vsize=10985364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25593/task/25655/stat : 25655 (java) S 25590 25593 20994 0 -1 1077944384 418 13318 0 0 1 0 4 3 20 0 15 0 229541098 11249012736 11742 33554432000 4194304 4196468 140729696615392 140463236180720 140463744182914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25656] ppid=25590 vsize=10985364 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25593/task/25656/stat : 25656 (java) S 25590 25593 20994 0 -1 1077944384 197 13318 0 0 1 0 4 3 20 0 15 0 229541098 11249012736 11742 33554432000 4194304 4196468 140729696615392 140463235128176 140463744182914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25657] ppid=25590 vsize=10985364 memory=139641187858048 CPUtime=0.1 cores=1,3,5,7
/proc/25593/task/25657/stat : 25657 (java) S 25590 25593 20994 0 -1 1077944384 627 13318 0 0 3 0 4 3 20 0 15 0 229541098 11249012736 11742 33554432000 4194304 4196468 140729696615392 140463234075120 140463744182914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25658] ppid=25590 vsize=10985364 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25593/task/25658/stat : 25658 (java) S 25590 25593 20994 0 -1 1077944384 3 13318 0 0 0 0 4 3 20 0 15 0 229541098 11249012736 11742 33554432000 4194304 4196468 140729696615392 140461603810144 140463744181973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25659] ppid=25590 vsize=10985364 memory=139641187858048 CPUtime=0.07 cores=1,3,5,7
/proc/25593/task/25659/stat : 25659 (java) S 25590 25593 20994 0 -1 1077944384 1 13318 0 0 0 0 4 3 20 0 15 0 229541098 11249012736 11808 33554432000 4194304 4196468 140729696615392 140463233022512 140463744182914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10985364 KiB
Current children cumulated memory: 45912 KiB

[startup+0.310649 s]*
/proc/loadavg: 1.72 1.78 1.72 3/219 25659
/proc/meminfo: memFree=6179552/32770624 swapFree=67108852/67108860
[pid=25593] ppid=25590 vsize=10983192 memory=55300 CPUtime=0.38 cores=1,3,5,7
/proc/25593/stat : 25593 (java) S 25590 25593 20994 0 -1 1077944320 10437 13318 0 0 28 3 4 3 20 0 15 0 229541084 11246788608 13825 33554432000 4194304 4196468 140729696615392 140729696597936 140463744171767 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
/proc/25593/statm: 2745798 13825 3072 1 0 2708109 0
[pid=25593/tid=25646] ppid=25590 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/25593/task/25646/stat : 25646 (java) R 25590 25593 20994 0 -1 4202560 6959 13318 0 0 19 2 4 3 20 0 15 0 229541093 11246788608 13825 33554432000 4194304 4196468 140729696615392 140463715983776 140463737271656 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25647] ppid=25590 vsize=10983192 memory=7084813469699035216 CPUtime=0.07 cores=1,3,5,7
/proc/25593/task/25647/stat : 25647 (java) S 25590 25593 20994 0 -1 1077944384 1 13318 0 0 0 0 4 3 20 0 15 0 229541093 11246788608 13825 33554432000 4194304 4196468 140729696615392 140463748414480 140463744181973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25648] ppid=25590 vsize=10983192 memory=2076 CPUtime=0.07 cores=1,3,5,7
/proc/25593/task/25648/stat : 25648 (java) S 25590 25593 20994 0 -1 1077944384 1 13318 0 0 0 0 4 3 20 0 15 0 229541093 11246788608 13825 33554432000 4194304 4196468 140729696615392 140463619062928 140463744181973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25649] ppid=25590 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25593/task/25649/stat : 25649 (java) S 25590 25593 20994 0 -1 1077944384 1 13318 0 0 0 0 4 3 20 0 15 0 229541093 11246788608 13825 33554432000 4194304 4196468 140729696615392 140463282379536 140463744181973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25650] ppid=25590 vsize=10983192 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/25593/task/25650/stat : 25650 (java) S 25590 25593 20994 0 -1 1077944384 2 13318 0 0 0 0 4 3 20 0 15 0 229541093 11246788608 13825 33554432000 4194304 4196468 140729696615392 140463281326992 140463744181973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25651] ppid=25590 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25593/task/25651/stat : 25651 (java) S 25590 25593 20994 0 -1 1077944384 2 13318 0 0 0 0 4 3 20 0 15 0 229541095 11246788608 13825 33554432000 4194304 4196468 140729696615392 140463237232880 140463744182914 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25652] ppid=25590 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25593/task/25652/stat : 25652 (java) S 25590 25593 20994 0 -1 1077944384 13 13318 0 0 0 0 4 3 20 0 15 0 229541095 11246788608 13825 33554432000 4194304 4196468 140729696615392 140462489855136 140463744181973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25653] ppid=25590 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25593/task/25653/stat : 25653 (java) S 25590 25593 20994 0 -1 1077944384 1 13318 0 0 0 0 4 3 20 0 15 0 229541095 11246788608 13825 33554432000 4194304 4196468 140729696615392 140462342005488 140463744181973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25654] ppid=25590 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25593/task/25654/stat : 25654 (java) S 25590 25593 20994 0 -1 1077944384 3 13318 0 0 0 0 4 3 20 0 15 0 229541098 11246788608 13825 33554432000 4194304 4196468 140729696615392 140462034606032 140463744190363 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25655] ppid=25590 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25593/task/25655/stat : 25655 (java) S 25590 25593 20994 0 -1 1077944384 418 13318 0 0 1 0 4 3 20 0 15 0 229541098 11246788608 13825 33554432000 4194304 4196468 140729696615392 140463236180720 140463744182914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25656] ppid=25590 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25593/task/25656/stat : 25656 (java) S 25590 25593 20994 0 -1 1077944384 198 13318 0 0 1 0 4 3 20 0 15 0 229541098 11246788608 13825 33554432000 4194304 4196468 140729696615392 140463235128176 140463744182914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25657] ppid=25590 vsize=10983192 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/25593/task/25657/stat : 25657 (java) R 25590 25593 20994 0 -1 4202560 644 13318 0 0 4 0 4 3 20 0 15 0 229541098 11246788608 13825 33554432000 4194304 4196468 140729696615392 140463234075120 140463724142952 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25658] ppid=25590 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25593/task/25658/stat : 25658 (java) S 25590 25593 20994 0 -1 1077944384 3 13318 0 0 0 0 4 3 20 0 15 0 229541098 11246788608 13825 33554432000 4194304 4196468 140729696615392 140461603810144 140463744181973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25659] ppid=25590 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25593/task/25659/stat : 25659 (java) S 25590 25593 20994 0 -1 1077944384 1 13318 0 0 0 0 4 3 20 0 15 0 229541098 11246788608 13825 33554432000 4194304 4196468 140729696615392 140463233022512 140463744182914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55300 KiB

[startup+0.700722 s]
/proc/loadavg: 1.72 1.78 1.72 6/219 25659
/proc/meminfo: memFree=6169256/32770624 swapFree=67108852/67108860
[pid=25593] ppid=25590 vsize=10983192 memory=88808 CPUtime=0.99 cores=1,3,5,7
/proc/25593/stat : 25593 (java) S 25590 25593 20994 0 -1 1077944320 16759 13318 0 0 87 5 4 3 20 0 15 0 229541084 11246788608 22202 33554432000 4194304 4196468 140729696615392 140729696597936 140463744171767 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
/proc/25593/statm: 2745798 22202 3238 1 0 2708109 0
[pid=25593/tid=25646] ppid=25590 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/25593/task/25646/stat : 25646 (java) R 25590 25593 20994 0 -1 4202560 12165 13318 0 0 56 3 4 3 20 0 15 0 229541093 11246788608 22202 33554432000 4194304 4196468 140729696615392 140463715992592 140463725735323 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25647] ppid=25590 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25593/task/25647/stat : 25647 (java) S 25590 25593 20994 0 -1 1077944384 1 13318 0 0 0 0 4 3 20 0 15 0 229541093 11246788608 22202 33554432000 4194304 4196468 140729696615392 140463748414480 140463744181973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25648] ppid=25590 vsize=10983192 memory=3768 CPUtime=0.07 cores=1,3,5,7
/proc/25593/task/25648/stat : 25648 (java) S 25590 25593 20994 0 -1 1077944384 1 13318 0 0 0 0 4 3 20 0 15 0 229541093 11246788608 22202 33554432000 4194304 4196468 140729696615392 140463619062928 140463744181973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25649] ppid=25590 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25593/task/25649/stat : 25649 (java) S 25590 25593 20994 0 -1 1077944384 1 13318 0 0 0 0 4 3 20 0 15 0 229541093 11246788608 22202 33554432000 4194304 4196468 140729696615392 140463282379536 140463744181973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25650] ppid=25590 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25593/task/25650/stat : 25650 (java) S 25590 25593 20994 0 -1 1077944384 2 13318 0 0 0 0 4 3 20 0 15 0 229541093 11246788608 22202 33554432000 4194304 4196468 140729696615392 140463281326992 140463744181973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25651] ppid=25590 vsize=10983192 memory=4420 CPUtime=0.07 cores=1,3,5,7
/proc/25593/task/25651/stat : 25651 (java) S 25590 25593 20994 0 -1 1077944384 5 13318 0 0 0 0 4 3 20 0 15 0 229541095 11246788608 22202 33554432000 4194304 4196468 140729696615392 140463237232880 140463744182914 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25652] ppid=25590 vsize=10983192 memory=6628 CPUtime=0.07 cores=1,3,5,7
/proc/25593/task/25652/stat : 25652 (java) S 25590 25593 20994 0 -1 1077944384 13 13318 0 0 0 0 4 3 20 0 15 0 229541095 11246788608 22202 33554432000 4194304 4196468 140729696615392 140462489855136 140463744181973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25653] ppid=25590 vsize=10983192 memory=8836 CPUtime=0.07 cores=1,3,5,7
/proc/25593/task/25653/stat : 25653 (java) S 25590 25593 20994 0 -1 1077944384 1 13318 0 0 0 0 4 3 20 0 15 0 229541095 11246788608 22202 33554432000 4194304 4196468 140729696615392 140462342005488 140463744181973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25654] ppid=25590 vsize=10983192 memory=11044 CPUtime=0.07 cores=1,3,5,7
/proc/25593/task/25654/stat : 25654 (java) S 25590 25593 20994 0 -1 1077944384 3 13318 0 0 0 0 4 3 20 0 15 0 229541098 11246788608 22202 33554432000 4194304 4196468 140729696615392 140462034606032 140463744190363 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25655] ppid=25590 vsize=10983192 memory=13252 CPUtime=0.14 cores=1,3,5,7
/proc/25593/task/25655/stat : 25655 (java) S 25590 25593 20994 0 -1 1077944384 818 13318 0 0 7 0 4 3 20 0 15 0 229541098 11246788608 22202 33554432000 4194304 4196468 140729696615392 140463236180720 140463744182914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25656] ppid=25590 vsize=10983192 memory=15460 CPUtime=0.17 cores=1,3,5,7
/proc/25593/task/25656/stat : 25656 (java) S 25590 25593 20994 0 -1 1077944384 823 13318 0 0 10 0 4 3 20 0 15 0 229541098 11246788608 22202 33554432000 4194304 4196468 140729696615392 140463235128176 140463744182914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25657] ppid=25590 vsize=10983192 memory=17668 CPUtime=0.19 cores=1,3,5,7
/proc/25593/task/25657/stat : 25657 (java) S 25590 25593 20994 0 -1 1077944384 729 13318 0 0 12 0 4 3 20 0 15 0 229541098 11246788608 22202 33554432000 4194304 4196468 140729696615392 140463234075120 140463744182914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25658] ppid=25590 vsize=10983192 memory=19876 CPUtime=0.07 cores=1,3,5,7
/proc/25593/task/25658/stat : 25658 (java) S 25590 25593 20994 0 -1 1077944384 3 13318 0 0 0 0 4 3 20 0 15 0 229541098 11246788608 22202 33554432000 4194304 4196468 140729696615392 140461603810144 140463744181973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25659] ppid=25590 vsize=10983192 memory=22084 CPUtime=0.07 cores=1,3,5,7
/proc/25593/task/25659/stat : 25659 (java) S 25590 25593 20994 0 -1 1077944384 1 13318 0 0 0 0 4 3 20 0 15 0 229541098 11246788608 22202 33554432000 4194304 4196468 140729696615392 140463233022512 140463744182914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88808 KiB

[startup+1.50072 s]
/proc/loadavg: 1.72 1.78 1.72 3/219 25659
/proc/meminfo: memFree=6123056/32770624 swapFree=67108852/67108860
[pid=25593] ppid=25590 vsize=10998092 memory=179816 CPUtime=2.25 cores=1,3,5,7
/proc/25593/stat : 25593 (java) S 25590 25593 20994 0 -1 1077944320 23911 13318 0 0 208 10 4 3 20 0 15 0 229541084 11262046208 44954 33554432000 4194304 4196468 140729696615392 140729696597936 140463744171767 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
/proc/25593/statm: 2749523 44954 3467 1 0 2711181 0
[pid=25593/tid=25646] ppid=25590 vsize=10998092 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/25593/task/25646/stat : 25646 (java) R 25590 25593 20994 0 -1 4202560 17729 13318 0 0 129 6 4 3 20 0 15 0 229541093 11262046208 44954 33554432000 4194304 4196468 140729696615392 140463715995840 140463724447070 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25647] ppid=25590 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25593/task/25647/stat : 25647 (java) S 25590 25593 20994 0 -1 1077944384 214 13318 0 0 0 0 4 3 20 0 15 0 229541093 11262046208 44954 33554432000 4194304 4196468 140729696615392 140463748414480 140463744181973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25648] ppid=25590 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25593/task/25648/stat : 25648 (java) S 25590 25593 20994 0 -1 1077944384 51 13318 0 0 1 0 4 3 20 0 15 0 229541093 11262046208 44954 33554432000 4194304 4196468 140729696615392 140463619062928 140463744181973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25649] ppid=25590 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25593/task/25649/stat : 25649 (java) S 25590 25593 20994 0 -1 1077944384 24 13318 0 0 1 0 4 3 20 0 15 0 229541093 11262046208 44954 33554432000 4194304 4196468 140729696615392 140463282379536 140463744181973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25650] ppid=25590 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25593/task/25650/stat : 25650 (java) S 25590 25593 20994 0 -1 1077944384 22 13318 0 0 0 0 4 3 20 0 15 0 229541093 11262046208 44954 33554432000 4194304 4196468 140729696615392 140463281326992 140463744181973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25651] ppid=25590 vsize=10998092 memory=-7965959130280075168 CPUtime=0.08 cores=1,3,5,7
/proc/25593/task/25651/stat : 25651 (java) S 25590 25593 20994 0 -1 1077944384 50 13318 0 0 1 0 4 3 20 0 15 0 229541095 11262046208 44954 33554432000 4194304 4196468 140729696615392 140463237232880 140463744182914 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25652] ppid=25590 vsize=10998092 memory=279282127546624 CPUtime=0.07 cores=1,3,5,7
/proc/25593/task/25652/stat : 25652 (java) S 25590 25593 20994 0 -1 1077944384 14 13318 0 0 0 0 4 3 20 0 15 0 229541095 11262046208 44954 33554432000 4194304 4196468 140729696615392 140462489855200 140463744181973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25653] ppid=25590 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25593/task/25653/stat : 25653 (java) S 25590 25593 20994 0 -1 1077944384 1 13318 0 0 0 0 4 3 20 0 15 0 229541095 11262046208 44954 33554432000 4194304 4196468 140729696615392 140462342005504 140463744181973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25654] ppid=25590 vsize=10998092 memory=11796 CPUtime=0.07 cores=1,3,5,7
/proc/25593/task/25654/stat : 25654 (java) S 25590 25593 20994 0 -1 1077944384 3 13318 0 0 0 0 4 3 20 0 15 0 229541098 11262046208 44954 33554432000 4194304 4196468 140729696615392 140462034606032 140463744190363 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25655] ppid=25590 vsize=10998092 memory=5772 CPUtime=0.26 cores=1,3,5,7
/proc/25593/task/25655/stat : 25655 (java) S 25590 25593 20994 0 -1 1077944384 1288 13318 0 0 19 0 4 3 20 0 15 0 229541098 11262046208 44954 33554432000 4194304 4196468 140729696615392 140463236180720 140463744182914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25656] ppid=25590 vsize=10998092 memory=4616 CPUtime=0.28 cores=1,3,5,7
/proc/25593/task/25656/stat : 25656 (java) S 25590 25593 20994 0 -1 1077944384 1028 13318 0 0 21 0 4 3 20 0 15 0 229541098 11262046208 44954 33554432000 4194304 4196468 140729696615392 140463235128176 140463744182914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25657] ppid=25590 vsize=10998092 memory=1388 CPUtime=0.37 cores=1,3,5,7
/proc/25593/task/25657/stat : 25657 (java) S 25590 25593 20994 0 -1 1077944384 1290 13318 0 0 30 0 4 3 20 0 15 0 229541098 11262046208 44954 33554432000 4194304 4196468 140729696615392 140463234075120 140463744182914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25658] ppid=25590 vsize=10998092 memory=1228 CPUtime=0.07 cores=1,3,5,7
/proc/25593/task/25658/stat : 25658 (java) S 25590 25593 20994 0 -1 1077944384 3 13318 0 0 0 0 4 3 20 0 15 0 229541098 11262046208 44954 33554432000 4194304 4196468 140729696615392 140461603810144 140463744181973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25659] ppid=25590 vsize=10998092 memory=880 CPUtime=0.07 cores=1,3,5,7
/proc/25593/task/25659/stat : 25659 (java) S 25590 25593 20994 0 -1 1077944384 1 13318 0 0 0 0 4 3 20 0 15 0 229541098 11262046208 44954 33554432000 4194304 4196468 140729696615392 140463233022512 140463744182914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
Current children cumulated CPU time: 2.25 s
Current children cumulated vsize: 10998092 KiB

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

[startup+3.11075 s]
/proc/loadavg: 1.72 1.78 1.72 4/219 25659
/proc/meminfo: memFree=6002884/32770624 swapFree=67108852/67108860
[pid=25593] ppid=25590 vsize=11010400 memory=245688 CPUtime=6.11 cores=1,3,5,7
/proc/25593/stat : 25593 (java) S 25590 25593 20994 0 -1 1077944320 33057 13318 0 0 587 17 4 3 20 0 15 0 229541084 11274649600 61422 33554432000 4194304 4196468 140729696615392 140729696597936 140463744171767 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
/proc/25593/statm: 2752600 61422 3492 1 0 2714253 0
[pid=25593/tid=25646] ppid=25590 vsize=11010400 memory=279282127965504 CPUtime=2.98 cores=1,3,5,7
/proc/25593/task/25646/stat : 25646 (java) R 25590 25593 20994 0 -1 4202560 22464 13318 0 0 283 8 4 3 20 0 15 0 229541093 11274649600 61422 33554432000 4194304 4196468 140729696615392 140463715999904 140463729337406 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25647] ppid=25590 vsize=11010400 memory=388 CPUtime=0.09 cores=1,3,5,7
/proc/25593/task/25647/stat : 25647 (java) S 25590 25593 20994 0 -1 1077944384 223 13318 0 0 2 0 4 3 20 0 15 0 229541093 11274649600 61422 33554432000 4194304 4196468 140729696615392 140463748414480 140463744181973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25648] ppid=25590 vsize=11010400 memory=6943526294502006880 CPUtime=0.1 cores=1,3,5,7
/proc/25593/task/25648/stat : 25648 (java) S 25590 25593 20994 0 -1 1077944384 65 13318 0 0 3 0 4 3 20 0 15 0 229541093 11274649600 61422 33554432000 4194304 4196468 140729696615392 140463619062928 140463744181973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25649] ppid=25590 vsize=11010400 memory=56 CPUtime=0.09 cores=1,3,5,7
/proc/25593/task/25649/stat : 25649 (java) S 25590 25593 20994 0 -1 1077944384 27 13318 0 0 2 0 4 3 20 0 15 0 229541093 11274649600 61422 33554432000 4194304 4196468 140729696615392 140463282379536 140463744181973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25650] ppid=25590 vsize=11010400 memory=7886128541282152754 CPUtime=0.09 cores=1,3,5,7
/proc/25593/task/25650/stat : 25650 (java) S 25590 25593 20994 0 -1 1077944384 38 13318 0 0 2 0 4 3 20 0 15 0 229541093 11274649600 61422 33554432000 4194304 4196468 140729696615392 140463281326992 140463744181973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25651] ppid=25590 vsize=11010400 memory=8389687274567316274 CPUtime=0.1 cores=1,3,5,7
/proc/25593/task/25651/stat : 25651 (java) S 25590 25593 20994 0 -1 1077944384 245 13318 0 0 3 0 4 3 20 0 15 0 229541095 11274649600 61422 33554432000 4194304 4196468 140729696615392 140463237232880 140463744182914 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25652] ppid=25590 vsize=11010400 memory=7093353172985967302 CPUtime=0.07 cores=1,3,5,7
/proc/25593/task/25652/stat : 25652 (java) S 25590 25593 20994 0 -1 1077944384 14 13318 0 0 0 0 4 3 20 0 15 0 229541095 11274649600 61422 33554432000 4194304 4196468 140729696615392 140462489855200 140463744181973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25653] ppid=25590 vsize=11010400 memory=279282127799808 CPUtime=0.07 cores=1,3,5,7
/proc/25593/task/25653/stat : 25653 (java) S 25590 25593 20994 0 -1 1077944384 1 13318 0 0 0 0 4 3 20 0 15 0 229541095 11274649600 61422 33554432000 4194304 4196468 140729696615392 140462342005504 140463744181973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25654] ppid=25590 vsize=11010400 memory=7956567955459234152 CPUtime=0.07 cores=1,3,5,7
/proc/25593/task/25654/stat : 25654 (java) S 25590 25593 20994 0 -1 1077944384 3 13318 0 0 0 0 4 3 20 0 15 0 229541098 11274649600 61422 33554432000 4194304 4196468 140729696615392 140462034606032 140463744190363 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25655] ppid=25590 vsize=11010400 memory=6940161746104903505 CPUtime=0.85 cores=1,3,5,7
/proc/25593/task/25655/stat : 25655 (java) R 25590 25593 20994 0 -1 4202560 1683 13318 0 0 77 1 4 3 20 0 15 0 229541098 11274649600 61422 33554432000 4194304 4196468 140729696615392 140463236180720 140463727384642 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25656] ppid=25590 vsize=11010400 memory=7447093755344479569 CPUtime=1.08 cores=1,3,5,7
/proc/25593/task/25656/stat : 25656 (java) S 25590 25593 20994 0 -1 1077944384 2761 13318 0 0 100 1 4 3 20 0 15 0 229541098 11274649600 61422 33554432000 4194304 4196468 140729696615392 140463235128176 140463744182914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25657] ppid=25590 vsize=11010400 memory=288230574492221466 CPUtime=1.18 cores=1,3,5,7
/proc/25593/task/25657/stat : 25657 (java) S 25590 25593 20994 0 -1 1077944384 3336 13318 0 0 110 1 4 3 20 0 15 0 229541098 11274649600 61422 33554432000 4194304 4196468 140729696615392 140463234075120 140463744182914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25658] ppid=25590 vsize=11010400 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25593/task/25658/stat : 25658 (java) S 25590 25593 20994 0 -1 1077944384 3 13318 0 0 0 0 4 3 20 0 15 0 229541098 11274649600 61422 33554432000 4194304 4196468 140729696615392 140461603810144 140463744181973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25659] ppid=25590 vsize=11010400 memory=2193 CPUtime=0.07 cores=1,3,5,7
/proc/25593/task/25659/stat : 25659 (java) S 25590 25593 20994 0 -1 1077944384 1 13318 0 0 0 0 4 3 20 0 15 0 229541098 11274649600 61422 33554432000 4194304 4196468 140729696615392 140463233022512 140463744182914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
Current children cumulated CPU time: 6.11 s
Current children cumulated vsize: 11010400 KiB
Current children cumulated memory: 245688 KiB

[startup+3.87771 s]
# the end of solver process 25593 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=7.97126 s, system=0.269374 s

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

[startup+3.20089 s]
/proc/loadavg: 1.72 1.78 1.72 4/219 25659
/proc/meminfo: memFree=6002884/32770624 swapFree=67108852/67108860
[pid=25593] ppid=25590 vsize=11010400 memory=247536 CPUtime=6.31 cores=1,3,5,7
/proc/25593/stat : 25593 (java) S 25590 25593 20994 0 -1 1077944320 36543 13318 0 0 607 17 4 3 20 0 15 0 229541084 11274649600 61884 33554432000 4194304 4196468 140729696615392 140729696597936 140463744171767 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
/proc/25593/statm: 2752600 61884 3492 1 0 2714253 0
[pid=25593/tid=25646] ppid=25590 vsize=11010400 memory=0 CPUtime=3.07 cores=1,3,5,7
/proc/25593/task/25646/stat : 25646 (java) R 25590 25593 20994 0 -1 4202560 24818 13318 0 0 292 8 4 3 20 0 15 0 229541093 11274649600 61884 33554432000 4194304 4196468 140729696615392 140463715998480 140463729865265 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25647] ppid=25590 vsize=11010400 memory=6656426216303648864 CPUtime=0.09 cores=1,3,5,7
/proc/25593/task/25647/stat : 25647 (java) S 25590 25593 20994 0 -1 1077944384 223 13318 0 0 2 0 4 3 20 0 15 0 229541093 11274649600 61884 33554432000 4194304 4196468 140729696615392 140463748414480 140463744181973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25648] ppid=25590 vsize=11010400 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/25593/task/25648/stat : 25648 (java) S 25590 25593 20994 0 -1 1077944384 65 13318 0 0 3 0 4 3 20 0 15 0 229541093 11274649600 61884 33554432000 4194304 4196468 140729696615392 140463619062928 140463744181973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25649] ppid=25590 vsize=11010400 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/25593/task/25649/stat : 25649 (java) S 25590 25593 20994 0 -1 1077944384 27 13318 0 0 2 0 4 3 20 0 15 0 229541093 11274649600 61884 33554432000 4194304 4196468 140729696615392 140463282379536 140463744181973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25650] ppid=25590 vsize=11010400 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/25593/task/25650/stat : 25650 (java) S 25590 25593 20994 0 -1 1077944384 38 13318 0 0 2 0 4 3 20 0 15 0 229541093 11274649600 61884 33554432000 4194304 4196468 140729696615392 140463281326992 140463744181973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25651] ppid=25590 vsize=11010400 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/25593/task/25651/stat : 25651 (java) S 25590 25593 20994 0 -1 1077944384 245 13318 0 0 3 0 4 3 20 0 15 0 229541095 11274649600 61884 33554432000 4194304 4196468 140729696615392 140463237232880 140463744182914 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25652] ppid=25590 vsize=11010400 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25593/task/25652/stat : 25652 (java) S 25590 25593 20994 0 -1 1077944384 14 13318 0 0 0 0 4 3 20 0 15 0 229541095 11274649600 61884 33554432000 4194304 4196468 140729696615392 140462489855200 140463744181973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25653] ppid=25590 vsize=11010400 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25593/task/25653/stat : 25653 (java) S 25590 25593 20994 0 -1 1077944384 1 13318 0 0 0 0 4 3 20 0 15 0 229541095 11274649600 61884 33554432000 4194304 4196468 140729696615392 140462342005504 140463744181973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25654] ppid=25590 vsize=11010400 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25593/task/25654/stat : 25654 (java) S 25590 25593 20994 0 -1 1077944384 3 13318 0 0 0 0 4 3 20 0 15 0 229541098 11274649600 61884 33554432000 4194304 4196468 140729696615392 140462034606032 140463744190363 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25655] ppid=25590 vsize=11010400 memory=0 CPUtime=0.88 cores=1,3,5,7
/proc/25593/task/25655/stat : 25655 (java) S 25590 25593 20994 0 -1 1077944384 1728 13318 0 0 80 1 4 3 20 0 15 0 229541098 11274649600 61884 33554432000 4194304 4196468 140729696615392 140463236180720 140463744182914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25656] ppid=25590 vsize=11010400 memory=6880 CPUtime=1.11 cores=1,3,5,7
/proc/25593/task/25656/stat : 25656 (java) S 25590 25593 20994 0 -1 1077944384 2876 13318 0 0 103 1 4 3 20 0 15 0 229541098 11274649600 61884 33554432000 4194304 4196468 140729696615392 140463235128176 140463744182914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25657] ppid=25590 vsize=11010400 memory=15252 CPUtime=1.24 cores=1,3,5,7
/proc/25593/task/25657/stat : 25657 (java) S 25590 25593 20994 0 -1 1077944384 4349 13318 0 0 115 2 4 3 20 0 15 0 229541098 11274649600 61884 33554432000 4194304 4196468 140729696615392 140463234075120 140463744182914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25658] ppid=25590 vsize=11010400 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25593/task/25658/stat : 25658 (java) S 25590 25593 20994 0 -1 1077944384 3 13318 0 0 0 0 4 3 20 0 15 0 229541098 11274649600 61884 33554432000 4194304 4196468 140729696615392 140461603810144 140463744181973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25659] ppid=25590 vsize=11010400 memory=6788 CPUtime=0.07 cores=1,3,5,7
/proc/25593/task/25659/stat : 25659 (java) S 25590 25593 20994 0 -1 1077944384 1 13318 0 0 0 0 4 3 20 0 15 0 229541098 11274649600 61884 33554432000 4194304 4196468 140729696615392 140463233022512 140463744182914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
Current children cumulated CPU time: 6.31 s
Current children cumulated vsize: 11010400 KiB
Current children cumulated memory: 247536 KiB

[startup+3.60156 s]
/proc/loadavg: 1.72 1.78 1.72 4/219 25659
/proc/meminfo: memFree=6002884/32770624 swapFree=67108852/67108860
[pid=25593] ppid=25590 vsize=11077984 memory=305524 CPUtime=7.37 cores=1,3,5,7
/proc/25593/stat : 25593 (java) S 25590 25593 20994 0 -1 1077944320 63081 13318 0 0 709 21 4 3 20 0 15 0 229541084 11343855616 76381 33554432000 4194304 4196468 140729696615392 140729696597936 140463744171767 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
/proc/25593/statm: 2769496 76381 3497 1 0 2731149 0
[pid=25593/tid=25646] ppid=25590 vsize=11077984 memory=0 CPUtime=3.48 cores=1,3,5,7
/proc/25593/task/25646/stat : 25646 (java) R 25590 25593 20994 0 -1 4202560 44452 13318 0 0 330 11 4 3 20 0 15 0 229541093 11343855616 76381 33554432000 4194304 4196468 140729696615392 140463715998608 140463306835559 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25647] ppid=25590 vsize=11077984 memory=279282128338592 CPUtime=0.09 cores=1,3,5,7
/proc/25593/task/25647/stat : 25647 (java) S 25590 25593 20994 0 -1 1077944384 223 13318 0 0 2 0 4 3 20 0 15 0 229541093 11343855616 76381 33554432000 4194304 4196468 140729696615392 140463748414480 140463744181973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25648] ppid=25590 vsize=11077984 memory=139641064171568 CPUtime=0.1 cores=1,3,5,7
/proc/25593/task/25648/stat : 25648 (java) S 25590 25593 20994 0 -1 1077944384 65 13318 0 0 3 0 4 3 20 0 15 0 229541093 11343855616 76381 33554432000 4194304 4196468 140729696615392 140463619062928 140463744181973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25649] ppid=25590 vsize=11077984 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/25593/task/25649/stat : 25649 (java) S 25590 25593 20994 0 -1 1077944384 27 13318 0 0 2 0 4 3 20 0 15 0 229541093 11343855616 76381 33554432000 4194304 4196468 140729696615392 140463282379536 140463744181973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25650] ppid=25590 vsize=11077984 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/25593/task/25650/stat : 25650 (java) S 25590 25593 20994 0 -1 1077944384 38 13318 0 0 2 0 4 3 20 0 15 0 229541093 11343855616 76381 33554432000 4194304 4196468 140729696615392 140463281326992 140463744181973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25651] ppid=25590 vsize=11077984 memory=-9174445032661854264 CPUtime=0.1 cores=1,3,5,7
/proc/25593/task/25651/stat : 25651 (java) S 25590 25593 20994 0 -1 1077944384 759 13318 0 0 3 0 4 3 20 0 15 0 229541095 11343855616 76381 33554432000 4194304 4196468 140729696615392 140463237232880 140463744182914 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25652] ppid=25590 vsize=11077984 memory=6944656575208382560 CPUtime=0.07 cores=1,3,5,7
/proc/25593/task/25652/stat : 25652 (java) S 25590 25593 20994 0 -1 1077944384 14 13318 0 0 0 0 4 3 20 0 15 0 229541095 11343855616 76381 33554432000 4194304 4196468 140729696615392 140462489855200 140463744181973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25653] ppid=25590 vsize=11077984 memory=6944656592387989600 CPUtime=0.07 cores=1,3,5,7
/proc/25593/task/25653/stat : 25653 (java) S 25590 25593 20994 0 -1 1077944384 1 13318 0 0 0 0 4 3 20 0 15 0 229541095 11343855616 76381 33554432000 4194304 4196468 140729696615392 140462342005504 140463744181973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25654] ppid=25590 vsize=11077984 memory=6944656592455360604 CPUtime=0.07 cores=1,3,5,7
/proc/25593/task/25654/stat : 25654 (java) S 25590 25593 20994 0 -1 1077944384 3 13318 0 0 0 0 4 3 20 0 15 0 229541098 11343855616 76381 33554432000 4194304 4196468 140729696615392 140462034606032 140463744190363 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25655] ppid=25590 vsize=11077984 memory=-4695043397844020537 CPUtime=1 cores=1,3,5,7
/proc/25593/task/25655/stat : 25655 (java) R 25590 25593 20994 0 -1 4202560 2445 13318 0 0 92 1 4 3 20 0 15 0 229541098 11343855616 76381 33554432000 4194304 4196468 140729696615392 140463236165024 140463725717373 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25656] ppid=25590 vsize=11077984 memory=8292088533921144977 CPUtime=1.51 cores=1,3,5,7
/proc/25593/task/25656/stat : 25656 (java) R 25590 25593 20994 0 -1 4202560 7595 13318 0 0 142 2 4 3 20 0 15 0 229541098 11343855616 76381 33554432000 4194304 4196468 140729696615392 140463235112944 140463729279671 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25657] ppid=25590 vsize=11077984 memory=0 CPUtime=1.36 cores=1,3,5,7
/proc/25593/task/25657/stat : 25657 (java) R 25590 25593 20994 0 -1 4202560 5258 13318 0 0 127 2 4 3 20 0 15 0 229541098 11343855616 76381 33554432000 4194304 4196468 140729696615392 140463234075120 140463729337313 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25658] ppid=25590 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25593/task/25658/stat : 25658 (java) S 25590 25593 20994 0 -1 1077944384 3 13318 0 0 0 0 4 3 20 0 15 0 229541098 11343855616 76381 33554432000 4194304 4196468 140729696615392 140461603810144 140463744181973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25659] ppid=25590 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25593/task/25659/stat : 25659 (java) S 25590 25593 20994 0 -1 1077944384 5 13318 0 0 0 0 4 3 20 0 15 0 229541098 11343855616 76381 33554432000 4194304 4196468 140729696615392 140463233022512 140463744182914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
Current children cumulated CPU time: 7.37 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 305524 KiB

[startup+3.80156 s]
/proc/loadavg: 1.72 1.78 1.72 4/219 25659
/proc/meminfo: memFree=6002884/32770624 swapFree=67108852/67108860
[pid=25593] ppid=25590 vsize=11080792 memory=310780 CPUtime=8.05 cores=1,3,5,7
/proc/25593/stat : 25593 (java) S 25590 25593 20994 0 -1 1077944320 64162 13318 0 0 777 21 4 3 20 0 15 0 229541084 11346731008 77695 33554432000 4194304 4196468 140729696615392 140729696597936 140463744171767 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
/proc/25593/statm: 2770198 77695 3498 1 0 2731851 0
[pid=25593/tid=25646] ppid=25590 vsize=11080792 memory=0 CPUtime=3.67 cores=1,3,5,7
/proc/25593/task/25646/stat : 25646 (java) R 25590 25593 20994 0 -1 4202560 44721 13318 0 0 349 11 4 3 20 0 15 0 229541093 11346731008 77695 33554432000 4194304 4196468 140729696615392 140463716000480 140463310175859 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25647] ppid=25590 vsize=11080792 memory=279282127470832 CPUtime=0.09 cores=1,3,5,7
/proc/25593/task/25647/stat : 25647 (java) S 25590 25593 20994 0 -1 1077944384 223 13318 0 0 2 0 4 3 20 0 15 0 229541093 11346731008 77695 33554432000 4194304 4196468 140729696615392 140463748414480 140463744181973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25648] ppid=25590 vsize=11080792 memory=7447103758241128810 CPUtime=0.1 cores=1,3,5,7
/proc/25593/task/25648/stat : 25648 (java) S 25590 25593 20994 0 -1 1077944384 65 13318 0 0 3 0 4 3 20 0 15 0 229541093 11346731008 77695 33554432000 4194304 4196468 140729696615392 140463619062928 140463744181973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25649] ppid=25590 vsize=11080792 memory=7666645345365811816 CPUtime=0.09 cores=1,3,5,7
/proc/25593/task/25649/stat : 25649 (java) S 25590 25593 20994 0 -1 1077944384 27 13318 0 0 2 0 4 3 20 0 15 0 229541093 11346731008 77695 33554432000 4194304 4196468 140729696615392 140463282379536 140463744181973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25650] ppid=25590 vsize=11080792 memory=1568 CPUtime=0.09 cores=1,3,5,7
/proc/25593/task/25650/stat : 25650 (java) S 25590 25593 20994 0 -1 1077944384 38 13318 0 0 2 0 4 3 20 0 15 0 229541093 11346731008 77695 33554432000 4194304 4196468 140729696615392 140463281326992 140463744181973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25651] ppid=25590 vsize=11080792 memory=928 CPUtime=0.1 cores=1,3,5,7
/proc/25593/task/25651/stat : 25651 (java) S 25590 25593 20994 0 -1 1077944384 759 13318 0 0 3 0 4 3 20 0 15 0 229541095 11346731008 77695 33554432000 4194304 4196468 140729696615392 140463237232880 140463744182914 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25652] ppid=25590 vsize=11080792 memory=2216 CPUtime=0.07 cores=1,3,5,7
/proc/25593/task/25652/stat : 25652 (java) S 25590 25593 20994 0 -1 1077944384 14 13318 0 0 0 0 4 3 20 0 15 0 229541095 11346731008 77695 33554432000 4194304 4196468 140729696615392 140462489855200 140463744181973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25653] ppid=25590 vsize=11080792 memory=4260 CPUtime=0.07 cores=1,3,5,7
/proc/25593/task/25653/stat : 25653 (java) S 25590 25593 20994 0 -1 1077944384 1 13318 0 0 0 0 4 3 20 0 15 0 229541095 11346731008 77695 33554432000 4194304 4196468 140729696615392 140462342005504 140463744181973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25654] ppid=25590 vsize=11080792 memory=2088 CPUtime=0.07 cores=1,3,5,7
/proc/25593/task/25654/stat : 25654 (java) S 25590 25593 20994 0 -1 1077944384 3 13318 0 0 0 0 4 3 20 0 15 0 229541098 11346731008 77695 33554432000 4194304 4196468 140729696615392 140462034606032 140463744190363 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25655] ppid=25590 vsize=11080792 memory=7380 CPUtime=1.2 cores=1,3,5,7
/proc/25593/task/25655/stat : 25655 (java) R 25590 25593 20994 0 -1 4202560 2647 13318 0 0 112 1 4 3 20 0 15 0 229541098 11346731008 77695 33554432000 4194304 4196468 140729696615392 140463236162112 140463727668507 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25656] ppid=25590 vsize=11080792 memory=808 CPUtime=1.7 cores=1,3,5,7
/proc/25593/task/25656/stat : 25656 (java) R 25590 25593 20994 0 -1 4202560 7995 13318 0 0 161 2 4 3 20 0 15 0 229541098 11346731008 77695 33554432000 4194304 4196468 140729696615392 140463235114056 140463729297008 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25657] ppid=25590 vsize=11080792 memory=1696 CPUtime=1.44 cores=1,3,5,7
/proc/25593/task/25657/stat : 25657 (java) S 25590 25593 20994 0 -1 1077944384 5468 13318 0 0 135 2 4 3 20 0 15 0 229541098 11346731008 77695 33554432000 4194304 4196468 140729696615392 140463234075120 140463744182914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25658] ppid=25590 vsize=11080792 memory=920 CPUtime=0.07 cores=1,3,5,7
/proc/25593/task/25658/stat : 25658 (java) S 25590 25593 20994 0 -1 1077944384 3 13318 0 0 0 0 4 3 20 0 15 0 229541098 11346731008 77695 33554432000 4194304 4196468 140729696615392 140461603810144 140463744181973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
[pid=25593/tid=25659] ppid=25590 vsize=11080792 memory=3848 CPUtime=0.07 cores=1,3,5,7
/proc/25593/task/25659/stat : 25659 (java) S 25590 25593 20994 0 -1 1077944384 5 13318 0 0 0 0 4 3 20 0 15 0 229541098 11346731008 77695 33554432000 4194304 4196468 140729696615392 140463233022512 140463744182914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10080256 140729696619107 140729696621916 140729696621916 140729696624591 0
Current children cumulated CPU time: 8.05 s
Current children cumulated vsize: 11080792 KiB
Current children cumulated memory: 310780 KiB

Child status: 0
Real time (s): 3.87777
CPU time (s): 8.24063
CPU user time (s): 7.97126
CPU system time (s): 0.269374
CPU usage (%): 212.51
Max. virtual memory (cumulated for all children) (KiB): 11080792
Max. memory (cumulated for all children) (KiB): 310780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.97126
system time used= 0.269374
maximum resident set size= 313360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77936
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= 6138
involuntary context switches= 42


# summary of solver processes directly reported to runsolver:
#   pid: 25593
#   total CPU time (s): 8.24063
#   total CPU user time (s): 7.97126
#   total CPU system time (s): 0.269374

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.052126 second user time and 0.07279 second system time

The end

Launcher Data

Begin job on node133 at 2018-08-13 02:22:59
IDJOB=4304590
IDBENCH=141466
IDSOLVER=2781
FILE ID=node133/4304590-1534119779
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-j30-01-04_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304590-1534119779/watcher-4304590-1534119779 -o /tmp/evaluation-result-4304590-1534119779/solver-4304590-1534119779 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534097471-21026 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1839024087 -superng HOME/instance-4304590-1534119779.xml

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

MD5SUM BENCH= b6ecdc29b52a96e4336a8061885c8d68
RANDOM SEED=1839024087

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:         6223424 kB
MemAvailable:   26208024 kB
Buffers:          225196 kB
Cached:         19752744 kB
SwapCached:            4 kB
Active:         15075068 kB
Inactive:       10648112 kB
Active(anon):    5694276 kB
Inactive(anon):   103300 kB
Active(file):    9380792 kB
Inactive(file): 10544812 kB
Unevictable:        7092 kB
Mlocked:            7092 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:             26796 kB
Writeback:             0 kB
AnonPages:       5751972 kB
Mapped:            69736 kB
Shmem:             49816 kB
Slab:             515396 kB
SReclaimable:     487456 kB
SUnreclaim:        27940 kB
KernelStack:        3568 kB
PageTables:        16564 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:   5300224 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:03