Trace number 4404078

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-20OPT93 1297.36 326.85

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4404078-1568991595.xml"  -tl '2400s' -p 4
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4404078-1568991595.xml, -tl, 2400s, -p, 4]
0.33/0.22	c 4 solvers in parallel
0.33/0.28	c parse instance...
1.04/0.53	c solve instance...
1.04/0.59	o 158 
1.37/0.61	o 141 
1.37/0.62	o 131 
1.37/0.62	o 130 
1.37/0.63	o 124 
1.37/0.64	o 123 
1.37/0.65	o 120 
1.37/0.66	o 119 
1.71/0.74	o 118 
1.71/0.76	o 117 
1.71/0.77	o 115 
1.71/0.79	o 111 
2.07/0.83	o 110 
2.07/0.84	o 109 
3.62/1.27	o 106 
6.04/1.82	o 105 
6.04/1.83	o 102 
6.04/1.83	o 101 
10.38/2.99	o 99 
24.69/6.53	o 97 
27.11/7.13	o 96 
27.11/7.13	o 93 
1297.26/326.84	s OPTIMUM FOUND
1297.26/326.84	v <instantiation>
1297.26/326.84	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>
1297.26/326.84	v 	<values>0 1 4 6 11 12 13 14 10 8 9 7 5 3 2 7 4 8 8 1 8 15 7 5 9 4 8 5 2 2 </values>
1297.26/326.84	v </instantiation>

Verifier Data

OK	93

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (4020 MiB free)
  memory of node 1: 16384 MiB (6912 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404078-1568991595/watcher-4404078-1568991595 -o /var/tmp/evaluation-result-4404078-1568991595/solver-4404078-1568991595 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node149-1568989977-29018 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1841276487 HOME/instance-4404078-1568991595.xml 

running on 4 cores: 1,3,5,7

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

solver pid=1103, runsolver pid=1092

[startup+0.100071 s]*
/proc/loadavg: 8.28 8.36 7.13 8/233 1119
/proc/meminfo: memFree=11156168/32770624 swapFree=66956680/67108860
[pid=1103] ppid=1092 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/1103/stat : 1103 (xcsp3-exec) S 1092 1103 28986 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475398114 115843072 364 33554432000 4194304 5098028 140728869964384 140728869962488 139646554096252 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 38739968 140728869966678 140728869966937 140728869966937 140728869969862 0
/proc/1103/statm: 28282 364 305 221 0 87 0
[pid=1105] ppid=1103 vsize=15144776 memory=29608 CPUtime=0.12 cores=1,3,5,7
/proc/1105/stat : 1105 (java) S 1103 1103 28986 0 -1 1077944320 5761 0 0 0 11 1 0 0 20 0 15 0 475398114 15508250624 7402 33554432000 4194304 4196468 140724482718064 140724482700608 140388740402935 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
/proc/1105/statm: 3786194 7402 3160 1 0 3748377 0
[pid=1105/tid=1106] ppid=1103 vsize=15144776 memory=7022364632946311227 CPUtime=0.09 cores=1,3,5,7
/proc/1105/task/1106/stat : 1106 (java) R 1103 1103 28986 0 -1 4202560 3710 0 0 0 8 1 0 0 20 0 15 0 475398114 15508250624 7402 33554432000 4194304 4196468 140724482718064 140388744624992 140388740414870 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1107] ppid=1103 vsize=15144776 memory=4296910620 CPUtime=0 cores=1,3,5,7
/proc/1105/task/1107/stat : 1107 (java) S 1103 1103 28986 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475398115 15508250624 7402 33554432000 4194304 4196468 140724482718064 140388668443664 140388740413141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1108] ppid=1103 vsize=15144776 memory=140519472933680 CPUtime=0 cores=1,3,5,7
/proc/1105/task/1108/stat : 1108 (java) S 1103 1103 28986 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475398115 15508250624 7402 33554432000 4194304 4196468 140724482718064 140388667391120 140388740413141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1109] ppid=1103 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1105/task/1109/stat : 1109 (java) S 1103 1103 28986 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475398115 15508250624 7402 33554432000 4194304 4196468 140724482718064 140388666338064 140388740413141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1110] ppid=1103 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1105/task/1110/stat : 1110 (java) S 1103 1103 28986 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475398115 15508250624 7402 33554432000 4194304 4196468 140724482718064 140388665285520 140388740413141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1111] ppid=1103 vsize=15144776 memory=140519472907904 CPUtime=0 cores=1,3,5,7
/proc/1105/task/1111/stat : 1111 (java) S 1103 1103 28986 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475398116 15508250624 7402 33554432000 4194304 4196468 140724482718064 140388209006832 140388740414082 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1112] ppid=1103 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1105/task/1112/stat : 1112 (java) S 1103 1103 28986 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475398117 15508250624 7402 33554432000 4194304 4196468 140724482718064 140388207953056 140388740413141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1113] ppid=1103 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1105/task/1113/stat : 1113 (java) S 1103 1103 28986 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475398117 15508250624 7402 33554432000 4194304 4196468 140724482718064 140388206899952 140388740413141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1114] ppid=1103 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1105/task/1114/stat : 1114 (java) S 1103 1103 28986 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475398119 15508250624 7402 33554432000 4194304 4196468 140724482718064 140388205848528 140388740421531 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1115] ppid=1103 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1105/task/1115/stat : 1115 (java) S 1103 1103 28986 0 -1 1077944384 460 0 0 0 0 0 0 0 20 0 15 0 475398119 15508250624 7402 33554432000 4194304 4196468 140724482718064 140388204796656 140388740414082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1116] ppid=1103 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1105/task/1116/stat : 1116 (java) S 1103 1103 28986 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475398119 15508250624 7402 33554432000 4194304 4196468 140724482718064 140388203744112 140388740414082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1117] ppid=1103 vsize=15144776 memory=140519472907904 CPUtime=0.02 cores=1,3,5,7
/proc/1105/task/1117/stat : 1117 (java) R 1103 1103 28986 0 -1 4202560 351 0 0 0 2 0 0 0 20 0 15 0 475398119 15508250624 7402 33554432000 4194304 4196468 140724482718064 140388202688592 140388719334700 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1118] ppid=1103 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1105/task/1118/stat : 1118 (java) S 1103 1103 28986 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475398119 15508250624 7402 33554432000 4194304 4196468 140724482718064 140388201638752 140388740413141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1119] ppid=1103 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1105/task/1119/stat : 1119 (java) S 1103 1103 28986 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475398120 15508250624 7402 33554432000 4194304 4196468 140724482718064 140388200585776 140388740414082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31064 KiB

[startup+0.212151 s]*
/proc/loadavg: 8.28 8.36 7.13 8/233 1119
/proc/meminfo: memFree=11144124/32770624 swapFree=66956680/67108860
[pid=1103] ppid=1092 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/1103/stat : 1103 (xcsp3-exec) S 1092 1103 28986 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475398114 115843072 364 33554432000 4194304 5098028 140728869964384 140728869962488 139646554096252 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 38739968 140728869966678 140728869966937 140728869966937 140728869969862 0
/proc/1103/statm: 28282 364 305 221 0 87 0
[pid=1105] ppid=1103 vsize=15144776 memory=41276 CPUtime=0.33 cores=1,3,5,7
/proc/1105/stat : 1105 (java) S 1103 1103 28986 0 -1 1077944320 9503 0 0 0 30 3 0 0 20 0 15 0 475398114 15508250624 10319 33554432000 4194304 4196468 140724482718064 140724482700608 140388740402935 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
/proc/1105/statm: 3786194 10319 3320 1 0 3748377 0
[pid=1105/tid=1106] ppid=1103 vsize=15144776 memory=7022364632946311227 CPUtime=0.2 cores=1,3,5,7
/proc/1105/task/1106/stat : 1106 (java) R 1103 1103 28986 0 -1 4202560 6641 0 0 0 18 2 0 0 20 0 15 0 475398114 15508250624 10319 33554432000 4194304 4196468 140724482718064 140388744637920 140388724483452 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1107] ppid=1103 vsize=15144776 memory=4296910620 CPUtime=0 cores=1,3,5,7
/proc/1105/task/1107/stat : 1107 (java) S 1103 1103 28986 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475398115 15508250624 10319 33554432000 4194304 4196468 140724482718064 140388668443664 140388740413141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1108] ppid=1103 vsize=15144776 memory=140519472933680 CPUtime=0 cores=1,3,5,7
/proc/1105/task/1108/stat : 1108 (java) S 1103 1103 28986 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475398115 15508250624 10319 33554432000 4194304 4196468 140724482718064 140388667391120 140388740413141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1109] ppid=1103 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1105/task/1109/stat : 1109 (java) S 1103 1103 28986 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475398115 15508250624 10319 33554432000 4194304 4196468 140724482718064 140388666338064 140388740413141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1110] ppid=1103 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1105/task/1110/stat : 1110 (java) S 1103 1103 28986 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475398115 15508250624 10319 33554432000 4194304 4196468 140724482718064 140388665285520 140388740413141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1111] ppid=1103 vsize=15144776 memory=140519472907904 CPUtime=0 cores=1,3,5,7
/proc/1105/task/1111/stat : 1111 (java) S 1103 1103 28986 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475398116 15508250624 10319 33554432000 4194304 4196468 140724482718064 140388209006832 140388740414082 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1112] ppid=1103 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1105/task/1112/stat : 1112 (java) S 1103 1103 28986 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475398117 15508250624 10319 33554432000 4194304 4196468 140724482718064 140388207953056 140388740413141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1113] ppid=1103 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1105/task/1113/stat : 1113 (java) S 1103 1103 28986 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475398117 15508250624 10319 33554432000 4194304 4196468 140724482718064 140388206899952 140388740413141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1114] ppid=1103 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1105/task/1114/stat : 1114 (java) S 1103 1103 28986 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475398119 15508250624 10319 33554432000 4194304 4196468 140724482718064 140388205848528 140388740421531 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1115] ppid=1103 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/1105/task/1115/stat : 1115 (java) R 1103 1103 28986 0 -1 4202560 541 0 0 0 2 0 0 0 20 0 15 0 475398119 15508250624 10319 33554432000 4194304 4196468 140724482718064 140388204796656 140388740414082 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1116] ppid=1103 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/1105/task/1116/stat : 1116 (java) S 1103 1103 28986 0 -1 1077944384 290 0 0 0 2 0 0 0 20 0 15 0 475398119 15508250624 10319 33554432000 4194304 4196468 140724482718064 140388203744112 140388740414082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1117] ppid=1103 vsize=15144776 memory=140519472907904 CPUtime=0.08 cores=1,3,5,7
/proc/1105/task/1117/stat : 1117 (java) R 1103 1103 28986 0 -1 4202560 742 0 0 0 8 0 0 0 20 0 15 0 475398119 15508250624 10319 33554432000 4194304 4196468 140724482718064 140388202691056 140388740424282 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1118] ppid=1103 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1105/task/1118/stat : 1118 (java) S 1103 1103 28986 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475398119 15508250624 10319 33554432000 4194304 4196468 140724482718064 140388201638752 140388740413141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1119] ppid=1103 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1105/task/1119/stat : 1119 (java) S 1103 1103 28986 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475398120 15508250624 10319 33554432000 4194304 4196468 140724482718064 140388200585776 140388740414082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42732 KiB

[startup+0.310531 s]*
/proc/loadavg: 8.28 8.36 7.13 6/233 1119
/proc/meminfo: memFree=11137212/32770624 swapFree=66956680/67108860
[pid=1103] ppid=1092 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/1103/stat : 1103 (xcsp3-exec) S 1092 1103 28986 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475398114 115843072 364 33554432000 4194304 5098028 140728869964384 140728869962488 139646554096252 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 38739968 140728869966678 140728869966937 140728869966937 140728869969862 0
/proc/1103/statm: 28282 364 305 221 0 87 0
[pid=1105] ppid=1103 vsize=15149032 memory=49632 CPUtime=0.52 cores=1,3,5,7
/proc/1105/stat : 1105 (java) S 1103 1103 28986 0 -1 1077944320 10706 0 0 0 47 5 0 0 20 0 15 0 475398114 15512608768 12408 33554432000 4194304 4196468 140724482718064 140724482700608 140388740402935 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
/proc/1105/statm: 3787258 12408 3352 1 0 3748377 0
[pid=1105/tid=1106] ppid=1103 vsize=15149032 memory=6935054825532540783 CPUtime=0.29 cores=1,3,5,7
/proc/1105/task/1106/stat : 1106 (java) R 1103 1103 28986 0 -1 4202560 7795 0 0 0 26 3 0 0 20 0 15 0 475398114 15512608768 12408 33554432000 4194304 4196468 140724482718064 140388744636720 140388724483422 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1107] ppid=1103 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/1105/task/1107/stat : 1107 (java) S 1103 1103 28986 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475398115 15512608768 12408 33554432000 4194304 4196468 140724482718064 140388668443664 140388740413141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1108] ppid=1103 vsize=15149032 memory=12040 CPUtime=0 cores=1,3,5,7
/proc/1105/task/1108/stat : 1108 (java) S 1103 1103 28986 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475398115 15512608768 12408 33554432000 4194304 4196468 140724482718064 140388667391120 140388740413141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1109] ppid=1103 vsize=15149032 memory=31840 CPUtime=0 cores=1,3,5,7
/proc/1105/task/1109/stat : 1109 (java) S 1103 1103 28986 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475398115 15512608768 12408 33554432000 4194304 4196468 140724482718064 140388666338064 140388740413141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1110] ppid=1103 vsize=15149032 memory=1412 CPUtime=0 cores=1,3,5,7
/proc/1105/task/1110/stat : 1110 (java) S 1103 1103 28986 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475398115 15512608768 12408 33554432000 4194304 4196468 140724482718064 140388665285520 140388740413141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1111] ppid=1103 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1105/task/1111/stat : 1111 (java) S 1103 1103 28986 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475398116 15512608768 12408 33554432000 4194304 4196468 140724482718064 140388209006832 140388740414082 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1112] ppid=1103 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1105/task/1112/stat : 1112 (java) S 1103 1103 28986 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475398117 15512608768 12408 33554432000 4194304 4196468 140724482718064 140388207953056 140388740413141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1113] ppid=1103 vsize=15149032 memory=140519317482304 CPUtime=0 cores=1,3,5,7
/proc/1105/task/1113/stat : 1113 (java) S 1103 1103 28986 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475398117 15512608768 12408 33554432000 4194304 4196468 140724482718064 140388206899952 140388740413141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1114] ppid=1103 vsize=15149032 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/1105/task/1114/stat : 1114 (java) S 1103 1103 28986 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475398119 15512608768 12408 33554432000 4194304 4196468 140724482718064 140388205848528 140388740421531 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1115] ppid=1103 vsize=15149032 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/1105/task/1115/stat : 1115 (java) S 1103 1103 28986 0 -1 1077944384 547 0 0 0 4 0 0 0 20 0 15 0 475398119 15512608768 12408 33554432000 4194304 4196468 140724482718064 140388204796656 140388740414082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1116] ppid=1103 vsize=15149032 memory=6944656592455360604 CPUtime=0.03 cores=1,3,5,7
/proc/1105/task/1116/stat : 1116 (java) S 1103 1103 28986 0 -1 1077944384 299 0 0 0 3 0 0 0 20 0 15 0 475398119 15512608768 12408 33554432000 4194304 4196468 140724482718064 140388203744112 140388740414082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1117] ppid=1103 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/1105/task/1117/stat : 1117 (java) S 1103 1103 28986 0 -1 1077944384 800 0 0 0 12 0 0 0 20 0 15 0 475398119 15512608768 12408 33554432000 4194304 4196468 140724482718064 140388202691056 140388740414082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1118] ppid=1103 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1105/task/1118/stat : 1118 (java) S 1103 1103 28986 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475398119 15512608768 12408 33554432000 4194304 4196468 140724482718064 140388201638752 140388740413141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1119] ppid=1103 vsize=15149032 memory=-3535470213243961690 CPUtime=0 cores=1,3,5,7
/proc/1105/task/1119/stat : 1119 (java) S 1103 1103 28986 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475398120 15512608768 12408 33554432000 4194304 4196468 140724482718064 140388200585776 140388740414082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51088 KiB

[startup+0.705429 s]
/proc/loadavg: 8.28 8.36 7.13 12/233 1131
/proc/meminfo: memFree=11121596/32770624 swapFree=66956680/67108860
[pid=1103] ppid=1092 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/1103/stat : 1103 (xcsp3-exec) S 1092 1103 28986 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475398114 115843072 364 33554432000 4194304 5098028 140728869964384 140728869962488 139646554096252 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 38739968 140728869966678 140728869966937 140728869966937 140728869969862 0
/proc/1103/statm: 28282 364 305 221 0 87 0
[pid=1105] ppid=1103 vsize=15485004 memory=154188 CPUtime=1.71 cores=1,3,5,7
/proc/1105/stat : 1105 (java) S 1103 1103 28986 0 -1 1077944320 15823 0 0 0 163 8 0 0 20 0 19 0 475398114 15856644096 38547 33554432000 4194304 4196468 140724482718064 140724482700608 140388740402935 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
/proc/1105/statm: 3871251 38547 3458 1 0 3832351 0
[pid=1105/tid=1106] ppid=1103 vsize=15485004 memory=5782692679075529345 CPUtime=0.52 cores=1,3,5,7
/proc/1105/task/1106/stat : 1106 (java) S 1103 1103 28986 0 -1 1077944384 9240 0 0 0 48 4 0 0 20 0 19 0 475398114 15856644096 38547 33554432000 4194304 4196468 140724482718064 140388744643712 140388740413141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1107] ppid=1103 vsize=15485004 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1105/task/1107/stat : 1107 (java) S 1103 1103 28986 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 475398115 15856644096 38547 33554432000 4194304 4196468 140724482718064 140388668443664 140388740413141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1108] ppid=1103 vsize=15485004 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1105/task/1108/stat : 1108 (java) S 1103 1103 28986 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475398115 15856644096 38547 33554432000 4194304 4196468 140724482718064 140388667391120 140388740413141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1109] ppid=1103 vsize=15485004 memory=1428 CPUtime=0 cores=1,3,5,7
/proc/1105/task/1109/stat : 1109 (java) S 1103 1103 28986 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475398115 15856644096 38547 33554432000 4194304 4196468 140724482718064 140388666338064 140388740413141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1110] ppid=1103 vsize=15485004 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/1105/task/1110/stat : 1110 (java) S 1103 1103 28986 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 475398115 15856644096 38547 33554432000 4194304 4196468 140724482718064 140388665285520 140388740413141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1111] ppid=1103 vsize=15485004 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/1105/task/1111/stat : 1111 (java) S 1103 1103 28986 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 475398116 15856644096 38547 33554432000 4194304 4196468 140724482718064 140388209006832 140388740414082 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1112] ppid=1103 vsize=15485004 memory=1556 CPUtime=0 cores=1,3,5,7
/proc/1105/task/1112/stat : 1112 (java) S 1103 1103 28986 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 475398117 15856644096 38547 33554432000 4194304 4196468 140724482718064 140388207953056 140388740413141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1113] ppid=1103 vsize=15485004 memory=11632 CPUtime=0 cores=1,3,5,7
/proc/1105/task/1113/stat : 1113 (java) S 1103 1103 28986 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 475398117 15856644096 38547 33554432000 4194304 4196468 140724482718064 140388206899952 140388740413141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1114] ppid=1103 vsize=15485004 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/1105/task/1114/stat : 1114 (java) S 1103 1103 28986 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475398119 15856644096 38547 33554432000 4194304 4196468 140724482718064 140388205848528 140388740421531 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1115] ppid=1103 vsize=15485004 memory=1088 CPUtime=0.3 cores=1,3,5,7
/proc/1105/task/1115/stat : 1115 (java) R 1103 1103 28986 0 -1 4202560 1473 0 0 0 30 0 0 0 20 0 19 0 475398119 15856644096 38547 33554432000 4194304 4196468 140724482718064 140388204781728 140388740424282 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1116] ppid=1103 vsize=15485004 memory=988 CPUtime=0.29 cores=1,3,5,7
/proc/1105/task/1116/stat : 1116 (java) R 1103 1103 28986 0 -1 4202560 1261 0 0 0 29 0 0 0 20 0 19 0 475398119 15856644096 38547 33554432000 4194304 4196468 140724482718064 140388203725128 140388718419947 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1117] ppid=1103 vsize=15485004 memory=780 CPUtime=0.33 cores=1,3,5,7
/proc/1105/task/1117/stat : 1117 (java) R 1103 1103 28986 0 -1 4202560 1686 0 0 0 33 0 0 0 20 0 19 0 475398119 15856644096 38547 33554432000 4194304 4196468 140724482718064 140388202691056 140388740414870 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1118] ppid=1103 vsize=15485004 memory=6032 CPUtime=0 cores=1,3,5,7
/proc/1105/task/1118/stat : 1118 (java) S 1103 1103 28986 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475398119 15856644096 38547 33554432000 4194304 4196468 140724482718064 140388201638752 140388740413141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1119] ppid=1103 vsize=15485004 memory=624 CPUtime=0 cores=1,3,5,7
/proc/1105/task/1119/stat : 1119 (java) S 1103 1103 28986 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475398120 15856644096 38547 33554432000 4194304 4196468 140724482718064 140388200585776 140388740414082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 15598132 KiB
Current children cumulated memory: 155644 KiB

[startup+1.50773 s]
/proc/loadavg: 8.28 8.36 7.13 12/237 1195
/proc/meminfo: memFree=10994316/32770624 swapFree=66956680/67108860
[pid=1103] ppid=1092 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/1103/stat : 1103 (xcsp3-exec) S 1092 1103 28986 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475398114 115843072 364 33554432000 4194304 5098028 140728869964384 140728869962488 139646554096252 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 38739968 140728869966678 140728869966937 140728869966937 140728869969862 0
/proc/1103/statm: 28282 364 305 221 0 87 0

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

/proc/1105/task/1119/stat : 1119 (java) S 1103 1103 28986 0 -1 1077944384 1126 0 0 0 4 4 0 0 20 0 19 0 475398120 15856644096 83251 33554432000 4194304 4196468 140724482718064 140388200585776 140388740414082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1226] ppid=1103 vsize=15485004 memory=1456 CPUtime=315.05 cores=1,3,5,7
/proc/1105/task/1226/stat : 1226 (java) R 1103 1103 28986 0 -1 4202560 802 0 0 0 31505 0 0 0 20 0 19 0 475398827 15856644096 83251 33554432000 4194304 4196468 140724482718064 140387592162872 140388342231940 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1227] ppid=1103 vsize=15485004 memory=328908 CPUtime=314.6 cores=1,3,5,7
/proc/1105/task/1227/stat : 1227 (java) R 1103 1103 28986 0 -1 4202560 2043 0 0 0 31460 0 0 0 20 0 19 0 475398827 15856644096 83251 33554432000 4194304 4196468 140724482718064 140388191367272 140388342923968 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1228] ppid=1103 vsize=15485004 memory=1764 CPUtime=315.04 cores=1,3,5,7
/proc/1105/task/1228/stat : 1228 (java) R 1103 1103 28986 0 -1 4202560 2857 0 0 0 31504 0 0 0 20 0 19 0 475398827 15856644096 83251 33554432000 4194304 4196468 140724482718064 140388190317168 140388341601279 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1229] ppid=1103 vsize=15485004 memory=111628 CPUtime=314.46 cores=1,3,5,7
/proc/1105/task/1229/stat : 1229 (java) R 1103 1103 28986 0 -1 4202560 1405 0 0 0 31446 0 0 0 20 0 19 0 475398827 15856644096 83251 33554432000 4194304 4196468 140724482718064 140387591110592 140388342567181 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
Current children cumulated CPU time: 1289.3 s
Current children cumulated vsize: 15598132 KiB
Current children cumulated memory: 334460 KiB

[startup+325.601 s]
/proc/loadavg: 8.69 8.45 7.52 9/241 1285
/proc/meminfo: memFree=10311612/32770624 swapFree=66956680/67108860
[pid=1103] ppid=1092 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/1103/stat : 1103 (xcsp3-exec) S 1092 1103 28986 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475398114 115843072 364 33554432000 4194304 5098028 140728869964384 140728869962488 139646554096252 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 38739968 140728869966678 140728869966937 140728869966937 140728869969862 0
/proc/1103/statm: 28282 364 305 221 0 87 0
[pid=1105] ppid=1103 vsize=15485004 memory=333004 CPUtime=1292.49 cores=1,3,5,7
/proc/1105/stat : 1105 (java) S 1103 1103 28986 0 -1 1077944320 65023 0 0 0 129216 33 0 0 20 0 19 0 475398114 15856644096 83251 33554432000 4194304 4196468 140724482718064 140724482700608 140388740402935 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
/proc/1105/statm: 3871251 83251 3516 1 0 3832351 0
[pid=1105/tid=1106] ppid=1103 vsize=15485004 memory=8112282956445269571 CPUtime=0.52 cores=1,3,5,7
/proc/1105/task/1106/stat : 1106 (java) S 1103 1103 28986 0 -1 1077944384 9372 0 0 0 48 4 0 0 20 0 19 0 475398114 15856644096 83251 33554432000 4194304 4196468 140724482718064 140388744643712 140388740413141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1107] ppid=1103 vsize=15485004 memory=988 CPUtime=0.45 cores=1,3,5,7
/proc/1105/task/1107/stat : 1107 (java) S 1103 1103 28986 0 -1 1077944384 2274 0 0 0 40 5 0 0 20 0 19 0 475398115 15856644096 83251 33554432000 4194304 4196468 140724482718064 140388668443664 140388740413141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1108] ppid=1103 vsize=15485004 memory=1428 CPUtime=0.45 cores=1,3,5,7
/proc/1105/task/1108/stat : 1108 (java) S 1103 1103 28986 0 -1 1077944384 1440 0 0 0 41 4 0 0 20 0 19 0 475398115 15856644096 83251 33554432000 4194304 4196468 140724482718064 140388667391120 140388740413141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1109] ppid=1103 vsize=15485004 memory=1728 CPUtime=0.45 cores=1,3,5,7
/proc/1105/task/1109/stat : 1109 (java) S 1103 1103 28986 0 -1 1077944384 1510 0 0 0 40 5 0 0 20 0 19 0 475398115 15856644096 83251 33554432000 4194304 4196468 140724482718064 140388666338064 140388740413141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1110] ppid=1103 vsize=15485004 memory=1056 CPUtime=0.46 cores=1,3,5,7
/proc/1105/task/1110/stat : 1110 (java) S 1103 1103 28986 0 -1 1077944384 2639 0 0 0 42 4 0 0 20 0 19 0 475398115 15856644096 83251 33554432000 4194304 4196468 140724482718064 140388665285520 140388740413141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1111] ppid=1103 vsize=15485004 memory=1556 CPUtime=0.3 cores=1,3,5,7
/proc/1105/task/1111/stat : 1111 (java) S 1103 1103 28986 0 -1 1077944384 2487 0 0 0 27 3 0 0 20 0 19 0 475398116 15856644096 83251 33554432000 4194304 4196468 140724482718064 140388209006832 140388740414082 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1112] ppid=1103 vsize=15485004 memory=11632 CPUtime=0 cores=1,3,5,7
/proc/1105/task/1112/stat : 1112 (java) S 1103 1103 28986 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 19 0 475398117 15856644096 83251 33554432000 4194304 4196468 140724482718064 140388207953120 140388740413141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1113] ppid=1103 vsize=15485004 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/1105/task/1113/stat : 1113 (java) S 1103 1103 28986 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 19 0 475398117 15856644096 83251 33554432000 4194304 4196468 140724482718064 140388206899968 140388740413141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1114] ppid=1103 vsize=15485004 memory=1088 CPUtime=0 cores=1,3,5,7
/proc/1105/task/1114/stat : 1114 (java) S 1103 1103 28986 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475398119 15856644096 83251 33554432000 4194304 4196468 140724482718064 140388205848528 140388740421531 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1115] ppid=1103 vsize=15485004 memory=988 CPUtime=2.06 cores=1,3,5,7
/proc/1105/task/1115/stat : 1115 (java) S 1103 1103 28986 0 -1 1077944384 10946 0 0 0 205 1 0 0 20 0 19 0 475398119 15856644096 83251 33554432000 4194304 4196468 140724482718064 140388204796656 140388740414082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1116] ppid=1103 vsize=15485004 memory=780 CPUtime=2.35 cores=1,3,5,7
/proc/1105/task/1116/stat : 1116 (java) S 1103 1103 28986 0 -1 1077944384 15046 0 0 0 234 1 0 0 20 0 19 0 475398119 15856644096 83251 33554432000 4194304 4196468 140724482718064 140388203744112 140388740414082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1117] ppid=1103 vsize=15485004 memory=6032 CPUtime=0.61 cores=1,3,5,7
/proc/1105/task/1117/stat : 1117 (java) S 1103 1103 28986 0 -1 1077944384 6824 0 0 0 60 1 0 0 20 0 19 0 475398119 15856644096 83251 33554432000 4194304 4196468 140724482718064 140388202691056 140388740414082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1118] ppid=1103 vsize=15485004 memory=624 CPUtime=0 cores=1,3,5,7
/proc/1105/task/1118/stat : 1118 (java) S 1103 1103 28986 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475398119 15856644096 83251 33554432000 4194304 4196468 140724482718064 140388201638752 140388740413141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1119] ppid=1103 vsize=15485004 memory=3636 CPUtime=0.08 cores=1,3,5,7
/proc/1105/task/1119/stat : 1119 (java) S 1103 1103 28986 0 -1 1077944384 1126 0 0 0 4 4 0 0 20 0 19 0 475398120 15856644096 83251 33554432000 4194304 4196468 140724482718064 140388200585776 140388740414082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1226] ppid=1103 vsize=15485004 memory=2832 CPUtime=315.85 cores=1,3,5,7
/proc/1105/task/1226/stat : 1226 (java) R 1103 1103 28986 0 -1 4202560 802 0 0 0 31585 0 0 0 20 0 19 0 475398827 15856644096 83251 33554432000 4194304 4196468 140724482718064 140387592162872 140388342232423 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1227] ppid=1103 vsize=15485004 memory=14012 CPUtime=315.38 cores=1,3,5,7
/proc/1105/task/1227/stat : 1227 (java) R 1103 1103 28986 0 -1 4202560 2043 0 0 0 31538 0 0 0 20 0 19 0 475398827 15856644096 83251 33554432000 4194304 4196468 140724482718064 140388191367272 140388342231236 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1228] ppid=1103 vsize=15485004 memory=2112 CPUtime=315.84 cores=1,3,5,7
/proc/1105/task/1228/stat : 1228 (java) R 1103 1103 28986 0 -1 4202560 2857 0 0 0 31584 0 0 0 20 0 19 0 475398827 15856644096 83251 33554432000 4194304 4196468 140724482718064 140388190317168 140388338051793 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1229] ppid=1103 vsize=15485004 memory=12040 CPUtime=315.26 cores=1,3,5,7
/proc/1105/task/1229/stat : 1229 (java) R 1103 1103 28986 0 -1 4202560 1405 0 0 0 31526 0 0 0 20 0 19 0 475398827 15856644096 83251 33554432000 4194304 4196468 140724482718064 140387591110480 140388342231880 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
Current children cumulated CPU time: 1292.49 s
Current children cumulated vsize: 15598132 KiB
Current children cumulated memory: 334460 KiB

[startup+326.401 s]
/proc/loadavg: 8.69 8.45 7.52 9/241 1285
/proc/meminfo: memFree=10311744/32770624 swapFree=66956680/67108860
[pid=1103] ppid=1092 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/1103/stat : 1103 (xcsp3-exec) S 1092 1103 28986 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475398114 115843072 364 33554432000 4194304 5098028 140728869964384 140728869962488 139646554096252 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 38739968 140728869966678 140728869966937 140728869966937 140728869969862 0
/proc/1103/statm: 28282 364 305 221 0 87 0
[pid=1105] ppid=1103 vsize=15485004 memory=333004 CPUtime=1295.67 cores=1,3,5,7
/proc/1105/stat : 1105 (java) S 1103 1103 28986 0 -1 1077944320 65025 0 0 0 129534 33 0 0 20 0 19 0 475398114 15856644096 83251 33554432000 4194304 4196468 140724482718064 140724482700608 140388740402935 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
/proc/1105/statm: 3871251 83251 3516 1 0 3832351 0
[pid=1105/tid=1106] ppid=1103 vsize=15485004 memory=3620 CPUtime=0.52 cores=1,3,5,7
/proc/1105/task/1106/stat : 1106 (java) S 1103 1103 28986 0 -1 1077944384 9372 0 0 0 48 4 0 0 20 0 19 0 475398114 15856644096 83251 33554432000 4194304 4196468 140724482718064 140388744643712 140388740413141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1107] ppid=1103 vsize=15485004 memory=54656 CPUtime=0.45 cores=1,3,5,7
/proc/1105/task/1107/stat : 1107 (java) S 1103 1103 28986 0 -1 1077944384 2274 0 0 0 40 5 0 0 20 0 19 0 475398115 15856644096 83251 33554432000 4194304 4196468 140724482718064 140388668443664 140388740413141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1108] ppid=1103 vsize=15485004 memory=1988 CPUtime=0.45 cores=1,3,5,7
/proc/1105/task/1108/stat : 1108 (java) S 1103 1103 28986 0 -1 1077944384 1440 0 0 0 41 4 0 0 20 0 19 0 475398115 15856644096 83251 33554432000 4194304 4196468 140724482718064 140388667391120 140388740413141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1109] ppid=1103 vsize=15485004 memory=281038636136128 CPUtime=0.46 cores=1,3,5,7
/proc/1105/task/1109/stat : 1109 (java) S 1103 1103 28986 0 -1 1077944384 1510 0 0 0 41 5 0 0 20 0 19 0 475398115 15856644096 83251 33554432000 4194304 4196468 140724482718064 140388666338064 140388740413141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1110] ppid=1103 vsize=15485004 memory=6920064731626 CPUtime=0.46 cores=1,3,5,7
/proc/1105/task/1110/stat : 1110 (java) S 1103 1103 28986 0 -1 1077944384 2639 0 0 0 42 4 0 0 20 0 19 0 475398115 15856644096 83251 33554432000 4194304 4196468 140724482718064 140388665285520 140388740413141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1111] ppid=1103 vsize=15485004 memory=6920064731626 CPUtime=0.3 cores=1,3,5,7
/proc/1105/task/1111/stat : 1111 (java) S 1103 1103 28986 0 -1 1077944384 2487 0 0 0 27 3 0 0 20 0 19 0 475398116 15856644096 83251 33554432000 4194304 4196468 140724482718064 140388209006832 140388740414082 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1112] ppid=1103 vsize=15485004 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/1105/task/1112/stat : 1112 (java) S 1103 1103 28986 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 19 0 475398117 15856644096 83251 33554432000 4194304 4196468 140724482718064 140388207953120 140388740413141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1113] ppid=1103 vsize=15485004 memory=1428 CPUtime=0 cores=1,3,5,7
/proc/1105/task/1113/stat : 1113 (java) S 1103 1103 28986 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 19 0 475398117 15856644096 83251 33554432000 4194304 4196468 140724482718064 140388206899968 140388740413141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1114] ppid=1103 vsize=15485004 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/1105/task/1114/stat : 1114 (java) S 1103 1103 28986 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475398119 15856644096 83251 33554432000 4194304 4196468 140724482718064 140388205848528 140388740421531 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1115] ppid=1103 vsize=15485004 memory=1056 CPUtime=2.06 cores=1,3,5,7
/proc/1105/task/1115/stat : 1115 (java) S 1103 1103 28986 0 -1 1077944384 10946 0 0 0 205 1 0 0 20 0 19 0 475398119 15856644096 83251 33554432000 4194304 4196468 140724482718064 140388204796656 140388740414082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1116] ppid=1103 vsize=15485004 memory=65 CPUtime=2.35 cores=1,3,5,7
/proc/1105/task/1116/stat : 1116 (java) S 1103 1103 28986 0 -1 1077944384 15046 0 0 0 234 1 0 0 20 0 19 0 475398119 15856644096 83251 33554432000 4194304 4196468 140724482718064 140388203744112 140388740414082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1117] ppid=1103 vsize=15485004 memory=6944656592455359580 CPUtime=0.61 cores=1,3,5,7
/proc/1105/task/1117/stat : 1117 (java) S 1103 1103 28986 0 -1 1077944384 6824 0 0 0 60 1 0 0 20 0 19 0 475398119 15856644096 83251 33554432000 4194304 4196468 140724482718064 140388202691056 140388740414082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1118] ppid=1103 vsize=15485004 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/1105/task/1118/stat : 1118 (java) S 1103 1103 28986 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475398119 15856644096 83251 33554432000 4194304 4196468 140724482718064 140388201638752 140388740413141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1119] ppid=1103 vsize=15485004 memory=6656426216303648864 CPUtime=0.08 cores=1,3,5,7
/proc/1105/task/1119/stat : 1119 (java) S 1103 1103 28986 0 -1 1077944384 1126 0 0 0 4 4 0 0 20 0 19 0 475398120 15856644096 83251 33554432000 4194304 4196468 140724482718064 140388200585776 140388740414082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1226] ppid=1103 vsize=15485004 memory=8112282956445269571 CPUtime=316.64 cores=1,3,5,7
/proc/1105/task/1226/stat : 1226 (java) R 1103 1103 28986 0 -1 4202560 804 0 0 0 31664 0 0 0 20 0 19 0 475398827 15856644096 83251 33554432000 4194304 4196468 140724482718064 140387592162696 140388341677408 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1227] ppid=1103 vsize=15485004 memory=780 CPUtime=316.17 cores=1,3,5,7
/proc/1105/task/1227/stat : 1227 (java) R 1103 1103 28986 0 -1 4202560 2043 0 0 0 31617 0 0 0 20 0 19 0 475398827 15856644096 83251 33554432000 4194304 4196468 140724482718064 140388191369456 140388342924206 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1228] ppid=1103 vsize=15485004 memory=6032 CPUtime=316.64 cores=1,3,5,7
/proc/1105/task/1228/stat : 1228 (java) R 1103 1103 28986 0 -1 4202560 2857 0 0 0 31664 0 0 0 20 0 19 0 475398827 15856644096 83251 33554432000 4194304 4196468 140724482718064 140388190314344 140388342231916 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1229] ppid=1103 vsize=15485004 memory=624 CPUtime=316.06 cores=1,3,5,7
/proc/1105/task/1229/stat : 1229 (java) R 1103 1103 28986 0 -1 4202560 1405 0 0 0 31606 0 0 0 20 0 19 0 475398827 15856644096 83251 33554432000 4194304 4196468 140724482718064 140387591110688 140388342232220 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
Current children cumulated CPU time: 1295.67 s
Current children cumulated vsize: 15598132 KiB
Current children cumulated memory: 334460 KiB

[startup+326.801 s]
/proc/loadavg: 8.69 8.45 7.52 9/241 1285
/proc/meminfo: memFree=10311744/32770624 swapFree=66956680/67108860
[pid=1103] ppid=1092 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/1103/stat : 1103 (xcsp3-exec) S 1092 1103 28986 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475398114 115843072 364 33554432000 4194304 5098028 140728869964384 140728869962488 139646554096252 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 38739968 140728869966678 140728869966937 140728869966937 140728869969862 0
/proc/1103/statm: 28282 364 305 221 0 87 0
[pid=1105] ppid=1103 vsize=15485004 memory=333120 CPUtime=1297.26 cores=1,3,5,7
/proc/1105/stat : 1105 (java) S 1103 1103 28986 0 -1 1077944320 65031 0 0 0 129693 33 0 0 20 0 19 0 475398114 15856644096 83280 33554432000 4194304 4196468 140724482718064 140724482700608 140388740402935 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
/proc/1105/statm: 3871251 83280 3516 1 0 3832351 0
[pid=1105/tid=1106] ppid=1103 vsize=15485004 memory=1056 CPUtime=0.52 cores=1,3,5,7
/proc/1105/task/1106/stat : 1106 (java) S 1103 1103 28986 0 -1 1077944384 9372 0 0 0 48 4 0 0 20 0 19 0 475398114 15856644096 83280 33554432000 4194304 4196468 140724482718064 140388744643712 140388740413141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1107] ppid=1103 vsize=15485004 memory=1556 CPUtime=0.45 cores=1,3,5,7
/proc/1105/task/1107/stat : 1107 (java) S 1103 1103 28986 0 -1 1077944384 2274 0 0 0 40 5 0 0 20 0 19 0 475398115 15856644096 83280 33554432000 4194304 4196468 140724482718064 140388668443664 140388740413141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1108] ppid=1103 vsize=15485004 memory=1456 CPUtime=0.45 cores=1,3,5,7
/proc/1105/task/1108/stat : 1108 (java) S 1103 1103 28986 0 -1 1077944384 1443 0 0 0 41 4 0 0 20 0 19 0 475398115 15856644096 83280 33554432000 4194304 4196468 140724482718064 140388667391120 140388740413141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1109] ppid=1103 vsize=15485004 memory=333004 CPUtime=0.46 cores=1,3,5,7
/proc/1105/task/1109/stat : 1109 (java) S 1103 1103 28986 0 -1 1077944384 1510 0 0 0 41 5 0 0 20 0 19 0 475398115 15856644096 83280 33554432000 4194304 4196468 140724482718064 140388666338064 140388740413141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1110] ppid=1103 vsize=15485004 memory=1976 CPUtime=0.46 cores=1,3,5,7
/proc/1105/task/1110/stat : 1110 (java) S 1103 1103 28986 0 -1 1077944384 2640 0 0 0 42 4 0 0 20 0 19 0 475398115 15856644096 83280 33554432000 4194304 4196468 140724482718064 140388665285520 140388740413141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1111] ppid=1103 vsize=15485004 memory=14012 CPUtime=0.3 cores=1,3,5,7
/proc/1105/task/1111/stat : 1111 (java) S 1103 1103 28986 0 -1 1077944384 2487 0 0 0 27 3 0 0 20 0 19 0 475398116 15856644096 83280 33554432000 4194304 4196468 140724482718064 140388209006832 140388740414082 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1112] ppid=1103 vsize=15485004 memory=2112 CPUtime=0 cores=1,3,5,7
/proc/1105/task/1112/stat : 1112 (java) S 1103 1103 28986 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 19 0 475398117 15856644096 83280 33554432000 4194304 4196468 140724482718064 140388207953120 140388740413141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1113] ppid=1103 vsize=15485004 memory=12040 CPUtime=0 cores=1,3,5,7
/proc/1105/task/1113/stat : 1113 (java) S 1103 1103 28986 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 19 0 475398117 15856644096 83280 33554432000 4194304 4196468 140724482718064 140388206899968 140388740413141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1114] ppid=1103 vsize=15485004 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/1105/task/1114/stat : 1114 (java) S 1103 1103 28986 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475398119 15856644096 83280 33554432000 4194304 4196468 140724482718064 140388205848528 140388740421531 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1115] ppid=1103 vsize=15485004 memory=330956 CPUtime=2.06 cores=1,3,5,7
/proc/1105/task/1115/stat : 1115 (java) S 1103 1103 28986 0 -1 1077944384 10946 0 0 0 205 1 0 0 20 0 19 0 475398119 15856644096 83280 33554432000 4194304 4196468 140724482718064 140388204796656 140388740414082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1116] ppid=1103 vsize=15485004 memory=1456 CPUtime=2.35 cores=1,3,5,7
/proc/1105/task/1116/stat : 1116 (java) S 1103 1103 28986 0 -1 1077944384 15046 0 0 0 234 1 0 0 20 0 19 0 475398119 15856644096 83280 33554432000 4194304 4196468 140724482718064 140388203744112 140388740414082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1117] ppid=1103 vsize=15485004 memory=1556 CPUtime=0.61 cores=1,3,5,7
/proc/1105/task/1117/stat : 1117 (java) S 1103 1103 28986 0 -1 1077944384 6824 0 0 0 60 1 0 0 20 0 19 0 475398119 15856644096 83280 33554432000 4194304 4196468 140724482718064 140388202691056 140388740414082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1118] ppid=1103 vsize=15485004 memory=11632 CPUtime=0 cores=1,3,5,7
/proc/1105/task/1118/stat : 1118 (java) S 1103 1103 28986 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475398119 15856644096 83280 33554432000 4194304 4196468 140724482718064 140388201638752 140388740413141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1119] ppid=1103 vsize=15485004 memory=1732 CPUtime=0.08 cores=1,3,5,7
/proc/1105/task/1119/stat : 1119 (java) S 1103 1103 28986 0 -1 1077944384 1126 0 0 0 4 4 0 0 20 0 19 0 475398120 15856644096 83280 33554432000 4194304 4196468 140724482718064 140388200585776 140388740414082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1226] ppid=1103 vsize=15485004 memory=1088 CPUtime=317.04 cores=1,3,5,7
/proc/1105/task/1226/stat : 1226 (java) R 1103 1103 28986 0 -1 4202560 804 0 0 0 31704 0 0 0 20 0 19 0 475398827 15856644096 83280 33554432000 4194304 4196468 140724482718064 140387592162032 140388342232170 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1227] ppid=1103 vsize=15485004 memory=988 CPUtime=316.56 cores=1,3,5,7
/proc/1105/task/1227/stat : 1227 (java) R 1103 1103 28986 0 -1 4202560 2045 0 0 0 31656 0 0 0 20 0 19 0 475398827 15856644096 83280 33554432000 4194304 4196468 140724482718064 140388191369456 140388342231945 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1228] ppid=1103 vsize=15485004 memory=1456 CPUtime=317.03 cores=1,3,5,7
/proc/1105/task/1228/stat : 1228 (java) R 1103 1103 28986 0 -1 4202560 2857 0 0 0 31703 0 0 0 20 0 19 0 475398827 15856644096 83280 33554432000 4194304 4196468 140724482718064 140388190314152 140388342345544 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
[pid=1105/tid=1229] ppid=1103 vsize=15485004 memory=328908 CPUtime=316.46 cores=1,3,5,7
/proc/1105/task/1229/stat : 1229 (java) R 1103 1103 28986 0 -1 4202560 1405 0 0 0 31646 0 0 0 20 0 19 0 475398827 15856644096 83280 33554432000 4194304 4196468 140724482718064 140387591110720 140388342231343 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35229696 140724482720731 140724482720906 140724482720906 140724482723791 0
Current children cumulated CPU time: 1297.26 s
Current children cumulated vsize: 15598132 KiB
Current children cumulated memory: 334576 KiB

Child status: 0
Real time (s): 326.85
CPU time (s): 1297.36
CPU user time (s): 1297.02
CPU system time (s): 0.34356
CPU usage (%): 396.928
Max. virtual memory (cumulated for all children) (KiB): 15598132
Max. memory (cumulated for all children) (KiB): 334576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1297.02
system time used= 0.34356
maximum resident set size= 333244
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66330
page faults= 0
swaps= 0
block input operations= 0
block output operations= 520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21429
involuntary context switches= 31255


# summary of solver processes directly reported to runsolver:
#   pid: 1103
#   total CPU time (s): 1297.36
#   total CPU user time (s): 1297.02
#   total CPU system time (s): 0.34356

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.90872 second user time and 3.82083 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-20 16:59:16
IDJOB=4404078
IDBENCH=135739
IDSOLVER=2864
FILE ID=node149/4404078-1568991595
RUNJOBID= node149-1568989977-29018
PBS_JOBID= 21704647
Free space on /var/tmp= 13456 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-00.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404078-1568991595/watcher-4404078-1568991595 -o /var/tmp/evaluation-result-4404078-1568991595/solver-4404078-1568991595 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node149-1568989977-29018 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1841276487 HOME/instance-4404078-1568991595.xml

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

MD5SUM BENCH= 0f9f8d62bc132272af22ef8ddad99d7d
RANDOM SEED=1841276487

node149.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.81
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.81
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.81
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.81
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:        11195388 kB
MemAvailable:   31225424 kB
Buffers:          156688 kB
Cached:         19765048 kB
SwapCached:        41576 kB
Active:         10247412 kB
Inactive:       10311136 kB
Active(anon):     596888 kB
Inactive(anon):    83800 kB
Active(file):    9650524 kB
Inactive(file): 10227336 kB
Unevictable:      110232 kB
Mlocked:          110232 kB
SwapTotal:      67108860 kB
SwapFree:       66956680 kB
Dirty:             26172 kB
Writeback:            36 kB
AnonPages:        687792 kB
Mapped:            65080 kB
Shmem:             35648 kB
Slab:             611188 kB
SReclaimable:     580636 kB
SUnreclaim:        30552 kB
KernelStack:        4064 kB
PageTables:         6632 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1908416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    591872 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /var/tmp at the end= 13432 MiB
End job on node149 at 2019-09-20 17:04:43