Trace number 4295103

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-13OPT43 7.83937 3.78575

General information on the benchmark

NameRcpsp/
Rcpsp-j30-01-01_c18.xml
MD5SUMa355aea041a776e2482d6f32cb7a537a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark43
Best CPU time to get the best result obtained on this benchmark1.30559
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints52
Number of domains2
Minimum domain size1
Maximum domain size158
Distribution of domain sizes[{"size":1,"count":1},{"size":158,"count":31}]
Minimum variable degree3
Maximum variable degree6
Distribution of variable degrees[{"degree":3,"count":10},{"degree":4,"count":14},{"degree":5,"count":7},{"degree":6,"count":1}]
Minimum constraint arity2
Maximum constraint arity10
Distribution of constraint arities[{"arity":2,"count":49},{"arity":8,"count":1},{"arity":10,"count":2}]
Number of extensional constraints0
Number of intensional constraints48
Distribution of constraint types[{"type":"intension","count":48},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.98/0.74	c Concrete v3.8.1528841891564 running
7.40/3.65	o 52
7.40/3.67	o 49
7.69/3.70	o 44
7.69/3.71	o 43
7.69/3.72	v <instantiation cost="43">
7.69/3.72	v       <list>
7.69/3.72	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]
7.69/3.72	v       </list>
7.69/3.72	v       <values>
7.69/3.72	v         0 4 0 0 6 31 9 4 12 6 12 13 4 15 14 13 23 10 18 21 29 29 36 38 28 21 15 35 28 41 38 43
7.69/3.72	v       </values>
7.69/3.72	v     </instantiation>
7.69/3.72	s OPTIMUM FOUND

Verifier Data

OK	43

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 (13312 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295103-1532519911/watcher-4295103-1532519911 -o /tmp/evaluation-result-4295103-1532519911/solver-4295103-1532519911 -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=1490076278 -superng HOME/instance-4295103-1532519911.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
solver pid=8057, runsolver pid=8054
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 2.29 2.07 2.03 3/209 8114
/proc/meminfo: memFree=15721636/32770624 swapFree=67108860/67108860
[pid=8057] ppid=8054 vsize=9972712 memory=16808 CPUtime=0.08 cores=1,3,5,7
/proc/8057/stat : 8057 (java) S 8054 8057 4192 0 -1 1077944320 4349 12885 0 0 1 0 5 2 20 0 6 0 69554234 10212057088 4202 33554432000 4194304 4196468 140731152110528 140731152093072 140177686867703 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
/proc/8057/statm: 2493178 4202 1934 1 0 2481616 0
[pid=8057/tid=8110] ppid=8054 vsize=9972712 memory=4355714562812519319 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8110/stat : 8110 (java) R 8054 8057 4192 0 -1 4202560 2179 12885 0 0 0 0 5 2 20 0 6 0 69554243 10212057088 4714 33554432000 4194304 4196468 140731152110528 140177658704464 140177672550195 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8111] ppid=8054 vsize=9972712 memory=5793855875841776057 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8111/stat : 8111 (java) S 8054 8057 4192 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 6 0 69554243 10212057088 4714 33554432000 4194304 4196468 140731152110528 140177691110416 140177686877909 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8112] ppid=8054 vsize=9972712 memory=140624831882880 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8112/stat : 8112 (java) S 8054 8057 4192 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 6 0 69554243 10212057088 4714 33554432000 4194304 4196468 140731152110528 140177605930128 140177686877909 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8113] ppid=8054 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8113/stat : 8113 (java) S 8054 8057 4192 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 6 0 69554243 10212057088 4714 33554432000 4194304 4196468 140731152110528 140177604877072 140177686877909 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8114] ppid=8054 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8114/stat : 8114 (java) S 8054 8057 4192 0 -1 1077944384 2 12885 0 0 0 0 5 2 20 0 6 0 69554243 10212057088 4714 33554432000 4194304 4196468 140731152110528 140177603824528 140177686877909 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16808 KiB

[startup+0.209969 s]*
/proc/loadavg: 2.29 2.07 2.03 3/218 8123
/proc/meminfo: memFree=15699780/32770624 swapFree=67108860/67108860
[pid=8057] ppid=8054 vsize=10821524 memory=44992 CPUtime=0.25 cores=1,3,5,7
/proc/8057/stat : 8057 (java) S 8054 8057 4192 0 -1 1077944320 8513 12885 0 0 16 2 5 2 20 0 15 0 69554234 11081240576 11248 33554432000 4194304 4196468 140731152110528 140731152093072 140177686867703 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
/proc/8057/statm: 2705381 11248 2943 1 0 2667804 0
[pid=8057/tid=8110] ppid=8054 vsize=10818936 memory=-2899909650764262549 CPUtime=0.18 cores=1,3,5,7
/proc/8057/task/8110/stat : 8110 (java) R 8054 8057 4192 0 -1 4202560 5462 12885 0 0 10 1 5 2 20 0 15 0 69554243 11078590464 10902 33554432000 4194304 4196468 140731152110528 140177658692512 140177679547421 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8111] ppid=8054 vsize=10818936 memory=4211974351036673418 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8111/stat : 8111 (java) S 8054 8057 4192 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 69554243 11078590464 10902 33554432000 4194304 4196468 140731152110528 140177691110416 140177686877909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8112] ppid=8054 vsize=10818936 memory=140624831882880 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8112/stat : 8112 (java) S 8054 8057 4192 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 69554243 11078590464 10902 33554432000 4194304 4196468 140731152110528 140177605930128 140177686877909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8113] ppid=8054 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8113/stat : 8113 (java) S 8054 8057 4192 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 69554243 11078590464 10968 33554432000 4194304 4196468 140731152110528 140177604877072 140177686877909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8114] ppid=8054 vsize=10818936 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8114/stat : 8114 (java) S 8054 8057 4192 0 -1 1077944384 2 12885 0 0 0 0 5 2 20 0 15 0 69554243 11078590464 10968 33554432000 4194304 4196468 140731152110528 140177603824528 140177686877909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8115] ppid=8054 vsize=10818936 memory=140624831882880 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8115/stat : 8115 (java) S 8054 8057 4192 0 -1 1077944384 2 12885 0 0 0 0 5 2 20 0 15 0 69554245 11078590464 10968 33554432000 4194304 4196468 140731152110528 140177213544688 140177686878850 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8116] ppid=8054 vsize=10818936 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8116/stat : 8116 (java) S 8054 8057 4192 0 -1 1077944384 13 12885 0 0 0 0 5 2 20 0 15 0 69554245 11078590464 11034 33554432000 4194304 4196468 140731152110528 140177129333920 140177686877909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8117] ppid=8054 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8117/stat : 8117 (java) S 8054 8057 4192 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 69554246 11078590464 11034 33554432000 4194304 4196468 140731152110528 140176525353712 140177686877909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8118] ppid=8054 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8118/stat : 8118 (java) S 8054 8057 4192 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 69554248 11078590464 11034 33554432000 4194304 4196468 140731152110528 140176217954256 140177686886299 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8119] ppid=8054 vsize=10818936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8057/task/8119/stat : 8119 (java) S 8054 8057 4192 0 -1 1077944384 509 12885 0 0 1 0 5 2 20 0 15 0 69554248 11078590464 11100 33554432000 4194304 4196468 140731152110528 140177212492528 140177686878850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8120] ppid=8054 vsize=10818936 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8120/stat : 8120 (java) S 8054 8057 4192 0 -1 1077944384 54 12885 0 0 0 0 5 2 20 0 15 0 69554248 11078590464 11100 33554432000 4194304 4196468 140731152110528 140177211439984 140177686878850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8121] ppid=8054 vsize=10818936 memory=140624831882880 CPUtime=0.1 cores=1,3,5,7
/proc/8057/task/8121/stat : 8121 (java) S 8054 8057 4192 0 -1 1077944384 560 12885 0 0 3 0 5 2 20 0 15 0 69554248 11078590464 11100 33554432000 4194304 4196468 140731152110528 140177210386928 140177686878850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8122] ppid=8054 vsize=10818936 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8122/stat : 8122 (java) S 8054 8057 4192 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 69554248 11078590464 11166 33554432000 4194304 4196468 140731152110528 140176184396640 140177686877909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8123] ppid=8054 vsize=10818936 memory=140624831882880 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8123/stat : 8123 (java) S 8054 8057 4192 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 69554249 11078590464 11166 33554432000 4194304 4196468 140731152110528 140177209334320 140177686878850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10821524 KiB
Current children cumulated memory: 44992 KiB

[startup+0.310321 s]*
/proc/loadavg: 2.29 2.07 2.03 3/218 8123
/proc/meminfo: memFree=15687268/32770624 swapFree=67108860/67108860
[pid=8057] ppid=8054 vsize=10819352 memory=53280 CPUtime=0.37 cores=1,3,5,7
/proc/8057/stat : 8057 (java) S 8054 8057 4192 0 -1 1077944320 10427 12885 0 0 28 2 5 2 20 0 15 0 69554234 11079016448 13320 33554432000 4194304 4196468 140731152110528 140731152093072 140177686867703 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
/proc/8057/statm: 2704838 13320 3062 1 0 2667149 0
[pid=8057/tid=8110] ppid=8054 vsize=10819352 memory=8112282956445269571 CPUtime=0.28 cores=1,3,5,7
/proc/8057/task/8110/stat : 8110 (java) R 8054 8057 4192 0 -1 4202560 7093 12885 0 0 19 2 5 2 20 0 15 0 69554243 11079016448 13320 33554432000 4194304 4196468 140731152110528 140177658679712 140177609910789 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8111] ppid=8054 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8111/stat : 8111 (java) S 8054 8057 4192 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 69554243 11079016448 13320 33554432000 4194304 4196468 140731152110528 140177691110416 140177686877909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8112] ppid=8054 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8112/stat : 8112 (java) S 8054 8057 4192 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 69554243 11079016448 13320 33554432000 4194304 4196468 140731152110528 140177605930128 140177686877909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8113] ppid=8054 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8113/stat : 8113 (java) S 8054 8057 4192 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 69554243 11079016448 13320 33554432000 4194304 4196468 140731152110528 140177604877072 140177686877909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8114] ppid=8054 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8114/stat : 8114 (java) S 8054 8057 4192 0 -1 1077944384 2 12885 0 0 0 0 5 2 20 0 15 0 69554243 11079016448 13320 33554432000 4194304 4196468 140731152110528 140177603824528 140177686877909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8115] ppid=8054 vsize=10819352 memory=140624831882879 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8115/stat : 8115 (java) S 8054 8057 4192 0 -1 1077944384 2 12885 0 0 0 0 5 2 20 0 15 0 69554245 11079016448 13320 33554432000 4194304 4196468 140731152110528 140177213544688 140177686878850 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8116] ppid=8054 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8116/stat : 8116 (java) S 8054 8057 4192 0 -1 1077944384 13 12885 0 0 0 0 5 2 20 0 15 0 69554245 11079016448 13320 33554432000 4194304 4196468 140731152110528 140177129333920 140177686877909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8117] ppid=8054 vsize=10819352 memory=140624831882880 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8117/stat : 8117 (java) S 8054 8057 4192 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 69554246 11079016448 13320 33554432000 4194304 4196468 140731152110528 140176525353712 140177686877909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8118] ppid=8054 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8118/stat : 8118 (java) S 8054 8057 4192 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 69554248 11079016448 13320 33554432000 4194304 4196468 140731152110528 140176217954256 140177686886299 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8119] ppid=8054 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/8057/task/8119/stat : 8119 (java) S 8054 8057 4192 0 -1 1077944384 509 12885 0 0 2 0 5 2 20 0 15 0 69554248 11079016448 13320 33554432000 4194304 4196468 140731152110528 140177212492528 140177686878850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8120] ppid=8054 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8057/task/8120/stat : 8120 (java) S 8054 8057 4192 0 -1 1077944384 55 12885 0 0 1 0 5 2 20 0 15 0 69554248 11079016448 13320 33554432000 4194304 4196468 140731152110528 140177211439984 140177686878850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8121] ppid=8054 vsize=10819352 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/8057/task/8121/stat : 8121 (java) R 8054 8057 4192 0 -1 4202560 565 12885 0 0 5 0 5 2 20 0 15 0 69554248 11079016448 13320 33554432000 4194304 4196468 140731152110528 140177210386928 140177686889050 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8122] ppid=8054 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8122/stat : 8122 (java) S 8054 8057 4192 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 69554248 11079016448 13320 33554432000 4194304 4196468 140731152110528 140176184396640 140177686877909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8123] ppid=8054 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8123/stat : 8123 (java) S 8054 8057 4192 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 69554249 11079016448 13320 33554432000 4194304 4196468 140731152110528 140177209334320 140177686878850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53280 KiB

[startup+0.700742 s]
/proc/loadavg: 2.29 2.07 2.03 3/218 8123
/proc/meminfo: memFree=15676632/32770624 swapFree=67108860/67108860
[pid=8057] ppid=8054 vsize=10819352 memory=86488 CPUtime=0.98 cores=1,3,5,7
/proc/8057/stat : 8057 (java) S 8054 8057 4192 0 -1 1077944320 16749 12885 0 0 87 4 5 2 20 0 15 0 69554234 11079016448 21622 33554432000 4194304 4196468 140731152110528 140731152093072 140177686867703 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
/proc/8057/statm: 2704838 21622 3239 1 0 2667149 0
[pid=8057/tid=8110] ppid=8054 vsize=10819352 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/8057/task/8110/stat : 8110 (java) R 8054 8057 4192 0 -1 4202560 12294 12885 0 0 55 3 5 2 20 0 15 0 69554243 11079016448 21622 33554432000 4194304 4196468 140731152110528 140177658688528 140177668431263 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8111] ppid=8054 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8111/stat : 8111 (java) S 8054 8057 4192 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 69554243 11079016448 21622 33554432000 4194304 4196468 140731152110528 140177691110416 140177686877909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8112] ppid=8054 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8112/stat : 8112 (java) S 8054 8057 4192 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 69554243 11079016448 21622 33554432000 4194304 4196468 140731152110528 140177605930128 140177686877909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8113] ppid=8054 vsize=10819352 memory=4132 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8113/stat : 8113 (java) S 8054 8057 4192 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 69554243 11079016448 21622 33554432000 4194304 4196468 140731152110528 140177604877072 140177686877909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8114] ppid=8054 vsize=10819352 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8114/stat : 8114 (java) S 8054 8057 4192 0 -1 1077944384 2 12885 0 0 0 0 5 2 20 0 15 0 69554243 11079016448 21622 33554432000 4194304 4196468 140731152110528 140177603824528 140177686877909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8115] ppid=8054 vsize=10819352 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8115/stat : 8115 (java) S 8054 8057 4192 0 -1 1077944384 5 12885 0 0 0 0 5 2 20 0 15 0 69554245 11079016448 21622 33554432000 4194304 4196468 140731152110528 140177213544688 140177686878850 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8116] ppid=8054 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8116/stat : 8116 (java) S 8054 8057 4192 0 -1 1077944384 13 12885 0 0 0 0 5 2 20 0 15 0 69554245 11079016448 21622 33554432000 4194304 4196468 140731152110528 140177129333920 140177686877909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8117] ppid=8054 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8117/stat : 8117 (java) S 8054 8057 4192 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 69554246 11079016448 21622 33554432000 4194304 4196468 140731152110528 140176525353712 140177686877909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8118] ppid=8054 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8118/stat : 8118 (java) S 8054 8057 4192 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 69554248 11079016448 21622 33554432000 4194304 4196468 140731152110528 140176217954256 140177686886299 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8119] ppid=8054 vsize=10819352 memory=30305 CPUtime=0.16 cores=1,3,5,7
/proc/8057/task/8119/stat : 8119 (java) S 8054 8057 4192 0 -1 1077944384 1097 12885 0 0 9 0 5 2 20 0 15 0 69554248 11079016448 21622 33554432000 4194304 4196468 140731152110528 140177212492528 140177686878850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8120] ppid=8054 vsize=10819352 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/8057/task/8120/stat : 8120 (java) S 8054 8057 4192 0 -1 1077944384 484 12885 0 0 7 0 5 2 20 0 15 0 69554248 11079016448 21622 33554432000 4194304 4196468 140731152110528 140177211439984 140177686878850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8121] ppid=8054 vsize=10819352 memory=3533419649945857444 CPUtime=0.2 cores=1,3,5,7
/proc/8057/task/8121/stat : 8121 (java) S 8054 8057 4192 0 -1 1077944384 656 12885 0 0 13 0 5 2 20 0 15 0 69554248 11079016448 21622 33554432000 4194304 4196468 140731152110528 140177210386928 140177686878850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8122] ppid=8054 vsize=10819352 memory=-6305718312468242048 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8122/stat : 8122 (java) S 8054 8057 4192 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 69554248 11079016448 21622 33554432000 4194304 4196468 140731152110528 140176184396640 140177686877909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8123] ppid=8054 vsize=10819352 memory=-7094132109863559211 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8123/stat : 8123 (java) S 8054 8057 4192 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 69554249 11079016448 21622 33554432000 4194304 4196468 140731152110528 140177209334320 140177686878850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86488 KiB

[startup+1.50074 s]
/proc/loadavg: 2.29 2.07 2.03 3/218 8123
/proc/meminfo: memFree=15630672/32770624 swapFree=67108860/67108860
[pid=8057] ppid=8054 vsize=10834252 memory=174772 CPUtime=2.25 cores=1,3,5,7
/proc/8057/stat : 8057 (java) S 8054 8057 4192 0 -1 1077944320 23764 12885 0 0 207 11 5 2 20 0 15 0 69554234 11094274048 43693 33554432000 4194304 4196468 140731152110528 140731152093072 140177686867703 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
/proc/8057/statm: 2708563 43693 3469 1 0 2670221 0
[pid=8057/tid=8110] ppid=8054 vsize=10834252 memory=187 CPUtime=1.41 cores=1,3,5,7
/proc/8057/task/8110/stat : 8110 (java) R 8054 8057 4192 0 -1 4202560 17814 12885 0 0 128 6 5 2 20 0 15 0 69554243 11094274048 43693 33554432000 4194304 4196468 140731152110528 140177658698096 140177668431236 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8111] ppid=8054 vsize=10834252 memory=117 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8111/stat : 8111 (java) S 8054 8057 4192 0 -1 1077944384 37 12885 0 0 0 0 5 2 20 0 15 0 69554243 11094274048 43693 33554432000 4194304 4196468 140731152110528 140177691110416 140177686877909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8112] ppid=8054 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8057/task/8112/stat : 8112 (java) S 8054 8057 4192 0 -1 1077944384 265 12885 0 0 1 0 5 2 20 0 15 0 69554243 11094274048 43693 33554432000 4194304 4196468 140731152110528 140177605930128 140177686877909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8113] ppid=8054 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8057/task/8113/stat : 8113 (java) S 8054 8057 4192 0 -1 1077944384 14 12885 0 0 1 0 5 2 20 0 15 0 69554243 11094274048 43693 33554432000 4194304 4196468 140731152110528 140177604877072 140177686877909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8114] ppid=8054 vsize=10834252 memory=55 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8114/stat : 8114 (java) S 8054 8057 4192 0 -1 1077944384 80 12885 0 0 0 0 5 2 20 0 15 0 69554243 11094274048 43693 33554432000 4194304 4196468 140731152110528 140177603824528 140177686877909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8115] ppid=8054 vsize=10834252 memory=3533419649945857444 CPUtime=0.08 cores=1,3,5,7
/proc/8057/task/8115/stat : 8115 (java) S 8054 8057 4192 0 -1 1077944384 57 12885 0 0 1 0 5 2 20 0 15 0 69554245 11094274048 43693 33554432000 4194304 4196468 140731152110528 140177213544688 140177686878850 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8116] ppid=8054 vsize=10834252 memory=281249356755008 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8116/stat : 8116 (java) S 8054 8057 4192 0 -1 1077944384 13 12885 0 0 0 0 5 2 20 0 15 0 69554245 11094274048 43693 33554432000 4194304 4196468 140731152110528 140177129333984 140177686877909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8117] ppid=8054 vsize=10834252 memory=281249356759456 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8117/stat : 8117 (java) S 8054 8057 4192 0 -1 1077944384 2 12885 0 0 0 0 5 2 20 0 15 0 69554246 11094274048 43693 33554432000 4194304 4196468 140731152110528 140176525353728 140177686877909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8118] ppid=8054 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8118/stat : 8118 (java) S 8054 8057 4192 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 69554248 11094274048 43693 33554432000 4194304 4196468 140731152110528 140176217954256 140177686886299 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8119] ppid=8054 vsize=10834252 memory=6944656575208382560 CPUtime=0.31 cores=1,3,5,7
/proc/8057/task/8119/stat : 8119 (java) S 8054 8057 4192 0 -1 1077944384 1533 12885 0 0 24 0 5 2 20 0 15 0 69554248 11094274048 43693 33554432000 4194304 4196468 140731152110528 140177212492528 140177686878850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8120] ppid=8054 vsize=10834252 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/8057/task/8120/stat : 8120 (java) S 8054 8057 4192 0 -1 1077944384 637 12885 0 0 16 0 5 2 20 0 15 0 69554248 11094274048 43693 33554432000 4194304 4196468 140731152110528 140177211439984 140177686878850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8121] ppid=8054 vsize=10834252 memory=0 CPUtime=0.38 cores=1,3,5,7
/proc/8057/task/8121/stat : 8121 (java) S 8054 8057 4192 0 -1 1077944384 1118 12885 0 0 31 0 5 2 20 0 15 0 69554248 11094274048 43693 33554432000 4194304 4196468 140731152110528 140177210386928 140177686878850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8122] ppid=8054 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8122/stat : 8122 (java) S 8054 8057 4192 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 69554248 11094274048 43693 33554432000 4194304 4196468 140731152110528 140176184396640 140177686877909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8123] ppid=8054 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8123/stat : 8123 (java) S 8054 8057 4192 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 69554249 11094274048 43693 33554432000 4194304 4196468 140731152110528 140177209334320 140177686878850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
Current children cumulated CPU time: 2.25 s
Current children cumulated vsize: 10834252 KiB

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

[startup+3.11043 s]
/proc/loadavg: 2.43 2.10 2.04 3/218 8123
/proc/meminfo: memFree=15512956/32770624 swapFree=67108860/67108860
[pid=8057] ppid=8054 vsize=10846560 memory=241384 CPUtime=6.07 cores=1,3,5,7
/proc/8057/stat : 8057 (java) S 8054 8057 4192 0 -1 1077944320 46565 12885 0 0 584 16 5 2 20 0 15 0 69554234 11106877440 60346 33554432000 4194304 4196468 140731152110528 140731152093072 140177686867703 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
/proc/8057/statm: 2711640 60346 3505 1 0 2673293 0
[pid=8057/tid=8110] ppid=8054 vsize=10846560 memory=0 CPUtime=2.97 cores=1,3,5,7
/proc/8057/task/8110/stat : 8110 (java) R 8054 8057 4192 0 -1 4202560 29105 12885 0 0 282 8 5 2 20 0 15 0 69554243 11106877440 60346 33554432000 4194304 4196468 140731152110528 140177658699984 140177670911333 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8111] ppid=8054 vsize=10846560 memory=80 CPUtime=0.1 cores=1,3,5,7
/proc/8057/task/8111/stat : 8111 (java) S 8054 8057 4192 0 -1 1077944384 103 12885 0 0 3 0 5 2 20 0 15 0 69554243 11106877440 60346 33554432000 4194304 4196468 140731152110528 140177691110416 140177686877909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8112] ppid=8054 vsize=10846560 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/8057/task/8112/stat : 8112 (java) S 8054 8057 4192 0 -1 1077944384 293 12885 0 0 3 0 5 2 20 0 15 0 69554243 11106877440 60346 33554432000 4194304 4196468 140731152110528 140177605930128 140177686877909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8113] ppid=8054 vsize=10846560 memory=281249356754912 CPUtime=0.1 cores=1,3,5,7
/proc/8057/task/8113/stat : 8113 (java) S 8054 8057 4192 0 -1 1077944384 81 12885 0 0 3 0 5 2 20 0 15 0 69554243 11106877440 60346 33554432000 4194304 4196468 140731152110528 140177604877072 140177686877909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8114] ppid=8054 vsize=10846560 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/8057/task/8114/stat : 8114 (java) S 8054 8057 4192 0 -1 1077944384 90 12885 0 0 2 0 5 2 20 0 15 0 69554243 11106877440 60346 33554432000 4194304 4196468 140731152110528 140177603824528 140177686877909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8115] ppid=8054 vsize=10846560 memory=55 CPUtime=0.1 cores=1,3,5,7
/proc/8057/task/8115/stat : 8115 (java) S 8054 8057 4192 0 -1 1077944384 2153 12885 0 0 3 0 5 2 20 0 15 0 69554245 11106877440 60346 33554432000 4194304 4196468 140731152110528 140177213544688 140177686878850 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8116] ppid=8054 vsize=10846560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8116/stat : 8116 (java) S 8054 8057 4192 0 -1 1077944384 13 12885 0 0 0 0 5 2 20 0 15 0 69554245 11106877440 60346 33554432000 4194304 4196468 140731152110528 140177129333984 140177686877909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8117] ppid=8054 vsize=10846560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8117/stat : 8117 (java) S 8054 8057 4192 0 -1 1077944384 2 12885 0 0 0 0 5 2 20 0 15 0 69554246 11106877440 60346 33554432000 4194304 4196468 140731152110528 140176525353728 140177686877909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8118] ppid=8054 vsize=10846560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8118/stat : 8118 (java) S 8054 8057 4192 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 69554248 11106877440 60346 33554432000 4194304 4196468 140731152110528 140176217954256 140177686886299 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8119] ppid=8054 vsize=10846560 memory=9130442918606830210 CPUtime=1.12 cores=1,3,5,7
/proc/8057/task/8119/stat : 8119 (java) S 8054 8057 4192 0 -1 1077944384 4516 12885 0 0 104 1 5 2 20 0 15 0 69554248 11106877440 60346 33554432000 4194304 4196468 140731152110528 140177212492528 140177686878850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8120] ppid=8054 vsize=10846560 memory=667680 CPUtime=0.78 cores=1,3,5,7
/proc/8057/task/8120/stat : 8120 (java) R 8054 8057 4192 0 -1 4202560 2351 12885 0 0 71 0 5 2 20 0 15 0 69554248 11106877440 60346 33554432000 4194304 4196468 140731152110528 140177211430176 140177670768304 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8121] ppid=8054 vsize=10846560 memory=0 CPUtime=1.16 cores=1,3,5,7
/proc/8057/task/8121/stat : 8121 (java) R 8054 8057 4192 0 -1 4202560 5656 12885 0 0 108 1 5 2 20 0 15 0 69554248 11106877440 60346 33554432000 4194304 4196468 140731152110528 140177210386928 140177686889050 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8122] ppid=8054 vsize=10846560 memory=303993173188018202 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8122/stat : 8122 (java) S 8054 8057 4192 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 69554248 11106877440 60346 33554432000 4194304 4196468 140731152110528 140176184396640 140177686877909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8123] ppid=8054 vsize=10846560 memory=302022869909766459 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8123/stat : 8123 (java) S 8054 8057 4192 0 -1 1077944384 11 12885 0 0 0 0 5 2 20 0 15 0 69554249 11106877440 60346 33554432000 4194304 4196468 140731152110528 140177209334320 140177686878850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
Current children cumulated CPU time: 6.07 s
Current children cumulated vsize: 10846560 KiB
Current children cumulated memory: 241384 KiB

[startup+3.7857 s]
# the end of solver process 8057 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=7.60649 s, system=0.232874 s

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

[startup+3.20093 s]
/proc/loadavg: 2.43 2.10 2.04 3/218 8123
/proc/meminfo: memFree=15512956/32770624 swapFree=67108860/67108860
[pid=8057] ppid=8054 vsize=10846560 memory=243008 CPUtime=6.3 cores=1,3,5,7
/proc/8057/stat : 8057 (java) S 8054 8057 4192 0 -1 1077944320 47020 12885 0 0 607 16 5 2 20 0 15 0 69554234 11106877440 60752 33554432000 4194304 4196468 140731152110528 140731152093072 140177686867703 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
/proc/8057/statm: 2711640 60752 3505 1 0 2673293 0
[pid=8057/tid=8110] ppid=8054 vsize=10846560 memory=281249357496080 CPUtime=3.06 cores=1,3,5,7
/proc/8057/task/8110/stat : 8110 (java) R 8054 8057 4192 0 -1 4202560 29406 12885 0 0 291 8 5 2 20 0 15 0 69554243 11106877440 60752 33554432000 4194304 4196468 140731152110528 140177658700000 140177670911333 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8111] ppid=8054 vsize=10846560 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/8057/task/8111/stat : 8111 (java) S 8054 8057 4192 0 -1 1077944384 103 12885 0 0 3 0 5 2 20 0 15 0 69554243 11106877440 60752 33554432000 4194304 4196468 140731152110528 140177691110416 140177686877909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8112] ppid=8054 vsize=10846560 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/8057/task/8112/stat : 8112 (java) S 8054 8057 4192 0 -1 1077944384 293 12885 0 0 3 0 5 2 20 0 15 0 69554243 11106877440 60752 33554432000 4194304 4196468 140731152110528 140177605930128 140177686877909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8113] ppid=8054 vsize=10846560 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/8057/task/8113/stat : 8113 (java) S 8054 8057 4192 0 -1 1077944384 81 12885 0 0 3 0 5 2 20 0 15 0 69554243 11106877440 60752 33554432000 4194304 4196468 140731152110528 140177604877072 140177686877909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8114] ppid=8054 vsize=10846560 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/8057/task/8114/stat : 8114 (java) S 8054 8057 4192 0 -1 1077944384 90 12885 0 0 2 0 5 2 20 0 15 0 69554243 11106877440 60752 33554432000 4194304 4196468 140731152110528 140177603824528 140177686877909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8115] ppid=8054 vsize=10846560 memory=3009 CPUtime=0.1 cores=1,3,5,7
/proc/8057/task/8115/stat : 8115 (java) S 8054 8057 4192 0 -1 1077944384 2153 12885 0 0 3 0 5 2 20 0 15 0 69554245 11106877440 60752 33554432000 4194304 4196468 140731152110528 140177213544688 140177686878850 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8116] ppid=8054 vsize=10846560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8116/stat : 8116 (java) S 8054 8057 4192 0 -1 1077944384 13 12885 0 0 0 0 5 2 20 0 15 0 69554245 11106877440 60752 33554432000 4194304 4196468 140731152110528 140177129333984 140177686877909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8117] ppid=8054 vsize=10846560 memory=-5628408999910123566 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8117/stat : 8117 (java) S 8054 8057 4192 0 -1 1077944384 2 12885 0 0 0 0 5 2 20 0 15 0 69554246 11106877440 60752 33554432000 4194304 4196468 140731152110528 140176525353728 140177686877909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8118] ppid=8054 vsize=10846560 memory=6944652177228980320 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8118/stat : 8118 (java) S 8054 8057 4192 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 69554248 11106877440 60752 33554432000 4194304 4196468 140731152110528 140176217954256 140177686886299 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8119] ppid=8054 vsize=10846560 memory=6944656592455360604 CPUtime=1.16 cores=1,3,5,7
/proc/8057/task/8119/stat : 8119 (java) S 8054 8057 4192 0 -1 1077944384 4543 12885 0 0 108 1 5 2 20 0 15 0 69554248 11106877440 60752 33554432000 4194304 4196468 140731152110528 140177212492528 140177686878850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8120] ppid=8054 vsize=10846560 memory=-5628408999910123566 CPUtime=0.83 cores=1,3,5,7
/proc/8057/task/8120/stat : 8120 (java) R 8054 8057 4192 0 -1 4202560 2364 12885 0 0 76 0 5 2 20 0 15 0 69554248 11106877440 60752 33554432000 4194304 4196468 140731152110528 140177211439984 140177679973434 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8121] ppid=8054 vsize=10846560 memory=164 CPUtime=1.22 cores=1,3,5,7
/proc/8057/task/8121/stat : 8121 (java) S 8054 8057 4192 0 -1 1077944384 5768 12885 0 0 114 1 5 2 20 0 15 0 69554248 11106877440 60752 33554432000 4194304 4196468 140731152110528 140177210386928 140177686878850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8122] ppid=8054 vsize=10846560 memory=6944656592455350634 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8122/stat : 8122 (java) S 8054 8057 4192 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 69554248 11106877440 60752 33554432000 4194304 4196468 140731152110528 140176184396640 140177686877909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8123] ppid=8054 vsize=10846560 memory=140624831883457 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8123/stat : 8123 (java) S 8054 8057 4192 0 -1 1077944384 11 12885 0 0 0 0 5 2 20 0 15 0 69554249 11106877440 60752 33554432000 4194304 4196468 140731152110528 140177209334320 140177686878850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
Current children cumulated CPU time: 6.3 s
Current children cumulated vsize: 10846560 KiB
Current children cumulated memory: 243008 KiB

[startup+3.60501 s]
/proc/loadavg: 2.43 2.10 2.04 3/218 8123
/proc/meminfo: memFree=15512956/32770624 swapFree=67108860/67108860
[pid=8057] ppid=8054 vsize=10914144 memory=301052 CPUtime=7.4 cores=1,3,5,7
/proc/8057/stat : 8057 (java) S 8054 8057 4192 0 -1 1077944320 61531 12885 0 0 714 19 5 2 20 0 15 0 69554234 11176083456 75263 33554432000 4194304 4196468 140731152110528 140731152093072 140177686867703 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
/proc/8057/statm: 2728536 75263 3506 1 0 2690189 0
[pid=8057/tid=8110] ppid=8054 vsize=10914144 memory=0 CPUtime=3.46 cores=1,3,5,7
/proc/8057/task/8110/stat : 8110 (java) R 8054 8057 4192 0 -1 4202560 41175 12885 0 0 329 10 5 2 20 0 15 0 69554243 11176083456 75263 33554432000 4194304 4196468 140731152110528 140177658695504 140177686879638 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8111] ppid=8054 vsize=10914144 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/8057/task/8111/stat : 8111 (java) S 8054 8057 4192 0 -1 1077944384 103 12885 0 0 3 0 5 2 20 0 15 0 69554243 11176083456 75263 33554432000 4194304 4196468 140731152110528 140177691110416 140177686877909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8112] ppid=8054 vsize=10914144 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/8057/task/8112/stat : 8112 (java) S 8054 8057 4192 0 -1 1077944384 293 12885 0 0 3 0 5 2 20 0 15 0 69554243 11176083456 75263 33554432000 4194304 4196468 140731152110528 140177605930128 140177686877909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8113] ppid=8054 vsize=10914144 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/8057/task/8113/stat : 8113 (java) S 8054 8057 4192 0 -1 1077944384 81 12885 0 0 3 0 5 2 20 0 15 0 69554243 11176083456 75263 33554432000 4194304 4196468 140731152110528 140177604877072 140177686877909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8114] ppid=8054 vsize=10914144 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/8057/task/8114/stat : 8114 (java) S 8054 8057 4192 0 -1 1077944384 90 12885 0 0 2 0 5 2 20 0 15 0 69554243 11176083456 75263 33554432000 4194304 4196468 140731152110528 140177603824528 140177686877909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8115] ppid=8054 vsize=10914144 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/8057/task/8115/stat : 8115 (java) S 8054 8057 4192 0 -1 1077944384 2153 12885 0 0 3 0 5 2 20 0 15 0 69554245 11176083456 75263 33554432000 4194304 4196468 140731152110528 140177213544688 140177686878850 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8116] ppid=8054 vsize=10914144 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8116/stat : 8116 (java) S 8054 8057 4192 0 -1 1077944384 13 12885 0 0 0 0 5 2 20 0 15 0 69554245 11176083456 75263 33554432000 4194304 4196468 140731152110528 140177129333984 140177686877909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8117] ppid=8054 vsize=10914144 memory=14 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8117/stat : 8117 (java) S 8054 8057 4192 0 -1 1077944384 2 12885 0 0 0 0 5 2 20 0 15 0 69554246 11176083456 75263 33554432000 4194304 4196468 140731152110528 140176525353728 140177686877909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8118] ppid=8054 vsize=10914144 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8118/stat : 8118 (java) S 8054 8057 4192 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 69554248 11176083456 75263 33554432000 4194304 4196468 140731152110528 140176217954256 140177686886299 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8119] ppid=8054 vsize=10914144 memory=7813587196152197430 CPUtime=1.31 cores=1,3,5,7
/proc/8057/task/8119/stat : 8119 (java) R 8054 8057 4192 0 -1 4202560 4615 12885 0 0 123 1 5 2 20 0 15 0 69554248 11176083456 75263 33554432000 4194304 4196468 140731152110528 140177212478736 140177679973430 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8120] ppid=8054 vsize=10914144 memory=5859570522891898960 CPUtime=1.23 cores=1,3,5,7
/proc/8057/task/8120/stat : 8120 (java) R 8054 8057 4192 0 -1 4202560 4688 12885 0 0 116 0 5 2 20 0 15 0 69554248 11176083456 75263 33554432000 4194304 4196468 140731152110528 140177211420008 140177671257557 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8121] ppid=8054 vsize=10914144 memory=7588675599774802240 CPUtime=1.35 cores=1,3,5,7
/proc/8057/task/8121/stat : 8121 (java) R 8054 8057 4192 0 -1 1077944384 6114 12885 0 0 127 1 5 2 20 0 15 0 69554248 11176083456 75263 33554432000 4194304 4196468 140731152110528 140177210386928 140177686878850 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8122] ppid=8054 vsize=10914144 memory=6298092078072080992 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8122/stat : 8122 (java) S 8054 8057 4192 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 69554248 11176083456 75263 33554432000 4194304 4196468 140731152110528 140176184396640 140177686877909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8123] ppid=8054 vsize=10914144 memory=55 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8123/stat : 8123 (java) S 8054 8057 4192 0 -1 1077944384 11 12885 0 0 0 0 5 2 20 0 15 0 69554249 11176083456 75263 33554432000 4194304 4196468 140731152110528 140177209334320 140177686878850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
Current children cumulated CPU time: 7.4 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 301052 KiB

[startup+3.70066 s]
/proc/loadavg: 2.43 2.10 2.04 3/218 8123
/proc/meminfo: memFree=15512956/32770624 swapFree=67108860/67108860
[pid=8057] ppid=8054 vsize=10916500 memory=304508 CPUtime=7.69 cores=1,3,5,7
/proc/8057/stat : 8057 (java) S 8054 8057 4192 0 -1 1077944320 62432 12885 0 0 743 19 5 2 20 0 15 0 69554234 11178496000 76127 33554432000 4194304 4196468 140731152110528 140731152093072 140177686867703 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
/proc/8057/statm: 2729125 76127 3506 1 0 2690778 0
[pid=8057/tid=8110] ppid=8054 vsize=10916500 memory=0 CPUtime=3.56 cores=1,3,5,7
/proc/8057/task/8110/stat : 8110 (java) R 8054 8057 4192 0 -1 4202560 41298 12885 0 0 339 10 5 2 20 0 15 0 69554243 11178496000 76127 33554432000 4194304 4196468 140731152110528 140177658698048 140177280412808 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8111] ppid=8054 vsize=10916500 memory=55 CPUtime=0.1 cores=1,3,5,7
/proc/8057/task/8111/stat : 8111 (java) S 8054 8057 4192 0 -1 1077944384 103 12885 0 0 3 0 5 2 20 0 15 0 69554243 11178496000 76127 33554432000 4194304 4196468 140731152110528 140177691110416 140177686877909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8112] ppid=8054 vsize=10916500 memory=3303 CPUtime=0.1 cores=1,3,5,7
/proc/8057/task/8112/stat : 8112 (java) S 8054 8057 4192 0 -1 1077944384 293 12885 0 0 3 0 5 2 20 0 15 0 69554243 11178496000 76127 33554432000 4194304 4196468 140731152110528 140177605930128 140177686877909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8113] ppid=8054 vsize=10916500 memory=80 CPUtime=0.1 cores=1,3,5,7
/proc/8057/task/8113/stat : 8113 (java) S 8054 8057 4192 0 -1 1077944384 81 12885 0 0 3 0 5 2 20 0 15 0 69554243 11178496000 76127 33554432000 4194304 4196468 140731152110528 140177604877072 140177686877909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8114] ppid=8054 vsize=10916500 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/8057/task/8114/stat : 8114 (java) S 8054 8057 4192 0 -1 1077944384 90 12885 0 0 2 0 5 2 20 0 15 0 69554243 11178496000 76127 33554432000 4194304 4196468 140731152110528 140177603824528 140177686877909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8115] ppid=8054 vsize=10916500 memory=281249356754912 CPUtime=0.1 cores=1,3,5,7
/proc/8057/task/8115/stat : 8115 (java) S 8054 8057 4192 0 -1 1077944384 2153 12885 0 0 3 0 5 2 20 0 15 0 69554245 11178496000 76127 33554432000 4194304 4196468 140731152110528 140177213544688 140177686878850 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8116] ppid=8054 vsize=10916500 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8116/stat : 8116 (java) S 8054 8057 4192 0 -1 1077944384 13 12885 0 0 0 0 5 2 20 0 15 0 69554245 11178496000 76127 33554432000 4194304 4196468 140731152110528 140177129333984 140177686877909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8117] ppid=8054 vsize=10916500 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8117/stat : 8117 (java) S 8054 8057 4192 0 -1 1077944384 2 12885 0 0 0 0 5 2 20 0 15 0 69554246 11178496000 76127 33554432000 4194304 4196468 140731152110528 140176525353728 140177686877909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8118] ppid=8054 vsize=10916500 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8118/stat : 8118 (java) S 8054 8057 4192 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 69554248 11178496000 76127 33554432000 4194304 4196468 140731152110528 140176217954256 140177686886299 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8119] ppid=8054 vsize=10916500 memory=7 CPUtime=1.36 cores=1,3,5,7
/proc/8057/task/8119/stat : 8119 (java) R 8054 8057 4192 0 -1 4202560 4631 12885 0 0 128 1 5 2 20 0 15 0 69554248 11178496000 76127 33554432000 4194304 4196468 140731152110528 140177212479312 140177665034184 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8120] ppid=8054 vsize=10916500 memory=7 CPUtime=1.33 cores=1,3,5,7
/proc/8057/task/8120/stat : 8120 (java) R 8054 8057 4192 0 -1 4202560 5368 12885 0 0 126 0 5 2 20 0 15 0 69554248 11178496000 76127 33554432000 4194304 4196468 140731152110528 140177211426144 140177671994421 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8121] ppid=8054 vsize=10916500 memory=7 CPUtime=1.39 cores=1,3,5,7
/proc/8057/task/8121/stat : 8121 (java) S 8054 8057 4192 0 -1 1077944384 6197 12885 0 0 131 1 5 2 20 0 15 0 69554248 11178496000 76127 33554432000 4194304 4196468 140731152110528 140177210386928 140177686878850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8122] ppid=8054 vsize=10916500 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8122/stat : 8122 (java) S 8054 8057 4192 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 69554248 11178496000 76127 33554432000 4194304 4196468 140731152110528 140176184396640 140177686877909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
[pid=8057/tid=8123] ppid=8054 vsize=10916500 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/8057/task/8123/stat : 8123 (java) S 8054 8057 4192 0 -1 1077944384 11 12885 0 0 0 0 5 2 20 0 15 0 69554249 11178496000 76127 33554432000 4194304 4196468 140731152110528 140177209334320 140177686878850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14102528 140731152111787 140731152115036 140731152115036 140731152117711 0
Current children cumulated CPU time: 7.69 s
Current children cumulated vsize: 10916500 KiB
Current children cumulated memory: 304508 KiB

Child status: 0
Real time (s): 3.78575
CPU time (s): 7.83937
CPU user time (s): 7.60649
CPU system time (s): 0.232874
CPU usage (%): 207.076
Max. virtual memory (cumulated for all children) (KiB): 10916500
Max. memory (cumulated for all children) (KiB): 304508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.60649
system time used= 0.232874
maximum resident set size= 307340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76199
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= 6179
involuntary context switches= 32


# summary of solver processes directly reported to runsolver:
#   pid: 8057
#   total CPU time (s): 7.83937
#   total CPU user time (s): 7.60649
#   total CPU system time (s): 0.232874

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.041598 second user time and 0.080225 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-25 13:58:31
IDJOB=4295103
IDBENCH=141465
IDSOLVER=2751
FILE ID=node132/4295103-1532519911
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-j30-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-4295103-1532519911/watcher-4295103-1532519911 -o /tmp/evaluation-result-4295103-1532519911/solver-4295103-1532519911 -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=1490076278 -superng HOME/instance-4295103-1532519911.xml

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

MD5SUM BENCH= a355aea041a776e2482d6f32cb7a537a
RANDOM SEED=1490076278

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:        15726988 kB
MemAvailable:   27067320 kB
Buffers:          199528 kB
Cached:         11307728 kB
SwapCached:            0 kB
Active:          7991836 kB
Inactive:        8424660 kB
Active(anon):    4859700 kB
Inactive(anon):    77616 kB
Active(file):    3132136 kB
Inactive(file):  8347044 kB
Unevictable:        7020 kB
Mlocked:            7020 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26444 kB
Writeback:             4 kB
AnonPages:       4916744 kB
Mapped:            52688 kB
Shmem:             25248 kB
Slab:             317472 kB
SReclaimable:     289612 kB
SUnreclaim:        27860 kB
KernelStack:        3648 kB
PageTables:        14476 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:35