Trace number 4295111

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.8-SuperNG 2018-06-13OPT77 8.77298 4.11344

General information on the benchmark

NameRcpsp/
Rcpsp-j60-01-01_c18.xml
MD5SUM03892ae4f8c09e3dcf1eb144c7e7557f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark77
Best CPU time to get the best result obtained on this benchmark1.71398
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints97
Number of domains2
Minimum domain size1
Maximum domain size329
Distribution of domain sizes[{"size":1,"count":1},{"size":329,"count":61}]
Minimum variable degree3
Maximum variable degree5
Distribution of variable degrees[{"degree":3,"count":22},{"degree":4,"count":19},{"degree":5,"count":21}]
Minimum constraint arity2
Maximum constraint arity16
Distribution of constraint arities[{"arity":2,"count":93},{"arity":14,"count":2},{"arity":16,"count":2}]
Number of extensional constraints0
Number of intensional constraints93
Distribution of constraint types[{"type":"intension","count":93},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

0.99/0.74	c Concrete v3.8.1528841891564 running
8.51/4.05	o 77
8.51/4.07	v <instantiation cost="77">
8.51/4.07	v       <list>
8.51/4.07	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] s[50] s[51] s[52] s[53] s[54] s[55] s[56] s[57] s[58] s[59] s[60] s[61]
8.51/4.07	v       </list>
8.51/4.07	v       <values>
8.51/4.07	v         0 0 0 0 10 16 52 10 19 10 19 19 20 1 8 10 21 26 8 19 22 19 60 16 13 38 22 36 1 33 26 65 36 3 20 29 32 24 42 20 9 38 29 27 29 46 45 46 44 37 63 52 46 54 58 52 68 63 74 67 60 77
8.51/4.07	v       </values>
8.51/4.07	v     </instantiation>
8.51/4.07	s OPTIMUM FOUND

Verifier Data

OK	77

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295111-1532519920/watcher-4295111-1532519920 -o /tmp/evaluation-result-4295111-1532519920/solver-4295111-1532519920 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532498695-4224 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1065893880 -superng HOME/instance-4295111-1532519920.xml 

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

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

solver pid=8311, runsolver pid=8308

[startup+0.10009 s]*
/proc/loadavg: 2.55 2.13 2.05 3/209 8368
/proc/meminfo: memFree=15721444/32770624 swapFree=67108860/67108860
[pid=8311] ppid=8308 vsize=9972712 memory=16428 CPUtime=0.1 cores=1,3,5,7
/proc/8311/stat : 8311 (java) S 8308 8311 4192 0 -1 1077944320 4283 12949 0 0 1 1 5 3 20 0 6 0 69555137 10212057088 4107 33554432000 4194304 4196468 140725164891792 140725164874336 139712934170359 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
/proc/8311/statm: 2493178 4107 1930 1 0 2481616 0
[pid=8311/tid=8364] ppid=8308 vsize=9972712 memory=4718545630382498451 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8364/stat : 8364 (java) R 8308 8311 4192 0 -1 4202560 2105 12949 0 0 0 0 5 3 20 0 6 0 69555146 10212057088 4173 33554432000 4194304 4196468 140725164891792 139712906007120 139712919226416 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8365] ppid=8308 vsize=9972712 memory=5793855554963806649 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8365/stat : 8365 (java) S 8308 8311 4192 0 -1 1077944384 1 12949 0 0 0 0 5 3 20 0 6 0 69555146 10212057088 4173 33554432000 4194304 4196468 140725164891792 139712938412304 139712934180565 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8366] ppid=8308 vsize=9972712 memory=140303953913472 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8366/stat : 8366 (java) S 8308 8311 4192 0 -1 1077944384 1 12949 0 0 0 0 5 3 20 0 6 0 69555146 10212057088 4173 33554432000 4194304 4196468 140725164891792 139712507808144 139712934180565 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8367] ppid=8308 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8367/stat : 8367 (java) S 8308 8311 4192 0 -1 1077944384 1 12949 0 0 0 0 5 3 20 0 6 0 69555146 10212057088 4173 33554432000 4194304 4196468 140725164891792 139712506755600 139712934180565 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8368] ppid=8308 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8368/stat : 8368 (java) S 8308 8311 4192 0 -1 1077944384 2 12949 0 0 0 0 5 3 20 0 6 0 69555146 10212057088 4173 33554432000 4194304 4196468 140725164891792 139712505703056 139712934180565 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16428 KiB

[startup+0.220257 s]*
/proc/loadavg: 2.55 2.13 2.05 3/218 8377
/proc/meminfo: memFree=15693336/32770624 swapFree=67108860/67108860
[pid=8311] ppid=8308 vsize=10818856 memory=48016 CPUtime=0.28 cores=1,3,5,7
/proc/8311/stat : 8311 (java) S 8308 8311 4192 0 -1 1077944320 8897 12949 0 0 17 3 5 3 20 0 15 0 69555137 11078508544 12004 33554432000 4194304 4196468 140725164891792 140725164874336 139712934170359 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
/proc/8311/statm: 2704714 12004 2961 1 0 2667149 0
[pid=8311/tid=8364] ppid=8308 vsize=10818856 memory=-2899909650764262549 CPUtime=0.2 cores=1,3,5,7
/proc/8311/task/8364/stat : 8364 (java) R 8308 8311 4192 0 -1 4202560 5450 12949 0 0 10 2 5 3 20 0 15 0 69555146 11078508544 12004 33554432000 4194304 4196468 140725164891792 139712905951456 139712934182294 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8365] ppid=8308 vsize=10818856 memory=4211974030158704010 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8365/stat : 8365 (java) S 8308 8311 4192 0 -1 1077944384 1 12949 0 0 0 0 5 3 20 0 15 0 69555146 11078508544 12004 33554432000 4194304 4196468 140725164891792 139712938412304 139712934180565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8366] ppid=8308 vsize=10818856 memory=140303953913472 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8366/stat : 8366 (java) S 8308 8311 4192 0 -1 1077944384 1 12949 0 0 0 0 5 3 20 0 15 0 69555146 11078508544 12004 33554432000 4194304 4196468 140725164891792 139712507808144 139712934180565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8367] ppid=8308 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8367/stat : 8367 (java) S 8308 8311 4192 0 -1 1077944384 1 12949 0 0 0 0 5 3 20 0 15 0 69555146 11078508544 12004 33554432000 4194304 4196468 140725164891792 139712506755600 139712934180565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8368] ppid=8308 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8368/stat : 8368 (java) S 8308 8311 4192 0 -1 1077944384 2 12949 0 0 0 0 5 3 20 0 15 0 69555146 11078508544 12004 33554432000 4194304 4196468 140725164891792 139712505703056 139712934180565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8369] ppid=8308 vsize=10818856 memory=140303953913472 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8369/stat : 8369 (java) S 8308 8311 4192 0 -1 1077944384 2 12949 0 0 0 0 5 3 20 0 15 0 69555148 11078508544 12004 33554432000 4194304 4196468 140725164891792 139712393083376 139712934181506 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8370] ppid=8308 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8370/stat : 8370 (java) S 8308 8311 4192 0 -1 1077944384 33 12949 0 0 0 0 5 3 20 0 15 0 69555148 11078508544 12004 33554432000 4194304 4196468 140725164891792 139712392029600 139712934180565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8371] ppid=8308 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8371/stat : 8371 (java) S 8308 8311 4192 0 -1 1077944384 1 12949 0 0 0 0 5 3 20 0 15 0 69555148 11078508544 12004 33554432000 4194304 4196468 140725164891792 139712266233328 139712934180565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8372] ppid=8308 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8372/stat : 8372 (java) S 8308 8311 4192 0 -1 1077944384 2 12949 0 0 0 0 5 3 20 0 15 0 69555151 11078508544 12004 33554432000 4194304 4196468 140725164891792 139711662254800 139712934188955 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8373] ppid=8308 vsize=10818856 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/8311/task/8373/stat : 8373 (java) S 8308 8311 4192 0 -1 1077944384 489 12949 0 0 1 0 5 3 20 0 15 0 69555151 11078508544 12004 33554432000 4194304 4196468 140725164891792 139712358471664 139712934181506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8374] ppid=8308 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8374/stat : 8374 (java) S 8308 8311 4192 0 -1 1077944384 101 12949 0 0 0 0 5 3 20 0 15 0 69555151 11078508544 12004 33554432000 4194304 4196468 140725164891792 139712357419120 139712934181506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8375] ppid=8308 vsize=10818856 memory=140303953913472 CPUtime=0.11 cores=1,3,5,7
/proc/8311/task/8375/stat : 8375 (java) R 8308 8311 4192 0 -1 4202560 628 12949 0 0 3 0 5 3 20 0 15 0 69555151 11078508544 12004 33554432000 4194304 4196468 140725164891792 139712356366576 139712934182294 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8376] ppid=8308 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8376/stat : 8376 (java) S 8308 8311 4192 0 -1 1077944384 3 12949 0 0 0 0 5 3 20 0 15 0 69555152 11078508544 12004 33554432000 4194304 4196468 140725164891792 139711192492640 139712934180565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8377] ppid=8308 vsize=10818856 memory=140303953913472 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8377/stat : 8377 (java) S 8308 8311 4192 0 -1 1077944384 1 12949 0 0 0 0 5 3 20 0 15 0 69555152 11078508544 12004 33554432000 4194304 4196468 140725164891792 139712355314480 139712934181506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 48016 KiB

[startup+0.310376 s]*
/proc/loadavg: 2.55 2.13 2.05 3/218 8377
/proc/meminfo: memFree=15684404/32770624 swapFree=67108860/67108860
[pid=8311] ppid=8308 vsize=10819352 memory=57256 CPUtime=0.39 cores=1,3,5,7
/proc/8311/stat : 8311 (java) S 8308 8311 4192 0 -1 1077944320 10392 12949 0 0 28 3 5 3 20 0 15 0 69555137 11079016448 14314 33554432000 4194304 4196468 140725164891792 140725164874336 139712934170359 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
/proc/8311/statm: 2704838 14314 3092 1 0 2667149 0
[pid=8311/tid=8364] ppid=8308 vsize=10819352 memory=8112282956445269571 CPUtime=0.29 cores=1,3,5,7
/proc/8311/task/8364/stat : 8364 (java) R 8308 8311 4192 0 -1 4202560 6910 12949 0 0 19 2 5 3 20 0 15 0 69555146 11079016448 14314 33554432000 4194304 4196468 140725164891792 139712905982368 139712914445697 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8365] ppid=8308 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8365/stat : 8365 (java) S 8308 8311 4192 0 -1 1077944384 1 12949 0 0 0 0 5 3 20 0 15 0 69555146 11079016448 14314 33554432000 4194304 4196468 140725164891792 139712938412304 139712934180565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8366] ppid=8308 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8366/stat : 8366 (java) S 8308 8311 4192 0 -1 1077944384 1 12949 0 0 0 0 5 3 20 0 15 0 69555146 11079016448 14314 33554432000 4194304 4196468 140725164891792 139712507808144 139712934180565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8367] ppid=8308 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8367/stat : 8367 (java) S 8308 8311 4192 0 -1 1077944384 1 12949 0 0 0 0 5 3 20 0 15 0 69555146 11079016448 14314 33554432000 4194304 4196468 140725164891792 139712506755600 139712934180565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8368] ppid=8308 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8368/stat : 8368 (java) S 8308 8311 4192 0 -1 1077944384 2 12949 0 0 0 0 5 3 20 0 15 0 69555146 11079016448 14314 33554432000 4194304 4196468 140725164891792 139712505703056 139712934180565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8369] ppid=8308 vsize=10819352 memory=140303953913471 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8369/stat : 8369 (java) S 8308 8311 4192 0 -1 1077944384 2 12949 0 0 0 0 5 3 20 0 15 0 69555148 11079016448 14314 33554432000 4194304 4196468 140725164891792 139712393083376 139712934181506 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8370] ppid=8308 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8370/stat : 8370 (java) S 8308 8311 4192 0 -1 1077944384 33 12949 0 0 0 0 5 3 20 0 15 0 69555148 11079016448 14314 33554432000 4194304 4196468 140725164891792 139712392029600 139712934180565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8371] ppid=8308 vsize=10819352 memory=140303953913472 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8371/stat : 8371 (java) S 8308 8311 4192 0 -1 1077944384 1 12949 0 0 0 0 5 3 20 0 15 0 69555148 11079016448 14314 33554432000 4194304 4196468 140725164891792 139712266233328 139712934180565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8372] ppid=8308 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8372/stat : 8372 (java) S 8308 8311 4192 0 -1 1077944384 2 12949 0 0 0 0 5 3 20 0 15 0 69555151 11079016448 14314 33554432000 4194304 4196468 140725164891792 139711662254800 139712934188955 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8373] ppid=8308 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/8311/task/8373/stat : 8373 (java) S 8308 8311 4192 0 -1 1077944384 492 12949 0 0 1 0 5 3 20 0 15 0 69555151 11079016448 14314 33554432000 4194304 4196468 140725164891792 139712358471664 139712934181506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8374] ppid=8308 vsize=10819352 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/8311/task/8374/stat : 8374 (java) S 8308 8311 4192 0 -1 1077944384 107 12949 0 0 1 0 5 3 20 0 15 0 69555151 11079016448 14314 33554432000 4194304 4196468 140725164891792 139712357419120 139712934181506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8375] ppid=8308 vsize=10819352 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/8311/task/8375/stat : 8375 (java) S 8308 8311 4192 0 -1 1077944384 650 12949 0 0 5 0 5 3 20 0 15 0 69555151 11079016448 14314 33554432000 4194304 4196468 140725164891792 139712356366576 139712934181506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8376] ppid=8308 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8376/stat : 8376 (java) S 8308 8311 4192 0 -1 1077944384 3 12949 0 0 0 0 5 3 20 0 15 0 69555152 11079016448 14314 33554432000 4194304 4196468 140725164891792 139711192492640 139712934180565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8377] ppid=8308 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8377/stat : 8377 (java) S 8308 8311 4192 0 -1 1077944384 1 12949 0 0 0 0 5 3 20 0 15 0 69555152 11079016448 14314 33554432000 4194304 4196468 140725164891792 139712355314480 139712934181506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 57256 KiB

[startup+0.701647 s]
/proc/loadavg: 2.55 2.13 2.05 3/218 8377
/proc/meminfo: memFree=15661580/32770624 swapFree=67108860/67108860
[pid=8311] ppid=8308 vsize=10819352 memory=90396 CPUtime=0.99 cores=1,3,5,7
/proc/8311/stat : 8311 (java) S 8308 8311 4192 0 -1 1077944320 16752 12949 0 0 87 4 5 3 20 0 15 0 69555137 11079016448 22599 33554432000 4194304 4196468 140725164891792 140725164874336 139712934170359 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
/proc/8311/statm: 2704838 22599 3238 1 0 2667149 0
[pid=8311/tid=8364] ppid=8308 vsize=10819352 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/8311/task/8364/stat : 8364 (java) R 8308 8311 4192 0 -1 4202560 12215 12949 0 0 55 3 5 3 20 0 15 0 69555146 11079016448 22599 33554432000 4194304 4196468 140725164891792 139712905991184 139712918250846 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8365] ppid=8308 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8365/stat : 8365 (java) S 8308 8311 4192 0 -1 1077944384 1 12949 0 0 0 0 5 3 20 0 15 0 69555146 11079016448 22599 33554432000 4194304 4196468 140725164891792 139712938412304 139712934180565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8366] ppid=8308 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8366/stat : 8366 (java) S 8308 8311 4192 0 -1 1077944384 1 12949 0 0 0 0 5 3 20 0 15 0 69555146 11079016448 22599 33554432000 4194304 4196468 140725164891792 139712507808144 139712934180565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8367] ppid=8308 vsize=10819352 memory=4132 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8367/stat : 8367 (java) S 8308 8311 4192 0 -1 1077944384 1 12949 0 0 0 0 5 3 20 0 15 0 69555146 11079016448 22599 33554432000 4194304 4196468 140725164891792 139712506755600 139712934180565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8368] ppid=8308 vsize=10819352 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8368/stat : 8368 (java) S 8308 8311 4192 0 -1 1077944384 2 12949 0 0 0 0 5 3 20 0 15 0 69555146 11079016448 22599 33554432000 4194304 4196468 140725164891792 139712505703056 139712934180565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8369] ppid=8308 vsize=10819352 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8369/stat : 8369 (java) S 8308 8311 4192 0 -1 1077944384 5 12949 0 0 0 0 5 3 20 0 15 0 69555148 11079016448 22599 33554432000 4194304 4196468 140725164891792 139712393083376 139712934181506 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8370] ppid=8308 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8370/stat : 8370 (java) S 8308 8311 4192 0 -1 1077944384 33 12949 0 0 0 0 5 3 20 0 15 0 69555148 11079016448 22599 33554432000 4194304 4196468 140725164891792 139712392029600 139712934180565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8371] ppid=8308 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8371/stat : 8371 (java) S 8308 8311 4192 0 -1 1077944384 1 12949 0 0 0 0 5 3 20 0 15 0 69555148 11079016448 22599 33554432000 4194304 4196468 140725164891792 139712266233328 139712934180565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8372] ppid=8308 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8372/stat : 8372 (java) S 8308 8311 4192 0 -1 1077944384 2 12949 0 0 0 0 5 3 20 0 15 0 69555151 11079016448 22599 33554432000 4194304 4196468 140725164891792 139711662254800 139712934188955 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8373] ppid=8308 vsize=10819352 memory=30305 CPUtime=0.17 cores=1,3,5,7
/proc/8311/task/8373/stat : 8373 (java) S 8308 8311 4192 0 -1 1077944384 1110 12949 0 0 9 0 5 3 20 0 15 0 69555151 11079016448 22599 33554432000 4194304 4196468 140725164891792 139712358471664 139712934181506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8374] ppid=8308 vsize=10819352 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/8311/task/8374/stat : 8374 (java) S 8308 8311 4192 0 -1 1077944384 383 12949 0 0 7 0 5 3 20 0 15 0 69555151 11079016448 22599 33554432000 4194304 4196468 140725164891792 139712357419120 139712934181506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8375] ppid=8308 vsize=10819352 memory=3533419649945857444 CPUtime=0.21 cores=1,3,5,7
/proc/8311/task/8375/stat : 8375 (java) S 8308 8311 4192 0 -1 1077944384 807 12949 0 0 13 0 5 3 20 0 15 0 69555151 11079016448 22599 33554432000 4194304 4196468 140725164891792 139712356366576 139712934181506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8376] ppid=8308 vsize=10819352 memory=-6305718312468242048 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8376/stat : 8376 (java) S 8308 8311 4192 0 -1 1077944384 3 12949 0 0 0 0 5 3 20 0 15 0 69555152 11079016448 22599 33554432000 4194304 4196468 140725164891792 139711192492640 139712934180565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8377] ppid=8308 vsize=10819352 memory=-7094132109863559211 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8377/stat : 8377 (java) S 8308 8311 4192 0 -1 1077944384 2 12949 0 0 0 0 5 3 20 0 15 0 69555152 11079016448 22599 33554432000 4194304 4196468 140725164891792 139712355314480 139712934181506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 90396 KiB

[startup+1.50071 s]
/proc/loadavg: 2.55 2.13 2.05 3/218 8377
/proc/meminfo: memFree=15626956/32770624 swapFree=67108860/67108860
[pid=8311] ppid=8308 vsize=10834252 memory=181980 CPUtime=2.25 cores=1,3,5,7
/proc/8311/stat : 8311 (java) S 8308 8311 4192 0 -1 1077944320 24229 12949 0 0 208 9 5 3 20 0 15 0 69555137 11094274048 45495 33554432000 4194304 4196468 140725164891792 140725164874336 139712934170359 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
/proc/8311/statm: 2708563 45495 3467 1 0 2670221 0
[pid=8311/tid=8364] ppid=8308 vsize=10834252 memory=186 CPUtime=1.41 cores=1,3,5,7
/proc/8311/task/8364/stat : 8364 (java) R 8308 8311 4192 0 -1 4202560 17795 12949 0 0 128 5 5 3 20 0 15 0 69555146 11094274048 45495 33554432000 4194304 4196468 140725164891792 139712906001968 139712934192285 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8365] ppid=8308 vsize=10834252 memory=116 CPUtime=0.09 cores=1,3,5,7
/proc/8311/task/8365/stat : 8365 (java) S 8308 8311 4192 0 -1 1077944384 55 12949 0 0 1 0 5 3 20 0 15 0 69555146 11094274048 45495 33554432000 4194304 4196468 140725164891792 139712938412304 139712934180565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8366] ppid=8308 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/8311/task/8366/stat : 8366 (java) S 8308 8311 4192 0 -1 1077944384 194 12949 0 0 1 0 5 3 20 0 15 0 69555146 11094274048 45495 33554432000 4194304 4196468 140725164891792 139712507808144 139712934180565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8367] ppid=8308 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/8311/task/8367/stat : 8367 (java) S 8308 8311 4192 0 -1 1077944384 26 12949 0 0 1 0 5 3 20 0 15 0 69555146 11094274048 45495 33554432000 4194304 4196468 140725164891792 139712506755600 139712934180565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8368] ppid=8308 vsize=10834252 memory=55 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8368/stat : 8368 (java) S 8308 8311 4192 0 -1 1077944384 37 12949 0 0 0 0 5 3 20 0 15 0 69555146 11094274048 45495 33554432000 4194304 4196468 140725164891792 139712505703056 139712934180565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8369] ppid=8308 vsize=10834252 memory=3533419649945857444 CPUtime=0.09 cores=1,3,5,7
/proc/8311/task/8369/stat : 8369 (java) S 8308 8311 4192 0 -1 1077944384 281 12949 0 0 1 0 5 3 20 0 15 0 69555148 11094274048 45495 33554432000 4194304 4196468 140725164891792 139712393083376 139712934181506 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8370] ppid=8308 vsize=10834252 memory=280607661797440 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8370/stat : 8370 (java) S 8308 8311 4192 0 -1 1077944384 34 12949 0 0 0 0 5 3 20 0 15 0 69555148 11094274048 45495 33554432000 4194304 4196468 140725164891792 139712392029664 139712934180565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8371] ppid=8308 vsize=10834252 memory=280607661801888 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8371/stat : 8371 (java) S 8308 8311 4192 0 -1 1077944384 1 12949 0 0 0 0 5 3 20 0 15 0 69555148 11094274048 45495 33554432000 4194304 4196468 140725164891792 139712266233344 139712934180565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8372] ppid=8308 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8372/stat : 8372 (java) S 8308 8311 4192 0 -1 1077944384 2 12949 0 0 0 0 5 3 20 0 15 0 69555151 11094274048 45495 33554432000 4194304 4196468 140725164891792 139711662254800 139712934188955 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8373] ppid=8308 vsize=10834252 memory=6944656575208382560 CPUtime=0.29 cores=1,3,5,7
/proc/8311/task/8373/stat : 8373 (java) S 8308 8311 4192 0 -1 1077944384 1571 12949 0 0 21 0 5 3 20 0 15 0 69555151 11094274048 45495 33554432000 4194304 4196468 140725164891792 139712358471664 139712934181506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8374] ppid=8308 vsize=10834252 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/8311/task/8374/stat : 8374 (java) S 8308 8311 4192 0 -1 1077944384 524 12949 0 0 19 0 5 3 20 0 15 0 69555151 11094274048 45495 33554432000 4194304 4196468 140725164891792 139712357419120 139712934181506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8375] ppid=8308 vsize=10834252 memory=0 CPUtime=0.4 cores=1,3,5,7
/proc/8311/task/8375/stat : 8375 (java) S 8308 8311 4192 0 -1 1077944384 1518 12949 0 0 32 0 5 3 20 0 15 0 69555151 11094274048 45495 33554432000 4194304 4196468 140725164891792 139712356366576 139712934181506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8376] ppid=8308 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8376/stat : 8376 (java) S 8308 8311 4192 0 -1 1077944384 3 12949 0 0 0 0 5 3 20 0 15 0 69555152 11094274048 45495 33554432000 4194304 4196468 140725164891792 139711192492640 139712934180565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8377] ppid=8308 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8377/stat : 8377 (java) S 8308 8311 4192 0 -1 1077944384 2 12949 0 0 0 0 5 3 20 0 15 0 69555152 11094274048 45495 33554432000 4194304 4196468 140725164891792 139712355314480 139712934181506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
Current children cumulated CPU time: 2.25 s
Current children cumulated vsize: 10834252 KiB

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

[startup+3.11068 s]
/proc/loadavg: 2.67 2.16 2.06 5/218 8377
/proc/meminfo: memFree=15518820/32770624 swapFree=67108860/67108860
[pid=8311] ppid=8308 vsize=10844512 memory=228284 CPUtime=6.16 cores=1,3,5,7
/proc/8311/stat : 8311 (java) S 8308 8311 4192 0 -1 1077944320 42807 12949 0 0 593 15 5 3 20 0 15 0 69555137 11104780288 57071 33554432000 4194304 4196468 140725164891792 140725164874336 139712934170359 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
/proc/8311/statm: 2711128 57071 3491 1 0 2672781 0
[pid=8311/tid=8364] ppid=8308 vsize=10844512 memory=0 CPUtime=3 cores=1,3,5,7
/proc/8311/task/8364/stat : 8364 (java) R 8308 8311 4192 0 -1 4202560 26582 12949 0 0 284 8 5 3 20 0 15 0 69555146 11104780288 57071 33554432000 4194304 4196468 140725164891792 139712906002336 139712934182294 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8365] ppid=8308 vsize=10844512 memory=83 CPUtime=0.09 cores=1,3,5,7
/proc/8311/task/8365/stat : 8365 (java) S 8308 8311 4192 0 -1 1077944384 55 12949 0 0 1 0 5 3 20 0 15 0 69555146 11104780288 57071 33554432000 4194304 4196468 140725164891792 139712938412304 139712934180565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8366] ppid=8308 vsize=10844512 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/8311/task/8366/stat : 8366 (java) S 8308 8311 4192 0 -1 1077944384 194 12949 0 0 1 0 5 3 20 0 15 0 69555146 11104780288 57071 33554432000 4194304 4196468 140725164891792 139712507808144 139712934180565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8367] ppid=8308 vsize=10844512 memory=280607661797344 CPUtime=0.09 cores=1,3,5,7
/proc/8311/task/8367/stat : 8367 (java) S 8308 8311 4192 0 -1 1077944384 26 12949 0 0 1 0 5 3 20 0 15 0 69555146 11104780288 57071 33554432000 4194304 4196468 140725164891792 139712506755600 139712934180565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8368] ppid=8308 vsize=10844512 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8368/stat : 8368 (java) S 8308 8311 4192 0 -1 1077944384 37 12949 0 0 0 0 5 3 20 0 15 0 69555146 11104780288 57071 33554432000 4194304 4196468 140725164891792 139712505703056 139712934180565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8369] ppid=8308 vsize=10844512 memory=55 CPUtime=0.09 cores=1,3,5,7
/proc/8311/task/8369/stat : 8369 (java) S 8308 8311 4192 0 -1 1077944384 440 12949 0 0 1 0 5 3 20 0 15 0 69555148 11104780288 57071 33554432000 4194304 4196468 140725164891792 139712393083376 139712934181506 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8370] ppid=8308 vsize=10844512 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8370/stat : 8370 (java) S 8308 8311 4192 0 -1 1077944384 34 12949 0 0 0 0 5 3 20 0 15 0 69555148 11104780288 57071 33554432000 4194304 4196468 140725164891792 139712392029664 139712934180565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8371] ppid=8308 vsize=10844512 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8371/stat : 8371 (java) S 8308 8311 4192 0 -1 1077944384 1 12949 0 0 0 0 5 3 20 0 15 0 69555148 11104780288 57071 33554432000 4194304 4196468 140725164891792 139712266233344 139712934180565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8372] ppid=8308 vsize=10844512 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8372/stat : 8372 (java) S 8308 8311 4192 0 -1 1077944384 2 12949 0 0 0 0 5 3 20 0 15 0 69555151 11104780288 57071 33554432000 4194304 4196468 140725164891792 139711662254800 139712934188955 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8373] ppid=8308 vsize=10844512 memory=9130442918539853698 CPUtime=0.87 cores=1,3,5,7
/proc/8311/task/8373/stat : 8373 (java) R 8308 8311 4192 0 -1 1077944384 2868 12949 0 0 79 0 5 3 20 0 15 0 69555151 11104780288 57071 33554432000 4194304 4196468 140725164891792 139712358471664 139712934181506 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8374] ppid=8308 vsize=10844512 memory=667680 CPUtime=1.17 cores=1,3,5,7
/proc/8311/task/8374/stat : 8374 (java) R 8308 8311 4192 0 -1 4202560 3954 12949 0 0 108 1 5 3 20 0 15 0 69555151 11104780288 57071 33554432000 4194304 4196468 140725164891792 139712357399600 139712919851798 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8375] ppid=8308 vsize=10844512 memory=0 CPUtime=1.23 cores=1,3,5,7
/proc/8311/task/8375/stat : 8375 (java) R 8308 8311 4192 0 -1 4202560 6415 12949 0 0 114 1 5 3 20 0 15 0 69555151 11104780288 57071 33554432000 4194304 4196468 140725164891792 139712356366576 139712934191706 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8376] ppid=8308 vsize=10844512 memory=303993173188018202 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8376/stat : 8376 (java) S 8308 8311 4192 0 -1 1077944384 3 12949 0 0 0 0 5 3 20 0 15 0 69555152 11104780288 57071 33554432000 4194304 4196468 140725164891792 139711192492640 139712934180565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8377] ppid=8308 vsize=10844512 memory=302022869909766459 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8377/stat : 8377 (java) S 8308 8311 4192 0 -1 1077944384 10 12949 0 0 0 0 5 3 20 0 15 0 69555152 11104780288 57071 33554432000 4194304 4196468 140725164891792 139712355314480 139712934181506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
Current children cumulated CPU time: 6.16 s
Current children cumulated vsize: 10844512 KiB
Current children cumulated memory: 228284 KiB

[startup+4.1134 s]
# the end of solver process 8311 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=8.52893 s, system=0.244053 s

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

[startup+3.20105 s]
/proc/loadavg: 2.67 2.16 2.06 5/218 8377
/proc/meminfo: memFree=15518820/32770624 swapFree=67108860/67108860
[pid=8311] ppid=8308 vsize=10844512 memory=235948 CPUtime=6.36 cores=1,3,5,7
/proc/8311/stat : 8311 (java) S 8308 8311 4192 0 -1 1077944320 43169 12949 0 0 613 15 5 3 20 0 15 0 69555137 11104780288 58987 33554432000 4194304 4196468 140725164891792 140725164874336 139712934170359 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
/proc/8311/statm: 2711128 58987 3491 1 0 2672781 0
[pid=8311/tid=8364] ppid=8308 vsize=10844512 memory=280607662538512 CPUtime=3.1 cores=1,3,5,7
/proc/8311/task/8364/stat : 8364 (java) R 8308 8311 4192 0 -1 4202560 26833 12949 0 0 293 9 5 3 20 0 15 0 69555146 11104780288 58987 33554432000 4194304 4196468 140725164891792 139712906001152 139712918213989 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8365] ppid=8308 vsize=10844512 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/8311/task/8365/stat : 8365 (java) S 8308 8311 4192 0 -1 1077944384 55 12949 0 0 1 0 5 3 20 0 15 0 69555146 11104780288 58987 33554432000 4194304 4196468 140725164891792 139712938412304 139712934180565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8366] ppid=8308 vsize=10844512 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/8311/task/8366/stat : 8366 (java) S 8308 8311 4192 0 -1 1077944384 194 12949 0 0 1 0 5 3 20 0 15 0 69555146 11104780288 58987 33554432000 4194304 4196468 140725164891792 139712507808144 139712934180565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8367] ppid=8308 vsize=10844512 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/8311/task/8367/stat : 8367 (java) S 8308 8311 4192 0 -1 1077944384 26 12949 0 0 1 0 5 3 20 0 15 0 69555146 11104780288 58987 33554432000 4194304 4196468 140725164891792 139712506755600 139712934180565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8368] ppid=8308 vsize=10844512 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8368/stat : 8368 (java) S 8308 8311 4192 0 -1 1077944384 37 12949 0 0 0 0 5 3 20 0 15 0 69555146 11104780288 58987 33554432000 4194304 4196468 140725164891792 139712505703056 139712934180565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8369] ppid=8308 vsize=10844512 memory=3009 CPUtime=0.09 cores=1,3,5,7
/proc/8311/task/8369/stat : 8369 (java) S 8308 8311 4192 0 -1 1077944384 440 12949 0 0 1 0 5 3 20 0 15 0 69555148 11104780288 58987 33554432000 4194304 4196468 140725164891792 139712393083376 139712934181506 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8370] ppid=8308 vsize=10844512 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8370/stat : 8370 (java) S 8308 8311 4192 0 -1 1077944384 34 12949 0 0 0 0 5 3 20 0 15 0 69555148 11104780288 58987 33554432000 4194304 4196468 140725164891792 139712392029664 139712934180565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8371] ppid=8308 vsize=10844512 memory=-5628408999910123566 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8371/stat : 8371 (java) S 8308 8311 4192 0 -1 1077944384 1 12949 0 0 0 0 5 3 20 0 15 0 69555148 11104780288 58987 33554432000 4194304 4196468 140725164891792 139712266233344 139712934180565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8372] ppid=8308 vsize=10844512 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8372/stat : 8372 (java) S 8308 8311 4192 0 -1 1077944384 2 12949 0 0 0 0 5 3 20 0 15 0 69555151 11104780288 58987 33554432000 4194304 4196468 140725164891792 139711662254800 139712934188955 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8373] ppid=8308 vsize=10844512 memory=6944656592455360604 CPUtime=0.9 cores=1,3,5,7
/proc/8311/task/8373/stat : 8373 (java) S 8308 8311 4192 0 -1 1077944384 2881 12949 0 0 82 0 5 3 20 0 15 0 69555151 11104780288 58987 33554432000 4194304 4196468 140725164891792 139712358471664 139712934181506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8374] ppid=8308 vsize=10844512 memory=-5628408999910123566 CPUtime=1.21 cores=1,3,5,7
/proc/8311/task/8374/stat : 8374 (java) S 8308 8311 4192 0 -1 1077944384 3975 12949 0 0 112 1 5 3 20 0 15 0 69555151 11104780288 58987 33554432000 4194304 4196468 140725164891792 139712357419120 139712934181506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8375] ppid=8308 vsize=10844512 memory=164 CPUtime=1.26 cores=1,3,5,7
/proc/8311/task/8375/stat : 8375 (java) S 8308 8311 4192 0 -1 1077944384 6492 12949 0 0 117 1 5 3 20 0 15 0 69555151 11104780288 58987 33554432000 4194304 4196468 140725164891792 139712356366576 139712934181506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8376] ppid=8308 vsize=10844512 memory=6944656592455350634 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8376/stat : 8376 (java) S 8308 8311 4192 0 -1 1077944384 3 12949 0 0 0 0 5 3 20 0 15 0 69555152 11104780288 58987 33554432000 4194304 4196468 140725164891792 139711192492640 139712934180565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8377] ppid=8308 vsize=10844512 memory=140303953914049 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8377/stat : 8377 (java) S 8308 8311 4192 0 -1 1077944384 10 12949 0 0 0 0 5 3 20 0 15 0 69555152 11104780288 58987 33554432000 4194304 4196468 140725164891792 139712355314480 139712934181506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
Current children cumulated CPU time: 6.36 s
Current children cumulated vsize: 10844512 KiB
Current children cumulated memory: 235948 KiB

[startup+3.60068 s]
/proc/loadavg: 2.67 2.16 2.06 5/218 8377
/proc/meminfo: memFree=15518820/32770624 swapFree=67108860/67108860
[pid=8311] ppid=8308 vsize=10846560 memory=290388 CPUtime=7.31 cores=1,3,5,7
/proc/8311/stat : 8311 (java) S 8308 8311 4192 0 -1 1077944320 54169 12949 0 0 705 18 5 3 20 0 15 0 69555137 11106877440 72597 33554432000 4194304 4196468 140725164891792 140725164874336 139712934170359 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
/proc/8311/statm: 2711640 72597 3503 1 0 2673293 0
[pid=8311/tid=8364] ppid=8308 vsize=10846560 memory=0 CPUtime=3.45 cores=1,3,5,7
/proc/8311/task/8364/stat : 8364 (java) R 8308 8311 4192 0 -1 4202560 34384 12949 0 0 327 10 5 3 20 0 15 0 69555146 11106877440 72597 33554432000 4194304 4196468 140725164891792 139712905985624 139712918250846 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8365] ppid=8308 vsize=10846560 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/8311/task/8365/stat : 8365 (java) S 8308 8311 4192 0 -1 1077944384 82 12949 0 0 3 0 5 3 20 0 15 0 69555146 11106877440 72597 33554432000 4194304 4196468 140725164891792 139712938412304 139712934180565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8366] ppid=8308 vsize=10846560 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/8311/task/8366/stat : 8366 (java) S 8308 8311 4192 0 -1 1077944384 214 12949 0 0 3 0 5 3 20 0 15 0 69555146 11106877440 72597 33554432000 4194304 4196468 140725164891792 139712507808144 139712934180565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8367] ppid=8308 vsize=10846560 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/8311/task/8367/stat : 8367 (java) S 8308 8311 4192 0 -1 1077944384 42 12949 0 0 2 0 5 3 20 0 15 0 69555146 11106877440 72597 33554432000 4194304 4196468 140725164891792 139712506755600 139712934180565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8368] ppid=8308 vsize=10846560 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/8311/task/8368/stat : 8368 (java) S 8308 8311 4192 0 -1 1077944384 120 12949 0 0 2 0 5 3 20 0 15 0 69555146 11106877440 72597 33554432000 4194304 4196468 140725164891792 139712505703056 139712934180565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8369] ppid=8308 vsize=10846560 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/8311/task/8369/stat : 8369 (java) S 8308 8311 4192 0 -1 1077944384 1939 12949 0 0 3 0 5 3 20 0 15 0 69555148 11106877440 72597 33554432000 4194304 4196468 140725164891792 139712393083376 139712934181506 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8370] ppid=8308 vsize=10846560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8370/stat : 8370 (java) S 8308 8311 4192 0 -1 1077944384 37 12949 0 0 0 0 5 3 20 0 15 0 69555148 11106877440 72597 33554432000 4194304 4196468 140725164891792 139712392029664 139712934180565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8371] ppid=8308 vsize=10846560 memory=14 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8371/stat : 8371 (java) S 8308 8311 4192 0 -1 1077944384 1 12949 0 0 0 0 5 3 20 0 15 0 69555148 11106877440 72597 33554432000 4194304 4196468 140725164891792 139712266233344 139712934180565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8372] ppid=8308 vsize=10846560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8372/stat : 8372 (java) S 8308 8311 4192 0 -1 1077944384 2 12949 0 0 0 0 5 3 20 0 15 0 69555151 11106877440 72597 33554432000 4194304 4196468 140725164891792 139711662254800 139712934188955 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8373] ppid=8308 vsize=10846560 memory=7813587196152197430 CPUtime=1.14 cores=1,3,5,7
/proc/8311/task/8373/stat : 8373 (java) R 8308 8311 4192 0 -1 4202560 4373 12949 0 0 105 1 5 3 20 0 15 0 69555151 11106877440 72597 33554432000 4194304 4196468 140725164891792 139712358451752 139712914870656 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8374] ppid=8308 vsize=10846560 memory=5859570522891898960 CPUtime=1.34 cores=1,3,5,7
/proc/8311/task/8374/stat : 8374 (java) S 8308 8311 4192 0 -1 1077944384 4041 12949 0 0 125 1 5 3 20 0 15 0 69555151 11106877440 72597 33554432000 4194304 4196468 140725164891792 139712357419120 139712934181506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8375] ppid=8308 vsize=10846560 memory=7588675599774802240 CPUtime=1.38 cores=1,3,5,7
/proc/8311/task/8375/stat : 8375 (java) S 8308 8311 4192 0 -1 1077944384 6735 12949 0 0 129 1 5 3 20 0 15 0 69555151 11106877440 72597 33554432000 4194304 4196468 140725164891792 139712356366576 139712934181506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8376] ppid=8308 vsize=10846560 memory=5936121893729872480 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8376/stat : 8376 (java) S 8308 8311 4192 0 -1 1077944384 3 12949 0 0 0 0 5 3 20 0 15 0 69555152 11106877440 72597 33554432000 4194304 4196468 140725164891792 139711192492640 139712934180565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8377] ppid=8308 vsize=10846560 memory=55 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8377/stat : 8377 (java) S 8308 8311 4192 0 -1 1077944384 10 12949 0 0 0 0 5 3 20 0 15 0 69555152 11106877440 72597 33554432000 4194304 4196468 140725164891792 139712355314480 139712934181506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
Current children cumulated CPU time: 7.31 s
Current children cumulated vsize: 10846560 KiB
Current children cumulated memory: 290388 KiB

[startup+4.00126 s]*
/proc/loadavg: 2.67 2.16 2.06 6/218 8377
/proc/meminfo: memFree=15416428/32770624 swapFree=67108860/67108860
[pid=8311] ppid=8308 vsize=10916768 memory=322976 CPUtime=8.51 cores=1,3,5,7
/proc/8311/stat : 8311 (java) S 8308 8311 4192 0 -1 1077944320 62910 12949 0 0 824 19 5 3 20 0 15 0 69555137 11178770432 80744 33554432000 4194304 4196468 140725164891792 140725164874336 139712934170359 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
/proc/8311/statm: 2729192 80744 3505 1 0 2690845 0
[pid=8311/tid=8364] ppid=8308 vsize=10916768 memory=591995963236955827 CPUtime=3.86 cores=1,3,5,7
/proc/8311/task/8364/stat : 8364 (java) R 8308 8311 4192 0 -1 4202560 40084 12949 0 0 367 11 5 3 20 0 15 0 69555146 11178770432 80744 33554432000 4194304 4196468 140725164891792 139712906001120 139712914445532 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8365] ppid=8308 vsize=10916768 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/8311/task/8365/stat : 8365 (java) S 8308 8311 4192 0 -1 1077944384 82 12949 0 0 3 0 5 3 20 0 15 0 69555146 11178770432 80744 33554432000 4194304 4196468 140725164891792 139712938412304 139712934180565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8366] ppid=8308 vsize=10916768 memory=14972295554793495 CPUtime=0.11 cores=1,3,5,7
/proc/8311/task/8366/stat : 8366 (java) S 8308 8311 4192 0 -1 1077944384 214 12949 0 0 3 0 5 3 20 0 15 0 69555146 11178770432 80744 33554432000 4194304 4196468 140725164891792 139712507808144 139712934180565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8367] ppid=8308 vsize=10916768 memory=7157398773802887790 CPUtime=0.1 cores=1,3,5,7
/proc/8311/task/8367/stat : 8367 (java) S 8308 8311 4192 0 -1 1077944384 42 12949 0 0 2 0 5 3 20 0 15 0 69555146 11178770432 80744 33554432000 4194304 4196468 140725164891792 139712506755600 139712934180565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8368] ppid=8308 vsize=10916768 memory=3467771756832373048 CPUtime=0.1 cores=1,3,5,7
/proc/8311/task/8368/stat : 8368 (java) S 8308 8311 4192 0 -1 1077944384 120 12949 0 0 2 0 5 3 20 0 15 0 69555146 11178770432 80744 33554432000 4194304 4196468 140725164891792 139712505703056 139712934180565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8369] ppid=8308 vsize=10916768 memory=3618555212757310641 CPUtime=0.11 cores=1,3,5,7
/proc/8311/task/8369/stat : 8369 (java) S 8308 8311 4192 0 -1 1077944384 1939 12949 0 0 3 0 5 3 20 0 15 0 69555148 11178770432 80744 33554432000 4194304 4196468 140725164891792 139712393083376 139712934181506 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8370] ppid=8308 vsize=10916768 memory=3833186913019306035 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8370/stat : 8370 (java) S 8308 8311 4192 0 -1 1077944384 37 12949 0 0 0 0 5 3 20 0 15 0 69555148 11178770432 80744 33554432000 4194304 4196468 140725164891792 139712392029664 139712934180565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8371] ppid=8308 vsize=10916768 memory=-7883498081707726226 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8371/stat : 8371 (java) S 8308 8311 4192 0 -1 1077944384 1 12949 0 0 0 0 5 3 20 0 15 0 69555148 11178770432 80744 33554432000 4194304 4196468 140725164891792 139712266233344 139712934180565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8372] ppid=8308 vsize=10916768 memory=10 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8372/stat : 8372 (java) S 8308 8311 4192 0 -1 1077944384 2 12949 0 0 0 0 5 3 20 0 15 0 69555151 11178770432 80744 33554432000 4194304 4196468 140725164891792 139711662254800 139712934188955 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8373] ppid=8308 vsize=10916768 memory=0 CPUtime=1.55 cores=1,3,5,7
/proc/8311/task/8373/stat : 8373 (java) R 8308 8311 4192 0 -1 4202560 6860 12949 0 0 146 1 5 3 20 0 15 0 69555151 11178770432 80744 33554432000 4194304 4196468 140725164891792 139712358457688 139712915690006 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8374] ppid=8308 vsize=10916768 memory=-1 CPUtime=1.59 cores=1,3,5,7
/proc/8311/task/8374/stat : 8374 (java) R 8308 8311 4192 0 -1 4202560 4250 12949 0 0 150 1 5 3 20 0 15 0 69555151 11178770432 80744 33554432000 4194304 4196468 140725164891792 139712357399184 139712917667147 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8375] ppid=8308 vsize=10916768 memory=140303953913472 CPUtime=1.52 cores=1,3,5,7
/proc/8311/task/8375/stat : 8375 (java) S 8308 8311 4192 0 -1 1077944384 7087 12949 0 0 143 1 5 3 20 0 15 0 69555151 11178770432 80744 33554432000 4194304 4196468 140725164891792 139712356366576 139712934181506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8376] ppid=8308 vsize=10916768 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8376/stat : 8376 (java) S 8308 8311 4192 0 -1 1077944384 3 12949 0 0 0 0 5 3 20 0 15 0 69555152 11178770432 80744 33554432000 4194304 4196468 140725164891792 139711192492640 139712934180565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
[pid=8311/tid=8377] ppid=8308 vsize=10916768 memory=280607784792096 CPUtime=0.08 cores=1,3,5,7
/proc/8311/task/8377/stat : 8377 (java) S 8308 8311 4192 0 -1 1077944384 10 12949 0 0 0 0 5 3 20 0 15 0 69555152 11178770432 80744 33554432000 4194304 4196468 140725164891792 139712355314480 139712934181506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140725164898475 140725164901724 140725164901724 140725164904399 0
Current children cumulated CPU time: 8.51 s
Current children cumulated vsize: 10916768 KiB
Current children cumulated memory: 322976 KiB

Child status: 0
Real time (s): 4.11344
CPU time (s): 8.77298
CPU user time (s): 8.52893
CPU system time (s): 0.244053
CPU usage (%): 213.276
Max. virtual memory (cumulated for all children) (KiB): 10916768
Max. memory (cumulated for all children) (KiB): 322976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.52893
system time used= 0.244053
maximum resident set size= 326204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76776
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6536
involuntary context switches= 31


# summary of solver processes directly reported to runsolver:
#   pid: 8311
#   total CPU time (s): 8.77298
#   total CPU user time (s): 8.52893
#   total CPU system time (s): 0.244053

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.052002 second user time and 0.081124 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-25 13:58:40
IDJOB=4295111
IDBENCH=141467
IDSOLVER=2751
FILE ID=node132/4295111-1532519920
RUNJOBID= node132-1532498695-4224
PBS_JOBID= 21021589
Free space on /tmp= 52120 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j60-01-01_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295111-1532519920/watcher-4295111-1532519920 -o /tmp/evaluation-result-4295111-1532519920/solver-4295111-1532519920 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532498695-4224 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1065893880 -superng HOME/instance-4295111-1532519920.xml

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

MD5SUM BENCH= 03892ae4f8c09e3dcf1eb144c7e7557f
RANDOM SEED=1065893880

node132.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.65
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.65
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.65
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.65
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:        15727540 kB
MemAvailable:   27067972 kB
Buffers:          199636 kB
Cached:         11307836 kB
SwapCached:            0 kB
Active:          7992236 kB
Inactive:        8424716 kB
Active(anon):    4860068 kB
Inactive(anon):    77616 kB
Active(file):    3132168 kB
Inactive(file):  8347100 kB
Unevictable:        7020 kB
Mlocked:            7020 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26492 kB
Writeback:             0 kB
AnonPages:       4916440 kB
Mapped:            52700 kB
Shmem:             25248 kB
Slab:             317340 kB
SReclaimable:     289624 kB
SUnreclaim:        27716 kB
KernelStack:        3664 kB
PageTables:        14604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6566268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4661248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 52092 MiB
End job on node132 at 2018-07-25 13:58:44