Trace number 4302271

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.2OPT871 12.755 6.75578

General information on the benchmark

NameKnapsack/
Knapsack-30-100-01_c18.xml
MD5SUM29cb88997fb73697c0a266537888e139
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark871
Best CPU time to get the best result obtained on this benchmark0.458688
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":30}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":30}]
Minimum constraint arity30
Maximum constraint arity30
Distribution of constraint arities[{"arity":30,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"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

0.99/0.74	c Concrete v3.9.2.1532736233296 running
5.99/3.74	o 680
5.99/3.75	o 703
5.99/3.76	o 714
5.99/3.77	o 807
6.27/3.85	o 810
6.27/3.85	o 813
6.27/3.85	o 869
6.27/3.88	o 871
12.67/6.73	v <instantiation cost="871">
12.67/6.73	v       <list>
12.67/6.73	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29]
12.67/6.73	v       </list>
12.67/6.73	v       <values>
12.67/6.73	v         0 0 0 0 1 1 1 0 1 0 0 0 0 0 1 1 0 1 0 0 1 1 1 0 0 1 0 1 0 1
12.67/6.73	v       </values>
12.67/6.73	v     </instantiation>
12.67/6.73	s OPTIMUM FOUND

Verifier Data

OK	871

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302271-1532897903/watcher-4302271-1532897903 -o /tmp/evaluation-result-4302271-1532897903/solver-4302271-1532897903 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532895551-13369 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1175739948 HOME/instance-4302271-1532897903.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=17123, runsolver pid=17120

[startup+0.110443 s]*
/proc/loadavg: 2.23 1.80 1.68 3/206 17180
/proc/meminfo: memFree=22367288/32770624 swapFree=67108688/67108860
[pid=17123] ppid=17120 vsize=10453864 memory=22680 CPUtime=0.09 cores=1,3,5,7
/proc/17123/stat : 17123 (java) S 17120 17123 6529 0 -1 1077944320 4816 13127 0 0 1 1 5 2 20 0 9 0 107353194 10704756736 5670 33554432000 4194304 4196468 140730191401952 140730191384496 139696161939191 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
/proc/17123/statm: 2613466 5670 2102 1 0 2576007 0
[pid=17123/tid=17176] ppid=17120 vsize=10453864 memory=4351193297951294345 CPUtime=0.09 cores=1,3,5,7
/proc/17123/task/17176/stat : 17176 (java) R 17120 17123 6529 0 -1 4202560 2606 13127 0 0 1 1 5 2 20 0 9 0 107353202 10704756736 5670 33554432000 4194304 4196468 140730191401952 139696133775216 139696146019678 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17177] ppid=17120 vsize=10453864 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17177/stat : 17177 (java) S 17120 17123 6529 0 -1 1077944384 2 13127 0 0 0 0 5 2 20 0 9 0 107353203 10704756736 5670 33554432000 4194304 4196468 140730191401952 139696166181648 139696161949397 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17178] ppid=17120 vsize=10453864 memory=139665718072960 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17178/stat : 17178 (java) S 17120 17123 6529 0 -1 1077944384 2 13127 0 0 0 0 5 2 20 0 9 0 107353203 10704756736 5670 33554432000 4194304 4196468 140730191401952 139696031517584 139696161949397 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17179] ppid=17120 vsize=10453864 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17179/stat : 17179 (java) S 17120 17123 6529 0 -1 1077944384 2 13127 0 0 0 0 5 2 20 0 9 0 107353203 10704756736 5670 33554432000 4194304 4196468 140730191401952 139696030465040 139696161949397 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17180] ppid=17120 vsize=10453864 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17180/stat : 17180 (java) S 17120 17123 6529 0 -1 1077944384 3 13127 0 0 0 0 5 2 20 0 9 0 107353203 10704756736 5670 33554432000 4194304 4196468 140730191401952 139696029412496 139696161949397 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17181] ppid=17120 vsize=10453864 memory=139665718072960 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17181/stat : 17181 (java) S 17120 17123 6529 0 -1 1077944384 2 13127 0 0 0 0 5 2 20 0 9 0 107353205 10704756736 5670 33554432000 4194304 4196468 140730191401952 139695453636592 139696161950338 0 0 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17182] ppid=17120 vsize=10453864 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17182/stat : 17182 (java) S 17120 17123 6529 0 -1 1077944384 13 13127 0 0 0 0 5 2 20 0 9 0 107353205 10704756736 5670 33554432000 4194304 4196468 140730191401952 139695019254688 139696161949397 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17183] ppid=17120 vsize=10453864 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17183/stat : 17183 (java) S 17120 17123 6529 0 -1 1077944384 1 13127 0 0 0 0 5 2 20 0 9 0 107353205 10704756736 5670 33554432000 4194304 4196468 140730191401952 139694817928240 139696161949397 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10453864 KiB
Current children cumulated memory: 22680 KiB

[startup+0.2101 s]*
/proc/loadavg: 2.23 1.80 1.68 3/215 17189
/proc/meminfo: memFree=22347096/32770624 swapFree=67108688/67108860
[pid=17123] ppid=17120 vsize=10982744 memory=45416 CPUtime=0.26 cores=1,3,5,7
/proc/17123/stat : 17123 (java) S 17120 17123 6529 0 -1 1077944320 8101 13127 0 0 17 2 5 2 20 0 15 0 107353194 11246329856 11354 33554432000 4194304 4196468 140730191401952 140730191384496 139696161939191 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
/proc/17123/statm: 2745686 11354 2945 1 0 2708109 0
[pid=17123/tid=17176] ppid=17120 vsize=10982776 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/17123/task/17176/stat : 17176 (java) R 17120 17123 6529 0 -1 4202560 4645 13127 0 0 10 1 5 2 20 0 15 0 107353202 11246362624 11354 33554432000 4194304 4196468 140730191401952 139696133764000 139696154618909 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17177] ppid=17120 vsize=10982776 memory=343 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17177/stat : 17177 (java) S 17120 17123 6529 0 -1 1077944384 2 13127 0 0 0 0 5 2 20 0 15 0 107353203 11246362624 11354 33554432000 4194304 4196468 140730191401952 139696166181648 139696161949397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17178] ppid=17120 vsize=10982776 memory=139665718716175 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17178/stat : 17178 (java) S 17120 17123 6529 0 -1 1077944384 2 13127 0 0 0 0 5 2 20 0 15 0 107353203 11246362624 11354 33554432000 4194304 4196468 140730191401952 139696031517584 139696161949397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17179] ppid=17120 vsize=10983736 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17179/stat : 17179 (java) S 17120 17123 6529 0 -1 1077944384 2 13127 0 0 0 0 5 2 20 0 15 0 107353203 11247345664 11420 33554432000 4194304 4196468 140730191401952 139696030465040 139696161949397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17180] ppid=17120 vsize=10983736 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17180/stat : 17180 (java) S 17120 17123 6529 0 -1 1077944384 3 13127 0 0 0 0 5 2 20 0 15 0 107353203 11247345664 11420 33554432000 4194304 4196468 140730191401952 139696029412496 139696161949397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17181] ppid=17120 vsize=10983736 memory=139665718072960 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17181/stat : 17181 (java) S 17120 17123 6529 0 -1 1077944384 2 13127 0 0 0 0 5 2 20 0 15 0 107353205 11247345664 11420 33554432000 4194304 4196468 140730191401952 139695453636592 139696161950338 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17182] ppid=17120 vsize=10983736 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17182/stat : 17182 (java) S 17120 17123 6529 0 -1 1077944384 13 13127 0 0 0 0 5 2 20 0 15 0 107353205 11247345664 11420 33554432000 4194304 4196468 140730191401952 139695019254688 139696161949397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17183] ppid=17120 vsize=10983736 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17183/stat : 17183 (java) S 17120 17123 6529 0 -1 1077944384 1 13127 0 0 0 0 5 2 20 0 15 0 107353205 11247345664 11420 33554432000 4194304 4196468 140730191401952 139694817928176 139696161949397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17184] ppid=17120 vsize=10983736 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17184/stat : 17184 (java) S 17120 17123 6529 0 -1 1077944384 3 13127 0 0 0 0 5 2 20 0 15 0 107353208 11247345664 11486 33554432000 4194304 4196468 140730191401952 139694510528720 139696161957787 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17185] ppid=17120 vsize=10983736 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17123/task/17185/stat : 17185 (java) S 17120 17123 6529 0 -1 1077944384 366 13127 0 0 1 0 5 2 20 0 15 0 107353208 11247345664 11486 33554432000 4194304 4196468 140730191401952 139695452584432 139696161950338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17186] ppid=17120 vsize=10983736 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17186/stat : 17186 (java) S 17120 17123 6529 0 -1 1077944384 254 13127 0 0 0 0 5 2 20 0 15 0 107353208 11247345664 11486 33554432000 4194304 4196468 140730191401952 139695451531888 139696161950338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17187] ppid=17120 vsize=10983736 memory=139665718072960 CPUtime=0.1 cores=1,3,5,7
/proc/17123/task/17187/stat : 17187 (java) S 17120 17123 6529 0 -1 1077944384 614 13127 0 0 3 0 5 2 20 0 15 0 107353208 11247345664 11486 33554432000 4194304 4196468 140730191401952 139695450479344 139696161950338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17188] ppid=17120 vsize=10983736 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17188/stat : 17188 (java) S 17120 17123 6529 0 -1 1077944384 3 13127 0 0 0 0 5 2 20 0 15 0 107353208 11247345664 11552 33554432000 4194304 4196468 140730191401952 139694079732832 139696161949397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17189] ppid=17120 vsize=10983736 memory=139665718072960 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17189/stat : 17189 (java) S 17120 17123 6529 0 -1 1077944384 1 13127 0 0 0 0 5 2 20 0 15 0 107353209 11247345664 11552 33554432000 4194304 4196468 140730191401952 139695449426224 139696161950338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 45416 KiB

[startup+0.310241 s]*
/proc/loadavg: 2.23 1.80 1.68 3/215 17189
/proc/meminfo: memFree=22335064/32770624 swapFree=67108688/67108860
[pid=17123] ppid=17120 vsize=10983192 memory=56096 CPUtime=0.38 cores=1,3,5,7
/proc/17123/stat : 17123 (java) S 17120 17123 6529 0 -1 1077944320 10603 13127 0 0 28 3 5 2 20 0 15 0 107353194 11246788608 14024 33554432000 4194304 4196468 140730191401952 140730191384496 139696161939191 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
/proc/17123/statm: 2745798 14024 3064 1 0 2708109 0
[pid=17123/tid=17176] ppid=17120 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/17123/task/17176/stat : 17176 (java) R 17120 17123 6529 0 -1 4202560 7145 13127 0 0 19 2 5 2 20 0 15 0 107353202 11246788608 14024 33554432000 4194304 4196468 140730191401952 139696133751200 139696146019678 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17177] ppid=17120 vsize=10983192 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17177/stat : 17177 (java) S 17120 17123 6529 0 -1 1077944384 2 13127 0 0 0 0 5 2 20 0 15 0 107353203 11246788608 14024 33554432000 4194304 4196468 140730191401952 139696166181648 139696161949397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17178] ppid=17120 vsize=10983192 memory=139665718079953 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17178/stat : 17178 (java) S 17120 17123 6529 0 -1 1077944384 2 13127 0 0 0 0 5 2 20 0 15 0 107353203 11246788608 14024 33554432000 4194304 4196468 140730191401952 139696031517584 139696161949397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17179] ppid=17120 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17179/stat : 17179 (java) S 17120 17123 6529 0 -1 1077944384 2 13127 0 0 0 0 5 2 20 0 15 0 107353203 11246788608 14024 33554432000 4194304 4196468 140730191401952 139696030465040 139696161949397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17180] ppid=17120 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17180/stat : 17180 (java) S 17120 17123 6529 0 -1 1077944384 3 13127 0 0 0 0 5 2 20 0 15 0 107353203 11246788608 14024 33554432000 4194304 4196468 140730191401952 139696029412496 139696161949397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17181] ppid=17120 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17181/stat : 17181 (java) S 17120 17123 6529 0 -1 1077944384 2 13127 0 0 0 0 5 2 20 0 15 0 107353205 11246788608 14024 33554432000 4194304 4196468 140730191401952 139695453636592 139696161950338 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17182] ppid=17120 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17182/stat : 17182 (java) S 17120 17123 6529 0 -1 1077944384 13 13127 0 0 0 0 5 2 20 0 15 0 107353205 11246788608 14024 33554432000 4194304 4196468 140730191401952 139695019254688 139696161949397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17183] ppid=17120 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17183/stat : 17183 (java) S 17120 17123 6529 0 -1 1077944384 1 13127 0 0 0 0 5 2 20 0 15 0 107353205 11246788608 14024 33554432000 4194304 4196468 140730191401952 139694817928176 139696161949397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17184] ppid=17120 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17184/stat : 17184 (java) S 17120 17123 6529 0 -1 1077944384 3 13127 0 0 0 0 5 2 20 0 15 0 107353208 11246788608 14024 33554432000 4194304 4196468 140730191401952 139694510528720 139696161957787 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17185] ppid=17120 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17123/task/17185/stat : 17185 (java) S 17120 17123 6529 0 -1 1077944384 366 13127 0 0 1 0 5 2 20 0 15 0 107353208 11246788608 14024 33554432000 4194304 4196468 140730191401952 139695452584432 139696161950338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17186] ppid=17120 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/17123/task/17186/stat : 17186 (java) S 17120 17123 6529 0 -1 1077944384 257 13127 0 0 1 0 5 2 20 0 15 0 107353208 11246788608 14024 33554432000 4194304 4196468 140730191401952 139695451531888 139696161950338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17187] ppid=17120 vsize=10983192 memory=-1 CPUtime=0.12 cores=1,3,5,7
/proc/17123/task/17187/stat : 17187 (java) R 17120 17123 6529 0 -1 4202560 620 13127 0 0 5 0 5 2 20 0 15 0 107353208 11246788608 14024 33554432000 4194304 4196468 140730191401952 139695450479344 139696161960538 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17188] ppid=17120 vsize=10983192 memory=139665718072960 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17188/stat : 17188 (java) S 17120 17123 6529 0 -1 1077944384 3 13127 0 0 0 0 5 2 20 0 15 0 107353208 11246788608 14024 33554432000 4194304 4196468 140730191401952 139694079732832 139696161949397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17189] ppid=17120 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17189/stat : 17189 (java) S 17120 17123 6529 0 -1 1077944384 1 13127 0 0 0 0 5 2 20 0 15 0 107353209 11246788608 14024 33554432000 4194304 4196468 140730191401952 139695449426224 139696161950338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56096 KiB

[startup+0.700781 s]
/proc/loadavg: 2.23 1.80 1.68 3/215 17189
/proc/meminfo: memFree=22325016/32770624 swapFree=67108688/67108860
[pid=17123] ppid=17120 vsize=10983192 memory=88620 CPUtime=0.99 cores=1,3,5,7
/proc/17123/stat : 17123 (java) S 17120 17123 6529 0 -1 1077944320 16782 13127 0 0 87 5 5 2 20 0 15 0 107353194 11246788608 22155 33554432000 4194304 4196468 140730191401952 140730191384496 139696161939191 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
/proc/17123/statm: 2745798 22155 3237 1 0 2708109 0
[pid=17123/tid=17176] ppid=17120 vsize=10983192 memory=139668041499177 CPUtime=0.66 cores=1,3,5,7
/proc/17123/task/17176/stat : 17176 (java) R 17120 17123 6529 0 -1 4202560 12281 13127 0 0 55 4 5 2 20 0 15 0 107353202 11246788608 22155 33554432000 4194304 4196468 140730191401952 139696133760016 139696145125982 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17177] ppid=17120 vsize=10983192 memory=139668041499198 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17177/stat : 17177 (java) S 17120 17123 6529 0 -1 1077944384 2 13127 0 0 0 0 5 2 20 0 15 0 107353203 11246788608 22155 33554432000 4194304 4196468 140730191401952 139696166181648 139696161949397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17178] ppid=17120 vsize=10983192 memory=139668041499199 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17178/stat : 17178 (java) S 17120 17123 6529 0 -1 1077944384 2 13127 0 0 0 0 5 2 20 0 15 0 107353203 11246788608 22155 33554432000 4194304 4196468 140730191401952 139696031517584 139696161949397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17179] ppid=17120 vsize=10983192 memory=139668041499204 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17179/stat : 17179 (java) S 17120 17123 6529 0 -1 1077944384 2 13127 0 0 0 0 5 2 20 0 15 0 107353203 11246788608 22155 33554432000 4194304 4196468 140730191401952 139696030465040 139696161949397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17180] ppid=17120 vsize=10983192 memory=139668041499205 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17180/stat : 17180 (java) S 17120 17123 6529 0 -1 1077944384 3 13127 0 0 0 0 5 2 20 0 15 0 107353203 11246788608 22155 33554432000 4194304 4196468 140730191401952 139696029412496 139696161949397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17181] ppid=17120 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17181/stat : 17181 (java) S 17120 17123 6529 0 -1 1077944384 6 13127 0 0 0 0 5 2 20 0 15 0 107353205 11246788608 22155 33554432000 4194304 4196468 140730191401952 139695453636592 139696161950338 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17182] ppid=17120 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17182/stat : 17182 (java) S 17120 17123 6529 0 -1 1077944384 13 13127 0 0 0 0 5 2 20 0 15 0 107353205 11246788608 22155 33554432000 4194304 4196468 140730191401952 139695019254688 139696161949397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17183] ppid=17120 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17183/stat : 17183 (java) S 17120 17123 6529 0 -1 1077944384 1 13127 0 0 0 0 5 2 20 0 15 0 107353205 11246788608 22155 33554432000 4194304 4196468 140730191401952 139694817928176 139696161949397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17184] ppid=17120 vsize=10983192 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17184/stat : 17184 (java) S 17120 17123 6529 0 -1 1077944384 3 13127 0 0 0 0 5 2 20 0 15 0 107353208 11246788608 22155 33554432000 4194304 4196468 140730191401952 139694510528720 139696161957787 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17185] ppid=17120 vsize=10983192 memory=1 CPUtime=0.17 cores=1,3,5,7
/proc/17123/task/17185/stat : 17185 (java) S 17120 17123 6529 0 -1 1077944384 961 13127 0 0 10 0 5 2 20 0 15 0 107353208 11246788608 22155 33554432000 4194304 4196468 140730191401952 139695452584432 139696161950338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17186] ppid=17120 vsize=10983192 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/17123/task/17186/stat : 17186 (java) S 17120 17123 6529 0 -1 1077944384 621 13127 0 0 6 0 5 2 20 0 15 0 107353208 11246788608 22155 33554432000 4194304 4196468 140730191401952 139695451531888 139696161950338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17187] ppid=17120 vsize=10983192 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/17123/task/17187/stat : 17187 (java) S 17120 17123 6529 0 -1 1077944384 689 13127 0 0 13 0 5 2 20 0 15 0 107353208 11246788608 22155 33554432000 4194304 4196468 140730191401952 139695450479344 139696161950338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17188] ppid=17120 vsize=10983192 memory=11 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17188/stat : 17188 (java) S 17120 17123 6529 0 -1 1077944384 3 13127 0 0 0 0 5 2 20 0 15 0 107353208 11246788608 22155 33554432000 4194304 4196468 140730191401952 139694079732832 139696161949397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17189] ppid=17120 vsize=10983192 memory=4008 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17189/stat : 17189 (java) S 17120 17123 6529 0 -1 1077944384 1 13127 0 0 0 0 5 2 20 0 15 0 107353209 11246788608 22155 33554432000 4194304 4196468 140730191401952 139695449426224 139696161950338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88620 KiB

[startup+1.50082 s]
/proc/loadavg: 2.23 1.80 1.68 3/215 17189
/proc/meminfo: memFree=22278180/32770624 swapFree=67108688/67108860
[pid=17123] ppid=17120 vsize=10998092 memory=179460 CPUtime=2.23 cores=1,3,5,7
/proc/17123/stat : 17123 (java) S 17120 17123 6529 0 -1 1077944320 24082 13127 0 0 206 10 5 2 20 0 15 0 107353194 11262046208 44865 33554432000 4194304 4196468 140730191401952 140730191384496 139696161939191 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
/proc/17123/statm: 2749523 44865 3468 1 0 2711181 0
[pid=17123/tid=17176] ppid=17120 vsize=10998092 memory=12848 CPUtime=1.42 cores=1,3,5,7
/proc/17123/task/17176/stat : 17176 (java) R 17120 17123 6529 0 -1 4202560 18002 13127 0 0 129 6 5 2 20 0 15 0 107353202 11262046208 44865 33554432000 4194304 4196468 140730191401952 139696133769888 139696146019678 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17177] ppid=17120 vsize=10998092 memory=25505 CPUtime=0.08 cores=1,3,5,7
/proc/17123/task/17177/stat : 17177 (java) S 17120 17123 6529 0 -1 1077944384 83 13127 0 0 1 0 5 2 20 0 15 0 107353203 11262046208 44865 33554432000 4194304 4196468 140730191401952 139696166181648 139696161949397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17178] ppid=17120 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17123/task/17178/stat : 17178 (java) S 17120 17123 6529 0 -1 1077944384 292 13127 0 0 1 0 5 2 20 0 15 0 107353203 11262046208 44865 33554432000 4194304 4196468 140730191401952 139696031517584 139696161949397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17179] ppid=17120 vsize=10998092 memory=321013415751725352 CPUtime=0.08 cores=1,3,5,7
/proc/17123/task/17179/stat : 17179 (java) S 17120 17123 6529 0 -1 1077944384 22 13127 0 0 1 0 5 2 20 0 15 0 107353203 11262046208 44865 33554432000 4194304 4196468 140730191401952 139696030465040 139696161949397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17180] ppid=17120 vsize=10998092 memory=16105853304461389 CPUtime=0.08 cores=1,3,5,7
/proc/17123/task/17180/stat : 17180 (java) S 17120 17123 6529 0 -1 1077944384 43 13127 0 0 1 0 5 2 20 0 15 0 107353203 11262046208 44865 33554432000 4194304 4196468 140730191401952 139696029412496 139696161949397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17181] ppid=17120 vsize=10998092 memory=6656426216303648864 CPUtime=0.08 cores=1,3,5,7
/proc/17123/task/17181/stat : 17181 (java) S 17120 17123 6529 0 -1 1077944384 80 13127 0 0 1 0 5 2 20 0 15 0 107353205 11262046208 44865 33554432000 4194304 4196468 140730191401952 139695453636592 139696161950338 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17182] ppid=17120 vsize=10998092 memory=6944656575208382560 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17182/stat : 17182 (java) S 17120 17123 6529 0 -1 1077944384 13 13127 0 0 0 0 5 2 20 0 15 0 107353205 11262046208 44865 33554432000 4194304 4196468 140730191401952 139695019254752 139696161949397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17183] ppid=17120 vsize=10998092 memory=4945125699554088323 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17183/stat : 17183 (java) S 17120 17123 6529 0 -1 1077944384 2 13127 0 0 0 0 5 2 20 0 15 0 107353205 11262046208 44865 33554432000 4194304 4196468 140730191401952 139694817928192 139696161949397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17184] ppid=17120 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17184/stat : 17184 (java) S 17120 17123 6529 0 -1 1077944384 3 13127 0 0 0 0 5 2 20 0 15 0 107353208 11262046208 44865 33554432000 4194304 4196468 140730191401952 139694510528720 139696161957787 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17185] ppid=17120 vsize=10998092 memory=7521672641114697312 CPUtime=0.3 cores=1,3,5,7
/proc/17123/task/17185/stat : 17185 (java) S 17120 17123 6529 0 -1 1077944384 1418 13127 0 0 23 0 5 2 20 0 15 0 107353208 11262046208 44865 33554432000 4194304 4196468 140730191401952 139695452584432 139696161950338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17186] ppid=17120 vsize=10998092 memory=6935654753335332944 CPUtime=0.25 cores=1,3,5,7
/proc/17123/task/17186/stat : 17186 (java) S 17120 17123 6529 0 -1 1077944384 850 13127 0 0 18 0 5 2 20 0 15 0 107353208 11262046208 44865 33554432000 4194304 4196468 140730191401952 139695451531888 139696161950338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17187] ppid=17120 vsize=10998092 memory=7595147432642833512 CPUtime=0.36 cores=1,3,5,7
/proc/17123/task/17187/stat : 17187 (java) S 17120 17123 6529 0 -1 1077944384 1077 13127 0 0 29 0 5 2 20 0 15 0 107353208 11262046208 44865 33554432000 4194304 4196468 140730191401952 139695450479344 139696161950338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0

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

[startup+3.11116 s]
/proc/loadavg: 2.21 1.81 1.68 2/215 17189
/proc/meminfo: memFree=22144648/32770624 swapFree=67108688/67108860
[pid=17123] ppid=17120 vsize=11008352 memory=235824 CPUtime=5.15 cores=1,3,5,7
/proc/17123/stat : 17123 (java) S 17120 17123 6529 0 -1 1077944320 35399 13127 0 0 494 14 5 2 20 0 15 0 107353194 11272552448 58956 33554432000 4194304 4196468 140730191401952 140730191384496 139696161939191 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
/proc/17123/statm: 2752088 58956 3498 1 0 2713741 0
[pid=17123/tid=17176] ppid=17120 vsize=11008352 memory=8443538352883892301 CPUtime=2.65 cores=1,3,5,7
/proc/17123/task/17176/stat : 17176 (java) S 17120 17123 6529 0 -1 1077944384 23619 13127 0 0 249 9 5 2 20 0 15 0 107353202 11272552448 58956 33554432000 4194304 4196468 140730191401952 139696133765824 139696161949397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17177] ppid=17120 vsize=11008352 memory=139665558754152 CPUtime=0.1 cores=1,3,5,7
/proc/17123/task/17177/stat : 17177 (java) S 17120 17123 6529 0 -1 1077944384 98 13127 0 0 3 0 5 2 20 0 15 0 107353203 11272552448 58956 33554432000 4194304 4196468 140730191401952 139696166181648 139696161949397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17178] ppid=17120 vsize=11008352 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/17123/task/17178/stat : 17178 (java) S 17120 17123 6529 0 -1 1077944384 307 13127 0 0 3 0 5 2 20 0 15 0 107353203 11272552448 58956 33554432000 4194304 4196468 140730191401952 139696031517584 139696161949397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17179] ppid=17120 vsize=11008352 memory=214608 CPUtime=0.1 cores=1,3,5,7
/proc/17123/task/17179/stat : 17179 (java) S 17120 17123 6529 0 -1 1077944384 38 13127 0 0 3 0 5 2 20 0 15 0 107353203 11272552448 58956 33554432000 4194304 4196468 140730191401952 139696030465040 139696161949397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17180] ppid=17120 vsize=11008352 memory=4616 CPUtime=0.1 cores=1,3,5,7
/proc/17123/task/17180/stat : 17180 (java) S 17120 17123 6529 0 -1 1077944384 75 13127 0 0 3 0 5 2 20 0 15 0 107353203 11272552448 58956 33554432000 4194304 4196468 140730191401952 139696029412496 139696161949397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17181] ppid=17120 vsize=11008352 memory=14076 CPUtime=0.09 cores=1,3,5,7
/proc/17123/task/17181/stat : 17181 (java) D 17120 17123 6529 0 -1 4202560 1396 13127 0 0 2 0 5 2 20 0 15 0 107353205 11272552448 58956 33554432000 4194304 4196468 140730191401952 139695453635112 139696154656154 0 0 0 16800975 18446744071582151463 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17182] ppid=17120 vsize=11008352 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17182/stat : 17182 (java) S 17120 17123 6529 0 -1 1077944384 13 13127 0 0 0 0 5 2 20 0 15 0 107353205 11272552448 58956 33554432000 4194304 4196468 140730191401952 139695019254752 139696161949397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17183] ppid=17120 vsize=11008352 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17183/stat : 17183 (java) S 17120 17123 6529 0 -1 1077944384 2 13127 0 0 0 0 5 2 20 0 15 0 107353205 11272552448 58956 33554432000 4194304 4196468 140730191401952 139694817928192 139696161949397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17184] ppid=17120 vsize=11008352 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17184/stat : 17184 (java) S 17120 17123 6529 0 -1 1077944384 3 13127 0 0 0 0 5 2 20 0 15 0 107353208 11272552448 58956 33554432000 4194304 4196468 140730191401952 139694510528720 139696161957787 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17185] ppid=17120 vsize=11008352 memory=7 CPUtime=0.92 cores=1,3,5,7
/proc/17123/task/17185/stat : 17185 (java) S 17120 17123 6529 0 -1 1077944384 2942 13127 0 0 85 0 5 2 20 0 15 0 107353208 11272552448 58956 33554432000 4194304 4196468 140730191401952 139695452584432 139696161950338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17186] ppid=17120 vsize=11008352 memory=279331117234336 CPUtime=0.65 cores=1,3,5,7
/proc/17123/task/17186/stat : 17186 (java) S 17120 17123 6529 0 -1 1077944384 1711 13127 0 0 58 0 5 2 20 0 15 0 107353208 11272552448 58956 33554432000 4194304 4196468 140730191401952 139695451523168 139696161949397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17187] ppid=17120 vsize=11008352 memory=0 CPUtime=0.91 cores=1,3,5,7
/proc/17123/task/17187/stat : 17187 (java) S 17120 17123 6529 0 -1 1077944384 2997 13127 0 0 83 1 5 2 20 0 15 0 107353208 11272552448 58956 33554432000 4194304 4196468 140730191401952 139695450479344 139696161950338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17188] ppid=17120 vsize=11008352 memory=12832 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17188/stat : 17188 (java) S 17120 17123 6529 0 -1 1077944384 3 13127 0 0 0 0 5 2 20 0 15 0 107353208 11272552448 58956 33554432000 4194304 4196468 140730191401952 139694079732832 139696161949397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17189] ppid=17120 vsize=11008352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17189/stat : 17189 (java) D 17120 17123 6529 0 -1 4202560 1 13127 0 0 0 0 5 2 20 0 15 0 107353209 11272552448 58956 33554432000 4194304 4196468 140730191401952 139695449426144 139696146795278 0 4 0 16800975 18446744072100093061 0 0 -1 7 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
Current children cumulated CPU time: 5.15 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 235824 KiB

[startup+6.31045 s]
/proc/loadavg: 2.21 1.81 1.68 3/215 17189
/proc/meminfo: memFree=21990436/32770624 swapFree=67108688/67108860
[pid=17123] ppid=17120 vsize=11077984 memory=399504 CPUtime=12.04 cores=1,3,5,7
/proc/17123/stat : 17123 (java) S 17120 17123 6529 0 -1 1077944320 64451 13127 0 0 1174 23 5 2 20 0 15 0 107353194 11343855616 99876 33554432000 4194304 4196468 140730191401952 140730191384496 139696161939191 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
/proc/17123/statm: 2769496 99876 3505 1 0 2731149 0
[pid=17123/tid=17176] ppid=17120 vsize=11077984 memory=2424 CPUtime=5.58 cores=1,3,5,7
/proc/17123/task/17176/stat : 17176 (java) R 17120 17123 6529 0 -1 4202560 37833 13127 0 0 538 13 5 2 20 0 15 0 107353202 11343855616 99876 33554432000 4194304 4196468 140730191401952 139696133774464 139695713000376 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17177] ppid=17120 vsize=11077984 memory=373844 CPUtime=0.1 cores=1,3,5,7
/proc/17123/task/17177/stat : 17177 (java) S 17120 17123 6529 0 -1 1077944384 134 13127 0 0 3 0 5 2 20 0 15 0 107353203 11343855616 99876 33554432000 4194304 4196468 140730191401952 139696166181648 139696161949397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17178] ppid=17120 vsize=11077984 memory=1724 CPUtime=0.1 cores=1,3,5,7
/proc/17123/task/17178/stat : 17178 (java) S 17120 17123 6529 0 -1 1077944384 323 13127 0 0 3 0 5 2 20 0 15 0 107353203 11343855616 99876 33554432000 4194304 4196468 140730191401952 139696031517584 139696161949397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17179] ppid=17120 vsize=11077984 memory=374228 CPUtime=0.11 cores=1,3,5,7
/proc/17123/task/17179/stat : 17179 (java) S 17120 17123 6529 0 -1 1077944384 56 13127 0 0 4 0 5 2 20 0 15 0 107353203 11343855616 99876 33554432000 4194304 4196468 140730191401952 139696030465040 139696161949397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17180] ppid=17120 vsize=11077984 memory=30636 CPUtime=0.1 cores=1,3,5,7
/proc/17123/task/17180/stat : 17180 (java) S 17120 17123 6529 0 -1 1077944384 315 13127 0 0 3 0 5 2 20 0 15 0 107353203 11343855616 99876 33554432000 4194304 4196468 140730191401952 139696029412496 139696161949397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17181] ppid=17120 vsize=11077984 memory=300584 CPUtime=0.1 cores=1,3,5,7
/proc/17123/task/17181/stat : 17181 (java) S 17120 17123 6529 0 -1 1077944384 1664 13127 0 0 3 0 5 2 20 0 15 0 107353205 11343855616 99876 33554432000 4194304 4196468 140730191401952 139695453636592 139696161950338 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17182] ppid=17120 vsize=11077984 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17182/stat : 17182 (java) S 17120 17123 6529 0 -1 1077944384 16 13127 0 0 0 0 5 2 20 0 15 0 107353205 11343855616 99876 33554432000 4194304 4196468 140730191401952 139695019254816 139696161949397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17183] ppid=17120 vsize=11077984 memory=214608 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17183/stat : 17183 (java) S 17120 17123 6529 0 -1 1077944384 3 13127 0 0 0 0 5 2 20 0 15 0 107353205 11343855616 99876 33554432000 4194304 4196468 140730191401952 139694817928192 139696161949397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17184] ppid=17120 vsize=11077984 memory=4616 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17184/stat : 17184 (java) S 17120 17123 6529 0 -1 1077944384 3 13127 0 0 0 0 5 2 20 0 15 0 107353208 11343855616 99876 33554432000 4194304 4196468 140730191401952 139694510528720 139696161957787 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17185] ppid=17120 vsize=11077984 memory=14076 CPUtime=2.54 cores=1,3,5,7
/proc/17123/task/17185/stat : 17185 (java) R 17120 17123 6529 0 -1 4202560 5382 13127 0 0 246 1 5 2 20 0 15 0 107353208 11343855616 99876 33554432000 4194304 4196468 140730191401952 139695452584432 139696145431714 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17186] ppid=17120 vsize=11077984 memory=279331117234336 CPUtime=2.49 cores=1,3,5,7
/proc/17123/task/17186/stat : 17186 (java) R 17120 17123 6529 0 -1 4202560 9438 13127 0 0 241 1 5 2 20 0 15 0 107353208 11343855616 99876 33554432000 4194304 4196468 140730191401952 139695451518112 139696139956203 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17187] ppid=17120 vsize=11077984 memory=0 CPUtime=1.35 cores=1,3,5,7
/proc/17123/task/17187/stat : 17187 (java) S 17120 17123 6529 0 -1 1077944384 6003 13127 0 0 126 2 5 2 20 0 15 0 107353208 11343855616 99876 33554432000 4194304 4196468 140730191401952 139695450479344 139696161950338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17188] ppid=17120 vsize=11077984 memory=12832 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17188/stat : 17188 (java) S 17120 17123 6529 0 -1 1077944384 3 13127 0 0 0 0 5 2 20 0 15 0 107353208 11343855616 99876 33554432000 4194304 4196468 140730191401952 139694079732832 139696161949397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17189] ppid=17120 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17189/stat : 17189 (java) S 17120 17123 6529 0 -1 1077944384 1084 13127 0 0 0 0 5 2 20 0 15 0 107353209 11343855616 99876 33554432000 4194304 4196468 140730191401952 139695449426224 139696161950338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 59 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
Current children cumulated CPU time: 12.04 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 399504 KiB

[startup+6.75572 s]
# the end of solver process 17123 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=12.4774 s, system=0.277642 s

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

[startup+6.60074 s]
/proc/loadavg: 2.21 1.81 1.68 3/215 17189
/proc/meminfo: memFree=21990436/32770624 swapFree=67108688/67108860
[pid=17123] ppid=17120 vsize=11077984 memory=402020 CPUtime=12.53 cores=1,3,5,7
/proc/17123/stat : 17123 (java) S 17120 17123 6529 0 -1 1077944320 64550 13127 0 0 1223 23 5 2 20 0 15 0 107353194 11343855616 100505 33554432000 4194304 4196468 140730191401952 140730191384496 139696161939191 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
/proc/17123/statm: 2769496 100505 3505 1 0 2731149 0
[pid=17123/tid=17176] ppid=17120 vsize=11077984 memory=6944652177228980320 CPUtime=5.87 cores=1,3,5,7
/proc/17123/task/17176/stat : 17176 (java) R 17120 17123 6529 0 -1 4202560 37834 13127 0 0 567 13 5 2 20 0 15 0 107353202 11343855616 100505 33554432000 4194304 4196468 140730191401952 139696133773936 139696144228512 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17177] ppid=17120 vsize=11077984 memory=6944656575208382560 CPUtime=0.11 cores=1,3,5,7
/proc/17123/task/17177/stat : 17177 (java) S 17120 17123 6529 0 -1 1077944384 136 13127 0 0 4 0 5 2 20 0 15 0 107353203 11343855616 100505 33554432000 4194304 4196468 140730191401952 139696166181648 139696161949397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17178] ppid=17120 vsize=11077984 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/17123/task/17178/stat : 17178 (java) S 17120 17123 6529 0 -1 1077944384 324 13127 0 0 4 0 5 2 20 0 15 0 107353203 11343855616 100505 33554432000 4194304 4196468 140730191401952 139696031517584 139696161949397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17179] ppid=17120 vsize=11077984 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/17123/task/17179/stat : 17179 (java) S 17120 17123 6529 0 -1 1077944384 57 13127 0 0 4 0 5 2 20 0 15 0 107353203 11343855616 100505 33554432000 4194304 4196468 140730191401952 139696030465040 139696161949397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17180] ppid=17120 vsize=11077984 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/17123/task/17180/stat : 17180 (java) S 17120 17123 6529 0 -1 1077944384 316 13127 0 0 4 0 5 2 20 0 15 0 107353203 11343855616 100505 33554432000 4194304 4196468 140730191401952 139696029412496 139696161949397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17181] ppid=17120 vsize=11077984 memory=279331117251792 CPUtime=0.1 cores=1,3,5,7
/proc/17123/task/17181/stat : 17181 (java) S 17120 17123 6529 0 -1 1077944384 1664 13127 0 0 3 0 5 2 20 0 15 0 107353205 11343855616 100505 33554432000 4194304 4196468 140730191401952 139695453636592 139696161950338 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17182] ppid=17120 vsize=11077984 memory=180916 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17182/stat : 17182 (java) S 17120 17123 6529 0 -1 1077944384 16 13127 0 0 0 0 5 2 20 0 15 0 107353205 11343855616 100505 33554432000 4194304 4196468 140730191401952 139695019254816 139696161949397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17183] ppid=17120 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17183/stat : 17183 (java) S 17120 17123 6529 0 -1 1077944384 3 13127 0 0 0 0 5 2 20 0 15 0 107353205 11343855616 100505 33554432000 4194304 4196468 140730191401952 139694817928192 139696161949397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17184] ppid=17120 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17184/stat : 17184 (java) S 17120 17123 6529 0 -1 1077944384 3 13127 0 0 0 0 5 2 20 0 15 0 107353208 11343855616 100505 33554432000 4194304 4196468 140730191401952 139694510528720 139696161957787 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17185] ppid=17120 vsize=11077984 memory=0 CPUtime=2.6 cores=1,3,5,7
/proc/17123/task/17185/stat : 17185 (java) S 17120 17123 6529 0 -1 1077944384 5396 13127 0 0 252 1 5 2 20 0 15 0 107353208 11343855616 100505 33554432000 4194304 4196468 140730191401952 139695452584432 139696161950338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17186] ppid=17120 vsize=11077984 memory=0 CPUtime=2.6 cores=1,3,5,7
/proc/17123/task/17186/stat : 17186 (java) S 17120 17123 6529 0 -1 1077944384 9472 13127 0 0 252 1 5 2 20 0 15 0 107353208 11343855616 100505 33554432000 4194304 4196468 140730191401952 139695451531888 139696161950338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17187] ppid=17120 vsize=11077984 memory=0 CPUtime=1.38 cores=1,3,5,7
/proc/17123/task/17187/stat : 17187 (java) S 17120 17123 6529 0 -1 1077944384 6048 13127 0 0 129 2 5 2 20 0 15 0 107353208 11343855616 100505 33554432000 4194304 4196468 140730191401952 139695450479344 139696161950338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17188] ppid=17120 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17188/stat : 17188 (java) S 17120 17123 6529 0 -1 1077944384 3 13127 0 0 0 0 5 2 20 0 15 0 107353208 11343855616 100505 33554432000 4194304 4196468 140730191401952 139694079732832 139696161949397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17189] ppid=17120 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17189/stat : 17189 (java) S 17120 17123 6529 0 -1 1077944384 1084 13127 0 0 0 0 5 2 20 0 15 0 107353209 11343855616 100505 33554432000 4194304 4196468 140730191401952 139695449426224 139696161950338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 59 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
Current children cumulated CPU time: 12.53 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 402020 KiB

[startup+6.70074 s]
/proc/loadavg: 2.21 1.81 1.68 3/215 17189
/proc/meminfo: memFree=21990436/32770624 swapFree=67108688/67108860
[pid=17123] ppid=17120 vsize=11077984 memory=402156 CPUtime=12.67 cores=1,3,5,7
/proc/17123/stat : 17123 (java) S 17120 17123 6529 0 -1 1077944320 64570 13127 0 0 1237 23 5 2 20 0 15 0 107353194 11343855616 100539 33554432000 4194304 4196468 140730191401952 140730191384496 139696161939191 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
/proc/17123/statm: 2769496 100539 3505 1 0 2731149 0
[pid=17123/tid=17176] ppid=17120 vsize=11077984 memory=373844 CPUtime=5.97 cores=1,3,5,7
/proc/17123/task/17176/stat : 17176 (java) R 17120 17123 6529 0 -1 4202560 37834 13127 0 0 577 13 5 2 20 0 15 0 107353202 11343855616 100539 33554432000 4194304 4196468 140730191401952 139696133771392 139695718078016 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17177] ppid=17120 vsize=11077984 memory=1724 CPUtime=0.11 cores=1,3,5,7
/proc/17123/task/17177/stat : 17177 (java) S 17120 17123 6529 0 -1 1077944384 136 13127 0 0 4 0 5 2 20 0 15 0 107353203 11343855616 100539 33554432000 4194304 4196468 140730191401952 139696166181648 139696161949397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17178] ppid=17120 vsize=11077984 memory=279329305240891 CPUtime=0.11 cores=1,3,5,7
/proc/17123/task/17178/stat : 17178 (java) S 17120 17123 6529 0 -1 1077944384 324 13127 0 0 4 0 5 2 20 0 15 0 107353203 11343855616 100539 33554432000 4194304 4196468 140730191401952 139696031517584 139696161949397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17179] ppid=17120 vsize=11077984 memory=279331117257936 CPUtime=0.11 cores=1,3,5,7
/proc/17123/task/17179/stat : 17179 (java) S 17120 17123 6529 0 -1 1077944384 57 13127 0 0 4 0 5 2 20 0 15 0 107353203 11343855616 100539 33554432000 4194304 4196468 140730191401952 139696030465040 139696161949397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17180] ppid=17120 vsize=11077984 memory=374228 CPUtime=0.11 cores=1,3,5,7
/proc/17123/task/17180/stat : 17180 (java) S 17120 17123 6529 0 -1 1077944384 316 13127 0 0 4 0 5 2 20 0 15 0 107353203 11343855616 100539 33554432000 4194304 4196468 140730191401952 139696029412496 139696161949397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17181] ppid=17120 vsize=11077984 memory=30636 CPUtime=0.1 cores=1,3,5,7
/proc/17123/task/17181/stat : 17181 (java) S 17120 17123 6529 0 -1 1077944384 1664 13127 0 0 3 0 5 2 20 0 15 0 107353205 11343855616 100539 33554432000 4194304 4196468 140730191401952 139695453636592 139696161950338 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17182] ppid=17120 vsize=11077984 memory=300584 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17182/stat : 17182 (java) S 17120 17123 6529 0 -1 1077944384 16 13127 0 0 0 0 5 2 20 0 15 0 107353205 11343855616 100539 33554432000 4194304 4196468 140730191401952 139695019254816 139696161949397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17183] ppid=17120 vsize=11077984 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17183/stat : 17183 (java) S 17120 17123 6529 0 -1 1077944384 3 13127 0 0 0 0 5 2 20 0 15 0 107353205 11343855616 100539 33554432000 4194304 4196468 140730191401952 139694817928192 139696161949397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17184] ppid=17120 vsize=11077984 memory=7229233343226212202 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17184/stat : 17184 (java) S 17120 17123 6529 0 -1 1077944384 3 13127 0 0 0 0 5 2 20 0 15 0 107353208 11343855616 100539 33554432000 4194304 4196468 140730191401952 139694510528720 139696161957787 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17185] ppid=17120 vsize=11077984 memory=7740681050596729191 CPUtime=2.61 cores=1,3,5,7
/proc/17123/task/17185/stat : 17185 (java) S 17120 17123 6529 0 -1 1077944384 5398 13127 0 0 253 1 5 2 20 0 15 0 107353208 11343855616 100539 33554432000 4194304 4196468 140730191401952 139695452584432 139696161950338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17186] ppid=17120 vsize=11077984 memory=373904 CPUtime=2.62 cores=1,3,5,7
/proc/17123/task/17186/stat : 17186 (java) S 17120 17123 6529 0 -1 1077944384 9474 13127 0 0 254 1 5 2 20 0 15 0 107353208 11343855616 100539 33554432000 4194304 4196468 140730191401952 139695451531888 139696161950338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17187] ppid=17120 vsize=11077984 memory=1204 CPUtime=1.39 cores=1,3,5,7
/proc/17123/task/17187/stat : 17187 (java) S 17120 17123 6529 0 -1 1077944384 6064 13127 0 0 130 2 5 2 20 0 15 0 107353208 11343855616 100539 33554432000 4194304 4196468 140730191401952 139695450479344 139696161950338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17188] ppid=17120 vsize=11077984 memory=15872 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17188/stat : 17188 (java) S 17120 17123 6529 0 -1 1077944384 3 13127 0 0 0 0 5 2 20 0 15 0 107353208 11343855616 100539 33554432000 4194304 4196468 140730191401952 139694079732832 139696161949397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
[pid=17123/tid=17189] ppid=17120 vsize=11077984 memory=4008 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17189/stat : 17189 (java) S 17120 17123 6529 0 -1 1077944384 1084 13127 0 0 0 0 5 2 20 0 15 0 107353209 11343855616 100539 33554432000 4194304 4196468 140730191401952 139695449426224 139696161950338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 59 0 0 6293624 6294260 24416256 140730191407729 140730191410529 140730191410529 140730191413199 0
Current children cumulated CPU time: 12.67 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 402156 KiB

Child status: 0
Real time (s): 6.75578
CPU time (s): 12.755
CPU user time (s): 12.4774
CPU system time (s): 0.277642
CPU usage (%): 188.802
Max. virtual memory (cumulated for all children) (KiB): 11080692
Max. memory (cumulated for all children) (KiB): 402156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.4774
system time used= 0.277642
maximum resident set size= 404264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77902
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= 6408
involuntary context switches= 44


# summary of solver processes directly reported to runsolver:
#   pid: 17123
#   total CPU time (s): 12.755
#   total CPU user time (s): 12.4774
#   total CPU system time (s): 0.277642

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.065875 second user time and 0.101085 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-29 22:58:23
IDJOB=4302271
IDBENCH=141529
IDSOLVER=2776
FILE ID=node106/4302271-1532897903
RUNJOBID= node106-1532895551-13369
PBS_JOBID= 21022522
Free space on /tmp= 54700 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Knapsack/Knapsack-30-100-01_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302271-1532897903/watcher-4302271-1532897903 -o /tmp/evaluation-result-4302271-1532897903/solver-4302271-1532897903 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532895551-13369 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1175739948 HOME/instance-4302271-1532897903.xml

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

MD5SUM BENCH= 29cb88997fb73697c0a266537888e139
RANDOM SEED=1175739948

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        22378044 kB
MemAvailable:   28752016 kB
Buffers:          248864 kB
Cached:          6358140 kB
SwapCached:            0 kB
Active:          5615692 kB
Inactive:        4221880 kB
Active(anon):    3177712 kB
Inactive(anon):    80476 kB
Active(file):    2437980 kB
Inactive(file):  4141404 kB
Unevictable:        6960 kB
Mlocked:            6960 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             26468 kB
Writeback:             0 kB
AnonPages:       3237284 kB
Mapped:            58052 kB
Shmem:             25056 kB
Slab:             248644 kB
SReclaimable:     220848 kB
SUnreclaim:        27796 kB
KernelStack:        3776 kB
PageTables:        11700 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4278400 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2971648 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 54672 MiB
End job on node106 at 2018-07-29 22:58:30