Trace number 4400478

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-16OPT93 1233.98 310.846

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-00.xml
MD5SUM0f9f8d62bc132272af22ef8ddad99d7d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark93
Best CPU time to get the best result obtained on this benchmark108.124
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size31
Distribution of domain sizes[{"size":15,"count":15},{"size":31,"count":15}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":15}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":15},{"arity":15,"count":1}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

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-4400478-1568694858.xml"  -tl '2400s' -p 4
0.14/0.18	c Choco e747e1e
0.14/0.18	c [HOME/instance-4400478-1568694858.xml, -tl, 2400s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.29	c parse instance...
1.03/0.53	c solve instance...
1.03/0.59	o 158 
1.35/0.61	o 141 
1.35/0.62	o 131 
1.35/0.63	o 130 
1.35/0.63	o 124 
1.35/0.64	o 123 
1.35/0.65	o 120 
1.35/0.65	o 119 
1.69/0.70	o 118 
1.69/0.75	o 116 
1.69/0.78	o 115 
1.69/0.78	o 111 
2.10/0.81	o 110 
2.10/0.82	o 109 
2.44/0.96	o 105 
3.25/1.11	o 104 
4.03/1.34	o 103 
4.03/1.38	o 100 
6.40/2.00	o 97 
6.82/2.10	o 96 
20.68/5.59	o 93 
1233.84/310.83	s OPTIMUM FOUND
1233.84/310.83	v <instantiation>
1233.84/310.83	v 	<list>c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] </list>
1233.84/310.83	v 	<values>0 1 4 6 11 12 13 14 10 8 9 7 5 3 2 7 4 8 8 1 8 15 7 5 9 4 8 5 2 2 </values>
1233.84/310.83	v </instantiation>

Verifier Data

OK	93

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400478-1568694858/watcher-4400478-1568694858 -o /tmp/evaluation-result-4400478-1568694858/solver-4400478-1568694858 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568694971-20216 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 462421046 HOME/instance-4400478-1568694858.xml 

running on 4 cores: 0,2,4,6

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

solver pid=20247, runsolver pid=20239

[startup+0.103244 s]*
/proc/loadavg: 0.54 0.67 0.76 5/227 20277
/proc/meminfo: memFree=31043180/32770624 swapFree=66922644/67108860
[pid=20247] ppid=20239 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/20247/stat : 20247 (xcsp3-exec) S 20239 20247 20185 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445754571 115843072 362 33554432000 4194304 5098028 140729977647904 140729977646008 140151212679804 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 40468480 140729977652091 140729977652333 140729977652333 140729977655242 0
/proc/20247/statm: 28282 362 304 221 0 87 0
[pid=20249] ppid=20247 vsize=15144776 memory=30340 CPUtime=0.14 cores=0,2,4,6
/proc/20249/stat : 20249 (java) S 20247 20247 20185 0 -1 1077944320 5505 0 0 0 13 1 0 0 20 0 15 0 445754571 15508250624 7585 33554432000 4194304 4196468 140735334467744 140735334450288 140180791447287 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
/proc/20249/statm: 3786194 7585 3146 1 0 3748377 0
[pid=20249/tid=20251] ppid=20247 vsize=15144776 memory=-6962121287837372198 CPUtime=0.09 cores=0,2,4,6
/proc/20249/task/20251/stat : 20251 (java) R 20247 20247 20185 0 -1 4202560 3382 0 0 0 9 0 0 0 20 0 15 0 445754571 15508250624 7585 33554432000 4194304 4196468 140735334467744 140180795667944 140180783684414 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20256] ppid=20247 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/20249/task/20256/stat : 20256 (java) S 20247 20247 20185 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445754572 15508250624 7585 33554432000 4194304 4196468 140735334467744 140180754553872 140180791457493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20257] ppid=20247 vsize=15144776 memory=139759358621312 CPUtime=0 cores=0,2,4,6
/proc/20249/task/20257/stat : 20257 (java) S 20247 20247 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445754572 15508250624 7585 33554432000 4194304 4196468 140735334467744 140180382997648 140180791457493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20258] ppid=20247 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20249/task/20258/stat : 20258 (java) S 20247 20247 20185 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445754572 15508250624 7585 33554432000 4194304 4196468 140735334467744 140180381944592 140180791457493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20259] ppid=20247 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20249/task/20259/stat : 20259 (java) S 20247 20247 20185 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445754572 15508250624 7585 33554432000 4194304 4196468 140735334467744 140180380892048 140180791457493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20261] ppid=20247 vsize=15144776 memory=139759358621312 CPUtime=0 cores=0,2,4,6
/proc/20249/task/20261/stat : 20261 (java) S 20247 20247 20185 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445754573 15508250624 7585 33554432000 4194304 4196468 140735334467744 140180260055280 140180791458434 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20264] ppid=20247 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20249/task/20264/stat : 20264 (java) S 20247 20247 20185 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445754574 15508250624 7585 33554432000 4194304 4196468 140735334467744 140180259001504 140180791457493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20265] ppid=20247 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20249/task/20265/stat : 20265 (java) S 20247 20247 20185 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445754574 15508250624 7585 33554432000 4194304 4196468 140735334467744 140180257948400 140180791457493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20271] ppid=20247 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20249/task/20271/stat : 20271 (java) S 20247 20247 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445754576 15508250624 7585 33554432000 4194304 4196468 140735334467744 140180256896976 140180791465883 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20272] ppid=20247 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20249/task/20272/stat : 20272 (java) R 20247 20247 20185 0 -1 1077944384 365 0 0 0 0 0 0 0 20 0 15 0 445754576 15508250624 7585 33554432000 4194304 4196468 140735334467744 140180255845104 140180791458434 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20273] ppid=20247 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20249/task/20273/stat : 20273 (java) R 20247 20247 20185 0 -1 4202560 123 0 0 0 0 0 0 0 20 0 15 0 445754576 15508250624 7585 33554432000 4194304 4196468 140735334467744 140180254792560 140180775840650 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20274] ppid=20247 vsize=15144776 memory=139759358621312 CPUtime=0.02 cores=0,2,4,6
/proc/20249/task/20274/stat : 20274 (java) R 20247 20247 20185 0 -1 4202560 331 0 0 0 2 0 0 0 20 0 15 0 445754576 15508250624 7585 33554432000 4194304 4196468 140735334467744 140180253739504 140180770131409 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20276] ppid=20247 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20249/task/20276/stat : 20276 (java) S 20247 20247 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445754577 15508250624 7585 33554432000 4194304 4196468 140735334467744 140180252687200 140180791457493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20277] ppid=20247 vsize=15144776 memory=139759358621312 CPUtime=0 cores=0,2,4,6
/proc/20249/task/20277/stat : 20277 (java) S 20247 20247 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445754577 15508250624 7585 33554432000 4194304 4196468 140735334467744 140180251634224 140180791458434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31788 KiB

[startup+0.210577 s]*
/proc/loadavg: 0.54 0.67 0.76 4/227 20277
/proc/meminfo: memFree=31017192/32770624 swapFree=66922644/67108860
[pid=20247] ppid=20239 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/20247/stat : 20247 (xcsp3-exec) S 20239 20247 20185 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445754571 115843072 362 33554432000 4194304 5098028 140729977647904 140729977646008 140151212679804 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 40468480 140729977652091 140729977652333 140729977652333 140729977655242 0
/proc/20247/statm: 28282 362 304 221 0 87 0
[pid=20249] ppid=20247 vsize=15144776 memory=40700 CPUtime=0.34 cores=0,2,4,6
/proc/20249/stat : 20249 (java) S 20247 20247 20185 0 -1 1077944320 8903 0 0 0 32 2 0 0 20 0 15 0 445754571 15508250624 10175 33554432000 4194304 4196468 140735334467744 140735334450288 140180791447287 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
/proc/20249/statm: 3786194 10175 3289 1 0 3748377 0
[pid=20249/tid=20251] ppid=20247 vsize=15144776 memory=7883960649037381690 CPUtime=0.19 cores=0,2,4,6
/proc/20249/task/20251/stat : 20251 (java) R 20247 20247 20185 0 -1 4202560 6176 0 0 0 18 1 0 0 20 0 15 0 445754571 15508250624 10175 33554432000 4194304 4196468 140735334467744 140180795680848 140180429049406 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20256] ppid=20247 vsize=15144776 memory=12641 CPUtime=0 cores=0,2,4,6
/proc/20249/task/20256/stat : 20256 (java) S 20247 20247 20185 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445754572 15508250624 10175 33554432000 4194304 4196468 140735334467744 140180754553872 140180791457493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20257] ppid=20247 vsize=15144776 memory=139759358641780 CPUtime=0 cores=0,2,4,6
/proc/20249/task/20257/stat : 20257 (java) S 20247 20247 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445754572 15508250624 10175 33554432000 4194304 4196468 140735334467744 140180382997648 140180791457493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20258] ppid=20247 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20249/task/20258/stat : 20258 (java) S 20247 20247 20185 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445754572 15508250624 10175 33554432000 4194304 4196468 140735334467744 140180381944592 140180791457493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20259] ppid=20247 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20249/task/20259/stat : 20259 (java) S 20247 20247 20185 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445754572 15508250624 10175 33554432000 4194304 4196468 140735334467744 140180380892048 140180791457493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20261] ppid=20247 vsize=15144776 memory=139759358621312 CPUtime=0 cores=0,2,4,6
/proc/20249/task/20261/stat : 20261 (java) S 20247 20247 20185 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445754573 15508250624 10175 33554432000 4194304 4196468 140735334467744 140180260055280 140180791458434 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20264] ppid=20247 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20249/task/20264/stat : 20264 (java) S 20247 20247 20185 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445754574 15508250624 10175 33554432000 4194304 4196468 140735334467744 140180259001504 140180791457493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20265] ppid=20247 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20249/task/20265/stat : 20265 (java) S 20247 20247 20185 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445754574 15508250624 10175 33554432000 4194304 4196468 140735334467744 140180257948400 140180791457493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20271] ppid=20247 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20249/task/20271/stat : 20271 (java) S 20247 20247 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445754576 15508250624 10175 33554432000 4194304 4196468 140735334467744 140180256896976 140180791465883 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20272] ppid=20247 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/20249/task/20272/stat : 20272 (java) S 20247 20247 20185 0 -1 1077944384 462 0 0 0 2 0 0 0 20 0 15 0 445754576 15508250624 10175 33554432000 4194304 4196468 140735334467744 140180255845104 140180791458434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20273] ppid=20247 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/20249/task/20273/stat : 20273 (java) S 20247 20247 20185 0 -1 1077944384 186 0 0 0 2 0 0 0 20 0 15 0 445754576 15508250624 10175 33554432000 4194304 4196468 140735334467744 140180254792560 140180791458434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20274] ppid=20247 vsize=15144776 memory=139759358621312 CPUtime=0.08 cores=0,2,4,6
/proc/20249/task/20274/stat : 20274 (java) R 20247 20247 20185 0 -1 4202560 771 0 0 0 8 0 0 0 20 0 15 0 445754576 15508250624 10175 33554432000 4194304 4196468 140735334467744 140180253739504 140180791459222 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20276] ppid=20247 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20249/task/20276/stat : 20276 (java) S 20247 20247 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445754577 15508250624 10175 33554432000 4194304 4196468 140735334467744 140180252687200 140180791457493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20277] ppid=20247 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20249/task/20277/stat : 20277 (java) S 20247 20247 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445754577 15508250624 10175 33554432000 4194304 4196468 140735334467744 140180251634224 140180791458434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42148 KiB

[startup+0.310517 s]*
/proc/loadavg: 0.54 0.67 0.76 7/227 20277
/proc/meminfo: memFree=31005008/32770624 swapFree=66922644/67108860
[pid=20247] ppid=20239 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/20247/stat : 20247 (xcsp3-exec) S 20239 20247 20185 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445754571 115843072 362 33554432000 4194304 5098028 140729977647904 140729977646008 140151212679804 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 40468480 140729977652091 140729977652333 140729977652333 140729977655242 0
/proc/20247/statm: 28282 362 304 221 0 87 0
[pid=20249] ppid=20247 vsize=15149032 memory=49964 CPUtime=0.53 cores=0,2,4,6
/proc/20249/stat : 20249 (java) S 20247 20247 20185 0 -1 1077944320 10265 0 0 0 49 4 0 0 20 0 15 0 445754571 15512608768 12491 33554432000 4194304 4196468 140735334467744 140735334450288 140180791447287 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
/proc/20249/statm: 3787258 12491 3363 1 0 3748377 0
[pid=20249/tid=20251] ppid=20247 vsize=15149032 memory=6791534058613427641 CPUtime=0.3 cores=0,2,4,6
/proc/20249/task/20251/stat : 20251 (java) R 20247 20247 20185 0 -1 4202560 7237 0 0 0 27 3 0 0 20 0 15 0 445754571 15512608768 12491 33554432000 4194304 4196468 140735334467744 140180795681680 140180775527774 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20256] ppid=20247 vsize=15149032 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/20249/task/20256/stat : 20256 (java) S 20247 20247 20185 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445754572 15512608768 12491 33554432000 4194304 4196468 140735334467744 140180754553872 140180791457493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20257] ppid=20247 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/20249/task/20257/stat : 20257 (java) S 20247 20247 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445754572 15512608768 12491 33554432000 4194304 4196468 140735334467744 140180382997648 140180791457493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20258] ppid=20247 vsize=15149032 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/20249/task/20258/stat : 20258 (java) S 20247 20247 20185 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445754572 15512608768 12491 33554432000 4194304 4196468 140735334467744 140180381944592 140180791457493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20259] ppid=20247 vsize=15149032 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/20249/task/20259/stat : 20259 (java) S 20247 20247 20185 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445754572 15512608768 12491 33554432000 4194304 4196468 140735334467744 140180380892048 140180791457493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20261] ppid=20247 vsize=15149032 memory=4500088463514900084 CPUtime=0 cores=0,2,4,6
/proc/20249/task/20261/stat : 20261 (java) S 20247 20247 20185 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445754573 15512608768 12491 33554432000 4194304 4196468 140735334467744 140180260055280 140180791458434 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20264] ppid=20247 vsize=15149032 memory=6944613755495348631 CPUtime=0 cores=0,2,4,6
/proc/20249/task/20264/stat : 20264 (java) S 20247 20247 20185 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445754574 15512608768 12491 33554432000 4194304 4196468 140735334467744 140180259001504 140180791457493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20265] ppid=20247 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/20249/task/20265/stat : 20265 (java) S 20247 20247 20185 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445754574 15512608768 12491 33554432000 4194304 4196468 140735334467744 140180257948400 140180791457493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20271] ppid=20247 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/20249/task/20271/stat : 20271 (java) S 20247 20247 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445754576 15512608768 12491 33554432000 4194304 4196468 140735334467744 140180256896976 140180791465883 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20272] ppid=20247 vsize=15149032 memory=7827413994055111515 CPUtime=0.04 cores=0,2,4,6
/proc/20249/task/20272/stat : 20272 (java) S 20247 20247 20185 0 -1 1077944384 478 0 0 0 4 0 0 0 20 0 15 0 445754576 15512608768 12491 33554432000 4194304 4196468 140735334467744 140180255845104 140180791458434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20273] ppid=20247 vsize=15149032 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/20249/task/20273/stat : 20273 (java) R 20247 20247 20185 0 -1 4202560 340 0 0 0 4 0 0 0 20 0 15 0 445754576 15512608768 12491 33554432000 4194304 4196468 140735334467744 140180254792560 140180775839512 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20274] ppid=20247 vsize=15149032 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/20249/task/20274/stat : 20274 (java) S 20247 20247 20185 0 -1 1077944384 913 0 0 0 13 0 0 0 20 0 15 0 445754576 15512608768 12491 33554432000 4194304 4196468 140735334467744 140180253739504 140180791458434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20276] ppid=20247 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20249/task/20276/stat : 20276 (java) S 20247 20247 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445754577 15512608768 12491 33554432000 4194304 4196468 140735334467744 140180252687200 140180791457493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20277] ppid=20247 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20249/task/20277/stat : 20277 (java) S 20247 20247 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445754577 15512608768 12491 33554432000 4194304 4196468 140735334467744 140180251634224 140180791458434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51412 KiB

[startup+0.701364 s]
/proc/loadavg: 0.54 0.67 0.76 10/227 20277
/proc/meminfo: memFree=30977240/32770624 swapFree=66922644/67108860
[pid=20247] ppid=20239 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/20247/stat : 20247 (xcsp3-exec) S 20239 20247 20185 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445754571 115843072 362 33554432000 4194304 5098028 140729977647904 140729977646008 140151212679804 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 40468480 140729977652091 140729977652333 140729977652333 140729977655242 0
/proc/20247/statm: 28282 362 304 221 0 87 0
[pid=20249] ppid=20247 vsize=15483976 memory=147008 CPUtime=1.69 cores=0,2,4,6
/proc/20249/stat : 20249 (java) S 20247 20247 20185 0 -1 1077944320 14174 0 0 0 162 7 0 0 20 0 19 0 445754571 15855591424 36752 33554432000 4194304 4196468 140735334467744 140735334450288 140180791447287 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
/proc/20249/statm: 3870994 36752 3460 1 0 3832094 0
[pid=20249/tid=20251] ppid=20247 vsize=15483976 memory=47352 CPUtime=0.51 cores=0,2,4,6
/proc/20249/task/20251/stat : 20251 (java) S 20247 20247 20185 0 -1 1077944384 8215 0 0 0 48 3 0 0 20 0 19 0 445754571 15855591424 36752 33554432000 4194304 4196468 140735334467744 140180795688064 140180791457493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20256] ppid=20247 vsize=15483976 memory=988 CPUtime=0 cores=0,2,4,6
/proc/20249/task/20256/stat : 20256 (java) S 20247 20247 20185 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 445754572 15855591424 36752 33554432000 4194304 4196468 140735334467744 140180754553872 140180791457493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20257] ppid=20247 vsize=15483976 memory=2016 CPUtime=0 cores=0,2,4,6
/proc/20249/task/20257/stat : 20257 (java) S 20247 20247 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445754572 15855591424 36752 33554432000 4194304 4196468 140735334467744 140180382997648 140180791457493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20258] ppid=20247 vsize=15483976 memory=1428 CPUtime=0 cores=0,2,4,6
/proc/20249/task/20258/stat : 20258 (java) S 20247 20247 20185 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 445754572 15855591424 36752 33554432000 4194304 4196468 140735334467744 140180381944592 140180791457493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20259] ppid=20247 vsize=15483976 memory=10728 CPUtime=0 cores=0,2,4,6
/proc/20249/task/20259/stat : 20259 (java) S 20247 20247 20185 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 445754572 15855591424 36752 33554432000 4194304 4196468 140735334467744 140180380892048 140180791457493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20261] ppid=20247 vsize=15483976 memory=1552 CPUtime=0 cores=0,2,4,6
/proc/20249/task/20261/stat : 20261 (java) S 20247 20247 20185 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 445754573 15855591424 36752 33554432000 4194304 4196468 140735334467744 140180260055280 140180791458434 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20264] ppid=20247 vsize=15483976 memory=4096 CPUtime=0 cores=0,2,4,6
/proc/20249/task/20264/stat : 20264 (java) S 20247 20247 20185 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 445754574 15855591424 36752 33554432000 4194304 4196468 140735334467744 140180259001504 140180791457493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20265] ppid=20247 vsize=15483976 memory=2832 CPUtime=0 cores=0,2,4,6
/proc/20249/task/20265/stat : 20265 (java) S 20247 20247 20185 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 445754574 15855591424 36752 33554432000 4194304 4196468 140735334467744 140180257948400 140180791457493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20271] ppid=20247 vsize=15483976 memory=772 CPUtime=0 cores=0,2,4,6
/proc/20249/task/20271/stat : 20271 (java) S 20247 20247 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445754576 15855591424 36752 33554432000 4194304 4196468 140735334467744 140180256896976 140180791465883 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20272] ppid=20247 vsize=15483976 memory=1060 CPUtime=0.27 cores=0,2,4,6
/proc/20249/task/20272/stat : 20272 (java) R 20247 20247 20185 0 -1 4202560 1243 0 0 0 27 0 0 0 20 0 19 0 445754576 15855591424 36752 33554432000 4194304 4196468 140735334467744 140180255838296 140180772147584 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20273] ppid=20247 vsize=15483976 memory=1484 CPUtime=0.26 cores=0,2,4,6
/proc/20249/task/20273/stat : 20273 (java) R 20247 20247 20185 0 -1 4202560 746 0 0 0 26 0 0 0 20 0 19 0 445754576 15855591424 36752 33554432000 4194304 4196468 140735334467744 140180254782352 140180777477346 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20274] ppid=20247 vsize=15483976 memory=1096 CPUtime=0.34 cores=0,2,4,6
/proc/20249/task/20274/stat : 20274 (java) S 20247 20247 20185 0 -1 1077944384 1803 0 0 0 34 0 0 0 20 0 19 0 445754576 15855591424 36752 33554432000 4194304 4196468 140735334467744 140180253739632 140180791457493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20276] ppid=20247 vsize=15483976 memory=1176 CPUtime=0 cores=0,2,4,6
/proc/20249/task/20276/stat : 20276 (java) S 20247 20247 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445754577 15855591424 36752 33554432000 4194304 4196468 140735334467744 140180252687200 140180791457493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20277] ppid=20247 vsize=15483976 memory=6072 CPUtime=0 cores=0,2,4,6
/proc/20249/task/20277/stat : 20277 (java) S 20247 20247 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445754577 15855591424 36752 33554432000 4194304 4196468 140735334467744 140180251634224 140180791458434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
Current children cumulated CPU time: 1.69 s
Current children cumulated vsize: 15597104 KiB
Current children cumulated memory: 148456 KiB

[startup+1.50136 s]
/proc/loadavg: 1.54 0.87 0.82 16/235 20469
/proc/meminfo: memFree=30707080/32770624 swapFree=66922644/67108860
[pid=20247] ppid=20239 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/20247/stat : 20247 (xcsp3-exec) S 20239 20247 20185 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445754571 115843072 362 33554432000 4194304 5098028 140729977647904 140729977646008 140151212679804 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 40468480 140729977652091 140729977652333 140729977652333 140729977655242 0
/proc/20247/statm: 28282 362 304 221 0 87 0

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

/proc/20249/task/20277/stat : 20277 (java) S 20247 20247 20185 0 -1 1077944384 1018 0 0 0 0 5 0 0 20 0 19 0 445754577 15856644096 94609 33554432000 4194304 4196468 140735334467744 140180251634224 140180791458434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20498] ppid=20247 vsize=15485004 memory=772 CPUtime=301.52 cores=0,2,4,6
/proc/20249/task/20498/stat : 20498 (java) R 20247 20247 20185 0 -1 4202560 897 0 0 0 30152 0 0 0 20 0 19 0 445755130 15856644096 94609 33554432000 4194304 4196468 140735334467744 140180242415112 140180432963045 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20499] ppid=20247 vsize=15485004 memory=1060 CPUtime=301.48 cores=0,2,4,6
/proc/20249/task/20499/stat : 20499 (java) R 20247 20247 20185 0 -1 4202560 2056 0 0 0 30148 0 0 0 20 0 19 0 445755130 15856644096 94609 33554432000 4194304 4196468 140735334467744 140180237155056 140180434742531 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20500] ppid=20247 vsize=15485004 memory=6072 CPUtime=301.2 cores=0,2,4,6
/proc/20249/task/20500/stat : 20500 (java) R 20247 20247 20185 0 -1 4202560 3095 0 0 0 30120 0 0 0 20 0 19 0 445755130 15856644096 94609 33554432000 4194304 4196468 140735334467744 140180240311120 140180432121490 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20501] ppid=20247 vsize=15485004 memory=780 CPUtime=301.4 cores=0,2,4,6
/proc/20249/task/20501/stat : 20501 (java) R 20247 20247 20185 0 -1 4202560 1344 0 0 0 30140 0 0 0 20 0 19 0 445755130 15856644096 94609 33554432000 4194304 4196468 140735334467744 140180239257256 140180432900131 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
Current children cumulated CPU time: 1229.47 s
Current children cumulated vsize: 15598132 KiB
Current children cumulated memory: 379884 KiB

[startup+310.501 s]
/proc/loadavg: 8.38 5.69 2.96 9/236 20532
/proc/meminfo: memFree=30440044/32770624 swapFree=66922648/67108860
[pid=20247] ppid=20239 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/20247/stat : 20247 (xcsp3-exec) S 20239 20247 20185 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445754571 115843072 362 33554432000 4194304 5098028 140729977647904 140729977646008 140151212679804 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 40468480 140729977652091 140729977652333 140729977652333 140729977655242 0
/proc/20247/statm: 28282 362 304 221 0 87 0
[pid=20249] ppid=20247 vsize=15485004 memory=378436 CPUtime=1232.64 cores=0,2,4,6
/proc/20249/stat : 20249 (java) S 20247 20247 20185 0 -1 1077944320 64075 0 0 0 123228 36 0 0 20 0 19 0 445754571 15856644096 94609 33554432000 4194304 4196468 140735334467744 140735334450288 140180791447287 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
/proc/20249/statm: 3871251 94609 3516 1 0 3832351 0
[pid=20249/tid=20251] ppid=20247 vsize=15485004 memory=1540 CPUtime=0.52 cores=0,2,4,6
/proc/20249/task/20251/stat : 20251 (java) S 20247 20247 20185 0 -1 1077944384 8282 0 0 0 49 3 0 0 20 0 19 0 445754571 15856644096 94609 33554432000 4194304 4196468 140735334467744 140180795688064 140180791457493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20256] ppid=20247 vsize=15485004 memory=1540 CPUtime=0.42 cores=0,2,4,6
/proc/20249/task/20256/stat : 20256 (java) S 20247 20247 20185 0 -1 1077944384 1114 0 0 0 37 5 0 0 20 0 19 0 445754572 15856644096 94609 33554432000 4194304 4196468 140735334467744 140180754553872 140180791457493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20257] ppid=20247 vsize=15485004 memory=828 CPUtime=0.42 cores=0,2,4,6
/proc/20249/task/20257/stat : 20257 (java) S 20247 20247 20185 0 -1 1077944384 2335 0 0 0 36 6 0 0 20 0 19 0 445754572 15856644096 94609 33554432000 4194304 4196468 140735334467744 140180382997648 140180791457493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20258] ppid=20247 vsize=15485004 memory=1448 CPUtime=0.42 cores=0,2,4,6
/proc/20249/task/20258/stat : 20258 (java) S 20247 20247 20185 0 -1 1077944384 1955 0 0 0 36 6 0 0 20 0 19 0 445754572 15856644096 94609 33554432000 4194304 4196468 140735334467744 140180381944592 140180791457493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20259] ppid=20247 vsize=15485004 memory=1448 CPUtime=0.43 cores=0,2,4,6
/proc/20249/task/20259/stat : 20259 (java) S 20247 20247 20185 0 -1 1077944384 2464 0 0 0 38 5 0 0 20 0 19 0 445754572 15856644096 94609 33554432000 4194304 4196468 140735334467744 140180380892048 140180791457493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20261] ppid=20247 vsize=15485004 memory=1428 CPUtime=0.26 cores=0,2,4,6
/proc/20249/task/20261/stat : 20261 (java) S 20247 20247 20185 0 -1 1077944384 2304 0 0 0 25 1 0 0 20 0 19 0 445754573 15856644096 94609 33554432000 4194304 4196468 140735334467744 140180260055280 140180791458434 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20264] ppid=20247 vsize=15485004 memory=10728 CPUtime=0 cores=0,2,4,6
/proc/20249/task/20264/stat : 20264 (java) S 20247 20247 20185 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 19 0 445754574 15856644096 94609 33554432000 4194304 4196468 140735334467744 140180259001568 140180791457493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20265] ppid=20247 vsize=15485004 memory=1552 CPUtime=0 cores=0,2,4,6
/proc/20249/task/20265/stat : 20265 (java) S 20247 20247 20185 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 19 0 445754574 15856644096 94609 33554432000 4194304 4196468 140735334467744 140180257948400 140180791457493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20271] ppid=20247 vsize=15485004 memory=4096 CPUtime=0 cores=0,2,4,6
/proc/20249/task/20271/stat : 20271 (java) S 20247 20247 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445754576 15856644096 94609 33554432000 4194304 4196468 140735334467744 140180256896976 140180791465883 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20272] ppid=20247 vsize=15485004 memory=2832 CPUtime=2.51 cores=0,2,4,6
/proc/20249/task/20272/stat : 20272 (java) S 20247 20247 20185 0 -1 1077944384 14745 0 0 0 250 1 0 0 20 0 19 0 445754576 15856644096 94609 33554432000 4194304 4196468 140735334467744 140180255845104 140180791458434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20273] ppid=20247 vsize=15485004 memory=772 CPUtime=2.4 cores=0,2,4,6
/proc/20249/task/20273/stat : 20273 (java) S 20247 20247 20185 0 -1 1077944384 11650 0 0 0 239 1 0 0 20 0 19 0 445754576 15856644096 94609 33554432000 4194304 4196468 140735334467744 140180254792560 140180791458434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20274] ppid=20247 vsize=15485004 memory=6791534058613427641 CPUtime=0.61 cores=0,2,4,6
/proc/20249/task/20274/stat : 20274 (java) S 20247 20247 20185 0 -1 1077944384 6455 0 0 0 60 1 0 0 20 0 19 0 445754576 15856644096 94609 33554432000 4194304 4196468 140735334467744 140180253739504 140180791458434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20276] ppid=20247 vsize=15485004 memory=2832 CPUtime=0 cores=0,2,4,6
/proc/20249/task/20276/stat : 20276 (java) S 20247 20247 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445754577 15856644096 94609 33554432000 4194304 4196468 140735334467744 140180252687200 140180791457493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20277] ppid=20247 vsize=15485004 memory=772 CPUtime=0.05 cores=0,2,4,6
/proc/20249/task/20277/stat : 20277 (java) S 20247 20247 20185 0 -1 1077944384 1018 0 0 0 0 5 0 0 20 0 19 0 445754577 15856644096 94609 33554432000 4194304 4196468 140735334467744 140180251634224 140180791458434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20498] ppid=20247 vsize=15485004 memory=6791534058613427641 CPUtime=302.3 cores=0,2,4,6
/proc/20249/task/20498/stat : 20498 (java) R 20247 20247 20185 0 -1 4202560 897 0 0 0 30230 0 0 0 20 0 19 0 445755130 15856644096 94609 33554432000 4194304 4196468 140735334467744 140180242414736 140180432016342 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20499] ppid=20247 vsize=15485004 memory=376900 CPUtime=302.28 cores=0,2,4,6
/proc/20249/task/20499/stat : 20499 (java) R 20247 20247 20185 0 -1 4202560 2058 0 0 0 30228 0 0 0 20 0 19 0 445755130 15856644096 94609 33554432000 4194304 4196468 140735334467744 140180237155056 140180433396059 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20500] ppid=20247 vsize=15485004 memory=15823283127847325 CPUtime=301.99 cores=0,2,4,6
/proc/20249/task/20500/stat : 20500 (java) R 20247 20247 20185 0 -1 4202560 3095 0 0 0 30199 0 0 0 20 0 19 0 445755130 15856644096 94609 33554432000 4194304 4196468 140735334467744 140180240310632 140180433012789 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20501] ppid=20247 vsize=15485004 memory=4872558044660077418 CPUtime=302.2 cores=0,2,4,6
/proc/20249/task/20501/stat : 20501 (java) R 20247 20247 20185 0 -1 4202560 1344 0 0 0 30220 0 0 0 20 0 19 0 445755130 15856644096 94609 33554432000 4194304 4196468 140735334467744 140180239257256 140180432734394 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
Current children cumulated CPU time: 1232.64 s
Current children cumulated vsize: 15598132 KiB
Current children cumulated memory: 379884 KiB

[startup+310.701 s]
/proc/loadavg: 8.38 5.69 2.96 9/236 20532
/proc/meminfo: memFree=30440044/32770624 swapFree=66922648/67108860
[pid=20247] ppid=20239 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/20247/stat : 20247 (xcsp3-exec) S 20239 20247 20185 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445754571 115843072 362 33554432000 4194304 5098028 140729977647904 140729977646008 140151212679804 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 40468480 140729977652091 140729977652333 140729977652333 140729977655242 0
/proc/20247/statm: 28282 362 304 221 0 87 0
[pid=20249] ppid=20247 vsize=15485004 memory=378436 CPUtime=1233.44 cores=0,2,4,6
/proc/20249/stat : 20249 (java) S 20247 20247 20185 0 -1 1077944320 64078 0 0 0 123308 36 0 0 20 0 19 0 445754571 15856644096 94609 33554432000 4194304 4196468 140735334467744 140735334450288 140180791447287 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
/proc/20249/statm: 3871251 94609 3516 1 0 3832351 0
[pid=20249/tid=20251] ppid=20247 vsize=15485004 memory=4420 CPUtime=0.52 cores=0,2,4,6
/proc/20249/task/20251/stat : 20251 (java) S 20247 20247 20185 0 -1 1077944384 8282 0 0 0 49 3 0 0 20 0 19 0 445754571 15856644096 94609 33554432000 4194304 4196468 140735334467744 140180795688064 140180791457493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20256] ppid=20247 vsize=15485004 memory=6628 CPUtime=0.42 cores=0,2,4,6
/proc/20249/task/20256/stat : 20256 (java) S 20247 20247 20185 0 -1 1077944384 1115 0 0 0 37 5 0 0 20 0 19 0 445754572 15856644096 94609 33554432000 4194304 4196468 140735334467744 140180754553872 140180791457493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20257] ppid=20247 vsize=15485004 memory=6791534058613427641 CPUtime=0.42 cores=0,2,4,6
/proc/20249/task/20257/stat : 20257 (java) S 20247 20247 20185 0 -1 1077944384 2335 0 0 0 36 6 0 0 20 0 19 0 445754572 15856644096 94609 33554432000 4194304 4196468 140735334467744 140180382997648 140180791457493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20258] ppid=20247 vsize=15485004 memory=988 CPUtime=0.42 cores=0,2,4,6
/proc/20249/task/20258/stat : 20258 (java) S 20247 20247 20185 0 -1 1077944384 1955 0 0 0 36 6 0 0 20 0 19 0 445754572 15856644096 94609 33554432000 4194304 4196468 140735334467744 140180381944592 140180791457493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20259] ppid=20247 vsize=15485004 memory=2016 CPUtime=0.43 cores=0,2,4,6
/proc/20249/task/20259/stat : 20259 (java) S 20247 20247 20185 0 -1 1077944384 2465 0 0 0 38 5 0 0 20 0 19 0 445754572 15856644096 94609 33554432000 4194304 4196468 140735334467744 140180380892048 140180791457493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20261] ppid=20247 vsize=15485004 memory=279518487364608 CPUtime=0.26 cores=0,2,4,6
/proc/20249/task/20261/stat : 20261 (java) S 20247 20247 20185 0 -1 1077944384 2304 0 0 0 25 1 0 0 20 0 19 0 445754573 15856644096 94609 33554432000 4194304 4196468 140735334467744 140180260055280 140180791458434 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20264] ppid=20247 vsize=15485004 memory=1984 CPUtime=0 cores=0,2,4,6
/proc/20249/task/20264/stat : 20264 (java) S 20247 20247 20185 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 19 0 445754574 15856644096 94609 33554432000 4194304 4196468 140735334467744 140180259001568 140180791457493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20265] ppid=20247 vsize=15485004 memory=2364 CPUtime=0 cores=0,2,4,6
/proc/20249/task/20265/stat : 20265 (java) S 20247 20247 20185 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 19 0 445754574 15856644096 94609 33554432000 4194304 4196468 140735334467744 140180257948400 140180791457493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20271] ppid=20247 vsize=15485004 memory=1540 CPUtime=0 cores=0,2,4,6
/proc/20249/task/20271/stat : 20271 (java) S 20247 20247 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445754576 15856644096 94609 33554432000 4194304 4196468 140735334467744 140180256896976 140180791465883 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20272] ppid=20247 vsize=15485004 memory=828 CPUtime=2.51 cores=0,2,4,6
/proc/20249/task/20272/stat : 20272 (java) S 20247 20247 20185 0 -1 1077944384 14745 0 0 0 250 1 0 0 20 0 19 0 445754576 15856644096 94609 33554432000 4194304 4196468 140735334467744 140180255845104 140180791458434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20273] ppid=20247 vsize=15485004 memory=1448 CPUtime=2.4 cores=0,2,4,6
/proc/20249/task/20273/stat : 20273 (java) S 20247 20247 20185 0 -1 1077944384 11650 0 0 0 239 1 0 0 20 0 19 0 445754576 15856644096 94609 33554432000 4194304 4196468 140735334467744 140180254792560 140180791458434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20274] ppid=20247 vsize=15485004 memory=2116 CPUtime=0.61 cores=0,2,4,6
/proc/20249/task/20274/stat : 20274 (java) S 20247 20247 20185 0 -1 1077944384 6455 0 0 0 60 1 0 0 20 0 19 0 445754576 15856644096 94609 33554432000 4194304 4196468 140735334467744 140180253739504 140180791458434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20276] ppid=20247 vsize=15485004 memory=12024 CPUtime=0 cores=0,2,4,6
/proc/20249/task/20276/stat : 20276 (java) S 20247 20247 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445754577 15856644096 94609 33554432000 4194304 4196468 140735334467744 140180252687200 140180791457493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20277] ppid=20247 vsize=15485004 memory=1560 CPUtime=0.05 cores=0,2,4,6
/proc/20249/task/20277/stat : 20277 (java) S 20247 20247 20185 0 -1 1077944384 1018 0 0 0 0 5 0 0 20 0 19 0 445754577 15856644096 94609 33554432000 4194304 4196468 140735334467744 140180251634224 140180791458434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20498] ppid=20247 vsize=15485004 memory=500 CPUtime=302.5 cores=0,2,4,6
/proc/20249/task/20498/stat : 20498 (java) R 20247 20247 20185 0 -1 4202560 897 0 0 0 30250 0 0 0 20 0 19 0 445755130 15856644096 94609 33554432000 4194304 4196468 140735334467744 140180242415112 140180432122696 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20499] ppid=20247 vsize=15485004 memory=928 CPUtime=302.48 cores=0,2,4,6
/proc/20249/task/20499/stat : 20499 (java) R 20247 20247 20185 0 -1 4202560 2058 0 0 0 30248 0 0 0 20 0 19 0 445755130 15856644096 94609 33554432000 4194304 4196468 140735334467744 140180237152448 140180432899644 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20500] ppid=20247 vsize=15485004 memory=47356 CPUtime=302.19 cores=0,2,4,6
/proc/20249/task/20500/stat : 20500 (java) R 20247 20247 20185 0 -1 4202560 3095 0 0 0 30219 0 0 0 20 0 19 0 445755130 15856644096 94609 33554432000 4194304 4196468 140735334467744 140180240314176 140180433942822 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20501] ppid=20247 vsize=15485004 memory=988 CPUtime=302.4 cores=0,2,4,6
/proc/20249/task/20501/stat : 20501 (java) R 20247 20247 20185 0 -1 4202560 1345 0 0 0 30240 0 0 0 20 0 19 0 445755130 15856644096 94609 33554432000 4194304 4196468 140735334467744 140180239260264 140180772853576 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
Current children cumulated CPU time: 1233.44 s
Current children cumulated vsize: 15598132 KiB
Current children cumulated memory: 379884 KiB

[startup+310.801 s]
/proc/loadavg: 8.38 5.69 2.96 9/236 20532
/proc/meminfo: memFree=30440044/32770624 swapFree=66922648/67108860
[pid=20247] ppid=20239 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/20247/stat : 20247 (xcsp3-exec) S 20239 20247 20185 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445754571 115843072 362 33554432000 4194304 5098028 140729977647904 140729977646008 140151212679804 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 40468480 140729977652091 140729977652333 140729977652333 140729977655242 0
/proc/20247/statm: 28282 362 304 221 0 87 0
[pid=20249] ppid=20247 vsize=15485004 memory=378436 CPUtime=1233.84 cores=0,2,4,6
/proc/20249/stat : 20249 (java) S 20247 20247 20185 0 -1 1077944320 64078 0 0 0 123348 36 0 0 20 0 19 0 445754571 15856644096 94609 33554432000 4194304 4196468 140735334467744 140735334450288 140180791447287 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
/proc/20249/statm: 3871251 94609 3516 1 0 3832351 0
[pid=20249/tid=20251] ppid=20247 vsize=15485004 memory=378436 CPUtime=0.52 cores=0,2,4,6
/proc/20249/task/20251/stat : 20251 (java) S 20247 20247 20185 0 -1 1077944384 8282 0 0 0 49 3 0 0 20 0 19 0 445754571 15856644096 94609 33554432000 4194304 4196468 140735334467744 140180795688064 140180791457493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20256] ppid=20247 vsize=15485004 memory=376388 CPUtime=0.42 cores=0,2,4,6
/proc/20249/task/20256/stat : 20256 (java) S 20247 20247 20185 0 -1 1077944384 1115 0 0 0 37 5 0 0 20 0 19 0 445754572 15856644096 94609 33554432000 4194304 4196468 140735334467744 140180754553872 140180791457493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20257] ppid=20247 vsize=15485004 memory=378436 CPUtime=0.42 cores=0,2,4,6
/proc/20249/task/20257/stat : 20257 (java) S 20247 20247 20185 0 -1 1077944384 2335 0 0 0 36 6 0 0 20 0 19 0 445754572 15856644096 94609 33554432000 4194304 4196468 140735334467744 140180382997648 140180791457493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20258] ppid=20247 vsize=15485004 memory=378436 CPUtime=0.42 cores=0,2,4,6
/proc/20249/task/20258/stat : 20258 (java) S 20247 20247 20185 0 -1 1077944384 1955 0 0 0 36 6 0 0 20 0 19 0 445754572 15856644096 94609 33554432000 4194304 4196468 140735334467744 140180381944592 140180791457493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20259] ppid=20247 vsize=15485004 memory=378436 CPUtime=0.43 cores=0,2,4,6
/proc/20249/task/20259/stat : 20259 (java) S 20247 20247 20185 0 -1 1077944384 2465 0 0 0 38 5 0 0 20 0 19 0 445754572 15856644096 94609 33554432000 4194304 4196468 140735334467744 140180380892048 140180791457493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20261] ppid=20247 vsize=15485004 memory=378436 CPUtime=0.26 cores=0,2,4,6
/proc/20249/task/20261/stat : 20261 (java) S 20247 20247 20185 0 -1 1077944384 2304 0 0 0 25 1 0 0 20 0 19 0 445754573 15856644096 94609 33554432000 4194304 4196468 140735334467744 140180260055280 140180791458434 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20264] ppid=20247 vsize=15485004 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/20249/task/20264/stat : 20264 (java) S 20247 20247 20185 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 19 0 445754574 15856644096 94609 33554432000 4194304 4196468 140735334467744 140180259001568 140180791457493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20265] ppid=20247 vsize=15485004 memory=378436 CPUtime=0 cores=0,2,4,6
/proc/20249/task/20265/stat : 20265 (java) S 20247 20247 20185 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 19 0 445754574 15856644096 94609 33554432000 4194304 4196468 140735334467744 140180257948400 140180791457493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20271] ppid=20247 vsize=15485004 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/20249/task/20271/stat : 20271 (java) S 20247 20247 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445754576 15856644096 94609 33554432000 4194304 4196468 140735334467744 140180256896976 140180791465883 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20272] ppid=20247 vsize=15485004 memory=378436 CPUtime=2.51 cores=0,2,4,6
/proc/20249/task/20272/stat : 20272 (java) S 20247 20247 20185 0 -1 1077944384 14745 0 0 0 250 1 0 0 20 0 19 0 445754576 15856644096 94609 33554432000 4194304 4196468 140735334467744 140180255845104 140180791458434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20273] ppid=20247 vsize=15485004 memory=378436 CPUtime=2.4 cores=0,2,4,6
/proc/20249/task/20273/stat : 20273 (java) S 20247 20247 20185 0 -1 1077944384 11650 0 0 0 239 1 0 0 20 0 19 0 445754576 15856644096 94609 33554432000 4194304 4196468 140735334467744 140180254792560 140180791458434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20274] ppid=20247 vsize=15485004 memory=1448 CPUtime=0.61 cores=0,2,4,6
/proc/20249/task/20274/stat : 20274 (java) S 20247 20247 20185 0 -1 1077944384 6455 0 0 0 60 1 0 0 20 0 19 0 445754576 15856644096 94609 33554432000 4194304 4196468 140735334467744 140180253739504 140180791458434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20276] ppid=20247 vsize=15485004 memory=2257 CPUtime=0 cores=0,2,4,6
/proc/20249/task/20276/stat : 20276 (java) S 20247 20247 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445754577 15856644096 94609 33554432000 4194304 4196468 140735334467744 140180252687200 140180791457493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20277] ppid=20247 vsize=15485004 memory=279518486456560 CPUtime=0.05 cores=0,2,4,6
/proc/20249/task/20277/stat : 20277 (java) S 20247 20247 20185 0 -1 1077944384 1018 0 0 0 0 5 0 0 20 0 19 0 445754577 15856644096 94609 33554432000 4194304 4196468 140735334467744 140180251634224 140180791458434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20498] ppid=20247 vsize=15485004 memory=1448 CPUtime=302.6 cores=0,2,4,6
/proc/20249/task/20498/stat : 20498 (java) R 20247 20247 20185 0 -1 4202560 897 0 0 0 30260 0 0 0 20 0 19 0 445755130 15856644096 94609 33554432000 4194304 4196468 140735334467744 140180242415112 140180428237564 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20499] ppid=20247 vsize=15485004 memory=1448 CPUtime=302.58 cores=0,2,4,6
/proc/20249/task/20499/stat : 20499 (java) R 20247 20247 20185 0 -1 4202560 2058 0 0 0 30258 0 0 0 20 0 19 0 445755130 15856644096 94609 33554432000 4194304 4196468 140735334467744 140180237152448 140180432122250 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20500] ppid=20247 vsize=15485004 memory=1448 CPUtime=302.29 cores=0,2,4,6
/proc/20249/task/20500/stat : 20500 (java) R 20247 20247 20185 0 -1 4202560 3095 0 0 0 30229 0 0 0 20 0 19 0 445755130 15856644096 94609 33554432000 4194304 4196468 140735334467744 140180240314176 140180432121838 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
[pid=20249/tid=20501] ppid=20247 vsize=15485004 memory=1448 CPUtime=302.5 cores=0,2,4,6
/proc/20249/task/20501/stat : 20501 (java) R 20247 20247 20185 0 -1 4202560 1345 0 0 0 30250 0 0 0 20 0 19 0 445755130 15856644096 94609 33554432000 4194304 4196468 140735334467744 140180239260264 140180432121795 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36036608 140735334470639 140735334470810 140735334470810 140735334473679 0
Current children cumulated CPU time: 1233.84 s
Current children cumulated vsize: 15598132 KiB
Current children cumulated memory: 379884 KiB

Child status: 0
Real time (s): 310.846
CPU time (s): 1233.98
CPU user time (s): 1233.61
CPU system time (s): 0.374601
CPU usage (%): 396.976
Max. virtual memory (cumulated for all children) (KiB): 15598132
Max. memory (cumulated for all children) (KiB): 379884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1233.61
system time used= 0.374601
maximum resident set size= 378592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65402
page faults= 0
swaps= 0
block input operations= 0
block output operations= 496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20172
involuntary context switches= 18302


# summary of solver processes directly reported to runsolver:
#   pid: 20247
#   total CPU time (s): 1233.98
#   total CPU user time (s): 1233.61
#   total CPU system time (s): 0.374601

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.95431 second user time and 3.28449 second system time

The end

Launcher Data

Begin job on node139 at 2019-09-17 06:36:11
IDJOB=4400478
IDBENCH=135739
IDSOLVER=2856
FILE ID=node139/4400478-1568694858
RUNJOBID= node139-1568694971-20216
PBS_JOBID= 21703808
Free space on /tmp= 59556 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-00.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 /tmp/evaluation-result-4400478-1568694858/watcher-4400478-1568694858 -o /tmp/evaluation-result-4400478-1568694858/solver-4400478-1568694858 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568694971-20216 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 462421046 HOME/instance-4400478-1568694858.xml

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

MD5SUM BENCH= 0f9f8d62bc132272af22ef8ddad99d7d
RANDOM SEED=462421046

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31077940 kB
MemAvailable:   31825780 kB
Buffers:          123048 kB
Cached:           915892 kB
SwapCached:        78116 kB
Active:           653976 kB
Inactive:         467000 kB
Active(anon):       6952 kB
Inactive(anon):   118196 kB
Active(file):     647024 kB
Inactive(file):   348804 kB
Unevictable:      108044 kB
Mlocked:          108044 kB
SwapTotal:      67108860 kB
SwapFree:       66922644 kB
Dirty:             52132 kB
Writeback:             0 kB
AnonPages:        113028 kB
Mapped:            47824 kB
Shmem:             34552 kB
Slab:             164928 kB
SReclaimable:     135696 kB
SUnreclaim:        29232 kB
KernelStack:        3248 kB
PageTables:         5924 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     502256 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 59508 MiB
End job on node139 at 2019-09-17 06:41:22