Trace number 4401222

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.12.2OPT347 8.90609 3.81835

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-opt-factor/
Pb-factor-S9-P347-Q487.xml
MD5SUM80380e658be8322d68ef398155d216ec
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark347
Best CPU time to get the best result obtained on this benchmark0.076002
Satisfiable
(Un)Satisfiability was proved
Number of variables99
Number of constraints244
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":99}]
Minimum variable degree4
Maximum variable degree19
Distribution of variable degrees[{"degree":4,"count":81},{"degree":18,"count":9},{"degree":19,"count":9}]
Minimum constraint arity2
Maximum constraint arity81
Distribution of constraint arities[{"arity":2,"count":162},{"arity":3,"count":81},{"arity":81,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":244}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.75/0.55	c Concrete v3.12.2.1568631193530 running
8.42/3.67	o 347
8.74/3.71	v <instantiation
8.74/3.71	v         cost = '347'>
8.74/3.71	v       <list>
8.74/3.71	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] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[96] x[97] x[98]
8.74/3.71	v       </list>
8.74/3.71	v       <values>
8.74/3.71	v         1 1 0 1 1 0 1 0 1 1 1 1 0 0 1 1 1 1 1 1 1 0 0 1 1 1 1 1 1 1 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 0 0 1 1 1 1 1 1 1 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 0 0 1 1 1 1
8.74/3.71	v       </values>
8.74/3.71	v     </instantiation>
8.74/3.71	s OPTIMUM FOUND

Verifier Data

OK	347

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401222-1568685484/watcher-4401222-1568685484 -o /tmp/evaluation-result-4401222-1568685484/solver-4401222-1568685484 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568673443-12496 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=59759252 HOME/instance-4401222-1568685484.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=17807, runsolver pid=17804
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 1.49 1.40 1.39 3/216 17864
/proc/meminfo: memFree=28331180/32770624 swapFree=66922536/67108860
[pid=17807] ppid=17804 vsize=9972712 memory=18332 CPUtime=0.1 cores=1,3,5,7
/proc/17807/stat : 17807 (java) S 17804 17807 12464 0 -1 1077944320 4337 13009 0 0 1 1 5 3 20 0 6 0 444817110 10212057088 4583 33554432000 4194304 4196468 140732665924240 140732665906784 139952912785143 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
/proc/17807/statm: 2493178 4583 1931 1 0 2481616 0
[pid=17807/tid=17860] ppid=17804 vsize=9972712 memory=4279135703946592399 CPUtime=0.08 cores=1,3,5,7
/proc/17807/task/17860/stat : 17860 (java) R 17804 17807 12464 0 -1 4202560 2135 13009 0 0 0 0 5 3 20 0 6 0 444817119 10212057088 4583 33554432000 4194304 4196468 140732665924240 139952884621904 139952898467669 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17861] ppid=17804 vsize=9972712 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/17807/task/17861/stat : 17861 (java) S 17804 17807 12464 0 -1 1077944384 1 13009 0 0 0 0 5 3 20 0 6 0 444817120 10212057088 4583 33554432000 4194304 4196468 140732665924240 139952917027088 139952912795349 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17862] ppid=17804 vsize=9972712 memory=140437420123776 CPUtime=0.08 cores=1,3,5,7
/proc/17807/task/17862/stat : 17862 (java) S 17804 17807 12464 0 -1 1077944384 1 13009 0 0 0 0 5 3 20 0 6 0 444817120 10212057088 4583 33554432000 4194304 4196468 140732665924240 139952805300624 139952912795349 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17863] ppid=17804 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17807/task/17863/stat : 17863 (java) S 17804 17807 12464 0 -1 1077944384 1 13009 0 0 0 0 5 3 20 0 6 0 444817120 10212057088 4583 33554432000 4194304 4196468 140732665924240 139952804248080 139952912795349 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17864] ppid=17804 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/17807/task/17864/stat : 17864 (java) S 17804 17807 12464 0 -1 1077944384 2 13009 0 0 0 0 5 3 20 0 6 0 444817120 10212057088 4583 33554432000 4194304 4196468 140732665924240 139952803195536 139952912795349 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18332 KiB

[startup+0.211697 s]*
/proc/loadavg: 1.49 1.40 1.39 4/225 17873
/proc/meminfo: memFree=28308556/32770624 swapFree=66922536/67108860
[pid=17807] ppid=17804 vsize=10820196 memory=45156 CPUtime=0.27 cores=1,3,5,7
/proc/17807/stat : 17807 (java) S 17804 17807 12464 0 -1 1077944320 7109 13009 0 0 17 2 5 3 20 0 15 0 444817110 11079880704 11289 33554432000 4194304 4196468 140732665924240 140732665906784 139952912785143 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
/proc/17807/statm: 2705049 11289 3266 1 0 2667149 0
[pid=17807/tid=17860] ppid=17804 vsize=10820196 memory=-6517102902069810590 CPUtime=0.19 cores=1,3,5,7
/proc/17807/task/17860/stat : 17860 (java) R 17804 17807 12464 0 -1 4202560 3602 13009 0 0 10 1 5 3 20 0 15 0 444817119 11079880704 11289 33554432000 4194304 4196468 140732665924240 139952884602256 139952912807069 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17861] ppid=17804 vsize=10820196 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/17807/task/17861/stat : 17861 (java) S 17804 17807 12464 0 -1 1077944384 1 13009 0 0 0 0 5 3 20 0 15 0 444817120 11079880704 11289 33554432000 4194304 4196468 140732665924240 139952917027088 139952912795349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17862] ppid=17804 vsize=10820196 memory=140437420123776 CPUtime=0.08 cores=1,3,5,7
/proc/17807/task/17862/stat : 17862 (java) S 17804 17807 12464 0 -1 1077944384 1 13009 0 0 0 0 5 3 20 0 15 0 444817120 11079880704 11289 33554432000 4194304 4196468 140732665924240 139952805300624 139952912795349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17863] ppid=17804 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17807/task/17863/stat : 17863 (java) S 17804 17807 12464 0 -1 1077944384 1 13009 0 0 0 0 5 3 20 0 15 0 444817120 11079880704 11289 33554432000 4194304 4196468 140732665924240 139952804248080 139952912795349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17864] ppid=17804 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/17807/task/17864/stat : 17864 (java) S 17804 17807 12464 0 -1 1077944384 2 13009 0 0 0 0 5 3 20 0 15 0 444817120 11079880704 11289 33554432000 4194304 4196468 140732665924240 139952803195536 139952912795349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17865] ppid=17804 vsize=10820196 memory=140437420123776 CPUtime=0.08 cores=1,3,5,7
/proc/17807/task/17865/stat : 17865 (java) S 17804 17807 12464 0 -1 1077944384 2 13009 0 0 0 0 5 3 20 0 15 0 444817121 11079880704 11289 33554432000 4194304 4196468 140732665924240 139952372275696 139952912796290 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17866] ppid=17804 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/17807/task/17866/stat : 17866 (java) S 17804 17807 12464 0 -1 1077944384 33 13009 0 0 0 0 5 3 20 0 15 0 444817121 11079880704 11289 33554432000 4194304 4196468 140732665924240 139952371221920 139952912795349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17867] ppid=17804 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17807/task/17867/stat : 17867 (java) S 17804 17807 12464 0 -1 1077944384 1 13009 0 0 0 0 5 3 20 0 15 0 444817122 11079880704 11289 33554432000 4194304 4196468 140732665924240 139952247530992 139952912795349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17868] ppid=17804 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17807/task/17868/stat : 17868 (java) S 17804 17807 12464 0 -1 1077944384 2 13009 0 0 0 0 5 3 20 0 15 0 444817124 11079880704 11289 33554432000 4194304 4196468 140732665924240 139951643552464 139952912803739 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17869] ppid=17804 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/17807/task/17869/stat : 17869 (java) S 17804 17807 12464 0 -1 1077944384 351 13009 0 0 1 0 5 3 20 0 15 0 444817124 11079880704 11289 33554432000 4194304 4196468 140732665924240 139952337663984 139952912796290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17870] ppid=17804 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/17807/task/17870/stat : 17870 (java) R 17804 17807 12464 0 -1 4202560 312 13009 0 0 1 0 5 3 20 0 15 0 444817124 11079880704 11289 33554432000 4194304 4196468 140732665924240 139952336611440 139952890659328 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17871] ppid=17804 vsize=10820196 memory=140437420123776 CPUtime=0.11 cores=1,3,5,7
/proc/17807/task/17871/stat : 17871 (java) S 17804 17807 12464 0 -1 1077944384 601 13009 0 0 3 0 5 3 20 0 15 0 444817124 11079880704 11289 33554432000 4194304 4196468 140732665924240 139952335558896 139952912796290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17872] ppid=17804 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/17807/task/17872/stat : 17872 (java) S 17804 17807 12464 0 -1 1077944384 3 13009 0 0 0 0 5 3 20 0 15 0 444817125 11079880704 11289 33554432000 4194304 4196468 140732665924240 139951173790304 139952912795349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17873] ppid=17804 vsize=10820196 memory=140437420123776 CPUtime=0.08 cores=1,3,5,7
/proc/17807/task/17873/stat : 17873 (java) S 17804 17807 12464 0 -1 1077944384 1 13009 0 0 0 0 5 3 20 0 15 0 444817125 11079880704 11289 33554432000 4194304 4196468 140732665924240 139952334506800 139952912796290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 45156 KiB

[startup+0.310747 s]*
/proc/loadavg: 1.49 1.40 1.39 4/225 17873
/proc/meminfo: memFree=28295760/32770624 swapFree=66922536/67108860
[pid=17807] ppid=17804 vsize=10820196 memory=53456 CPUtime=0.4 cores=1,3,5,7
/proc/17807/stat : 17807 (java) S 17804 17807 12464 0 -1 1077944320 10579 13009 0 0 28 4 5 3 20 0 15 0 444817110 11079880704 13364 33554432000 4194304 4196468 140732665924240 140732665906784 139952912785143 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
/proc/17807/statm: 2705049 13364 3316 1 0 2667149 0
[pid=17807/tid=17860] ppid=17804 vsize=10820196 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/17807/task/17860/stat : 17860 (java) R 17804 17807 12464 0 -1 4202560 7056 13009 0 0 18 3 5 3 20 0 15 0 444817119 11079880704 13364 33554432000 4194304 4196468 140732665924240 139952884590512 139952896865630 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17861] ppid=17804 vsize=10820196 memory=7452445181533056619 CPUtime=0.08 cores=1,3,5,7
/proc/17807/task/17861/stat : 17861 (java) S 17804 17807 12464 0 -1 1077944384 1 13009 0 0 0 0 5 3 20 0 15 0 444817120 11079880704 13364 33554432000 4194304 4196468 140732665924240 139952917027088 139952912795349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17862] ppid=17804 vsize=10820196 memory=5787233549803348032 CPUtime=0.08 cores=1,3,5,7
/proc/17807/task/17862/stat : 17862 (java) S 17804 17807 12464 0 -1 1077944384 1 13009 0 0 0 0 5 3 20 0 15 0 444817120 11079880704 13364 33554432000 4194304 4196468 140732665924240 139952805300624 139952912795349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17863] ppid=17804 vsize=10820196 memory=7649539825803609281 CPUtime=0.08 cores=1,3,5,7
/proc/17807/task/17863/stat : 17863 (java) S 17804 17807 12464 0 -1 1077944384 1 13009 0 0 0 0 5 3 20 0 15 0 444817120 11079880704 13364 33554432000 4194304 4196468 140732665924240 139952804248080 139952912795349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17864] ppid=17804 vsize=10820196 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/17807/task/17864/stat : 17864 (java) S 17804 17807 12464 0 -1 1077944384 2 13009 0 0 0 0 5 3 20 0 15 0 444817120 11079880704 13364 33554432000 4194304 4196468 140732665924240 139952803195536 139952912795349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17865] ppid=17804 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17807/task/17865/stat : 17865 (java) S 17804 17807 12464 0 -1 1077944384 2 13009 0 0 0 0 5 3 20 0 15 0 444817121 11079880704 13364 33554432000 4194304 4196468 140732665924240 139952372275696 139952912796290 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17866] ppid=17804 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17807/task/17866/stat : 17866 (java) S 17804 17807 12464 0 -1 1077944384 33 13009 0 0 0 0 5 3 20 0 15 0 444817121 11079880704 13364 33554432000 4194304 4196468 140732665924240 139952371221920 139952912795349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17867] ppid=17804 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17807/task/17867/stat : 17867 (java) S 17804 17807 12464 0 -1 1077944384 1 13009 0 0 0 0 5 3 20 0 15 0 444817122 11079880704 13364 33554432000 4194304 4196468 140732665924240 139952247530992 139952912795349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17868] ppid=17804 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17807/task/17868/stat : 17868 (java) S 17804 17807 12464 0 -1 1077944384 2 13009 0 0 0 0 5 3 20 0 15 0 444817124 11079880704 13364 33554432000 4194304 4196468 140732665924240 139951643552464 139952912803739 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17869] ppid=17804 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/17807/task/17869/stat : 17869 (java) S 17804 17807 12464 0 -1 1077944384 352 13009 0 0 2 0 5 3 20 0 15 0 444817124 11079880704 13364 33554432000 4194304 4196468 140732665924240 139952337663984 139952912796290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17870] ppid=17804 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/17807/task/17870/stat : 17870 (java) S 17804 17807 12464 0 -1 1077944384 313 13009 0 0 2 0 5 3 20 0 15 0 444817124 11079880704 13364 33554432000 4194304 4196468 140732665924240 139952336611440 139952912796290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17871] ppid=17804 vsize=10820196 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/17807/task/17871/stat : 17871 (java) S 17804 17807 12464 0 -1 1077944384 608 13009 0 0 5 0 5 3 20 0 15 0 444817124 11079880704 13364 33554432000 4194304 4196468 140732665924240 139952335558896 139952912796290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17872] ppid=17804 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17807/task/17872/stat : 17872 (java) S 17804 17807 12464 0 -1 1077944384 3 13009 0 0 0 0 5 3 20 0 15 0 444817125 11079880704 13364 33554432000 4194304 4196468 140732665924240 139951173790304 139952912795349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17873] ppid=17804 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17807/task/17873/stat : 17873 (java) S 17804 17807 12464 0 -1 1077944384 1 13009 0 0 0 0 5 3 20 0 15 0 444817125 11079880704 13364 33554432000 4194304 4196468 140732665924240 139952334506800 139952912796290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 53456 KiB

[startup+0.704742 s]
/proc/loadavg: 1.49 1.40 1.39 4/225 17873
/proc/meminfo: memFree=28281696/32770624 swapFree=66922536/67108860
[pid=17807] ppid=17804 vsize=10824364 memory=85772 CPUtime=1.14 cores=1,3,5,7
/proc/17807/stat : 17807 (java) S 17804 17807 12464 0 -1 1077944320 14696 13009 0 0 99 7 5 3 20 0 15 0 444817110 11084148736 21443 33554432000 4194304 4196468 140732665924240 140732665906784 139952912785143 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
/proc/17807/statm: 2706091 21443 3504 1 0 2668173 0
[pid=17807/tid=17860] ppid=17804 vsize=10824364 memory=2241 CPUtime=0.67 cores=1,3,5,7
/proc/17807/task/17860/stat : 17860 (java) R 17804 17807 12464 0 -1 4202560 10037 13009 0 0 54 5 5 3 20 0 15 0 444817119 11084148736 21443 33554432000 4194304 4196468 140732665924240 139952884612304 139952912807069 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17861] ppid=17804 vsize=10824364 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/17807/task/17861/stat : 17861 (java) S 17804 17807 12464 0 -1 1077944384 1 13009 0 0 0 0 5 3 20 0 15 0 444817120 11084148736 21443 33554432000 4194304 4196468 140732665924240 139952917027088 139952912795349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17862] ppid=17804 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17807/task/17862/stat : 17862 (java) S 17804 17807 12464 0 -1 1077944384 1 13009 0 0 0 0 5 3 20 0 15 0 444817120 11084148736 21443 33554432000 4194304 4196468 140732665924240 139952805300624 139952912795349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17863] ppid=17804 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17807/task/17863/stat : 17863 (java) S 17804 17807 12464 0 -1 1077944384 1 13009 0 0 0 0 5 3 20 0 15 0 444817120 11084148736 21443 33554432000 4194304 4196468 140732665924240 139952804248080 139952912795349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17864] ppid=17804 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17807/task/17864/stat : 17864 (java) S 17804 17807 12464 0 -1 1077944384 2 13009 0 0 0 0 5 3 20 0 15 0 444817120 11084148736 21443 33554432000 4194304 4196468 140732665924240 139952803195536 139952912795349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17865] ppid=17804 vsize=10824364 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/17807/task/17865/stat : 17865 (java) S 17804 17807 12464 0 -1 1077944384 5 13009 0 0 0 0 5 3 20 0 15 0 444817121 11084148736 21443 33554432000 4194304 4196468 140732665924240 139952372275696 139952912796290 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17866] ppid=17804 vsize=10824364 memory=6944656592455359580 CPUtime=0.08 cores=1,3,5,7
/proc/17807/task/17866/stat : 17866 (java) S 17804 17807 12464 0 -1 1077944384 33 13009 0 0 0 0 5 3 20 0 15 0 444817121 11084148736 21443 33554432000 4194304 4196468 140732665924240 139952371221920 139952912795349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17867] ppid=17804 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17807/task/17867/stat : 17867 (java) S 17804 17807 12464 0 -1 1077944384 1 13009 0 0 0 0 5 3 20 0 15 0 444817122 11084148736 21443 33554432000 4194304 4196468 140732665924240 139952247530992 139952912795349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17868] ppid=17804 vsize=10824364 memory=6944656592455097440 CPUtime=0.08 cores=1,3,5,7
/proc/17807/task/17868/stat : 17868 (java) S 17804 17807 12464 0 -1 1077944384 2 13009 0 0 0 0 5 3 20 0 15 0 444817124 11084148736 21443 33554432000 4194304 4196468 140732665924240 139951643552464 139952912803739 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17869] ppid=17804 vsize=10824364 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/17807/task/17869/stat : 17869 (java) R 17804 17807 12464 0 -1 4202560 784 13009 0 0 12 0 5 3 20 0 15 0 444817124 11084148736 21443 33554432000 4194304 4196468 140732665924240 139952337663984 139952905881979 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17870] ppid=17804 vsize=10824364 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/17807/task/17870/stat : 17870 (java) R 17804 17807 12464 0 -1 4202560 842 13009 0 0 13 0 5 3 20 0 15 0 444817124 11084148736 21443 33554432000 4194304 4196468 140732665924240 139952336597536 139952896692438 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17871] ppid=17804 vsize=10824364 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/17807/task/17871/stat : 17871 (java) R 17804 17807 12464 0 -1 4202560 784 13009 0 0 17 0 5 3 20 0 15 0 444817124 11084148736 21443 33554432000 4194304 4196468 140732665924240 139952335558896 139952905884990 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17872] ppid=17804 vsize=10824364 memory=280874620813552 CPUtime=0.08 cores=1,3,5,7
/proc/17807/task/17872/stat : 17872 (java) S 17804 17807 12464 0 -1 1077944384 3 13009 0 0 0 0 5 3 20 0 15 0 444817125 11084148736 21443 33554432000 4194304 4196468 140732665924240 139951173790304 139952912795349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17873] ppid=17804 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17807/task/17873/stat : 17873 (java) S 17804 17807 12464 0 -1 1077944384 1 13009 0 0 0 0 5 3 20 0 15 0 444817125 11084148736 21443 33554432000 4194304 4196468 140732665924240 139952334506800 139952912796290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 85772 KiB

[startup+1.50072 s]
/proc/loadavg: 1.49 1.40 1.39 3/225 17873
/proc/meminfo: memFree=28239076/32770624 swapFree=66922536/67108860
[pid=17807] ppid=17804 vsize=10834680 memory=173616 CPUtime=2.46 cores=1,3,5,7
/proc/17807/stat : 17807 (java) S 17804 17807 12464 0 -1 1077944320 21420 13009 0 0 227 11 5 3 20 0 15 0 444817110 11094712320 43404 33554432000 4194304 4196468 140732665924240 140732665906784 139952912785143 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
/proc/17807/statm: 2708670 43404 3578 1 0 2670733 0
[pid=17807/tid=17860] ppid=17804 vsize=10834680 memory=20 CPUtime=1.44 cores=1,3,5,7
/proc/17807/task/17860/stat : 17860 (java) R 17804 17807 12464 0 -1 4202560 14953 13009 0 0 129 7 5 3 20 0 15 0 444817119 11094712320 43404 33554432000 4194304 4196468 140732665924240 139952884587424 139952470084823 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17861] ppid=17804 vsize=10834680 memory=27 CPUtime=0.09 cores=1,3,5,7
/proc/17807/task/17861/stat : 17861 (java) S 17804 17807 12464 0 -1 1077944384 62 13009 0 0 1 0 5 3 20 0 15 0 444817120 11094712320 43404 33554432000 4194304 4196468 140732665924240 139952917027088 139952912795349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17862] ppid=17804 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17807/task/17862/stat : 17862 (java) S 17804 17807 12464 0 -1 1077944384 336 13009 0 0 0 0 5 3 20 0 15 0 444817120 11094712320 43404 33554432000 4194304 4196468 140732665924240 139952805300624 139952912795349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17863] ppid=17804 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/17807/task/17863/stat : 17863 (java) S 17804 17807 12464 0 -1 1077944384 67 13009 0 0 1 0 5 3 20 0 15 0 444817120 11094712320 43404 33554432000 4194304 4196468 140732665924240 139952804248080 139952912795349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17864] ppid=17804 vsize=10834680 memory=99536 CPUtime=0.09 cores=1,3,5,7
/proc/17807/task/17864/stat : 17864 (java) S 17804 17807 12464 0 -1 1077944384 30 13009 0 0 1 0 5 3 20 0 15 0 444817120 11094712320 43404 33554432000 4194304 4196468 140732665924240 139952803195536 139952912795349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17865] ppid=17804 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/17807/task/17865/stat : 17865 (java) S 17804 17807 12464 0 -1 1077944384 128 13009 0 0 1 0 5 3 20 0 15 0 444817121 11094712320 43404 33554432000 4194304 4196468 140732665924240 139952372275696 139952912796290 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17866] ppid=17804 vsize=10834680 memory=7234844112153765712 CPUtime=0.08 cores=1,3,5,7
/proc/17807/task/17866/stat : 17866 (java) S 17804 17807 12464 0 -1 1077944384 33 13009 0 0 0 0 5 3 20 0 15 0 444817121 11094712320 43404 33554432000 4194304 4196468 140732665924240 139952371221984 139952912795349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17867] ppid=17804 vsize=10834680 memory=7379260523636286037 CPUtime=0.08 cores=1,3,5,7
/proc/17807/task/17867/stat : 17867 (java) S 17804 17807 12464 0 -1 1077944384 2 13009 0 0 0 0 5 3 20 0 15 0 444817122 11094712320 43404 33554432000 4194304 4196468 140732665924240 139952247531008 139952912795349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17868] ppid=17804 vsize=10834680 memory=7229520294219312744 CPUtime=0.08 cores=1,3,5,7
/proc/17807/task/17868/stat : 17868 (java) S 17804 17807 12464 0 -1 1077944384 2 13009 0 0 0 0 5 3 20 0 15 0 444817124 11094712320 43404 33554432000 4194304 4196468 140732665924240 139951643552464 139952912803739 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17869] ppid=17804 vsize=10834680 memory=5787221558340901220 CPUtime=0.29 cores=1,3,5,7
/proc/17807/task/17869/stat : 17869 (java) S 17804 17807 12464 0 -1 1077944384 935 13009 0 0 21 0 5 3 20 0 15 0 444817124 11094712320 43404 33554432000 4194304 4196468 140732665924240 139952337663984 139952912796290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17870] ppid=17804 vsize=10834680 memory=7164210428759142244 CPUtime=0.35 cores=1,3,5,7
/proc/17807/task/17870/stat : 17870 (java) R 17804 17807 12464 0 -1 1077944384 1054 13009 0 0 27 0 5 3 20 0 15 0 444817124 11094712320 43404 33554432000 4194304 4196468 140732665924240 139952336611440 139952912796290 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17871] ppid=17804 vsize=10834680 memory=7234844112153765712 CPUtime=0.5 cores=1,3,5,7
/proc/17807/task/17871/stat : 17871 (java) R 17804 17807 12464 0 -1 4202560 1609 13009 0 0 42 0 5 3 20 0 15 0 444817124 11094712320 43404 33554432000 4194304 4196468 140732665924240 139952335558896 139952912806490 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17872] ppid=17804 vsize=10834680 memory=7234844112153765712 CPUtime=0.08 cores=1,3,5,7
/proc/17807/task/17872/stat : 17872 (java) S 17804 17807 12464 0 -1 1077944384 3 13009 0 0 0 0 5 3 20 0 15 0 444817125 11094712320 43404 33554432000 4194304 4196468 140732665924240 139951173790304 139952912795349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17873] ppid=17804 vsize=10834680 memory=56 CPUtime=0.08 cores=1,3,5,7
/proc/17807/task/17873/stat : 17873 (java) S 17804 17807 12464 0 -1 1077944384 1 13009 0 0 0 0 5 3 20 0 15 0 444817125 11094712320 43404 33554432000 4194304 4196468 140732665924240 139952334506800 139952912796290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
Current children cumulated CPU time: 2.46 s
Current children cumulated vsize: 10834680 KiB
Current children cumulated memory: 173616 KiB

[startup+3.10996 s]
/proc/loadavg: 1.49 1.40 1.39 3/225 17873
/proc/meminfo: memFree=28122504/32770624 swapFree=66922536/67108860
[pid=17807] ppid=17804 vsize=10844940 memory=256124 CPUtime=6.75 cores=1,3,5,7
/proc/17807/stat : 17807 (java) S 17804 17807 12464 0 -1 1077944320 42745 13009 0 0 650 17 5 3 20 0 15 0 444817110 11105218560 64031 33554432000 4194304 4196468 140732665924240 140732665906784 139952912785143 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
/proc/17807/statm: 2711235 64031 3616 1 0 2673293 0
[pid=17807/tid=17860] ppid=17804 vsize=10844940 memory=56 CPUtime=2.99 cores=1,3,5,7
/proc/17807/task/17860/stat : 17860 (java) R 17804 17807 12464 0 -1 4202560 21516 13009 0 0 281 10 5 3 20 0 15 0 444817119 11105218560 64031 33554432000 4194304 4196468 140732665924240 139952884605248 139952912797078 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17861] ppid=17804 vsize=10844940 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/17807/task/17861/stat : 17861 (java) S 17804 17807 12464 0 -1 1077944384 83 13009 0 0 3 0 5 3 20 0 15 0 444817120 11105218560 64031 33554432000 4194304 4196468 140732665924240 139952917027088 139952912795349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17862] ppid=17804 vsize=10844940 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/17807/task/17862/stat : 17862 (java) S 17804 17807 12464 0 -1 1077944384 426 13009 0 0 2 0 5 3 20 0 15 0 444817120 11105218560 64031 33554432000 4194304 4196468 140732665924240 139952805300624 139952912795349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17863] ppid=17804 vsize=10844940 memory=216904438418270 CPUtime=0.11 cores=1,3,5,7
/proc/17807/task/17863/stat : 17863 (java) S 17804 17807 12464 0 -1 1077944384 91 13009 0 0 3 0 5 3 20 0 15 0 444817120 11105218560 64031 33554432000 4194304 4196468 140732665924240 139952804248080 139952912795349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17864] ppid=17804 vsize=10844940 memory=216904438418271 CPUtime=0.11 cores=1,3,5,7
/proc/17807/task/17864/stat : 17864 (java) S 17804 17807 12464 0 -1 1077944384 130 13009 0 0 3 0 5 3 20 0 15 0 444817120 11105218560 64031 33554432000 4194304 4196468 140732665924240 139952803195536 139952912795349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17865] ppid=17804 vsize=10844940 memory=216904438418272 CPUtime=0.11 cores=1,3,5,7
/proc/17807/task/17865/stat : 17865 (java) S 17804 17807 12464 0 -1 1077944384 3053 13009 0 0 3 0 5 3 20 0 15 0 444817121 11105218560 64031 33554432000 4194304 4196468 140732665924240 139952372275696 139952912796290 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17866] ppid=17804 vsize=10844940 memory=20 CPUtime=0.08 cores=1,3,5,7
/proc/17807/task/17866/stat : 17866 (java) S 17804 17807 12464 0 -1 1077944384 37 13009 0 0 0 0 5 3 20 0 15 0 444817121 11105218560 64031 33554432000 4194304 4196468 140732665924240 139952371221984 139952912795349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17867] ppid=17804 vsize=10844940 memory=27 CPUtime=0.08 cores=1,3,5,7
/proc/17807/task/17867/stat : 17867 (java) S 17804 17807 12464 0 -1 1077944384 2 13009 0 0 0 0 5 3 20 0 15 0 444817122 11105218560 64031 33554432000 4194304 4196468 140732665924240 139952247531008 139952912795349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17868] ppid=17804 vsize=10844940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17807/task/17868/stat : 17868 (java) S 17804 17807 12464 0 -1 1077944384 2 13009 0 0 0 0 5 3 20 0 15 0 444817124 11105218560 64031 33554432000 4194304 4196468 140732665924240 139951643552464 139952912803739 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17869] ppid=17804 vsize=10844940 memory=0 CPUtime=1.28 cores=1,3,5,7
/proc/17807/task/17869/stat : 17869 (java) S 17804 17807 12464 0 -1 1077944384 4689 13009 0 0 119 1 5 3 20 0 15 0 444817124 11105218560 64031 33554432000 4194304 4196468 140732665924240 139952337663984 139952912796290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17870] ppid=17804 vsize=10844940 memory=235 CPUtime=1.12 cores=1,3,5,7
/proc/17807/task/17870/stat : 17870 (java) S 17804 17807 12464 0 -1 1077944384 2931 13009 0 0 104 0 5 3 20 0 15 0 444817124 11105218560 64031 33554432000 4194304 4196468 140732665924240 139952336611440 139952912796290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17871] ppid=17804 vsize=10844940 memory=203612 CPUtime=1.35 cores=1,3,5,7
/proc/17807/task/17871/stat : 17871 (java) R 17804 17807 12464 0 -1 4202560 7568 13009 0 0 126 1 5 3 20 0 15 0 444817124 11105218560 64031 33554432000 4194304 4196468 140732665924240 139952335558896 139952912797078 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17872] ppid=17804 vsize=10844940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17807/task/17872/stat : 17872 (java) S 17804 17807 12464 0 -1 1077944384 3 13009 0 0 0 0 5 3 20 0 15 0 444817125 11105218560 64031 33554432000 4194304 4196468 140732665924240 139951173790304 139952912795349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17873] ppid=17804 vsize=10844940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17807/task/17873/stat : 17873 (java) S 17804 17807 12464 0 -1 1077944384 9 13009 0 0 0 0 5 3 20 0 15 0 444817125 11105218560 64031 33554432000 4194304 4196468 140732665924240 139952334506800 139952912796290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
Current children cumulated CPU time: 6.75 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 256124 KiB

[startup+3.81829 s]
# the end of solver process 17807 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=8.66785 s, system=0.238243 s

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

[startup+3.20109 s]
/proc/loadavg: 1.49 1.40 1.39 3/225 17873
/proc/meminfo: memFree=28122504/32770624 swapFree=66922536/67108860
[pid=17807] ppid=17804 vsize=10844940 memory=257856 CPUtime=7.04 cores=1,3,5,7
/proc/17807/stat : 17807 (java) S 17804 17807 12464 0 -1 1077944320 43193 13009 0 0 678 18 5 3 20 0 15 0 444817110 11105218560 64464 33554432000 4194304 4196468 140732665924240 140732665906784 139952912785143 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
/proc/17807/statm: 2711235 64464 3620 1 0 2673293 0
[pid=17807/tid=17860] ppid=17804 vsize=10844940 memory=7166609306121456744 CPUtime=3.08 cores=1,3,5,7
/proc/17807/task/17860/stat : 17860 (java) R 17804 17807 12464 0 -1 4202560 21758 13009 0 0 290 10 5 3 20 0 15 0 444817119 11105218560 64464 33554432000 4194304 4196468 140732665924240 139952884615040 139952896828773 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17861] ppid=17804 vsize=10844940 memory=-6225496801744867212 CPUtime=0.11 cores=1,3,5,7
/proc/17807/task/17861/stat : 17861 (java) S 17804 17807 12464 0 -1 1077944384 83 13009 0 0 3 0 5 3 20 0 15 0 444817120 11105218560 64464 33554432000 4194304 4196468 140732665924240 139952917027088 139952912795349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17862] ppid=17804 vsize=10844940 memory=3761666980133877760 CPUtime=0.1 cores=1,3,5,7
/proc/17807/task/17862/stat : 17862 (java) S 17804 17807 12464 0 -1 1077944384 426 13009 0 0 2 0 5 3 20 0 15 0 444817120 11105218560 64464 33554432000 4194304 4196468 140732665924240 139952805300624 139952912795349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17863] ppid=17804 vsize=10844940 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/17807/task/17863/stat : 17863 (java) S 17804 17807 12464 0 -1 1077944384 91 13009 0 0 3 0 5 3 20 0 15 0 444817120 11105218560 64464 33554432000 4194304 4196468 140732665924240 139952804248080 139952912795349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17864] ppid=17804 vsize=10844940 memory=5932742038762722180 CPUtime=0.11 cores=1,3,5,7
/proc/17807/task/17864/stat : 17864 (java) S 17804 17807 12464 0 -1 1077944384 130 13009 0 0 3 0 5 3 20 0 15 0 444817120 11105218560 64464 33554432000 4194304 4196468 140732665924240 139952803195536 139952912795349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17865] ppid=17804 vsize=10844940 memory=7516895258931192673 CPUtime=0.11 cores=1,3,5,7
/proc/17807/task/17865/stat : 17865 (java) S 17804 17807 12464 0 -1 1077944384 3053 13009 0 0 3 0 5 3 20 0 15 0 444817121 11105218560 64464 33554432000 4194304 4196468 140732665924240 139952372275696 139952912796290 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17866] ppid=17804 vsize=10844940 memory=7521381296285770081 CPUtime=0.08 cores=1,3,5,7
/proc/17807/task/17866/stat : 17866 (java) S 17804 17807 12464 0 -1 1077944384 37 13009 0 0 0 0 5 3 20 0 15 0 444817121 11105218560 64464 33554432000 4194304 4196468 140732665924240 139952371221984 139952912795349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17867] ppid=17804 vsize=10844940 memory=42116 CPUtime=0.08 cores=1,3,5,7
/proc/17807/task/17867/stat : 17867 (java) S 17804 17807 12464 0 -1 1077944384 2 13009 0 0 0 0 5 3 20 0 15 0 444817122 11105218560 64464 33554432000 4194304 4196468 140732665924240 139952247531008 139952912795349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17868] ppid=17804 vsize=10844940 memory=7306916055891837008 CPUtime=0.08 cores=1,3,5,7
/proc/17807/task/17868/stat : 17868 (java) S 17804 17807 12464 0 -1 1077944384 2 13009 0 0 0 0 5 3 20 0 15 0 444817124 11105218560 64464 33554432000 4194304 4196468 140732665924240 139951643552464 139952912803739 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17869] ppid=17804 vsize=10844940 memory=111632 CPUtime=1.34 cores=1,3,5,7
/proc/17807/task/17869/stat : 17869 (java) R 17804 17807 12464 0 -1 4202560 4719 13009 0 0 125 1 5 3 20 0 15 0 444817124 11105218560 64464 33554432000 4194304 4196468 140732665924240 139952337663984 139952892295353 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17870] ppid=17804 vsize=10844940 memory=808 CPUtime=1.21 cores=1,3,5,7
/proc/17807/task/17870/stat : 17870 (java) R 17804 17807 12464 0 -1 4202560 2999 13009 0 0 113 0 5 3 20 0 15 0 444817124 11105218560 64464 33554432000 4194304 4196468 140732665924240 139952336597552 139952897706896 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17871] ppid=17804 vsize=10844940 memory=1804 CPUtime=1.4 cores=1,3,5,7
/proc/17807/task/17871/stat : 17871 (java) R 17804 17807 12464 0 -1 1077944384 7676 13009 0 0 131 1 5 3 20 0 15 0 444817124 11105218560 64464 33554432000 4194304 4196468 140732665924240 139952335558896 139952912796290 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17872] ppid=17804 vsize=10844940 memory=916 CPUtime=0.08 cores=1,3,5,7
/proc/17807/task/17872/stat : 17872 (java) S 17804 17807 12464 0 -1 1077944384 3 13009 0 0 0 0 5 3 20 0 15 0 444817125 11105218560 64464 33554432000 4194304 4196468 140732665924240 139951173790304 139952912795349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17873] ppid=17804 vsize=10844940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17807/task/17873/stat : 17873 (java) S 17804 17807 12464 0 -1 1077944384 9 13009 0 0 0 0 5 3 20 0 15 0 444817125 11105218560 64464 33554432000 4194304 4196468 140732665924240 139952334506800 139952912796290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
Current children cumulated CPU time: 7.04 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 257856 KiB

[startup+3.60477 s]
/proc/loadavg: 1.49 1.40 1.39 3/225 17873
/proc/meminfo: memFree=28122504/32770624 swapFree=66922536/67108860
[pid=17807] ppid=17804 vsize=10846988 memory=274424 CPUtime=8.42 cores=1,3,5,7
/proc/17807/stat : 17807 (java) S 17804 17807 12464 0 -1 1077944320 47510 13009 0 0 815 19 5 3 20 0 15 0 444817110 11107315712 68606 33554432000 4194304 4196468 140732665924240 140732665906784 139952912785143 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
/proc/17807/statm: 2711747 68606 3621 1 0 2673805 0
[pid=17807/tid=17860] ppid=17804 vsize=10846988 memory=303711741244879184 CPUtime=3.48 cores=1,3,5,7
/proc/17807/task/17860/stat : 17860 (java) R 17804 17807 12464 0 -1 4202560 22355 13009 0 0 330 10 5 3 20 0 15 0 444817119 11107315712 68606 33554432000 4194304 4196468 140732665924240 139952884618440 139952476238854 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17861] ppid=17804 vsize=10846988 memory=14981065810928732 CPUtime=0.11 cores=1,3,5,7
/proc/17807/task/17861/stat : 17861 (java) S 17804 17807 12464 0 -1 1077944384 83 13009 0 0 3 0 5 3 20 0 15 0 444817120 11107315712 68606 33554432000 4194304 4196468 140732665924240 139952917027088 139952912795349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17862] ppid=17804 vsize=10846988 memory=280874621047472 CPUtime=0.1 cores=1,3,5,7
/proc/17807/task/17862/stat : 17862 (java) S 17804 17807 12464 0 -1 1077944384 426 13009 0 0 2 0 5 3 20 0 15 0 444817120 11107315712 68606 33554432000 4194304 4196468 140732665924240 139952805300624 139952912795349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17863] ppid=17804 vsize=10846988 memory=280874621050032 CPUtime=0.11 cores=1,3,5,7
/proc/17807/task/17863/stat : 17863 (java) S 17804 17807 12464 0 -1 1077944384 91 13009 0 0 3 0 5 3 20 0 15 0 444817120 11107315712 68606 33554432000 4194304 4196468 140732665924240 139952804248080 139952912795349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17864] ppid=17804 vsize=10846988 memory=280874621050096 CPUtime=0.11 cores=1,3,5,7
/proc/17807/task/17864/stat : 17864 (java) S 17804 17807 12464 0 -1 1077944384 130 13009 0 0 3 0 5 3 20 0 15 0 444817120 11107315712 68606 33554432000 4194304 4196468 140732665924240 139952803195536 139952912795349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17865] ppid=17804 vsize=10846988 memory=280874621050160 CPUtime=0.11 cores=1,3,5,7
/proc/17807/task/17865/stat : 17865 (java) S 17804 17807 12464 0 -1 1077944384 3053 13009 0 0 3 0 5 3 20 0 15 0 444817121 11107315712 68606 33554432000 4194304 4196468 140732665924240 139952372275696 139952912796290 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17866] ppid=17804 vsize=10846988 memory=280874621050224 CPUtime=0.08 cores=1,3,5,7
/proc/17807/task/17866/stat : 17866 (java) S 17804 17807 12464 0 -1 1077944384 37 13009 0 0 0 0 5 3 20 0 15 0 444817121 11107315712 68606 33554432000 4194304 4196468 140732665924240 139952371221984 139952912795349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17867] ppid=17804 vsize=10846988 memory=280874621050288 CPUtime=0.08 cores=1,3,5,7
/proc/17807/task/17867/stat : 17867 (java) S 17804 17807 12464 0 -1 1077944384 2 13009 0 0 0 0 5 3 20 0 15 0 444817122 11107315712 68606 33554432000 4194304 4196468 140732665924240 139952247531008 139952912795349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17868] ppid=17804 vsize=10846988 memory=280874621050352 CPUtime=0.08 cores=1,3,5,7
/proc/17807/task/17868/stat : 17868 (java) S 17804 17807 12464 0 -1 1077944384 2 13009 0 0 0 0 5 3 20 0 15 0 444817124 11107315712 68606 33554432000 4194304 4196468 140732665924240 139951643552464 139952912803739 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17869] ppid=17804 vsize=10846988 memory=280874621050416 CPUtime=1.74 cores=1,3,5,7
/proc/17807/task/17869/stat : 17869 (java) R 17804 17807 12464 0 -1 4202560 7060 13009 0 0 164 2 5 3 20 0 15 0 444817124 11107315712 68606 33554432000 4194304 4196468 140732665924240 139952337648296 139952897900258 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17870] ppid=17804 vsize=10846988 memory=280874621673552 CPUtime=1.59 cores=1,3,5,7
/proc/17807/task/17870/stat : 17870 (java) R 17804 17807 12464 0 -1 4202560 3651 13009 0 0 151 0 5 3 20 0 15 0 444817124 11107315712 68626 33554432000 4194304 4196468 140732665924240 139952336601840 139952905502106 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17871] ppid=17804 vsize=10846988 memory=280874621673616 CPUtime=1.6 cores=1,3,5,7
/proc/17807/task/17871/stat : 17871 (java) S 17804 17807 12464 0 -1 1077944384 8404 13009 0 0 150 2 5 3 20 0 15 0 444817124 11107315712 68626 33554432000 4194304 4196468 140732665924240 139952335558896 139952912796290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17872] ppid=17804 vsize=10846988 memory=280874621673680 CPUtime=0.08 cores=1,3,5,7
/proc/17807/task/17872/stat : 17872 (java) S 17804 17807 12464 0 -1 1077944384 3 13009 0 0 0 0 5 3 20 0 15 0 444817125 11107315712 68626 33554432000 4194304 4196468 140732665924240 139951173790304 139952912795349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17873] ppid=17804 vsize=10846988 memory=1984 CPUtime=0.08 cores=1,3,5,7
/proc/17807/task/17873/stat : 17873 (java) S 17804 17807 12464 0 -1 1077944384 9 13009 0 0 0 0 5 3 20 0 15 0 444817125 11107315712 68626 33554432000 4194304 4196468 140732665924240 139952334506800 139952912796290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
Current children cumulated CPU time: 8.42 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 274424 KiB

[startup+3.80077 s]
/proc/loadavg: 1.49 1.40 1.39 3/225 17873
/proc/meminfo: memFree=28122504/32770624 swapFree=66922536/67108860
[pid=17807] ppid=17804 vsize=10948080 memory=284060 CPUtime=8.87 cores=1,3,5,7
/proc/17807/stat : 17807 (java) S 17804 17807 12464 0 -1 1077944320 50392 13009 0 0 860 19 5 3 20 0 14 0 444817110 11210833920 71015 33554432000 4194304 4196468 140732665924240 140732665906784 139952912785143 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
/proc/17807/statm: 2737020 71015 3624 1 0 2699078 0
[pid=17807/tid=17860] ppid=17804 vsize=10948080 memory=1540 CPUtime=3.59 cores=1,3,5,7
/proc/17807/task/17860/stat : 17860 (java) S 17804 17807 12464 0 -1 1077944384 22427 13009 0 0 341 10 5 3 20 0 14 0 444817119 11210833920 71015 33554432000 4194304 4196468 140732665924240 139952884628624 139952912795349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17861] ppid=17804 vsize=10948080 memory=828 CPUtime=0.11 cores=1,3,5,7
/proc/17807/task/17861/stat : 17861 (java) S 17804 17807 12464 0 -1 1077944384 83 13009 0 0 3 0 5 3 20 0 14 0 444817120 11210833920 71015 33554432000 4194304 4196468 140732665924240 139952917027088 139952912795349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17862] ppid=17804 vsize=10948080 memory=1448 CPUtime=0.1 cores=1,3,5,7
/proc/17807/task/17862/stat : 17862 (java) S 17804 17807 12464 0 -1 1077944384 426 13009 0 0 2 0 5 3 20 0 14 0 444817120 11210833920 71015 33554432000 4194304 4196468 140732665924240 139952805300624 139952912795349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17863] ppid=17804 vsize=10948080 memory=1748 CPUtime=0.11 cores=1,3,5,7
/proc/17807/task/17863/stat : 17863 (java) S 17804 17807 12464 0 -1 1077944384 91 13009 0 0 3 0 5 3 20 0 14 0 444817120 11210833920 71015 33554432000 4194304 4196468 140732665924240 139952804248080 139952912795349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17864] ppid=17804 vsize=10948080 memory=111632 CPUtime=0.11 cores=1,3,5,7
/proc/17807/task/17864/stat : 17864 (java) S 17804 17807 12464 0 -1 1077944384 130 13009 0 0 3 0 5 3 20 0 14 0 444817120 11210833920 71015 33554432000 4194304 4196468 140732665924240 139952803195536 139952912795349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17865] ppid=17804 vsize=10948080 memory=808 CPUtime=0.11 cores=1,3,5,7
/proc/17807/task/17865/stat : 17865 (java) S 17804 17807 12464 0 -1 1077944384 3053 13009 0 0 3 0 5 3 20 0 14 0 444817121 11210833920 71015 33554432000 4194304 4196468 140732665924240 139952372275904 139952912796290 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17866] ppid=17804 vsize=10948080 memory=1804 CPUtime=0.08 cores=1,3,5,7
/proc/17807/task/17866/stat : 17866 (java) S 17804 17807 12464 0 -1 1077944384 37 13009 0 0 0 0 5 3 20 0 14 0 444817121 11210833920 71015 33554432000 4194304 4196468 140732665924240 139952371221984 139952912795349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17867] ppid=17804 vsize=10948080 memory=916 CPUtime=0.08 cores=1,3,5,7
/proc/17807/task/17867/stat : 17867 (java) S 17804 17807 12464 0 -1 1077944384 2 13009 0 0 0 0 5 3 20 0 14 0 444817122 11210833920 71015 33554432000 4194304 4196468 140732665924240 139952247531008 139952912795349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17868] ppid=17804 vsize=10948080 memory=3848 CPUtime=0.08 cores=1,3,5,7
/proc/17807/task/17868/stat : 17868 (java) S 17804 17807 12464 0 -1 1077944384 3 13009 0 0 0 0 5 3 20 0 14 0 444817124 11210833920 71015 33554432000 4194304 4196468 140732665924240 139951643552112 139952912795349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17869] ppid=17804 vsize=10948080 memory=2608 CPUtime=1.94 cores=1,3,5,7
/proc/17807/task/17869/stat : 17869 (java) R 17804 17807 12464 0 -1 4202560 9150 13009 0 0 184 2 5 3 20 0 14 0 444817124 11210833920 71015 33554432000 4194304 4196468 140732665924240 139952337648600 139952894329705 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17870] ppid=17804 vsize=10948080 memory=2608 CPUtime=1.71 cores=1,3,5,7
/proc/17807/task/17870/stat : 17870 (java) S 17804 17807 12464 0 -1 1077944384 3976 13009 0 0 163 0 5 3 20 0 14 0 444817124 11210833920 71015 33554432000 4194304 4196468 140732665924240 139952336597328 139952912795349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17871] ppid=17804 vsize=10948080 memory=4100 CPUtime=1.64 cores=1,3,5,7
/proc/17807/task/17871/stat : 17871 (java) S 17804 17807 12464 0 -1 1077944384 8785 13009 0 0 154 2 5 3 20 0 14 0 444817124 11210833920 71015 33554432000 4194304 4196468 140732665924240 139952335558896 139952912796290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
[pid=17807/tid=17872] ppid=17804 vsize=10948080 memory=1412 CPUtime=0.08 cores=1,3,5,7
/proc/17807/task/17872/stat : 17872 (java) S 17804 17807 12464 0 -1 1077944384 3 13009 0 0 0 0 5 3 20 0 14 0 444817125 11210833920 71015 33554432000 4194304 4196468 140732665924240 139951173790304 139952912795349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13852672 140732665932529 140732665935045 140732665935045 140732665937871 0
Current children cumulated CPU time: 8.87 s
Current children cumulated vsize: 10948080 KiB
Current children cumulated memory: 284060 KiB

Child status: 0
Real time (s): 3.81835
CPU time (s): 8.90609
CPU user time (s): 8.66785
CPU system time (s): 0.238243
CPU usage (%): 233.244
Max. virtual memory (cumulated for all children) (KiB): 10948080
Max. memory (cumulated for all children) (KiB): 284060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.66785
system time used= 0.238243
maximum resident set size= 284492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63426
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= 6453
involuntary context switches= 35


# summary of solver processes directly reported to runsolver:
#   pid: 17807
#   total CPU time (s): 8.90609
#   total CPU user time (s): 8.66785
#   total CPU system time (s): 0.238243

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.041302 second user time and 0.079223 second system time

The end

Launcher Data

Begin job on node139 at 2019-09-17 03:59:56
IDJOB=4401222
IDBENCH=135099
IDSOLVER=2858
FILE ID=node139/4401222-1568685484
RUNJOBID= node139-1568673443-12496
PBS_JOBID= 21703780
Free space on /tmp= 59524 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-factor/Pb-factor-S9-P347-Q487.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401222-1568685484/watcher-4401222-1568685484 -o /tmp/evaluation-result-4401222-1568685484/solver-4401222-1568685484 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568673443-12496 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=59759252 HOME/instance-4401222-1568685484.xml

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

MD5SUM BENCH= 80380e658be8322d68ef398155d216ec
RANDOM SEED=59759252

node139.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.57
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.57
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.57
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.57
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:        28335860 kB
MemAvailable:   29067596 kB
Buffers:          117324 kB
Cached:           905800 kB
SwapCached:        78128 kB
Active:          3400116 kB
Inactive:         460760 kB
Active(anon):    2762660 kB
Inactive(anon):   118672 kB
Active(file):     637456 kB
Inactive(file):   342088 kB
Unevictable:      106964 kB
Mlocked:          106964 kB
SwapTotal:      67108860 kB
SwapFree:       66922536 kB
Dirty:             35436 kB
Writeback:             0 kB
AnonPages:       2847820 kB
Mapped:            61708 kB
Shmem:             34444 kB
Slab:             164808 kB
SReclaimable:     136056 kB
SUnreclaim:        28752 kB
KernelStack:        3776 kB
PageTables:        11616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3900904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2670592 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 59488 MiB
End job on node139 at 2019-09-17 04:00:00