Trace number 4403776

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-20OPT105 1319.94 332.534

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-12.xml
MD5SUMdba33b05662b19bf60999f99ad872bed
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark105
Best CPU time to get the best result obtained on this benchmark43.4909
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size32
Distribution of domain sizes[{"size":15,"count":15},{"size":32,"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-4403776-1568992366.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco 3fb4b153
0.13/0.18	c [HOME/instance-4403776-1568992366.xml, -tl, 2520s, -p, 4]
0.13/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
1.03/0.52	c solve instance...
1.03/0.60	o 204 
1.03/0.61	o 203 
1.31/0.61	o 201 
1.31/0.63	o 188 
1.31/0.63	o 186 
1.31/0.66	o 163 
1.31/0.67	o 149 
1.64/0.70	o 138 
2.02/0.81	o 136 
2.02/0.83	o 132 
2.02/0.85	o 128 
2.02/0.86	o 127 
2.02/0.88	o 123 
2.02/0.88	o 120 
2.02/0.89	o 117 
2.02/0.89	o 114 
3.91/1.38	o 112 
4.32/1.43	o 109 
5.90/1.86	o 108 
6.29/1.97	o 106 
6.72/2.07	o 105 
1319.81/332.52	s OPTIMUM FOUND
1319.81/332.52	v <instantiation>
1319.81/332.52	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>
1319.81/332.52	v 	<values>11 9 6 0 5 4 2 1 3 7 12 13 14 10 8 2 9 10 17 5 6 4 5 6 15 4 1 8 3 10 </values>
1319.81/332.52	v </instantiation>

Verifier Data

OK	105

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4403776-1568992366/watcher-4403776-1568992366 -o /tmp/evaluation-result-4403776-1568992366/solver-4403776-1568992366 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568988175-11773 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1796517137 HOME/instance-4403776-1568992366.xml 

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

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

solver pid=18363, runsolver pid=18360

[startup+0.100143 s]*
/proc/loadavg: 8.13 8.39 8.25 8/234 18379
/proc/meminfo: memFree=15887140/32770624 swapFree=66974552/67108860
[pid=18363] ppid=18360 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/18363/stat : 18363 (xcsp3-exec) S 18360 18363 11742 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475503438 115843072 363 33554432000 4194304 5098028 140721105745568 140721105743672 139803953648252 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 37490688 140721105752954 140721105753197 140721105753197 140721105756106 0
/proc/18363/statm: 28282 363 304 221 0 87 0
[pid=18365] ppid=18363 vsize=15144776 memory=29624 CPUtime=0.13 cores=0,2,4,6
/proc/18365/stat : 18365 (java) S 18363 18363 11742 0 -1 1077944320 5826 0 0 0 12 1 0 0 20 0 15 0 475503438 15508250624 7406 33554432000 4194304 4196468 140722587197360 140722587179904 140111415172855 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
/proc/18365/statm: 3786194 7406 3150 1 0 3748377 0
[pid=18365/tid=18366] ppid=18363 vsize=15144776 memory=8324486588775410251 CPUtime=0.09 cores=0,2,4,6
/proc/18365/task/18366/stat : 18366 (java) R 18363 18363 11742 0 -1 4202560 3723 0 0 0 9 0 0 0 20 0 15 0 475503439 15508250624 7406 33554432000 4194304 4196468 140722587197360 140111419397664 140111407409982 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18367] ppid=18363 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/18365/task/18367/stat : 18367 (java) S 18363 18363 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475503439 15508250624 7406 33554432000 4194304 4196468 140722587197360 140111367793168 140111415183061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18368] ppid=18363 vsize=15144776 memory=139663169169024 CPUtime=0 cores=0,2,4,6
/proc/18365/task/18368/stat : 18368 (java) S 18363 18363 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475503439 15508250624 7406 33554432000 4194304 4196468 140722587197360 140111366740624 140111415183061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18369] ppid=18363 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18365/task/18369/stat : 18369 (java) S 18363 18363 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475503439 15508250624 7406 33554432000 4194304 4196468 140722587197360 140111365687568 140111415183061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18370] ppid=18363 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18365/task/18370/stat : 18370 (java) S 18363 18363 11742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475503439 15508250624 7406 33554432000 4194304 4196468 140722587197360 140111364635024 140111415183061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18371] ppid=18363 vsize=15144776 memory=139663169169024 CPUtime=0 cores=0,2,4,6
/proc/18365/task/18371/stat : 18371 (java) S 18363 18363 11742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475503441 15508250624 7406 33554432000 4194304 4196468 140722587197360 140110883412720 140111415184002 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18372] ppid=18363 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18365/task/18372/stat : 18372 (java) S 18363 18363 11742 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475503441 15508250624 7406 33554432000 4194304 4196468 140722587197360 140110882358944 140111415183061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18373] ppid=18363 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18365/task/18373/stat : 18373 (java) S 18363 18363 11742 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475503441 15508250624 7406 33554432000 4194304 4196468 140722587197360 140110881305840 140111415183061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18374] ppid=18363 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18365/task/18374/stat : 18374 (java) S 18363 18363 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475503444 15508250624 7406 33554432000 4194304 4196468 140722587197360 140110880254416 140111415191451 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18375] ppid=18363 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18365/task/18375/stat : 18375 (java) R 18363 18363 11742 0 -1 4202560 456 0 0 0 0 0 0 0 20 0 15 0 475503444 15508250624 7406 33554432000 4194304 4196468 140722587197360 140110879201816 140111393005712 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18376] ppid=18363 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18365/task/18376/stat : 18376 (java) R 18363 18363 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475503444 15508250624 7406 33554432000 4194304 4196468 140722587197360 140110878149072 140111415183061 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18377] ppid=18363 vsize=15144776 memory=139663169169024 CPUtime=0.02 cores=0,2,4,6
/proc/18365/task/18377/stat : 18377 (java) S 18363 18363 11742 0 -1 1077944384 359 0 0 0 2 0 0 0 20 0 15 0 475503444 15508250624 7406 33554432000 4194304 4196468 140722587197360 140110877095920 140111415184002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18378] ppid=18363 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18365/task/18378/stat : 18378 (java) S 18363 18363 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475503444 15508250624 7406 33554432000 4194304 4196468 140722587197360 140110876043616 140111415183061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18379] ppid=18363 vsize=15144776 memory=139663169169024 CPUtime=0 cores=0,2,4,6
/proc/18365/task/18379/stat : 18379 (java) S 18363 18363 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475503444 15508250624 7406 33554432000 4194304 4196468 140722587197360 140110874991664 140111415184002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31076 KiB

[startup+0.212846 s]*
/proc/loadavg: 8.13 8.39 8.25 6/234 18379
/proc/meminfo: memFree=15873696/32770624 swapFree=66974552/67108860
[pid=18363] ppid=18360 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/18363/stat : 18363 (xcsp3-exec) S 18360 18363 11742 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475503438 115843072 363 33554432000 4194304 5098028 140721105745568 140721105743672 139803953648252 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 37490688 140721105752954 140721105753197 140721105753197 140721105756106 0
/proc/18363/statm: 28282 363 304 221 0 87 0
[pid=18365] ppid=18363 vsize=15144776 memory=41168 CPUtime=0.34 cores=0,2,4,6
/proc/18365/stat : 18365 (java) S 18363 18363 11742 0 -1 1077944320 9494 0 0 0 31 3 0 0 20 0 15 0 475503438 15508250624 10292 33554432000 4194304 4196468 140722587197360 140722587179904 140111415172855 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
/proc/18365/statm: 3786194 10292 3313 1 0 3748377 0
[pid=18365/tid=18366] ppid=18363 vsize=15144776 memory=7883960649037381690 CPUtime=0.21 cores=0,2,4,6
/proc/18365/task/18366/stat : 18366 (java) R 18363 18363 11742 0 -1 4202560 6637 0 0 0 19 2 0 0 20 0 15 0 475503439 15508250624 10292 33554432000 4194304 4196468 140722587197360 140111419407840 140111044019872 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18367] ppid=18363 vsize=15144776 memory=9034 CPUtime=0 cores=0,2,4,6
/proc/18365/task/18367/stat : 18367 (java) S 18363 18363 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475503439 15508250624 10292 33554432000 4194304 4196468 140722587197360 140111367793168 140111415183061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18368] ppid=18363 vsize=15144776 memory=139663172670373 CPUtime=0 cores=0,2,4,6
/proc/18365/task/18368/stat : 18368 (java) S 18363 18363 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475503439 15508250624 10292 33554432000 4194304 4196468 140722587197360 140111366740624 140111415183061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18369] ppid=18363 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18365/task/18369/stat : 18369 (java) S 18363 18363 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475503439 15508250624 10292 33554432000 4194304 4196468 140722587197360 140111365687568 140111415183061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18370] ppid=18363 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18365/task/18370/stat : 18370 (java) S 18363 18363 11742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475503439 15508250624 10292 33554432000 4194304 4196468 140722587197360 140111364635024 140111415183061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18371] ppid=18363 vsize=15144776 memory=139663169169024 CPUtime=0 cores=0,2,4,6
/proc/18365/task/18371/stat : 18371 (java) S 18363 18363 11742 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475503441 15508250624 10292 33554432000 4194304 4196468 140722587197360 140110883412720 140111415184002 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18372] ppid=18363 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18365/task/18372/stat : 18372 (java) S 18363 18363 11742 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475503441 15508250624 10292 33554432000 4194304 4196468 140722587197360 140110882358944 140111415183061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18373] ppid=18363 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18365/task/18373/stat : 18373 (java) S 18363 18363 11742 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475503441 15508250624 10292 33554432000 4194304 4196468 140722587197360 140110881305840 140111415183061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18374] ppid=18363 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18365/task/18374/stat : 18374 (java) S 18363 18363 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475503444 15508250624 10292 33554432000 4194304 4196468 140722587197360 140110880254416 140111415191451 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18375] ppid=18363 vsize=15144776 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/18365/task/18375/stat : 18375 (java) S 18363 18363 11742 0 -1 1077944384 486 0 0 0 1 0 0 0 20 0 15 0 475503444 15508250624 10292 33554432000 4194304 4196468 140722587197360 140110879201520 140111415184002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18376] ppid=18363 vsize=15144776 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/18365/task/18376/stat : 18376 (java) S 18363 18363 11742 0 -1 1077944384 332 0 0 0 3 0 0 0 20 0 15 0 475503444 15508250624 10292 33554432000 4194304 4196468 140722587197360 140110878148976 140111415184002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18377] ppid=18363 vsize=15144776 memory=139663169169024 CPUtime=0.08 cores=0,2,4,6
/proc/18365/task/18377/stat : 18377 (java) R 18363 18363 11742 0 -1 4202560 734 0 0 0 8 0 0 0 20 0 15 0 475503444 15508250624 10292 33554432000 4194304 4196468 140722587197360 140110877095920 140111393760416 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18378] ppid=18363 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18365/task/18378/stat : 18378 (java) S 18363 18363 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475503444 15508250624 10292 33554432000 4194304 4196468 140722587197360 140110876043616 140111415183061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18379] ppid=18363 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18365/task/18379/stat : 18379 (java) S 18363 18363 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475503444 15508250624 10292 33554432000 4194304 4196468 140722587197360 140110874991664 140111415184002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42620 KiB

[startup+0.318889 s]*
/proc/loadavg: 8.13 8.39 8.25 8/234 18379
/proc/meminfo: memFree=15865800/32770624 swapFree=66974552/67108860
[pid=18363] ppid=18360 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/18363/stat : 18363 (xcsp3-exec) S 18360 18363 11742 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475503438 115843072 363 33554432000 4194304 5098028 140721105745568 140721105743672 139803953648252 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 37490688 140721105752954 140721105753197 140721105753197 140721105756106 0
/proc/18363/statm: 28282 363 304 221 0 87 0
[pid=18365] ppid=18363 vsize=15149032 memory=50480 CPUtime=0.53 cores=0,2,4,6
/proc/18365/stat : 18365 (java) S 18363 18363 11742 0 -1 1077944320 10989 0 0 0 49 4 0 0 20 0 15 0 475503438 15512608768 12620 33554432000 4194304 4196468 140722587197360 140722587179904 140111415172855 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
/proc/18365/statm: 3787258 12620 3361 1 0 3748377 0
[pid=18365/tid=18366] ppid=18363 vsize=15149032 memory=1398722017469774279 CPUtime=0.3 cores=0,2,4,6
/proc/18365/task/18366/stat : 18366 (java) R 18363 18363 11742 0 -1 4202560 7903 0 0 0 28 2 0 0 20 0 15 0 475503439 15512608768 12620 33554432000 4194304 4196468 140722587197360 140111419407792 140111415196445 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18367] ppid=18363 vsize=15149032 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/18365/task/18367/stat : 18367 (java) S 18363 18363 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475503439 15512608768 12620 33554432000 4194304 4196468 140722587197360 140111367793168 140111415183061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18368] ppid=18363 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/18365/task/18368/stat : 18368 (java) S 18363 18363 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475503439 15512608768 12620 33554432000 4194304 4196468 140722587197360 140111366740624 140111415183061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18369] ppid=18363 vsize=15149032 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/18365/task/18369/stat : 18369 (java) S 18363 18363 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475503439 15512608768 12620 33554432000 4194304 4196468 140722587197360 140111365687568 140111415183061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18370] ppid=18363 vsize=15149032 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/18365/task/18370/stat : 18370 (java) S 18363 18363 11742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475503439 15512608768 12620 33554432000 4194304 4196468 140722587197360 140111364635024 140111415183061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18371] ppid=18363 vsize=15149032 memory=4572146057552828020 CPUtime=0 cores=0,2,4,6
/proc/18365/task/18371/stat : 18371 (java) S 18363 18363 11742 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475503441 15512608768 12620 33554432000 4194304 4196468 140722587197360 140110883412720 140111415184002 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18372] ppid=18363 vsize=15149032 memory=6944613755495348631 CPUtime=0 cores=0,2,4,6
/proc/18365/task/18372/stat : 18372 (java) S 18363 18363 11742 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475503441 15512608768 12620 33554432000 4194304 4196468 140722587197360 140110882358944 140111415183061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18373] ppid=18363 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/18365/task/18373/stat : 18373 (java) S 18363 18363 11742 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475503441 15512608768 12620 33554432000 4194304 4196468 140722587197360 140110881305840 140111415183061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18374] ppid=18363 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/18365/task/18374/stat : 18374 (java) S 18363 18363 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475503444 15512608768 12620 33554432000 4194304 4196468 140722587197360 140110880254416 140111415191451 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18375] ppid=18363 vsize=15149032 memory=7827413994055111515 CPUtime=0.02 cores=0,2,4,6
/proc/18365/task/18375/stat : 18375 (java) S 18363 18363 11742 0 -1 1077944384 520 0 0 0 2 0 0 0 20 0 15 0 475503444 15512608768 12620 33554432000 4194304 4196468 140722587197360 140110879201520 140111415184002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18376] ppid=18363 vsize=15149032 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/18365/task/18376/stat : 18376 (java) S 18363 18363 11742 0 -1 1077944384 454 0 0 0 6 0 0 0 20 0 15 0 475503444 15512608768 12620 33554432000 4194304 4196468 140722587197360 140110878148976 140111415184002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18377] ppid=18363 vsize=15149032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/18365/task/18377/stat : 18377 (java) S 18363 18363 11742 0 -1 1077944384 817 0 0 0 12 0 0 0 20 0 15 0 475503444 15512608768 12620 33554432000 4194304 4196468 140722587197360 140110877095920 140111415184002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18378] ppid=18363 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18365/task/18378/stat : 18378 (java) S 18363 18363 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475503444 15512608768 12620 33554432000 4194304 4196468 140722587197360 140110876043616 140111415183061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18379] ppid=18363 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18365/task/18379/stat : 18379 (java) S 18363 18363 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475503444 15512608768 12620 33554432000 4194304 4196468 140722587197360 140110874991664 140111415184002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51932 KiB

[startup+0.702885 s]
/proc/loadavg: 8.13 8.39 8.25 9/234 18379
/proc/meminfo: memFree=15853816/32770624 swapFree=66974552/67108860
[pid=18363] ppid=18360 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/18363/stat : 18363 (xcsp3-exec) S 18360 18363 11742 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475503438 115843072 363 33554432000 4194304 5098028 140721105745568 140721105743672 139803953648252 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 37490688 140721105752954 140721105753197 140721105753197 140721105756106 0
/proc/18363/statm: 28282 363 304 221 0 87 0
[pid=18365] ppid=18363 vsize=15485004 memory=135892 CPUtime=1.64 cores=0,2,4,6
/proc/18365/stat : 18365 (java) S 18363 18363 11742 0 -1 1077944320 14397 0 0 0 158 6 0 0 20 0 19 0 475503438 15856644096 33973 33554432000 4194304 4196468 140722587197360 140722587179904 140111415172855 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
/proc/18365/statm: 3871251 33973 3460 1 0 3832351 0
[pid=18365/tid=18366] ppid=18363 vsize=15485004 memory=0 CPUtime=0.52 cores=0,2,4,6
/proc/18365/task/18366/stat : 18366 (java) S 18363 18363 11742 0 -1 1077944384 8704 0 0 0 49 3 0 0 20 0 19 0 475503439 15856644096 33973 33554432000 4194304 4196468 140722587197360 140111419413632 140111415183061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18367] ppid=18363 vsize=15485004 memory=54436 CPUtime=0 cores=0,2,4,6
/proc/18365/task/18367/stat : 18367 (java) S 18363 18363 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475503439 15856644096 33973 33554432000 4194304 4196468 140722587197360 140111367793168 140111415183061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18368] ppid=18363 vsize=15485004 memory=984 CPUtime=0 cores=0,2,4,6
/proc/18365/task/18368/stat : 18368 (java) S 18363 18363 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475503439 15856644096 33973 33554432000 4194304 4196468 140722587197360 140111366740624 140111415183061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18369] ppid=18363 vsize=15485004 memory=2004 CPUtime=0 cores=0,2,4,6
/proc/18365/task/18369/stat : 18369 (java) S 18363 18363 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475503439 15856644096 33973 33554432000 4194304 4196468 140722587197360 140111365687568 140111415183061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18370] ppid=18363 vsize=15485004 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/18365/task/18370/stat : 18370 (java) S 18363 18363 11742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 475503439 15856644096 33973 33554432000 4194304 4196468 140722587197360 140111364635024 140111415183061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18371] ppid=18363 vsize=15485004 memory=1060 CPUtime=0 cores=0,2,4,6
/proc/18365/task/18371/stat : 18371 (java) S 18363 18363 11742 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 475503441 15856644096 33973 33554432000 4194304 4196468 140722587197360 140110883412720 140111415184002 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18372] ppid=18363 vsize=15485004 memory=3636 CPUtime=0 cores=0,2,4,6
/proc/18365/task/18372/stat : 18372 (java) S 18363 18363 11742 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 475503441 15856644096 33973 33554432000 4194304 4196468 140722587197360 140110882358944 140111415183061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18373] ppid=18363 vsize=15485004 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/18365/task/18373/stat : 18373 (java) S 18363 18363 11742 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 475503441 15856644096 33973 33554432000 4194304 4196468 140722587197360 140110881305840 140111415183061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18374] ppid=18363 vsize=15485004 memory=6088 CPUtime=0 cores=0,2,4,6
/proc/18365/task/18374/stat : 18374 (java) S 18363 18363 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475503444 15856644096 33973 33554432000 4194304 4196468 140722587197360 140110880254416 140111415191451 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18375] ppid=18363 vsize=15485004 memory=10564 CPUtime=0.21 cores=0,2,4,6
/proc/18365/task/18375/stat : 18375 (java) R 18363 18363 11742 0 -1 4202560 1024 0 0 0 21 0 0 0 20 0 19 0 475503444 15856644096 33973 33554432000 4194304 4196468 140722587197360 140110879194544 140111399564836 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18376] ppid=18363 vsize=15485004 memory=716 CPUtime=0.28 cores=0,2,4,6
/proc/18365/task/18376/stat : 18376 (java) R 18363 18363 11742 0 -1 4202560 1046 0 0 0 28 0 0 0 20 0 19 0 475503444 15856644096 33973 33554432000 4194304 4196468 140722587197360 140110878135544 140111394425149 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18377] ppid=18363 vsize=15485004 memory=780 CPUtime=0.33 cores=0,2,4,6
/proc/18365/task/18377/stat : 18377 (java) R 18363 18363 11742 0 -1 4202560 1582 0 0 0 33 0 0 0 20 0 19 0 475503444 15856644096 33973 33554432000 4194304 4196468 140722587197360 140110877093712 140111394479811 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18378] ppid=18363 vsize=15485004 memory=1552 CPUtime=0 cores=0,2,4,6
/proc/18365/task/18378/stat : 18378 (java) S 18363 18363 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475503444 15856644096 33973 33554432000 4194304 4196468 140722587197360 140110876043616 140111415183061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18379] ppid=18363 vsize=15485004 memory=2832 CPUtime=0 cores=0,2,4,6
/proc/18365/task/18379/stat : 18379 (java) S 18363 18363 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475503444 15856644096 33973 33554432000 4194304 4196468 140722587197360 140110874991664 140111415184002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
Current children cumulated CPU time: 1.64 s
Current children cumulated vsize: 15598132 KiB
Current children cumulated memory: 137344 KiB

[startup+1.50488 s]
/proc/loadavg: 8.13 8.39 8.25 13/238 18447
/proc/meminfo: memFree=15726732/32770624 swapFree=66974552/67108860
[pid=18363] ppid=18360 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/18363/stat : 18363 (xcsp3-exec) S 18360 18363 11742 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475503438 115843072 363 33554432000 4194304 5098028 140721105745568 140721105743672 139803953648252 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 37490688 140721105752954 140721105753197 140721105753197 140721105756106 0
/proc/18363/statm: 28282 363 304 221 0 87 0

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

/proc/18365/task/18379/stat : 18379 (java) S 18363 18363 11742 0 -1 1077944384 1119 0 0 0 4 4 0 0 20 0 19 0 475503444 15856644096 78851 33554432000 4194304 4196468 140722587197360 140110874991664 140111415184002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 43 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18464] ppid=18363 vsize=15485004 memory=303430223234596890 CPUtime=325.61 cores=0,2,4,6
/proc/18365/task/18464/stat : 18464 (java) R 18363 18363 11742 0 -1 4202560 906 0 0 0 32561 0 0 0 20 0 19 0 475503646 15856644096 78851 33554432000 4194304 4196468 140722587197360 140110860745600 140111048808131 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18465] ppid=18363 vsize=15485004 memory=1452 CPUtime=325.58 cores=0,2,4,6
/proc/18365/task/18465/stat : 18465 (java) R 18363 18363 11742 0 -1 4202560 2284 0 0 0 32558 0 0 0 20 0 19 0 475503646 15856644096 78851 33554432000 4194304 4196468 140722587197360 140110862852200 140111048726815 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18466] ppid=18363 vsize=15485004 memory=984 CPUtime=325.83 cores=0,2,4,6
/proc/18365/task/18466/stat : 18466 (java) R 18363 18363 11742 0 -1 4202560 3119 0 0 0 32581 2 0 0 20 0 19 0 475503646 15856644096 78851 33554432000 4194304 4196468 140722587197360 140110863904864 140111049117511 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18467] ppid=18363 vsize=15485004 memory=2004 CPUtime=325.45 cores=0,2,4,6
/proc/18365/task/18467/stat : 18467 (java) R 18363 18363 11742 0 -1 4202560 1891 0 0 0 32545 0 0 0 20 0 19 0 475503646 15856644096 78851 33554432000 4194304 4196468 140722587197360 140110861802512 140111047940836 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
Current children cumulated CPU time: 1314.64 s
Current children cumulated vsize: 15598132 KiB
Current children cumulated memory: 316856 KiB

[startup+332.001 s]*
/proc/loadavg: 8.45 8.40 8.28 10/238 18754
/proc/meminfo: memFree=16062444/32770624 swapFree=66974552/67108860
[pid=18363] ppid=18360 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/18363/stat : 18363 (xcsp3-exec) S 18360 18363 11742 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475503438 115843072 363 33554432000 4194304 5098028 140721105745568 140721105743672 139803953648252 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 37490688 140721105752954 140721105753197 140721105753197 140721105756106 0
/proc/18363/statm: 28282 363 304 221 0 87 0
[pid=18365] ppid=18363 vsize=15485004 memory=315404 CPUtime=1317.88 cores=0,2,4,6
/proc/18365/stat : 18365 (java) S 18363 18363 11742 0 -1 1077944320 70568 0 0 0 131757 31 0 0 20 0 19 0 475503438 15856644096 78851 33554432000 4194304 4196468 140722587197360 140722587179904 140111415172855 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
/proc/18365/statm: 3871251 78851 3517 1 0 3832351 0
[pid=18365/tid=18366] ppid=18363 vsize=15485004 memory=1398722017469774279 CPUtime=0.52 cores=0,2,4,6
/proc/18365/task/18366/stat : 18366 (java) S 18363 18363 11742 0 -1 1077944384 8705 0 0 0 49 3 0 0 20 0 19 0 475503439 15856644096 78851 33554432000 4194304 4196468 140722587197360 140111419413632 140111415183061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18367] ppid=18363 vsize=15485004 memory=4872558044660077418 CPUtime=0.51 cores=0,2,4,6
/proc/18365/task/18367/stat : 18367 (java) S 18363 18363 11742 0 -1 1077944384 1488 0 0 0 47 4 0 0 20 0 19 0 475503439 15856644096 78851 33554432000 4194304 4196468 140722587197360 140111367793168 140111415183061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18368] ppid=18363 vsize=15485004 memory=576587700018377745 CPUtime=0.51 cores=0,2,4,6
/proc/18365/task/18368/stat : 18368 (java) S 18363 18363 11742 0 -1 1077944384 2011 0 0 0 47 4 0 0 20 0 19 0 475503439 15856644096 78851 33554432000 4194304 4196468 140722587197360 140111366740624 140111415183061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18369] ppid=18363 vsize=15485004 memory=6791534058613427641 CPUtime=0.52 cores=0,2,4,6
/proc/18365/task/18369/stat : 18369 (java) S 18363 18363 11742 0 -1 1077944384 1920 0 0 0 47 5 0 0 20 0 19 0 475503439 15856644096 78851 33554432000 4194304 4196468 140722587197360 140111365687568 140111415183061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18370] ppid=18363 vsize=15485004 memory=3620 CPUtime=0.52 cores=0,2,4,6
/proc/18365/task/18370/stat : 18370 (java) S 18363 18363 11742 0 -1 1077944384 1542 0 0 0 48 4 0 0 20 0 19 0 475503439 15856644096 78851 33554432000 4194304 4196468 140722587197360 140111364635024 140111415183061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18371] ppid=18363 vsize=15485004 memory=54436 CPUtime=0.32 cores=0,2,4,6
/proc/18365/task/18371/stat : 18371 (java) S 18363 18363 11742 0 -1 1077944384 2468 0 0 0 30 2 0 0 20 0 19 0 475503441 15856644096 78851 33554432000 4194304 4196468 140722587197360 140110883412720 140111415184002 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18372] ppid=18363 vsize=15485004 memory=984 CPUtime=0 cores=0,2,4,6
/proc/18365/task/18372/stat : 18372 (java) S 18363 18363 11742 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 19 0 475503441 15856644096 78851 33554432000 4194304 4196468 140722587197360 140110882359008 140111415183061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18373] ppid=18363 vsize=15485004 memory=2004 CPUtime=0 cores=0,2,4,6
/proc/18365/task/18373/stat : 18373 (java) S 18363 18363 11742 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 19 0 475503441 15856644096 78851 33554432000 4194304 4196468 140722587197360 140110881305856 140111415183061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18374] ppid=18363 vsize=15485004 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/18365/task/18374/stat : 18374 (java) S 18363 18363 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475503444 15856644096 78851 33554432000 4194304 4196468 140722587197360 140110880254416 140111415191451 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18375] ppid=18363 vsize=15485004 memory=1060 CPUtime=2.35 cores=0,2,4,6
/proc/18365/task/18375/stat : 18375 (java) S 18363 18363 11742 0 -1 1077944384 15327 0 0 0 234 1 0 0 20 0 19 0 475503444 15856644096 78851 33554432000 4194304 4196468 140722587197360 140110879201520 140111415184002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18376] ppid=18363 vsize=15485004 memory=3636 CPUtime=2.91 cores=0,2,4,6
/proc/18365/task/18376/stat : 18376 (java) S 18363 18363 11742 0 -1 1077944384 17933 0 0 0 290 1 0 0 20 0 19 0 475503444 15856644096 78851 33554432000 4194304 4196468 140722587197360 140110878148976 140111415184002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18377] ppid=18363 vsize=15485004 memory=1724 CPUtime=0.6 cores=0,2,4,6
/proc/18365/task/18377/stat : 18377 (java) S 18363 18363 11742 0 -1 1077944384 6729 0 0 0 60 0 0 0 20 0 19 0 475503444 15856644096 78851 33554432000 4194304 4196468 140722587197360 140110877095920 140111415184002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 34 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18378] ppid=18363 vsize=15485004 memory=6088 CPUtime=0 cores=0,2,4,6
/proc/18365/task/18378/stat : 18378 (java) S 18363 18363 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475503444 15856644096 78851 33554432000 4194304 4196468 140722587197360 140110876043616 140111415183061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18379] ppid=18363 vsize=15485004 memory=10564 CPUtime=0.08 cores=0,2,4,6
/proc/18365/task/18379/stat : 18379 (java) S 18363 18363 11742 0 -1 1077944384 1119 0 0 0 4 4 0 0 20 0 19 0 475503444 15856644096 78851 33554432000 4194304 4196468 140722587197360 140110874991664 140111415184002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 43 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18464] ppid=18363 vsize=15485004 memory=716 CPUtime=326.43 cores=0,2,4,6
/proc/18365/task/18464/stat : 18464 (java) R 18363 18363 11742 0 -1 4202560 907 0 0 0 32643 0 0 0 20 0 19 0 475503646 15856644096 78851 33554432000 4194304 4196468 140722587197360 140110860745736 140111047940015 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18465] ppid=18363 vsize=15485004 memory=780 CPUtime=326.39 cores=0,2,4,6
/proc/18365/task/18465/stat : 18465 (java) R 18363 18363 11742 0 -1 4202560 2284 0 0 0 32639 0 0 0 20 0 19 0 475503646 15856644096 78851 33554432000 4194304 4196468 140722587197360 140110862851584 140111049927242 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18466] ppid=18363 vsize=15485004 memory=1552 CPUtime=326.65 cores=0,2,4,6
/proc/18365/task/18466/stat : 18466 (java) R 18363 18363 11742 0 -1 4202560 3119 0 0 0 32663 2 0 0 20 0 19 0 475503646 15856644096 78851 33554432000 4194304 4196468 140722587197360 140110863904552 140111048807036 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18467] ppid=18363 vsize=15485004 memory=2832 CPUtime=326.25 cores=0,2,4,6
/proc/18365/task/18467/stat : 18467 (java) R 18363 18363 11742 0 -1 4202560 1892 0 0 0 32625 0 0 0 20 0 19 0 475503646 15856644096 78851 33554432000 4194304 4196468 140722587197360 140110861802512 140111048808512 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
Current children cumulated CPU time: 1317.88 s
Current children cumulated vsize: 15598132 KiB
Current children cumulated memory: 316856 KiB

[startup+332.401 s]
/proc/loadavg: 8.45 8.40 8.28 10/238 18754
/proc/meminfo: memFree=16062444/32770624 swapFree=66974552/67108860
[pid=18363] ppid=18360 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/18363/stat : 18363 (xcsp3-exec) S 18360 18363 11742 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475503438 115843072 363 33554432000 4194304 5098028 140721105745568 140721105743672 139803953648252 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 37490688 140721105752954 140721105753197 140721105753197 140721105756106 0
/proc/18363/statm: 28282 363 304 221 0 87 0
[pid=18365] ppid=18363 vsize=15485004 memory=315404 CPUtime=1319.41 cores=0,2,4,6
/proc/18365/stat : 18365 (java) S 18363 18363 11742 0 -1 1077944320 70569 0 0 0 131910 31 0 0 20 0 19 0 475503438 15856644096 78851 33554432000 4194304 4196468 140722587197360 140722587179904 140111415172855 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
/proc/18365/statm: 3871251 78851 3517 1 0 3832351 0
[pid=18365/tid=18366] ppid=18363 vsize=15485004 memory=928 CPUtime=0.52 cores=0,2,4,6
/proc/18365/task/18366/stat : 18366 (java) S 18363 18363 11742 0 -1 1077944384 8705 0 0 0 49 3 0 0 20 0 19 0 475503439 15856644096 78851 33554432000 4194304 4196468 140722587197360 140111419413632 140111415183061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18367] ppid=18363 vsize=15485004 memory=1640 CPUtime=0.51 cores=0,2,4,6
/proc/18365/task/18367/stat : 18367 (java) S 18363 18363 11742 0 -1 1077944384 1488 0 0 0 47 4 0 0 20 0 19 0 475503439 15856644096 78851 33554432000 4194304 4196468 140722587197360 140111367793168 140111415183061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18368] ppid=18363 vsize=15485004 memory=1980 CPUtime=0.51 cores=0,2,4,6
/proc/18365/task/18368/stat : 18368 (java) S 18363 18363 11742 0 -1 1077944384 2011 0 0 0 47 4 0 0 20 0 19 0 475503439 15856644096 78851 33554432000 4194304 4196468 140722587197360 140111366740624 140111415183061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18369] ppid=18363 vsize=15485004 memory=2572 CPUtime=0.52 cores=0,2,4,6
/proc/18365/task/18369/stat : 18369 (java) S 18363 18363 11742 0 -1 1077944384 1920 0 0 0 47 5 0 0 20 0 19 0 475503439 15856644096 78851 33554432000 4194304 4196468 140722587197360 140111365687568 140111415183061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18370] ppid=18363 vsize=15485004 memory=884 CPUtime=0.52 cores=0,2,4,6
/proc/18365/task/18370/stat : 18370 (java) S 18363 18363 11742 0 -1 1077944384 1542 0 0 0 48 4 0 0 20 0 19 0 475503439 15856644096 78851 33554432000 4194304 4196468 140722587197360 140111364635024 140111415183061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18371] ppid=18363 vsize=15485004 memory=1432 CPUtime=0.32 cores=0,2,4,6
/proc/18365/task/18371/stat : 18371 (java) S 18363 18363 11742 0 -1 1077944384 2468 0 0 0 30 2 0 0 20 0 19 0 475503441 15856644096 78851 33554432000 4194304 4196468 140722587197360 140110883412720 140111415184002 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18372] ppid=18363 vsize=15485004 memory=1764 CPUtime=0 cores=0,2,4,6
/proc/18365/task/18372/stat : 18372 (java) S 18363 18363 11742 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 19 0 475503441 15856644096 78851 33554432000 4194304 4196468 140722587197360 140110882359008 140111415183061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18373] ppid=18363 vsize=15485004 memory=111632 CPUtime=0 cores=0,2,4,6
/proc/18365/task/18373/stat : 18373 (java) S 18363 18363 11742 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 19 0 475503441 15856644096 78851 33554432000 4194304 4196468 140722587197360 140110881305856 140111415183061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18374] ppid=18363 vsize=15485004 memory=804 CPUtime=0 cores=0,2,4,6
/proc/18365/task/18374/stat : 18374 (java) S 18363 18363 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475503444 15856644096 78851 33554432000 4194304 4196468 140722587197360 140110880254416 140111415191451 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18375] ppid=18363 vsize=15485004 memory=4100 CPUtime=2.35 cores=0,2,4,6
/proc/18365/task/18375/stat : 18375 (java) S 18363 18363 11742 0 -1 1077944384 15327 0 0 0 234 1 0 0 20 0 19 0 475503444 15856644096 78851 33554432000 4194304 4196468 140722587197360 140110879201520 140111415184002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18376] ppid=18363 vsize=15485004 memory=1804 CPUtime=2.91 cores=0,2,4,6
/proc/18365/task/18376/stat : 18376 (java) S 18363 18363 11742 0 -1 1077944384 17933 0 0 0 290 1 0 0 20 0 19 0 475503444 15856644096 78851 33554432000 4194304 4196468 140722587197360 140110878148976 140111415184002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18377] ppid=18363 vsize=15485004 memory=920 CPUtime=0.6 cores=0,2,4,6
/proc/18365/task/18377/stat : 18377 (java) S 18363 18363 11742 0 -1 1077944384 6729 0 0 0 60 0 0 0 20 0 19 0 475503444 15856644096 78851 33554432000 4194304 4196468 140722587197360 140110877095920 140111415184002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 34 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18378] ppid=18363 vsize=15485004 memory=3848 CPUtime=0 cores=0,2,4,6
/proc/18365/task/18378/stat : 18378 (java) S 18363 18363 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475503444 15856644096 78851 33554432000 4194304 4196468 140722587197360 140110876043616 140111415183061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18379] ppid=18363 vsize=15485004 memory=2596 CPUtime=0.08 cores=0,2,4,6
/proc/18365/task/18379/stat : 18379 (java) S 18363 18363 11742 0 -1 1077944384 1119 0 0 0 4 4 0 0 20 0 19 0 475503444 15856644096 78851 33554432000 4194304 4196468 140722587197360 140110874991664 140111415184002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 43 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18464] ppid=18363 vsize=15485004 memory=2596 CPUtime=326.81 cores=0,2,4,6
/proc/18365/task/18464/stat : 18464 (java) R 18363 18363 11742 0 -1 4202560 907 0 0 0 32681 0 0 0 20 0 19 0 475503646 15856644096 78851 33554432000 4194304 4196468 140722587197360 140110860745736 140111048807487 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18465] ppid=18363 vsize=15485004 memory=1412 CPUtime=326.77 cores=0,2,4,6
/proc/18365/task/18465/stat : 18465 (java) R 18363 18363 11742 0 -1 4202560 2285 0 0 0 32677 0 0 0 20 0 19 0 475503646 15856644096 78851 33554432000 4194304 4196468 140722587197360 140110862854512 140111048936221 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18466] ppid=18363 vsize=15485004 memory=3208 CPUtime=327.03 cores=0,2,4,6
/proc/18365/task/18466/stat : 18466 (java) R 18363 18363 11742 0 -1 4202560 3119 0 0 0 32701 2 0 0 20 0 19 0 475503646 15856644096 78851 33554432000 4194304 4196468 140722587197360 140110863904616 140111048808558 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18467] ppid=18363 vsize=15485004 memory=1452 CPUtime=326.63 cores=0,2,4,6
/proc/18365/task/18467/stat : 18467 (java) R 18363 18363 11742 0 -1 4202560 1892 0 0 0 32663 0 0 0 20 0 19 0 475503646 15856644096 78851 33554432000 4194304 4196468 140722587197360 140110861799248 140111049075919 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
Current children cumulated CPU time: 1319.41 s
Current children cumulated vsize: 15598132 KiB
Current children cumulated memory: 316856 KiB

[startup+332.501 s]
/proc/loadavg: 8.45 8.40 8.28 10/238 18754
/proc/meminfo: memFree=16062444/32770624 swapFree=66974552/67108860
[pid=18363] ppid=18360 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/18363/stat : 18363 (xcsp3-exec) S 18360 18363 11742 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475503438 115843072 363 33554432000 4194304 5098028 140721105745568 140721105743672 139803953648252 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 37490688 140721105752954 140721105753197 140721105753197 140721105756106 0
/proc/18363/statm: 28282 363 304 221 0 87 0
[pid=18365] ppid=18363 vsize=15485004 memory=315404 CPUtime=1319.81 cores=0,2,4,6
/proc/18365/stat : 18365 (java) S 18363 18363 11742 0 -1 1077944320 70569 0 0 0 131950 31 0 0 20 0 19 0 475503438 15856644096 78851 33554432000 4194304 4196468 140722587197360 140722587179904 140111415172855 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
/proc/18365/statm: 3871251 78851 3517 1 0 3832351 0
[pid=18365/tid=18366] ppid=18363 vsize=15485004 memory=315404 CPUtime=0.52 cores=0,2,4,6
/proc/18365/task/18366/stat : 18366 (java) S 18363 18363 11742 0 -1 1077944384 8705 0 0 0 49 3 0 0 20 0 19 0 475503439 15856644096 78851 33554432000 4194304 4196468 140722587197360 140111419413632 140111415183061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18367] ppid=18363 vsize=15485004 memory=1452 CPUtime=0.51 cores=0,2,4,6
/proc/18365/task/18367/stat : 18367 (java) S 18363 18363 11742 0 -1 1077944384 1488 0 0 0 47 4 0 0 20 0 19 0 475503439 15856644096 78851 33554432000 4194304 4196468 140722587197360 140111367793168 140111415183061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18368] ppid=18363 vsize=15485004 memory=315404 CPUtime=0.51 cores=0,2,4,6
/proc/18365/task/18368/stat : 18368 (java) S 18363 18363 11742 0 -1 1077944384 2011 0 0 0 47 4 0 0 20 0 19 0 475503439 15856644096 78851 33554432000 4194304 4196468 140722587197360 140111366740624 140111415183061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18369] ppid=18363 vsize=15485004 memory=1452 CPUtime=0.52 cores=0,2,4,6
/proc/18365/task/18369/stat : 18369 (java) S 18363 18363 11742 0 -1 1077944384 1920 0 0 0 47 5 0 0 20 0 19 0 475503439 15856644096 78851 33554432000 4194304 4196468 140722587197360 140111365687568 140111415183061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18370] ppid=18363 vsize=15485004 memory=1448 CPUtime=0.52 cores=0,2,4,6
/proc/18365/task/18370/stat : 18370 (java) S 18363 18363 11742 0 -1 1077944384 1542 0 0 0 48 4 0 0 20 0 19 0 475503439 15856644096 78851 33554432000 4194304 4196468 140722587197360 140111364635024 140111415183061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18371] ppid=18363 vsize=15485004 memory=510200 CPUtime=0.32 cores=0,2,4,6
/proc/18365/task/18371/stat : 18371 (java) S 18363 18363 11742 0 -1 1077944384 2468 0 0 0 30 2 0 0 20 0 19 0 475503441 15856644096 78851 33554432000 4194304 4196468 140722587197360 140110883412720 140111415184002 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18372] ppid=18363 vsize=15485004 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/18365/task/18372/stat : 18372 (java) S 18363 18363 11742 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 19 0 475503441 15856644096 78851 33554432000 4194304 4196468 140722587197360 140110882359008 140111415183061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18373] ppid=18363 vsize=15485004 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/18365/task/18373/stat : 18373 (java) S 18363 18363 11742 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 19 0 475503441 15856644096 78851 33554432000 4194304 4196468 140722587197360 140110881305856 140111415183061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18374] ppid=18363 vsize=15485004 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/18365/task/18374/stat : 18374 (java) S 18363 18363 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475503444 15856644096 78851 33554432000 4194304 4196468 140722587197360 140110880254416 140111415191451 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18375] ppid=18363 vsize=15485004 memory=313356 CPUtime=2.35 cores=0,2,4,6
/proc/18365/task/18375/stat : 18375 (java) S 18363 18363 11742 0 -1 1077944384 15327 0 0 0 234 1 0 0 20 0 19 0 475503444 15856644096 78851 33554432000 4194304 4196468 140722587197360 140110879201520 140111415184002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18376] ppid=18363 vsize=15485004 memory=1452 CPUtime=2.91 cores=0,2,4,6
/proc/18365/task/18376/stat : 18376 (java) S 18363 18363 11742 0 -1 1077944384 17933 0 0 0 290 1 0 0 20 0 19 0 475503444 15856644096 78851 33554432000 4194304 4196468 140722587197360 140110878148976 140111415184002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18377] ppid=18363 vsize=15485004 memory=1452 CPUtime=0.6 cores=0,2,4,6
/proc/18365/task/18377/stat : 18377 (java) S 18363 18363 11742 0 -1 1077944384 6729 0 0 0 60 0 0 0 20 0 19 0 475503444 15856644096 78851 33554432000 4194304 4196468 140722587197360 140110877095920 140111415184002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 34 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18378] ppid=18363 vsize=15485004 memory=313356 CPUtime=0 cores=0,2,4,6
/proc/18365/task/18378/stat : 18378 (java) S 18363 18363 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475503444 15856644096 78851 33554432000 4194304 4196468 140722587197360 140110876043616 140111415183061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18379] ppid=18363 vsize=15485004 memory=1452 CPUtime=0.08 cores=0,2,4,6
/proc/18365/task/18379/stat : 18379 (java) S 18363 18363 11742 0 -1 1077944384 1119 0 0 0 4 4 0 0 20 0 19 0 475503444 15856644096 78851 33554432000 4194304 4196468 140722587197360 140110874991664 140111415184002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 43 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18464] ppid=18363 vsize=15485004 memory=3620 CPUtime=326.91 cores=0,2,4,6
/proc/18365/task/18464/stat : 18464 (java) R 18363 18363 11742 0 -1 4202560 907 0 0 0 32691 0 0 0 20 0 19 0 475503646 15856644096 78851 33554432000 4194304 4196468 140722587197360 140110860745736 140111049034778 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18465] ppid=18363 vsize=15485004 memory=54436 CPUtime=326.87 cores=0,2,4,6
/proc/18365/task/18465/stat : 18465 (java) R 18363 18363 11742 0 -1 4202560 2285 0 0 0 32687 0 0 0 20 0 19 0 475503646 15856644096 78851 33554432000 4194304 4196468 140722587197360 140110862854512 140111049075907 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18466] ppid=18363 vsize=15485004 memory=3620 CPUtime=327.13 cores=0,2,4,6
/proc/18365/task/18466/stat : 18466 (java) R 18363 18363 11742 0 -1 4202560 3119 0 0 0 32711 2 0 0 20 0 19 0 475503646 15856644096 78851 33554432000 4194304 4196468 140722587197360 140110863904616 140111047940809 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
[pid=18365/tid=18467] ppid=18363 vsize=15485004 memory=54436 CPUtime=326.73 cores=0,2,4,6
/proc/18365/task/18467/stat : 18467 (java) R 18363 18363 11742 0 -1 4202560 1892 0 0 0 32673 0 0 0 20 0 19 0 475503646 15856644096 78851 33554432000 4194304 4196468 140722587197360 140110861799248 140111048936404 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12914688 140722587198447 140722587198618 140722587198618 140722587201487 0
Current children cumulated CPU time: 1319.81 s
Current children cumulated vsize: 15598132 KiB
Current children cumulated memory: 316856 KiB

Child status: 0
Real time (s): 332.534
CPU time (s): 1319.94
CPU user time (s): 1319.61
CPU system time (s): 0.323863
CPU usage (%): 396.933
Max. virtual memory (cumulated for all children) (KiB): 15598132
Max. memory (cumulated for all children) (KiB): 316856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1319.61
system time used= 0.323863
maximum resident set size= 315576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72308
page faults= 0
swaps= 0
block input operations= 0
block output operations= 512
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23527
involuntary context switches= 29844


# summary of solver processes directly reported to runsolver:
#   pid: 18363
#   total CPU time (s): 1319.94
#   total CPU user time (s): 1319.61
#   total CPU system time (s): 0.323863

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.08636 second user time and 3.57 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-20 17:12:04
IDJOB=4403776
IDBENCH=135746
IDSOLVER=2863
FILE ID=node125/4403776-1568992366
RUNJOBID= node125-1568988175-11773
PBS_JOBID= 21704643
Free space on /tmp= 4136 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-12.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-4403776-1568992366/watcher-4403776-1568992366 -o /tmp/evaluation-result-4403776-1568992366/solver-4403776-1568992366 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568988175-11773 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1796517137 HOME/instance-4403776-1568992366.xml

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

MD5SUM BENCH= dba33b05662b19bf60999f99ad872bed
RANDOM SEED=1796517137

node125.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.29
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.29
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.29
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.29
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:        15902992 kB
MemAvailable:   30878256 kB
Buffers:           87284 kB
Cached:         14794048 kB
SwapCached:        30032 kB
Active:          8324704 kB
Inactive:        7540100 kB
Active(anon):     951128 kB
Inactive(anon):    78328 kB
Active(file):    7373576 kB
Inactive(file):  7461772 kB
Unevictable:      109344 kB
Mlocked:          109344 kB
SwapTotal:      67108860 kB
SwapFree:       66974552 kB
Dirty:             26176 kB
Writeback:             0 kB
AnonPages:       1093992 kB
Mapped:            64968 kB
Shmem:             38204 kB
Slab:             598008 kB
SReclaimable:     568376 kB
SUnreclaim:        29632 kB
KernelStack:        4192 kB
PageTables:         7956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3008652 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    903168 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 4180 MiB
End job on node125 at 2019-09-20 17:17:36