Trace number 4404076

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-20OPT105 1345.21 339.11

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4404076-1568991610.xml"  -tl '2400s' -p 4
0.13/0.18	c Choco 3fb4b153
0.13/0.18	c [HOME/instance-4404076-1568991610.xml, -tl, 2400s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.29	c parse instance...
1.01/0.53	c solve instance...
1.01/0.58	o 204 
1.01/0.59	o 203 
1.01/0.60	o 201 
1.01/0.60	o 188 
1.28/0.61	o 186 
1.28/0.62	o 179 
1.28/0.62	o 178 
1.28/0.62	o 177 
1.28/0.63	o 176 
1.28/0.64	o 167 
1.28/0.67	o 163 
1.28/0.68	o 162 
1.28/0.69	o 161 
1.28/0.69	o 159 
1.28/0.70	o 156 
1.59/0.70	o 153 
1.59/0.71	o 150 
1.59/0.75	o 144 
1.59/0.76	o 141 
1.59/0.76	o 140 
1.59/0.78	o 138 
1.59/0.80	o 132 
1.96/0.82	o 131 
1.96/0.84	o 127 
1.96/0.87	o 126 
1.96/0.89	o 122 
1.96/0.89	o 120 
2.29/0.90	o 117 
2.29/0.90	o 114 
3.81/1.35	o 113 
4.21/1.43	o 110 
4.21/1.46	o 109 
5.00/1.68	o 108 
5.38/1.76	o 105 
1344.82/339.10	s OPTIMUM FOUND
1344.82/339.10	v <instantiation>
1344.82/339.10	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>
1344.82/339.10	v 	<values>0 5 4 2 1 3 7 12 13 14 10 8 11 9 6 17 5 6 4 5 6 15 4 1 8 3 10 2 9 10 </values>
1344.82/339.10	v </instantiation>

Verifier Data

OK	105

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4404076-1568991610/watcher-4404076-1568991610 -o /tmp/evaluation-result-4404076-1568991610/solver-4404076-1568991610 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568991570-1098 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1314165602 HOME/instance-4404076-1568991610.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
solver pid=1124, runsolver pid=1120
Current StackSize limit: 8192 KiB


[startup+0.100081 s]*
/proc/loadavg: 0.73 0.74 1.01 4/230 1161
/proc/meminfo: memFree=9586744/32770624 swapFree=66955412/67108860
[pid=1124] ppid=1120 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/1124/stat : 1124 (xcsp3-exec) S 1120 1124 1066 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475432359 115843072 363 33554432000 4194304 5098028 140731202049808 140731202047912 139664011362940 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19931136 140731202057082 140731202057325 140731202057325 140731202060234 0
/proc/1124/statm: 28282 363 304 221 0 87 0
[pid=1130] ppid=1124 vsize=15144776 memory=29368 CPUtime=0.13 cores=1,3,5,7
/proc/1130/stat : 1130 (java) S 1124 1124 1066 0 -1 1077944320 5738 0 0 0 11 2 0 0 20 0 15 0 475432360 15508250624 7342 33554432000 4194304 4196468 140722217533408 140722217515952 140350909374199 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
/proc/1130/statm: 3786194 7342 3149 1 0 3748377 0
[pid=1130/tid=1132] ppid=1124 vsize=15144776 memory=576460756329985062 CPUtime=0.09 cores=1,3,5,7
/proc/1130/task/1132/stat : 1132 (java) R 1124 1124 1066 0 -1 4202560 3664 0 0 0 8 1 0 0 20 0 15 0 475432360 15508250624 7342 33554432000 4194304 4196468 140722217533408 140350913597040 140350893454686 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1136] ppid=1124 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1130/task/1136/stat : 1136 (java) S 1124 1124 1066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475432361 15508250624 7342 33554432000 4194304 4196468 140722217533408 140350501792656 140350909384405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1139] ppid=1124 vsize=15144776 memory=3719266 CPUtime=0 cores=1,3,5,7
/proc/1130/task/1139/stat : 1139 (java) S 1124 1124 1066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475432361 15508250624 7342 33554432000 4194304 4196468 140722217533408 140350500739856 140350909384405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1142] ppid=1124 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1130/task/1142/stat : 1142 (java) S 1124 1124 1066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475432361 15508250624 7342 33554432000 4194304 4196468 140722217533408 140350499687568 140350909384405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1143] ppid=1124 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1130/task/1143/stat : 1143 (java) S 1124 1124 1066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475432361 15508250624 7342 33554432000 4194304 4196468 140722217533408 140350498634768 140350909384405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1145] ppid=1124 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1130/task/1145/stat : 1145 (java) S 1124 1124 1066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475432362 15508250624 7342 33554432000 4194304 4196468 140722217533408 140349782714480 140350909385346 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1147] ppid=1124 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1130/task/1147/stat : 1147 (java) S 1124 1124 1066 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475432363 15508250624 7342 33554432000 4194304 4196468 140722217533408 140349781660448 140350909384405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1149] ppid=1124 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1130/task/1149/stat : 1149 (java) S 1124 1124 1066 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475432363 15508250624 7342 33554432000 4194304 4196468 140722217533408 140349780608112 140350909384405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1150] ppid=1124 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1130/task/1150/stat : 1150 (java) S 1124 1124 1066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475432365 15508250624 7342 33554432000 4194304 4196468 140722217533408 140349779556432 140350909392795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1152] ppid=1124 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1130/task/1152/stat : 1152 (java) R 1124 1124 1066 0 -1 4202560 445 0 0 0 0 0 0 0 20 0 15 0 475432365 15508250624 7342 33554432000 4194304 4196468 140722217533408 140349778504304 140350895040352 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1154] ppid=1124 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1130/task/1154/stat : 1154 (java) R 1124 1124 1066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475432365 15508250624 7342 33554432000 4194304 4196468 140722217533408 140349777451504 140350909385346 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1155] ppid=1124 vsize=15144776 memory=139812147934848 CPUtime=0.01 cores=1,3,5,7
/proc/1130/task/1155/stat : 1155 (java) R 1124 1124 1066 0 -1 4202560 352 0 0 0 1 0 0 0 20 0 15 0 475432365 15508250624 7342 33554432000 4194304 4196468 140722217533408 140349776399216 140350901611326 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1158] ppid=1124 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1130/task/1158/stat : 1158 (java) S 1124 1124 1066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475432365 15508250624 7342 33554432000 4194304 4196468 140722217533408 140349775346656 140350909384405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1160] ppid=1124 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1130/task/1160/stat : 1160 (java) S 1124 1124 1066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475432366 15508250624 7342 33554432000 4194304 4196468 140722217533408 140349774293424 140350909385346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30820 KiB

[startup+0.213277 s]*
/proc/loadavg: 0.73 0.74 1.01 6/230 1161
/proc/meminfo: memFree=9562072/32770624 swapFree=66955412/67108860
[pid=1124] ppid=1120 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/1124/stat : 1124 (xcsp3-exec) S 1120 1124 1066 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475432359 115843072 363 33554432000 4194304 5098028 140731202049808 140731202047912 139664011362940 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19931136 140731202057082 140731202057325 140731202057325 140731202060234 0
/proc/1124/statm: 28282 363 304 221 0 87 0
[pid=1130] ppid=1124 vsize=15144776 memory=41184 CPUtime=0.34 cores=1,3,5,7
/proc/1130/stat : 1130 (java) S 1124 1124 1066 0 -1 1077944320 9474 0 0 0 30 4 0 0 20 0 15 0 475432360 15508250624 10296 33554432000 4194304 4196468 140722217533408 140722217515952 140350909374199 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
/proc/1130/statm: 3786194 10296 3314 1 0 3748377 0
[pid=1130/tid=1132] ppid=1124 vsize=15144776 memory=7022364632946311227 CPUtime=0.21 cores=1,3,5,7
/proc/1130/task/1132/stat : 1132 (java) R 1124 1124 1066 0 -1 4202560 6689 0 0 0 18 3 0 0 20 0 15 0 475432360 15508250624 10296 33554432000 4194304 4196468 140722217533408 140350913609184 140350893454686 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1136] ppid=1124 vsize=15144776 memory=4297931800 CPUtime=0 cores=1,3,5,7
/proc/1130/task/1136/stat : 1136 (java) S 1124 1124 1066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475432361 15508250624 10296 33554432000 4194304 4196468 140722217533408 140350501792656 140350909384405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1139] ppid=1124 vsize=15144776 memory=3691174165310453408 CPUtime=0 cores=1,3,5,7
/proc/1130/task/1139/stat : 1139 (java) S 1124 1124 1066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475432361 15508250624 10296 33554432000 4194304 4196468 140722217533408 140350500739856 140350909384405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1142] ppid=1124 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1130/task/1142/stat : 1142 (java) S 1124 1124 1066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475432361 15508250624 10296 33554432000 4194304 4196468 140722217533408 140350499687568 140350909384405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1143] ppid=1124 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1130/task/1143/stat : 1143 (java) S 1124 1124 1066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475432361 15508250624 10296 33554432000 4194304 4196468 140722217533408 140350498634768 140350909384405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1145] ppid=1124 vsize=15144776 memory=139812147934848 CPUtime=0 cores=1,3,5,7
/proc/1130/task/1145/stat : 1145 (java) S 1124 1124 1066 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475432362 15508250624 10296 33554432000 4194304 4196468 140722217533408 140349782714480 140350909385346 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1147] ppid=1124 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1130/task/1147/stat : 1147 (java) S 1124 1124 1066 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475432363 15508250624 10296 33554432000 4194304 4196468 140722217533408 140349781660448 140350909384405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1149] ppid=1124 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1130/task/1149/stat : 1149 (java) S 1124 1124 1066 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475432363 15508250624 10296 33554432000 4194304 4196468 140722217533408 140349780608112 140350909384405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1150] ppid=1124 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1130/task/1150/stat : 1150 (java) S 1124 1124 1066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475432365 15508250624 10296 33554432000 4194304 4196468 140722217533408 140349779556432 140350909392795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1152] ppid=1124 vsize=15144776 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/1130/task/1152/stat : 1152 (java) R 1124 1124 1066 0 -1 4202560 729 0 0 0 3 0 0 0 20 0 15 0 475432365 15508250624 10296 33554432000 4194304 4196468 140722217533408 140349778504304 140350909395546 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1154] ppid=1124 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1130/task/1154/stat : 1154 (java) R 1124 1124 1066 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 15 0 475432365 15508250624 10296 33554432000 4194304 4196468 140722217533408 140349777451504 140350909386134 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1155] ppid=1124 vsize=15144776 memory=139812147934848 CPUtime=0.07 cores=1,3,5,7
/proc/1130/task/1155/stat : 1155 (java) R 1124 1124 1066 0 -1 4202560 747 0 0 0 7 0 0 0 20 0 15 0 475432365 15508250624 10296 33554432000 4194304 4196468 140722217533408 140349776399216 140350909395546 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1158] ppid=1124 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1130/task/1158/stat : 1158 (java) S 1124 1124 1066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475432365 15508250624 10296 33554432000 4194304 4196468 140722217533408 140349775346656 140350909384405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1160] ppid=1124 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1130/task/1160/stat : 1160 (java) S 1124 1124 1066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475432366 15508250624 10296 33554432000 4194304 4196468 140722217533408 140349774293424 140350909385346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42636 KiB

[startup+0.310475 s]*
/proc/loadavg: 0.73 0.74 1.01 7/230 1161
/proc/meminfo: memFree=9552508/32770624 swapFree=66955412/67108860
[pid=1124] ppid=1120 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/1124/stat : 1124 (xcsp3-exec) S 1120 1124 1066 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475432359 115843072 363 33554432000 4194304 5098028 140731202049808 140731202047912 139664011362940 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19931136 140731202057082 140731202057325 140731202057325 140731202060234 0
/proc/1124/statm: 28282 363 304 221 0 87 0
[pid=1130] ppid=1124 vsize=15149032 memory=49788 CPUtime=0.5 cores=1,3,5,7
/proc/1130/stat : 1130 (java) S 1124 1124 1066 0 -1 1077944320 10723 0 1 0 45 5 0 0 20 0 15 0 475432360 15512608768 12447 33554432000 4194304 4196468 140722217533408 140722217515952 140350909374199 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
/proc/1130/statm: 3787258 12447 3361 1 0 3748377 0
[pid=1130/tid=1132] ppid=1124 vsize=15149032 memory=1398720917958146503 CPUtime=0.29 cores=1,3,5,7
/proc/1130/task/1132/stat : 1132 (java) R 1124 1124 1066 0 -1 4202560 7780 0 1 0 26 3 0 0 20 0 15 0 475432360 15512608768 12491 33554432000 4194304 4196468 140722217533408 140350913605312 140350909396125 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1136] ppid=1124 vsize=15149032 memory=504 CPUtime=0 cores=1,3,5,7
/proc/1130/task/1136/stat : 1136 (java) S 1124 1124 1066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475432361 15512608768 12491 33554432000 4194304 4196468 140722217533408 140350501792656 140350909384405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1139] ppid=1124 vsize=15149032 memory=1564 CPUtime=0 cores=1,3,5,7
/proc/1130/task/1139/stat : 1139 (java) S 1124 1124 1066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475432361 15512608768 12491 33554432000 4194304 4196468 140722217533408 140350500739856 140350909384405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1142] ppid=1124 vsize=15149032 memory=924 CPUtime=0 cores=1,3,5,7
/proc/1130/task/1142/stat : 1142 (java) S 1124 1124 1066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475432361 15512608768 12491 33554432000 4194304 4196468 140722217533408 140350499687568 140350909384405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1143] ppid=1124 vsize=15149032 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/1130/task/1143/stat : 1143 (java) S 1124 1124 1066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475432361 15512608768 12491 33554432000 4194304 4196468 140722217533408 140350498634768 140350909384405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1145] ppid=1124 vsize=15149032 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/1130/task/1145/stat : 1145 (java) S 1124 1124 1066 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475432362 15512608768 12491 33554432000 4194304 4196468 140722217533408 140349782714480 140350909385346 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1147] ppid=1124 vsize=15149032 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/1130/task/1147/stat : 1147 (java) S 1124 1124 1066 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475432363 15512608768 12491 33554432000 4194304 4196468 140722217533408 140349781660448 140350909384405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1149] ppid=1124 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1130/task/1149/stat : 1149 (java) S 1124 1124 1066 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475432363 15512608768 12491 33554432000 4194304 4196468 140722217533408 140349780608112 140350909384405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1150] ppid=1124 vsize=15149032 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/1130/task/1150/stat : 1150 (java) S 1124 1124 1066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475432365 15512608768 12491 33554432000 4194304 4196468 140722217533408 140349779556432 140350909392795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1152] ppid=1124 vsize=15149032 memory=35809 CPUtime=0.04 cores=1,3,5,7
/proc/1130/task/1152/stat : 1152 (java) S 1124 1124 1066 0 -1 1077944384 748 0 0 0 4 0 0 0 20 0 15 0 475432365 15512608768 12491 33554432000 4194304 4196468 140722217533408 140349778504304 140350909385346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1154] ppid=1124 vsize=15149032 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/1130/task/1154/stat : 1154 (java) S 1124 1124 1066 0 -1 1077944384 69 0 0 0 2 0 0 0 20 0 15 0 475432365 15512608768 12491 33554432000 4194304 4196468 140722217533408 140349777451504 140350909385346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1155] ppid=1124 vsize=15149032 memory=-1807685287717842718 CPUtime=0.12 cores=1,3,5,7
/proc/1130/task/1155/stat : 1155 (java) S 1124 1124 1066 0 -1 1077944384 854 0 0 0 12 0 0 0 20 0 15 0 475432365 15512608768 12491 33554432000 4194304 4196468 140722217533408 140349776399216 140350909385346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1158] ppid=1124 vsize=15149032 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/1130/task/1158/stat : 1158 (java) S 1124 1124 1066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475432365 15512608768 12491 33554432000 4194304 4196468 140722217533408 140349775346656 140350909384405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1160] ppid=1124 vsize=15149032 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/1130/task/1160/stat : 1160 (java) S 1124 1124 1066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475432366 15512608768 12491 33554432000 4194304 4196468 140722217533408 140349774293424 140350909385346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51240 KiB

[startup+0.701649 s]
/proc/loadavg: 0.73 0.74 1.01 11/230 1161
/proc/meminfo: memFree=9524512/32770624 swapFree=66955412/67108860
[pid=1124] ppid=1120 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/1124/stat : 1124 (xcsp3-exec) S 1120 1124 1066 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475432359 115843072 363 33554432000 4194304 5098028 140731202049808 140731202047912 139664011362940 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19931136 140731202057082 140731202057325 140731202057325 140731202060234 0
/proc/1124/statm: 28282 363 304 221 0 87 0
[pid=1130] ppid=1124 vsize=15485004 memory=167108 CPUtime=1.59 cores=1,3,5,7
/proc/1130/stat : 1130 (java) S 1124 1124 1066 0 -1 1077944320 15029 0 1 0 151 8 0 0 20 0 20 0 475432360 15856644096 41777 33554432000 4194304 4196468 140722217533408 140722217515952 140350909374199 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
/proc/1130/statm: 3871251 41777 3462 1 0 3832351 0
[pid=1130/tid=1132] ppid=1124 vsize=15485004 memory=4572181122233109878 CPUtime=0.51 cores=1,3,5,7
/proc/1130/task/1132/stat : 1132 (java) S 1124 1124 1066 0 -1 1077944384 9221 0 1 0 48 3 0 0 20 0 20 0 475432360 15856644096 41777 33554432000 4194304 4196468 140722217533408 140350913614144 140350909384405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1136] ppid=1124 vsize=15485004 memory=7595725831727968097 CPUtime=0 cores=1,3,5,7
/proc/1130/task/1136/stat : 1136 (java) S 1124 1124 1066 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 20 0 475432361 15856644096 41777 33554432000 4194304 4196468 140722217533408 140350501792656 140350909384405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1139] ppid=1124 vsize=15485004 memory=6940724678475403600 CPUtime=0 cores=1,3,5,7
/proc/1130/task/1139/stat : 1139 (java) S 1124 1124 1066 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 20 0 475432361 15856644096 41777 33554432000 4194304 4196468 140722217533408 140350500739856 140350909384405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1142] ppid=1124 vsize=15485004 memory=1328 CPUtime=0 cores=1,3,5,7
/proc/1130/task/1142/stat : 1142 (java) S 1124 1124 1066 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 475432361 15856644096 41777 33554432000 4194304 4196468 140722217533408 140350499687568 140350909384405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1143] ppid=1124 vsize=15485004 memory=1560 CPUtime=0 cores=1,3,5,7
/proc/1130/task/1143/stat : 1143 (java) S 1124 1124 1066 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 20 0 475432361 15856644096 41777 33554432000 4194304 4196468 140722217533408 140350498634768 140350909384405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1145] ppid=1124 vsize=15485004 memory=976 CPUtime=0 cores=1,3,5,7
/proc/1130/task/1145/stat : 1145 (java) S 1124 1124 1066 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 20 0 475432362 15856644096 41777 33554432000 4194304 4196468 140722217533408 140349782714480 140350909385346 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1147] ppid=1124 vsize=15485004 memory=772 CPUtime=0 cores=1,3,5,7
/proc/1130/task/1147/stat : 1147 (java) S 1124 1124 1066 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 475432363 15856644096 41777 33554432000 4194304 4196468 140722217533408 140349781660448 140350909384405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1149] ppid=1124 vsize=15485004 memory=3616 CPUtime=0 cores=1,3,5,7
/proc/1130/task/1149/stat : 1149 (java) S 1124 1124 1066 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 475432363 15856644096 41777 33554432000 4194304 4196468 140722217533408 140349780608112 140350909384405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1150] ppid=1124 vsize=15485004 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/1130/task/1150/stat : 1150 (java) S 1124 1124 1066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475432365 15856644096 41777 33554432000 4194304 4196468 140722217533408 140349779556432 140350909392795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1152] ppid=1124 vsize=15485004 memory=1548 CPUtime=0.25 cores=1,3,5,7
/proc/1130/task/1152/stat : 1152 (java) R 1124 1124 1066 0 -1 4202560 1248 0 0 0 25 0 0 0 20 0 20 0 475432365 15856644096 41793 33554432000 4194304 4196468 140722217533408 140349778488792 140350888593423 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1154] ppid=1124 vsize=15485004 memory=1056 CPUtime=0.22 cores=1,3,5,7
/proc/1130/task/1154/stat : 1154 (java) R 1124 1124 1066 0 -1 4202560 550 0 0 0 22 0 0 0 20 0 20 0 475432365 15856644096 41793 33554432000 4194304 4196468 140722217533408 140349777438304 140350888588113 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1155] ppid=1124 vsize=15485004 memory=744 CPUtime=0.35 cores=1,3,5,7
/proc/1130/task/1155/stat : 1155 (java) S 1124 1124 1066 0 -1 1077944384 1411 0 0 0 34 1 0 0 20 0 20 0 475432365 15856644096 41793 33554432000 4194304 4196468 140722217533408 140349776399216 140350909385346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1158] ppid=1124 vsize=15485004 memory=8444 CPUtime=0 cores=1,3,5,7
/proc/1130/task/1158/stat : 1158 (java) S 1124 1124 1066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475432365 15856644096 41793 33554432000 4194304 4196468 140722217533408 140349775346656 140350909384405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1160] ppid=1124 vsize=15485004 memory=6080 CPUtime=0 cores=1,3,5,7
/proc/1130/task/1160/stat : 1160 (java) S 1124 1124 1066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475432366 15856644096 41793 33554432000 4194304 4196468 140722217533408 140349774293424 140350909385346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
Current children cumulated CPU time: 1.59 s
Current children cumulated vsize: 15598132 KiB
Current children cumulated memory: 168560 KiB

[startup+1.50165 s]
/proc/loadavg: 0.73 0.74 1.01 16/238 1345
/proc/meminfo: memFree=9261884/32770624 swapFree=66955412/67108860
[pid=1124] ppid=1120 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/1124/stat : 1124 (xcsp3-exec) S 1120 1124 1066 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475432359 115843072 363 33554432000 4194304 5098028 140731202049808 140731202047912 139664011362940 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19931136 140731202057082 140731202057325 140731202057325 140731202060234 0
/proc/1124/statm: 28282 363 304 221 0 87 0

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

/proc/1130/task/1160/stat : 1160 (java) S 1124 1124 1066 0 -1 1077944384 660 0 0 0 6 0 0 0 20 0 19 0 475432366 15856644096 87575 33554432000 4194304 4196468 140722217533408 140349774293424 140350909385346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1362] ppid=1124 vsize=15485004 memory=976 CPUtime=332.11 cores=1,3,5,7
/proc/1130/task/1362/stat : 1362 (java) R 1124 1124 1066 0 -1 4202560 975 0 0 0 33211 0 0 0 20 0 19 0 475432536 15856644096 87575 33554432000 4194304 4196468 140722217533408 140349762153096 140350552894617 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1363] ppid=1124 vsize=15485004 memory=772 CPUtime=331.92 cores=1,3,5,7
/proc/1130/task/1363/stat : 1363 (java) R 1124 1124 1066 0 -1 4202560 2401 0 0 0 33192 0 0 0 20 0 19 0 475432536 15856644096 87575 33554432000 4194304 4196468 140722217533408 140349761101680 140350551421289 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1364] ppid=1124 vsize=15485004 memory=3616 CPUtime=332.12 cores=1,3,5,7
/proc/1130/task/1364/stat : 1364 (java) R 1124 1124 1066 0 -1 4202560 2941 0 0 0 33211 1 0 0 20 0 19 0 475432536 15856644096 87575 33554432000 4194304 4196468 140722217533408 140349764260200 140350550815159 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1365] ppid=1124 vsize=15485004 memory=976 CPUtime=332.19 cores=1,3,5,7
/proc/1130/task/1365/stat : 1365 (java) R 1124 1124 1066 0 -1 4202560 1654 0 0 0 33218 1 0 0 20 0 19 0 475432536 15856644096 87575 33554432000 4194304 4196468 140722217533408 140349765315440 140350551421837 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
Current children cumulated CPU time: 1339.24 s
Current children cumulated vsize: 15598132 KiB
Current children cumulated memory: 351752 KiB

[startup+338.402 s]
/proc/loadavg: 8.86 6.25 3.40 10/239 1426
/proc/meminfo: memFree=8991512/32770624 swapFree=66955412/67108860
[pid=1124] ppid=1120 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/1124/stat : 1124 (xcsp3-exec) S 1120 1124 1066 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475432359 115843072 363 33554432000 4194304 5098028 140731202049808 140731202047912 139664011362940 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19931136 140731202057082 140731202057325 140731202057325 140731202060234 0
/proc/1124/statm: 28282 363 304 221 0 87 0
[pid=1130] ppid=1124 vsize=15485004 memory=350300 CPUtime=1342.41 cores=1,3,5,7
/proc/1130/stat : 1130 (java) S 1124 1124 1066 0 -1 1077944320 69051 0 1 0 134209 32 0 0 20 0 19 0 475432360 15856644096 87575 33554432000 4194304 4196468 140722217533408 140722217515952 140350909374199 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
/proc/1130/statm: 3871251 87575 3517 1 0 3832351 0
[pid=1130/tid=1132] ppid=1124 vsize=15485004 memory=1548 CPUtime=0.52 cores=1,3,5,7
/proc/1130/task/1132/stat : 1132 (java) S 1124 1124 1066 0 -1 1077944384 9222 0 1 0 49 3 0 0 20 0 19 0 475432360 15856644096 87575 33554432000 4194304 4196468 140722217533408 140350913614976 140350909384405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1136] ppid=1124 vsize=15485004 memory=1056 CPUtime=0.49 cores=1,3,5,7
/proc/1130/task/1136/stat : 1136 (java) S 1124 1124 1066 0 -1 1077944384 1254 0 0 0 45 4 0 0 20 0 19 0 475432361 15856644096 87575 33554432000 4194304 4196468 140722217533408 140350501792656 140350909384405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1139] ppid=1124 vsize=15485004 memory=744 CPUtime=0.49 cores=1,3,5,7
/proc/1130/task/1139/stat : 1139 (java) S 1124 1124 1066 0 -1 1077944384 894 0 0 0 44 5 0 0 20 0 19 0 475432361 15856644096 87575 33554432000 4194304 4196468 140722217533408 140350500739856 140350909384405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1142] ppid=1124 vsize=15485004 memory=1452 CPUtime=0.48 cores=1,3,5,7
/proc/1130/task/1142/stat : 1142 (java) S 1124 1124 1066 0 -1 1077944384 1727 0 0 0 45 3 0 0 20 0 19 0 475432361 15856644096 87575 33554432000 4194304 4196468 140722217533408 140350499687568 140350909384405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1143] ppid=1124 vsize=15485004 memory=350300 CPUtime=0.49 cores=1,3,5,7
/proc/1130/task/1143/stat : 1143 (java) S 1124 1124 1066 0 -1 1077944384 1930 0 0 0 46 3 0 0 20 0 19 0 475432361 15856644096 87575 33554432000 4194304 4196468 140722217533408 140350498634768 140350909384405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1145] ppid=1124 vsize=15485004 memory=1452 CPUtime=0.34 cores=1,3,5,7
/proc/1130/task/1145/stat : 1145 (java) S 1124 1124 1066 0 -1 1077944384 2171 0 0 0 30 4 0 0 20 0 19 0 475432362 15856644096 87575 33554432000 4194304 4196468 140722217533408 140349782714480 140350909385346 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1147] ppid=1124 vsize=15485004 memory=333840 CPUtime=0 cores=1,3,5,7
/proc/1130/task/1147/stat : 1147 (java) S 1124 1124 1066 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 475432363 15856644096 87575 33554432000 4194304 4196468 140722217533408 140349781660512 140350909384405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1149] ppid=1124 vsize=15485004 memory=296884 CPUtime=0 cores=1,3,5,7
/proc/1130/task/1149/stat : 1149 (java) S 1124 1124 1066 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 475432363 15856644096 87575 33554432000 4194304 4196468 140722217533408 140349780608128 140350909384405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1150] ppid=1124 vsize=15485004 memory=1420 CPUtime=0 cores=1,3,5,7
/proc/1130/task/1150/stat : 1150 (java) S 1124 1124 1066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475432365 15856644096 87575 33554432000 4194304 4196468 140722217533408 140349779556432 140350909392795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1152] ppid=1124 vsize=15485004 memory=350300 CPUtime=2.72 cores=1,3,5,7
/proc/1130/task/1152/stat : 1152 (java) S 1124 1124 1066 0 -1 1077944384 17367 0 0 0 271 1 0 0 20 0 19 0 475432365 15856644096 87575 33554432000 4194304 4196468 140722217533408 140349778504304 140350909385346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1154] ppid=1124 vsize=15485004 memory=1804 CPUtime=2.25 cores=1,3,5,7
/proc/1130/task/1154/stat : 1154 (java) S 1124 1124 1066 0 -1 1077944384 13737 0 0 0 223 2 0 0 20 0 19 0 475432365 15856644096 87575 33554432000 4194304 4196468 140722217533408 140349777451504 140350909385346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1155] ppid=1124 vsize=15485004 memory=916 CPUtime=0.59 cores=1,3,5,7
/proc/1130/task/1155/stat : 1155 (java) S 1124 1124 1066 0 -1 1077944384 8206 0 0 0 58 1 0 0 20 0 19 0 475432365 15856644096 87575 33554432000 4194304 4196468 140722217533408 140349776399216 140350909385346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1158] ppid=1124 vsize=15485004 memory=3816 CPUtime=0 cores=1,3,5,7
/proc/1130/task/1158/stat : 1158 (java) S 1124 1124 1066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475432365 15856644096 87575 33554432000 4194304 4196468 140722217533408 140349775346656 140350909384405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1160] ppid=1124 vsize=15485004 memory=2304 CPUtime=0.06 cores=1,3,5,7
/proc/1130/task/1160/stat : 1160 (java) S 1124 1124 1066 0 -1 1077944384 660 0 0 0 6 0 0 0 20 0 19 0 475432366 15856644096 87575 33554432000 4194304 4196468 140722217533408 140349774293424 140350909385346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1362] ppid=1124 vsize=15485004 memory=0 CPUtime=332.91 cores=1,3,5,7
/proc/1130/task/1362/stat : 1362 (java) R 1124 1124 1066 0 -1 4202560 977 0 0 0 33291 0 0 0 20 0 19 0 475432536 15856644096 87575 33554432000 4194304 4196468 140722217533408 140349762153520 140350551836992 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1363] ppid=1124 vsize=15485004 memory=0 CPUtime=332.7 cores=1,3,5,7
/proc/1130/task/1363/stat : 1363 (java) R 1124 1124 1066 0 -1 4202560 2402 0 0 0 33270 0 0 0 20 0 19 0 475432536 15856644096 87575 33554432000 4194304 4196468 140722217533408 140349761101792 140350551421893 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1364] ppid=1124 vsize=15485004 memory=2032 CPUtime=332.91 cores=1,3,5,7
/proc/1130/task/1364/stat : 1364 (java) R 1124 1124 1066 0 -1 4202560 2941 0 0 0 33290 1 0 0 20 0 19 0 475432536 15856644096 87575 33554432000 4194304 4196468 140722217533408 140349764259568 140722218285448 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1365] ppid=1124 vsize=15485004 memory=1328 CPUtime=332.99 cores=1,3,5,7
/proc/1130/task/1365/stat : 1365 (java) R 1124 1124 1066 0 -1 4202560 1655 0 0 0 33298 1 0 0 20 0 19 0 475432536 15856644096 87575 33554432000 4194304 4196468 140722217533408 140349765315440 140350551806509 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
Current children cumulated CPU time: 1342.41 s
Current children cumulated vsize: 15598132 KiB
Current children cumulated memory: 351752 KiB

[startup+338.802 s]
/proc/loadavg: 8.86 6.25 3.40 10/239 1426
/proc/meminfo: memFree=8991512/32770624 swapFree=66955412/67108860
[pid=1124] ppid=1120 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/1124/stat : 1124 (xcsp3-exec) S 1120 1124 1066 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475432359 115843072 363 33554432000 4194304 5098028 140731202049808 140731202047912 139664011362940 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19931136 140731202057082 140731202057325 140731202057325 140731202060234 0
/proc/1124/statm: 28282 363 304 221 0 87 0
[pid=1130] ppid=1124 vsize=15485004 memory=350300 CPUtime=1344.01 cores=1,3,5,7
/proc/1130/stat : 1130 (java) S 1124 1124 1066 0 -1 1077944320 69052 0 1 0 134369 32 0 0 20 0 19 0 475432360 15856644096 87575 33554432000 4194304 4196468 140722217533408 140722217515952 140350909374199 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
/proc/1130/statm: 3871251 87575 3517 1 0 3832351 0
[pid=1130/tid=1132] ppid=1124 vsize=15485004 memory=16098161018013049 CPUtime=0.52 cores=1,3,5,7
/proc/1130/task/1132/stat : 1132 (java) S 1124 1124 1066 0 -1 1077944384 9222 0 1 0 49 3 0 0 20 0 19 0 475432360 15856644096 87575 33554432000 4194304 4196468 140722217533408 140350913614976 140350909384405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1136] ppid=1124 vsize=15485004 memory=8112282956445269571 CPUtime=0.49 cores=1,3,5,7
/proc/1130/task/1136/stat : 1136 (java) S 1124 1124 1066 0 -1 1077944384 1254 0 0 0 45 4 0 0 20 0 19 0 475432361 15856644096 87575 33554432000 4194304 4196468 140722217533408 140350501792656 140350909384405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1139] ppid=1124 vsize=15485004 memory=0 CPUtime=0.49 cores=1,3,5,7
/proc/1130/task/1139/stat : 1139 (java) S 1124 1124 1066 0 -1 1077944384 894 0 0 0 44 5 0 0 20 0 19 0 475432361 15856644096 87575 33554432000 4194304 4196468 140722217533408 140350500739856 140350909384405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1142] ppid=1124 vsize=15485004 memory=1452 CPUtime=0.48 cores=1,3,5,7
/proc/1130/task/1142/stat : 1142 (java) S 1124 1124 1066 0 -1 1077944384 1727 0 0 0 45 3 0 0 20 0 19 0 475432361 15856644096 87575 33554432000 4194304 4196468 140722217533408 140350499687568 140350909384405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1143] ppid=1124 vsize=15485004 memory=333840 CPUtime=0.49 cores=1,3,5,7
/proc/1130/task/1143/stat : 1143 (java) S 1124 1124 1066 0 -1 1077944384 1930 0 0 0 46 3 0 0 20 0 19 0 475432361 15856644096 87575 33554432000 4194304 4196468 140722217533408 140350498634768 140350909384405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1145] ppid=1124 vsize=15485004 memory=1420 CPUtime=0.34 cores=1,3,5,7
/proc/1130/task/1145/stat : 1145 (java) S 1124 1124 1066 0 -1 1077944384 2171 0 0 0 30 4 0 0 20 0 19 0 475432362 15856644096 87575 33554432000 4194304 4196468 140722217533408 140349782714480 140350909385346 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1147] ppid=1124 vsize=15485004 memory=2304 CPUtime=0 cores=1,3,5,7
/proc/1130/task/1147/stat : 1147 (java) S 1124 1124 1066 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 475432363 15856644096 87575 33554432000 4194304 4196468 140722217533408 140349781660512 140350909384405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1149] ppid=1124 vsize=15485004 memory=1412 CPUtime=0 cores=1,3,5,7
/proc/1130/task/1149/stat : 1149 (java) S 1124 1124 1066 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 475432363 15856644096 87575 33554432000 4194304 4196468 140722217533408 140349780608128 140350909384405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1150] ppid=1124 vsize=15485004 memory=1412 CPUtime=0 cores=1,3,5,7
/proc/1130/task/1150/stat : 1150 (java) S 1124 1124 1066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475432365 15856644096 87575 33554432000 4194304 4196468 140722217533408 140349779556432 140350909392795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1152] ppid=1124 vsize=15485004 memory=3348 CPUtime=2.72 cores=1,3,5,7
/proc/1130/task/1152/stat : 1152 (java) S 1124 1124 1066 0 -1 1077944384 17367 0 0 0 271 1 0 0 20 0 19 0 475432365 15856644096 87575 33554432000 4194304 4196468 140722217533408 140349778504304 140350909385346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1154] ppid=1124 vsize=15485004 memory=3228 CPUtime=2.25 cores=1,3,5,7
/proc/1130/task/1154/stat : 1154 (java) S 1124 1124 1066 0 -1 1077944384 13737 0 0 0 223 2 0 0 20 0 19 0 475432365 15856644096 87575 33554432000 4194304 4196468 140722217533408 140349777451504 140350909385346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1155] ppid=1124 vsize=15485004 memory=1452 CPUtime=0.59 cores=1,3,5,7
/proc/1130/task/1155/stat : 1155 (java) S 1124 1124 1066 0 -1 1077944384 8206 0 0 0 58 1 0 0 20 0 19 0 475432365 15856644096 87575 33554432000 4194304 4196468 140722217533408 140349776399216 140350909385346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1158] ppid=1124 vsize=15485004 memory=4104 CPUtime=0 cores=1,3,5,7
/proc/1130/task/1158/stat : 1158 (java) S 1124 1124 1066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475432365 15856644096 87575 33554432000 4194304 4196468 140722217533408 140349775346656 140350909384405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1160] ppid=1124 vsize=15485004 memory=1398720917958146503 CPUtime=0.06 cores=1,3,5,7
/proc/1130/task/1160/stat : 1160 (java) S 1124 1124 1066 0 -1 1077944384 660 0 0 0 6 0 0 0 20 0 19 0 475432366 15856644096 87575 33554432000 4194304 4196468 140722217533408 140349774293424 140350909385346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1362] ppid=1124 vsize=15485004 memory=-2025810976467231676 CPUtime=333.3 cores=1,3,5,7
/proc/1130/task/1362/stat : 1362 (java) R 1124 1124 1066 0 -1 4202560 977 0 0 0 33330 0 0 0 20 0 19 0 475432536 15856644096 87575 33554432000 4194304 4196468 140722217533408 140349762153096 140350551946898 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1363] ppid=1124 vsize=15485004 memory=6944613755294413216 CPUtime=333.1 cores=1,3,5,7
/proc/1130/task/1363/stat : 1363 (java) R 1124 1124 1066 0 -1 4202560 2402 0 0 0 33310 0 0 0 20 0 19 0 475432536 15856644096 87575 33554432000 4194304 4196468 140722217533408 140349761101792 140350551421662 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1364] ppid=1124 vsize=15485004 memory=6933690279252828305 CPUtime=333.31 cores=1,3,5,7
/proc/1130/task/1364/stat : 1364 (java) R 1124 1124 1066 0 -1 4202560 2941 0 0 0 33330 1 0 0 20 0 19 0 475432536 15856644096 87575 33554432000 4194304 4196468 140722217533408 140349764259816 140350551842973 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1365] ppid=1124 vsize=15485004 memory=3620 CPUtime=333.38 cores=1,3,5,7
/proc/1130/task/1365/stat : 1365 (java) R 1124 1124 1066 0 -1 4202560 1656 0 0 0 33337 1 0 0 20 0 19 0 475432536 15856644096 87575 33554432000 4194304 4196468 140722217533408 140349765315424 140350551422295 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
Current children cumulated CPU time: 1344.01 s
Current children cumulated vsize: 15598132 KiB
Current children cumulated memory: 351752 KiB

[startup+339.002 s]*
/proc/loadavg: 8.86 6.25 3.40 10/239 1426
/proc/meminfo: memFree=8991528/32770624 swapFree=66955412/67108860
[pid=1124] ppid=1120 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/1124/stat : 1124 (xcsp3-exec) S 1120 1124 1066 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475432359 115843072 363 33554432000 4194304 5098028 140731202049808 140731202047912 139664011362940 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19931136 140731202057082 140731202057325 140731202057325 140731202060234 0
/proc/1124/statm: 28282 363 304 221 0 87 0
[pid=1130] ppid=1124 vsize=15485004 memory=350300 CPUtime=1344.82 cores=1,3,5,7
/proc/1130/stat : 1130 (java) S 1124 1124 1066 0 -1 1077944320 69053 0 1 0 134450 32 0 0 20 0 19 0 475432360 15856644096 87575 33554432000 4194304 4196468 140722217533408 140722217515952 140350909374199 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
/proc/1130/statm: 3871251 87575 3517 1 0 3832351 0
[pid=1130/tid=1132] ppid=1124 vsize=15485004 memory=1398720917958146503 CPUtime=0.52 cores=1,3,5,7
/proc/1130/task/1132/stat : 1132 (java) S 1124 1124 1066 0 -1 1077944384 9222 0 1 0 49 3 0 0 20 0 19 0 475432360 15856644096 87575 33554432000 4194304 4196468 140722217533408 140350913614976 140350909384405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1136] ppid=1124 vsize=15485004 memory=2304 CPUtime=0.49 cores=1,3,5,7
/proc/1130/task/1136/stat : 1136 (java) S 1124 1124 1066 0 -1 1077944384 1254 0 0 0 45 4 0 0 20 0 19 0 475432361 15856644096 87575 33554432000 4194304 4196468 140722217533408 140350501792656 140350909384405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1139] ppid=1124 vsize=15485004 memory=1412 CPUtime=0.49 cores=1,3,5,7
/proc/1130/task/1139/stat : 1139 (java) S 1124 1124 1066 0 -1 1077944384 894 0 0 0 44 5 0 0 20 0 19 0 475432361 15856644096 87575 33554432000 4194304 4196468 140722217533408 140350500739856 140350909384405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1142] ppid=1124 vsize=15485004 memory=1412 CPUtime=0.48 cores=1,3,5,7
/proc/1130/task/1142/stat : 1142 (java) S 1124 1124 1066 0 -1 1077944384 1727 0 0 0 45 3 0 0 20 0 19 0 475432361 15856644096 87575 33554432000 4194304 4196468 140722217533408 140350499687568 140350909384405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1143] ppid=1124 vsize=15485004 memory=3320 CPUtime=0.49 cores=1,3,5,7
/proc/1130/task/1143/stat : 1143 (java) S 1124 1124 1066 0 -1 1077944384 1930 0 0 0 46 3 0 0 20 0 19 0 475432361 15856644096 87575 33554432000 4194304 4196468 140722217533408 140350498634768 140350909384405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1145] ppid=1124 vsize=15485004 memory=3288 CPUtime=0.34 cores=1,3,5,7
/proc/1130/task/1145/stat : 1145 (java) S 1124 1124 1066 0 -1 1077944384 2171 0 0 0 30 4 0 0 20 0 19 0 475432362 15856644096 87575 33554432000 4194304 4196468 140722217533408 140349782714480 140350909385346 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1147] ppid=1124 vsize=15485004 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/1130/task/1147/stat : 1147 (java) S 1124 1124 1066 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 475432363 15856644096 87575 33554432000 4194304 4196468 140722217533408 140349781660512 140350909384405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1149] ppid=1124 vsize=15485004 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/1130/task/1149/stat : 1149 (java) S 1124 1124 1066 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 475432363 15856644096 87575 33554432000 4194304 4196468 140722217533408 140349780608128 140350909384405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1150] ppid=1124 vsize=15485004 memory=270136 CPUtime=0 cores=1,3,5,7
/proc/1130/task/1150/stat : 1150 (java) S 1124 1124 1066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475432365 15856644096 87575 33554432000 4194304 4196468 140722217533408 140349779556432 140350909392795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1152] ppid=1124 vsize=15485004 memory=272144 CPUtime=2.72 cores=1,3,5,7
/proc/1130/task/1152/stat : 1152 (java) S 1124 1124 1066 0 -1 1077944384 17367 0 0 0 271 1 0 0 20 0 19 0 475432365 15856644096 87575 33554432000 4194304 4196468 140722217533408 140349778504304 140350909385346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1154] ppid=1124 vsize=15485004 memory=1420 CPUtime=2.25 cores=1,3,5,7
/proc/1130/task/1154/stat : 1154 (java) S 1124 1124 1066 0 -1 1077944384 13737 0 0 0 223 2 0 0 20 0 19 0 475432365 15856644096 87575 33554432000 4194304 4196468 140722217533408 140349777451504 140350909385346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1155] ppid=1124 vsize=15485004 memory=1984 CPUtime=0.59 cores=1,3,5,7
/proc/1130/task/1155/stat : 1155 (java) S 1124 1124 1066 0 -1 1077944384 8206 0 0 0 58 1 0 0 20 0 19 0 475432365 15856644096 87575 33554432000 4194304 4196468 140722217533408 140349776399216 140350909385346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1158] ppid=1124 vsize=15485004 memory=2532 CPUtime=0 cores=1,3,5,7
/proc/1130/task/1158/stat : 1158 (java) S 1124 1124 1066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475432365 15856644096 87575 33554432000 4194304 4196468 140722217533408 140349775346656 140350909384405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1160] ppid=1124 vsize=15485004 memory=1440 CPUtime=0.06 cores=1,3,5,7
/proc/1130/task/1160/stat : 1160 (java) S 1124 1124 1066 0 -1 1077944384 660 0 0 0 6 0 0 0 20 0 19 0 475432366 15856644096 87575 33554432000 4194304 4196468 140722217533408 140349774293424 140350909385346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1362] ppid=1124 vsize=15485004 memory=796 CPUtime=333.51 cores=1,3,5,7
/proc/1130/task/1362/stat : 1362 (java) R 1124 1124 1066 0 -1 4202560 977 0 0 0 33351 0 0 0 20 0 19 0 475432536 15856644096 87575 33554432000 4194304 4196468 140722217533408 140349762153096 140350551421772 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1363] ppid=1124 vsize=15485004 memory=0 CPUtime=333.3 cores=1,3,5,7
/proc/1130/task/1363/stat : 1363 (java) R 1124 1124 1066 0 -1 4202560 2402 0 0 0 33330 0 0 0 20 0 19 0 475432536 15856644096 87575 33554432000 4194304 4196468 140722217533408 140349761101680 140350551422477 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1364] ppid=1124 vsize=15485004 memory=0 CPUtime=333.51 cores=1,3,5,7
/proc/1130/task/1364/stat : 1364 (java) R 1124 1124 1066 0 -1 4202560 2942 0 0 0 33350 1 0 0 20 0 19 0 475432536 15856644096 87575 33554432000 4194304 4196468 140722217533408 140349764260376 140350551421365 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
[pid=1130/tid=1365] ppid=1124 vsize=15485004 memory=0 CPUtime=333.59 cores=1,3,5,7
/proc/1130/task/1365/stat : 1365 (java) R 1124 1124 1066 0 -1 4202560 1656 0 0 0 33358 1 0 0 20 0 19 0 475432536 15856644096 87575 33554432000 4194304 4196468 140722217533408 140349765315552 140350550814802 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25538560 140722217534447 140722217534618 140722217534618 140722217537487 0
Current children cumulated CPU time: 1344.82 s
Current children cumulated vsize: 15598132 KiB
Current children cumulated memory: 351752 KiB

Child status: 0
Real time (s): 339.11
CPU time (s): 1345.21
CPU user time (s): 1344.88
CPU system time (s): 0.335458
CPU usage (%): 396.688
Max. virtual memory (cumulated for all children) (KiB): 15598132
Max. memory (cumulated for all children) (KiB): 351752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1344.88
system time used= 0.335458
maximum resident set size= 350360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70217
page faults= 1
swaps= 0
block input operations= 416
block output operations= 536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23715
involuntary context switches= 22854


# summary of solver processes directly reported to runsolver:
#   pid: 1124
#   total CPU time (s): 1345.21
#   total CPU user time (s): 1344.88
#   total CPU system time (s): 0.335458

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.10668 second user time and 3.85915 second system time

The end

Launcher Data

Begin job on node151 at 2019-09-20 16:59:30
IDJOB=4404076
IDBENCH=135746
IDSOLVER=2864
FILE ID=node151/4404076-1568991610
RUNJOBID= node151-1568991570-1098
PBS_JOBID= 21704658
Free space on /tmp= 12316 MiB

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

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

MD5SUM BENCH= dba33b05662b19bf60999f99ad872bed
RANDOM SEED=1314165602

node151.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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:         9622140 kB
MemAvailable:   31805456 kB
Buffers:          134028 kB
Cached:         22072528 kB
SwapCached:        51780 kB
Active:         11087184 kB
Inactive:       11175528 kB
Active(anon):       3584 kB
Inactive(anon):    98208 kB
Active(file):   11083600 kB
Inactive(file): 11077320 kB
Unevictable:      108800 kB
Mlocked:          108800 kB
SwapTotal:      67108860 kB
SwapFree:       66955412 kB
Dirty:             52116 kB
Writeback:             0 kB
AnonPages:        113104 kB
Mapped:            48004 kB
Shmem:             36880 kB
Slab:             479760 kB
SReclaimable:     450856 kB
SUnreclaim:        28904 kB
KernelStack:        3280 kB
PageTables:         6320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     510064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 12264 MiB
End job on node151 at 2019-09-20 17:05:09