Trace number 4399318

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-16OPT54 18.7713 5.09952

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-20-4-5-0.xml
MD5SUM74d82578b46c9040964d6b10ded07847
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark54
Best CPU time to get the best result obtained on this benchmark4.49799
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints81
Number of domains21
Minimum domain size3
Maximum domain size21
Distribution of domain sizes[{"size":3,"count":1},{"size":4,"count":6},{"size":5,"count":10},{"size":6,"count":3},{"size":21,"count":40}]
Minimum variable degree2
Maximum variable degree23
Distribution of variable degrees[{"degree":2,"count":20},{"degree":21,"count":19},{"degree":22,"count":1},{"degree":23,"count":20}]
Minimum constraint arity1
Maximum constraint arity21
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":40},{"arity":20,"count":20},{"arity":21,"count":20}]
Number of extensional constraints40
Number of intensional constraints21
Distribution of constraint types[{"type":"extension","count":40},{"type":"intension","count":21},{"type":"count","count":20}]
Optimization problemYES
Type of objectivemax 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-4399318-1568697829.xml"  -tl '2520s' -p 4
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4399318-1568697829.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.29	c parse instance...
2.71/1.04	c solve instance...
3.01/1.13	o -1000 
3.38/1.30	o -976 
3.77/1.37	o -964 
6.97/2.11	o -954 
8.54/2.54	o -953 
10.09/3.00	o 14 
10.53/3.11	o 34 
12.13/3.42	o 37 
13.67/3.81	o 40 
13.67/3.83	o 44 
13.67/3.84	o 45 
13.67/3.87	o 48 
13.67/3.88	o 50 
14.06/3.93	o 53 
14.06/3.98	o 54 
18.42/5.09	s OPTIMUM FOUND
18.42/5.09	v <instantiation>
18.42/5.09	v 	<list>s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] p[10] p[11] p[12] p[13] p[14] p[15] p[16] p[17] p[18] p[19] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14] g[15] g[16] g[17] g[18] g[19] </list>
18.42/5.09	v 	<values>5 0 1 -1 -1 10 7 2 -1 -1 15 6 11 12 13 16 17 18 19 14 0 15 14 -1 -1 1 12 13 -1 -1 2 11 10 9 8 3 4 5 6 7 7 4 8 0 0 1 7 0 0 0 6 2 5 -1 -5 3 -1 6 7 5 </values>
18.42/5.09	v </instantiation>

Verifier Data

OK	54

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399318-1568697829/watcher-4399318-1568697829 -o /tmp/evaluation-result-4399318-1568697829/solver-4399318-1568697829 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568694401-32468 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1511564218 HOME/instance-4399318-1568697829.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
solver pid=6797, runsolver pid=6794
Current StackSize limit: 8192 KiB


[startup+0.100414 s]*
/proc/loadavg: 8.77 8.44 7.90 7/233 6813
/proc/meminfo: memFree=29006732/32770624 swapFree=66939908/67108860
[pid=6797] ppid=6794 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6797/stat : 6797 (xcsp3-exec) S 6794 6797 32437 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445697736 115843072 363 33554432000 4194304 5098028 140727512007872 140727512005976 140031070470780 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21180416 140727512011642 140727512011885 140727512011885 140727512014794 0
/proc/6797/statm: 28282 363 304 221 0 87 0
[pid=6799] ppid=6797 vsize=15144776 memory=29636 CPUtime=0.12 cores=0,2,4,6
/proc/6799/stat : 6799 (java) S 6797 6797 32437 0 -1 1077944320 5808 0 0 0 11 1 0 0 20 0 15 0 445697736 15508250624 7409 33554432000 4194304 4196468 140729448552080 140729448534624 139679602024183 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
/proc/6799/statm: 3786194 7409 3142 1 0 3748377 0
[pid=6799/tid=6800] ppid=6797 vsize=15144776 memory=7031125463459224206 CPUtime=0.08 cores=0,2,4,6
/proc/6799/task/6800/stat : 6800 (java) R 6797 6797 32437 0 -1 4202560 3737 0 0 0 8 0 0 0 20 0 15 0 445697737 15508250624 7409 33554432000 4194304 4196468 140729448552080 139679606259200 139679587393586 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6801] ppid=6797 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6801/stat : 6801 (java) S 6797 6797 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445697737 15508250624 7409 33554432000 4194304 4196468 140729448552080 139679530064144 139679602034389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6802] ppid=6797 vsize=15144776 memory=139800119522944 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6802/stat : 6802 (java) S 6797 6797 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445697737 15508250624 7409 33554432000 4194304 4196468 140729448552080 139679529011600 139679602034389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6803] ppid=6797 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6803/stat : 6803 (java) S 6797 6797 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445697737 15508250624 7409 33554432000 4194304 4196468 140729448552080 139679527959056 139679602034389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6804] ppid=6797 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6804/stat : 6804 (java) S 6797 6797 32437 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445697737 15508250624 7409 33554432000 4194304 4196468 140729448552080 139679526906512 139679602034389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6805] ppid=6797 vsize=15144776 memory=139800119522944 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6805/stat : 6805 (java) S 6797 6797 32437 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445697739 15508250624 7409 33554432000 4194304 4196468 140729448552080 139679070558704 139679602035330 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6806] ppid=6797 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6806/stat : 6806 (java) S 6797 6797 32437 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445697739 15508250624 7409 33554432000 4194304 4196468 140729448552080 139679069504928 139679602034389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6807] ppid=6797 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6807/stat : 6807 (java) S 6797 6797 32437 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445697740 15508250624 7409 33554432000 4194304 4196468 140729448552080 139679068452336 139679602034389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6808] ppid=6797 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6808/stat : 6808 (java) S 6797 6797 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445697742 15508250624 7409 33554432000 4194304 4196468 140729448552080 139679067400912 139679602042779 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6809] ppid=6797 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6809/stat : 6809 (java) R 6797 6797 32437 0 -1 1077944384 427 0 0 0 0 0 0 0 20 0 15 0 445697742 15508250624 7409 33554432000 4194304 4196468 140729448552080 139679066347504 139679602035330 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6810] ppid=6797 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6810/stat : 6810 (java) S 6797 6797 32437 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445697742 15508250624 7409 33554432000 4194304 4196468 140729448552080 139679065294960 139679602035330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6811] ppid=6797 vsize=15144776 memory=139800119522944 CPUtime=0.02 cores=0,2,4,6
/proc/6799/task/6811/stat : 6811 (java) R 6797 6797 32437 0 -1 4202560 337 0 0 0 2 0 0 0 20 0 15 0 445697742 15508250624 7409 33554432000 4194304 4196468 140729448552080 139679064242416 139679602036118 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6812] ppid=6797 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6812/stat : 6812 (java) S 6797 6797 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445697742 15508250624 7409 33554432000 4194304 4196468 140729448552080 139679063190112 139679602034389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6813] ppid=6797 vsize=15144776 memory=139800119522944 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6813/stat : 6813 (java) S 6797 6797 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445697743 15508250624 7409 33554432000 4194304 4196468 140729448552080 139679062137648 139679602035330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31088 KiB

[startup+0.211732 s]*
/proc/loadavg: 8.77 8.44 7.90 6/233 6813
/proc/meminfo: memFree=28994340/32770624 swapFree=66939908/67108860
[pid=6797] ppid=6794 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6797/stat : 6797 (xcsp3-exec) S 6794 6797 32437 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445697736 115843072 363 33554432000 4194304 5098028 140727512007872 140727512005976 140031070470780 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21180416 140727512011642 140727512011885 140727512011885 140727512014794 0
/proc/6797/statm: 28282 363 304 221 0 87 0
[pid=6799] ppid=6797 vsize=15144776 memory=40340 CPUtime=0.34 cores=0,2,4,6
/proc/6799/stat : 6799 (java) S 6797 6797 32437 0 -1 1077944320 9291 0 0 0 31 3 0 0 20 0 15 0 445697736 15508250624 10085 33554432000 4194304 4196468 140729448552080 140729448534624 139679602024183 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
/proc/6799/statm: 3786194 10085 3308 1 0 3748377 0
[pid=6799/tid=6800] ppid=6797 vsize=15144776 memory=7022364632946311227 CPUtime=0.2 cores=0,2,4,6
/proc/6799/task/6800/stat : 6800 (java) R 6797 6797 32437 0 -1 4202560 6591 0 0 0 18 2 0 0 20 0 15 0 445697737 15508250624 10085 33554432000 4194304 4196468 140729448552080 139679606258304 139679583430482 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6801] ppid=6797 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6801/stat : 6801 (java) S 6797 6797 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445697737 15508250624 10085 33554432000 4194304 4196468 140729448552080 139679530064144 139679602034389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6802] ppid=6797 vsize=15144776 memory=139800122640356 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6802/stat : 6802 (java) S 6797 6797 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445697737 15508250624 10085 33554432000 4194304 4196468 140729448552080 139679529011600 139679602034389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6803] ppid=6797 vsize=15144776 memory=139800119522944 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6803/stat : 6803 (java) S 6797 6797 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445697737 15508250624 10085 33554432000 4194304 4196468 140729448552080 139679527959056 139679602034389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6804] ppid=6797 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6804/stat : 6804 (java) S 6797 6797 32437 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445697737 15508250624 10085 33554432000 4194304 4196468 140729448552080 139679526906512 139679602034389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6805] ppid=6797 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6805/stat : 6805 (java) S 6797 6797 32437 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445697739 15508250624 10085 33554432000 4194304 4196468 140729448552080 139679070558704 139679602035330 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6806] ppid=6797 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6806/stat : 6806 (java) S 6797 6797 32437 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445697739 15508250624 10085 33554432000 4194304 4196468 140729448552080 139679069504928 139679602034389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6807] ppid=6797 vsize=15144776 memory=139800119522944 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6807/stat : 6807 (java) S 6797 6797 32437 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445697740 15508250624 10085 33554432000 4194304 4196468 140729448552080 139679068452336 139679602034389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6808] ppid=6797 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6808/stat : 6808 (java) S 6797 6797 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445697742 15508250624 10085 33554432000 4194304 4196468 140729448552080 139679067400912 139679602042779 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6809] ppid=6797 vsize=15144776 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/6799/task/6809/stat : 6809 (java) S 6797 6797 32437 0 -1 1077944384 602 0 0 0 3 0 0 0 20 0 15 0 445697742 15508250624 10085 33554432000 4194304 4196468 140729448552080 139679066347504 139679602035330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6810] ppid=6797 vsize=15144776 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/6799/task/6810/stat : 6810 (java) S 6797 6797 32437 0 -1 1077944384 35 0 0 0 1 0 0 0 20 0 15 0 445697742 15508250624 10085 33554432000 4194304 4196468 140729448552080 139679065294960 139679602035330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6811] ppid=6797 vsize=15144776 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6799/task/6811/stat : 6811 (java) R 6797 6797 32437 0 -1 4202560 760 0 0 0 8 0 0 0 20 0 15 0 445697742 15508250624 10085 33554432000 4194304 4196468 140729448552080 139679064242416 139679581147073 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6812] ppid=6797 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6812/stat : 6812 (java) S 6797 6797 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445697742 15508250624 10085 33554432000 4194304 4196468 140729448552080 139679063190112 139679602034389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6813] ppid=6797 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6813/stat : 6813 (java) S 6797 6797 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445697743 15508250624 10085 33554432000 4194304 4196468 140729448552080 139679062137648 139679602035330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41792 KiB

[startup+0.31228 s]*
/proc/loadavg: 8.77 8.44 7.90 7/233 6813
/proc/meminfo: memFree=28986700/32770624 swapFree=66939908/67108860
[pid=6797] ppid=6794 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6797/stat : 6797 (xcsp3-exec) S 6794 6797 32437 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445697736 115843072 363 33554432000 4194304 5098028 140727512007872 140727512005976 140031070470780 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21180416 140727512011642 140727512011885 140727512011885 140727512014794 0
/proc/6797/statm: 28282 363 304 221 0 87 0
[pid=6799] ppid=6797 vsize=15149032 memory=49892 CPUtime=0.53 cores=0,2,4,6
/proc/6799/stat : 6799 (java) S 6797 6797 32437 0 -1 1077944320 10760 0 0 0 49 4 0 0 20 0 15 0 445697736 15512608768 12473 33554432000 4194304 4196468 140729448552080 140729448534624 139679602024183 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
/proc/6799/statm: 3787258 12473 3370 1 0 3748377 0
[pid=6799/tid=6800] ppid=6797 vsize=15149032 memory=7100839887217527144 CPUtime=0.3 cores=0,2,4,6
/proc/6799/task/6800/stat : 6800 (java) R 6797 6797 32437 0 -1 4202560 7735 0 0 0 27 3 0 0 20 0 15 0 445697737 15512608768 12501 33554432000 4194304 4196468 140729448552080 139679606255296 139679586104670 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6801] ppid=6797 vsize=15149032 memory=4294967331 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6801/stat : 6801 (java) S 6797 6797 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445697737 15512608768 12501 33554432000 4194304 4196468 140729448552080 139679530064144 139679602034389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6802] ppid=6797 vsize=15149032 memory=139800119576352 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6802/stat : 6802 (java) S 6797 6797 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445697737 15512608768 12501 33554432000 4194304 4196468 140729448552080 139679529011600 139679602034389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6803] ppid=6797 vsize=15149032 memory=55780 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6803/stat : 6803 (java) S 6797 6797 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445697737 15512608768 12501 33554432000 4194304 4196468 140729448552080 139679527959056 139679602034389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6804] ppid=6797 vsize=15149032 memory=35 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6804/stat : 6804 (java) S 6797 6797 32437 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445697737 15512608768 12501 33554432000 4194304 4196468 140729448552080 139679526906512 139679602034389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6805] ppid=6797 vsize=15149032 memory=139800119583264 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6805/stat : 6805 (java) S 6797 6797 32437 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445697739 15512608768 12501 33554432000 4194304 4196468 140729448552080 139679070558704 139679602035330 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6806] ppid=6797 vsize=15149032 memory=35 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6806/stat : 6806 (java) S 6797 6797 32437 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445697739 15512608768 12501 33554432000 4194304 4196468 140729448552080 139679069504928 139679602034389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6807] ppid=6797 vsize=15149032 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6807/stat : 6807 (java) S 6797 6797 32437 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445697740 15512608768 12501 33554432000 4194304 4196468 140729448552080 139679068452336 139679602034389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6808] ppid=6797 vsize=15149032 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6808/stat : 6808 (java) S 6797 6797 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445697742 15512608768 12501 33554432000 4194304 4196468 140729448552080 139679067400912 139679602042779 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6809] ppid=6797 vsize=15149032 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/6799/task/6809/stat : 6809 (java) R 6797 6797 32437 0 -1 4202560 749 0 0 0 5 0 0 0 20 0 15 0 445697742 15512608768 12501 33554432000 4194304 4196468 140729448552080 139679066328520 139679583546179 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6810] ppid=6797 vsize=15149032 memory=139799977638831 CPUtime=0.03 cores=0,2,4,6
/proc/6799/task/6810/stat : 6810 (java) R 6797 6797 32437 0 -1 4202560 81 0 0 0 3 0 0 0 20 0 15 0 445697742 15512608768 12501 33554432000 4194304 4196468 140729448552080 139679065294960 139679602035330 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6811] ppid=6797 vsize=15149032 memory=139800119528522 CPUtime=0.12 cores=0,2,4,6
/proc/6799/task/6811/stat : 6811 (java) S 6797 6797 32437 0 -1 1077944384 914 0 0 0 12 0 0 0 20 0 15 0 445697742 15512608768 12501 33554432000 4194304 4196468 140729448552080 139679064242416 139679602035330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6812] ppid=6797 vsize=15149032 memory=139799977648047 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6812/stat : 6812 (java) S 6797 6797 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445697742 15512608768 12501 33554432000 4194304 4196468 140729448552080 139679063190112 139679602034389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6813] ppid=6797 vsize=15149032 memory=279600097173376 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6813/stat : 6813 (java) S 6797 6797 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445697743 15512608768 12501 33554432000 4194304 4196468 140729448552080 139679062137648 139679602035330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51344 KiB

[startup+0.700772 s]
/proc/loadavg: 8.77 8.44 7.90 8/233 6813
/proc/meminfo: memFree=28958708/32770624 swapFree=66939908/67108860
[pid=6797] ppid=6794 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6797/stat : 6797 (xcsp3-exec) S 6794 6797 32437 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445697736 115843072 363 33554432000 4194304 5098028 140727512007872 140727512005976 140031070470780 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21180416 140727512011642 140727512011885 140727512011885 140727512014794 0
/proc/6797/statm: 28282 363 304 221 0 87 0
[pid=6799] ppid=6797 vsize=15151156 memory=98976 CPUtime=1.73 cores=0,2,4,6
/proc/6799/stat : 6799 (java) S 6797 6797 32437 0 -1 1077944320 15387 0 0 0 167 6 0 0 20 0 15 0 445697736 15514783744 24744 33554432000 4194304 4196468 140729448552080 140729448534624 139679602024183 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
/proc/6799/statm: 3787789 24744 3446 1 0 3748889 0
[pid=6799/tid=6800] ppid=6797 vsize=15151156 memory=148 CPUtime=0.68 cores=0,2,4,6
/proc/6799/task/6800/stat : 6800 (java) R 6797 6797 32437 0 -1 4202560 9204 0 0 0 64 4 0 0 20 0 15 0 445697737 15514783744 24744 33554432000 4194304 4196468 140729448552080 139679606259888 139679202443568 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6801] ppid=6797 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6801/stat : 6801 (java) S 6797 6797 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445697737 15514783744 24744 33554432000 4194304 4196468 140729448552080 139679530064144 139679602034389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6802] ppid=6797 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6802/stat : 6802 (java) S 6797 6797 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445697737 15514783744 24744 33554432000 4194304 4196468 140729448552080 139679529011600 139679602034389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6803] ppid=6797 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6803/stat : 6803 (java) S 6797 6797 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445697737 15514783744 24744 33554432000 4194304 4196468 140729448552080 139679527959056 139679602034389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6804] ppid=6797 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6804/stat : 6804 (java) S 6797 6797 32437 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445697737 15514783744 24744 33554432000 4194304 4196468 140729448552080 139679526906512 139679602034389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6805] ppid=6797 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6805/stat : 6805 (java) S 6797 6797 32437 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445697739 15514783744 24744 33554432000 4194304 4196468 140729448552080 139679070558704 139679602035330 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6806] ppid=6797 vsize=15151156 memory=132 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6806/stat : 6806 (java) S 6797 6797 32437 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445697739 15514783744 24744 33554432000 4194304 4196468 140729448552080 139679069504928 139679602034389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6807] ppid=6797 vsize=15151156 memory=288230596050944315 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6807/stat : 6807 (java) S 6797 6797 32437 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445697740 15514783744 24744 33554432000 4194304 4196468 140729448552080 139679068452336 139679602034389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6808] ppid=6797 vsize=15151156 memory=14698517092372542 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6808/stat : 6808 (java) S 6797 6797 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445697742 15514783744 24744 33554432000 4194304 4196468 140729448552080 139679067400912 139679602042779 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6809] ppid=6797 vsize=15151156 memory=0 CPUtime=0.36 cores=0,2,4,6
/proc/6799/task/6809/stat : 6809 (java) R 6797 6797 32437 0 -1 4202560 1686 0 0 0 36 0 0 0 20 0 15 0 445697742 15514783744 24744 33554432000 4194304 4196468 140729448552080 139679066337104 139679581688608 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6810] ppid=6797 vsize=15151156 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/6799/task/6810/stat : 6810 (java) R 6797 6797 32437 0 -1 4202560 1144 0 0 0 32 0 0 0 20 0 15 0 445697742 15514783744 24744 33554432000 4194304 4196468 140729448552080 139679065295088 139679583350555 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6811] ppid=6797 vsize=15151156 memory=0 CPUtime=0.35 cores=0,2,4,6
/proc/6799/task/6811/stat : 6811 (java) R 6797 6797 32437 0 -1 1077944384 2047 0 0 0 35 0 0 0 20 0 15 0 445697742 15514783744 24744 33554432000 4194304 4196468 140729448552080 139679064242416 139679602035330 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6812] ppid=6797 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6812/stat : 6812 (java) S 6797 6797 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445697742 15514783744 24744 33554432000 4194304 4196468 140729448552080 139679063190112 139679602034389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6813] ppid=6797 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6813/stat : 6813 (java) S 6797 6797 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445697743 15514783744 24744 33554432000 4194304 4196468 140729448552080 139679062137648 139679602035330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 100428 KiB

[startup+1.50076 s]
/proc/loadavg: 8.77 8.44 7.90 7/233 6813
/proc/meminfo: memFree=28829384/32770624 swapFree=66939908/67108860
[pid=6797] ppid=6794 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6797/stat : 6797 (xcsp3-exec) S 6794 6797 32437 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445697736 115843072 363 33554432000 4194304 5098028 140727512007872 140727512005976 140031070470780 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21180416 140727512011642 140727512011885 140727512011885 140727512014794 0
/proc/6797/statm: 28282 363 304 221 0 87 0

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

/proc/6799/task/6809/stat : 6809 (java) S 6797 6797 32437 0 -1 1077944384 2746 0 0 0 182 0 0 0 20 0 19 0 445697742 15926902784 54882 33554432000 4194304 4196468 140729448552080 139679066347504 139679602035330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6810] ppid=6797 vsize=15553616 memory=9580 CPUtime=1.58 cores=0,2,4,6
/proc/6799/task/6810/stat : 6810 (java) S 6797 6797 32437 0 -1 1077944384 2474 0 0 0 158 0 0 0 20 0 19 0 445697742 15926902784 54882 33554432000 4194304 4196468 140729448552080 139679065294960 139679602035330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6811] ppid=6797 vsize=15553616 memory=1052 CPUtime=0.73 cores=0,2,4,6
/proc/6799/task/6811/stat : 6811 (java) S 6797 6797 32437 0 -1 1077944384 2995 0 0 0 73 0 0 0 20 0 19 0 445697742 15926902784 54882 33554432000 4194304 4196468 140729448552080 139679064242416 139679602035330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6812] ppid=6797 vsize=15553616 memory=776 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6812/stat : 6812 (java) S 6797 6797 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445697742 15926902784 54882 33554432000 4194304 4196468 140729448552080 139679063190112 139679602034389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6813] ppid=6797 vsize=15553616 memory=33 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6813/stat : 6813 (java) S 6797 6797 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445697743 15926902784 54882 33554432000 4194304 4196468 140729448552080 139679062137648 139679602035330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
Current children cumulated CPU time: 11.28 s
Current children cumulated vsize: 15666744 KiB
Current children cumulated memory: 220980 KiB

[startup+4.00141 s]*
/proc/loadavg: 8.87 8.47 7.91 9/237 6877
/proc/meminfo: memFree=28815872/32770624 swapFree=66939908/67108860
[pid=6797] ppid=6794 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6797/stat : 6797 (xcsp3-exec) S 6794 6797 32437 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445697736 115843072 363 33554432000 4194304 5098028 140727512007872 140727512005976 140031070470780 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21180416 140727512011642 140727512011885 140727512011885 140727512014794 0
/proc/6797/statm: 28282 363 304 221 0 87 0
[pid=6799] ppid=6797 vsize=15553616 memory=220196 CPUtime=14.44 cores=0,2,4,6
/proc/6799/stat : 6799 (java) S 6797 6797 32437 0 -1 1077944320 20649 0 0 0 1432 12 0 0 20 0 19 0 445697736 15926902784 55049 33554432000 4194304 4196468 140729448552080 140729448534624 139679602024183 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
/proc/6799/statm: 3888404 55049 3512 1 0 3849504 0
[pid=6799/tid=6800] ppid=6797 vsize=15553616 memory=6935054825532540783 CPUtime=1.02 cores=0,2,4,6
/proc/6799/task/6800/stat : 6800 (java) S 6797 6797 32437 0 -1 1077944384 9515 0 0 0 97 5 0 0 20 0 19 0 445697737 15926902784 55049 33554432000 4194304 4196468 140729448552080 139679606264960 139679602034389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6801] ppid=6797 vsize=15553616 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6801/stat : 6801 (java) S 6797 6797 32437 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 445697737 15926902784 55049 33554432000 4194304 4196468 140729448552080 139679530064144 139679602034389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6802] ppid=6797 vsize=15553616 memory=139800119523231 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6802/stat : 6802 (java) S 6797 6797 32437 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 19 0 445697737 15926902784 55049 33554432000 4194304 4196468 140729448552080 139679529011600 139679602034389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6803] ppid=6797 vsize=15553616 memory=5119 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6803/stat : 6803 (java) S 6797 6797 32437 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 19 0 445697737 15926902784 55049 33554432000 4194304 4196468 140729448552080 139679527959056 139679602034389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6804] ppid=6797 vsize=15553616 memory=139799977775375 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6804/stat : 6804 (java) S 6797 6797 32437 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 19 0 445697737 15926902784 55049 33554432000 4194304 4196468 140729448552080 139679526906512 139679602034389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6805] ppid=6797 vsize=15553616 memory=139800119525868 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6805/stat : 6805 (java) S 6797 6797 32437 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 19 0 445697739 15926902784 55049 33554432000 4194304 4196468 140729448552080 139679070558704 139679602035330 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6806] ppid=6797 vsize=15553616 memory=4122824664003129644 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6806/stat : 6806 (java) S 6797 6797 32437 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 19 0 445697739 15926902784 55049 33554432000 4194304 4196468 140729448552080 139679069504928 139679602034389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6807] ppid=6797 vsize=15553616 memory=7813576498616821056 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6807/stat : 6807 (java) S 6797 6797 32437 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 445697740 15926902784 55049 33554432000 4194304 4196468 140729448552080 139679068452336 139679602034389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6808] ppid=6797 vsize=15553616 memory=4638778415512636752 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6808/stat : 6808 (java) S 6797 6797 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445697742 15926902784 55049 33554432000 4194304 4196468 140729448552080 139679067400912 139679602042779 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6809] ppid=6797 vsize=15553616 memory=0 CPUtime=2.03 cores=0,2,4,6
/proc/6799/task/6809/stat : 6809 (java) S 6797 6797 32437 0 -1 1077944384 2850 0 0 0 203 0 0 0 20 0 19 0 445697742 15926902784 55049 33554432000 4194304 4196468 140729448552080 139679066347504 139679602035330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6810] ppid=6797 vsize=15553616 memory=3472328279047811119 CPUtime=1.65 cores=0,2,4,6
/proc/6799/task/6810/stat : 6810 (java) S 6797 6797 32437 0 -1 1077944384 2489 0 0 0 165 0 0 0 20 0 19 0 445697742 15926902784 55049 33554432000 4194304 4196468 140729448552080 139679065294960 139679602035330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6811] ppid=6797 vsize=15553616 memory=665107310432623077 CPUtime=0.75 cores=0,2,4,6
/proc/6799/task/6811/stat : 6811 (java) S 6797 6797 32437 0 -1 1077944384 3025 0 0 0 75 0 0 0 20 0 19 0 445697742 15926902784 55049 33554432000 4194304 4196468 140729448552080 139679064242416 139679602035330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6812] ppid=6797 vsize=15553616 memory=3472328296227680299 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6812/stat : 6812 (java) S 6797 6797 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445697742 15926902784 55049 33554432000 4194304 4196468 140729448552080 139679063190112 139679602034389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6813] ppid=6797 vsize=15553616 memory=3184237720195491504 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6813/stat : 6813 (java) S 6797 6797 32437 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 445697743 15926902784 55049 33554432000 4194304 4196468 140729448552080 139679062137648 139679602035330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6874] ppid=6797 vsize=15553616 memory=139799977526663 CPUtime=0.01 cores=0,2,4,6
/proc/6799/task/6874/stat : 6874 (java) R 6797 6797 32437 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 445698135 15926902784 55049 33554432000 4194304 4196468 140729448552080 139678585965448 139679204402860 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6875] ppid=6797 vsize=15553616 memory=279600097361120 CPUtime=0.02 cores=0,2,4,6
/proc/6799/task/6875/stat : 6875 (java) R 6797 6797 32437 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 445698135 15926902784 55049 33554432000 4194304 4196468 140729448552080 139678587019896 139679204402860 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6876] ppid=6797 vsize=15553616 memory=7233736994252652575 CPUtime=0.02 cores=0,2,4,6
/proc/6799/task/6876/stat : 6876 (java) R 6797 6797 32437 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 445698135 15926902784 55049 33554432000 4194304 4196468 140729448552080 139679048723424 139679204402911 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6877] ppid=6797 vsize=15553616 memory=23987 CPUtime=0.01 cores=0,2,4,6
/proc/6799/task/6877/stat : 6877 (java) R 6797 6797 32437 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 445698135 15926902784 55049 33554432000 4194304 4196468 140729448552080 139679050828896 139679204402908 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
Current children cumulated CPU time: 14.44 s
Current children cumulated vsize: 15666744 KiB
Current children cumulated memory: 221648 KiB

[startup+4.80141 s]
/proc/loadavg: 8.87 8.47 7.91 9/237 6877
/proc/meminfo: memFree=28815872/32770624 swapFree=66939908/67108860
[pid=6797] ppid=6794 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6797/stat : 6797 (xcsp3-exec) S 6794 6797 32437 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445697736 115843072 363 33554432000 4194304 5098028 140727512007872 140727512005976 140031070470780 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21180416 140727512011642 140727512011885 140727512011885 140727512014794 0
/proc/6797/statm: 28282 363 304 221 0 87 0
[pid=6799] ppid=6797 vsize=15553616 memory=220672 CPUtime=17.6 cores=0,2,4,6
/proc/6799/stat : 6799 (java) S 6797 6797 32437 0 -1 1077944320 20685 0 0 0 1748 12 0 0 20 0 19 0 445697736 15926902784 55168 33554432000 4194304 4196468 140729448552080 140729448534624 139679602024183 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
/proc/6799/statm: 3888404 55168 3514 1 0 3849504 0
[pid=6799/tid=6800] ppid=6797 vsize=15553616 memory=0 CPUtime=1.02 cores=0,2,4,6
/proc/6799/task/6800/stat : 6800 (java) S 6797 6797 32437 0 -1 1077944384 9515 0 0 0 97 5 0 0 20 0 19 0 445697737 15926902784 55168 33554432000 4194304 4196468 140729448552080 139679606264960 139679602034389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6801] ppid=6797 vsize=15553616 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6801/stat : 6801 (java) S 6797 6797 32437 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 445697737 15926902784 55168 33554432000 4194304 4196468 140729448552080 139679530064144 139679602034389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6802] ppid=6797 vsize=15553616 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6802/stat : 6802 (java) S 6797 6797 32437 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 19 0 445697737 15926902784 55168 33554432000 4194304 4196468 140729448552080 139679529011600 139679602034389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6803] ppid=6797 vsize=15553616 memory=220456 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6803/stat : 6803 (java) S 6797 6797 32437 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 19 0 445697737 15926902784 55168 33554432000 4194304 4196468 140729448552080 139679527959056 139679602034389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6804] ppid=6797 vsize=15553616 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6804/stat : 6804 (java) S 6797 6797 32437 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 19 0 445697737 15926902784 55168 33554432000 4194304 4196468 140729448552080 139679526906512 139679602034389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6805] ppid=6797 vsize=15553616 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6805/stat : 6805 (java) S 6797 6797 32437 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 19 0 445697739 15926902784 55168 33554432000 4194304 4196468 140729448552080 139679070558704 139679602035330 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6806] ppid=6797 vsize=15553616 memory=7596566988104095332 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6806/stat : 6806 (java) S 6797 6797 32437 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 19 0 445697739 15926902784 55168 33554432000 4194304 4196468 140729448552080 139679069504928 139679602034389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6807] ppid=6797 vsize=15553616 memory=7811606062076030058 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6807/stat : 6807 (java) S 6797 6797 32437 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 445697740 15926902784 55168 33554432000 4194304 4196468 140729448552080 139679068452336 139679602034389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6808] ppid=6797 vsize=15553616 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6808/stat : 6808 (java) S 6797 6797 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445697742 15926902784 55168 33554432000 4194304 4196468 140729448552080 139679067400912 139679602042779 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6809] ppid=6797 vsize=15553616 memory=6944656592455359580 CPUtime=2.09 cores=0,2,4,6
/proc/6799/task/6809/stat : 6809 (java) S 6797 6797 32437 0 -1 1077944384 2856 0 0 0 209 0 0 0 20 0 19 0 445697742 15926902784 55168 33554432000 4194304 4196468 140729448552080 139679066347504 139679602035330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6810] ppid=6797 vsize=15553616 memory=-6657000309100945312 CPUtime=1.78 cores=0,2,4,6
/proc/6799/task/6810/stat : 6810 (java) S 6797 6797 32437 0 -1 1077944384 2511 0 0 0 178 0 0 0 20 0 19 0 445697742 15926902784 55168 33554432000 4194304 4196468 140729448552080 139679065294960 139679602035330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6811] ppid=6797 vsize=15553616 memory=-4866526899798303339 CPUtime=0.75 cores=0,2,4,6
/proc/6799/task/6811/stat : 6811 (java) S 6797 6797 32437 0 -1 1077944384 3028 0 0 0 75 0 0 0 20 0 19 0 445697742 15926902784 55168 33554432000 4194304 4196468 140729448552080 139679064242416 139679602035330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6812] ppid=6797 vsize=15553616 memory=-4695052241013923951 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6812/stat : 6812 (java) S 6797 6797 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445697742 15926902784 55168 33554432000 4194304 4196468 140729448552080 139679063190112 139679602034389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6813] ppid=6797 vsize=15553616 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6813/stat : 6813 (java) S 6797 6797 32437 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 445697743 15926902784 55168 33554432000 4194304 4196468 140729448552080 139679062137648 139679602035330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6874] ppid=6797 vsize=15553616 memory=6944656575208382560 CPUtime=0.79 cores=0,2,4,6
/proc/6799/task/6874/stat : 6874 (java) R 6797 6797 32437 0 -1 4202560 17 0 0 0 79 0 0 0 20 0 19 0 445698135 15926902784 55168 33554432000 4194304 4196468 140729448552080 139678585961864 139679206724915 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6875] ppid=6797 vsize=15553616 memory=1452 CPUtime=0.72 cores=0,2,4,6
/proc/6799/task/6875/stat : 6875 (java) R 6797 6797 32437 0 -1 4202560 20 0 0 0 72 0 0 0 20 0 19 0 445698135 15926902784 55168 33554432000 4194304 4196468 140729448552080 139678587015304 139679204402991 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6876] ppid=6797 vsize=15553616 memory=219364 CPUtime=0.81 cores=0,2,4,6
/proc/6799/task/6876/stat : 6876 (java) R 6797 6797 32437 0 -1 4202560 18 0 0 0 81 0 0 0 20 0 19 0 445698135 15926902784 55168 33554432000 4194304 4196468 140729448552080 139679048716920 139679204402908 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6877] ppid=6797 vsize=15553616 memory=6933690287860520857 CPUtime=0.7 cores=0,2,4,6
/proc/6799/task/6877/stat : 6877 (java) R 6797 6797 32437 0 -1 4202560 18 0 0 0 70 0 0 0 20 0 19 0 445698135 15926902784 55168 33554432000 4194304 4196468 140729448552080 139679050824136 139679204402860 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
Current children cumulated CPU time: 17.6 s
Current children cumulated vsize: 15666744 KiB
Current children cumulated memory: 222124 KiB

[startup+5.00141 s]*
/proc/loadavg: 8.87 8.47 7.91 9/237 6877
/proc/meminfo: memFree=28815908/32770624 swapFree=66939908/67108860
[pid=6797] ppid=6794 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6797/stat : 6797 (xcsp3-exec) S 6794 6797 32437 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445697736 115843072 363 33554432000 4194304 5098028 140727512007872 140727512005976 140031070470780 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21180416 140727512011642 140727512011885 140727512011885 140727512014794 0
/proc/6797/statm: 28282 363 304 221 0 87 0
[pid=6799] ppid=6797 vsize=15553616 memory=220772 CPUtime=18.42 cores=0,2,4,6
/proc/6799/stat : 6799 (java) S 6797 6797 32437 0 -1 1077944320 20792 0 0 0 1830 12 0 0 20 0 19 0 445697736 15926902784 55193 33554432000 4194304 4196468 140729448552080 140729448534624 139679602024183 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
/proc/6799/statm: 3888404 55193 3514 1 0 3849504 0
[pid=6799/tid=6800] ppid=6797 vsize=15553616 memory=576567874760998942 CPUtime=1.02 cores=0,2,4,6
/proc/6799/task/6800/stat : 6800 (java) S 6797 6797 32437 0 -1 1077944384 9515 0 0 0 97 5 0 0 20 0 19 0 445697737 15926902784 55193 33554432000 4194304 4196468 140729448552080 139679606264960 139679602034389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6801] ppid=6797 vsize=15553616 memory=4294977792 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6801/stat : 6801 (java) S 6797 6797 32437 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 445697737 15926902784 55193 33554432000 4194304 4196468 140729448552080 139679530064144 139679602034389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6802] ppid=6797 vsize=15553616 memory=139800122868970 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6802/stat : 6802 (java) S 6797 6797 32437 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 19 0 445697737 15926902784 55193 33554432000 4194304 4196468 140729448552080 139679529011600 139679602034389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6803] ppid=6797 vsize=15553616 memory=-2177352373413752899 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6803/stat : 6803 (java) S 6797 6797 32437 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 19 0 445697737 15926902784 55193 33554432000 4194304 4196468 140729448552080 139679527959056 139679602034389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6804] ppid=6797 vsize=15553616 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6804/stat : 6804 (java) S 6797 6797 32437 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 19 0 445697737 15926902784 55193 33554432000 4194304 4196468 140729448552080 139679526906512 139679602034389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6805] ppid=6797 vsize=15553616 memory=7017321115930597326 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6805/stat : 6805 (java) S 6797 6797 32437 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 19 0 445697739 15926902784 55193 33554432000 4194304 4196468 140729448552080 139679070558704 139679602035330 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6806] ppid=6797 vsize=15553616 memory=43757090610 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6806/stat : 6806 (java) S 6797 6797 32437 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 19 0 445697739 15926902784 55193 33554432000 4194304 4196468 140729448552080 139679069504928 139679602034389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6807] ppid=6797 vsize=15553616 memory=3760845727443807845 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6807/stat : 6807 (java) S 6797 6797 32437 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 445697740 15926902784 55193 33554432000 4194304 4196468 140729448552080 139679068452336 139679602034389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6808] ppid=6797 vsize=15553616 memory=14409341309750967 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6808/stat : 6808 (java) S 6797 6797 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445697742 15926902784 55193 33554432000 4194304 4196468 140729448552080 139679067400912 139679602042779 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6809] ppid=6797 vsize=15553616 memory=0 CPUtime=2.09 cores=0,2,4,6
/proc/6799/task/6809/stat : 6809 (java) S 6797 6797 32437 0 -1 1077944384 2856 0 0 0 209 0 0 0 20 0 19 0 445697742 15926902784 55193 33554432000 4194304 4196468 140729448552080 139679066347504 139679602035330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6810] ppid=6797 vsize=15553616 memory=-1 CPUtime=1.8 cores=0,2,4,6
/proc/6799/task/6810/stat : 6810 (java) S 6797 6797 32437 0 -1 1077944384 2515 0 0 0 180 0 0 0 20 0 19 0 445697742 15926902784 55193 33554432000 4194304 4196468 140729448552080 139679065294960 139679602035330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6811] ppid=6797 vsize=15553616 memory=139800119522944 CPUtime=0.76 cores=0,2,4,6
/proc/6799/task/6811/stat : 6811 (java) S 6797 6797 32437 0 -1 1077944384 3041 0 0 0 76 0 0 0 20 0 19 0 445697742 15926902784 55193 33554432000 4194304 4196468 140729448552080 139679064242416 139679602035330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6812] ppid=6797 vsize=15553616 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6812/stat : 6812 (java) S 6797 6797 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445697742 15926902784 55193 33554432000 4194304 4196468 140729448552080 139679063190112 139679602034389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6813] ppid=6797 vsize=15553616 memory=139800119522944 CPUtime=0 cores=0,2,4,6
/proc/6799/task/6813/stat : 6813 (java) S 6797 6797 32437 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 445697743 15926902784 55193 33554432000 4194304 4196468 140729448552080 139679062137648 139679602035330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6874] ppid=6797 vsize=15553616 memory=0 CPUtime=0.99 cores=0,2,4,6
/proc/6799/task/6874/stat : 6874 (java) R 6797 6797 32437 0 -1 4202560 34 0 0 0 99 0 0 0 20 0 19 0 445698135 15926902784 55193 33554432000 4194304 4196468 140729448552080 139678585961864 139679204402930 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6875] ppid=6797 vsize=15553616 memory=0 CPUtime=0.9 cores=0,2,4,6
/proc/6799/task/6875/stat : 6875 (java) R 6797 6797 32437 0 -1 4202560 62 0 0 0 90 0 0 0 20 0 19 0 445698135 15926902784 55193 33554432000 4194304 4196468 140729448552080 139678587016984 139679204402756 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6876] ppid=6797 vsize=15553616 memory=0 CPUtime=1.02 cores=0,2,4,6
/proc/6799/task/6876/stat : 6876 (java) R 6797 6797 32437 0 -1 4202560 26 0 0 0 102 0 0 0 20 0 19 0 445698135 15926902784 55193 33554432000 4194304 4196468 140729448552080 139679048716920 139679204402981 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
[pid=6799/tid=6877] ppid=6797 vsize=15553616 memory=0 CPUtime=0.91 cores=0,2,4,6
/proc/6799/task/6877/stat : 6877 (java) R 6797 6797 32437 0 -1 4202560 41 0 0 0 91 0 0 0 20 0 19 0 445698135 15926902784 55193 33554432000 4194304 4196468 140729448552080 139679050823944 139679204403352 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26812416 140729448555503 140729448555674 140729448555674 140729448558543 0
Current children cumulated CPU time: 18.42 s
Current children cumulated vsize: 15666744 KiB
Current children cumulated memory: 222224 KiB

Child status: 0
Real time (s): 5.09952
CPU time (s): 18.7713
CPU user time (s): 18.639
CPU system time (s): 0.132317
CPU usage (%): 368.1
Max. virtual memory (cumulated for all children) (KiB): 15666744
Max. memory (cumulated for all children) (KiB): 222224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.639
system time used= 0.132317
maximum resident set size= 221460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21538
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2772
involuntary context switches= 686


# summary of solver processes directly reported to runsolver:
#   pid: 6797
#   total CPU time (s): 18.7713
#   total CPU user time (s): 18.639
#   total CPU system time (s): 0.132317

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.048882 second user time and 0.108006 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-17 07:23:09
IDJOB=4399318
IDBENCH=128043
IDSOLVER=2853
FILE ID=node119/4399318-1568697829
RUNJOBID= node119-1568694401-32468
PBS_JOBID= 21703805
Free space on /tmp= 61320 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-20-4-5-0.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-4399318-1568697829/watcher-4399318-1568697829 -o /tmp/evaluation-result-4399318-1568697829/solver-4399318-1568697829 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568694401-32468 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1511564218 HOME/instance-4399318-1568697829.xml

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

MD5SUM BENCH= 74d82578b46c9040964d6b10ded07847
RANDOM SEED=1511564218

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
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:        29023104 kB
MemAvailable:   31525476 kB
Buffers:          124192 kB
Cached:          2661812 kB
SwapCached:        61072 kB
Active:          1726472 kB
Inactive:        1425480 kB
Active(anon):     304084 kB
Inactive(anon):   111624 kB
Active(file):    1422388 kB
Inactive(file):  1313856 kB
Unevictable:      106764 kB
Mlocked:          106764 kB
SwapTotal:      67108860 kB
SwapFree:       66939908 kB
Dirty:             26508 kB
Writeback:             0 kB
AnonPages:        427196 kB
Mapped:            62160 kB
Shmem:             41008 kB
Slab:             193028 kB
SReclaimable:     163924 kB
SUnreclaim:        29104 kB
KernelStack:        4064 kB
PageTables:         6528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1189972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    356352 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61292 MiB
End job on node119 at 2019-09-17 07:23:14