Trace number 4403797

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
choco-solver 2019-09-20OPT98 160.706 40.7665

General information on the benchmark

NameRcpsp/Rcpsp-m1-j30/
Rcpsp-j30-29-05.xml
MD5SUM28da73d1db83f7f431b4b8f6a2cf23fc
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark98
Best CPU time to get the best result obtained on this benchmark169.35
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints62
Number of domains2
Minimum domain size1
Maximum domain size188
Distribution of domain sizes[{"size":1,"count":1},{"size":188,"count":31}]
Minimum variable degree3
Maximum variable degree9
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":1},{"degree":6,"count":3},{"degree":7,"count":7},{"degree":8,"count":17},{"degree":9,"count":3}]
Minimum constraint arity2
Maximum constraint arity30
Distribution of constraint arities[{"arity":2,"count":58},{"arity":30,"count":4}]
Number of extensional constraints0
Number of intensional constraints58
Distribution of constraint types[{"type":"intension","count":58},{"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.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4403797-1568991535.xml"  -tl '2520s' -p 4
0.10/0.19	c Choco 3fb4b153
0.10/0.19	c [HOME/instance-4403797-1568991535.xml, -tl, 2520s, -p, 4]
0.31/0.23	c 4 solvers in parallel
0.31/0.29	c parse instance...
1.23/0.65	c solve instance...
1.54/0.73	o 117 
1.54/0.74	o 115 
1.85/0.81	o 114 
1.85/0.86	o 113 
2.23/0.92	o 112 
2.23/0.97	o 111 
2.66/1.04	o 109 
3.03/1.11	o 108 
3.37/1.27	o 107 
5.36/1.77	o 105 
5.76/1.81	o 103 
16.48/4.54	o 102 
28.82/7.64	o 101 
35.85/9.49	o 100 
37.04/9.72	o 99 
48.58/12.66	o 98 
160.46/40.75	s OPTIMUM FOUND
160.46/40.75	v <instantiation>
160.46/40.75	v 	<list>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] </list>
160.46/40.75	v 	<values>0 54 2 0 4 9 2 23 15 35 61 25 46 42 19 54 77 35 63 29 73 45 92 64 85 85 72 80 92 90 94 98 </values>
160.46/40.75	v </instantiation>

Verifier Data

OK	98

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403797-1568991535/watcher-4403797-1568991535 -o /var/tmp/evaluation-result-4403797-1568991535/solver-4403797-1568991535 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node107-1568983381-1916 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 2054674555 HOME/instance-4403797-1568991535.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=7352, runsolver pid=7349
Current StackSize limit: 8192 KiB


[startup+0.100227 s]*
/proc/loadavg: 8.68 8.47 8.20 7/232 7368
/proc/meminfo: memFree=15099496/32770624 swapFree=66952592/67108860
[pid=7352] ppid=7349 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7352/stat : 7352 (xcsp3-exec) S 7349 7352 1883 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475409061 115843072 363 33554432000 4194304 5098028 140737321665104 140737321663208 140574321775228 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 32256000 140737321669462 140737321669721 140737321669721 140737321672646 0
/proc/7352/statm: 28282 363 304 221 0 87 0
[pid=7354] ppid=7352 vsize=15144776 memory=29208 CPUtime=0.1 cores=1,3,5,7
/proc/7354/stat : 7354 (java) S 7352 7352 1883 0 -1 1077944320 5274 0 0 0 9 1 0 0 20 0 15 0 475409061 15508250624 7302 33554432000 4194304 4196468 140736481449920 140736481432464 140316542390007 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
/proc/7354/statm: 3786194 7302 3093 1 0 3748377 0
[pid=7354/tid=7355] ppid=7352 vsize=15144776 memory=-2698087569006908830 CPUtime=0.07 cores=1,3,5,7
/proc/7354/task/7355/stat : 7355 (java) R 7352 7352 1883 0 -1 4202560 3327 0 0 0 7 0 0 0 20 0 15 0 475409061 15508250624 7302 33554432000 4194304 4196468 140736481449920 140316546625872 140316542411933 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7356] ppid=7352 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/7354/task/7356/stat : 7356 (java) S 7352 7352 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475409062 15508250624 7302 33554432000 4194304 4196468 140736481449920 140316454046608 140316542400213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7357] ppid=7352 vsize=15144776 memory=139818504279680 CPUtime=0 cores=1,3,5,7
/proc/7354/task/7357/stat : 7357 (java) S 7352 7352 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475409062 15508250624 7302 33554432000 4194304 4196468 140736481449920 140316452993808 140316542400213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7358] ppid=7352 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7354/task/7358/stat : 7358 (java) S 7352 7352 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475409062 15508250624 7302 33554432000 4194304 4196468 140736481449920 140316451941520 140316542400213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7359] ppid=7352 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7354/task/7359/stat : 7359 (java) S 7352 7352 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475409062 15508250624 7302 33554432000 4194304 4196468 140736481449920 140316450888720 140316542400213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7360] ppid=7352 vsize=15144776 memory=139818504279680 CPUtime=0 cores=1,3,5,7
/proc/7354/task/7360/stat : 7360 (java) S 7352 7352 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475409063 15508250624 7302 33554432000 4194304 4196468 140736481449920 140316011145328 140316542401154 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7361] ppid=7352 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7354/task/7361/stat : 7361 (java) S 7352 7352 1883 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475409064 15508250624 7302 33554432000 4194304 4196468 140736481449920 140316010091296 140316542400213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7362] ppid=7352 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7354/task/7362/stat : 7362 (java) S 7352 7352 1883 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475409064 15508250624 7302 33554432000 4194304 4196468 140736481449920 140316009038960 140316542400213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7363] ppid=7352 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7354/task/7363/stat : 7363 (java) S 7352 7352 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475409066 15508250624 7302 33554432000 4194304 4196468 140736481449920 140316007987280 140316542408603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7364] ppid=7352 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7354/task/7364/stat : 7364 (java) S 7352 7352 1883 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 475409068 15508250624 7302 33554432000 4194304 4196468 140736481449920 140316006935152 140316542401154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7365] ppid=7352 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7354/task/7365/stat : 7365 (java) S 7352 7352 1883 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 15 0 475409068 15508250624 7302 33554432000 4194304 4196468 140736481449920 140316005882352 140316542401154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7366] ppid=7352 vsize=15144776 memory=139818504279680 CPUtime=0.01 cores=1,3,5,7
/proc/7354/task/7366/stat : 7366 (java) S 7352 7352 1883 0 -1 1077944384 253 0 0 0 1 0 0 0 20 0 15 0 475409068 15508250624 7302 33554432000 4194304 4196468 140736481449920 140316004830064 140316542401154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7367] ppid=7352 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7354/task/7367/stat : 7367 (java) S 7352 7352 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475409068 15508250624 7302 33554432000 4194304 4196468 140736481449920 140316003777504 140316542400213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7368] ppid=7352 vsize=15144776 memory=139818504279680 CPUtime=0 cores=1,3,5,7
/proc/7354/task/7368/stat : 7368 (java) S 7352 7352 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475409068 15508250624 7302 33554432000 4194304 4196468 140736481449920 140316002724272 140316542401154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30660 KiB

[startup+0.210667 s]*
/proc/loadavg: 8.68 8.47 8.20 6/232 7368
/proc/meminfo: memFree=15086752/32770624 swapFree=66952592/67108860
[pid=7352] ppid=7349 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7352/stat : 7352 (xcsp3-exec) S 7349 7352 1883 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475409061 115843072 363 33554432000 4194304 5098028 140737321665104 140737321663208 140574321775228 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 32256000 140737321669462 140737321669721 140737321669721 140737321672646 0
/proc/7352/statm: 28282 363 304 221 0 87 0
[pid=7354] ppid=7352 vsize=15144776 memory=41136 CPUtime=0.31 cores=1,3,5,7
/proc/7354/stat : 7354 (java) S 7352 7352 1883 0 -1 1077944320 8961 0 0 0 29 2 0 0 20 0 15 0 475409061 15508250624 10284 33554432000 4194304 4196468 140736481449920 140736481432464 140316542390007 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
/proc/7354/statm: 3786194 10284 3290 1 0 3748377 0
[pid=7354/tid=7355] ppid=7352 vsize=15144776 memory=7883960649037381690 CPUtime=0.19 cores=1,3,5,7
/proc/7354/task/7355/stat : 7355 (java) R 7352 7352 1883 0 -1 4202560 6133 0 0 0 17 2 0 0 20 0 15 0 475409061 15508250624 10284 33554432000 4194304 4196468 140736481449920 140316546619280 140316542411933 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7356] ppid=7352 vsize=15144776 memory=10592 CPUtime=0 cores=1,3,5,7
/proc/7354/task/7356/stat : 7356 (java) S 7352 7352 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475409062 15508250624 10284 33554432000 4194304 4196468 140736481449920 140316454046608 140316542400213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7357] ppid=7352 vsize=15144776 memory=3472749615492355744 CPUtime=0 cores=1,3,5,7
/proc/7354/task/7357/stat : 7357 (java) S 7352 7352 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475409062 15508250624 10284 33554432000 4194304 4196468 140736481449920 140316452993808 140316542400213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7358] ppid=7352 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7354/task/7358/stat : 7358 (java) S 7352 7352 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475409062 15508250624 10284 33554432000 4194304 4196468 140736481449920 140316451941520 140316542400213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7359] ppid=7352 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7354/task/7359/stat : 7359 (java) S 7352 7352 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475409062 15508250624 10284 33554432000 4194304 4196468 140736481449920 140316450888720 140316542400213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7360] ppid=7352 vsize=15144776 memory=139818504279680 CPUtime=0 cores=1,3,5,7
/proc/7354/task/7360/stat : 7360 (java) S 7352 7352 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475409063 15508250624 10284 33554432000 4194304 4196468 140736481449920 140316011145328 140316542401154 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7361] ppid=7352 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7354/task/7361/stat : 7361 (java) S 7352 7352 1883 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475409064 15508250624 10284 33554432000 4194304 4196468 140736481449920 140316010091296 140316542400213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7362] ppid=7352 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7354/task/7362/stat : 7362 (java) S 7352 7352 1883 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475409064 15508250624 10284 33554432000 4194304 4196468 140736481449920 140316009038960 140316542400213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7363] ppid=7352 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7354/task/7363/stat : 7363 (java) S 7352 7352 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475409066 15508250624 10284 33554432000 4194304 4196468 140736481449920 140316007987280 140316542408603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7364] ppid=7352 vsize=15144776 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/7354/task/7364/stat : 7364 (java) S 7352 7352 1883 0 -1 1077944384 627 0 0 0 3 0 0 0 20 0 15 0 475409068 15508250624 10284 33554432000 4194304 4196468 140736481449920 140316006935152 140316542401154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7365] ppid=7352 vsize=15144776 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/7354/task/7365/stat : 7365 (java) S 7352 7352 1883 0 -1 1077944384 167 0 0 0 1 0 0 0 20 0 15 0 475409068 15508250624 10284 33554432000 4194304 4196468 140736481449920 140316005882352 140316542401154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7366] ppid=7352 vsize=15144776 memory=139818504279680 CPUtime=0.07 cores=1,3,5,7
/proc/7354/task/7366/stat : 7366 (java) S 7352 7352 1883 0 -1 1077944384 731 0 0 0 7 0 0 0 20 0 15 0 475409068 15508250624 10284 33554432000 4194304 4196468 140736481449920 140316004830064 140316542401154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7367] ppid=7352 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7354/task/7367/stat : 7367 (java) S 7352 7352 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475409068 15508250624 10284 33554432000 4194304 4196468 140736481449920 140316003777504 140316542400213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7368] ppid=7352 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7354/task/7368/stat : 7368 (java) S 7352 7352 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475409068 15508250624 10284 33554432000 4194304 4196468 140736481449920 140316002724272 140316542401154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42588 KiB

[startup+0.31064 s]*
/proc/loadavg: 8.68 8.47 8.20 6/232 7368
/proc/meminfo: memFree=15082748/32770624 swapFree=66952592/67108860
[pid=7352] ppid=7349 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7352/stat : 7352 (xcsp3-exec) S 7349 7352 1883 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475409061 115843072 363 33554432000 4194304 5098028 140737321665104 140737321663208 140574321775228 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 32256000 140737321669462 140737321669721 140737321669721 140737321672646 0
/proc/7352/statm: 28282 363 304 221 0 87 0
[pid=7354] ppid=7352 vsize=15149032 memory=48964 CPUtime=0.5 cores=1,3,5,7
/proc/7354/stat : 7354 (java) S 7352 7352 1883 0 -1 1077944320 10078 0 0 0 46 4 0 0 20 0 15 0 475409061 15512608768 12241 33554432000 4194304 4196468 140736481449920 140736481432464 140316542390007 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
/proc/7354/statm: 3787258 12241 3322 1 0 3748377 0
[pid=7354/tid=7355] ppid=7352 vsize=15149032 memory=8317482817917895235 CPUtime=0.29 cores=1,3,5,7
/proc/7354/task/7355/stat : 7355 (java) R 7352 7352 1883 0 -1 4202560 7151 0 0 0 26 3 0 0 20 0 15 0 475409061 15512608768 12241 33554432000 4194304 4196468 140736481449920 140316546625104 140316542411933 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7356] ppid=7352 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/7354/task/7356/stat : 7356 (java) S 7352 7352 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475409062 15512608768 12241 33554432000 4194304 4196468 140736481449920 140316454046608 140316542400213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7357] ppid=7352 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/7354/task/7357/stat : 7357 (java) S 7352 7352 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475409062 15512608768 12241 33554432000 4194304 4196468 140736481449920 140316452993808 140316542400213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7358] ppid=7352 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/7354/task/7358/stat : 7358 (java) S 7352 7352 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475409062 15512608768 12241 33554432000 4194304 4196468 140736481449920 140316451941520 140316542400213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7359] ppid=7352 vsize=15149032 memory=8547712850019655617 CPUtime=0 cores=1,3,5,7
/proc/7354/task/7359/stat : 7359 (java) S 7352 7352 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475409062 15512608768 12241 33554432000 4194304 4196468 140736481449920 140316450888720 140316542400213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7360] ppid=7352 vsize=15149032 memory=7089056485457618024 CPUtime=0 cores=1,3,5,7
/proc/7354/task/7360/stat : 7360 (java) S 7352 7352 1883 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475409063 15512608768 12241 33554432000 4194304 4196468 140736481449920 140316011145328 140316542401154 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7361] ppid=7352 vsize=15149032 memory=4209357772117481859 CPUtime=0 cores=1,3,5,7
/proc/7354/task/7361/stat : 7361 (java) S 7352 7352 1883 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475409064 15512608768 12241 33554432000 4194304 4196468 140736481449920 140316010091296 140316542400213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7362] ppid=7352 vsize=15149032 memory=4206468019014099040 CPUtime=0 cores=1,3,5,7
/proc/7354/task/7362/stat : 7362 (java) S 7352 7352 1883 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475409064 15512608768 12241 33554432000 4194304 4196468 140736481449920 140316009038960 140316542400213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7363] ppid=7352 vsize=15149032 memory=-8412652169205224307 CPUtime=0 cores=1,3,5,7
/proc/7354/task/7363/stat : 7363 (java) S 7352 7352 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475409066 15512608768 12241 33554432000 4194304 4196468 140736481449920 140316007987280 140316542408603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7364] ppid=7352 vsize=15149032 memory=-8412660965215072671 CPUtime=0.04 cores=1,3,5,7
/proc/7354/task/7364/stat : 7364 (java) R 7352 7352 1883 0 -1 1077944384 636 0 0 0 4 0 0 0 20 0 15 0 475409068 15512608768 12241 33554432000 4194304 4196468 140736481449920 140316006935248 140316542400213 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7365] ppid=7352 vsize=15149032 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/7354/task/7365/stat : 7365 (java) S 7352 7352 1883 0 -1 1077944384 184 0 0 0 3 0 0 0 20 0 15 0 475409068 15512608768 12241 33554432000 4194304 4196468 140736481449920 140316005882352 140316542401154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7366] ppid=7352 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/7354/task/7366/stat : 7366 (java) S 7352 7352 1883 0 -1 1077944384 810 0 0 0 12 0 0 0 20 0 15 0 475409068 15512608768 12241 33554432000 4194304 4196468 140736481449920 140316004830064 140316542401154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7367] ppid=7352 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7354/task/7367/stat : 7367 (java) S 7352 7352 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475409068 15512608768 12241 33554432000 4194304 4196468 140736481449920 140316003777504 140316542400213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7368] ppid=7352 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7354/task/7368/stat : 7368 (java) S 7352 7352 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475409068 15512608768 12241 33554432000 4194304 4196468 140736481449920 140316002724272 140316542401154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 50416 KiB

[startup+0.709368 s]
/proc/loadavg: 8.68 8.47 8.20 9/232 7368
/proc/meminfo: memFree=15063024/32770624 swapFree=66952592/67108860
[pid=7352] ppid=7349 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7352/stat : 7352 (xcsp3-exec) S 7349 7352 1883 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475409061 115843072 363 33554432000 4194304 5098028 140737321665104 140737321663208 140574321775228 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 32256000 140737321669462 140737321669721 140737321669721 140737321672646 0
/proc/7352/statm: 28282 363 304 221 0 87 0
[pid=7354] ppid=7352 vsize=15417412 memory=91068 CPUtime=1.54 cores=1,3,5,7
/proc/7354/stat : 7354 (java) S 7352 7352 1883 0 -1 1077944320 14929 0 0 0 149 5 0 0 20 0 19 0 475409061 15787429888 22767 33554432000 4194304 4196468 140736481449920 140736481432464 140316542390007 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
/proc/7354/statm: 3854353 22767 3452 1 0 3815453 0
[pid=7354/tid=7355] ppid=7352 vsize=15417412 memory=0 CPUtime=0.62 cores=1,3,5,7
/proc/7354/task/7355/stat : 7355 (java) S 7352 7352 1883 0 -1 1077944384 8848 0 0 0 59 3 0 0 20 0 19 0 475409061 15787429888 22767 33554432000 4194304 4196468 140736481449920 140316546630784 140316542400213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7356] ppid=7352 vsize=15417412 memory=164 CPUtime=0 cores=1,3,5,7
/proc/7354/task/7356/stat : 7356 (java) S 7352 7352 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475409062 15787429888 22767 33554432000 4194304 4196468 140736481449920 140316454046608 140316542400213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7357] ppid=7352 vsize=15417412 memory=6154848828556269427 CPUtime=0 cores=1,3,5,7
/proc/7354/task/7357/stat : 7357 (java) S 7352 7352 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475409062 15787429888 22767 33554432000 4194304 4196468 140736481449920 140316452993808 140316542400213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7358] ppid=7352 vsize=15417412 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7354/task/7358/stat : 7358 (java) S 7352 7352 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475409062 15787429888 22767 33554432000 4194304 4196468 140736481449920 140316451941520 140316542400213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7359] ppid=7352 vsize=15417412 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7354/task/7359/stat : 7359 (java) S 7352 7352 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 475409062 15787429888 22767 33554432000 4194304 4196468 140736481449920 140316450888720 140316542400213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7360] ppid=7352 vsize=15417412 memory=40256 CPUtime=0 cores=1,3,5,7
/proc/7354/task/7360/stat : 7360 (java) S 7352 7352 1883 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 475409063 15787429888 22767 33554432000 4194304 4196468 140736481449920 140316011145328 140316542401154 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7361] ppid=7352 vsize=15417412 memory=988 CPUtime=0 cores=1,3,5,7
/proc/7354/task/7361/stat : 7361 (java) S 7352 7352 1883 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 475409064 15787429888 22767 33554432000 4194304 4196468 140736481449920 140316010091296 140316542400213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7362] ppid=7352 vsize=15417412 memory=2016 CPUtime=0 cores=1,3,5,7
/proc/7354/task/7362/stat : 7362 (java) S 7352 7352 1883 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 475409064 15787429888 22767 33554432000 4194304 4196468 140736481449920 140316009038960 140316542400213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7363] ppid=7352 vsize=15417412 memory=1284 CPUtime=0 cores=1,3,5,7
/proc/7354/task/7363/stat : 7363 (java) S 7352 7352 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475409066 15787429888 22767 33554432000 4194304 4196468 140736481449920 140316007987280 140316542408603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7364] ppid=7352 vsize=15417412 memory=1044 CPUtime=0.2 cores=1,3,5,7
/proc/7354/task/7364/stat : 7364 (java) R 7352 7352 1883 0 -1 4202560 1366 0 0 0 20 0 0 0 20 0 19 0 475409068 15787429888 22767 33554432000 4194304 4196468 140736481449920 140316006928344 140316527287908 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7365] ppid=7352 vsize=15417412 memory=708 CPUtime=0.19 cores=1,3,5,7
/proc/7354/task/7365/stat : 7365 (java) R 7352 7352 1883 0 -1 4202560 792 0 0 0 19 0 0 0 20 0 19 0 475409068 15787429888 22767 33554432000 4194304 4196468 140736481449920 140316005869200 140316528454149 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7366] ppid=7352 vsize=15417412 memory=9364 CPUtime=0.38 cores=1,3,5,7
/proc/7354/task/7366/stat : 7366 (java) R 7352 7352 1883 0 -1 1077944384 1950 0 0 0 38 0 0 0 20 0 19 0 475409068 15787429888 22767 33554432000 4194304 4196468 140736481449920 140316004824448 140316542400213 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7367] ppid=7352 vsize=15417412 memory=1120 CPUtime=0 cores=1,3,5,7
/proc/7354/task/7367/stat : 7367 (java) S 7352 7352 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475409068 15787429888 22767 33554432000 4194304 4196468 140736481449920 140316003777504 140316542400213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7368] ppid=7352 vsize=15417412 memory=776 CPUtime=0 cores=1,3,5,7
/proc/7354/task/7368/stat : 7368 (java) S 7352 7352 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475409068 15787429888 22767 33554432000 4194304 4196468 140736481449920 140316002724272 140316542401154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
Current children cumulated CPU time: 1.54 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 92520 KiB

[startup+1.51037 s]
/proc/loadavg: 8.68 8.47 8.20 12/236 7397
/proc/meminfo: memFree=14962976/32770624 swapFree=66952592/67108860
[pid=7352] ppid=7349 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7352/stat : 7352 (xcsp3-exec) S 7349 7352 1883 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475409061 115843072 363 33554432000 4194304 5098028 140737321665104 140737321663208 140574321775228 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 32256000 140737321669462 140737321669721 140737321669721 140737321672646 0
/proc/7352/statm: 28282 363 304 221 0 87 0

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

/proc/7354/task/7368/stat : 7368 (java) S 7352 7352 1883 0 -1 1077944384 579 0 0 0 0 0 0 0 20 0 19 0 475409068 15858741248 57542 33554432000 4194304 4196468 140736481449920 140316002724272 140316542401154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7434] ppid=7352 vsize=15487052 memory=1680 CPUtime=27.08 cores=1,3,5,7
/proc/7354/task/7434/stat : 7434 (java) R 7352 7352 1883 0 -1 4202560 255 0 0 0 2708 0 0 0 20 0 19 0 475410327 15858741248 57542 33554432000 4194304 4196468 140736481449920 140315992451040 140316134745324 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7435] ppid=7352 vsize=15487052 memory=1808 CPUtime=27.28 cores=1,3,5,7
/proc/7354/task/7435/stat : 7435 (java) R 7352 7352 1883 0 -1 4202560 956 0 0 0 2728 0 0 0 20 0 19 0 475410327 15858741248 57542 33554432000 4194304 4196468 140736481449920 140315990348152 140316135557308 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7436] ppid=7352 vsize=15487052 memory=924 CPUtime=27.28 cores=1,3,5,7
/proc/7354/task/7436/stat : 7436 (java) R 7352 7352 1883 0 -1 4202560 928 0 0 0 2728 0 0 0 20 0 19 0 475410327 15858741248 57542 33554432000 4194304 4196468 140736481449920 140315993505352 140316135562139 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7437] ppid=7352 vsize=15487052 memory=3848 CPUtime=27.06 cores=1,3,5,7
/proc/7354/task/7437/stat : 7437 (java) R 7352 7352 1883 0 -1 4202560 450 0 0 0 2706 0 0 0 20 0 19 0 475410327 15858741248 57542 33554432000 4194304 4196468 140736481449920 140315991403128 140316135396555 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
Current children cumulated CPU time: 157.7 s
Current children cumulated vsize: 15600180 KiB
Current children cumulated memory: 231620 KiB

[startup+40.4014 s]
/proc/loadavg: 8.97 8.56 8.24 10/236 7440
/proc/meminfo: memFree=14915568/32770624 swapFree=66952592/67108860
[pid=7352] ppid=7349 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7352/stat : 7352 (xcsp3-exec) S 7349 7352 1883 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475409061 115843072 363 33554432000 4194304 5098028 140737321665104 140737321663208 140574321775228 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 32256000 140737321669462 140737321669721 140737321669721 140737321672646 0
/proc/7352/statm: 28282 363 304 221 0 87 0
[pid=7354] ppid=7352 vsize=15487052 memory=230168 CPUtime=159.26 cores=1,3,5,7
/proc/7354/stat : 7354 (java) S 7352 7352 1883 0 -1 1077944320 62356 0 0 0 15911 15 0 0 20 0 19 0 475409061 15858741248 57542 33554432000 4194304 4196468 140736481449920 140736481432464 140316542390007 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
/proc/7354/statm: 3871763 57542 3531 1 0 3832863 0
[pid=7354/tid=7355] ppid=7352 vsize=15487052 memory=230168 CPUtime=0.62 cores=1,3,5,7
/proc/7354/task/7355/stat : 7355 (java) S 7352 7352 1883 0 -1 1077944384 9121 0 0 0 59 3 0 0 20 0 19 0 475409061 15858741248 57542 33554432000 4194304 4196468 140736481449920 140316546630784 140316542400213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7356] ppid=7352 vsize=15487052 memory=1680 CPUtime=0.01 cores=1,3,5,7
/proc/7354/task/7356/stat : 7356 (java) S 7352 7352 1883 0 -1 1077944384 1090 0 0 0 1 0 0 0 20 0 19 0 475409062 15858741248 57542 33554432000 4194304 4196468 140736481449920 140316454046608 140316542400213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7357] ppid=7352 vsize=15487052 memory=1808 CPUtime=0.01 cores=1,3,5,7
/proc/7354/task/7357/stat : 7357 (java) S 7352 7352 1883 0 -1 1077944384 1999 0 0 0 1 0 0 0 20 0 19 0 475409062 15858741248 57542 33554432000 4194304 4196468 140736481449920 140316452993808 140316542400213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7358] ppid=7352 vsize=15487052 memory=924 CPUtime=0.01 cores=1,3,5,7
/proc/7354/task/7358/stat : 7358 (java) S 7352 7352 1883 0 -1 1077944384 605 0 0 0 1 0 0 0 20 0 19 0 475409062 15858741248 57542 33554432000 4194304 4196468 140736481449920 140316451941520 140316542400213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7359] ppid=7352 vsize=15487052 memory=3848 CPUtime=0.01 cores=1,3,5,7
/proc/7354/task/7359/stat : 7359 (java) S 7352 7352 1883 0 -1 1077944384 441 0 0 0 1 0 0 0 20 0 19 0 475409062 15858741248 57542 33554432000 4194304 4196468 140736481449920 140316450888720 140316542400213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7360] ppid=7352 vsize=15487052 memory=2592 CPUtime=0.01 cores=1,3,5,7
/proc/7354/task/7360/stat : 7360 (java) S 7352 7352 1883 0 -1 1077944384 985 0 0 0 1 0 0 0 20 0 19 0 475409063 15858741248 57542 33554432000 4194304 4196468 140736481449920 140316011145328 140316542401154 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7361] ppid=7352 vsize=15487052 memory=2708 CPUtime=0 cores=1,3,5,7
/proc/7354/task/7361/stat : 7361 (java) S 7352 7352 1883 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 19 0 475409064 15858741248 57542 33554432000 4194304 4196468 140736481449920 140316010091360 140316542400213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7362] ppid=7352 vsize=15487052 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/7354/task/7362/stat : 7362 (java) S 7352 7352 1883 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 19 0 475409064 15858741248 57542 33554432000 4194304 4196468 140736481449920 140316009038976 140316542400213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7363] ppid=7352 vsize=15487052 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/7354/task/7363/stat : 7363 (java) S 7352 7352 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475409066 15858741248 57542 33554432000 4194304 4196468 140736481449920 140316007987280 140316542408603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7364] ppid=7352 vsize=15487052 memory=1760 CPUtime=3.52 cores=1,3,5,7
/proc/7354/task/7364/stat : 7364 (java) S 7352 7352 1883 0 -1 1077944384 16563 0 0 0 349 3 0 0 20 0 19 0 475409068 15858741248 57542 33554432000 4194304 4196468 140736481449920 140316006935152 140316542401154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7365] ppid=7352 vsize=15487052 memory=111632 CPUtime=3.42 cores=1,3,5,7
/proc/7354/task/7365/stat : 7365 (java) S 7352 7352 1883 0 -1 1077944384 15434 0 0 0 340 2 0 0 20 0 19 0 475409068 15858741248 57542 33554432000 4194304 4196468 140736481449920 140316005882352 140316542401154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7366] ppid=7352 vsize=15487052 memory=804 CPUtime=0.76 cores=1,3,5,7
/proc/7354/task/7366/stat : 7366 (java) S 7352 7352 1883 0 -1 1077944384 6937 0 0 0 74 2 0 0 20 0 19 0 475409068 15858741248 57542 33554432000 4194304 4196468 140736481449920 140316004830064 140316542401154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7367] ppid=7352 vsize=15487052 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/7354/task/7367/stat : 7367 (java) S 7352 7352 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475409068 15858741248 57542 33554432000 4194304 4196468 140736481449920 140316003777504 140316542400213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7368] ppid=7352 vsize=15487052 memory=3332 CPUtime=0 cores=1,3,5,7
/proc/7354/task/7368/stat : 7368 (java) S 7352 7352 1883 0 -1 1077944384 579 0 0 0 0 0 0 0 20 0 19 0 475409068 15858741248 57542 33554432000 4194304 4196468 140736481449920 140316002724272 140316542401154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7434] ppid=7352 vsize=15487052 memory=1452 CPUtime=27.46 cores=1,3,5,7
/proc/7354/task/7434/stat : 7434 (java) R 7352 7352 1883 0 -1 4202560 255 0 0 0 2746 0 0 0 20 0 19 0 475410327 15858741248 57542 33554432000 4194304 4196468 140736481449920 140315992451040 140316135558317 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7435] ppid=7352 vsize=15487052 memory=342568 CPUtime=27.67 cores=1,3,5,7
/proc/7354/task/7435/stat : 7435 (java) R 7352 7352 1883 0 -1 4202560 958 0 0 0 2767 0 0 0 20 0 19 0 475410327 15858741248 57542 33554432000 4194304 4196468 140736481449920 140315990348152 140316135535438 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7436] ppid=7352 vsize=15487052 memory=1412 CPUtime=27.67 cores=1,3,5,7
/proc/7354/task/7436/stat : 7436 (java) R 7352 7352 1883 0 -1 4202560 928 0 0 0 2767 0 0 0 20 0 19 0 475410327 15858741248 57542 33554432000 4194304 4196468 140736481449920 140315993505352 140316136281959 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7437] ppid=7352 vsize=15487052 memory=2984 CPUtime=27.45 cores=1,3,5,7
/proc/7354/task/7437/stat : 7437 (java) R 7352 7352 1883 0 -1 4202560 450 0 0 0 2745 0 0 0 20 0 19 0 475410327 15858741248 57542 33554432000 4194304 4196468 140736481449920 140315991403128 140316134743759 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
Current children cumulated CPU time: 159.26 s
Current children cumulated vsize: 15600180 KiB
Current children cumulated memory: 231620 KiB

[startup+40.6014 s]
/proc/loadavg: 8.97 8.56 8.24 10/236 7440
/proc/meminfo: memFree=14915568/32770624 swapFree=66952592/67108860
[pid=7352] ppid=7349 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7352/stat : 7352 (xcsp3-exec) S 7349 7352 1883 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475409061 115843072 363 33554432000 4194304 5098028 140737321665104 140737321663208 140574321775228 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 32256000 140737321669462 140737321669721 140737321669721 140737321672646 0
/proc/7352/statm: 28282 363 304 221 0 87 0
[pid=7354] ppid=7352 vsize=15487052 memory=230168 CPUtime=160.06 cores=1,3,5,7
/proc/7354/stat : 7354 (java) S 7352 7352 1883 0 -1 1077944320 62358 0 0 0 15991 15 0 0 20 0 19 0 475409061 15858741248 57542 33554432000 4194304 4196468 140736481449920 140736481432464 140316542390007 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
/proc/7354/statm: 3871763 57542 3531 1 0 3832863 0
[pid=7354/tid=7355] ppid=7352 vsize=15487052 memory=111632 CPUtime=0.62 cores=1,3,5,7
/proc/7354/task/7355/stat : 7355 (java) S 7352 7352 1883 0 -1 1077944384 9121 0 0 0 59 3 0 0 20 0 19 0 475409061 15858741248 57542 33554432000 4194304 4196468 140736481449920 140316546630784 140316542400213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7356] ppid=7352 vsize=15487052 memory=804 CPUtime=0.01 cores=1,3,5,7
/proc/7354/task/7356/stat : 7356 (java) S 7352 7352 1883 0 -1 1077944384 1090 0 0 0 1 0 0 0 20 0 19 0 475409062 15858741248 57542 33554432000 4194304 4196468 140736481449920 140316454046608 140316542400213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7357] ppid=7352 vsize=15487052 memory=1408 CPUtime=0.01 cores=1,3,5,7
/proc/7354/task/7357/stat : 7357 (java) S 7352 7352 1883 0 -1 1077944384 1999 0 0 0 1 0 0 0 20 0 19 0 475409062 15858741248 57542 33554432000 4194304 4196468 140736481449920 140316452993808 140316542400213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7358] ppid=7352 vsize=15487052 memory=3332 CPUtime=0.01 cores=1,3,5,7
/proc/7354/task/7358/stat : 7358 (java) S 7352 7352 1883 0 -1 1077944384 605 0 0 0 1 0 0 0 20 0 19 0 475409062 15858741248 57542 33554432000 4194304 4196468 140736481449920 140316451941520 140316542400213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7359] ppid=7352 vsize=15487052 memory=1452 CPUtime=0.01 cores=1,3,5,7
/proc/7354/task/7359/stat : 7359 (java) S 7352 7352 1883 0 -1 1077944384 441 0 0 0 1 0 0 0 20 0 19 0 475409062 15858741248 57542 33554432000 4194304 4196468 140736481449920 140316450888720 140316542400213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7360] ppid=7352 vsize=15487052 memory=342568 CPUtime=0.01 cores=1,3,5,7
/proc/7354/task/7360/stat : 7360 (java) S 7352 7352 1883 0 -1 1077944384 985 0 0 0 1 0 0 0 20 0 19 0 475409063 15858741248 57542 33554432000 4194304 4196468 140736481449920 140316011145328 140316542401154 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7361] ppid=7352 vsize=15487052 memory=1412 CPUtime=0 cores=1,3,5,7
/proc/7354/task/7361/stat : 7361 (java) S 7352 7352 1883 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 19 0 475409064 15858741248 57542 33554432000 4194304 4196468 140736481449920 140316010091360 140316542400213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7362] ppid=7352 vsize=15487052 memory=2984 CPUtime=0 cores=1,3,5,7
/proc/7354/task/7362/stat : 7362 (java) S 7352 7352 1883 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 19 0 475409064 15858741248 57542 33554432000 4194304 4196468 140736481449920 140316009038976 140316542400213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7363] ppid=7352 vsize=15487052 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7354/task/7363/stat : 7363 (java) S 7352 7352 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475409066 15858741248 57542 33554432000 4194304 4196468 140736481449920 140316007987280 140316542408603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7364] ppid=7352 vsize=15487052 memory=230168 CPUtime=3.52 cores=1,3,5,7
/proc/7354/task/7364/stat : 7364 (java) S 7352 7352 1883 0 -1 1077944384 16563 0 0 0 349 3 0 0 20 0 19 0 475409068 15858741248 57542 33554432000 4194304 4196468 140736481449920 140316006935152 140316542401154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7365] ppid=7352 vsize=15487052 memory=1164 CPUtime=3.42 cores=1,3,5,7
/proc/7354/task/7365/stat : 7365 (java) S 7352 7352 1883 0 -1 1077944384 15434 0 0 0 340 2 0 0 20 0 19 0 475409068 15858741248 57542 33554432000 4194304 4196468 140736481449920 140316005882352 140316542401154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7366] ppid=7352 vsize=15487052 memory=8317482817917895235 CPUtime=0.76 cores=1,3,5,7
/proc/7354/task/7366/stat : 7366 (java) S 7352 7352 1883 0 -1 1077944384 6937 0 0 0 74 2 0 0 20 0 19 0 475409068 15858741248 57542 33554432000 4194304 4196468 140736481449920 140316004830064 140316542401154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7367] ppid=7352 vsize=15487052 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/7354/task/7367/stat : 7367 (java) S 7352 7352 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475409068 15858741248 57542 33554432000 4194304 4196468 140736481449920 140316003777504 140316542400213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7368] ppid=7352 vsize=15487052 memory=8317482817917895235 CPUtime=0 cores=1,3,5,7
/proc/7354/task/7368/stat : 7368 (java) S 7352 7352 1883 0 -1 1077944384 579 0 0 0 0 0 0 0 20 0 19 0 475409068 15858741248 57542 33554432000 4194304 4196468 140736481449920 140316002724272 140316542401154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7434] ppid=7352 vsize=15487052 memory=4126316290023845779 CPUtime=27.66 cores=1,3,5,7
/proc/7354/task/7434/stat : 7434 (java) R 7352 7352 1883 0 -1 4202560 255 0 0 0 2766 0 0 0 20 0 19 0 475410327 15858741248 57542 33554432000 4194304 4196468 140736481449920 140315992451040 140316135220073 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7435] ppid=7352 vsize=15487052 memory=340480 CPUtime=27.87 cores=1,3,5,7
/proc/7354/task/7435/stat : 7435 (java) R 7352 7352 1883 0 -1 4202560 960 0 0 0 2787 0 0 0 20 0 19 0 475410327 15858741248 57542 33554432000 4194304 4196468 140736481449920 140315990348152 140316135558317 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7436] ppid=7352 vsize=15487052 memory=1412 CPUtime=27.87 cores=1,3,5,7
/proc/7354/task/7436/stat : 7436 (java) R 7352 7352 1883 0 -1 4202560 928 0 0 0 2787 0 0 0 20 0 19 0 475410327 15858741248 57542 33554432000 4194304 4196468 140736481449920 140315993505352 140316135885191 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7437] ppid=7352 vsize=15487052 memory=2956 CPUtime=27.65 cores=1,3,5,7
/proc/7354/task/7437/stat : 7437 (java) R 7352 7352 1883 0 -1 4202560 450 0 0 0 2765 0 0 0 20 0 19 0 475410327 15858741248 57542 33554432000 4194304 4196468 140736481449920 140315991403128 140316135558998 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
Current children cumulated CPU time: 160.06 s
Current children cumulated vsize: 15600180 KiB
Current children cumulated memory: 231620 KiB

[startup+40.7014 s]
/proc/loadavg: 8.97 8.56 8.24 10/236 7440
/proc/meminfo: memFree=14915568/32770624 swapFree=66952592/67108860
[pid=7352] ppid=7349 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7352/stat : 7352 (xcsp3-exec) S 7349 7352 1883 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475409061 115843072 363 33554432000 4194304 5098028 140737321665104 140737321663208 140574321775228 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 32256000 140737321669462 140737321669721 140737321669721 140737321672646 0
/proc/7352/statm: 28282 363 304 221 0 87 0
[pid=7354] ppid=7352 vsize=15487052 memory=230168 CPUtime=160.46 cores=1,3,5,7
/proc/7354/stat : 7354 (java) S 7352 7352 1883 0 -1 1077944320 62358 0 0 0 16031 15 0 0 20 0 19 0 475409061 15858741248 57542 33554432000 4194304 4196468 140736481449920 140736481432464 140316542390007 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
/proc/7354/statm: 3871763 57542 3531 1 0 3832863 0
[pid=7354/tid=7355] ppid=7352 vsize=15487052 memory=230168 CPUtime=0.62 cores=1,3,5,7
/proc/7354/task/7355/stat : 7355 (java) S 7352 7352 1883 0 -1 1077944384 9121 0 0 0 59 3 0 0 20 0 19 0 475409061 15858741248 57542 33554432000 4194304 4196468 140736481449920 140316546630784 140316542400213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7356] ppid=7352 vsize=15487052 memory=230168 CPUtime=0.01 cores=1,3,5,7
/proc/7354/task/7356/stat : 7356 (java) S 7352 7352 1883 0 -1 1077944384 1090 0 0 0 1 0 0 0 20 0 19 0 475409062 15858741248 57542 33554432000 4194304 4196468 140736481449920 140316454046608 140316542400213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7357] ppid=7352 vsize=15487052 memory=230168 CPUtime=0.01 cores=1,3,5,7
/proc/7354/task/7357/stat : 7357 (java) S 7352 7352 1883 0 -1 1077944384 1999 0 0 0 1 0 0 0 20 0 19 0 475409062 15858741248 57542 33554432000 4194304 4196468 140736481449920 140316452993808 140316542400213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7358] ppid=7352 vsize=15487052 memory=230168 CPUtime=0.01 cores=1,3,5,7
/proc/7354/task/7358/stat : 7358 (java) S 7352 7352 1883 0 -1 1077944384 605 0 0 0 1 0 0 0 20 0 19 0 475409062 15858741248 57542 33554432000 4194304 4196468 140736481449920 140316451941520 140316542400213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7359] ppid=7352 vsize=15487052 memory=1452 CPUtime=0.01 cores=1,3,5,7
/proc/7354/task/7359/stat : 7359 (java) S 7352 7352 1883 0 -1 1077944384 441 0 0 0 1 0 0 0 20 0 19 0 475409062 15858741248 57542 33554432000 4194304 4196468 140736481449920 140316450888720 140316542400213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7360] ppid=7352 vsize=15487052 memory=2257 CPUtime=0.01 cores=1,3,5,7
/proc/7354/task/7360/stat : 7360 (java) S 7352 7352 1883 0 -1 1077944384 985 0 0 0 1 0 0 0 20 0 19 0 475409063 15858741248 57542 33554432000 4194304 4196468 140736481449920 140316011145328 140316542401154 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7361] ppid=7352 vsize=15487052 memory=279636731317120 CPUtime=0 cores=1,3,5,7
/proc/7354/task/7361/stat : 7361 (java) S 7352 7352 1883 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 19 0 475409064 15858741248 57542 33554432000 4194304 4196468 140736481449920 140316010091360 140316542400213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7362] ppid=7352 vsize=15487052 memory=230132 CPUtime=0 cores=1,3,5,7
/proc/7354/task/7362/stat : 7362 (java) S 7352 7352 1883 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 19 0 475409064 15858741248 57542 33554432000 4194304 4196468 140736481449920 140316009038976 140316542400213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7363] ppid=7352 vsize=15487052 memory=230168 CPUtime=0 cores=1,3,5,7
/proc/7354/task/7363/stat : 7363 (java) S 7352 7352 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475409066 15858741248 57542 33554432000 4194304 4196468 140736481449920 140316007987280 140316542408603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7364] ppid=7352 vsize=15487052 memory=14012 CPUtime=3.52 cores=1,3,5,7
/proc/7354/task/7364/stat : 7364 (java) S 7352 7352 1883 0 -1 1077944384 16563 0 0 0 349 3 0 0 20 0 19 0 475409068 15858741248 57542 33554432000 4194304 4196468 140736481449920 140316006935152 140316542401154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7365] ppid=7352 vsize=15487052 memory=3580 CPUtime=3.42 cores=1,3,5,7
/proc/7354/task/7365/stat : 7365 (java) S 7352 7352 1883 0 -1 1077944384 15434 0 0 0 340 2 0 0 20 0 19 0 475409068 15858741248 57542 33554432000 4194304 4196468 140736481449920 140316005882352 140316542401154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7366] ppid=7352 vsize=15487052 memory=1120 CPUtime=0.76 cores=1,3,5,7
/proc/7354/task/7366/stat : 7366 (java) S 7352 7352 1883 0 -1 1077944384 6937 0 0 0 74 2 0 0 20 0 19 0 475409068 15858741248 57542 33554432000 4194304 4196468 140736481449920 140316004830064 140316542401154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7367] ppid=7352 vsize=15487052 memory=776 CPUtime=0 cores=1,3,5,7
/proc/7354/task/7367/stat : 7367 (java) S 7352 7352 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475409068 15858741248 57542 33554432000 4194304 4196468 140736481449920 140316003777504 140316542400213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7368] ppid=7352 vsize=15487052 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7354/task/7368/stat : 7368 (java) S 7352 7352 1883 0 -1 1077944384 579 0 0 0 0 0 0 0 20 0 19 0 475409068 15858741248 57542 33554432000 4194304 4196468 140736481449920 140316002724272 140316542401154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7434] ppid=7352 vsize=15487052 memory=230168 CPUtime=27.76 cores=1,3,5,7
/proc/7354/task/7434/stat : 7434 (java) R 7352 7352 1883 0 -1 4202560 255 0 0 0 2776 0 0 0 20 0 19 0 475410327 15858741248 57542 33554432000 4194304 4196468 140736481449920 140315992451040 140316135769136 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7435] ppid=7352 vsize=15487052 memory=708 CPUtime=27.97 cores=1,3,5,7
/proc/7354/task/7435/stat : 7435 (java) R 7352 7352 1883 0 -1 4202560 960 0 0 0 2797 0 0 0 20 0 19 0 475410327 15858741248 57542 33554432000 4194304 4196468 140736481449920 140315990348152 140316135602615 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7436] ppid=7352 vsize=15487052 memory=9364 CPUtime=27.97 cores=1,3,5,7
/proc/7354/task/7436/stat : 7436 (java) R 7352 7352 1883 0 -1 4202560 928 0 0 0 2797 0 0 0 20 0 19 0 475410327 15858741248 57542 33554432000 4194304 4196468 140736481449920 140315993505352 140316135812821 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
[pid=7354/tid=7437] ppid=7352 vsize=15487052 memory=1452 CPUtime=27.75 cores=1,3,5,7
/proc/7354/task/7437/stat : 7437 (java) R 7352 7352 1883 0 -1 4202560 450 0 0 0 2775 0 0 0 20 0 19 0 475410327 15858741248 57542 33554432000 4194304 4196468 140736481449920 140315991403128 140316135885191 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13959168 140736481453019 140736481453194 140736481453194 140736481456079 0
Current children cumulated CPU time: 160.46 s
Current children cumulated vsize: 15600180 KiB
Current children cumulated memory: 231620 KiB

Child status: 0
Real time (s): 40.7665
CPU time (s): 160.706
CPU user time (s): 160.538
CPU system time (s): 0.168302
CPU usage (%): 394.211
Max. virtual memory (cumulated for all children) (KiB): 15602544
Max. memory (cumulated for all children) (KiB): 231620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 160.538
system time used= 0.168302
maximum resident set size= 230168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63650
page faults= 0
swaps= 0
block input operations= 8
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4760
involuntary context switches= 2889


# summary of solver processes directly reported to runsolver:
#   pid: 7352
#   total CPU time (s): 160.706
#   total CPU user time (s): 160.538
#   total CPU system time (s): 0.168302

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.269418 second user time and 0.473013 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-20 15:56:54
IDJOB=4403797
IDBENCH=130150
IDSOLVER=2863
FILE ID=node107/4403797-1568991535
RUNJOBID= node107-1568983381-1916
PBS_JOBID= 21704636
Free space on /var/tmp= 12540 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j30/Rcpsp-j30-29-05.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403797-1568991535/watcher-4403797-1568991535 -o /var/tmp/evaluation-result-4403797-1568991535/solver-4403797-1568991535 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node107-1568983381-1916 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 2054674555 HOME/instance-4403797-1568991535.xml

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

MD5SUM BENCH= 28da73d1db83f7f431b4b8f6a2cf23fc
RANDOM SEED=2054674555

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        15116780 kB
MemAvailable:   31465228 kB
Buffers:          108032 kB
Cached:         16160832 kB
SwapCached:        48708 kB
Active:          8419660 kB
Inactive:        8245992 kB
Active(anon):     348036 kB
Inactive(anon):    91880 kB
Active(file):    8071624 kB
Inactive(file):  8154112 kB
Unevictable:      111004 kB
Mlocked:          111004 kB
SwapTotal:      67108860 kB
SwapFree:       66952592 kB
Dirty:             26188 kB
Writeback:             0 kB
AnonPages:        460188 kB
Mapped:            61136 kB
Shmem:             34900 kB
Slab:             580120 kB
SReclaimable:     551172 kB
SUnreclaim:        28948 kB
KernelStack:        3808 kB
PageTables:         6684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1227796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    311296 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /var/tmp at the end= 12512 MiB
End job on node107 at 2019-09-20 15:57:35