Trace number 4302817

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2-SuperNGOPT2 7.95411 3.89035

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m1-1_c18.xml
MD5SUM3db83836fd15e943f67e7808e5ced101
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark1.22149
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints22
Number of domains6
Minimum domain size2
Maximum domain size880
Distribution of domain sizes[{"size":2,"count":3},{"size":5,"count":9},{"size":275,"count":3},{"size":550,"count":3},{"size":801,"count":3},{"size":880,"count":3}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":6},{"degree":5,"count":3}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":6},{"arity":3,"count":16}]
Number of extensional constraints0
Number of intensional constraints15
Distribution of constraint types[{"type":"intension","count":15},{"type":"ordered","count":1},{"type":"sum","count":6}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.98/0.74	c Concrete v3.9.2.1532736233296 running
7.77/3.83	o 2
7.77/3.84	v <instantiation cost="2">
7.77/3.84	v       <list>
7.77/3.84	v         d[0][0] d[0][1] d[0][2] d[1][0] d[1][1] d[1][2] d[2][0] d[2][1] d[2][2] npt[0] npt[1] npt[2] u[0] u[1] u[2] nptv[0][0] nptv[0][1] nptv[0][2] nptv[1][0] nptv[1][1] nptv[1][2] nptv[2][0] nptv[2][1] nptv[2][2]
7.77/3.84	v       </list>
7.77/3.84	v       <values>
7.77/3.84	v         0 2 2 2 0 2 4 0 0 274 137 0 1 1 0 0 548 548 274 0 274 0 0 0
7.77/3.84	v       </values>
7.77/3.84	v     </instantiation>
7.77/3.84	s OPTIMUM FOUND

Verifier Data

OK	2

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302817-1532897266/watcher-4302817-1532897266 -o /tmp/evaluation-result-4302817-1532897266/solver-4302817-1532897266 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532892979-13581 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1354296099 -superng HOME/instance-4302817-1532897266.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
Starting watchdog thread
solver pid=19617, runsolver pid=19614
Current StackSize limit: 8192 KiB


[startup+0.100136 s]*
/proc/loadavg: 1.26 1.77 1.89 3/206 19674
/proc/meminfo: memFree=22929264/32770624 swapFree=67108404/67108860
[pid=19617] ppid=19614 vsize=10009592 memory=17340 CPUtime=0.09 cores=1,3,5,7
/proc/19617/stat : 19617 (java) S 19614 19617 12222 0 -1 1077944320 4477 13067 0 0 1 1 5 2 20 0 6 0 107289737 10249822208 4335 33554432000 4194304 4196468 140722836166272 140722836148816 139932740427511 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
/proc/19617/statm: 2503525 4335 1957 1 0 2491963 0
[pid=19617/tid=19670] ppid=19614 vsize=10088124 memory=4279135703913103502 CPUtime=0.08 cores=1,3,5,7
/proc/19617/task/19670/stat : 19670 (java) R 19614 19617 12222 0 -1 4202560 2347 13067 0 0 1 0 5 2 20 0 7 0 107289745 10330238976 4402 33554432000 4194304 4196468 140722836166272 139932712270608 139932265950950 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19671] ppid=19614 vsize=10088124 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19671/stat : 19671 (java) S 19614 19617 12222 0 -1 1077944384 1 13067 0 0 0 0 5 2 20 0 7 0 107289746 10330238976 4402 33554432000 4194304 4196468 140722836166272 139932744670224 139932740437717 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19672] ppid=19614 vsize=10088124 memory=139801627854464 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19672/stat : 19672 (java) S 19614 19617 12222 0 -1 1077944384 1 13067 0 0 0 0 5 2 20 0 7 0 107289746 10330238976 4402 33554432000 4194304 4196468 140722836166272 139932599389328 139932740437717 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19673] ppid=19614 vsize=10088124 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19673/stat : 19673 (java) S 19614 19617 12222 0 -1 1077944384 1 13067 0 0 0 0 5 2 20 0 7 0 107289746 10330238976 4402 33554432000 4194304 4196468 140722836166272 139932598336272 139932740437717 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19674] ppid=19614 vsize=10088124 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19674/stat : 19674 (java) S 19614 19617 12222 0 -1 1077944384 2 13067 0 0 0 0 5 2 20 0 7 0 107289746 10330238976 4402 33554432000 4194304 4196468 140722836166272 139932597283728 139932740437717 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19675] ppid=19614 vsize=10088124 memory=139801627854464 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19675/stat : 19675 (java) S 19614 19617 12222 0 -1 1077944384 2 13067 0 0 0 0 5 2 20 0 7 0 107289747 10330238976 4402 33554432000 4194304 4196468 140722836166272 139931710060784 139932740438658 0 0 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10009592 KiB
Current children cumulated memory: 17340 KiB

[startup+0.209958 s]*
/proc/loadavg: 1.26 1.77 1.89 3/215 19683
/proc/meminfo: memFree=22906924/32770624 swapFree=67108404/67108860
[pid=19617] ppid=19614 vsize=10982776 memory=45992 CPUtime=0.25 cores=1,3,5,7
/proc/19617/stat : 19617 (java) S 19614 19617 12222 0 -1 1077944320 8813 13067 0 0 16 2 5 2 20 0 15 0 107289737 11246362624 11432 33554432000 4194304 4196468 140722836166272 140722836148816 139932740427511 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
/proc/19617/statm: 2745694 11498 2953 1 0 2708117 0
[pid=19617/tid=19670] ppid=19614 vsize=10982776 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/19617/task/19670/stat : 19670 (java) R 19614 19617 12222 0 -1 4202560 5799 13067 0 0 10 1 5 2 20 0 15 0 107289745 11246362624 11894 33554432000 4194304 4196468 140722836166272 139932712252320 139932733107229 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19671] ppid=19614 vsize=10982776 memory=345 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19671/stat : 19671 (java) S 19614 19617 12222 0 -1 1077944384 1 13067 0 0 0 0 5 2 20 0 15 0 107289746 11246362624 11894 33554432000 4194304 4196468 140722836166272 139932744670224 139932740437717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19672] ppid=19614 vsize=10982776 memory=3905095154253563552 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19672/stat : 19672 (java) S 19614 19617 12222 0 -1 1077944384 1 13067 0 0 0 0 5 2 20 0 15 0 107289746 11246362624 11894 33554432000 4194304 4196468 140722836166272 139932599389328 139932740437717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19673] ppid=19614 vsize=10982776 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19673/stat : 19673 (java) S 19614 19617 12222 0 -1 1077944384 1 13067 0 0 0 0 5 2 20 0 15 0 107289746 11246362624 11894 33554432000 4194304 4196468 140722836166272 139932598336272 139932740437717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19674] ppid=19614 vsize=10982776 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19674/stat : 19674 (java) S 19614 19617 12222 0 -1 1077944384 2 13067 0 0 0 0 5 2 20 0 15 0 107289746 11246362624 11960 33554432000 4194304 4196468 140722836166272 139932597283728 139932740437717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19675] ppid=19614 vsize=10982776 memory=139801627854464 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19675/stat : 19675 (java) S 19614 19617 12222 0 -1 1077944384 2 13067 0 0 0 0 5 2 20 0 15 0 107289747 11246362624 11960 33554432000 4194304 4196468 140722836166272 139931710060784 139932740438658 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19676] ppid=19614 vsize=10982776 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19676/stat : 19676 (java) S 19614 19617 12222 0 -1 1077944384 13 13067 0 0 0 0 5 2 20 0 15 0 107289748 11246362624 11960 33554432000 4194304 4196468 140722836166272 139931578000544 139932740437717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19677] ppid=19614 vsize=10982776 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19677/stat : 19677 (java) S 19614 19617 12222 0 -1 1077944384 1 13067 0 0 0 0 5 2 20 0 15 0 107289748 11246362624 11960 33554432000 4194304 4196468 140722836166272 139931376673520 139932740437717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19678] ppid=19614 vsize=10982776 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19678/stat : 19678 (java) S 19614 19617 12222 0 -1 1077944384 3 13067 0 0 0 0 5 2 20 0 15 0 107289751 11246362624 12013 33554432000 4194304 4196468 140722836166272 139931069274064 139932740446107 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19679] ppid=19614 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19617/task/19679/stat : 19679 (java) S 19614 19617 12222 0 -1 1077944384 359 13067 0 0 1 0 5 2 20 0 15 0 107289751 11246329856 12013 33554432000 4194304 4196468 140722836166272 139931709008624 139932740438658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19680] ppid=19614 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19680/stat : 19680 (java) S 19614 19617 12222 0 -1 1077944384 246 13067 0 0 0 0 5 2 20 0 15 0 107289751 11246329856 12013 33554432000 4194304 4196468 140722836166272 139931707956080 139932740438658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19681] ppid=19614 vsize=10982744 memory=139801627854464 CPUtime=0.1 cores=1,3,5,7
/proc/19617/task/19681/stat : 19681 (java) S 19614 19617 12222 0 -1 1077944384 607 13067 0 0 3 0 5 2 20 0 15 0 107289751 11246329856 12013 33554432000 4194304 4196468 140722836166272 139931706903024 139932740438658 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19682] ppid=19614 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19682/stat : 19682 (java) S 19614 19617 12222 0 -1 1077944384 3 13067 0 0 0 0 5 2 20 0 15 0 107289751 11246329856 12013 33554432000 4194304 4196468 140722836166272 139930638478176 139932740437717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19683] ppid=19614 vsize=10982776 memory=139801627854464 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19683/stat : 19683 (java) S 19614 19617 12222 0 -1 1077944384 1 13067 0 0 0 0 5 2 20 0 15 0 107289751 11246362624 12013 33554432000 4194304 4196468 140722836166272 139931705850416 139932740438658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982776 KiB
Current children cumulated memory: 45992 KiB

[startup+0.310382 s]*
/proc/loadavg: 1.26 1.77 1.89 3/215 19683
/proc/meminfo: memFree=22893652/32770624 swapFree=67108404/67108860
[pid=19617] ppid=19614 vsize=10983192 memory=55928 CPUtime=0.39 cores=1,3,5,7
/proc/19617/stat : 19617 (java) S 19614 19617 12222 0 -1 1077944320 10564 13067 0 0 29 3 5 2 20 0 15 0 107289737 11246788608 13982 33554432000 4194304 4196468 140722836166272 140722836148816 139932740427511 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
/proc/19617/statm: 2745798 13982 3072 1 0 2708109 0
[pid=19617/tid=19670] ppid=19614 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/19617/task/19670/stat : 19670 (java) R 19614 19617 12222 0 -1 4202560 7122 13067 0 0 20 2 5 2 20 0 15 0 107289745 11246788608 13982 33554432000 4194304 4196468 140722836166272 139932712239520 139932720699248 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19671] ppid=19614 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19671/stat : 19671 (java) S 19614 19617 12222 0 -1 1077944384 1 13067 0 0 0 0 5 2 20 0 15 0 107289746 11246788608 13982 33554432000 4194304 4196468 140722836166272 139932744670224 139932740437717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19672] ppid=19614 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19672/stat : 19672 (java) S 19614 19617 12222 0 -1 1077944384 1 13067 0 0 0 0 5 2 20 0 15 0 107289746 11246788608 13982 33554432000 4194304 4196468 140722836166272 139932599389328 139932740437717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19673] ppid=19614 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19673/stat : 19673 (java) S 19614 19617 12222 0 -1 1077944384 1 13067 0 0 0 0 5 2 20 0 15 0 107289746 11246788608 13982 33554432000 4194304 4196468 140722836166272 139932598336272 139932740437717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19674] ppid=19614 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19674/stat : 19674 (java) S 19614 19617 12222 0 -1 1077944384 2 13067 0 0 0 0 5 2 20 0 15 0 107289746 11246788608 13982 33554432000 4194304 4196468 140722836166272 139932597283728 139932740437717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19675] ppid=19614 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19675/stat : 19675 (java) S 19614 19617 12222 0 -1 1077944384 2 13067 0 0 0 0 5 2 20 0 15 0 107289747 11246788608 13982 33554432000 4194304 4196468 140722836166272 139931710060784 139932740438658 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19676] ppid=19614 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19676/stat : 19676 (java) S 19614 19617 12222 0 -1 1077944384 13 13067 0 0 0 0 5 2 20 0 15 0 107289748 11246788608 13982 33554432000 4194304 4196468 140722836166272 139931578000544 139932740437717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19677] ppid=19614 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19677/stat : 19677 (java) S 19614 19617 12222 0 -1 1077944384 1 13067 0 0 0 0 5 2 20 0 15 0 107289748 11246788608 13982 33554432000 4194304 4196468 140722836166272 139931376673520 139932740437717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19678] ppid=19614 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19678/stat : 19678 (java) S 19614 19617 12222 0 -1 1077944384 3 13067 0 0 0 0 5 2 20 0 15 0 107289751 11246788608 13982 33554432000 4194304 4196468 140722836166272 139931069274064 139932740446107 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19679] ppid=19614 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19617/task/19679/stat : 19679 (java) S 19614 19617 12222 0 -1 1077944384 359 13067 0 0 1 0 5 2 20 0 15 0 107289751 11246788608 13982 33554432000 4194304 4196468 140722836166272 139931709008624 139932740438658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19680] ppid=19614 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19617/task/19680/stat : 19680 (java) S 19614 19617 12222 0 -1 1077944384 249 13067 0 0 1 0 5 2 20 0 15 0 107289751 11246788608 13982 33554432000 4194304 4196468 140722836166272 139931707956080 139932740438658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19681] ppid=19614 vsize=10983192 memory=139801627854464 CPUtime=0.12 cores=1,3,5,7
/proc/19617/task/19681/stat : 19681 (java) S 19614 19617 12222 0 -1 1077944384 615 13067 0 0 5 0 5 2 20 0 15 0 107289751 11246788608 13982 33554432000 4194304 4196468 140722836166272 139931706903024 139932740438658 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19682] ppid=19614 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19682/stat : 19682 (java) S 19614 19617 12222 0 -1 1077944384 3 13067 0 0 0 0 5 2 20 0 15 0 107289751 11246788608 13982 33554432000 4194304 4196468 140722836166272 139930638478176 139932740437717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19683] ppid=19614 vsize=10983192 memory=139801627854464 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19683/stat : 19683 (java) S 19614 19617 12222 0 -1 1077944384 1 13067 0 0 0 0 5 2 20 0 15 0 107289751 11246788608 13982 33554432000 4194304 4196468 140722836166272 139931705850416 139932740438658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55928 KiB

[startup+0.700781 s]
/proc/loadavg: 1.26 1.77 1.89 3/215 19683
/proc/meminfo: memFree=22884776/32770624 swapFree=67108404/67108860
[pid=19617] ppid=19614 vsize=10983192 memory=88664 CPUtime=0.98 cores=1,3,5,7
/proc/19617/stat : 19617 (java) S 19614 19617 12222 0 -1 1077944320 16768 13067 0 0 86 5 5 2 20 0 15 0 107289737 11246788608 22166 33554432000 4194304 4196468 140722836166272 140722836148816 139932740427511 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
/proc/19617/statm: 2745798 22166 3239 1 0 2708109 0
[pid=19617/tid=19670] ppid=19614 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/19617/task/19670/stat : 19670 (java) R 19614 19617 12222 0 -1 4202560 12194 13067 0 0 55 4 5 2 20 0 15 0 107289745 11246788608 22166 33554432000 4194304 4196468 140722836166272 139932712248336 139932726123345 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19671] ppid=19614 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19671/stat : 19671 (java) S 19614 19617 12222 0 -1 1077944384 1 13067 0 0 0 0 5 2 20 0 15 0 107289746 11246788608 22166 33554432000 4194304 4196468 140722836166272 139932744670224 139932740437717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19672] ppid=19614 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19672/stat : 19672 (java) S 19614 19617 12222 0 -1 1077944384 1 13067 0 0 0 0 5 2 20 0 15 0 107289746 11246788608 22166 33554432000 4194304 4196468 140722836166272 139932599389328 139932740437717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19673] ppid=19614 vsize=10983192 memory=8514701219931451533 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19673/stat : 19673 (java) S 19614 19617 12222 0 -1 1077944384 1 13067 0 0 0 0 5 2 20 0 15 0 107289746 11246788608 22166 33554432000 4194304 4196468 140722836166272 139932598336272 139932740437717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19674] ppid=19614 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19674/stat : 19674 (java) S 19614 19617 12222 0 -1 1077944384 2 13067 0 0 0 0 5 2 20 0 15 0 107289746 11246788608 22166 33554432000 4194304 4196468 140722836166272 139932597283728 139932740437717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19675] ppid=19614 vsize=10983192 memory=6656426216303648864 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19675/stat : 19675 (java) S 19614 19617 12222 0 -1 1077944384 5 13067 0 0 0 0 5 2 20 0 15 0 107289747 11246788608 22166 33554432000 4194304 4196468 140722836166272 139931710060784 139932740438658 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19676] ppid=19614 vsize=10983192 memory=68 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19676/stat : 19676 (java) S 19614 19617 12222 0 -1 1077944384 13 13067 0 0 0 0 5 2 20 0 15 0 107289748 11246788608 22166 33554432000 4194304 4196468 140722836166272 139931578000544 139932740437717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19677] ppid=19614 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19677/stat : 19677 (java) S 19614 19617 12222 0 -1 1077944384 1 13067 0 0 0 0 5 2 20 0 15 0 107289748 11246788608 22166 33554432000 4194304 4196468 140722836166272 139931376673520 139932740437717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19678] ppid=19614 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19678/stat : 19678 (java) S 19614 19617 12222 0 -1 1077944384 3 13067 0 0 0 0 5 2 20 0 15 0 107289751 11246788608 22166 33554432000 4194304 4196468 140722836166272 139931069274064 139932740446107 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19679] ppid=19614 vsize=10983192 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/19617/task/19679/stat : 19679 (java) S 19614 19617 12222 0 -1 1077944384 765 13067 0 0 7 0 5 2 20 0 15 0 107289751 11246788608 22166 33554432000 4194304 4196468 140722836166272 139931709008624 139932740438658 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19680] ppid=19614 vsize=10983192 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/19617/task/19680/stat : 19680 (java) S 19614 19617 12222 0 -1 1077944384 886 13067 0 0 9 0 5 2 20 0 15 0 107289751 11246788608 22166 33554432000 4194304 4196468 140722836166272 139931707956080 139932740438658 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19681] ppid=19614 vsize=10983192 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/19617/task/19681/stat : 19681 (java) S 19614 19617 12222 0 -1 1077944384 701 13067 0 0 13 0 5 2 20 0 15 0 107289751 11246788608 22166 33554432000 4194304 4196468 140722836166272 139931706903024 139932740438658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19682] ppid=19614 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19682/stat : 19682 (java) S 19614 19617 12222 0 -1 1077944384 3 13067 0 0 0 0 5 2 20 0 15 0 107289751 11246788608 22166 33554432000 4194304 4196468 140722836166272 139930638478176 139932740437717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19683] ppid=19614 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19683/stat : 19683 (java) S 19614 19617 12222 0 -1 1077944384 1 13067 0 0 0 0 5 2 20 0 15 0 107289751 11246788608 22166 33554432000 4194304 4196468 140722836166272 139931705850416 139932740438658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88664 KiB

[startup+1.50154 s]
/proc/loadavg: 1.26 1.77 1.89 3/215 19683
/proc/meminfo: memFree=22838828/32770624 swapFree=67108404/67108860
[pid=19617] ppid=19614 vsize=11000140 memory=182040 CPUtime=2.23 cores=1,3,5,7
/proc/19617/stat : 19617 (java) S 19614 19617 12222 0 -1 1077944320 24100 13067 0 0 206 10 5 2 20 0 15 0 107289737 11264143360 45510 33554432000 4194304 4196468 140722836166272 140722836148816 139932740427511 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
/proc/19617/statm: 2750035 45510 3469 1 0 2711693 0
[pid=19617/tid=19670] ppid=19614 vsize=11000140 memory=-5153075247926373247 CPUtime=1.42 cores=1,3,5,7
/proc/19617/task/19670/stat : 19670 (java) R 19614 19617 12222 0 -1 4202560 17899 13067 0 0 129 6 5 2 20 0 15 0 107289745 11264143360 45510 33554432000 4194304 4196468 140722836166272 139932712258200 139932724507998 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19671] ppid=19614 vsize=11000140 memory=-7377834948144639638 CPUtime=0.08 cores=1,3,5,7
/proc/19617/task/19671/stat : 19671 (java) S 19614 19617 12222 0 -1 1077944384 30 13067 0 0 1 0 5 2 20 0 15 0 107289746 11264143360 45510 33554432000 4194304 4196468 140722836166272 139932744670224 139932740437717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19672] ppid=19614 vsize=11000140 memory=6720696446780543624 CPUtime=0.08 cores=1,3,5,7
/proc/19617/task/19672/stat : 19672 (java) S 19614 19617 12222 0 -1 1077944384 17 13067 0 0 1 0 5 2 20 0 15 0 107289746 11264143360 45510 33554432000 4194304 4196468 140722836166272 139932599389328 139932740437717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19673] ppid=19614 vsize=11000140 memory=-5153075247754915967 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19673/stat : 19673 (java) S 19614 19617 12222 0 -1 1077944384 250 13067 0 0 0 0 5 2 20 0 15 0 107289746 11264143360 45510 33554432000 4194304 4196468 140722836166272 139932598336272 139932740437717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19674] ppid=19614 vsize=11000140 memory=120188 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19674/stat : 19674 (java) S 19614 19617 12222 0 -1 1077944384 76 13067 0 0 0 0 5 2 20 0 15 0 107289746 11264143360 45510 33554432000 4194304 4196468 140722836166272 139932597283728 139932740437717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19675] ppid=19614 vsize=11000140 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19617/task/19675/stat : 19675 (java) S 19614 19617 12222 0 -1 1077944384 48 13067 0 0 1 0 5 2 20 0 15 0 107289747 11264143360 45510 33554432000 4194304 4196468 140722836166272 139931710060784 139932740438658 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19676] ppid=19614 vsize=11000140 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19676/stat : 19676 (java) S 19614 19617 12222 0 -1 1077944384 14 13067 0 0 0 0 5 2 20 0 15 0 107289748 11264143360 45510 33554432000 4194304 4196468 140722836166272 139931578000608 139932740437717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19677] ppid=19614 vsize=11000140 memory=279603042125504 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19677/stat : 19677 (java) S 19614 19617 12222 0 -1 1077944384 1 13067 0 0 0 0 5 2 20 0 15 0 107289748 11264143360 45510 33554432000 4194304 4196468 140722836166272 139931376673536 139932740437717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19678] ppid=19614 vsize=11000140 memory=279603042539728 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19678/stat : 19678 (java) S 19614 19617 12222 0 -1 1077944384 3 13067 0 0 0 0 5 2 20 0 15 0 107289751 11264143360 45510 33554432000 4194304 4196468 140722836166272 139931069274064 139932740446107 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19679] ppid=19614 vsize=11000140 memory=139801521072464 CPUtime=0.26 cores=1,3,5,7
/proc/19617/task/19679/stat : 19679 (java) R 19614 19617 12222 0 -1 4202560 999 13067 0 0 19 0 5 2 20 0 15 0 107289751 11264143360 45510 33554432000 4194304 4196468 140722836166272 139931709008624 139932721605271 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19680] ppid=19614 vsize=11000140 memory=139801627856977 CPUtime=0.26 cores=1,3,5,7
/proc/19617/task/19680/stat : 19680 (java) S 19614 19617 12222 0 -1 1077944384 1345 13067 0 0 19 0 5 2 20 0 15 0 107289751 11264143360 45510 33554432000 4194304 4196468 140722836166272 139931707956080 139932740438658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19681] ppid=19614 vsize=11000140 memory=96 CPUtime=0.37 cores=1,3,5,7
/proc/19617/task/19681/stat : 19681 (java) S 19614 19617 12222 0 -1 1077944384 1225 13067 0 0 30 0 5 2 20 0 15 0 107289751 11264143360 45510 33554432000 4194304 4196468 140722836166272 139931706903024 139932740438658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19682] ppid=19614 vsize=11000140 memory=3 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19682/stat : 19682 (java) S 19614 19617 12222 0 -1 1077944384 3 13067 0 0 0 0 5 2 20 0 15 0 107289751 11264143360 45510 33554432000 4194304 4196468 140722836166272 139930638478176 139932740437717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19683] ppid=19614 vsize=11000140 memory=0 CPUtime=0.07 cores=1,3,5,7

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

[startup+3.11041 s]
/proc/loadavg: 1.24 1.76 1.88 6/215 19683
/proc/meminfo: memFree=22681680/32770624 swapFree=67108404/67108860
[pid=19617] ppid=19614 vsize=11010400 memory=271580 CPUtime=5.99 cores=1,3,5,7
/proc/19617/stat : 19617 (java) S 19614 19617 12222 0 -1 1077944320 42363 13067 0 0 576 16 5 2 20 0 15 0 107289737 11274649600 67895 33554432000 4194304 4196468 140722836166272 140722836148816 139932740427511 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
/proc/19617/statm: 2752600 67895 3499 1 0 2714253 0
[pid=19617/tid=19670] ppid=19614 vsize=11010400 memory=224042674067833 CPUtime=2.98 cores=1,3,5,7
/proc/19617/task/19670/stat : 19670 (java) R 19614 19617 12222 0 -1 4202560 28401 13067 0 0 282 9 5 2 20 0 15 0 107289745 11274649600 67895 33554432000 4194304 4196468 140722836166272 139932712259264 139932721833800 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19671] ppid=19614 vsize=11010400 memory=224042674067834 CPUtime=0.1 cores=1,3,5,7
/proc/19617/task/19671/stat : 19671 (java) S 19614 19617 12222 0 -1 1077944384 43 13067 0 0 3 0 5 2 20 0 15 0 107289746 11274649600 67895 33554432000 4194304 4196468 140722836166272 139932744670224 139932740437717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19672] ppid=19614 vsize=11010400 memory=6791534058613427641 CPUtime=0.1 cores=1,3,5,7
/proc/19617/task/19672/stat : 19672 (java) S 19614 19617 12222 0 -1 1077944384 27 13067 0 0 3 0 5 2 20 0 15 0 107289746 11274649600 67895 33554432000 4194304 4196468 140722836166272 139932599389328 139932740437717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19673] ppid=19614 vsize=11010400 memory=6944656575208382560 CPUtime=0.09 cores=1,3,5,7
/proc/19617/task/19673/stat : 19673 (java) S 19614 19617 12222 0 -1 1077944384 276 13067 0 0 2 0 5 2 20 0 15 0 107289746 11274649600 67895 33554432000 4194304 4196468 140722836166272 139932598336272 139932740437717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19674] ppid=19614 vsize=11010400 memory=6656426216303648864 CPUtime=0.09 cores=1,3,5,7
/proc/19617/task/19674/stat : 19674 (java) S 19614 19617 12222 0 -1 1077944384 86 13067 0 0 2 0 5 2 20 0 15 0 107289746 11274649600 67895 33554432000 4194304 4196468 140722836166272 139932597283728 139932740437717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19675] ppid=19614 vsize=11010400 memory=5860704123725310038 CPUtime=0.1 cores=1,3,5,7
/proc/19617/task/19675/stat : 19675 (java) S 19614 19617 12222 0 -1 1077944384 1745 13067 0 0 3 0 5 2 20 0 15 0 107289747 11274649600 67895 33554432000 4194304 4196468 140722836166272 139931710060784 139932740438658 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19676] ppid=19614 vsize=11010400 memory=7295950583417696866 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19676/stat : 19676 (java) S 19614 19617 12222 0 -1 1077944384 14 13067 0 0 0 0 5 2 20 0 15 0 107289748 11274649600 67895 33554432000 4194304 4196468 140722836166272 139931578000608 139932740437717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19677] ppid=19614 vsize=11010400 memory=4012 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19677/stat : 19677 (java) S 19614 19617 12222 0 -1 1077944384 1 13067 0 0 0 0 5 2 20 0 15 0 107289748 11274649600 67895 33554432000 4194304 4196468 140722836166272 139931376673536 139932740437717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19678] ppid=19614 vsize=11010400 memory=30588 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19678/stat : 19678 (java) S 19614 19617 12222 0 -1 1077944384 3 13067 0 0 0 0 5 2 20 0 15 0 107289751 11274649600 67895 33554432000 4194304 4196468 140722836166272 139931069274064 139932740446107 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19679] ppid=19614 vsize=11010400 memory=2396 CPUtime=1.09 cores=1,3,5,7
/proc/19617/task/19679/stat : 19679 (java) R 19614 19617 12222 0 -1 4202560 4156 13067 0 0 101 1 5 2 20 0 15 0 107289751 11274649600 67895 33554432000 4194304 4196468 140722836166272 139931709007024 139932721128672 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19680] ppid=19614 vsize=11010400 memory=1300 CPUtime=0.81 cores=1,3,5,7
/proc/19617/task/19680/stat : 19680 (java) R 19614 19617 12222 0 -1 1077944384 1938 13067 0 0 73 1 5 2 20 0 15 0 107289751 11274649600 67895 33554432000 4194304 4196468 140722836166272 139931707956080 139932740438658 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19681] ppid=19614 vsize=11010400 memory=1840 CPUtime=1.09 cores=1,3,5,7
/proc/19617/task/19681/stat : 19681 (java) R 19614 19617 12222 0 -1 4202560 3477 13067 0 0 101 1 5 2 20 0 15 0 107289751 11274649600 67895 33554432000 4194304 4196468 140722836166272 139931706903024 139932724766872 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19682] ppid=19614 vsize=11010400 memory=1716 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19682/stat : 19682 (java) S 19614 19617 12222 0 -1 1077944384 3 13067 0 0 0 0 5 2 20 0 15 0 107289751 11274649600 67895 33554432000 4194304 4196468 140722836166272 139930638478176 139932740437717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19683] ppid=19614 vsize=11010400 memory=796 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19683/stat : 19683 (java) R 19614 19617 12222 0 -1 1077944384 3 13067 0 0 0 0 5 2 20 0 15 0 107289751 11274649600 67895 33554432000 4194304 4196468 140722836166272 139931705850416 139932740438658 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
Current children cumulated CPU time: 5.99 s
Current children cumulated vsize: 11010400 KiB
Current children cumulated memory: 271580 KiB

[startup+3.89031 s]
# the end of solver process 19617 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=7.71057 s, system=0.243538 s

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

[startup+3.2008 s]
/proc/loadavg: 1.24 1.76 1.88 6/215 19683
/proc/meminfo: memFree=22681680/32770624 swapFree=67108404/67108860
[pid=19617] ppid=19614 vsize=11010400 memory=273024 CPUtime=6.22 cores=1,3,5,7
/proc/19617/stat : 19617 (java) S 19614 19617 12222 0 -1 1077944320 43843 13067 0 0 599 16 5 2 20 0 15 0 107289737 11274649600 68256 33554432000 4194304 4196468 140722836166272 140722836148816 139932740427511 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
/proc/19617/statm: 2752600 68256 3499 1 0 2714253 0
[pid=19617/tid=19670] ppid=19614 vsize=11010400 memory=1008 CPUtime=3.07 cores=1,3,5,7
/proc/19617/task/19670/stat : 19670 (java) R 19614 19617 12222 0 -1 4202560 29223 13067 0 0 291 9 5 2 20 0 15 0 107289745 11274649600 68256 33554432000 4194304 4196468 140722836166272 139932712260048 139932720338686 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19671] ppid=19614 vsize=11010400 memory=1952 CPUtime=0.1 cores=1,3,5,7
/proc/19617/task/19671/stat : 19671 (java) S 19614 19617 12222 0 -1 1077944384 43 13067 0 0 3 0 5 2 20 0 15 0 107289746 11274649600 68256 33554432000 4194304 4196468 140722836166272 139932744670224 139932740437717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19672] ppid=19614 vsize=11010400 memory=250136 CPUtime=0.1 cores=1,3,5,7
/proc/19617/task/19672/stat : 19672 (java) S 19614 19617 12222 0 -1 1077944384 27 13067 0 0 3 0 5 2 20 0 15 0 107289746 11274649600 68256 33554432000 4194304 4196468 140722836166272 139932599389328 139932740437717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19673] ppid=19614 vsize=11010400 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/19617/task/19673/stat : 19673 (java) S 19614 19617 12222 0 -1 1077944384 276 13067 0 0 2 0 5 2 20 0 15 0 107289746 11274649600 68256 33554432000 4194304 4196468 140722836166272 139932598336272 139932740437717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19674] ppid=19614 vsize=11010400 memory=279603042120512 CPUtime=0.09 cores=1,3,5,7
/proc/19617/task/19674/stat : 19674 (java) S 19614 19617 12222 0 -1 1077944384 86 13067 0 0 2 0 5 2 20 0 15 0 107289746 11274649600 68256 33554432000 4194304 4196468 140722836166272 139932597283728 139932740437717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19675] ppid=19614 vsize=11010400 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/19617/task/19675/stat : 19675 (java) S 19614 19617 12222 0 -1 1077944384 1745 13067 0 0 3 0 5 2 20 0 15 0 107289747 11274649600 68256 33554432000 4194304 4196468 140722836166272 139931710060784 139932740438658 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19676] ppid=19614 vsize=11010400 memory=739271074868060498 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19676/stat : 19676 (java) S 19614 19617 12222 0 -1 1077944384 14 13067 0 0 0 0 5 2 20 0 15 0 107289748 11274649600 68256 33554432000 4194304 4196468 140722836166272 139931578000608 139932740437717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19677] ppid=19614 vsize=11010400 memory=5861263745131176555 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19677/stat : 19677 (java) S 19614 19617 12222 0 -1 1077944384 1 13067 0 0 0 0 5 2 20 0 15 0 107289748 11274649600 68256 33554432000 4194304 4196468 140722836166272 139931376673536 139932740437717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19678] ppid=19614 vsize=11010400 memory=6154566245378773100 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19678/stat : 19678 (java) S 19614 19617 12222 0 -1 1077944384 3 13067 0 0 0 0 5 2 20 0 15 0 107289751 11274649600 68256 33554432000 4194304 4196468 140722836166272 139931069274064 139932740446107 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19679] ppid=19614 vsize=11010400 memory=279603042398992 CPUtime=1.12 cores=1,3,5,7
/proc/19617/task/19679/stat : 19679 (java) S 19614 19617 12222 0 -1 1077944384 4504 13067 0 0 104 1 5 2 20 0 15 0 107289751 11274649600 68256 33554432000 4194304 4196468 140722836166272 139931709008624 139932740438658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19680] ppid=19614 vsize=11010400 memory=0 CPUtime=0.85 cores=1,3,5,7
/proc/19617/task/19680/stat : 19680 (java) R 19614 19617 12222 0 -1 4202560 1960 13067 0 0 77 1 5 2 20 0 15 0 107289751 11274649600 68256 33554432000 4194304 4196468 140722836166272 139931707956080 139932720351643 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19681] ppid=19614 vsize=11010400 memory=9229 CPUtime=1.16 cores=1,3,5,7
/proc/19617/task/19681/stat : 19681 (java) R 19614 19617 12222 0 -1 4202560 3816 13067 0 0 108 1 5 2 20 0 15 0 107289751 11274649600 68256 33554432000 4194304 4196468 140722836166272 139931706903024 139932721072413 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19682] ppid=19614 vsize=11010400 memory=19106 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19682/stat : 19682 (java) S 19614 19617 12222 0 -1 1077944384 3 13067 0 0 0 0 5 2 20 0 15 0 107289751 11274649600 68256 33554432000 4194304 4196468 140722836166272 139930638478176 139932740437717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19683] ppid=19614 vsize=11010400 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19683/stat : 19683 (java) S 19614 19617 12222 0 -1 1077944384 3 13067 0 0 0 0 5 2 20 0 15 0 107289751 11274649600 68257 33554432000 4194304 4196468 140722836166272 139931705850416 139932740438658 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
Current children cumulated CPU time: 6.22 s
Current children cumulated vsize: 11010400 KiB
Current children cumulated memory: 273024 KiB

[startup+3.60075 s]
/proc/loadavg: 1.24 1.76 1.88 6/215 19683
/proc/meminfo: memFree=22681680/32770624 swapFree=67108404/67108860
[pid=19617] ppid=19614 vsize=11012448 memory=287844 CPUtime=7.24 cores=1,3,5,7
/proc/19617/stat : 19617 (java) S 19614 19617 12222 0 -1 1077944320 62927 13067 0 0 699 18 5 2 20 0 15 0 107289737 11276746752 71961 33554432000 4194304 4196468 140722836166272 140722836148816 139932740427511 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
/proc/19617/statm: 2753112 71961 3504 1 0 2714765 0
[pid=19617/tid=19670] ppid=19614 vsize=11012448 memory=6791534058613427641 CPUtime=3.47 cores=1,3,5,7
/proc/19617/task/19670/stat : 19670 (java) R 19614 19617 12222 0 -1 4202560 42662 13067 0 0 330 10 5 2 20 0 15 0 107289745 11276746752 71961 33554432000 4194304 4196468 140722836166272 139932712243168 139932721991071 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19671] ppid=19614 vsize=11012448 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/19617/task/19671/stat : 19671 (java) S 19614 19617 12222 0 -1 1077944384 43 13067 0 0 3 0 5 2 20 0 15 0 107289746 11276746752 71961 33554432000 4194304 4196468 140722836166272 139932744670224 139932740437717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19672] ppid=19614 vsize=11012448 memory=-1088251628401078322 CPUtime=0.1 cores=1,3,5,7
/proc/19617/task/19672/stat : 19672 (java) S 19614 19617 12222 0 -1 1077944384 27 13067 0 0 3 0 5 2 20 0 15 0 107289746 11276746752 71961 33554432000 4194304 4196468 140722836166272 139932599389328 139932740437717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19673] ppid=19614 vsize=11012448 memory=6944656592387989600 CPUtime=0.09 cores=1,3,5,7
/proc/19617/task/19673/stat : 19673 (java) S 19614 19617 12222 0 -1 1077944384 276 13067 0 0 2 0 5 2 20 0 15 0 107289746 11276746752 71961 33554432000 4194304 4196468 140722836166272 139932598336272 139932740437717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19674] ppid=19614 vsize=11012448 memory=6656426216303648864 CPUtime=0.09 cores=1,3,5,7
/proc/19617/task/19674/stat : 19674 (java) S 19614 19617 12222 0 -1 1077944384 86 13067 0 0 2 0 5 2 20 0 15 0 107289746 11276746752 71961 33554432000 4194304 4196468 140722836166272 139932597283728 139932740437717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19675] ppid=19614 vsize=11012448 memory=6944656575208382560 CPUtime=0.1 cores=1,3,5,7
/proc/19617/task/19675/stat : 19675 (java) S 19614 19617 12222 0 -1 1077944384 1763 13067 0 0 3 0 5 2 20 0 15 0 107289747 11276746752 71961 33554432000 4194304 4196468 140722836166272 139931710060784 139932740438658 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19676] ppid=19614 vsize=11012448 memory=-7812193691855986592 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19676/stat : 19676 (java) S 19614 19617 12222 0 -1 1077944384 14 13067 0 0 0 0 5 2 20 0 15 0 107289748 11276746752 71961 33554432000 4194304 4196468 140722836166272 139931578000608 139932740437717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19677] ppid=19614 vsize=11012448 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19677/stat : 19677 (java) S 19614 19617 12222 0 -1 1077944384 1 13067 0 0 0 0 5 2 20 0 15 0 107289748 11276746752 71961 33554432000 4194304 4196468 140722836166272 139931376673536 139932740437717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19678] ppid=19614 vsize=11012448 memory=30588 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19678/stat : 19678 (java) S 19614 19617 12222 0 -1 1077944384 3 13067 0 0 0 0 5 2 20 0 15 0 107289751 11276746752 71961 33554432000 4194304 4196468 140722836166272 139931069274064 139932740446107 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19679] ppid=19614 vsize=11012448 memory=2396 CPUtime=1.28 cores=1,3,5,7
/proc/19617/task/19679/stat : 19679 (java) S 19614 19617 12222 0 -1 1077944384 4913 13067 0 0 120 1 5 2 20 0 15 0 107289751 11276746752 71961 33554432000 4194304 4196468 140722836166272 139931709008624 139932740438658 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19680] ppid=19614 vsize=11012448 memory=1300 CPUtime=1.23 cores=1,3,5,7
/proc/19617/task/19680/stat : 19680 (java) R 19614 19617 12222 0 -1 4202560 6301 13067 0 0 115 1 5 2 20 0 15 0 107289751 11276746752 71961 33554432000 4194304 4196468 140722836166272 139931707941856 139932725535247 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19681] ppid=19614 vsize=11012448 memory=1840 CPUtime=1.24 cores=1,3,5,7
/proc/19617/task/19681/stat : 19681 (java) S 19614 19617 12222 0 -1 1077944384 4638 13067 0 0 116 1 5 2 20 0 15 0 107289751 11276746752 71961 33554432000 4194304 4196468 140722836166272 139931706903024 139932740438658 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19682] ppid=19614 vsize=11012448 memory=1716 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19682/stat : 19682 (java) S 19614 19617 12222 0 -1 1077944384 3 13067 0 0 0 0 5 2 20 0 15 0 107289751 11276746752 71961 33554432000 4194304 4196468 140722836166272 139930638478176 139932740437717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19683] ppid=19614 vsize=11012448 memory=796 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19683/stat : 19683 (java) S 19614 19617 12222 0 -1 1077944384 6 13067 0 0 0 0 5 2 20 0 15 0 107289751 11276746752 71961 33554432000 4194304 4196468 140722836166272 139931705850416 139932740438658 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
Current children cumulated CPU time: 7.24 s
Current children cumulated vsize: 11012448 KiB
Current children cumulated memory: 287844 KiB

[startup+3.80072 s]
/proc/loadavg: 1.24 1.76 1.88 6/215 19683
/proc/meminfo: memFree=22681680/32770624 swapFree=67108404/67108860
[pid=19617] ppid=19614 vsize=11082796 memory=325736 CPUtime=7.77 cores=1,3,5,7
/proc/19617/stat : 19617 (java) S 19614 19617 12222 0 -1 1077944320 73091 13067 0 0 751 19 5 2 20 0 15 0 107289737 11348783104 81434 33554432000 4194304 4196468 140722836166272 140722836148816 139932740427511 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
/proc/19617/statm: 2770699 81434 3504 1 0 2732352 0
[pid=19617/tid=19670] ppid=19614 vsize=11082796 memory=1008 CPUtime=3.67 cores=1,3,5,7
/proc/19617/task/19670/stat : 19670 (java) R 19614 19617 12222 0 -1 4202560 50700 13067 0 0 349 11 5 2 20 0 15 0 107289745 11348783104 81434 33554432000 4194304 4196468 140722836166272 139932712257424 139932721991063 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19671] ppid=19614 vsize=11082796 memory=1952 CPUtime=0.1 cores=1,3,5,7
/proc/19617/task/19671/stat : 19671 (java) S 19614 19617 12222 0 -1 1077944384 43 13067 0 0 3 0 5 2 20 0 15 0 107289746 11348783104 81434 33554432000 4194304 4196468 140722836166272 139932744670224 139932740437717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19672] ppid=19614 vsize=11082796 memory=8572 CPUtime=0.1 cores=1,3,5,7
/proc/19617/task/19672/stat : 19672 (java) S 19614 19617 12222 0 -1 1077944384 27 13067 0 0 3 0 5 2 20 0 15 0 107289746 11348783104 81434 33554432000 4194304 4196468 140722836166272 139932599389328 139932740437717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19673] ppid=19614 vsize=11082796 memory=1228 CPUtime=0.09 cores=1,3,5,7
/proc/19617/task/19673/stat : 19673 (java) S 19614 19617 12222 0 -1 1077944384 276 13067 0 0 2 0 5 2 20 0 15 0 107289746 11348783104 81434 33554432000 4194304 4196468 140722836166272 139932598336272 139932740437717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19674] ppid=19614 vsize=11082796 memory=5372 CPUtime=0.09 cores=1,3,5,7
/proc/19617/task/19674/stat : 19674 (java) S 19614 19617 12222 0 -1 1077944384 86 13067 0 0 2 0 5 2 20 0 15 0 107289746 11348783104 81434 33554432000 4194304 4196468 140722836166272 139932597283728 139932740437717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19675] ppid=19614 vsize=11082796 memory=1440 CPUtime=0.1 cores=1,3,5,7
/proc/19617/task/19675/stat : 19675 (java) S 19614 19617 12222 0 -1 1077944384 1763 13067 0 0 3 0 5 2 20 0 15 0 107289747 11348783104 81434 33554432000 4194304 4196468 140722836166272 139931710060784 139932740438658 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19676] ppid=19614 vsize=11082796 memory=4612 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19676/stat : 19676 (java) S 19614 19617 12222 0 -1 1077944384 14 13067 0 0 0 0 5 2 20 0 15 0 107289748 11348783104 81434 33554432000 4194304 4196468 140722836166272 139931578000608 139932740437717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19677] ppid=19614 vsize=11082796 memory=1200 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19677/stat : 19677 (java) S 19614 19617 12222 0 -1 1077944384 1 13067 0 0 0 0 5 2 20 0 15 0 107289748 11348783104 81434 33554432000 4194304 4196468 140722836166272 139931376673536 139932740437717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19678] ppid=19614 vsize=11082796 memory=33 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19678/stat : 19678 (java) S 19614 19617 12222 0 -1 1077944384 3 13067 0 0 0 0 5 2 20 0 15 0 107289751 11348783104 81434 33554432000 4194304 4196468 140722836166272 139931069274064 139932740446107 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19679] ppid=19614 vsize=11082796 memory=8315171486948655189 CPUtime=1.32 cores=1,3,5,7
/proc/19617/task/19679/stat : 19679 (java) S 19614 19617 12222 0 -1 1077944384 4983 13067 0 0 124 1 5 2 20 0 15 0 107289751 11348783104 81434 33554432000 4194304 4196468 140722836166272 139931709008624 139932740438658 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19680] ppid=19614 vsize=11082796 memory=2793 CPUtime=1.43 cores=1,3,5,7
/proc/19617/task/19680/stat : 19680 (java) R 19614 19617 12222 0 -1 4202560 8144 13067 0 0 134 2 5 2 20 0 15 0 107289751 11348783104 81434 33554432000 4194304 4196468 140722836166272 139931707942104 139932721971711 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19681] ppid=19614 vsize=11082796 memory=139801521054704 CPUtime=1.32 cores=1,3,5,7
/proc/19617/task/19681/stat : 19681 (java) S 19614 19617 12222 0 -1 1077944384 4851 13067 0 0 124 1 5 2 20 0 15 0 107289751 11348783104 81434 33554432000 4194304 4196468 140722836166272 139931706903024 139932740438658 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19682] ppid=19614 vsize=11082796 memory=139801521054800 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19682/stat : 19682 (java) S 19614 19617 12222 0 -1 1077944384 3 13067 0 0 0 0 5 2 20 0 15 0 107289751 11348783104 81434 33554432000 4194304 4196468 140722836166272 139930638478176 139932740437717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
[pid=19617/tid=19683] ppid=19614 vsize=11082796 memory=139801521054896 CPUtime=0.07 cores=1,3,5,7
/proc/19617/task/19683/stat : 19683 (java) S 19614 19617 12222 0 -1 1077944384 6 13067 0 0 0 0 5 2 20 0 15 0 107289751 11348783104 81434 33554432000 4194304 4196468 140722836166272 139931705850416 139932740438658 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26939392 140722836167272 140722836170081 140722836170081 140722836172751 0
Current children cumulated CPU time: 7.77 s
Current children cumulated vsize: 11082796 KiB
Current children cumulated memory: 325736 KiB

Child status: 0
Real time (s): 3.89035
CPU time (s): 7.95411
CPU user time (s): 7.71057
CPU system time (s): 0.243538
CPU usage (%): 204.457
Max. virtual memory (cumulated for all children) (KiB): 11082796
Max. memory (cumulated for all children) (KiB): 325736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.71057
system time used= 0.243538
maximum resident set size= 328412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87419
page faults= 0
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6349
involuntary context switches= 40


# summary of solver processes directly reported to runsolver:
#   pid: 19617
#   total CPU time (s): 7.95411
#   total CPU user time (s): 7.71057
#   total CPU system time (s): 0.243538

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.042901 second user time and 0.078103 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-29 22:47:46
IDJOB=4302817
IDBENCH=141354
IDSOLVER=2777
FILE ID=node148/4302817-1532897266
RUNJOBID= node148-1532892979-13581
PBS_JOBID= 21022520
Free space on /tmp= 47780 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/TemplateDesign/TemplateDesign-m1-1_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302817-1532897266/watcher-4302817-1532897266 -o /tmp/evaluation-result-4302817-1532897266/solver-4302817-1532897266 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532892979-13581 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1354296099 -superng HOME/instance-4302817-1532897266.xml

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

MD5SUM BENCH= 3db83836fd15e943f67e7808e5ced101
RANDOM SEED=1354296099

node148.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
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:        22936864 kB
MemAvailable:   30986572 kB
Buffers:          248360 kB
Cached:          7952044 kB
SwapCached:          352 kB
Active:          2818684 kB
Inactive:        6376316 kB
Active(anon):     948080 kB
Inactive(anon):    74228 kB
Active(file):    1870604 kB
Inactive(file):  6302088 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:             26512 kB
Writeback:             0 kB
AnonPages:       1011480 kB
Mapped:            58040 kB
Shmem:             25016 kB
Slab:             334156 kB
SReclaimable:     305476 kB
SUnreclaim:        28680 kB
KernelStack:        3792 kB
PageTables:         7372 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2141296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    761856 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 47752 MiB
End job on node148 at 2018-07-29 22:47:50