Trace number 4393316

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-06-14OPT105 1784.44 452.996

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4393316-1568345714.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4393316-1568345714.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
1.06/0.53	c solve instance...
1.06/0.58	o 204 
1.06/0.59	o 203 
1.06/0.60	o 201 
1.06/0.61	o 184 
1.38/0.62	o 179 
1.38/0.62	o 178 
1.38/0.63	o 177 
1.38/0.63	o 176 
1.38/0.65	o 167 
1.38/0.65	o 163 
1.38/0.69	o 149 
1.67/0.72	o 142 
1.67/0.72	o 141 
1.67/0.73	o 140 
1.67/0.77	o 138 
2.04/0.88	o 131 
2.04/0.88	o 127 
2.43/0.90	o 123 
2.43/0.90	o 120 
2.43/0.91	o 117 
2.43/0.91	o 114 
3.42/1.25	o 112 
3.42/1.25	o 111 
4.43/1.54	o 109 
5.19/1.76	o 108 
6.21/2.04	o 105 
1784.33/452.98	s OPTIMUM FOUND
1784.33/452.98	v <instantiation>
1784.33/452.98	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>
1784.33/452.98	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>
1784.33/452.98	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 (15214 MiB free)
  memory of node 1: 16384 MiB (15436 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393316-1568345714/watcher-4393316-1568345714 -o /tmp/evaluation-result-4393316-1568345714/solver-4393316-1568345714 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568343521-17189 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1619395853 HOME/instance-4393316-1568345714.xml 

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

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

solver pid=19959, runsolver pid=19956

[startup+0.100057 s]*
/proc/loadavg: 8.35 8.45 7.76 7/234 19975
/proc/meminfo: memFree=31371092/32770624 swapFree=66999992/67108860
[pid=19959] ppid=19956 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/19959/stat : 19959 (xcsp3-exec) S 19956 19959 15420 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 410485448 115843072 363 33554432000 4194304 5098028 140735692147056 140735692145160 139828710576764 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 33071104 140735692149626 140735692149869 140735692149869 140735692152778 0
/proc/19959/statm: 28282 363 304 221 0 87 0
[pid=19961] ppid=19959 vsize=15144768 memory=29144 CPUtime=0.13 cores=0,2,4,6
/proc/19961/stat : 19961 (java) S 19959 19959 15420 0 -1 1077944320 5681 0 0 0 11 2 0 0 20 0 15 0 410485448 15508242432 7286 33554432000 4194304 4196468 140721833825312 140721833807856 140367230930679 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
/proc/19961/statm: 3786192 7286 3187 1 0 3748377 0
[pid=19961/tid=19962] ppid=19959 vsize=15144768 memory=7748307311448697419 CPUtime=0.09 cores=0,2,4,6
/proc/19961/task/19962/stat : 19962 (java) R 19959 19959 15420 0 -1 4202560 3581 0 0 0 8 1 0 0 20 0 15 0 410485449 15508242432 7286 33554432000 4194304 4196468 140721833825312 140367235156512 140367214974309 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19963] ppid=19959 vsize=15144768 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/19961/task/19963/stat : 19963 (java) S 19959 19959 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410485449 15508242432 7286 33554432000 4194304 4196468 140721833825312 140367183551504 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19964] ppid=19959 vsize=15144768 memory=139661299230336 CPUtime=0 cores=0,2,4,6
/proc/19961/task/19964/stat : 19964 (java) S 19959 19959 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410485449 15508242432 7286 33554432000 4194304 4196468 140721833825312 140366821907600 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19965] ppid=19959 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19961/task/19965/stat : 19965 (java) S 19959 19959 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410485449 15508242432 7286 33554432000 4194304 4196468 140721833825312 140366820854544 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19966] ppid=19959 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19961/task/19966/stat : 19966 (java) S 19959 19959 15420 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410485449 15508242432 7286 33554432000 4194304 4196468 140721833825312 140366819802000 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19967] ppid=19959 vsize=15144768 memory=139661299230336 CPUtime=0 cores=0,2,4,6
/proc/19961/task/19967/stat : 19967 (java) S 19959 19959 15420 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410485451 15508242432 7286 33554432000 4194304 4196468 140721833825312 140366699243760 140367230941826 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19968] ppid=19959 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19961/task/19968/stat : 19968 (java) S 19959 19959 15420 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 410485451 15508242432 7286 33554432000 4194304 4196468 140721833825312 140366698189984 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19969] ppid=19959 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19961/task/19969/stat : 19969 (java) S 19959 19959 15420 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 410485452 15508242432 7286 33554432000 4194304 4196468 140721833825312 140366697136880 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19970] ppid=19959 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19961/task/19970/stat : 19970 (java) S 19959 19959 15420 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410485454 15508242432 7286 33554432000 4194304 4196468 140721833825312 140366696085456 140367230949275 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19971] ppid=19959 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19961/task/19971/stat : 19971 (java) R 19959 19959 15420 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 15 0 410485454 15508242432 7286 33554432000 4194304 4196468 140721833825312 140366695033680 140367230940885 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19972] ppid=19959 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19961/task/19972/stat : 19972 (java) R 19959 19959 15420 0 -1 4202560 151 0 0 0 0 0 0 0 20 0 15 0 410485454 15508242432 7286 33554432000 4194304 4196468 140721833825312 140366693972544 140367211343984 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19973] ppid=19959 vsize=15144768 memory=139661299230336 CPUtime=0.02 cores=0,2,4,6
/proc/19961/task/19973/stat : 19973 (java) R 19959 19959 15420 0 -1 4202560 349 0 0 0 2 0 0 0 20 0 15 0 410485454 15508242432 7286 33554432000 4194304 4196468 140721833825312 140366692927984 140367230944543 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19974] ppid=19959 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19961/task/19974/stat : 19974 (java) S 19959 19959 15420 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410485454 15508242432 7286 33554432000 4194304 4196468 140721833825312 140366691875680 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19975] ppid=19959 vsize=15144768 memory=139661299230336 CPUtime=0 cores=0,2,4,6
/proc/19961/task/19975/stat : 19975 (java) S 19959 19959 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410485454 15508242432 7286 33554432000 4194304 4196468 140721833825312 140366690822704 140367230941826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 30596 KiB

[startup+0.210741 s]*
/proc/loadavg: 8.35 8.45 7.76 8/234 19975
/proc/meminfo: memFree=31356792/32770624 swapFree=66999992/67108860
[pid=19959] ppid=19956 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/19959/stat : 19959 (xcsp3-exec) S 19956 19959 15420 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 410485448 115843072 363 33554432000 4194304 5098028 140735692147056 140735692145160 139828710576764 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 33071104 140735692149626 140735692149869 140735692149869 140735692152778 0
/proc/19959/statm: 28282 363 304 221 0 87 0
[pid=19961] ppid=19959 vsize=15144768 memory=40960 CPUtime=0.34 cores=0,2,4,6
/proc/19961/stat : 19961 (java) S 19959 19959 15420 0 -1 1077944320 9447 0 0 0 31 3 0 0 20 0 15 0 410485448 15508242432 10240 33554432000 4194304 4196468 140721833825312 140721833807856 140367230930679 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
/proc/19961/statm: 3786192 10240 3315 1 0 3748377 0
[pid=19961/tid=19962] ppid=19959 vsize=15144768 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/19961/task/19962/stat : 19962 (java) R 19959 19959 15420 0 -1 4202560 6601 0 0 0 18 2 0 0 20 0 15 0 410485449 15508242432 10240 33554432000 4194304 4196468 140721833825312 140367235162592 140367230952605 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19963] ppid=19959 vsize=15144768 memory=13675 CPUtime=0 cores=0,2,4,6
/proc/19961/task/19963/stat : 19963 (java) S 19959 19959 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410485449 15508242432 10240 33554432000 4194304 4196468 140721833825312 140367183551504 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19964] ppid=19959 vsize=15144768 memory=139661302218215 CPUtime=0 cores=0,2,4,6
/proc/19961/task/19964/stat : 19964 (java) S 19959 19959 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410485449 15508242432 10240 33554432000 4194304 4196468 140721833825312 140366821907600 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19965] ppid=19959 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19961/task/19965/stat : 19965 (java) S 19959 19959 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410485449 15508242432 10240 33554432000 4194304 4196468 140721833825312 140366820854544 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19966] ppid=19959 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19961/task/19966/stat : 19966 (java) S 19959 19959 15420 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410485449 15508242432 10240 33554432000 4194304 4196468 140721833825312 140366819802000 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19967] ppid=19959 vsize=15144768 memory=139661299230336 CPUtime=0 cores=0,2,4,6
/proc/19961/task/19967/stat : 19967 (java) S 19959 19959 15420 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 410485451 15508242432 10240 33554432000 4194304 4196468 140721833825312 140366699243760 140367230941826 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19968] ppid=19959 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19961/task/19968/stat : 19968 (java) S 19959 19959 15420 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 410485451 15508242432 10240 33554432000 4194304 4196468 140721833825312 140366698189984 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19969] ppid=19959 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19961/task/19969/stat : 19969 (java) S 19959 19959 15420 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 410485452 15508242432 10240 33554432000 4194304 4196468 140721833825312 140366697136880 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19970] ppid=19959 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19961/task/19970/stat : 19970 (java) S 19959 19959 15420 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410485454 15508242432 10240 33554432000 4194304 4196468 140721833825312 140366696085456 140367230949275 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19971] ppid=19959 vsize=15144768 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/19961/task/19971/stat : 19971 (java) S 19959 19959 15420 0 -1 1077944384 557 0 0 0 2 0 0 0 20 0 15 0 410485454 15508242432 10240 33554432000 4194304 4196468 140721833825312 140366695033584 140367230941826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19972] ppid=19959 vsize=15144768 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/19961/task/19972/stat : 19972 (java) S 19959 19959 15420 0 -1 1077944384 206 0 0 0 2 0 0 0 20 0 15 0 410485454 15508242432 10240 33554432000 4194304 4196468 140721833825312 140366693981040 140367230941826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19973] ppid=19959 vsize=15144768 memory=139661299230336 CPUtime=0.08 cores=0,2,4,6
/proc/19961/task/19973/stat : 19973 (java) R 19959 19959 15420 0 -1 4202560 777 0 0 0 8 0 0 0 20 0 15 0 410485454 15508242432 10240 33554432000 4194304 4196468 140721833825312 140366692927984 140367230942614 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19974] ppid=19959 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19961/task/19974/stat : 19974 (java) S 19959 19959 15420 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410485454 15508242432 10240 33554432000 4194304 4196468 140721833825312 140366691875680 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19975] ppid=19959 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19961/task/19975/stat : 19975 (java) S 19959 19959 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410485454 15508242432 10240 33554432000 4194304 4196468 140721833825312 140366690822704 140367230941826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 42412 KiB

[startup+0.312345 s]*
/proc/loadavg: 8.35 8.45 7.76 7/234 19975
/proc/meminfo: memFree=31349580/32770624 swapFree=66999992/67108860
[pid=19959] ppid=19956 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/19959/stat : 19959 (xcsp3-exec) S 19956 19959 15420 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 410485448 115843072 363 33554432000 4194304 5098028 140735692147056 140735692145160 139828710576764 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 33071104 140735692149626 140735692149869 140735692149869 140735692152778 0
/proc/19959/statm: 28282 363 304 221 0 87 0
[pid=19961] ppid=19959 vsize=15149024 memory=50148 CPUtime=0.54 cores=0,2,4,6
/proc/19961/stat : 19961 (java) S 19959 19959 15420 0 -1 1077944320 10867 0 0 0 50 4 0 0 20 0 15 0 410485448 15512600576 12537 33554432000 4194304 4196468 140721833825312 140721833807856 140367230930679 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
/proc/19961/statm: 3787256 12537 3364 1 0 3748377 0
[pid=19961/tid=19962] ppid=19959 vsize=15149024 memory=1398722017469774279 CPUtime=0.3 cores=0,2,4,6
/proc/19961/task/19962/stat : 19962 (java) R 19959 19959 15420 0 -1 4202560 7798 0 0 0 28 2 0 0 20 0 15 0 410485449 15512600576 12541 33554432000 4194304 4196468 140721833825312 140367235162312 140367215011166 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19963] ppid=19959 vsize=15149024 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/19961/task/19963/stat : 19963 (java) S 19959 19959 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410485449 15512600576 12541 33554432000 4194304 4196468 140721833825312 140367183551504 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19964] ppid=19959 vsize=15149024 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/19961/task/19964/stat : 19964 (java) S 19959 19959 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410485449 15512600576 12541 33554432000 4194304 4196468 140721833825312 140366821907600 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19965] ppid=19959 vsize=15149024 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/19961/task/19965/stat : 19965 (java) S 19959 19959 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410485449 15512600576 12541 33554432000 4194304 4196468 140721833825312 140366820854544 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19966] ppid=19959 vsize=15149024 memory=-4190076264842474805 CPUtime=0 cores=0,2,4,6
/proc/19961/task/19966/stat : 19966 (java) S 19959 19959 15420 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410485449 15512600576 12541 33554432000 4194304 4196468 140721833825312 140366819802000 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19967] ppid=19959 vsize=15149024 memory=-7595490506177102494 CPUtime=0 cores=0,2,4,6
/proc/19961/task/19967/stat : 19967 (java) S 19959 19959 15420 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 410485451 15512600576 12541 33554432000 4194304 4196468 140721833825312 140366699243760 140367230941826 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19968] ppid=19959 vsize=15149024 memory=-7533229591079788448 CPUtime=0 cores=0,2,4,6
/proc/19961/task/19968/stat : 19968 (java) S 19959 19959 15420 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 410485451 15512600576 12541 33554432000 4194304 4196468 140721833825312 140366698189984 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19969] ppid=19959 vsize=15149024 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/19961/task/19969/stat : 19969 (java) S 19959 19959 15420 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 410485452 15512600576 12541 33554432000 4194304 4196468 140721833825312 140366697136880 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19970] ppid=19959 vsize=15149024 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/19961/task/19970/stat : 19970 (java) S 19959 19959 15420 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410485454 15512600576 12541 33554432000 4194304 4196468 140721833825312 140366696085456 140367230949275 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19971] ppid=19959 vsize=15149024 memory=7827413994055111515 CPUtime=0.04 cores=0,2,4,6
/proc/19961/task/19971/stat : 19971 (java) S 19959 19959 15420 0 -1 1077944384 567 0 0 0 4 0 0 0 20 0 15 0 410485454 15512600576 12541 33554432000 4194304 4196468 140721833825312 140366695033584 140367230941826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19972] ppid=19959 vsize=15149024 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/19961/task/19972/stat : 19972 (java) R 19959 19959 15420 0 -1 4202560 324 0 0 0 5 0 0 0 20 0 15 0 410485454 15512600576 12541 33554432000 4194304 4196468 140721833825312 140366693962056 140367215860077 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19973] ppid=19959 vsize=15149024 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/19961/task/19973/stat : 19973 (java) S 19959 19959 15420 0 -1 1077944384 879 0 0 0 12 0 0 0 20 0 15 0 410485454 15512600576 12541 33554432000 4194304 4196468 140721833825312 140366692927984 140367230941826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19974] ppid=19959 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19961/task/19974/stat : 19974 (java) S 19959 19959 15420 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410485454 15512600576 12541 33554432000 4194304 4196468 140721833825312 140366691875680 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19975] ppid=19959 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19961/task/19975/stat : 19975 (java) S 19959 19959 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410485454 15512600576 12541 33554432000 4194304 4196468 140721833825312 140366690822704 140367230941826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 51600 KiB

[startup+0.702897 s]
/proc/loadavg: 8.35 8.45 7.76 9/234 19975
/proc/meminfo: memFree=31335128/32770624 swapFree=66999992/67108860
[pid=19959] ppid=19956 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/19959/stat : 19959 (xcsp3-exec) S 19956 19959 15420 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 410485448 115843072 363 33554432000 4194304 5098028 140735692147056 140735692145160 139828710576764 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 33071104 140735692149626 140735692149869 140735692149869 140735692152778 0
/proc/19959/statm: 28282 363 304 221 0 87 0
[pid=19961] ppid=19959 vsize=15617096 memory=166284 CPUtime=1.67 cores=0,2,4,6
/proc/19961/stat : 19961 (java) S 19959 19959 15420 0 -1 1077944320 15187 0 0 0 159 8 0 0 20 0 19 0 410485448 15991906304 41571 33554432000 4194304 4196468 140721833825312 140721833807856 140367230930679 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
/proc/19961/statm: 3904274 41571 3462 1 0 3865376 0
[pid=19961/tid=19962] ppid=19959 vsize=15617096 memory=0 CPUtime=0.52 cores=0,2,4,6
/proc/19961/task/19962/stat : 19962 (java) S 19959 19959 15420 0 -1 1077944384 9143 0 0 0 49 3 0 0 20 0 19 0 410485449 15991906304 41571 33554432000 4194304 4196468 140721833825312 140367235171456 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19963] ppid=19959 vsize=15617096 memory=33 CPUtime=0 cores=0,2,4,6
/proc/19961/task/19963/stat : 19963 (java) S 19959 19959 15420 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 410485449 15991906304 41571 33554432000 4194304 4196468 140721833825312 140367183551504 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19964] ppid=19959 vsize=15617096 memory=-7604262568725289114 CPUtime=0 cores=0,2,4,6
/proc/19961/task/19964/stat : 19964 (java) S 19959 19959 15420 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 410485449 15991906304 41571 33554432000 4194304 4196468 140721833825312 140366821907600 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19965] ppid=19959 vsize=15617096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19961/task/19965/stat : 19965 (java) S 19959 19959 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 410485449 15991906304 41571 33554432000 4194304 4196468 140721833825312 140366820854544 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19966] ppid=19959 vsize=15617096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19961/task/19966/stat : 19966 (java) S 19959 19959 15420 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 19 0 410485449 15991906304 41571 33554432000 4194304 4196468 140721833825312 140366819802000 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19967] ppid=19959 vsize=15617096 memory=34392 CPUtime=0 cores=0,2,4,6
/proc/19961/task/19967/stat : 19967 (java) S 19959 19959 15420 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 19 0 410485451 15991906304 41571 33554432000 4194304 4196468 140721833825312 140366699243760 140367230941826 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19968] ppid=19959 vsize=15617096 memory=988 CPUtime=0 cores=0,2,4,6
/proc/19961/task/19968/stat : 19968 (java) S 19959 19959 15420 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 19 0 410485451 15991906304 41571 33554432000 4194304 4196468 140721833825312 140366698189984 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19969] ppid=19959 vsize=15617096 memory=2012 CPUtime=0 cores=0,2,4,6
/proc/19961/task/19969/stat : 19969 (java) S 19959 19959 15420 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 410485452 15991906304 41571 33554432000 4194304 4196468 140721833825312 140366697136880 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19970] ppid=19959 vsize=15617096 memory=1240 CPUtime=0 cores=0,2,4,6
/proc/19961/task/19970/stat : 19970 (java) S 19959 19959 15420 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410485454 15991906304 41571 33554432000 4194304 4196468 140721833825312 140366696085456 140367230949275 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19971] ppid=19959 vsize=15617096 memory=580 CPUtime=0.27 cores=0,2,4,6
/proc/19961/task/19971/stat : 19971 (java) R 19959 19959 15420 0 -1 4202560 1018 0 0 0 27 0 0 0 20 0 19 0 410485454 15991906304 41571 33554432000 4194304 4196468 140721833825312 140366695020128 140367216056615 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19972] ppid=19959 vsize=15617096 memory=1696 CPUtime=0.25 cores=0,2,4,6
/proc/19961/task/19972/stat : 19972 (java) R 19959 19959 15420 0 -1 4202560 966 0 0 0 25 0 0 0 20 0 19 0 410485454 15991906304 41571 33554432000 4194304 4196468 140721833825312 140366693966920 140367210592906 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19973] ppid=19959 vsize=15617096 memory=3436 CPUtime=0.32 cores=0,2,4,6
/proc/19961/task/19973/stat : 19973 (java) R 19959 19959 15420 0 -1 4202560 1653 0 0 0 31 1 0 0 20 0 19 0 410485454 15991906304 41571 33554432000 4194304 4196468 140721833825312 140366692923936 140367209727869 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19974] ppid=19959 vsize=15617096 memory=7548 CPUtime=0 cores=0,2,4,6
/proc/19961/task/19974/stat : 19974 (java) S 19959 19959 15420 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410485454 15991906304 41571 33554432000 4194304 4196468 140721833825312 140366691875680 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19975] ppid=19959 vsize=15617096 memory=2832 CPUtime=0 cores=0,2,4,6
/proc/19961/task/19975/stat : 19975 (java) S 19959 19959 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 410485454 15991906304 41571 33554432000 4194304 4196468 140721833825312 140366690822704 140367230941826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
Current children cumulated CPU time: 1.67 s
Current children cumulated vsize: 15730224 KiB
Current children cumulated memory: 167736 KiB

[startup+1.5008 s]
/proc/loadavg: 8.35 8.45 7.76 8/238 20062
/proc/meminfo: memFree=31213092/32770624 swapFree=66999992/67108860
[pid=19959] ppid=19956 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/19959/stat : 19959 (xcsp3-exec) S 19956 19959 15420 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 410485448 115843072 363 33554432000 4194304 5098028 140735692147056 140735692145160 139828710576764 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 33071104 140735692149626 140735692149869 140735692149869 140735692152778 0
/proc/19959/statm: 28282 363 304 221 0 87 0

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

/proc/19961/task/19975/stat : 19975 (java) S 19959 19959 15420 0 -1 1077944384 847 0 0 0 5 17 0 0 20 0 19 0 410485454 15991906304 139975 33554432000 4194304 4196468 140721833825312 140366690822704 140367230941826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=20079] ppid=19959 vsize=15617096 memory=3616 CPUtime=441.07 cores=0,2,4,6
/proc/19961/task/20079/stat : 20079 (java) S 19959 19959 15420 0 -1 1077944384 1383 0 0 0 44107 0 0 0 20 0 19 0 410485653 15991906304 139975 33554432000 4194304 4196468 140721833825312 140366681853504 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=20080] ppid=19959 vsize=15617096 memory=34400 CPUtime=440.39 cores=0,2,4,6
/proc/19961/task/20080/stat : 20080 (java) S 19959 19959 15420 0 -1 1077944384 10682 0 0 0 44037 2 0 0 20 0 19 0 410485653 15991906304 139975 33554432000 4194304 4196468 140721833825312 140366675539024 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=20081] ppid=19959 vsize=15617096 memory=988 CPUtime=440.76 cores=0,2,4,6
/proc/19961/task/20081/stat : 20081 (java) S 19959 19959 15420 0 -1 1077944384 4053 0 0 0 44074 2 0 0 20 0 19 0 410485653 15991906304 139975 33554432000 4194304 4196468 140721833825312 140366677643984 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=20082] ppid=19959 vsize=15617096 memory=2012 CPUtime=445.62 cores=0,2,4,6
/proc/19961/task/20082/stat : 20082 (java) R 19959 19959 15420 0 -1 4202560 1535 0 0 0 44562 0 0 0 20 0 19 0 410485653 15991906304 139975 33554432000 4194304 4196468 140721833825312 140366680799728 140366869318544 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
Current children cumulated CPU time: 1783.44 s
Current children cumulated vsize: 15730224 KiB
Current children cumulated memory: 561352 KiB

[startup+452.401 s]
/proc/loadavg: 8.22 8.16 7.90 6/238 20467
/proc/meminfo: memFree=27812196/32770624 swapFree=66999992/67108860
[pid=19959] ppid=19956 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/19959/stat : 19959 (xcsp3-exec) S 19956 19959 15420 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 410485448 115843072 363 33554432000 4194304 5098028 140735692147056 140735692145160 139828710576764 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 33071104 140735692149626 140735692149869 140735692149869 140735692152778 0
/proc/19959/statm: 28282 363 304 221 0 87 0
[pid=19961] ppid=19959 vsize=15617096 memory=559900 CPUtime=1783.83 cores=0,2,4,6
/proc/19961/stat : 19961 (java) S 19959 19959 15420 0 -1 1077944320 91362 0 0 0 178271 112 0 0 20 0 19 0 410485448 15991906304 139975 33554432000 4194304 4196468 140721833825312 140721833807856 140367230930679 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
/proc/19961/statm: 3904274 139975 3515 1 0 3865376 0
[pid=19961/tid=19962] ppid=19959 vsize=15617096 memory=2116 CPUtime=0.52 cores=0,2,4,6
/proc/19961/task/19962/stat : 19962 (java) S 19959 19959 15420 0 -1 1077944384 9144 0 0 0 49 3 0 0 20 0 19 0 410485449 15991906304 139975 33554432000 4194304 4196468 140721833825312 140367235171456 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19963] ppid=19959 vsize=15617096 memory=19364 CPUtime=1.67 cores=0,2,4,6
/proc/19961/task/19963/stat : 19963 (java) S 19959 19959 15420 0 -1 1077944384 5252 0 0 0 151 16 0 0 20 0 19 0 410485449 15991906304 139975 33554432000 4194304 4196468 140721833825312 140367183551504 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19964] ppid=19959 vsize=15617096 memory=11852 CPUtime=1.66 cores=0,2,4,6
/proc/19961/task/19964/stat : 19964 (java) S 19959 19959 15420 0 -1 1077944384 5010 0 0 0 150 16 0 0 20 0 19 0 410485449 15991906304 139975 33554432000 4194304 4196468 140721833825312 140366821907600 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19965] ppid=19959 vsize=15617096 memory=532 CPUtime=1.67 cores=0,2,4,6
/proc/19961/task/19965/stat : 19965 (java) S 19959 19959 15420 0 -1 1077944384 4603 0 0 0 152 15 0 0 20 0 19 0 410485449 15991906304 139975 33554432000 4194304 4196468 140721833825312 140366820854544 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19966] ppid=19959 vsize=15617096 memory=1564 CPUtime=1.67 cores=0,2,4,6
/proc/19961/task/19966/stat : 19966 (java) S 19959 19959 15420 0 -1 1077944384 4583 0 0 0 152 15 0 0 20 0 19 0 410485449 15991906304 139975 33554432000 4194304 4196468 140721833825312 140366819802000 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19967] ppid=19959 vsize=15617096 memory=928 CPUtime=0.6 cores=0,2,4,6
/proc/19961/task/19967/stat : 19967 (java) S 19959 19959 15420 0 -1 1077944384 3211 0 0 0 27 33 0 0 20 0 19 0 410485451 15991906304 139975 33554432000 4194304 4196468 140721833825312 140366699243760 140367230941826 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19968] ppid=19959 vsize=15617096 memory=1980 CPUtime=0 cores=0,2,4,6
/proc/19961/task/19968/stat : 19968 (java) S 19959 19959 15420 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 19 0 410485451 15991906304 139975 33554432000 4194304 4196468 140721833825312 140366698190048 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19969] ppid=19959 vsize=15617096 memory=4108 CPUtime=0 cores=0,2,4,6
/proc/19961/task/19969/stat : 19969 (java) S 19959 19959 15420 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 19 0 410485452 15991906304 139975 33554432000 4194304 4196468 140721833825312 140366697136880 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19970] ppid=19959 vsize=15617096 memory=2592 CPUtime=0 cores=0,2,4,6
/proc/19961/task/19970/stat : 19970 (java) S 19959 19959 15420 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410485454 15991906304 139975 33554432000 4194304 4196468 140721833825312 140366696085456 140367230949275 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19971] ppid=19959 vsize=15617096 memory=2592 CPUtime=2.32 cores=0,2,4,6
/proc/19961/task/19971/stat : 19971 (java) S 19959 19959 15420 0 -1 1077944384 17622 0 0 0 231 1 0 0 20 0 19 0 410485454 15991906304 139975 33554432000 4194304 4196468 140721833825312 140366695033584 140367230941826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19972] ppid=19959 vsize=15617096 memory=1412 CPUtime=2.19 cores=0,2,4,6
/proc/19961/task/19972/stat : 19972 (java) S 19959 19959 15420 0 -1 1077944384 12784 0 0 0 216 3 0 0 20 0 19 0 410485454 15991906304 139975 33554432000 4194304 4196468 140721833825312 140366693981040 140367230941826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19973] ppid=19959 vsize=15617096 memory=3316 CPUtime=0.59 cores=0,2,4,6
/proc/19961/task/19973/stat : 19973 (java) S 19959 19959 15420 0 -1 1077944384 7227 0 0 0 58 1 0 0 20 0 19 0 410485454 15991906304 139975 33554432000 4194304 4196468 140721833825312 140366692927984 140367230941826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19974] ppid=19959 vsize=15617096 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/19961/task/19974/stat : 19974 (java) S 19959 19959 15420 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410485454 15991906304 139975 33554432000 4194304 4196468 140721833825312 140366691875680 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19975] ppid=19959 vsize=15617096 memory=552224 CPUtime=0.22 cores=0,2,4,6
/proc/19961/task/19975/stat : 19975 (java) S 19959 19959 15420 0 -1 1077944384 847 0 0 0 5 17 0 0 20 0 19 0 410485454 15991906304 139975 33554432000 4194304 4196468 140721833825312 140366690822704 140367230941826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=20079] ppid=19959 vsize=15617096 memory=1412 CPUtime=441.07 cores=0,2,4,6
/proc/19961/task/20079/stat : 20079 (java) S 19959 19959 15420 0 -1 1077944384 1383 0 0 0 44107 0 0 0 20 0 19 0 410485653 15991906304 139975 33554432000 4194304 4196468 140721833825312 140366681853504 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=20080] ppid=19959 vsize=15617096 memory=3516 CPUtime=440.39 cores=0,2,4,6
/proc/19961/task/20080/stat : 20080 (java) S 19959 19959 15420 0 -1 1077944384 10682 0 0 0 44037 2 0 0 20 0 19 0 410485653 15991906304 139975 33554432000 4194304 4196468 140721833825312 140366675539024 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=20081] ppid=19959 vsize=15617096 memory=1452 CPUtime=440.76 cores=0,2,4,6
/proc/19961/task/20081/stat : 20081 (java) S 19959 19959 15420 0 -1 1077944384 4053 0 0 0 44074 2 0 0 20 0 19 0 410485653 15991906304 139975 33554432000 4194304 4196468 140721833825312 140366677643984 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=20082] ppid=19959 vsize=15617096 memory=3225284 CPUtime=446.01 cores=0,2,4,6
/proc/19961/task/20082/stat : 20082 (java) R 19959 19959 15420 0 -1 4202560 1535 0 0 0 44601 0 0 0 20 0 19 0 410485653 15991906304 139975 33554432000 4194304 4196468 140721833825312 140366680799728 140366869318992 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
Current children cumulated CPU time: 1783.83 s
Current children cumulated vsize: 15730224 KiB
Current children cumulated memory: 561352 KiB

[startup+452.801 s]
/proc/loadavg: 8.22 8.16 7.90 6/238 20467
/proc/meminfo: memFree=27812196/32770624 swapFree=66999992/67108860
[pid=19959] ppid=19956 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/19959/stat : 19959 (xcsp3-exec) S 19956 19959 15420 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 410485448 115843072 363 33554432000 4194304 5098028 140735692147056 140735692145160 139828710576764 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 33071104 140735692149626 140735692149869 140735692149869 140735692152778 0
/proc/19959/statm: 28282 363 304 221 0 87 0
[pid=19961] ppid=19959 vsize=15617096 memory=559900 CPUtime=1784.23 cores=0,2,4,6
/proc/19961/stat : 19961 (java) S 19959 19959 15420 0 -1 1077944320 91362 0 0 0 178311 112 0 0 20 0 19 0 410485448 15991906304 139975 33554432000 4194304 4196468 140721833825312 140721833807856 140367230930679 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
/proc/19961/statm: 3904274 139975 3515 1 0 3865376 0
[pid=19961/tid=19962] ppid=19959 vsize=15617096 memory=1452 CPUtime=0.52 cores=0,2,4,6
/proc/19961/task/19962/stat : 19962 (java) S 19959 19959 15420 0 -1 1077944384 9144 0 0 0 49 3 0 0 20 0 19 0 410485449 15991906304 139975 33554432000 4194304 4196468 140721833825312 140367235171456 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19963] ppid=19959 vsize=15617096 memory=552224 CPUtime=1.67 cores=0,2,4,6
/proc/19961/task/19963/stat : 19963 (java) S 19959 19959 15420 0 -1 1077944384 5252 0 0 0 151 16 0 0 20 0 19 0 410485449 15991906304 139975 33554432000 4194304 4196468 140721833825312 140367183551504 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19964] ppid=19959 vsize=15617096 memory=34400 CPUtime=1.66 cores=0,2,4,6
/proc/19961/task/19964/stat : 19964 (java) S 19959 19959 15420 0 -1 1077944384 5010 0 0 0 150 16 0 0 20 0 19 0 410485449 15991906304 139975 33554432000 4194304 4196468 140721833825312 140366821907600 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19965] ppid=19959 vsize=15617096 memory=772 CPUtime=1.67 cores=0,2,4,6
/proc/19961/task/19965/stat : 19965 (java) S 19959 19959 15420 0 -1 1077944384 4603 0 0 0 152 15 0 0 20 0 19 0 410485449 15991906304 139975 33554432000 4194304 4196468 140721833825312 140366820854544 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19966] ppid=19959 vsize=15617096 memory=1556 CPUtime=1.67 cores=0,2,4,6
/proc/19961/task/19966/stat : 19966 (java) S 19959 19959 15420 0 -1 1077944384 4583 0 0 0 152 15 0 0 20 0 19 0 410485449 15991906304 139975 33554432000 4194304 4196468 140721833825312 140366819802000 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19967] ppid=19959 vsize=15617096 memory=1056 CPUtime=0.6 cores=0,2,4,6
/proc/19961/task/19967/stat : 19967 (java) S 19959 19959 15420 0 -1 1077944384 3211 0 0 0 27 33 0 0 20 0 19 0 410485451 15991906304 139975 33554432000 4194304 4196468 140721833825312 140366699243760 140367230941826 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19968] ppid=19959 vsize=15617096 memory=924 CPUtime=0 cores=0,2,4,6
/proc/19961/task/19968/stat : 19968 (java) S 19959 19959 15420 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 19 0 410485451 15991906304 139975 33554432000 4194304 4196468 140721833825312 140366698190048 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19969] ppid=19959 vsize=15617096 memory=3848 CPUtime=0 cores=0,2,4,6
/proc/19961/task/19969/stat : 19969 (java) S 19959 19959 15420 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 19 0 410485452 15991906304 139975 33554432000 4194304 4196468 140721833825312 140366697136880 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19970] ppid=19959 vsize=15617096 memory=4108 CPUtime=0 cores=0,2,4,6
/proc/19961/task/19970/stat : 19970 (java) S 19959 19959 15420 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410485454 15991906304 139975 33554432000 4194304 4196468 140721833825312 140366696085456 140367230949275 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19971] ppid=19959 vsize=15617096 memory=6791534058613427641 CPUtime=2.32 cores=0,2,4,6
/proc/19961/task/19971/stat : 19971 (java) S 19959 19959 15420 0 -1 1077944384 17622 0 0 0 231 1 0 0 20 0 19 0 410485454 15991906304 139975 33554432000 4194304 4196468 140721833825312 140366695033584 140367230941826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19972] ppid=19959 vsize=15617096 memory=552224 CPUtime=2.19 cores=0,2,4,6
/proc/19961/task/19972/stat : 19972 (java) S 19959 19959 15420 0 -1 1077944384 12784 0 0 0 216 3 0 0 20 0 19 0 410485454 15991906304 139975 33554432000 4194304 4196468 140721833825312 140366693981040 140367230941826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19973] ppid=19959 vsize=15617096 memory=1452 CPUtime=0.59 cores=0,2,4,6
/proc/19961/task/19973/stat : 19973 (java) S 19959 19959 15420 0 -1 1077944384 7227 0 0 0 58 1 0 0 20 0 19 0 410485454 15991906304 139975 33554432000 4194304 4196468 140721833825312 140366692927984 140367230941826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19974] ppid=19959 vsize=15617096 memory=553244 CPUtime=0 cores=0,2,4,6
/proc/19961/task/19974/stat : 19974 (java) S 19959 19959 15420 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410485454 15991906304 139975 33554432000 4194304 4196468 140721833825312 140366691875680 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19975] ppid=19959 vsize=15617096 memory=1452 CPUtime=0.22 cores=0,2,4,6
/proc/19961/task/19975/stat : 19975 (java) S 19959 19959 15420 0 -1 1077944384 847 0 0 0 5 17 0 0 20 0 19 0 410485454 15991906304 139975 33554432000 4194304 4196468 140721833825312 140366690822704 140367230941826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=20079] ppid=19959 vsize=15617096 memory=559900 CPUtime=441.07 cores=0,2,4,6
/proc/19961/task/20079/stat : 20079 (java) S 19959 19959 15420 0 -1 1077944384 1383 0 0 0 44107 0 0 0 20 0 19 0 410485653 15991906304 139975 33554432000 4194304 4196468 140721833825312 140366681853504 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=20080] ppid=19959 vsize=15617096 memory=1452 CPUtime=440.39 cores=0,2,4,6
/proc/19961/task/20080/stat : 20080 (java) S 19959 19959 15420 0 -1 1077944384 10682 0 0 0 44037 2 0 0 20 0 19 0 410485653 15991906304 139975 33554432000 4194304 4196468 140721833825312 140366675539024 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=20081] ppid=19959 vsize=15617096 memory=1452 CPUtime=440.76 cores=0,2,4,6
/proc/19961/task/20081/stat : 20081 (java) S 19959 19959 15420 0 -1 1077944384 4053 0 0 0 44074 2 0 0 20 0 19 0 410485653 15991906304 139975 33554432000 4194304 4196468 140721833825312 140366677643984 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=20082] ppid=19959 vsize=15617096 memory=1980 CPUtime=446.41 cores=0,2,4,6
/proc/19961/task/20082/stat : 20082 (java) R 19959 19959 15420 0 -1 4202560 1535 0 0 0 44641 0 0 0 20 0 19 0 410485653 15991906304 139975 33554432000 4194304 4196468 140721833825312 140366680799728 140366869318606 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
Current children cumulated CPU time: 1784.23 s
Current children cumulated vsize: 15730224 KiB
Current children cumulated memory: 561352 KiB

[startup+452.901 s]
/proc/loadavg: 8.22 8.16 7.90 6/238 20467
/proc/meminfo: memFree=27812196/32770624 swapFree=66999992/67108860
[pid=19959] ppid=19956 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/19959/stat : 19959 (xcsp3-exec) S 19956 19959 15420 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 410485448 115843072 363 33554432000 4194304 5098028 140735692147056 140735692145160 139828710576764 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 33071104 140735692149626 140735692149869 140735692149869 140735692152778 0
/proc/19959/statm: 28282 363 304 221 0 87 0
[pid=19961] ppid=19959 vsize=15617096 memory=559900 CPUtime=1784.33 cores=0,2,4,6
/proc/19961/stat : 19961 (java) S 19959 19959 15420 0 -1 1077944320 91362 0 0 0 178321 112 0 0 20 0 19 0 410485448 15991906304 139975 33554432000 4194304 4196468 140721833825312 140721833807856 140367230930679 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
/proc/19961/statm: 3904274 139975 3515 1 0 3865376 0
[pid=19961/tid=19962] ppid=19959 vsize=15617096 memory=559900 CPUtime=0.52 cores=0,2,4,6
/proc/19961/task/19962/stat : 19962 (java) S 19959 19959 15420 0 -1 1077944384 9144 0 0 0 49 3 0 0 20 0 19 0 410485449 15991906304 139975 33554432000 4194304 4196468 140721833825312 140367235171456 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19963] ppid=19959 vsize=15617096 memory=559900 CPUtime=1.67 cores=0,2,4,6
/proc/19961/task/19963/stat : 19963 (java) S 19959 19959 15420 0 -1 1077944384 5252 0 0 0 151 16 0 0 20 0 19 0 410485449 15991906304 139975 33554432000 4194304 4196468 140721833825312 140367183551504 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19964] ppid=19959 vsize=15617096 memory=1452 CPUtime=1.66 cores=0,2,4,6
/proc/19961/task/19964/stat : 19964 (java) S 19959 19959 15420 0 -1 1077944384 5010 0 0 0 150 16 0 0 20 0 19 0 410485449 15991906304 139975 33554432000 4194304 4196468 140721833825312 140366821907600 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19965] ppid=19959 vsize=15617096 memory=559900 CPUtime=1.67 cores=0,2,4,6
/proc/19961/task/19965/stat : 19965 (java) S 19959 19959 15420 0 -1 1077944384 4603 0 0 0 152 15 0 0 20 0 19 0 410485449 15991906304 139975 33554432000 4194304 4196468 140721833825312 140366820854544 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19966] ppid=19959 vsize=15617096 memory=1452 CPUtime=1.67 cores=0,2,4,6
/proc/19961/task/19966/stat : 19966 (java) S 19959 19959 15420 0 -1 1077944384 4583 0 0 0 152 15 0 0 20 0 19 0 410485449 15991906304 139975 33554432000 4194304 4196468 140721833825312 140366819802000 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19967] ppid=19959 vsize=15617096 memory=1332 CPUtime=0.6 cores=0,2,4,6
/proc/19961/task/19967/stat : 19967 (java) S 19959 19959 15420 0 -1 1077944384 3211 0 0 0 27 33 0 0 20 0 19 0 410485451 15991906304 139975 33554432000 4194304 4196468 140721833825312 140366699243760 140367230941826 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19968] ppid=19959 vsize=15617096 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/19961/task/19968/stat : 19968 (java) S 19959 19959 15420 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 19 0 410485451 15991906304 139975 33554432000 4194304 4196468 140721833825312 140366698190048 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19969] ppid=19959 vsize=15617096 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/19961/task/19969/stat : 19969 (java) S 19959 19959 15420 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 19 0 410485452 15991906304 139975 33554432000 4194304 4196468 140721833825312 140366697136880 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19970] ppid=19959 vsize=15617096 memory=34400 CPUtime=0 cores=0,2,4,6
/proc/19961/task/19970/stat : 19970 (java) S 19959 19959 15420 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410485454 15991906304 139975 33554432000 4194304 4196468 140721833825312 140366696085456 140367230949275 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19971] ppid=19959 vsize=15617096 memory=988 CPUtime=2.32 cores=0,2,4,6
/proc/19961/task/19971/stat : 19971 (java) S 19959 19959 15420 0 -1 1077944384 17622 0 0 0 231 1 0 0 20 0 19 0 410485454 15991906304 139975 33554432000 4194304 4196468 140721833825312 140366695033584 140367230941826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19972] ppid=19959 vsize=15617096 memory=1452 CPUtime=2.19 cores=0,2,4,6
/proc/19961/task/19972/stat : 19972 (java) S 19959 19959 15420 0 -1 1077944384 12784 0 0 0 216 3 0 0 20 0 19 0 410485454 15991906304 139975 33554432000 4194304 4196468 140721833825312 140366693981040 140367230941826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19973] ppid=19959 vsize=15617096 memory=553244 CPUtime=0.59 cores=0,2,4,6
/proc/19961/task/19973/stat : 19973 (java) S 19959 19959 15420 0 -1 1077944384 7227 0 0 0 58 1 0 0 20 0 19 0 410485454 15991906304 139975 33554432000 4194304 4196468 140721833825312 140366692927984 140367230941826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19974] ppid=19959 vsize=15617096 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/19961/task/19974/stat : 19974 (java) S 19959 19959 15420 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410485454 15991906304 139975 33554432000 4194304 4196468 140721833825312 140366691875680 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=19975] ppid=19959 vsize=15617096 memory=303430223234596890 CPUtime=0.22 cores=0,2,4,6
/proc/19961/task/19975/stat : 19975 (java) S 19959 19959 15420 0 -1 1077944384 847 0 0 0 5 17 0 0 20 0 19 0 410485454 15991906304 139975 33554432000 4194304 4196468 140721833825312 140366690822704 140367230941826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=20079] ppid=19959 vsize=15617096 memory=1452 CPUtime=441.07 cores=0,2,4,6
/proc/19961/task/20079/stat : 20079 (java) S 19959 19959 15420 0 -1 1077944384 1383 0 0 0 44107 0 0 0 20 0 19 0 410485653 15991906304 139975 33554432000 4194304 4196468 140721833825312 140366681853504 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=20080] ppid=19959 vsize=15617096 memory=1452 CPUtime=440.39 cores=0,2,4,6
/proc/19961/task/20080/stat : 20080 (java) S 19959 19959 15420 0 -1 1077944384 10682 0 0 0 44037 2 0 0 20 0 19 0 410485653 15991906304 139975 33554432000 4194304 4196468 140721833825312 140366675539024 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=20081] ppid=19959 vsize=15617096 memory=111636 CPUtime=440.76 cores=0,2,4,6
/proc/19961/task/20081/stat : 20081 (java) S 19959 19959 15420 0 -1 1077944384 4053 0 0 0 44074 2 0 0 20 0 19 0 410485653 15991906304 139975 33554432000 4194304 4196468 140721833825312 140366677643984 140367230940885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
[pid=19961/tid=20082] ppid=19959 vsize=15617096 memory=808 CPUtime=446.51 cores=0,2,4,6
/proc/19961/task/20082/stat : 20082 (java) R 19959 19959 15420 0 -1 4202560 1535 0 0 0 44651 0 0 0 20 0 19 0 410485653 15991906304 139975 33554432000 4194304 4196468 140721833825312 140366680799728 140366869318664 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23785472 140721833829359 140721833829530 140721833829530 140721833832399 0
Current children cumulated CPU time: 1784.33 s
Current children cumulated vsize: 15730224 KiB
Current children cumulated memory: 561352 KiB

Child status: 0
Real time (s): 452.996
CPU time (s): 1784.44
CPU user time (s): 1783.31
CPU system time (s): 1.13723
CPU usage (%): 393.921
Max. virtual memory (cumulated for all children) (KiB): 15730224
Max. memory (cumulated for all children) (KiB): 561352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1783.31
system time used= 1.13723
maximum resident set size= 562464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92890
page faults= 0
swaps= 0
block input operations= 0
block output operations= 664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17514
involuntary context switches= 27367


# summary of solver processes directly reported to runsolver:
#   pid: 19959
#   total CPU time (s): 1784.44
#   total CPU user time (s): 1783.31
#   total CPU system time (s): 1.13723

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.79276 second user time and 5.10966 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-13 05:34:34
IDJOB=4393316
IDBENCH=135746
IDSOLVER=2840
FILE ID=node146/4393316-1568345714
RUNJOBID= node146-1568343521-17189
PBS_JOBID= 21701161
Free space on /tmp= 56672 MiB

SOLVER NAME= choco-solver 2019-06-14
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-4393316-1568345714/watcher-4393316-1568345714 -o /tmp/evaluation-result-4393316-1568345714/solver-4393316-1568345714 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568343521-17189 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1619395853 HOME/instance-4393316-1568345714.xml

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

MD5SUM BENCH= dba33b05662b19bf60999f99ad872bed
RANDOM SEED=1619395853

node146.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	: 5332.90
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	: 5332.90
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	: 5332.90
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	: 5332.90
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:        31387380 kB
MemAvailable:   31708908 kB
Buffers:          145360 kB
Cached:           456308 kB
SwapCached:         5164 kB
Active:           519360 kB
Inactive:         280640 kB
Active(anon):     215276 kB
Inactive(anon):    20900 kB
Active(file):     304084 kB
Inactive(file):   259740 kB
Unevictable:      111040 kB
Mlocked:          111040 kB
SwapTotal:      67108860 kB
SwapFree:       66999992 kB
Dirty:             25792 kB
Writeback:             0 kB
AnonPages:        425908 kB
Mapped:            53848 kB
Shmem:             29352 kB
Slab:             176688 kB
SReclaimable:     147080 kB
SUnreclaim:        29608 kB
KernelStack:        4176 kB
PageTables:         6636 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1441156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    327680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 56648 MiB
End job on node146 at 2019-09-13 05:42:07