Trace number 4404077

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-20OPT104 665.771 167.694

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-10.xml
MD5SUM3c026331d7bc07d88063d95da0d404ae
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark104
Best CPU time to get the best result obtained on this benchmark38.5816
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size29
Distribution of domain sizes[{"size":15,"count":15},{"size":29,"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-4404077-1568991575.xml"  -tl '2400s' -p 4
0.11/0.19	c Choco 3fb4b153
0.11/0.19	c [HOME/instance-4404077-1568991575.xml, -tl, 2400s, -p, 4]
0.33/0.23	c 4 solvers in parallel
0.33/0.29	c parse instance...
1.00/0.53	c solve instance...
1.00/0.59	o 198 
1.00/0.59	o 198 
1.00/0.60	o 196 
1.29/0.61	o 185 
1.29/0.62	o 184 
1.29/0.64	o 183 
1.29/0.65	o 180 
1.29/0.65	o 179 
1.29/0.66	o 178 
1.29/0.67	o 174 
1.29/0.69	o 167 
1.29/0.69	o 166 
1.29/0.69	o 161 
1.29/0.70	o 160 
1.61/0.72	o 132 
1.61/0.74	o 122 
1.61/0.78	o 119 
1.61/0.80	o 110 
1.99/0.81	o 106 
3.52/1.23	o 105 
4.32/1.40	o 104 
665.47/167.67	s OPTIMUM FOUND
665.47/167.67	v <instantiation>
665.47/167.67	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>
665.47/167.67	v 	<values>7 5 2 3 0 1 4 6 8 14 12 11 13 10 9 8 7 8 8 1 11 6 10 12 9 7 4 6 4 3 </values>
665.47/167.67	v </instantiation>

Verifier Data

OK	104

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4404077-1568991575/watcher-4404077-1568991575 -o /tmp/evaluation-result-4404077-1568991575/solver-4404077-1568991575 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568990731-2770 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 68998008 HOME/instance-4404077-1568991575.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
solver pid=5499, runsolver pid=5496
Current StackSize limit: 8192 KiB


[startup+0.100079 s]*
/proc/loadavg: 9.24 8.34 5.50 7/233 5515
/proc/meminfo: memFree=5784052/32770624 swapFree=67002128/67108860
[pid=5499] ppid=5496 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/5499/stat : 5499 (xcsp3-exec) S 5496 5499 2739 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475319035 115843072 362 33554432000 4194304 5098028 140725797774016 140725797772120 140559709774460 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30609408 140725797782396 140725797782637 140725797782637 140725797785546 0
/proc/5499/statm: 28282 362 304 221 0 87 0
[pid=5501] ppid=5499 vsize=15144776 memory=28572 CPUtime=0.11 cores=0,2,4,6
/proc/5501/stat : 5501 (java) S 5499 5499 2739 0 -1 1077944320 5640 0 0 0 11 0 0 0 20 0 15 0 475319035 15508250624 7143 33554432000 4194304 4196468 140722667707104 140722667689648 139668559888119 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
/proc/5501/statm: 3786194 7143 3118 1 0 3748377 0
[pid=5501/tid=5502] ppid=5499 vsize=15144776 memory=576460756329955459 CPUtime=0.08 cores=0,2,4,6
/proc/5501/task/5502/stat : 5502 (java) R 5499 5499 2739 0 -1 4202560 3537 0 0 0 8 0 0 0 20 0 15 0 475319035 15508250624 7143 33554432000 4194304 4196468 140722667707104 139668564114592 139668541743519 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5503] ppid=5499 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5501/task/5503/stat : 5503 (java) S 5499 5499 2739 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475319036 15508250624 7143 33554432000 4194304 4196468 140722667707104 139668512508432 139668559898325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5504] ppid=5499 vsize=15144776 memory=288370884869064320 CPUtime=0 cores=0,2,4,6
/proc/5501/task/5504/stat : 5504 (java) S 5499 5499 2739 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475319036 15508250624 7143 33554432000 4194304 4196468 140722667707104 139668151523984 139668559898325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5505] ppid=5499 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5501/task/5505/stat : 5505 (java) S 5499 5499 2739 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475319036 15508250624 7143 33554432000 4194304 4196468 140722667707104 139668150470928 139668559898325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5506] ppid=5499 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5501/task/5506/stat : 5506 (java) S 5499 5499 2739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475319036 15508250624 7143 33554432000 4194304 4196468 140722667707104 139668149418384 139668559898325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5507] ppid=5499 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5501/task/5507/stat : 5507 (java) S 5499 5499 2739 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475319037 15508250624 7143 33554432000 4194304 4196468 140722667707104 139668028455664 139668559899266 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5508] ppid=5499 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5501/task/5508/stat : 5508 (java) S 5499 5499 2739 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475319038 15508250624 7143 33554432000 4194304 4196468 140722667707104 139668027401888 139668559898325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5509] ppid=5499 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5501/task/5509/stat : 5509 (java) S 5499 5499 2739 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475319038 15508250624 7143 33554432000 4194304 4196468 140722667707104 139668026348784 139668559898325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5510] ppid=5499 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5501/task/5510/stat : 5510 (java) S 5499 5499 2739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475319040 15508250624 7143 33554432000 4194304 4196468 140722667707104 139668025297360 139668559906715 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5511] ppid=5499 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5501/task/5511/stat : 5511 (java) S 5499 5499 2739 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 15 0 475319040 15508250624 7143 33554432000 4194304 4196468 140722667707104 139668024244464 139668559899266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5512] ppid=5499 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5501/task/5512/stat : 5512 (java) S 5499 5499 2739 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 475319040 15508250624 7143 33554432000 4194304 4196468 140722667707104 139668023191920 139668559899266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5513] ppid=5499 vsize=15144776 memory=140508717352576 CPUtime=0.01 cores=0,2,4,6
/proc/5501/task/5513/stat : 5513 (java) R 5499 5499 2739 0 -1 4202560 370 0 0 0 1 0 0 0 20 0 15 0 475319040 15508250624 7143 33554432000 4194304 4196468 140722667707104 139668022138864 139668559909466 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5514] ppid=5499 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5501/task/5514/stat : 5514 (java) S 5499 5499 2739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475319040 15508250624 7143 33554432000 4194304 4196468 140722667707104 139668021086560 139668559898325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5515] ppid=5499 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5501/task/5515/stat : 5515 (java) S 5499 5499 2739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475319042 15508250624 7143 33554432000 4194304 4196468 140722667707104 139668020034608 139668559899266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30020 KiB

[startup+0.211804 s]*
/proc/loadavg: 8.98 8.30 5.50 6/233 5515
/proc/meminfo: memFree=5769120/32770624 swapFree=67002128/67108860
[pid=5499] ppid=5496 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/5499/stat : 5499 (xcsp3-exec) S 5496 5499 2739 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475319035 115843072 362 33554432000 4194304 5098028 140725797774016 140725797772120 140559709774460 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30609408 140725797782396 140725797782637 140725797782637 140725797785546 0
/proc/5499/statm: 28282 362 304 221 0 87 0
[pid=5501] ppid=5499 vsize=15144776 memory=40820 CPUtime=0.33 cores=0,2,4,6
/proc/5501/stat : 5501 (java) S 5499 5499 2739 0 -1 1077944320 9417 0 0 0 31 2 0 0 20 0 15 0 475319035 15508250624 10205 33554432000 4194304 4196468 140722667707104 140722667689648 139668559888119 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
/proc/5501/statm: 3786194 10205 3308 1 0 3748377 0
[pid=5501/tid=5502] ppid=5499 vsize=15144776 memory=7883960649037381690 CPUtime=0.19 cores=0,2,4,6
/proc/5501/task/5502/stat : 5502 (java) R 5499 5499 2739 0 -1 4202560 6571 0 0 0 18 1 0 0 20 0 15 0 475319035 15508250624 10205 33554432000 4194304 4196468 140722667707104 139668564125184 139668559909466 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5503] ppid=5499 vsize=15144776 memory=14645 CPUtime=0 cores=0,2,4,6
/proc/5501/task/5503/stat : 5503 (java) S 5499 5499 2739 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475319036 15508250624 10205 33554432000 4194304 4196468 140722667707104 139668512508432 139668559898325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5504] ppid=5499 vsize=15144776 memory=140508717370073 CPUtime=0 cores=0,2,4,6
/proc/5501/task/5504/stat : 5504 (java) S 5499 5499 2739 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475319036 15508250624 10205 33554432000 4194304 4196468 140722667707104 139668151523984 139668559898325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5505] ppid=5499 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5501/task/5505/stat : 5505 (java) S 5499 5499 2739 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475319036 15508250624 10205 33554432000 4194304 4196468 140722667707104 139668150470928 139668559898325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5506] ppid=5499 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5501/task/5506/stat : 5506 (java) S 5499 5499 2739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475319036 15508250624 10205 33554432000 4194304 4196468 140722667707104 139668149418384 139668559898325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5507] ppid=5499 vsize=15144776 memory=140508717352576 CPUtime=0 cores=0,2,4,6
/proc/5501/task/5507/stat : 5507 (java) S 5499 5499 2739 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475319037 15508250624 10205 33554432000 4194304 4196468 140722667707104 139668028455664 139668559899266 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5508] ppid=5499 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5501/task/5508/stat : 5508 (java) S 5499 5499 2739 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475319038 15508250624 10205 33554432000 4194304 4196468 140722667707104 139668027401888 139668559898325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5509] ppid=5499 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5501/task/5509/stat : 5509 (java) S 5499 5499 2739 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475319038 15508250624 10205 33554432000 4194304 4196468 140722667707104 139668026348784 139668559898325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5510] ppid=5499 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5501/task/5510/stat : 5510 (java) S 5499 5499 2739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475319040 15508250624 10205 33554432000 4194304 4196468 140722667707104 139668025297360 139668559906715 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5511] ppid=5499 vsize=15144776 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/5501/task/5511/stat : 5511 (java) S 5499 5499 2739 0 -1 1077944384 608 0 0 0 3 0 0 0 20 0 15 0 475319040 15508250624 10205 33554432000 4194304 4196468 140722667707104 139668024244464 139668559899266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5512] ppid=5499 vsize=15144776 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/5501/task/5512/stat : 5512 (java) S 5499 5499 2739 0 -1 1077944384 146 0 0 0 1 0 0 0 20 0 15 0 475319040 15508250624 10205 33554432000 4194304 4196468 140722667707104 139668023191920 139668559899266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5513] ppid=5499 vsize=15144776 memory=140508717352576 CPUtime=0.07 cores=0,2,4,6
/proc/5501/task/5513/stat : 5513 (java) S 5499 5499 2739 0 -1 1077944384 788 0 0 0 7 0 0 0 20 0 15 0 475319040 15508250624 10205 33554432000 4194304 4196468 140722667707104 139668022138864 139668559899266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5514] ppid=5499 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5501/task/5514/stat : 5514 (java) S 5499 5499 2739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475319040 15508250624 10205 33554432000 4194304 4196468 140722667707104 139668021086560 139668559898325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5515] ppid=5499 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5501/task/5515/stat : 5515 (java) S 5499 5499 2739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475319042 15508250624 10205 33554432000 4194304 4196468 140722667707104 139668020034608 139668559899266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42268 KiB

[startup+0.310862 s]*
/proc/loadavg: 8.98 8.30 5.50 7/233 5515
/proc/meminfo: memFree=5764888/32770624 swapFree=67002128/67108860
[pid=5499] ppid=5496 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/5499/stat : 5499 (xcsp3-exec) S 5496 5499 2739 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475319035 115843072 362 33554432000 4194304 5098028 140725797774016 140725797772120 140559709774460 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30609408 140725797782396 140725797782637 140725797782637 140725797785546 0
/proc/5499/statm: 28282 362 304 221 0 87 0
[pid=5501] ppid=5499 vsize=15149032 memory=49516 CPUtime=0.5 cores=0,2,4,6
/proc/5501/stat : 5501 (java) S 5499 5499 2739 0 -1 1077944320 10673 0 0 0 48 2 0 0 20 0 15 0 475319035 15512608768 12379 33554432000 4194304 4196468 140722667707104 140722667689648 139668559888119 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
/proc/5501/statm: 3787258 12379 3363 1 0 3748377 0
[pid=5501/tid=5502] ppid=5499 vsize=15149032 memory=1398722017469774279 CPUtime=0.29 cores=0,2,4,6
/proc/5501/task/5502/stat : 5502 (java) R 5499 5499 2739 0 -1 4202560 7669 0 0 0 27 2 0 0 20 0 15 0 475319035 15512608768 12379 33554432000 4194304 4196468 140722667707104 139668564121904 139668559910045 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5503] ppid=5499 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/5501/task/5503/stat : 5503 (java) S 5499 5499 2739 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475319036 15512608768 12379 33554432000 4194304 4196468 140722667707104 139668512508432 139668559898325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5504] ppid=5499 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/5501/task/5504/stat : 5504 (java) S 5499 5499 2739 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475319036 15512608768 12379 33554432000 4194304 4196468 140722667707104 139668151523984 139668559898325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5505] ppid=5499 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/5501/task/5505/stat : 5505 (java) S 5499 5499 2739 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475319036 15512608768 12379 33554432000 4194304 4196468 140722667707104 139668150470928 139668559898325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5506] ppid=5499 vsize=15149032 memory=-5587046532246807594 CPUtime=0 cores=0,2,4,6
/proc/5501/task/5506/stat : 5506 (java) S 5499 5499 2739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475319036 15512608768 12379 33554432000 4194304 4196468 140722667707104 139668149418384 139668559898325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5507] ppid=5499 vsize=15149032 memory=7379517702019849078 CPUtime=0 cores=0,2,4,6
/proc/5501/task/5507/stat : 5507 (java) S 5499 5499 2739 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475319037 15512608768 12379 33554432000 4194304 4196468 140722667707104 139668028455664 139668559899266 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5508] ppid=5499 vsize=15149032 memory=7016714186490735262 CPUtime=0 cores=0,2,4,6
/proc/5501/task/5508/stat : 5508 (java) S 5499 5499 2739 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475319038 15512608768 12379 33554432000 4194304 4196468 140722667707104 139668027401888 139668559898325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5509] ppid=5499 vsize=15149032 memory=-9062862659931694204 CPUtime=0 cores=0,2,4,6
/proc/5501/task/5509/stat : 5509 (java) S 5499 5499 2739 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475319038 15512608768 12379 33554432000 4194304 4196468 140722667707104 139668026348784 139668559898325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5510] ppid=5499 vsize=15149032 memory=3047711566422646390 CPUtime=0 cores=0,2,4,6
/proc/5501/task/5510/stat : 5510 (java) S 5499 5499 2739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475319040 15512608768 12379 33554432000 4194304 4196468 140722667707104 139668025297360 139668559906715 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5511] ppid=5499 vsize=15149032 memory=-8412656567168561567 CPUtime=0.04 cores=0,2,4,6
/proc/5501/task/5511/stat : 5511 (java) S 5499 5499 2739 0 -1 1077944384 624 0 0 0 4 0 0 0 20 0 15 0 475319040 15512608768 12379 33554432000 4194304 4196468 140722667707104 139668024244464 139668559899266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5512] ppid=5499 vsize=15149032 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/5501/task/5512/stat : 5512 (java) S 5499 5499 2739 0 -1 1077944384 204 0 0 0 2 0 0 0 20 0 15 0 475319040 15512608768 12379 33554432000 4194304 4196468 140722667707104 139668023191920 139668559899266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5513] ppid=5499 vsize=15149032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/5501/task/5513/stat : 5513 (java) S 5499 5499 2739 0 -1 1077944384 888 0 0 0 12 0 0 0 20 0 15 0 475319040 15512608768 12379 33554432000 4194304 4196468 140722667707104 139668022138864 139668559899266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5514] ppid=5499 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5501/task/5514/stat : 5514 (java) S 5499 5499 2739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475319040 15512608768 12379 33554432000 4194304 4196468 140722667707104 139668021086560 139668559898325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5515] ppid=5499 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5501/task/5515/stat : 5515 (java) S 5499 5499 2739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475319042 15512608768 12379 33554432000 4194304 4196468 140722667707104 139668020034608 139668559899266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 50964 KiB

[startup+0.704917 s]
/proc/loadavg: 8.98 8.30 5.50 10/233 5515
/proc/meminfo: memFree=5750184/32770624 swapFree=67002128/67108860
[pid=5499] ppid=5496 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/5499/stat : 5499 (xcsp3-exec) S 5496 5499 2739 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475319035 115843072 362 33554432000 4194304 5098028 140725797774016 140725797772120 140559709774460 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30609408 140725797782396 140725797782637 140725797782637 140725797785546 0
/proc/5499/statm: 28282 362 304 221 0 87 0
[pid=5501] ppid=5499 vsize=15483976 memory=166240 CPUtime=1.61 cores=0,2,4,6
/proc/5501/stat : 5501 (java) S 5499 5499 2739 0 -1 1077944320 15336 0 0 0 155 6 0 0 20 0 18 0 475319035 15855591424 41560 33554432000 4194304 4196468 140722667707104 140722667689648 139668559888119 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
/proc/5501/statm: 3870994 41560 3462 1 0 3832094 0
[pid=5501/tid=5502] ppid=5499 vsize=15483976 memory=-3704326594973231466 CPUtime=0.51 cores=0,2,4,6
/proc/5501/task/5502/stat : 5502 (java) S 5499 5499 2739 0 -1 1077944384 9166 0 0 0 49 2 0 0 20 0 18 0 475319035 15855591424 41560 33554432000 4194304 4196468 140722667707104 139668564128896 139668559898325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5503] ppid=5499 vsize=15483976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5501/task/5503/stat : 5503 (java) S 5499 5499 2739 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 18 0 475319036 15855591424 41560 33554432000 4194304 4196468 140722667707104 139668512508432 139668559898325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5504] ppid=5499 vsize=15483976 memory=3617 CPUtime=0 cores=0,2,4,6
/proc/5501/task/5504/stat : 5504 (java) S 5499 5499 2739 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 18 0 475319036 15855591424 41560 33554432000 4194304 4196468 140722667707104 139668151523984 139668559898325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5505] ppid=5499 vsize=15483976 memory=740 CPUtime=0 cores=0,2,4,6
/proc/5501/task/5505/stat : 5505 (java) S 5499 5499 2739 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 18 0 475319036 15855591424 41560 33554432000 4194304 4196468 140722667707104 139668150470928 139668559898325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5506] ppid=5499 vsize=15483976 memory=1052 CPUtime=0 cores=0,2,4,6
/proc/5501/task/5506/stat : 5506 (java) S 5499 5499 2739 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 18 0 475319036 15855591424 41560 33554432000 4194304 4196468 140722667707104 139668149418384 139668559898325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5507] ppid=5499 vsize=15483976 memory=7548 CPUtime=0 cores=0,2,4,6
/proc/5501/task/5507/stat : 5507 (java) S 5499 5499 2739 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 18 0 475319037 15855591424 41560 33554432000 4194304 4196468 140722667707104 139668028455664 139668559899266 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5508] ppid=5499 vsize=15483976 memory=3620 CPUtime=0 cores=0,2,4,6
/proc/5501/task/5508/stat : 5508 (java) S 5499 5499 2739 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 18 0 475319038 15855591424 41560 33554432000 4194304 4196468 140722667707104 139668027401888 139668559898325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5509] ppid=5499 vsize=15483976 memory=2832 CPUtime=0 cores=0,2,4,6
/proc/5501/task/5509/stat : 5509 (java) S 5499 5499 2739 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 18 0 475319038 15855591424 41560 33554432000 4194304 4196468 140722667707104 139668026348784 139668559898325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5510] ppid=5499 vsize=15483976 memory=776 CPUtime=0 cores=0,2,4,6
/proc/5501/task/5510/stat : 5510 (java) S 5499 5499 2739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 475319040 15855591424 41560 33554432000 4194304 4196468 140722667707104 139668025297360 139668559906715 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5511] ppid=5499 vsize=15483976 memory=1160 CPUtime=0.25 cores=0,2,4,6
/proc/5501/task/5511/stat : 5511 (java) R 5499 5499 2739 0 -1 4202560 1134 0 0 0 25 0 0 0 20 0 18 0 475319040 15855591424 41560 33554432000 4194304 4196468 140722667707104 139668024224488 139668545902496 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5512] ppid=5499 vsize=15483976 memory=1716 CPUtime=0.24 cores=0,2,4,6
/proc/5501/task/5512/stat : 5512 (java) R 5499 5499 2739 0 -1 4202560 861 0 0 0 24 0 0 0 20 0 18 0 475319040 15855591424 41560 33554432000 4194304 4196468 140722667707104 139668023177944 139668541431842 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5513] ppid=5499 vsize=15483976 memory=1096 CPUtime=0.34 cores=0,2,4,6
/proc/5501/task/5513/stat : 5513 (java) D 5499 5499 2739 0 -1 4202560 1619 0 0 0 34 0 0 0 20 0 18 0 475319040 15855591424 41560 33554432000 4194304 4196468 140722667707104 139668022138784 139668538691248 0 4 0 16800975 18446744071582151416 0 0 -1 0 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5514] ppid=5499 vsize=15483976 memory=6128 CPUtime=0 cores=0,2,4,6
/proc/5501/task/5514/stat : 5514 (java) S 5499 5499 2739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 475319040 15855591424 41560 33554432000 4194304 4196468 140722667707104 139668021086560 139668559898325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5515] ppid=5499 vsize=15483976 memory=14012 CPUtime=0 cores=0,2,4,6
/proc/5501/task/5515/stat : 5515 (java) S 5499 5499 2739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 18 0 475319042 15855591424 41560 33554432000 4194304 4196468 140722667707104 139668020034608 139668559899266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
Current children cumulated CPU time: 1.61 s
Current children cumulated vsize: 15597104 KiB
Current children cumulated memory: 167688 KiB

[startup+1.5066 s]
/proc/loadavg: 8.98 8.30 5.50 11/237 5595
/proc/meminfo: memFree=5620376/32770624 swapFree=67002128/67108860
[pid=5499] ppid=5496 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/5499/stat : 5499 (xcsp3-exec) S 5496 5499 2739 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475319035 115843072 362 33554432000 4194304 5098028 140725797774016 140725797772120 140559709774460 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30609408 140725797782396 140725797782637 140725797782637 140725797785546 0
/proc/5499/statm: 28282 362 304 221 0 87 0

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

/proc/5501/task/5515/stat : 5515 (java) S 5499 5499 2739 0 -1 1077944384 891 0 0 0 0 2 0 0 20 0 19 0 475319042 15855591424 45121 33554432000 4194304 4196468 140722667707104 139668020034608 139668559899266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5600] ppid=5499 vsize=15483976 memory=14068 CPUtime=161.58 cores=0,2,4,6
/proc/5501/task/5600/stat : 5600 (java) R 5499 5499 2739 0 -1 4202560 564 0 0 0 16158 0 0 0 20 0 19 0 475319175 15855591424 45121 33554432000 4194304 4196468 140722667707104 139668010814480 139668198846082 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5601] ppid=5499 vsize=15483976 memory=2120 CPUtime=161.58 cores=0,2,4,6
/proc/5501/task/5601/stat : 5601 (java) R 5499 5499 2739 0 -1 4202560 2047 0 0 0 16156 2 0 0 20 0 19 0 475319175 15855591424 45121 33554432000 4194304 4196468 140722667707104 139668006606464 139668197399889 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5602] ppid=5499 vsize=15483976 memory=504 CPUtime=161.75 cores=0,2,4,6
/proc/5501/task/5602/stat : 5602 (java) R 5499 5499 2739 0 -1 4202560 2594 0 0 0 16175 0 0 0 20 0 19 0 475319175 15855591424 45121 33554432000 4194304 4196468 140722667707104 139668008709928 139668197488675 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5603] ppid=5499 vsize=15483976 memory=1560 CPUtime=161.59 cores=0,2,4,6
/proc/5501/task/5603/stat : 5603 (java) R 5499 5499 2739 0 -1 4202560 1256 0 0 0 16159 0 0 0 20 0 19 0 475319176 15855591424 45121 33554432000 4194304 4196468 140722667707104 139668007657832 139668197054118 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
Current children cumulated CPU time: 654.34 s
Current children cumulated vsize: 15597104 KiB
Current children cumulated memory: 181932 KiB

[startup+166.402 s]
/proc/loadavg: 8.86 8.55 6.06 9/238 5854
/proc/meminfo: memFree=9576536/32770624 swapFree=67002128/67108860
[pid=5499] ppid=5496 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/5499/stat : 5499 (xcsp3-exec) S 5496 5499 2739 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475319035 115843072 362 33554432000 4194304 5098028 140725797774016 140725797772120 140559709774460 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30609408 140725797782396 140725797782637 140725797782637 140725797785546 0
/proc/5499/statm: 28282 362 304 221 0 87 0
[pid=5501] ppid=5499 vsize=15483976 memory=180484 CPUtime=660.7 cores=0,2,4,6
/proc/5501/stat : 5501 (java) S 5499 5499 2739 0 -1 1077944320 59422 0 0 0 66051 19 0 0 20 0 19 0 475319035 15855591424 45121 33554432000 4194304 4196468 140722667707104 140722667689648 139668559888119 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
/proc/5501/statm: 3870994 45121 3514 1 0 3832094 0
[pid=5501/tid=5502] ppid=5499 vsize=15483976 memory=54156 CPUtime=0.51 cores=0,2,4,6
/proc/5501/task/5502/stat : 5502 (java) S 5499 5499 2739 0 -1 1077944384 9166 0 0 0 49 2 0 0 20 0 19 0 475319035 15855591424 45121 33554432000 4194304 4196468 140722667707104 139668564128896 139668559898325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5503] ppid=5499 vsize=15483976 memory=984 CPUtime=0.1 cores=0,2,4,6
/proc/5501/task/5503/stat : 5503 (java) S 5499 5499 2739 0 -1 1077944384 1635 0 0 0 8 2 0 0 20 0 19 0 475319036 15855591424 45121 33554432000 4194304 4196468 140722667707104 139668512508432 139668559898325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5504] ppid=5499 vsize=15483976 memory=4486604260213485459 CPUtime=0.11 cores=0,2,4,6
/proc/5501/task/5504/stat : 5504 (java) S 5499 5499 2739 0 -1 1077944384 813 0 0 0 9 2 0 0 20 0 19 0 475319036 15855591424 45121 33554432000 4194304 4196468 140722667707104 139668151523984 139668559898325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5505] ppid=5499 vsize=15483976 memory=1448 CPUtime=0.1 cores=0,2,4,6
/proc/5501/task/5505/stat : 5505 (java) S 5499 5499 2739 0 -1 1077944384 2002 0 0 0 8 2 0 0 20 0 19 0 475319036 15855591424 45121 33554432000 4194304 4196468 140722667707104 139668150470928 139668559898325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5506] ppid=5499 vsize=15483976 memory=176364 CPUtime=0.1 cores=0,2,4,6
/proc/5501/task/5506/stat : 5506 (java) S 5499 5499 2739 0 -1 1077944384 1385 0 0 0 8 2 0 0 20 0 19 0 475319036 15855591424 45121 33554432000 4194304 4196468 140722667707104 139668149418384 139668559898325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5507] ppid=5499 vsize=15483976 memory=176364 CPUtime=0.11 cores=0,2,4,6
/proc/5501/task/5507/stat : 5507 (java) S 5499 5499 2739 0 -1 1077944384 1850 0 0 0 9 2 0 0 20 0 19 0 475319037 15855591424 45121 33554432000 4194304 4196468 140722667707104 139668028455664 139668559899266 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5508] ppid=5499 vsize=15483976 memory=4486604260213485459 CPUtime=0 cores=0,2,4,6
/proc/5501/task/5508/stat : 5508 (java) S 5499 5499 2739 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 19 0 475319038 15855591424 45121 33554432000 4194304 4196468 140722667707104 139668027401952 139668559898325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5509] ppid=5499 vsize=15483976 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/5501/task/5509/stat : 5509 (java) S 5499 5499 2739 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 19 0 475319038 15855591424 45121 33554432000 4194304 4196468 140722667707104 139668026348800 139668559898325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5510] ppid=5499 vsize=15483976 memory=180484 CPUtime=0 cores=0,2,4,6
/proc/5501/task/5510/stat : 5510 (java) S 5499 5499 2739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475319040 15855591424 45121 33554432000 4194304 4196468 140722667707104 139668025297360 139668559906715 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5511] ppid=5499 vsize=15483976 memory=1448 CPUtime=2.17 cores=0,2,4,6
/proc/5501/task/5511/stat : 5511 (java) S 5499 5499 2739 0 -1 1077944384 11931 0 0 0 216 1 0 0 20 0 19 0 475319040 15855591424 45121 33554432000 4194304 4196468 140722667707104 139668024244464 139668559899266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5512] ppid=5499 vsize=15483976 memory=8112282956445269571 CPUtime=2.07 cores=0,2,4,6
/proc/5501/task/5512/stat : 5512 (java) S 5499 5499 2739 0 -1 1077944384 13253 0 0 0 206 1 0 0 20 0 19 0 475319040 15855591424 45121 33554432000 4194304 4196468 140722667707104 139668023191920 139668559899266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5513] ppid=5499 vsize=15483976 memory=1448 CPUtime=0.59 cores=0,2,4,6
/proc/5501/task/5513/stat : 5513 (java) S 5499 5499 2739 0 -1 1077944384 6882 0 0 0 59 0 0 0 20 0 19 0 475319040 15855591424 45121 33554432000 4194304 4196468 140722667707104 139668022138864 139668559899266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5514] ppid=5499 vsize=15483976 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/5501/task/5514/stat : 5514 (java) S 5499 5499 2739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475319040 15855591424 45121 33554432000 4194304 4196468 140722667707104 139668021086560 139668559898325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5515] ppid=5499 vsize=15483976 memory=174268 CPUtime=0.02 cores=0,2,4,6
/proc/5501/task/5515/stat : 5515 (java) S 5499 5499 2739 0 -1 1077944384 891 0 0 0 0 2 0 0 20 0 19 0 475319042 15855591424 45121 33554432000 4194304 4196468 140722667707104 139668020034608 139668559899266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5600] ppid=5499 vsize=15483976 memory=984 CPUtime=163.18 cores=0,2,4,6
/proc/5501/task/5600/stat : 5600 (java) R 5499 5499 2739 0 -1 4202560 564 0 0 0 16318 0 0 0 20 0 19 0 475319175 15855591424 45121 33554432000 4194304 4196468 140722667707104 139668010814280 139668197053116 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5601] ppid=5499 vsize=15483976 memory=1940 CPUtime=163.16 cores=0,2,4,6
/proc/5501/task/5601/stat : 5601 (java) R 5499 5499 2739 0 -1 4202560 2051 0 0 0 16314 2 0 0 20 0 19 0 475319175 15855591424 45121 33554432000 4194304 4196468 140722667707104 139668006606464 140722667759830 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5602] ppid=5499 vsize=15483976 memory=1416 CPUtime=163.34 cores=0,2,4,6
/proc/5501/task/5602/stat : 5602 (java) R 5499 5499 2739 0 -1 4202560 2594 0 0 0 16334 0 0 0 20 0 19 0 475319175 15855591424 45121 33554432000 4194304 4196468 140722667707104 139668008709680 139668197053802 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5603] ppid=5499 vsize=15483976 memory=1556 CPUtime=163.17 cores=0,2,4,6
/proc/5501/task/5603/stat : 5603 (java) R 5499 5499 2739 0 -1 4202560 1256 0 0 0 16317 0 0 0 20 0 19 0 475319176 15855591424 45121 33554432000 4194304 4196468 140722667707104 139668007658136 139668197053540 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
Current children cumulated CPU time: 660.7 s
Current children cumulated vsize: 15597104 KiB
Current children cumulated memory: 181932 KiB

[startup+167.202 s]
/proc/loadavg: 8.86 8.55 6.06 9/238 5854
/proc/meminfo: memFree=9576772/32770624 swapFree=67002128/67108860
[pid=5499] ppid=5496 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/5499/stat : 5499 (xcsp3-exec) S 5496 5499 2739 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475319035 115843072 362 33554432000 4194304 5098028 140725797774016 140725797772120 140559709774460 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30609408 140725797782396 140725797782637 140725797782637 140725797785546 0
/proc/5499/statm: 28282 362 304 221 0 87 0
[pid=5501] ppid=5499 vsize=15483976 memory=180484 CPUtime=663.87 cores=0,2,4,6
/proc/5501/stat : 5501 (java) S 5499 5499 2739 0 -1 1077944320 59425 0 0 0 66368 19 0 0 20 0 19 0 475319035 15855591424 45121 33554432000 4194304 4196468 140722667707104 140722667689648 139668559888119 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
/proc/5501/statm: 3870994 45121 3514 1 0 3832094 0
[pid=5501/tid=5502] ppid=5499 vsize=15483976 memory=3620 CPUtime=0.51 cores=0,2,4,6
/proc/5501/task/5502/stat : 5502 (java) S 5499 5499 2739 0 -1 1077944384 9166 0 0 0 49 2 0 0 20 0 19 0 475319035 15855591424 45121 33554432000 4194304 4196468 140722667707104 139668564128896 139668559898325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5503] ppid=5499 vsize=15483976 memory=2832 CPUtime=0.11 cores=0,2,4,6
/proc/5501/task/5503/stat : 5503 (java) S 5499 5499 2739 0 -1 1077944384 1635 0 0 0 9 2 0 0 20 0 19 0 475319036 15855591424 45121 33554432000 4194304 4196468 140722667707104 139668512508432 139668559898325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5504] ppid=5499 vsize=15483976 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/5501/task/5504/stat : 5504 (java) S 5499 5499 2739 0 -1 1077944384 813 0 0 0 9 2 0 0 20 0 19 0 475319036 15855591424 45121 33554432000 4194304 4196468 140722667707104 139668151523984 139668559898325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5505] ppid=5499 vsize=15483976 memory=7381505799275894884 CPUtime=0.11 cores=0,2,4,6
/proc/5501/task/5505/stat : 5505 (java) S 5499 5499 2739 0 -1 1077944384 2003 0 0 0 9 2 0 0 20 0 19 0 475319036 15855591424 45121 33554432000 4194304 4196468 140722667707104 139668150470928 139668559898325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5506] ppid=5499 vsize=15483976 memory=6003968349966004840 CPUtime=0.1 cores=0,2,4,6
/proc/5501/task/5506/stat : 5506 (java) S 5499 5499 2739 0 -1 1077944384 1385 0 0 0 8 2 0 0 20 0 19 0 475319036 15855591424 45121 33554432000 4194304 4196468 140722667707104 139668149418384 139668559898325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5507] ppid=5499 vsize=15483976 memory=7163931152822260321 CPUtime=0.11 cores=0,2,4,6
/proc/5501/task/5507/stat : 5507 (java) S 5499 5499 2739 0 -1 1077944384 1850 0 0 0 9 2 0 0 20 0 19 0 475319037 15855591424 45121 33554432000 4194304 4196468 140722667707104 139668028455664 139668559899266 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5508] ppid=5499 vsize=15483976 memory=7161685915820577618 CPUtime=0 cores=0,2,4,6
/proc/5501/task/5508/stat : 5508 (java) S 5499 5499 2739 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 19 0 475319038 15855591424 45121 33554432000 4194304 4196468 140722667707104 139668027401952 139668559898325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5509] ppid=5499 vsize=15483976 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/5501/task/5509/stat : 5509 (java) S 5499 5499 2739 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 19 0 475319038 15855591424 45121 33554432000 4194304 4196468 140722667707104 139668026348800 139668559898325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5510] ppid=5499 vsize=15483976 memory=174268 CPUtime=0 cores=0,2,4,6
/proc/5501/task/5510/stat : 5510 (java) S 5499 5499 2739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475319040 15855591424 45121 33554432000 4194304 4196468 140722667707104 139668025297360 139668559906715 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5511] ppid=5499 vsize=15483976 memory=1448 CPUtime=2.17 cores=0,2,4,6
/proc/5501/task/5511/stat : 5511 (java) S 5499 5499 2739 0 -1 1077944384 11931 0 0 0 216 1 0 0 20 0 19 0 475319040 15855591424 45121 33554432000 4194304 4196468 140722667707104 139668024244464 139668559899266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5512] ppid=5499 vsize=15483976 memory=178412 CPUtime=2.07 cores=0,2,4,6
/proc/5501/task/5512/stat : 5512 (java) S 5499 5499 2739 0 -1 1077944384 13253 0 0 0 206 1 0 0 20 0 19 0 475319040 15855591424 45121 33554432000 4194304 4196468 140722667707104 139668023191920 139668559899266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5513] ppid=5499 vsize=15483976 memory=0 CPUtime=0.59 cores=0,2,4,6
/proc/5501/task/5513/stat : 5513 (java) R 5499 5499 2739 0 -1 1077944384 6882 0 0 0 59 0 0 0 20 0 19 0 475319040 15855591424 45121 33554432000 4194304 4196468 140722667707104 139668022138864 139668559899266 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5514] ppid=5499 vsize=15483976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5501/task/5514/stat : 5514 (java) S 5499 5499 2739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475319040 15855591424 45121 33554432000 4194304 4196468 140722667707104 139668021086560 139668559898325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5515] ppid=5499 vsize=15483976 memory=2 CPUtime=0.02 cores=0,2,4,6
/proc/5501/task/5515/stat : 5515 (java) S 5499 5499 2739 0 -1 1077944384 891 0 0 0 0 2 0 0 20 0 19 0 475319042 15855591424 45121 33554432000 4194304 4196468 140722667707104 139668020034608 139668559899266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5600] ppid=5499 vsize=15483976 memory=15133 CPUtime=163.97 cores=0,2,4,6
/proc/5501/task/5600/stat : 5600 (java) R 5499 5499 2739 0 -1 4202560 564 0 0 0 16397 0 0 0 20 0 19 0 475319175 15855591424 45121 33554432000 4194304 4196468 140722667707104 139668010814272 139668197054095 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5601] ppid=5499 vsize=15483976 memory=15124 CPUtime=163.96 cores=0,2,4,6
/proc/5501/task/5601/stat : 5601 (java) R 5499 5499 2739 0 -1 4202560 2053 0 0 0 16394 2 0 0 20 0 19 0 475319175 15855591424 45121 33554432000 4194304 4196468 140722667707104 139668006606464 139668197366464 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5602] ppid=5499 vsize=15483976 memory=15143 CPUtime=164.14 cores=0,2,4,6
/proc/5501/task/5602/stat : 5602 (java) R 5499 5499 2739 0 -1 4202560 2594 0 0 0 16414 0 0 0 20 0 19 0 475319175 15855591424 45121 33554432000 4194304 4196468 140722667707104 139668008709680 139668197720914 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5603] ppid=5499 vsize=15483976 memory=15128 CPUtime=163.94 cores=0,2,4,6
/proc/5501/task/5603/stat : 5603 (java) R 5499 5499 2739 0 -1 4202560 1256 0 0 0 16394 0 0 0 20 0 19 0 475319176 15855591424 45121 33554432000 4194304 4196468 140722667707104 139668007657760 139668197513981 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
Current children cumulated CPU time: 663.87 s
Current children cumulated vsize: 15597104 KiB
Current children cumulated memory: 181932 KiB

[startup+167.602 s]
/proc/loadavg: 8.86 8.55 6.06 9/238 5854
/proc/meminfo: memFree=9576772/32770624 swapFree=67002128/67108860
[pid=5499] ppid=5496 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/5499/stat : 5499 (xcsp3-exec) S 5496 5499 2739 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475319035 115843072 362 33554432000 4194304 5098028 140725797774016 140725797772120 140559709774460 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30609408 140725797782396 140725797782637 140725797782637 140725797785546 0
/proc/5499/statm: 28282 362 304 221 0 87 0
[pid=5501] ppid=5499 vsize=15483976 memory=180484 CPUtime=665.47 cores=0,2,4,6
/proc/5501/stat : 5501 (java) S 5499 5499 2739 0 -1 1077944320 59425 0 0 0 66528 19 0 0 20 0 19 0 475319035 15855591424 45121 33554432000 4194304 4196468 140722667707104 140722667689648 139668559888119 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
/proc/5501/statm: 3870994 45121 3514 1 0 3832094 0
[pid=5501/tid=5502] ppid=5499 vsize=15483976 memory=984 CPUtime=0.51 cores=0,2,4,6
/proc/5501/task/5502/stat : 5502 (java) S 5499 5499 2739 0 -1 1077944384 9166 0 0 0 49 2 0 0 20 0 19 0 475319035 15855591424 45121 33554432000 4194304 4196468 140722667707104 139668564128896 139668559898325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5503] ppid=5499 vsize=15483976 memory=1940 CPUtime=0.11 cores=0,2,4,6
/proc/5501/task/5503/stat : 5503 (java) S 5499 5499 2739 0 -1 1077944384 1635 0 0 0 9 2 0 0 20 0 19 0 475319036 15855591424 45121 33554432000 4194304 4196468 140722667707104 139668512508432 139668559898325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5504] ppid=5499 vsize=15483976 memory=1416 CPUtime=0.11 cores=0,2,4,6
/proc/5501/task/5504/stat : 5504 (java) S 5499 5499 2739 0 -1 1077944384 813 0 0 0 9 2 0 0 20 0 19 0 475319036 15855591424 45121 33554432000 4194304 4196468 140722667707104 139668151523984 139668559898325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5505] ppid=5499 vsize=15483976 memory=1556 CPUtime=0.11 cores=0,2,4,6
/proc/5501/task/5505/stat : 5505 (java) S 5499 5499 2739 0 -1 1077944384 2003 0 0 0 9 2 0 0 20 0 19 0 475319036 15855591424 45121 33554432000 4194304 4196468 140722667707104 139668150470928 139668559898325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5506] ppid=5499 vsize=15483976 memory=740 CPUtime=0.1 cores=0,2,4,6
/proc/5501/task/5506/stat : 5506 (java) S 5499 5499 2739 0 -1 1077944384 1385 0 0 0 8 2 0 0 20 0 19 0 475319036 15855591424 45121 33554432000 4194304 4196468 140722667707104 139668149418384 139668559898325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5507] ppid=5499 vsize=15483976 memory=1052 CPUtime=0.11 cores=0,2,4,6
/proc/5501/task/5507/stat : 5507 (java) S 5499 5499 2739 0 -1 1077944384 1850 0 0 0 9 2 0 0 20 0 19 0 475319037 15855591424 45121 33554432000 4194304 4196468 140722667707104 139668028455664 139668559899266 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5508] ppid=5499 vsize=15483976 memory=7548 CPUtime=0 cores=0,2,4,6
/proc/5501/task/5508/stat : 5508 (java) S 5499 5499 2739 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 19 0 475319038 15855591424 45121 33554432000 4194304 4196468 140722667707104 139668027401952 139668559898325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5509] ppid=5499 vsize=15483976 memory=3620 CPUtime=0 cores=0,2,4,6
/proc/5501/task/5509/stat : 5509 (java) S 5499 5499 2739 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 19 0 475319038 15855591424 45121 33554432000 4194304 4196468 140722667707104 139668026348800 139668559898325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5510] ppid=5499 vsize=15483976 memory=2832 CPUtime=0 cores=0,2,4,6
/proc/5501/task/5510/stat : 5510 (java) S 5499 5499 2739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475319040 15855591424 45121 33554432000 4194304 4196468 140722667707104 139668025297360 139668559906715 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5511] ppid=5499 vsize=15483976 memory=776 CPUtime=2.17 cores=0,2,4,6
/proc/5501/task/5511/stat : 5511 (java) S 5499 5499 2739 0 -1 1077944384 11931 0 0 0 216 1 0 0 20 0 19 0 475319040 15855591424 45121 33554432000 4194304 4196468 140722667707104 139668024244464 139668559899266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5512] ppid=5499 vsize=15483976 memory=1160 CPUtime=2.07 cores=0,2,4,6
/proc/5501/task/5512/stat : 5512 (java) S 5499 5499 2739 0 -1 1077944384 13253 0 0 0 206 1 0 0 20 0 19 0 475319040 15855591424 45121 33554432000 4194304 4196468 140722667707104 139668023191920 139668559899266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5513] ppid=5499 vsize=15483976 memory=1716 CPUtime=0.59 cores=0,2,4,6
/proc/5501/task/5513/stat : 5513 (java) S 5499 5499 2739 0 -1 1077944384 6882 0 0 0 59 0 0 0 20 0 19 0 475319040 15855591424 45121 33554432000 4194304 4196468 140722667707104 139668022138864 139668559899266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5514] ppid=5499 vsize=15483976 memory=1096 CPUtime=0 cores=0,2,4,6
/proc/5501/task/5514/stat : 5514 (java) S 5499 5499 2739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475319040 15855591424 45121 33554432000 4194304 4196468 140722667707104 139668021086560 139668559898325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5515] ppid=5499 vsize=15483976 memory=6128 CPUtime=0.02 cores=0,2,4,6
/proc/5501/task/5515/stat : 5515 (java) S 5499 5499 2739 0 -1 1077944384 891 0 0 0 0 2 0 0 20 0 19 0 475319042 15855591424 45121 33554432000 4194304 4196468 140722667707104 139668020034608 139668559899266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5600] ppid=5499 vsize=15483976 memory=14012 CPUtime=164.37 cores=0,2,4,6
/proc/5501/task/5600/stat : 5600 (java) R 5499 5499 2739 0 -1 4202560 564 0 0 0 16437 0 0 0 20 0 19 0 475319175 15855591424 45121 33554432000 4194304 4196468 140722667707104 139668010814408 139668197054731 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5601] ppid=5499 vsize=15483976 memory=27584 CPUtime=164.36 cores=0,2,4,6
/proc/5501/task/5601/stat : 5601 (java) R 5499 5499 2739 0 -1 4202560 2053 0 0 0 16434 2 0 0 20 0 19 0 475319175 15855591424 45121 33554432000 4194304 4196468 140722667707104 139668006606464 139668198151622 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5602] ppid=5499 vsize=15483976 memory=14068 CPUtime=164.54 cores=0,2,4,6
/proc/5501/task/5602/stat : 5602 (java) R 5499 5499 2739 0 -1 4202560 2594 0 0 0 16454 0 0 0 20 0 19 0 475319175 15855591424 45121 33554432000 4194304 4196468 140722667707104 139668008709680 139668197541729 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
[pid=5501/tid=5603] ppid=5499 vsize=15483976 memory=2120 CPUtime=164.34 cores=0,2,4,6
/proc/5501/task/5603/stat : 5603 (java) R 5499 5499 2739 0 -1 4202560 1256 0 0 0 16434 0 0 0 20 0 19 0 475319176 15855591424 45121 33554432000 4194304 4196468 140722667707104 139668007657896 139668197226013 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36954112 140722667709423 140722667709594 140722667709594 140722667712463 0
Current children cumulated CPU time: 665.47 s
Current children cumulated vsize: 15597104 KiB
Current children cumulated memory: 181932 KiB

Child status: 0
Real time (s): 167.694
CPU time (s): 665.771
CPU user time (s): 665.572
CPU system time (s): 0.199709
CPU usage (%): 397.014
Max. virtual memory (cumulated for all children) (KiB): 15597104
Max. memory (cumulated for all children) (KiB): 218036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 665.572
system time used= 0.199709
maximum resident set size= 219616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60466
page faults= 0
swaps= 0
block input operations= 0
block output operations= 312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10215
involuntary context switches= 13288


# summary of solver processes directly reported to runsolver:
#   pid: 5499
#   total CPU time (s): 665.771
#   total CPU user time (s): 665.572
#   total CPU system time (s): 0.199709

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.06429 second user time and 1.82167 second system time

The end

Launcher Data

Begin job on node148 at 2019-09-20 16:58:58
IDJOB=4404077
IDBENCH=135736
IDSOLVER=2864
FILE ID=node148/4404077-1568991575
RUNJOBID= node148-1568990731-2770
PBS_JOBID= 21704650
Free space on /tmp= 21636 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-10.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-4404077-1568991575/watcher-4404077-1568991575 -o /tmp/evaluation-result-4404077-1568991575/solver-4404077-1568991575 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568990731-2770 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 68998008 HOME/instance-4404077-1568991575.xml

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

MD5SUM BENCH= 3c026331d7bc07d88063d95da0d404ae
RANDOM SEED=68998008

node148.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.13
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.13
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.13
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.13
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:         5799892 kB
MemAvailable:   27678428 kB
Buffers:          115592 kB
Cached:         21948220 kB
SwapCached:         2796 kB
Active:         15170160 kB
Inactive:       11065844 kB
Active(anon):    4171968 kB
Inactive(anon):    47292 kB
Active(file):   10998192 kB
Inactive(file): 11018552 kB
Unevictable:      110964 kB
Mlocked:          110964 kB
SwapTotal:      67108860 kB
SwapFree:       67002128 kB
Dirty:             25924 kB
Writeback:             0 kB
AnonPages:       4281580 kB
Mapped:            64648 kB
Shmem:             38452 kB
Slab:             319248 kB
SReclaimable:     290252 kB
SUnreclaim:        28996 kB
KernelStack:        3856 kB
PageTables:        14532 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5278760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4157440 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 21608 MiB
End job on node148 at 2019-09-20 17:01:45