Trace number 4295198

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.8 2018-06-13OPT4 13.3472 5.65336

General information on the benchmark

NamePeacableArmies/
PeacableArmies-m1-05_c18.xml
MD5SUM4b3a1ce7a352f102282a9a722b8ddb17
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark0.192942
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints346
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50}]
Minimum variable degree14
Maximum variable degree19
Distribution of variable degrees[{"degree":14,"count":16},{"degree":15,"count":16},{"degree":16,"count":8},{"degree":17,"count":8},{"degree":18,"count":1},{"degree":19,"count":1}]
Minimum constraint arity2
Maximum constraint arity50
Distribution of constraint arities[{"arity":2,"count":345},{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints345
Distribution of constraint types[{"type":"intension","count":345},{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

1.00/0.74	c Concrete v3.8.1528841891564 running
10.99/4.80	o 2
10.99/4.83	o 3
11.36/4.91	o 4
13.24/5.63	v <instantiation cost="4">
13.24/5.63	v       <list>
13.24/5.63	v         b[0][0] b[0][1] b[0][2] b[0][3] b[0][4] b[1][0] b[1][1] b[1][2] b[1][3] b[1][4] b[2][0] b[2][1] b[2][2] b[2][3] b[2][4] b[3][0] b[3][1] b[3][2] b[3][3] b[3][4] b[4][0] b[4][1] b[4][2] b[4][3] b[4][4] w[0][0] w[0][1] w[0][2] w[0][3] w[0][4] w[1][0] w[1][1] w[1][2] w[1][3] w[1][4] w[2][0] w[2][1] w[2][2] w[2][3] w[2][4] w[3][0] w[3][1] w[3][2] w[3][3] w[3][4] w[4][0] w[4][1] w[4][2] w[4][3] w[4][4]
13.24/5.63	v       </list>
13.24/5.63	v       <values>
13.24/5.63	v         0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0
13.24/5.63	v       </values>
13.24/5.63	v     </instantiation>
13.24/5.63	s OPTIMUM FOUND

Verifier Data

OK	4

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295198-1532535878/watcher-4295198-1532535878 -o /tmp/evaluation-result-4295198-1532535878/solver-4295198-1532535878 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532523045-23735 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1957537663 HOME/instance-4295198-1532535878.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
solver pid=27128, runsolver pid=27125
Current StackSize limit: 8192 KiB


[startup+0.100062 s]*
/proc/loadavg: 1.44 1.37 1.47 2/207 27185
/proc/meminfo: memFree=14473228/32770624 swapFree=67108796/67108860
[pid=27128] ppid=27125 vsize=9972712 memory=15176 CPUtime=0.09 cores=1,3,5,7
/proc/27128/stat : 27128 (java) S 27125 27128 23703 0 -1 1077944320 4481 12988 0 0 1 0 5 3 20 0 6 0 71150944 10212057088 3794 33554432000 4194304 4196468 140736005463824 140736005446368 140390602776311 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
/proc/27128/statm: 2493178 3794 1934 1 0 2481616 0
[pid=27128/tid=27181] ppid=27125 vsize=9972712 memory=4628411388058700198 CPUtime=0.09 cores=1,3,5,7
/proc/27128/task/27181/stat : 27181 (java) R 27125 27128 23703 0 -1 4202560 2286 12988 0 0 1 0 5 3 20 0 6 0 71150953 10212057088 3794 33554432000 4194304 4196468 140736005463824 140390574613072 140390587899248 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27182] ppid=27125 vsize=9972712 memory=5793855007400733113 CPUtime=0.08 cores=1,3,5,7
/proc/27128/task/27182/stat : 27182 (java) S 27125 27128 23703 0 -1 1077944384 2 12988 0 0 0 0 5 3 20 0 6 0 71150954 10212057088 3794 33554432000 4194304 4196468 140736005463824 140390607019152 140390602786517 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27183] ppid=27125 vsize=9972712 memory=139756390839936 CPUtime=0.08 cores=1,3,5,7
/proc/27128/task/27183/stat : 27183 (java) S 27125 27128 23703 0 -1 1077944384 2 12988 0 0 0 0 5 3 20 0 6 0 71150954 10212057088 3794 33554432000 4194304 4196468 140736005463824 140390536776720 140390602786517 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27184] ppid=27125 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27128/task/27184/stat : 27184 (java) S 27125 27128 23703 0 -1 1077944384 1 12988 0 0 0 0 5 3 20 0 6 0 71150954 10212057088 3794 33554432000 4194304 4196468 140736005463824 140390175271824 140390602786517 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27185] ppid=27125 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27128/task/27185/stat : 27185 (java) S 27125 27128 23703 0 -1 1077944384 2 12988 0 0 0 0 5 3 20 0 6 0 71150954 10212057088 3794 33554432000 4194304 4196468 140736005463824 140390174219024 140390602786517 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 15176 KiB

[startup+0.209909 s]*
/proc/loadavg: 1.44 1.37 1.47 3/216 27194
/proc/meminfo: memFree=14450208/32770624 swapFree=67108796/67108860
[pid=27128] ppid=27125 vsize=10818856 memory=42824 CPUtime=0.27 cores=1,3,5,7
/proc/27128/stat : 27128 (java) S 27125 27128 23703 0 -1 1077944320 8592 12988 0 0 17 2 5 3 20 0 15 0 71150944 11078508544 10706 33554432000 4194304 4196468 140736005463824 140736005446368 140390602776311 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
/proc/27128/statm: 2704714 10706 2956 1 0 2667149 0
[pid=27128/tid=27181] ppid=27125 vsize=10818856 memory=-8540663193526752614 CPUtime=0.2 cores=1,3,5,7
/proc/27128/task/27181/stat : 27181 (java) R 27125 27128 23703 0 -1 4202560 5013 12988 0 0 11 1 5 3 20 0 15 0 71150953 11078508544 10706 33554432000 4194304 4196468 140736005463824 140390574573968 140390583052039 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27182] ppid=27125 vsize=10818856 memory=4211973482595630474 CPUtime=0.08 cores=1,3,5,7
/proc/27128/task/27182/stat : 27182 (java) S 27125 27128 23703 0 -1 1077944384 2 12988 0 0 0 0 5 3 20 0 15 0 71150954 11078508544 10706 33554432000 4194304 4196468 140736005463824 140390607019152 140390602786517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27183] ppid=27125 vsize=10818856 memory=139756390839936 CPUtime=0.08 cores=1,3,5,7
/proc/27128/task/27183/stat : 27183 (java) S 27125 27128 23703 0 -1 1077944384 2 12988 0 0 0 0 5 3 20 0 15 0 71150954 11078508544 10706 33554432000 4194304 4196468 140736005463824 140390536776720 140390602786517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27184] ppid=27125 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27128/task/27184/stat : 27184 (java) S 27125 27128 23703 0 -1 1077944384 1 12988 0 0 0 0 5 3 20 0 15 0 71150954 11078508544 10706 33554432000 4194304 4196468 140736005463824 140390175271824 140390602786517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27185] ppid=27125 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27128/task/27185/stat : 27185 (java) S 27125 27128 23703 0 -1 1077944384 2 12988 0 0 0 0 5 3 20 0 15 0 71150954 11078508544 10706 33554432000 4194304 4196468 140736005463824 140390174219024 140390602786517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27186] ppid=27125 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27128/task/27186/stat : 27186 (java) S 27125 27128 23703 0 -1 1077944384 2 12988 0 0 0 0 5 3 20 0 15 0 71150955 11078508544 10706 33554432000 4194304 4196468 140736005463824 140390061549936 140390602787458 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27187] ppid=27125 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27128/task/27187/stat : 27187 (java) S 27125 27128 23703 0 -1 1077944384 33 12988 0 0 0 0 5 3 20 0 15 0 71150956 11078508544 10706 33554432000 4194304 4196468 140736005463824 140390060495904 140390602786517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27188] ppid=27125 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27128/task/27188/stat : 27188 (java) S 27125 27128 23703 0 -1 1077944384 1 12988 0 0 0 0 5 3 20 0 15 0 71150956 11078508544 10706 33554432000 4194304 4196468 140736005463824 140389931541360 140390602786517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27189] ppid=27125 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27128/task/27189/stat : 27189 (java) S 27125 27128 23703 0 -1 1077944384 2 12988 0 0 0 0 5 3 20 0 15 0 71150959 11078508544 10706 33554432000 4194304 4196468 140736005463824 140389327562576 140390602794907 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27190] ppid=27125 vsize=10818856 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/27128/task/27190/stat : 27190 (java) S 27125 27128 23703 0 -1 1077944384 569 12988 0 0 1 0 5 3 20 0 15 0 71150959 11078508544 10706 33554432000 4194304 4196468 140736005463824 140390026939248 140390602787458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27191] ppid=27125 vsize=10818856 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/27128/task/27191/stat : 27191 (java) S 27125 27128 23703 0 -1 1077944384 72 12988 0 0 1 0 5 3 20 0 15 0 71150959 11078508544 10706 33554432000 4194304 4196468 140736005463824 140390025886448 140390602787458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27192] ppid=27125 vsize=10818856 memory=139756390839936 CPUtime=0.11 cores=1,3,5,7
/proc/27128/task/27192/stat : 27192 (java) S 27125 27128 23703 0 -1 1077944384 701 12988 0 0 3 0 5 3 20 0 15 0 71150959 11078508544 10706 33554432000 4194304 4196468 140736005463824 140390024833648 140390602787458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27193] ppid=27125 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27128/task/27193/stat : 27193 (java) S 27125 27128 23703 0 -1 1077944384 3 12988 0 0 0 0 5 3 20 0 15 0 71150959 11078508544 10706 33554432000 4194304 4196468 140736005463824 140388857801440 140390602786517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27194] ppid=27125 vsize=10818856 memory=139756390839936 CPUtime=0.08 cores=1,3,5,7
/proc/27128/task/27194/stat : 27194 (java) S 27125 27128 23703 0 -1 1077944384 1 12988 0 0 0 0 5 3 20 0 15 0 71150959 11078508544 10706 33554432000 4194304 4196468 140736005463824 140390023781040 140390602787458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 42824 KiB

[startup+0.310458 s]*
/proc/loadavg: 1.44 1.37 1.47 3/216 27194
/proc/meminfo: memFree=14440248/32770624 swapFree=67108796/67108860
[pid=27128] ppid=27125 vsize=10819352 memory=54424 CPUtime=0.39 cores=1,3,5,7
/proc/27128/stat : 27128 (java) S 27125 27128 23703 0 -1 1077944320 10639 12988 0 0 29 2 5 3 20 0 15 0 71150944 11079016448 13606 33554432000 4194304 4196468 140736005463824 140736005446368 140390602776311 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
/proc/27128/statm: 2704838 13606 3099 1 0 2667149 0
[pid=27128/tid=27181] ppid=27125 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/27128/task/27181/stat : 27181 (java) R 27125 27128 23703 0 -1 4202560 7026 12988 0 0 20 1 5 3 20 0 15 0 71150953 11079016448 13606 33554432000 4194304 4196468 140736005463824 140390574588320 140390602790215 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27182] ppid=27125 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27128/task/27182/stat : 27182 (java) S 27125 27128 23703 0 -1 1077944384 2 12988 0 0 0 0 5 3 20 0 15 0 71150954 11079016448 13606 33554432000 4194304 4196468 140736005463824 140390607019152 140390602786517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27183] ppid=27125 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27128/task/27183/stat : 27183 (java) S 27125 27128 23703 0 -1 1077944384 2 12988 0 0 0 0 5 3 20 0 15 0 71150954 11079016448 13606 33554432000 4194304 4196468 140736005463824 140390536776720 140390602786517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27184] ppid=27125 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27128/task/27184/stat : 27184 (java) S 27125 27128 23703 0 -1 1077944384 1 12988 0 0 0 0 5 3 20 0 15 0 71150954 11079016448 13606 33554432000 4194304 4196468 140736005463824 140390175271824 140390602786517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27185] ppid=27125 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27128/task/27185/stat : 27185 (java) S 27125 27128 23703 0 -1 1077944384 2 12988 0 0 0 0 5 3 20 0 15 0 71150954 11079016448 13606 33554432000 4194304 4196468 140736005463824 140390174219024 140390602786517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27186] ppid=27125 vsize=10819352 memory=139756390839935 CPUtime=0.08 cores=1,3,5,7
/proc/27128/task/27186/stat : 27186 (java) S 27125 27128 23703 0 -1 1077944384 2 12988 0 0 0 0 5 3 20 0 15 0 71150955 11079016448 13606 33554432000 4194304 4196468 140736005463824 140390061549936 140390602787458 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27187] ppid=27125 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27128/task/27187/stat : 27187 (java) S 27125 27128 23703 0 -1 1077944384 33 12988 0 0 0 0 5 3 20 0 15 0 71150956 11079016448 13606 33554432000 4194304 4196468 140736005463824 140390060495904 140390602786517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27188] ppid=27125 vsize=10819352 memory=139756390839936 CPUtime=0.08 cores=1,3,5,7
/proc/27128/task/27188/stat : 27188 (java) S 27125 27128 23703 0 -1 1077944384 1 12988 0 0 0 0 5 3 20 0 15 0 71150956 11079016448 13606 33554432000 4194304 4196468 140736005463824 140389931541360 140390602786517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27189] ppid=27125 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27128/task/27189/stat : 27189 (java) S 27125 27128 23703 0 -1 1077944384 2 12988 0 0 0 0 5 3 20 0 15 0 71150959 11079016448 13606 33554432000 4194304 4196468 140736005463824 140389327562576 140390602794907 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27190] ppid=27125 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/27128/task/27190/stat : 27190 (java) S 27125 27128 23703 0 -1 1077944384 577 12988 0 0 1 0 5 3 20 0 15 0 71150959 11079016448 13606 33554432000 4194304 4196468 140736005463824 140390026939248 140390602787458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27191] ppid=27125 vsize=10819352 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/27128/task/27191/stat : 27191 (java) S 27125 27128 23703 0 -1 1077944384 72 12988 0 0 1 0 5 3 20 0 15 0 71150959 11079016448 13606 33554432000 4194304 4196468 140736005463824 140390025886448 140390602787458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27192] ppid=27125 vsize=10819352 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/27128/task/27192/stat : 27192 (java) S 27125 27128 23703 0 -1 1077944384 727 12988 0 0 5 0 5 3 20 0 15 0 71150959 11079016448 13606 33554432000 4194304 4196468 140736005463824 140390024833648 140390602787458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27193] ppid=27125 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27128/task/27193/stat : 27193 (java) S 27125 27128 23703 0 -1 1077944384 3 12988 0 0 0 0 5 3 20 0 15 0 71150959 11079016448 13606 33554432000 4194304 4196468 140736005463824 140388857801440 140390602786517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27194] ppid=27125 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27128/task/27194/stat : 27194 (java) S 27125 27128 23703 0 -1 1077944384 1 12988 0 0 0 0 5 3 20 0 15 0 71150959 11079016448 13606 33554432000 4194304 4196468 140736005463824 140390023781040 140390602787458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 54424 KiB

[startup+0.700759 s]
/proc/loadavg: 1.44 1.37 1.47 3/216 27194
/proc/meminfo: memFree=14428216/32770624 swapFree=67108796/67108860
[pid=27128] ppid=27125 vsize=10819352 memory=88224 CPUtime=1 cores=1,3,5,7
/proc/27128/stat : 27128 (java) S 27125 27128 23703 0 -1 1077944320 17149 12988 0 0 88 4 5 3 20 0 15 0 71150944 11079016448 22056 33554432000 4194304 4196468 140736005463824 140736005446368 140390602776311 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
/proc/27128/statm: 2704838 22056 3238 1 0 2667149 0
[pid=27128/tid=27181] ppid=27125 vsize=10819352 memory=21352 CPUtime=0.67 cores=1,3,5,7
/proc/27128/task/27181/stat : 27181 (java) R 27125 27128 23703 0 -1 4202560 12393 12988 0 0 56 3 5 3 20 0 15 0 71150953 11079016448 22056 33554432000 4194304 4196468 140736005463824 140390574597136 140390585963120 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27182] ppid=27125 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27128/task/27182/stat : 27182 (java) S 27125 27128 23703 0 -1 1077944384 2 12988 0 0 0 0 5 3 20 0 15 0 71150954 11079016448 22056 33554432000 4194304 4196468 140736005463824 140390607019152 140390602786517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27183] ppid=27125 vsize=10819352 memory=288230583132496621 CPUtime=0.08 cores=1,3,5,7
/proc/27128/task/27183/stat : 27183 (java) S 27125 27128 23703 0 -1 1077944384 2 12988 0 0 0 0 5 3 20 0 15 0 71150954 11079016448 22056 33554432000 4194304 4196468 140736005463824 140390536776720 140390602786517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27184] ppid=27125 vsize=10819352 memory=15823278816102057 CPUtime=0.08 cores=1,3,5,7
/proc/27128/task/27184/stat : 27184 (java) S 27125 27128 23703 0 -1 1077944384 1 12988 0 0 0 0 5 3 20 0 15 0 71150954 11079016448 22056 33554432000 4194304 4196468 140736005463824 140390175271824 140390602786517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27185] ppid=27125 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27128/task/27185/stat : 27185 (java) S 27125 27128 23703 0 -1 1077944384 2 12988 0 0 0 0 5 3 20 0 15 0 71150954 11079016448 22056 33554432000 4194304 4196468 140736005463824 140390174219024 140390602786517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27186] ppid=27125 vsize=10819352 memory=139756289958400 CPUtime=0.08 cores=1,3,5,7
/proc/27128/task/27186/stat : 27186 (java) S 27125 27128 23703 0 -1 1077944384 5 12988 0 0 0 0 5 3 20 0 15 0 71150955 11079016448 22056 33554432000 4194304 4196468 140736005463824 140390061549936 140390602787458 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27187] ppid=27125 vsize=10819352 memory=139758235812840 CPUtime=0.08 cores=1,3,5,7
/proc/27128/task/27187/stat : 27187 (java) S 27125 27128 23703 0 -1 1077944384 33 12988 0 0 0 0 5 3 20 0 15 0 71150956 11079016448 22056 33554432000 4194304 4196468 140736005463824 140390060495904 140390602786517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27188] ppid=27125 vsize=10819352 memory=1232 CPUtime=0.08 cores=1,3,5,7
/proc/27128/task/27188/stat : 27188 (java) S 27125 27128 23703 0 -1 1077944384 1 12988 0 0 0 0 5 3 20 0 15 0 71150956 11079016448 22056 33554432000 4194304 4196468 140736005463824 140389931541360 140390602786517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27189] ppid=27125 vsize=10819352 memory=7305218370954486355 CPUtime=0.08 cores=1,3,5,7
/proc/27128/task/27189/stat : 27189 (java) S 27125 27128 23703 0 -1 1077944384 2 12988 0 0 0 0 5 3 20 0 15 0 71150959 11079016448 22056 33554432000 4194304 4196468 140736005463824 140389327562576 140390602794907 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27190] ppid=27125 vsize=10819352 memory=7733916894068367721 CPUtime=0.14 cores=1,3,5,7
/proc/27128/task/27190/stat : 27190 (java) S 27125 27128 23703 0 -1 1077944384 843 12988 0 0 6 0 5 3 20 0 15 0 71150959 11079016448 22056 33554432000 4194304 4196468 140736005463824 140390026939248 140390602787458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27191] ppid=27125 vsize=10819352 memory=6154282490091891024 CPUtime=0.18 cores=1,3,5,7
/proc/27128/task/27191/stat : 27191 (java) S 27125 27128 23703 0 -1 1077944384 742 12988 0 0 10 0 5 3 20 0 15 0 71150959 11079016448 22056 33554432000 4194304 4196468 140736005463824 140390025886448 140390602787458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27192] ppid=27125 vsize=10819352 memory=5450916479948256810 CPUtime=0.21 cores=1,3,5,7
/proc/27128/task/27192/stat : 27192 (java) S 27125 27128 23703 0 -1 1077944384 931 12988 0 0 13 0 5 3 20 0 15 0 71150959 11079016448 22056 33554432000 4194304 4196468 140736005463824 140390024833648 140390602787458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27193] ppid=27125 vsize=10819352 memory=-8033973737701895300 CPUtime=0.08 cores=1,3,5,7
/proc/27128/task/27193/stat : 27193 (java) S 27125 27128 23703 0 -1 1077944384 3 12988 0 0 0 0 5 3 20 0 15 0 71150959 11079016448 22056 33554432000 4194304 4196468 140736005463824 140388857801440 140390602786517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27194] ppid=27125 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27128/task/27194/stat : 27194 (java) S 27125 27128 23703 0 -1 1077944384 1 12988 0 0 0 0 5 3 20 0 15 0 71150959 11079016448 22056 33554432000 4194304 4196468 140736005463824 140390023781040 140390602787458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 88224 KiB

[startup+1.50074 s]
/proc/loadavg: 1.44 1.37 1.47 3/216 27194
/proc/meminfo: memFree=14381512/32770624 swapFree=67108796/67108860
[pid=27128] ppid=27125 vsize=10834252 memory=178044 CPUtime=2.35 cores=1,3,5,7
/proc/27128/stat : 27128 (java) S 27125 27128 23703 0 -1 1077944320 24119 12988 0 0 217 10 5 3 20 0 15 0 71150944 11094274048 44511 33554432000 4194304 4196468 140736005463824 140736005446368 140390602776311 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
/proc/27128/statm: 2708563 44511 3470 1 0 2670221 0
[pid=27128/tid=27181] ppid=27125 vsize=10834252 memory=135864 CPUtime=1.43 cores=1,3,5,7
/proc/27128/task/27181/stat : 27181 (java) R 27125 27128 23703 0 -1 4202560 17744 12988 0 0 130 5 5 3 20 0 15 0 71150953 11094274048 44511 33554432000 4194304 4196468 140736005463824 140390574605408 140390205867087 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27182] ppid=27125 vsize=10834252 memory=-3117775541953849957 CPUtime=0.09 cores=1,3,5,7
/proc/27128/task/27182/stat : 27182 (java) S 27125 27128 23703 0 -1 1077944384 48 12988 0 0 1 0 5 3 20 0 15 0 71150954 11094274048 44511 33554432000 4194304 4196468 140736005463824 140390607019152 140390602786517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27183] ppid=27125 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/27128/task/27183/stat : 27183 (java) S 27125 27128 23703 0 -1 1077944384 166 12988 0 0 1 0 5 3 20 0 15 0 71150954 11094274048 44511 33554432000 4194304 4196468 140736005463824 140390536776720 140390602786517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27184] ppid=27125 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27128/task/27184/stat : 27184 (java) S 27125 27128 23703 0 -1 1077944384 20 12988 0 0 0 0 5 3 20 0 15 0 71150954 11094274048 44511 33554432000 4194304 4196468 140736005463824 140390175271824 140390602786517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27185] ppid=27125 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/27128/task/27185/stat : 27185 (java) S 27125 27128 23703 0 -1 1077944384 29 12988 0 0 1 0 5 3 20 0 15 0 71150954 11094274048 44511 33554432000 4194304 4196468 140736005463824 140390174219024 140390602786517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27186] ppid=27125 vsize=10834252 memory=256519270637649 CPUtime=0.09 cores=1,3,5,7
/proc/27128/task/27186/stat : 27186 (java) S 27125 27128 23703 0 -1 1077944384 57 12988 0 0 1 0 5 3 20 0 15 0 71150955 11094274048 44511 33554432000 4194304 4196468 140736005463824 140390061549936 140390602787458 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27187] ppid=27125 vsize=10834252 memory=297290490211296509 CPUtime=0.08 cores=1,3,5,7
/proc/27128/task/27187/stat : 27187 (java) S 27125 27128 23703 0 -1 1077944384 34 12988 0 0 0 0 5 3 20 0 15 0 71150956 11094274048 44511 33554432000 4194304 4196468 140736005463824 140390060495968 140390602786517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27188] ppid=27125 vsize=10834252 memory=4638778415513030992 CPUtime=0.08 cores=1,3,5,7
/proc/27128/task/27188/stat : 27188 (java) S 27125 27128 23703 0 -1 1077944384 2 12988 0 0 0 0 5 3 20 0 15 0 71150956 11094274048 44511 33554432000 4194304 4196468 140736005463824 140389931541376 140390602786517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27189] ppid=27125 vsize=10834252 memory=6935649255759568960 CPUtime=0.08 cores=1,3,5,7
/proc/27128/task/27189/stat : 27189 (java) S 27125 27128 23703 0 -1 1077944384 2 12988 0 0 0 0 5 3 20 0 15 0 71150959 11094274048 44511 33554432000 4194304 4196468 140736005463824 140389327562576 140390602794907 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27190] ppid=27125 vsize=10834252 memory=279512579309808 CPUtime=0.29 cores=1,3,5,7
/proc/27128/task/27190/stat : 27190 (java) S 27125 27128 23703 0 -1 1077944384 1302 12988 0 0 21 0 5 3 20 0 15 0 71150959 11094274048 44511 33554432000 4194304 4196468 140736005463824 140390026939248 140390602787458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27191] ppid=27125 vsize=10834252 memory=6935649255759568960 CPUtime=0.31 cores=1,3,5,7
/proc/27128/task/27191/stat : 27191 (java) S 27125 27128 23703 0 -1 1077944384 930 12988 0 0 23 0 5 3 20 0 15 0 71150959 11094274048 44511 33554432000 4194304 4196468 140736005463824 140390025886448 140390602787458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27192] ppid=27125 vsize=10834252 memory=-6870340768888941155 CPUtime=0.43 cores=1,3,5,7
/proc/27128/task/27192/stat : 27192 (java) R 27125 27128 23703 0 -1 4202560 1593 12988 0 0 35 0 5 3 20 0 15 0 71150959 11094274048 44511 33554432000 4194304 4196468 140736005463824 140390024833776 140390581899764 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27193] ppid=27125 vsize=10834252 memory=6944656575208382560 CPUtime=0.08 cores=1,3,5,7
/proc/27128/task/27193/stat : 27193 (java) S 27125 27128 23703 0 -1 1077944384 3 12988 0 0 0 0 5 3 20 0 15 0 71150959 11094274048 44511 33554432000 4194304 4196468 140736005463824 140388857801440 140390602786517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27194] ppid=27125 vsize=10834252 memory=6944656592455360604 CPUtime=0.08 cores=1,3,5,7
/proc/27128/task/27194/stat : 27194 (java) S 27125 27128 23703 0 -1 1077944384 1 12988 0 0 0 0 5 3 20 0 15 0 71150959 11094274048 44511 33554432000 4194304 4196468 140736005463824 140390023781040 140390602787458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
Current children cumulated CPU time: 2.35 s
Current children cumulated vsize: 10834252 KiB

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

[startup+5.65331 s]
# the end of solver process 27128 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=13.0612 s, system=0.28598 s

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

[startup+3.20173 s]
/proc/loadavg: 1.56 1.40 1.48 6/216 27194
/proc/meminfo: memFree=14272016/32770624 swapFree=67108796/67108860
[pid=27128] ppid=27125 vsize=10844512 memory=235452 CPUtime=6.11 cores=1,3,5,7
/proc/27128/stat : 27128 (java) S 27125 27128 23703 0 -1 1077944320 44484 12988 0 0 589 14 5 3 20 0 15 0 71150944 11104780288 58863 33554432000 4194304 4196468 140736005463824 140736005446368 140390602776311 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
/proc/27128/statm: 2711128 58863 3489 1 0 2672781 0
[pid=27128/tid=27181] ppid=27125 vsize=10844512 memory=7522788636927552103 CPUtime=3.12 cores=1,3,5,7
/proc/27128/task/27181/stat : 27181 (java) R 27125 27128 23703 0 -1 4202560 29861 12988 0 0 296 8 5 3 20 0 15 0 71150953 11104780288 58863 33554432000 4194304 4196468 140736005463824 140390574610144 140390602788246 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27182] ppid=27125 vsize=10844512 memory=2689 CPUtime=0.09 cores=1,3,5,7
/proc/27128/task/27182/stat : 27182 (java) S 27125 27128 23703 0 -1 1077944384 48 12988 0 0 1 0 5 3 20 0 15 0 71150954 11104780288 58863 33554432000 4194304 4196468 140736005463824 140390607019152 140390602786517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27183] ppid=27125 vsize=10844512 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/27128/task/27183/stat : 27183 (java) S 27125 27128 23703 0 -1 1077944384 166 12988 0 0 1 0 5 3 20 0 15 0 71150954 11104780288 58863 33554432000 4194304 4196468 140736005463824 140390536776720 140390602786517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27184] ppid=27125 vsize=10844512 memory=279512579468416 CPUtime=0.08 cores=1,3,5,7
/proc/27128/task/27184/stat : 27184 (java) S 27125 27128 23703 0 -1 1077944384 20 12988 0 0 0 0 5 3 20 0 15 0 71150954 11104780288 58863 33554432000 4194304 4196468 140736005463824 140390175271824 140390602786517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27185] ppid=27125 vsize=10844512 memory=131 CPUtime=0.09 cores=1,3,5,7
/proc/27128/task/27185/stat : 27185 (java) S 27125 27128 23703 0 -1 1077944384 29 12988 0 0 1 0 5 3 20 0 15 0 71150954 11104780288 58863 33554432000 4194304 4196468 140736005463824 140390174219024 140390602786517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27186] ppid=27125 vsize=10844512 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/27128/task/27186/stat : 27186 (java) S 27125 27128 23703 0 -1 1077944384 260 12988 0 0 1 0 5 3 20 0 15 0 71150955 11104780288 58863 33554432000 4194304 4196468 140736005463824 140390061549936 140390602787458 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27187] ppid=27125 vsize=10844512 memory=5864320455873620325 CPUtime=0.08 cores=1,3,5,7
/proc/27128/task/27187/stat : 27187 (java) S 27125 27128 23703 0 -1 1077944384 34 12988 0 0 0 0 5 3 20 0 15 0 71150956 11104780288 58863 33554432000 4194304 4196468 140736005463824 140390060495968 140390602786517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27188] ppid=27125 vsize=10844512 memory=7372786582024121444 CPUtime=0.08 cores=1,3,5,7
/proc/27128/task/27188/stat : 27188 (java) S 27125 27128 23703 0 -1 1077944384 2 12988 0 0 0 0 5 3 20 0 15 0 71150956 11104780288 58863 33554432000 4194304 4196468 140736005463824 140389931541376 140390602786517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27189] ppid=27125 vsize=10844512 memory=7444819964895187030 CPUtime=0.08 cores=1,3,5,7
/proc/27128/task/27189/stat : 27189 (java) S 27125 27128 23703 0 -1 1077944384 2 12988 0 0 0 0 5 3 20 0 15 0 71150959 11104780288 58863 33554432000 4194304 4196468 140736005463824 140389327562576 140390602794907 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27190] ppid=27125 vsize=10844512 memory=-6800859132029471843 CPUtime=0.92 cores=1,3,5,7
/proc/27128/task/27190/stat : 27190 (java) R 27125 27128 23703 0 -1 4202560 3008 12988 0 0 83 1 5 3 20 0 15 0 71150959 11104780288 58863 33554432000 4194304 4196468 140736005463824 140390026926720 140390585987982 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27191] ppid=27125 vsize=10844512 memory=6944656592455097440 CPUtime=0.87 cores=1,3,5,7
/proc/27128/task/27191/stat : 27191 (java) R 27125 27128 23703 0 -1 4202560 2233 12988 0 0 78 1 5 3 20 0 15 0 71150959 11104780288 58863 33554432000 4194304 4196468 140736005463824 140390025869984 140390586273099 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27192] ppid=27125 vsize=10844512 memory=8 CPUtime=1.32 cores=1,3,5,7
/proc/27128/task/27192/stat : 27192 (java) R 27125 27128 23703 0 -1 4202560 6624 12988 0 0 123 1 5 3 20 0 15 0 71150959 11104780288 58863 33554432000 4194304 4196468 140736005463824 140390024833648 140390602797658 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27193] ppid=27125 vsize=10844512 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/27128/task/27193/stat : 27193 (java) S 27125 27128 23703 0 -1 1077944384 3 12988 0 0 0 0 5 3 20 0 15 0 71150959 11104780288 58863 33554432000 4194304 4196468 140736005463824 140388857801440 140390602786517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27194] ppid=27125 vsize=10844512 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/27128/task/27194/stat : 27194 (java) S 27125 27128 23703 0 -1 1077944384 6 12988 0 0 0 0 5 3 20 0 15 0 71150959 11104780288 58863 33554432000 4194304 4196468 140736005463824 140390023781040 140390602787458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
Current children cumulated CPU time: 6.11 s
Current children cumulated vsize: 10844512 KiB
Current children cumulated memory: 235452 KiB

[startup+4.80067 s]
/proc/loadavg: 1.56 1.40 1.48 6/216 27194
/proc/meminfo: memFree=14192476/32770624 swapFree=67108796/67108860
[pid=27128] ppid=27125 vsize=10914144 memory=379192 CPUtime=10.99 cores=1,3,5,7
/proc/27128/stat : 27128 (java) S 27125 27128 23703 0 -1 1077944320 70674 12988 0 0 1070 21 5 3 20 0 15 0 71150944 11176083456 94798 33554432000 4194304 4196468 140736005463824 140736005446368 140390602776311 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
/proc/27128/statm: 2728536 94798 3504 1 0 2690189 0
[pid=27128/tid=27181] ppid=27125 vsize=10914144 memory=1 CPUtime=4.64 cores=1,3,5,7
/proc/27128/task/27181/stat : 27181 (java) R 27125 27128 23703 0 -1 4202560 45968 12988 0 0 445 11 5 3 20 0 15 0 71150953 11176083456 94798 33554432000 4194304 4196468 140736005463824 140390574595408 140390586819941 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27182] ppid=27125 vsize=10914144 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/27128/task/27182/stat : 27182 (java) S 27125 27128 23703 0 -1 1077944384 63 12988 0 0 2 0 5 3 20 0 15 0 71150954 11176083456 94798 33554432000 4194304 4196468 140736005463824 140390607019152 140390602786517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27183] ppid=27125 vsize=10914144 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/27128/task/27183/stat : 27183 (java) S 27125 27128 23703 0 -1 1077944384 226 12988 0 0 5 0 5 3 20 0 15 0 71150954 11176083456 94798 33554432000 4194304 4196468 140736005463824 140390536776720 140390602786517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27184] ppid=27125 vsize=10914144 memory=9 CPUtime=0.13 cores=1,3,5,7
/proc/27128/task/27184/stat : 27184 (java) S 27125 27128 23703 0 -1 1077944384 51 12988 0 0 4 1 5 3 20 0 15 0 71150954 11176083456 94798 33554432000 4194304 4196468 140736005463824 140390175271824 140390602786517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27185] ppid=27125 vsize=10914144 memory=197840 CPUtime=0.13 cores=1,3,5,7
/proc/27128/task/27185/stat : 27185 (java) S 27125 27128 23703 0 -1 1077944384 87 12988 0 0 5 0 5 3 20 0 15 0 71150954 11176083456 94798 33554432000 4194304 4196468 140736005463824 140390174219024 140390602786517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27186] ppid=27125 vsize=10914144 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/27128/task/27186/stat : 27186 (java) S 27125 27128 23703 0 -1 1077944384 2575 12988 0 0 4 0 5 3 20 0 15 0 71150955 11176083456 94798 33554432000 4194304 4196468 140736005463824 140390061549936 140390602787458 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27187] ppid=27125 vsize=10914144 memory=56 CPUtime=0.08 cores=1,3,5,7
/proc/27128/task/27187/stat : 27187 (java) S 27125 27128 23703 0 -1 1077944384 40 12988 0 0 0 0 5 3 20 0 15 0 71150956 11176083456 94798 33554432000 4194304 4196468 140736005463824 140390060495968 140390602786517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27188] ppid=27125 vsize=10914144 memory=288230604624101685 CPUtime=0.08 cores=1,3,5,7
/proc/27128/task/27188/stat : 27188 (java) S 27125 27128 23703 0 -1 1077944384 6 12988 0 0 0 0 5 3 20 0 15 0 71150956 11176083456 94798 33554432000 4194304 4196468 140736005463824 140389931541376 140390602786517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27189] ppid=27125 vsize=10914144 memory=14417003460954513 CPUtime=0.08 cores=1,3,5,7
/proc/27128/task/27189/stat : 27189 (java) S 27125 27128 23703 0 -1 1077944384 2 12988 0 0 0 0 5 3 20 0 15 0 71150959 11176083456 94798 33554432000 4194304 4196468 140736005463824 140389327562576 140390602794907 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27190] ppid=27125 vsize=10914144 memory=2681 CPUtime=2.17 cores=1,3,5,7
/proc/27128/task/27190/stat : 27190 (java) R 27125 27128 23703 0 -1 4202560 6724 12988 0 0 208 1 5 3 20 0 15 0 71150959 11176083456 94798 33554432000 4194304 4196468 140736005463824 140390026925272 140390587891561 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27191] ppid=27125 vsize=10914144 memory=2720 CPUtime=2.16 cores=1,3,5,7
/proc/27128/task/27191/stat : 27191 (java) R 27125 27128 23703 0 -1 4202560 4884 12988 0 0 207 1 5 3 20 0 15 0 71150959 11176083456 94798 33554432000 4194304 4196468 140736005463824 140390025867464 140390582469407 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27192] ppid=27125 vsize=10914144 memory=6872598998417432672 CPUtime=1.95 cores=1,3,5,7
/proc/27128/task/27192/stat : 27192 (java) R 27125 27128 23703 0 -1 1077944384 7849 12988 0 0 185 2 5 3 20 0 15 0 71150959 11176083456 94798 33554432000 4194304 4196468 140736005463824 140390024833648 140390602787458 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27193] ppid=27125 vsize=10914144 memory=6656426216303648864 CPUtime=0.08 cores=1,3,5,7
/proc/27128/task/27193/stat : 27193 (java) S 27125 27128 23703 0 -1 1077944384 3 12988 0 0 0 0 5 3 20 0 15 0 71150959 11176083456 94798 33554432000 4194304 4196468 140736005463824 140388857801440 140390602786517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27194] ppid=27125 vsize=10914144 memory=6943526294502006880 CPUtime=0.08 cores=1,3,5,7
/proc/27128/task/27194/stat : 27194 (java) S 27125 27128 23703 0 -1 1077944384 8 12988 0 0 0 0 5 3 20 0 15 0 71150959 11176083456 94798 33554432000 4194304 4196468 140736005463824 140390023781040 140390602787458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
Current children cumulated CPU time: 10.99 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 379192 KiB

[startup+5.20282 s]
/proc/loadavg: 1.56 1.40 1.48 5/216 27194
/proc/meminfo: memFree=14109548/32770624 swapFree=67108796/67108860
[pid=27128] ppid=27125 vsize=10916192 memory=384128 CPUtime=12.33 cores=1,3,5,7
/proc/27128/stat : 27128 (java) S 27125 27128 23703 0 -1 1077944320 74055 12988 0 0 1203 22 5 3 20 0 15 0 71150944 11178180608 96032 33554432000 4194304 4196468 140736005463824 140736005446368 140390602776311 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
/proc/27128/statm: 2729048 96032 3508 1 0 2690701 0
[pid=27128/tid=27181] ppid=27125 vsize=10916192 memory=0 CPUtime=5.04 cores=1,3,5,7
/proc/27128/task/27181/stat : 27181 (java) R 27125 27128 23703 0 -1 4202560 46054 12988 0 0 485 11 5 3 20 0 15 0 71150953 11178180608 96032 33554432000 4194304 4196468 140736005463824 140390574609264 140390225032106 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27182] ppid=27125 vsize=10916192 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/27128/task/27182/stat : 27182 (java) S 27125 27128 23703 0 -1 1077944384 63 12988 0 0 2 0 5 3 20 0 15 0 71150954 11178180608 96032 33554432000 4194304 4196468 140736005463824 140390607019152 140390602786517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27183] ppid=27125 vsize=10916192 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/27128/task/27183/stat : 27183 (java) S 27125 27128 23703 0 -1 1077944384 226 12988 0 0 5 0 5 3 20 0 15 0 71150954 11178180608 96032 33554432000 4194304 4196468 140736005463824 140390536776720 140390602786517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27184] ppid=27125 vsize=10916192 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/27128/task/27184/stat : 27184 (java) S 27125 27128 23703 0 -1 1077944384 51 12988 0 0 4 1 5 3 20 0 15 0 71150954 11178180608 96032 33554432000 4194304 4196468 140736005463824 140390175271824 140390602786517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27185] ppid=27125 vsize=10916192 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/27128/task/27185/stat : 27185 (java) S 27125 27128 23703 0 -1 1077944384 87 12988 0 0 5 0 5 3 20 0 15 0 71150954 11178180608 96032 33554432000 4194304 4196468 140736005463824 140390174219024 140390602786517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27186] ppid=27125 vsize=10916192 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/27128/task/27186/stat : 27186 (java) S 27125 27128 23703 0 -1 1077944384 2575 12988 0 0 4 0 5 3 20 0 15 0 71150955 11178180608 96032 33554432000 4194304 4196468 140736005463824 140390061549936 140390602787458 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27187] ppid=27125 vsize=10916192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27128/task/27187/stat : 27187 (java) S 27125 27128 23703 0 -1 1077944384 40 12988 0 0 0 0 5 3 20 0 15 0 71150956 11178180608 96032 33554432000 4194304 4196468 140736005463824 140390060495968 140390602786517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27188] ppid=27125 vsize=10916192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27128/task/27188/stat : 27188 (java) S 27125 27128 23703 0 -1 1077944384 6 12988 0 0 0 0 5 3 20 0 15 0 71150956 11178180608 96032 33554432000 4194304 4196468 140736005463824 140389931541376 140390602786517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27189] ppid=27125 vsize=10916192 memory=-3535359994705172875 CPUtime=0.08 cores=1,3,5,7
/proc/27128/task/27189/stat : 27189 (java) S 27125 27128 23703 0 -1 1077944384 2 12988 0 0 0 0 5 3 20 0 15 0 71150959 11178180608 96032 33554432000 4194304 4196468 140736005463824 140389327562576 140390602794907 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27190] ppid=27125 vsize=10916192 memory=6944652177228980320 CPUtime=2.58 cores=1,3,5,7
/proc/27128/task/27190/stat : 27190 (java) R 27125 27128 23703 0 -1 4202560 9524 12988 0 0 248 2 5 3 20 0 15 0 71150959 11178180608 96032 33554432000 4194304 4196468 140736005463824 140390026928720 140390587168288 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27191] ppid=27125 vsize=10916192 memory=6944656592455360604 CPUtime=2.56 cores=1,3,5,7
/proc/27128/task/27191/stat : 27191 (java) R 27125 27128 23703 0 -1 4202560 5208 12988 0 0 247 1 5 3 20 0 15 0 71150959 11178180608 96032 33554432000 4194304 4196468 140736005463824 140390025874848 140390586187104 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27192] ppid=27125 vsize=10916192 memory=-1807685287717842718 CPUtime=2.08 cores=1,3,5,7
/proc/27128/task/27192/stat : 27192 (java) S 27125 27128 23703 0 -1 1077944384 8019 12988 0 0 198 2 5 3 20 0 15 0 71150959 11178180608 96032 33554432000 4194304 4196468 140736005463824 140390024833648 140390602787458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27193] ppid=27125 vsize=10916192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27128/task/27193/stat : 27193 (java) S 27125 27128 23703 0 -1 1077944384 3 12988 0 0 0 0 5 3 20 0 15 0 71150959 11178180608 96032 33554432000 4194304 4196468 140736005463824 140388857801440 140390602786517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27194] ppid=27125 vsize=10916192 memory=5450916471307863870 CPUtime=0.08 cores=1,3,5,7
/proc/27128/task/27194/stat : 27194 (java) S 27125 27128 23703 0 -1 1077944384 9 12988 0 0 0 0 5 3 20 0 15 0 71150959 11178180608 96032 33554432000 4194304 4196468 140736005463824 140390023781040 140390602787458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
Current children cumulated CPU time: 12.33 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 384128 KiB

[startup+5.60071 s]
/proc/loadavg: 1.56 1.40 1.48 5/216 27194
/proc/meminfo: memFree=14109548/32770624 swapFree=67108796/67108860
[pid=27128] ppid=27125 vsize=10916192 memory=424268 CPUtime=13.24 cores=1,3,5,7
/proc/27128/stat : 27128 (java) S 27125 27128 23703 0 -1 1077944320 74307 12988 0 0 1293 23 5 3 20 0 15 0 71150944 11178180608 106067 33554432000 4194304 4196468 140736005463824 140736005446368 140390602776311 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
/proc/27128/statm: 2729048 106067 3509 1 0 2690701 0
[pid=27128/tid=27181] ppid=27125 vsize=10916192 memory=21352 CPUtime=5.43 cores=1,3,5,7
/proc/27128/task/27181/stat : 27181 (java) R 27125 27128 23703 0 -1 4202560 46084 12988 0 0 523 12 5 3 20 0 15 0 71150953 11178180608 106067 33554432000 4194304 4196468 140736005463824 140390574607872 140390602788246 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27182] ppid=27125 vsize=10916192 memory=6791534058613427641 CPUtime=0.1 cores=1,3,5,7
/proc/27128/task/27182/stat : 27182 (java) S 27125 27128 23703 0 -1 1077944384 69 12988 0 0 2 0 5 3 20 0 15 0 71150954 11178180608 106067 33554432000 4194304 4196468 140736005463824 140390607019152 140390602786517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27183] ppid=27125 vsize=10916192 memory=17400 CPUtime=0.13 cores=1,3,5,7
/proc/27128/task/27183/stat : 27183 (java) S 27125 27128 23703 0 -1 1077944384 231 12988 0 0 5 0 5 3 20 0 15 0 71150954 11178180608 106067 33554432000 4194304 4196468 140736005463824 140390536776720 140390602786517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27184] ppid=27125 vsize=10916192 memory=17804 CPUtime=0.13 cores=1,3,5,7
/proc/27128/task/27184/stat : 27184 (java) S 27125 27128 23703 0 -1 1077944384 53 12988 0 0 4 1 5 3 20 0 15 0 71150954 11178180608 106067 33554432000 4194304 4196468 140736005463824 140390175271824 140390602786517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27185] ppid=27125 vsize=10916192 memory=4016 CPUtime=0.13 cores=1,3,5,7
/proc/27128/task/27185/stat : 27185 (java) S 27125 27128 23703 0 -1 1077944384 88 12988 0 0 5 0 5 3 20 0 15 0 71150954 11178180608 106067 33554432000 4194304 4196468 140736005463824 140390174219024 140390602786517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27186] ppid=27125 vsize=10916192 memory=644 CPUtime=0.12 cores=1,3,5,7
/proc/27128/task/27186/stat : 27186 (java) S 27125 27128 23703 0 -1 1077944384 2577 12988 0 0 4 0 5 3 20 0 15 0 71150955 11178180608 106067 33554432000 4194304 4196468 140736005463824 140390061549936 140390602787458 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27187] ppid=27125 vsize=10916192 memory=1676 CPUtime=0.08 cores=1,3,5,7
/proc/27128/task/27187/stat : 27187 (java) S 27125 27128 23703 0 -1 1077944384 40 12988 0 0 0 0 5 3 20 0 15 0 71150956 11178180608 106067 33554432000 4194304 4196468 140736005463824 140390060495968 140390602786517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27188] ppid=27125 vsize=10916192 memory=960 CPUtime=0.08 cores=1,3,5,7
/proc/27128/task/27188/stat : 27188 (java) S 27125 27128 23703 0 -1 1077944384 6 12988 0 0 0 0 5 3 20 0 15 0 71150956 11178180608 106067 33554432000 4194304 4196468 140736005463824 140389931541376 140390602786517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27189] ppid=27125 vsize=10916192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27128/task/27189/stat : 27189 (java) S 27125 27128 23703 0 -1 1077944384 2 12988 0 0 0 0 5 3 20 0 15 0 71150959 11178180608 106067 33554432000 4194304 4196468 140736005463824 140389327562576 140390602794907 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27190] ppid=27125 vsize=10916192 memory=279512579992800 CPUtime=2.78 cores=1,3,5,7
/proc/27128/task/27190/stat : 27190 (java) R 27125 27128 23703 0 -1 1077944384 9586 12988 0 0 268 2 5 3 20 0 15 0 71150959 11178180608 106067 33554432000 4194304 4196468 140736005463824 140390026939248 140390602787458 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27191] ppid=27125 vsize=10916192 memory=3184237676365994192 CPUtime=2.8 cores=1,3,5,7
/proc/27128/task/27191/stat : 27191 (java) R 27125 27128 23703 0 -1 4202560 5271 12988 0 0 271 1 5 3 20 0 15 0 71150959 11178180608 106067 33554432000 4194304 4196468 140736005463824 140390025886448 140390586262436 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27192] ppid=27125 vsize=10916192 memory=0 CPUtime=2.16 cores=1,3,5,7
/proc/27128/task/27192/stat : 27192 (java) R 27125 27128 23703 0 -1 4202560 8100 12988 0 0 206 2 5 3 20 0 15 0 71150959 11178180608 106067 33554432000 4194304 4196468 140736005463824 140390024833648 140390602788246 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27193] ppid=27125 vsize=10916192 memory=6656426216303648864 CPUtime=0.08 cores=1,3,5,7
/proc/27128/task/27193/stat : 27193 (java) S 27125 27128 23703 0 -1 1077944384 3 12988 0 0 0 0 5 3 20 0 15 0 71150959 11178180608 106067 33554432000 4194304 4196468 140736005463824 140388857801440 140390602786517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
[pid=27128/tid=27194] ppid=27125 vsize=10916192 memory=-8096454439705354400 CPUtime=0.08 cores=1,3,5,7
/proc/27128/task/27194/stat : 27194 (java) S 27125 27128 23703 0 -1 1077944384 9 12988 0 0 0 0 5 3 20 0 15 0 71150959 11178180608 106067 33554432000 4194304 4196468 140736005463824 140390023781040 140390602787458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11194368 140736005470830 140736005473628 140736005473628 140736005476303 0
Current children cumulated CPU time: 13.24 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 424268 KiB

Child status: 0
Real time (s): 5.65336
CPU time (s): 13.3472
CPU user time (s): 13.0612
CPU system time (s): 0.28598
CPU usage (%): 236.093
Max. virtual memory (cumulated for all children) (KiB): 10918900
Max. memory (cumulated for all children) (KiB): 424268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.0612
system time used= 0.28598
maximum resident set size= 428504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87414
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8371
involuntary context switches= 52


# summary of solver processes directly reported to runsolver:
#   pid: 27128
#   total CPU time (s): 13.3472
#   total CPU user time (s): 13.0612
#   total CPU system time (s): 0.28598

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.04873 second user time and 0.101729 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-25 18:24:38
IDJOB=4295198
IDBENCH=141489
IDSOLVER=2750
FILE ID=node138/4295198-1532535878
RUNJOBID= node138-1532523045-23735
PBS_JOBID= 21021594
Free space on /tmp= 53776 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/PeacableArmies/PeacableArmies-m1-05_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295198-1532535878/watcher-4295198-1532535878 -o /tmp/evaluation-result-4295198-1532535878/solver-4295198-1532535878 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532523045-23735 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1957537663 HOME/instance-4295198-1532535878.xml

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

MD5SUM BENCH= 4b3a1ce7a352f102282a9a722b8ddb17
RANDOM SEED=1957537663

node138.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.71
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.71
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.71
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.71
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:        14480236 kB
MemAvailable:   28766864 kB
Buffers:          165004 kB
Cached:         14267516 kB
SwapCached:           44 kB
Active:          5539700 kB
Inactive:       12104016 kB
Active(anon):    3161416 kB
Inactive(anon):    77272 kB
Active(file):    2378284 kB
Inactive(file): 12026744 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:             26468 kB
Writeback:             0 kB
AnonPages:       3217848 kB
Mapped:            47772 kB
Shmem:             25164 kB
Slab:             338168 kB
SReclaimable:     310060 kB
SUnreclaim:        28108 kB
KernelStack:        3520 kB
PageTables:        11780 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4085416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2979840 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 53748 MiB
End job on node138 at 2018-07-25 18:24:44