Trace number 4302270

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.2OPT709 16.2065 9.21995

General information on the benchmark

NameKnapsack/
Knapsack-30-100-00_c18.xml
MD5SUM9b4affb9795dbfb6552181ea4234f2b3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark709
Best CPU time to get the best result obtained on this benchmark0.751082
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

1.00/0.74	c Concrete v3.9.2.1532736233296 running
5.92/3.14	o 333
5.92/3.15	o 422
5.92/3.16	o 437
5.92/3.18	o 439
5.92/3.19	o 469
6.19/3.21	o 490
6.19/3.21	o 499
6.19/3.25	o 537
6.19/3.26	o 566
6.19/3.28	o 589
6.19/3.29	o 597
6.50/3.34	o 612
6.50/3.35	o 621
6.50/3.36	o 626
6.50/3.37	o 633
6.50/3.39	o 650
7.16/3.56	o 664
7.16/3.57	o 701
7.48/3.60	o 702
7.48/3.62	o 703
8.39/3.93	o 709
16.03/9.19	v <instantiation cost="709">
16.03/9.19	v       <list>
16.03/9.19	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]
16.03/9.19	v       </list>
16.03/9.19	v       <values>
16.03/9.19	v         1 0 1 0 0 1 0 0 0 1 1 1 0 0 1 1 1 1 0 0 0 1 0 0 1 0 0 0 0 0
16.03/9.19	v       </values>
16.03/9.19	v     </instantiation>
16.03/9.19	s OPTIMUM FOUND

Verifier Data

OK	709

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 (10072 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-4302270-1532898147/watcher-4302270-1532898147 -o /tmp/evaluation-result-4302270-1532898147/solver-4302270-1532898147 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532895551-13369 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=767619655 HOME/instance-4302270-1532898147.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=17538, runsolver pid=17535

[startup+0.100155 s]*
/proc/loadavg: 1.59 1.72 1.68 3/206 17595
/proc/meminfo: memFree=24706648/32770624 swapFree=67108688/67108860
[pid=17538] ppid=17535 vsize=10088124 memory=18016 CPUtime=0.08 cores=1,3,5,7
/proc/17538/stat : 17538 (java) S 17535 17538 6529 0 -1 1077944320 4635 12836 0 0 1 0 4 3 20 0 7 0 107377550 10330238976 4504 33554432000 4194304 4196468 140735205575696 140735205558240 139919869087479 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
/proc/17538/statm: 2522031 4504 2029 1 0 2510469 0
[pid=17538/tid=17591] ppid=17535 vsize=10088124 memory=4279135704013569423 CPUtime=0.08 cores=1,3,5,7
/proc/17538/task/17591/stat : 17591 (java) R 17535 17538 6529 0 -1 4202560 2461 12836 0 0 1 0 4 3 20 0 7 0 107377559 10330238976 4504 33554432000 4194304 4196468 140735205575696 139919840930576 139919852074640 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17592] ppid=17535 vsize=10088124 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/17538/task/17592/stat : 17592 (java) S 17535 17538 6529 0 -1 1077944384 1 12836 0 0 0 0 4 3 20 0 7 0 107377560 10330238976 4504 33554432000 4194304 4196468 140735205575696 139919873330064 139919869097685 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17593] ppid=17535 vsize=10088124 memory=139929367209600 CPUtime=0.07 cores=1,3,5,7
/proc/17538/task/17593/stat : 17593 (java) S 17535 17538 6529 0 -1 1077944384 1 12836 0 0 0 0 4 3 20 0 7 0 107377560 10330238976 4504 33554432000 4194304 4196468 140735205575696 139919408868112 139919869097685 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17594] ppid=17535 vsize=10088124 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17538/task/17594/stat : 17594 (java) S 17535 17538 6529 0 -1 1077944384 1 12836 0 0 0 0 4 3 20 0 7 0 107377560 10330238976 4504 33554432000 4194304 4196468 140735205575696 139919407815824 139919869097685 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17595] ppid=17535 vsize=10088124 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17538/task/17595/stat : 17595 (java) S 17535 17538 6529 0 -1 1077944384 2 12836 0 0 0 0 4 3 20 0 7 0 107377560 10330238976 4504 33554432000 4194304 4196468 140735205575696 139919406763024 139919869097685 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17596] ppid=17535 vsize=10088124 memory=139929367209600 CPUtime=0.07 cores=1,3,5,7
/proc/17538/task/17596/stat : 17596 (java) S 17535 17538 6529 0 -1 1077944384 2 12836 0 0 0 0 4 3 20 0 7 0 107377561 10330238976 4504 33554432000 4194304 4196468 140735205575696 139918838843504 139919869098626 0 0 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10088124 KiB
Current children cumulated memory: 18016 KiB

[startup+0.21002 s]*
/proc/loadavg: 1.59 1.72 1.68 4/215 17604
/proc/meminfo: memFree=24682308/32770624 swapFree=67108688/67108860
[pid=17538] ppid=17535 vsize=10985364 memory=48644 CPUtime=0.25 cores=1,3,5,7
/proc/17538/stat : 17538 (java) S 17535 17538 6529 0 -1 1077944320 8834 12836 0 0 17 1 4 3 20 0 15 0 107377550 11249012736 12095 33554432000 4194304 4196468 140735205575696 140735205558240 139919869087479 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
/proc/17538/statm: 2746341 12095 2948 1 0 2708764 0
[pid=17538/tid=17591] ppid=17535 vsize=10982776 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/17538/task/17591/stat : 17591 (java) R 17535 17538 6529 0 -1 4202560 5611 12836 0 0 11 1 4 3 20 0 15 0 107377559 11246362624 11693 33554432000 4194304 4196468 140735205575696 139919840912288 139919861767197 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17592] ppid=17535 vsize=10982776 memory=343 CPUtime=0.07 cores=1,3,5,7
/proc/17538/task/17592/stat : 17592 (java) S 17535 17538 6529 0 -1 1077944384 1 12836 0 0 0 0 4 3 20 0 15 0 107377560 11246362624 11693 33554432000 4194304 4196468 140735205575696 139919873330064 139919869097685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17593] ppid=17535 vsize=10982776 memory=139929367852815 CPUtime=0.07 cores=1,3,5,7
/proc/17538/task/17593/stat : 17593 (java) S 17535 17538 6529 0 -1 1077944384 1 12836 0 0 0 0 4 3 20 0 15 0 107377560 11246362624 11759 33554432000 4194304 4196468 140735205575696 139919408868112 139919869097685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17594] ppid=17535 vsize=10982776 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17538/task/17594/stat : 17594 (java) S 17535 17538 6529 0 -1 1077944384 1 12836 0 0 0 0 4 3 20 0 15 0 107377560 11246362624 11759 33554432000 4194304 4196468 140735205575696 139919407815824 139919869097685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17595] ppid=17535 vsize=10982776 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17538/task/17595/stat : 17595 (java) S 17535 17538 6529 0 -1 1077944384 2 12836 0 0 0 0 4 3 20 0 15 0 107377560 11246362624 11759 33554432000 4194304 4196468 140735205575696 139919406763024 139919869097685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17596] ppid=17535 vsize=10982776 memory=139929367209600 CPUtime=0.07 cores=1,3,5,7
/proc/17538/task/17596/stat : 17596 (java) S 17535 17538 6529 0 -1 1077944384 2 12836 0 0 0 0 4 3 20 0 15 0 107377561 11246362624 11759 33554432000 4194304 4196468 140735205575696 139918838843504 139919869098626 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17597] ppid=17535 vsize=10982776 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17538/task/17597/stat : 17597 (java) S 17535 17538 6529 0 -1 1077944384 13 12836 0 0 0 0 4 3 20 0 15 0 107377561 11246362624 11825 33554432000 4194304 4196468 140735205575696 139918760207136 139919869097685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17598] ppid=17535 vsize=10982776 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17538/task/17598/stat : 17598 (java) S 17535 17538 6529 0 -1 1077944384 1 12836 0 0 0 0 4 3 20 0 15 0 107377562 11246362624 11825 33554432000 4194304 4196468 140735205575696 139918558880880 139919869097685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17599] ppid=17535 vsize=10982776 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17538/task/17599/stat : 17599 (java) S 17535 17538 6529 0 -1 1077944384 3 12836 0 0 0 0 4 3 20 0 15 0 107377564 11246362624 11825 33554432000 4194304 4196468 140735205575696 139918251481168 139919869106075 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17600] ppid=17535 vsize=10982776 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17538/task/17600/stat : 17600 (java) S 17535 17538 6529 0 -1 1077944384 366 12836 0 0 1 0 4 3 20 0 15 0 107377564 11246362624 11891 33554432000 4194304 4196468 140735205575696 139918837791344 139919869098626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17601] ppid=17535 vsize=10982776 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/17538/task/17601/stat : 17601 (java) S 17535 17538 6529 0 -1 1077944384 252 12836 0 0 1 0 4 3 20 0 15 0 107377564 11246362624 11891 33554432000 4194304 4196468 140735205575696 139918836738544 139919869098626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17602] ppid=17535 vsize=10982776 memory=139929367209600 CPUtime=0.1 cores=1,3,5,7
/proc/17538/task/17602/stat : 17602 (java) S 17535 17538 6529 0 -1 1077944384 611 12836 0 0 3 0 4 3 20 0 15 0 107377564 11246362624 11891 33554432000 4194304 4196468 140735205575696 139918835686256 139919869098626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17603] ppid=17535 vsize=10982776 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17538/task/17603/stat : 17603 (java) S 17535 17538 6529 0 -1 1077944384 3 12836 0 0 0 0 4 3 20 0 15 0 107377565 11246362624 11957 33554432000 4194304 4196468 140735205575696 139917820685280 139919869097685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17604] ppid=17535 vsize=10982776 memory=139929367209600 CPUtime=0.07 cores=1,3,5,7
/proc/17538/task/17604/stat : 17604 (java) S 17535 17538 6529 0 -1 1077944384 1 12836 0 0 0 0 4 3 20 0 15 0 107377565 11246362624 11957 33554432000 4194304 4196468 140735205575696 139918834633136 139919869098626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10985364 KiB
Current children cumulated memory: 48644 KiB

[startup+0.310393 s]*
/proc/loadavg: 1.59 1.72 1.68 4/215 17604
/proc/meminfo: memFree=24668788/32770624 swapFree=67108688/67108860
[pid=17538] ppid=17535 vsize=10983192 memory=56708 CPUtime=0.38 cores=1,3,5,7
/proc/17538/stat : 17538 (java) S 17535 17538 6529 0 -1 1077944320 10765 12836 0 0 29 2 4 3 20 0 15 0 107377550 11246788608 14177 33554432000 4194304 4196468 140735205575696 140735205558240 139919869087479 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
/proc/17538/statm: 2745798 14177 3067 1 0 2708109 0
[pid=17538/tid=17591] ppid=17535 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/17538/task/17591/stat : 17591 (java) R 17535 17538 6529 0 -1 4202560 7311 12836 0 0 20 2 4 3 20 0 15 0 107377559 11246788608 14177 33554432000 4194304 4196468 140735205575696 139919840899488 139919853167966 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17592] ppid=17535 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17538/task/17592/stat : 17592 (java) S 17535 17538 6529 0 -1 1077944384 1 12836 0 0 0 0 4 3 20 0 15 0 107377560 11246788608 14177 33554432000 4194304 4196468 140735205575696 139919873330064 139919869097685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17593] ppid=17535 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17538/task/17593/stat : 17593 (java) S 17535 17538 6529 0 -1 1077944384 1 12836 0 0 0 0 4 3 20 0 15 0 107377560 11246788608 14177 33554432000 4194304 4196468 140735205575696 139919408868112 139919869097685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17594] ppid=17535 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17538/task/17594/stat : 17594 (java) S 17535 17538 6529 0 -1 1077944384 1 12836 0 0 0 0 4 3 20 0 15 0 107377560 11246788608 14177 33554432000 4194304 4196468 140735205575696 139919407815824 139919869097685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17595] ppid=17535 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17538/task/17595/stat : 17595 (java) S 17535 17538 6529 0 -1 1077944384 2 12836 0 0 0 0 4 3 20 0 15 0 107377560 11246788608 14177 33554432000 4194304 4196468 140735205575696 139919406763024 139919869097685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17596] ppid=17535 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17538/task/17596/stat : 17596 (java) S 17535 17538 6529 0 -1 1077944384 2 12836 0 0 0 0 4 3 20 0 15 0 107377561 11246788608 14177 33554432000 4194304 4196468 140735205575696 139918838843504 139919869098626 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17597] ppid=17535 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17538/task/17597/stat : 17597 (java) S 17535 17538 6529 0 -1 1077944384 13 12836 0 0 0 0 4 3 20 0 15 0 107377561 11246788608 14177 33554432000 4194304 4196468 140735205575696 139918760207136 139919869097685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17598] ppid=17535 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17538/task/17598/stat : 17598 (java) S 17535 17538 6529 0 -1 1077944384 1 12836 0 0 0 0 4 3 20 0 15 0 107377562 11246788608 14177 33554432000 4194304 4196468 140735205575696 139918558880880 139919869097685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17599] ppid=17535 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17538/task/17599/stat : 17599 (java) S 17535 17538 6529 0 -1 1077944384 3 12836 0 0 0 0 4 3 20 0 15 0 107377564 11246788608 14177 33554432000 4194304 4196468 140735205575696 139918251481168 139919869106075 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17600] ppid=17535 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/17538/task/17600/stat : 17600 (java) S 17535 17538 6529 0 -1 1077944384 367 12836 0 0 2 0 4 3 20 0 15 0 107377564 11246788608 14177 33554432000 4194304 4196468 140735205575696 139918837791344 139919869098626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17601] ppid=17535 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/17538/task/17601/stat : 17601 (java) S 17535 17538 6529 0 -1 1077944384 252 12836 0 0 1 0 4 3 20 0 15 0 107377564 11246788608 14177 33554432000 4194304 4196468 140735205575696 139918836738544 139919869098626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17602] ppid=17535 vsize=10983192 memory=139929367209600 CPUtime=0.12 cores=1,3,5,7
/proc/17538/task/17602/stat : 17602 (java) R 17535 17538 6529 0 -1 4202560 618 12836 0 0 5 0 4 3 20 0 15 0 107377564 11246788608 14177 33554432000 4194304 4196468 140735205575696 139918835686256 139919849058664 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17603] ppid=17535 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17538/task/17603/stat : 17603 (java) S 17535 17538 6529 0 -1 1077944384 3 12836 0 0 0 0 4 3 20 0 15 0 107377565 11246788608 14177 33554432000 4194304 4196468 140735205575696 139917820685280 139919869097685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17604] ppid=17535 vsize=10983192 memory=139929367209600 CPUtime=0.07 cores=1,3,5,7
/proc/17538/task/17604/stat : 17604 (java) S 17535 17538 6529 0 -1 1077944384 1 12836 0 0 0 0 4 3 20 0 15 0 107377565 11246788608 14177 33554432000 4194304 4196468 140735205575696 139918834633136 139919869098626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56708 KiB

[startup+0.700703 s]
/proc/loadavg: 1.59 1.72 1.68 3/215 17604
/proc/meminfo: memFree=24660352/32770624 swapFree=67108688/67108860
[pid=17538] ppid=17535 vsize=10983192 memory=88756 CPUtime=1 cores=1,3,5,7
/proc/17538/stat : 17538 (java) S 17535 17538 6529 0 -1 1077944320 16808 12836 0 0 88 5 4 3 20 0 15 0 107377550 11246788608 22189 33554432000 4194304 4196468 140735205575696 140735205558240 139919869087479 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
/proc/17538/statm: 2745798 22189 3226 1 0 2708109 0
[pid=17538/tid=17591] ppid=17535 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/17538/task/17591/stat : 17591 (java) R 17535 17538 6529 0 -1 4202560 12348 12836 0 0 56 3 4 3 20 0 15 0 107377559 11246788608 22189 33554432000 4194304 4196468 140735205575696 139919840908144 139919850651056 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17592] ppid=17535 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17538/task/17592/stat : 17592 (java) S 17535 17538 6529 0 -1 1077944384 1 12836 0 0 0 0 4 3 20 0 15 0 107377560 11246788608 22189 33554432000 4194304 4196468 140735205575696 139919873330064 139919869097685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17593] ppid=17535 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17538/task/17593/stat : 17593 (java) S 17535 17538 6529 0 -1 1077944384 1 12836 0 0 0 0 4 3 20 0 15 0 107377560 11246788608 22189 33554432000 4194304 4196468 140735205575696 139919408868112 139919869097685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17594] ppid=17535 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17538/task/17594/stat : 17594 (java) S 17535 17538 6529 0 -1 1077944384 1 12836 0 0 0 0 4 3 20 0 15 0 107377560 11246788608 22189 33554432000 4194304 4196468 140735205575696 139919407815824 139919869097685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17595] ppid=17535 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17538/task/17595/stat : 17595 (java) S 17535 17538 6529 0 -1 1077944384 2 12836 0 0 0 0 4 3 20 0 15 0 107377560 11246788608 22189 33554432000 4194304 4196468 140735205575696 139919406763024 139919869097685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17596] ppid=17535 vsize=10983192 memory=139930034504266 CPUtime=0.07 cores=1,3,5,7
/proc/17538/task/17596/stat : 17596 (java) S 17535 17538 6529 0 -1 1077944384 5 12836 0 0 0 0 4 3 20 0 15 0 107377561 11246788608 22189 33554432000 4194304 4196468 140735205575696 139918838843504 139919869098626 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17597] ppid=17535 vsize=10983192 memory=139930034504268 CPUtime=0.07 cores=1,3,5,7
/proc/17538/task/17597/stat : 17597 (java) S 17535 17538 6529 0 -1 1077944384 13 12836 0 0 0 0 4 3 20 0 15 0 107377561 11246788608 22189 33554432000 4194304 4196468 140735205575696 139918760207136 139919869097685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17598] ppid=17535 vsize=10983192 memory=139930034504270 CPUtime=0.07 cores=1,3,5,7
/proc/17538/task/17598/stat : 17598 (java) S 17535 17538 6529 0 -1 1077944384 1 12836 0 0 0 0 4 3 20 0 15 0 107377562 11246788608 22189 33554432000 4194304 4196468 140735205575696 139918558880880 139919869097685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17599] ppid=17535 vsize=10983192 memory=139930034504273 CPUtime=0.07 cores=1,3,5,7
/proc/17538/task/17599/stat : 17599 (java) S 17535 17538 6529 0 -1 1077944384 3 12836 0 0 0 0 4 3 20 0 15 0 107377564 11246788608 22189 33554432000 4194304 4196468 140735205575696 139918251481168 139919869106075 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17600] ppid=17535 vsize=10983192 memory=139930034504276 CPUtime=0.14 cores=1,3,5,7
/proc/17538/task/17600/stat : 17600 (java) S 17535 17538 6529 0 -1 1077944384 747 12836 0 0 7 0 4 3 20 0 15 0 107377564 11246788608 22189 33554432000 4194304 4196468 140735205575696 139918837791344 139919869098626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17601] ppid=17535 vsize=10983192 memory=139930034504292 CPUtime=0.16 cores=1,3,5,7
/proc/17538/task/17601/stat : 17601 (java) S 17535 17538 6529 0 -1 1077944384 829 12836 0 0 9 0 4 3 20 0 15 0 107377564 11246788608 22189 33554432000 4194304 4196468 140735205575696 139918836738544 139919869098626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17602] ppid=17535 vsize=10983192 memory=142442590372502 CPUtime=0.2 cores=1,3,5,7
/proc/17538/task/17602/stat : 17602 (java) S 17535 17538 6529 0 -1 1077944384 659 12836 0 0 13 0 4 3 20 0 15 0 107377564 11246788608 22189 33554432000 4194304 4196468 140735205575696 139918835686256 139919869098626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17603] ppid=17535 vsize=10983192 memory=4008 CPUtime=0.07 cores=1,3,5,7
/proc/17538/task/17603/stat : 17603 (java) S 17535 17538 6529 0 -1 1077944384 3 12836 0 0 0 0 4 3 20 0 15 0 107377565 11246788608 22189 33554432000 4194304 4196468 140735205575696 139917820685280 139919869097685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17604] ppid=17535 vsize=10983192 memory=18264 CPUtime=0.07 cores=1,3,5,7
/proc/17538/task/17604/stat : 17604 (java) S 17535 17538 6529 0 -1 1077944384 1 12836 0 0 0 0 4 3 20 0 15 0 107377565 11246788608 22189 33554432000 4194304 4196468 140735205575696 139918834633136 139919869098626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88756 KiB

[startup+1.50073 s]
/proc/loadavg: 1.59 1.72 1.68 3/215 17604
/proc/meminfo: memFree=24614640/32770624 swapFree=67108688/67108860
[pid=17538] ppid=17535 vsize=10998092 memory=181224 CPUtime=2.24 cores=1,3,5,7
/proc/17538/stat : 17538 (java) S 17535 17538 6529 0 -1 1077944320 24364 12836 0 0 208 9 4 3 20 0 15 0 107377550 11262046208 45306 33554432000 4194304 4196468 140735205575696 140735205558240 139919869087479 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
/proc/17538/statm: 2749523 45306 3466 1 0 2711181 0
[pid=17538/tid=17591] ppid=17535 vsize=10998092 memory=12848 CPUtime=1.42 cores=1,3,5,7
/proc/17538/task/17591/stat : 17591 (java) R 17535 17538 6529 0 -1 4202560 18062 12836 0 0 130 5 4 3 20 0 15 0 107377559 11262046208 45306 33554432000 4194304 4196468 140735205575696 139919840910784 139919853167966 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17592] ppid=17535 vsize=10998092 memory=25505 CPUtime=0.08 cores=1,3,5,7
/proc/17538/task/17592/stat : 17592 (java) S 17535 17538 6529 0 -1 1077944384 300 12836 0 0 1 0 4 3 20 0 15 0 107377560 11262046208 45306 33554432000 4194304 4196468 140735205575696 139919873330064 139919869097685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17593] ppid=17535 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17538/task/17593/stat : 17593 (java) S 17535 17538 6529 0 -1 1077944384 16 12836 0 0 1 0 4 3 20 0 15 0 107377560 11262046208 45306 33554432000 4194304 4196468 140735205575696 139919408868112 139919869097685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17594] ppid=17535 vsize=10998092 memory=321013415751725352 CPUtime=0.08 cores=1,3,5,7
/proc/17538/task/17594/stat : 17594 (java) S 17535 17538 6529 0 -1 1077944384 87 12836 0 0 1 0 4 3 20 0 15 0 107377560 11262046208 45306 33554432000 4194304 4196468 140735205575696 139919407815824 139919869097685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17595] ppid=17535 vsize=10998092 memory=16105853304461389 CPUtime=0.08 cores=1,3,5,7
/proc/17538/task/17595/stat : 17595 (java) S 17535 17538 6529 0 -1 1077944384 43 12836 0 0 1 0 4 3 20 0 15 0 107377560 11262046208 45306 33554432000 4194304 4196468 140735205575696 139919406763024 139919869097685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17596] ppid=17535 vsize=10998092 memory=6656426216303648864 CPUtime=0.08 cores=1,3,5,7
/proc/17538/task/17596/stat : 17596 (java) S 17535 17538 6529 0 -1 1077944384 405 12836 0 0 1 0 4 3 20 0 15 0 107377561 11262046208 45306 33554432000 4194304 4196468 140735205575696 139918838843504 139919869098626 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17597] ppid=17535 vsize=10998092 memory=6944656575208382560 CPUtime=0.07 cores=1,3,5,7
/proc/17538/task/17597/stat : 17597 (java) S 17535 17538 6529 0 -1 1077944384 14 12836 0 0 0 0 4 3 20 0 15 0 107377561 11262046208 45306 33554432000 4194304 4196468 140735205575696 139918760207200 139919869097685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17598] ppid=17535 vsize=10998092 memory=4945125699554088323 CPUtime=0.07 cores=1,3,5,7
/proc/17538/task/17598/stat : 17598 (java) S 17535 17538 6529 0 -1 1077944384 1 12836 0 0 0 0 4 3 20 0 15 0 107377562 11262046208 45306 33554432000 4194304 4196468 140735205575696 139918558880896 139919869097685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17599] ppid=17535 vsize=10998092 memory=7222483652687470737 CPUtime=0.07 cores=1,3,5,7
/proc/17538/task/17599/stat : 17599 (java) S 17535 17538 6529 0 -1 1077944384 3 12836 0 0 0 0 4 3 20 0 15 0 107377564 11262046208 45306 33554432000 4194304 4196468 140735205575696 139918251481168 139919869106075 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17600] ppid=17535 vsize=10998092 memory=-2893623298589923098 CPUtime=0.24 cores=1,3,5,7
/proc/17538/task/17600/stat : 17600 (java) S 17535 17538 6529 0 -1 1077944384 932 12836 0 0 17 0 4 3 20 0 15 0 107377564 11262046208 45306 33554432000 4194304 4196468 140735205575696 139918837791344 139919869098626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17601] ppid=17535 vsize=10998092 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/17538/task/17601/stat : 17601 (java) S 17535 17538 6529 0 -1 1077944384 1303 12836 0 0 23 0 4 3 20 0 15 0 107377564 11262046208 45306 33554432000 4194304 4196468 140735205575696 139918836738544 139919869098626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17602] ppid=17535 vsize=10998092 memory=8546823402028195750 CPUtime=0.36 cores=1,3,5,7
/proc/17538/task/17602/stat : 17602 (java) S 17535 17538 6529 0 -1 1077944384 1000 12836 0 0 29 0 4 3 20 0 15 0 107377564 11262046208 45306 33554432000 4194304 4196468 140735205575696 139918835686256 139919869098626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17603] ppid=17535 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17538/task/17603/stat : 17603 (java) S 17535 17538 6529 0 -1 1077944384 3 12836 0 0 0 0 4 3 20 0 15 0 107377565 11262046208 45306 33554432000 4194304 4196468 140735205575696 139917820685280 139919869097685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17604] ppid=17535 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17538/task/17604/stat : 17604 (java) S 17535 17538 6529 0 -1 1077944384 1 12836 0 0 0 0 4 3 20 0 15 0 107377565 11262046208 45306 33554432000 4194304 4196468 140735205575696 139918834633136 139919869098626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0

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

Current children cumulated CPU time: 12.06 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 400832 KiB

[startup+9.21989 s]
# the end of solver process 17538 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=15.9114 s, system=0.295099 s

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

[startup+6.40098 s]
/proc/loadavg: 1.62 1.73 1.68 4/215 17604
/proc/meminfo: memFree=24350276/32770624 swapFree=67108688/67108860
[pid=17538] ppid=17535 vsize=11077984 memory=400880 CPUtime=12.2 cores=1,3,5,7
/proc/17538/stat : 17538 (java) S 17535 17538 6529 0 -1 1077944320 63001 12836 0 0 1191 22 4 3 20 0 15 0 107377550 11343855616 100220 33554432000 4194304 4196468 140735205575696 140735205558240 139919869087479 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
/proc/17538/statm: 2769496 100220 3507 1 0 2731149 0
[pid=17538/tid=17591] ppid=17535 vsize=11077984 memory=6791534058613427641 CPUtime=5.85 cores=1,3,5,7
/proc/17538/task/17591/stat : 17591 (java) R 17535 17538 6529 0 -1 4202560 35602 12836 0 0 566 12 4 3 20 0 15 0 107377559 11343855616 100220 33554432000 4194304 4196468 140735205575696 139919840922488 139919447383431 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17592] ppid=17535 vsize=11077984 memory=1724 CPUtime=0.1 cores=1,3,5,7
/proc/17538/task/17592/stat : 17592 (java) S 17535 17538 6529 0 -1 1077944384 331 12836 0 0 3 0 4 3 20 0 15 0 107377560 11343855616 100220 33554432000 4194304 4196468 140735205575696 139919873330064 139919869097685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17593] ppid=17535 vsize=11077984 memory=1004 CPUtime=0.1 cores=1,3,5,7
/proc/17538/task/17593/stat : 17593 (java) S 17535 17538 6529 0 -1 1077944384 65 12836 0 0 3 0 4 3 20 0 15 0 107377560 11343855616 100220 33554432000 4194304 4196468 140735205575696 139919408868112 139919869097685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17594] ppid=17535 vsize=11077984 memory=1952 CPUtime=0.1 cores=1,3,5,7
/proc/17538/task/17594/stat : 17594 (java) S 17535 17538 6529 0 -1 1077944384 122 12836 0 0 3 0 4 3 20 0 15 0 107377560 11343855616 100220 33554432000 4194304 4196468 140735205575696 139919407815824 139919869097685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17595] ppid=17535 vsize=11077984 memory=1708 CPUtime=0.1 cores=1,3,5,7
/proc/17538/task/17595/stat : 17595 (java) S 17535 17538 6529 0 -1 1077944384 252 12836 0 0 3 0 4 3 20 0 15 0 107377560 11343855616 100220 33554432000 4194304 4196468 140735205575696 139919406763024 139919869097685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17596] ppid=17535 vsize=11077984 memory=792 CPUtime=0.1 cores=1,3,5,7
/proc/17538/task/17596/stat : 17596 (java) S 17535 17538 6529 0 -1 1077944384 1347 12836 0 0 3 0 4 3 20 0 15 0 107377561 11343855616 100220 33554432000 4194304 4196468 140735205575696 139918838843504 139919869098626 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 40 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17597] ppid=17535 vsize=11077984 memory=1228 CPUtime=0.07 cores=1,3,5,7
/proc/17538/task/17597/stat : 17597 (java) S 17535 17538 6529 0 -1 1077944384 17 12836 0 0 0 0 4 3 20 0 15 0 107377561 11343855616 100220 33554432000 4194304 4196468 140735205575696 139918760207200 139919869097685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17598] ppid=17535 vsize=11077984 memory=182776 CPUtime=0.07 cores=1,3,5,7
/proc/17538/task/17598/stat : 17598 (java) S 17535 17538 6529 0 -1 1077944384 1 12836 0 0 0 0 4 3 20 0 15 0 107377562 11343855616 100220 33554432000 4194304 4196468 140735205575696 139918558880896 139919869097685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17599] ppid=17535 vsize=11077984 memory=6944656592387989600 CPUtime=0.07 cores=1,3,5,7
/proc/17538/task/17599/stat : 17599 (java) S 17535 17538 6529 0 -1 1077944384 3 12836 0 0 0 0 4 3 20 0 15 0 107377564 11343855616 100220 33554432000 4194304 4196468 140735205575696 139918251481168 139919869106075 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17600] ppid=17535 vsize=11077984 memory=6655300316396806240 CPUtime=2.34 cores=1,3,5,7
/proc/17538/task/17600/stat : 17600 (java) S 17535 17538 6529 0 -1 1077944384 5339 12836 0 0 225 2 4 3 20 0 15 0 107377564 11343855616 100220 33554432000 4194304 4196468 140735205575696 139918837791344 139919869098626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 48 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17601] ppid=17535 vsize=11077984 memory=6944656592455097440 CPUtime=2.54 cores=1,3,5,7
/proc/17538/task/17601/stat : 17601 (java) S 17535 17538 6529 0 -1 1077944384 9962 12836 0 0 245 2 4 3 20 0 15 0 107377564 11343855616 100220 33554432000 4194304 4196468 140735205575696 139918836738544 139919869098626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 46 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17602] ppid=17535 vsize=11077984 memory=6944656592387989600 CPUtime=1.42 cores=1,3,5,7
/proc/17538/task/17602/stat : 17602 (java) S 17535 17538 6529 0 -1 1077944384 6812 12836 0 0 133 2 4 3 20 0 15 0 107377564 11343855616 100220 33554432000 4194304 4196468 140735205575696 139918835686256 139919869098626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17603] ppid=17535 vsize=11077984 memory=6944656592455097440 CPUtime=0.07 cores=1,3,5,7
/proc/17538/task/17603/stat : 17603 (java) S 17535 17538 6529 0 -1 1077944384 3 12836 0 0 0 0 4 3 20 0 15 0 107377565 11343855616 100220 33554432000 4194304 4196468 140735205575696 139917820685280 139919869097685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17604] ppid=17535 vsize=11077984 memory=139929367209681 CPUtime=0.07 cores=1,3,5,7
/proc/17538/task/17604/stat : 17604 (java) S 17535 17538 6529 0 -1 1077944384 951 12836 0 0 0 0 4 3 20 0 15 0 107377565 11343855616 100220 33554432000 4194304 4196468 140735205575696 139918834633136 139919869098626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 48 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
Current children cumulated CPU time: 12.2 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 400880 KiB

[startup+8.00133 s]*
/proc/loadavg: 1.62 1.73 1.68 3/215 17604
/proc/meminfo: memFree=24252496/32770624 swapFree=67108688/67108860
[pid=17538] ppid=17535 vsize=11077984 memory=473288 CPUtime=14.5 cores=1,3,5,7
/proc/17538/stat : 17538 (java) S 17535 17538 6529 0 -1 1077944320 63234 12836 0 0 1419 24 4 3 20 0 15 0 107377550 11343855616 118322 33554432000 4194304 4196468 140735205575696 140735205558240 139919869087479 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
/proc/17538/statm: 2769496 118322 3512 1 0 2731149 0
[pid=17538/tid=17591] ppid=17535 vsize=11077984 memory=6791534058613427641 CPUtime=7.44 cores=1,3,5,7
/proc/17538/task/17591/stat : 17591 (java) R 17535 17538 6529 0 -1 4202560 35643 12836 0 0 725 12 4 3 20 0 15 0 107377559 11343855616 118322 33554432000 4194304 4196468 140735205575696 139919840922488 139919450115543 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17592] ppid=17535 vsize=11077984 memory=4126316290023845779 CPUtime=0.11 cores=1,3,5,7
/proc/17538/task/17592/stat : 17592 (java) S 17535 17538 6529 0 -1 1077944384 336 12836 0 0 4 0 4 3 20 0 15 0 107377560 11343855616 118322 33554432000 4194304 4196468 140735205575696 139919873330064 139919869097685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17593] ppid=17535 vsize=11077984 memory=7444564994448715626 CPUtime=0.11 cores=1,3,5,7
/proc/17538/task/17593/stat : 17593 (java) S 17535 17538 6529 0 -1 1077944384 78 12836 0 0 4 0 4 3 20 0 15 0 107377560 11343855616 118322 33554432000 4194304 4196468 140735205575696 139919408868112 139919869097685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17594] ppid=17535 vsize=11077984 memory=7811606169552382291 CPUtime=0.11 cores=1,3,5,7
/proc/17538/task/17594/stat : 17594 (java) S 17535 17538 6529 0 -1 1077944384 128 12836 0 0 4 0 4 3 20 0 15 0 107377560 11343855616 118322 33554432000 4194304 4196468 140735205575696 139919407815824 139919869097685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17595] ppid=17535 vsize=11077984 memory=7013907167718697317 CPUtime=0.11 cores=1,3,5,7
/proc/17538/task/17595/stat : 17595 (java) S 17535 17538 6529 0 -1 1077944384 259 12836 0 0 4 0 4 3 20 0 15 0 107377560 11343855616 118322 33554432000 4194304 4196468 140735205575696 139919406763024 139919869097685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17596] ppid=17535 vsize=11077984 memory=7739811354565503345 CPUtime=0.11 cores=1,3,5,7
/proc/17538/task/17596/stat : 17596 (java) S 17535 17538 6529 0 -1 1077944384 1376 12836 0 0 4 0 4 3 20 0 15 0 107377561 11343855616 118322 33554432000 4194304 4196468 140735205575696 139918838843504 139919869098626 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 40 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17597] ppid=17535 vsize=11077984 memory=7449610649231059569 CPUtime=0.07 cores=1,3,5,7
/proc/17538/task/17597/stat : 17597 (java) S 17535 17538 6529 0 -1 1077944384 17 12836 0 0 0 0 4 3 20 0 15 0 107377561 11343855616 118322 33554432000 4194304 4196468 140735205575696 139918760207200 139919869097685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17598] ppid=17535 vsize=11077984 memory=6010175080304241256 CPUtime=0.07 cores=1,3,5,7
/proc/17538/task/17598/stat : 17598 (java) S 17535 17538 6529 0 -1 1077944384 1 12836 0 0 0 0 4 3 20 0 15 0 107377562 11343855616 118322 33554432000 4194304 4196468 140735205575696 139918558880896 139919869097685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17599] ppid=17535 vsize=11077984 memory=6011303205020592743 CPUtime=0.07 cores=1,3,5,7
/proc/17538/task/17599/stat : 17599 (java) S 17535 17538 6529 0 -1 1077944384 3 12836 0 0 0 0 4 3 20 0 15 0 107377564 11343855616 118322 33554432000 4194304 4196468 140735205575696 139918251481168 139919869106075 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17600] ppid=17535 vsize=11077984 memory=7165070229671997041 CPUtime=2.6 cores=1,3,5,7
/proc/17538/task/17600/stat : 17600 (java) S 17535 17538 6529 0 -1 1077944384 5359 12836 0 0 251 2 4 3 20 0 15 0 107377564 11343855616 118322 33554432000 4194304 4196468 140735205575696 139918837791344 139919869098626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 48 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17601] ppid=17535 vsize=11077984 memory=7593441055222230641 CPUtime=2.8 cores=1,3,5,7
/proc/17538/task/17601/stat : 17601 (java) S 17535 17538 6529 0 -1 1077944384 9977 12836 0 0 271 2 4 3 20 0 15 0 107377564 11343855616 118322 33554432000 4194304 4196468 140735205575696 139918836738544 139919869098626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 46 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17602] ppid=17535 vsize=11077984 memory=7667777850864461653 CPUtime=1.55 cores=1,3,5,7
/proc/17538/task/17602/stat : 17602 (java) S 17535 17538 6529 0 -1 1077944384 6909 12836 0 0 146 2 4 3 20 0 15 0 107377564 11343855616 118322 33554432000 4194304 4196468 140735205575696 139918835686256 139919869098626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17603] ppid=17535 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17538/task/17603/stat : 17603 (java) S 17535 17538 6529 0 -1 1077944384 3 12836 0 0 0 0 4 3 20 0 15 0 107377565 11343855616 118322 33554432000 4194304 4196468 140735205575696 139917820685280 139919869097685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17604] ppid=17535 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17538/task/17604/stat : 17604 (java) S 17535 17538 6529 0 -1 1077944384 951 12836 0 0 0 0 4 3 20 0 15 0 107377565 11343855616 118322 33554432000 4194304 4196468 140735205575696 139918834633136 139919869098626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 48 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
Current children cumulated CPU time: 14.5 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 473288 KiB

[startup+8.80074 s]
/proc/loadavg: 1.62 1.73 1.68 3/215 17604
/proc/meminfo: memFree=24252496/32770624 swapFree=67108688/67108860
[pid=17538] ppid=17535 vsize=11077984 memory=489728 CPUtime=15.59 cores=1,3,5,7
/proc/17538/stat : 17538 (java) S 17535 17538 6529 0 -1 1077944320 63257 12836 0 0 1528 24 4 3 20 0 15 0 107377550 11343855616 122432 33554432000 4194304 4196468 140735205575696 140735205558240 139919869087479 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
/proc/17538/statm: 2769496 122432 3512 1 0 2731149 0
[pid=17538/tid=17591] ppid=17535 vsize=11077984 memory=6791534058613427641 CPUtime=8.22 cores=1,3,5,7
/proc/17538/task/17591/stat : 17591 (java) R 17535 17538 6529 0 -1 4202560 35662 12836 0 0 803 12 4 3 20 0 15 0 107377559 11343855616 122432 33554432000 4194304 4196468 140735205575696 139919840922488 139919451598343 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17592] ppid=17535 vsize=11077984 memory=288230583166042425 CPUtime=0.11 cores=1,3,5,7
/proc/17538/task/17592/stat : 17592 (java) S 17535 17538 6529 0 -1 1077944384 337 12836 0 0 4 0 4 3 20 0 15 0 107377560 11343855616 122432 33554432000 4194304 4196468 140735205575696 139919873330064 139919869097685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17593] ppid=17535 vsize=11077984 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/17538/task/17593/stat : 17593 (java) S 17535 17538 6529 0 -1 1077944384 79 12836 0 0 4 0 4 3 20 0 15 0 107377560 11343855616 122432 33554432000 4194304 4196468 140735205575696 139919408868112 139919869097685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17594] ppid=17535 vsize=11077984 memory=279858458492960 CPUtime=0.11 cores=1,3,5,7
/proc/17538/task/17594/stat : 17594 (java) S 17535 17538 6529 0 -1 1077944384 129 12836 0 0 4 0 4 3 20 0 15 0 107377560 11343855616 122432 33554432000 4194304 4196468 140735205575696 139919407815824 139919869097685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17595] ppid=17535 vsize=11077984 memory=139929229269352 CPUtime=0.11 cores=1,3,5,7
/proc/17538/task/17595/stat : 17595 (java) S 17535 17538 6529 0 -1 1077944384 260 12836 0 0 4 0 4 3 20 0 15 0 107377560 11343855616 122432 33554432000 4194304 4196468 140735205575696 139919406763024 139919869097685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17596] ppid=17535 vsize=11077984 memory=7284 CPUtime=0.11 cores=1,3,5,7
/proc/17538/task/17596/stat : 17596 (java) S 17535 17538 6529 0 -1 1077944384 1376 12836 0 0 4 0 4 3 20 0 15 0 107377561 11343855616 122432 33554432000 4194304 4196468 140735205575696 139918838843504 139919869098626 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 40 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17597] ppid=17535 vsize=11077984 memory=840 CPUtime=0.07 cores=1,3,5,7
/proc/17538/task/17597/stat : 17597 (java) S 17535 17538 6529 0 -1 1077944384 17 12836 0 0 0 0 4 3 20 0 15 0 107377561 11343855616 122432 33554432000 4194304 4196468 140735205575696 139918760207200 139919869097685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17598] ppid=17535 vsize=11077984 memory=1696 CPUtime=0.07 cores=1,3,5,7
/proc/17538/task/17598/stat : 17598 (java) S 17535 17538 6529 0 -1 1077944384 1 12836 0 0 0 0 4 3 20 0 15 0 107377562 11343855616 122432 33554432000 4194304 4196468 140735205575696 139918558880896 139919869097685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17599] ppid=17535 vsize=11077984 memory=916 CPUtime=0.07 cores=1,3,5,7
/proc/17538/task/17599/stat : 17599 (java) S 17535 17538 6529 0 -1 1077944384 3 12836 0 0 0 0 4 3 20 0 15 0 107377564 11343855616 122432 33554432000 4194304 4196468 140735205575696 139918251481168 139919869106075 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17600] ppid=17535 vsize=11077984 memory=3848 CPUtime=2.72 cores=1,3,5,7
/proc/17538/task/17600/stat : 17600 (java) S 17535 17538 6529 0 -1 1077944384 5359 12836 0 0 263 2 4 3 20 0 15 0 107377564 11343855616 122432 33554432000 4194304 4196468 140735205575696 139918837791344 139919869098626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 48 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17601] ppid=17535 vsize=11077984 memory=4104 CPUtime=2.93 cores=1,3,5,7
/proc/17538/task/17601/stat : 17601 (java) R 17535 17538 6529 0 -1 4202560 9977 12836 0 0 284 2 4 3 20 0 15 0 107377564 11343855616 122432 33554432000 4194304 4196468 140735205575696 139918836738544 139919848750112 0 4 0 16800975 0 0 0 -1 5 0 0 46 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17602] ppid=17535 vsize=11077984 memory=2592 CPUtime=1.61 cores=1,3,5,7
/proc/17538/task/17602/stat : 17602 (java) S 17535 17538 6529 0 -1 1077944384 6909 12836 0 0 152 2 4 3 20 0 15 0 107377564 11343855616 122432 33554432000 4194304 4196468 140735205575696 139918835686256 139919869098626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17603] ppid=17535 vsize=11077984 memory=2592 CPUtime=0.07 cores=1,3,5,7
/proc/17538/task/17603/stat : 17603 (java) S 17535 17538 6529 0 -1 1077944384 3 12836 0 0 0 0 4 3 20 0 15 0 107377565 11343855616 122432 33554432000 4194304 4196468 140735205575696 139917820685280 139919869097685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17604] ppid=17535 vsize=11077984 memory=1408 CPUtime=0.07 cores=1,3,5,7
/proc/17538/task/17604/stat : 17604 (java) S 17535 17538 6529 0 -1 1077944384 951 12836 0 0 0 0 4 3 20 0 15 0 107377565 11343855616 122432 33554432000 4194304 4196468 140735205575696 139918834633136 139919869098626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 48 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
Current children cumulated CPU time: 15.59 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 489728 KiB

[startup+9.20069 s]
/proc/loadavg: 1.62 1.73 1.68 4/215 17604
/proc/meminfo: memFree=24221900/32770624 swapFree=67108688/67108860
[pid=17538] ppid=17535 vsize=11142492 memory=504168 CPUtime=16.17 cores=1,3,5,7
/proc/17538/stat : 17538 (java) S 17535 17538 6529 0 -1 1077944320 63605 12836 0 0 1586 24 4 3 20 0 13 0 107377550 11409911808 126042 33554432000 4194304 4196468 140735205575696 140735205558240 139919869087479 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
/proc/17538/statm: 2785623 126042 3515 1 0 2747276 0
[pid=17538/tid=17591] ppid=17535 vsize=11142492 memory=1724 CPUtime=8.62 cores=1,3,5,7
/proc/17538/task/17591/stat : 17591 (java) S 17535 17538 6529 0 -1 1077944384 35916 12836 0 0 842 13 4 3 20 0 13 0 107377559 11409911808 126042 33554432000 4194304 4196468 140735205575696 139919840930960 139919869097685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17592] ppid=17535 vsize=11142492 memory=6791534058613427641 CPUtime=0.11 cores=1,3,5,7
/proc/17538/task/17592/stat : 17592 (java) S 17535 17538 6529 0 -1 1077944384 337 12836 0 0 4 0 4 3 20 0 13 0 107377560 11409911808 126042 33554432000 4194304 4196468 140735205575696 139919873330064 139919869097685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17593] ppid=17535 vsize=11142492 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/17538/task/17593/stat : 17593 (java) S 17535 17538 6529 0 -1 1077944384 79 12836 0 0 4 0 4 3 20 0 13 0 107377560 11409911808 126042 33554432000 4194304 4196468 140735205575696 139919408868112 139919869097685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17594] ppid=17535 vsize=11142492 memory=215237991106874 CPUtime=0.11 cores=1,3,5,7
/proc/17538/task/17594/stat : 17594 (java) S 17535 17538 6529 0 -1 1077944384 129 12836 0 0 4 0 4 3 20 0 13 0 107377560 11409911808 126042 33554432000 4194304 4196468 140735205575696 139919407815824 139919869097685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17595] ppid=17535 vsize=11142492 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/17538/task/17595/stat : 17595 (java) S 17535 17538 6529 0 -1 1077944384 261 12836 0 0 4 0 4 3 20 0 13 0 107377560 11409911808 126042 33554432000 4194304 4196468 140735205575696 139919406763024 139919869097685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17596] ppid=17535 vsize=11142492 memory=4140 CPUtime=0.11 cores=1,3,5,7
/proc/17538/task/17596/stat : 17596 (java) S 17535 17538 6529 0 -1 1077944384 1393 12836 0 0 4 0 4 3 20 0 13 0 107377561 11409911808 126042 33554432000 4194304 4196468 140735205575696 139918838843712 139919869098626 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 40 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17597] ppid=17535 vsize=11142492 memory=7301550374293618789 CPUtime=0.07 cores=1,3,5,7
/proc/17538/task/17597/stat : 17597 (java) S 17535 17538 6529 0 -1 1077944384 17 12836 0 0 0 0 4 3 20 0 13 0 107377561 11409911808 126042 33554432000 4194304 4196468 140735205575696 139918760207200 139919869097685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17598] ppid=17535 vsize=11142492 memory=7595725831727968097 CPUtime=0.07 cores=1,3,5,7
/proc/17538/task/17598/stat : 17598 (java) S 17535 17538 6529 0 -1 1077944384 1 12836 0 0 0 0 4 3 20 0 13 0 107377562 11409911808 126042 33554432000 4194304 4196468 140735205575696 139918558880896 139919869097685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17600] ppid=17535 vsize=11142492 memory=7100839878645814387 CPUtime=2.8 cores=1,3,5,7
/proc/17538/task/17600/stat : 17600 (java) S 17535 17538 6529 0 -1 1077944384 5360 12836 0 0 271 2 4 3 20 0 13 0 107377564 11409911808 126042 33554432000 4194304 4196468 140735205575696 139918837782624 139919869097685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 48 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17601] ppid=17535 vsize=11142492 memory=-9108684669924967205 CPUtime=3 cores=1,3,5,7
/proc/17538/task/17601/stat : 17601 (java) S 17535 17538 6529 0 -1 1077944384 9981 12836 0 0 291 2 4 3 20 0 13 0 107377564 11409911808 126042 33554432000 4194304 4196468 140735205575696 139918836717584 139919869097685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 46 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17602] ppid=17535 vsize=11142492 memory=7679937539659563834 CPUtime=1.64 cores=1,3,5,7
/proc/17538/task/17602/stat : 17602 (java) S 17535 17538 6529 0 -1 1077944384 6933 12836 0 0 155 2 4 3 20 0 13 0 107377564 11409911808 126042 33554432000 4194304 4196468 140735205575696 139918835686256 139919869098626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
[pid=17538/tid=17603] ppid=17535 vsize=11142492 memory=139929229675520 CPUtime=0.07 cores=1,3,5,7
/proc/17538/task/17603/stat : 17603 (java) S 17535 17538 6529 0 -1 1077944384 3 12836 0 0 0 0 4 3 20 0 13 0 107377565 11409911808 126042 33554432000 4194304 4196468 140735205575696 139917820685280 139919869097685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20119552 140735205579378 140735205582177 140735205582177 140735205584847 0
Current children cumulated CPU time: 16.17 s
Current children cumulated vsize: 11142492 KiB
Current children cumulated memory: 504168 KiB

Child status: 0
Real time (s): 9.21995
CPU time (s): 16.2065
CPU user time (s): 15.9114
CPU system time (s): 0.295099
CPU usage (%): 175.776
Max. virtual memory (cumulated for all children) (KiB): 11142492
Max. memory (cumulated for all children) (KiB): 504168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.9114
system time used= 0.295099
maximum resident set size= 506176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76469
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= 7617
involuntary context switches= 72


# summary of solver processes directly reported to runsolver:
#   pid: 17538
#   total CPU time (s): 16.2065
#   total CPU user time (s): 15.9114
#   total CPU system time (s): 0.295099

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.08315 second user time and 0.12994 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-29 23:02:27
IDJOB=4302270
IDBENCH=141542
IDSOLVER=2776
FILE ID=node106/4302270-1532898147
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-00_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302270-1532898147/watcher-4302270-1532898147 -o /tmp/evaluation-result-4302270-1532898147/solver-4302270-1532898147 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532895551-13369 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=767619655 HOME/instance-4302270-1532898147.xml

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

MD5SUM BENCH= 9b4affb9795dbfb6552181ea4234f2b3
RANDOM SEED=767619655

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:        24714092 kB
MemAvailable:   31087964 kB
Buffers:          248992 kB
Cached:          6357912 kB
SwapCached:            0 kB
Active:          3282484 kB
Inactive:        4221996 kB
Active(anon):     844720 kB
Inactive(anon):    80476 kB
Active(file):    2437764 kB
Inactive(file):  4141520 kB
Unevictable:        6960 kB
Mlocked:            6960 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             26444 kB
Writeback:             0 kB
AnonPages:        904300 kB
Mapped:            58004 kB
Shmem:             25056 kB
Slab:             248528 kB
SReclaimable:     220848 kB
SUnreclaim:        27680 kB
KernelStack:        3552 kB
PageTables:         7124 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2065108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    690176 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 23:02:36