Trace number 4400359

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-16OPT63 131.767 33.6309

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-24-4-6-8.xml
MD5SUM2aec32ddb698ed0594b6493531e6a3ee
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark63
Best CPU time to get the best result obtained on this benchmark35.9576
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints97
Number of domains25
Minimum domain size3
Maximum domain size25
Distribution of domain sizes[{"size":3,"count":2},{"size":4,"count":8},{"size":5,"count":11},{"size":6,"count":3},{"size":25,"count":48}]
Minimum variable degree2
Maximum variable degree27
Distribution of variable degrees[{"degree":2,"count":24},{"degree":25,"count":23},{"degree":26,"count":1},{"degree":27,"count":24}]
Minimum constraint arity1
Maximum constraint arity25
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":48},{"arity":24,"count":24},{"arity":25,"count":24}]
Number of extensional constraints48
Number of intensional constraints25
Distribution of constraint types[{"type":"extension","count":48},{"type":"intension","count":25},{"type":"count","count":24}]
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-4400359-1568694352.xml"  -tl '2400s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4400359-1568694352.xml, -tl, 2400s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.29	c parse instance...
3.42/1.40	c solve instance...
3.69/1.48	o -1000 
14.76/4.28	o -961 
16.33/4.62	o -957 
17.12/4.82	o -954 
21.48/5.92	o -938 
58.89/15.39	o 12 
64.43/16.75	o 38 
66.81/17.36	o 39 
79.55/20.53	o 42 
84.32/21.78	o 46 
86.30/22.27	o 51 
87.48/22.51	o 57 
87.48/22.53	o 63 
131.66/33.62	s OPTIMUM FOUND
131.66/33.62	v <instantiation>
131.66/33.62	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] s[20] s[21] s[22] s[23] 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] p[20] p[21] p[22] p[23] 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] g[20] g[21] g[22] g[23] </list>
131.66/33.62	v 	<values>1 7 3 4 5 11 0 8 2 15 9 10 6 12 -1 16 17 23 -1 13 19 20 21 22 0 1 4 5 6 7 21 2 3 10 9 8 20 19 -1 11 12 13 -1 18 17 16 15 14 6 6 -1 7 -3 3 0 9 5 7 3 2 -3 2 0 4 9 -2 0 -6 9 1 8 -3 </values>
131.66/33.62	v </instantiation>

Verifier Data

OK	63

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400359-1568694352/watcher-4400359-1568694352 -o /tmp/evaluation-result-4400359-1568694352/solver-4400359-1568694352 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568694277-30437 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1869637657 HOME/instance-4400359-1568694352.xml 

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

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


[startup+0.100065 s]*
/proc/loadavg: 4.01 2.10 1.75 7/233 30799
/proc/meminfo: memFree=30425288/32770624 swapFree=66953076/67108860
[pid=30783] ppid=30780 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/30783/stat : 30783 (xcsp3-exec) S 30780 30783 30406 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445704090 115843072 362 33554432000 4194304 5098028 140732780249184 140732780247288 139869586645628 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 28749824 140732780254074 140732780254317 140732780254317 140732780257226 0
/proc/30783/statm: 28282 362 304 221 0 87 0
[pid=30785] ppid=30783 vsize=15144776 memory=30104 CPUtime=0.13 cores=0,2,4,6
/proc/30785/stat : 30785 (java) S 30783 30783 30406 0 -1 1077944320 5924 0 0 0 11 2 0 0 20 0 15 0 445704090 15508250624 7526 33554432000 4194304 4196468 140729568973504 140729568956048 140664427405047 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
/proc/30785/statm: 3786194 7526 3149 1 0 3748377 0
[pid=30785/tid=30786] ppid=30783 vsize=15144776 memory=576460756329955459 CPUtime=0.09 cores=0,2,4,6
/proc/30785/task/30786/stat : 30786 (java) R 30783 30783 30406 0 -1 4202560 3851 0 0 0 8 1 0 0 20 0 15 0 445704090 15508250624 7526 33554432000 4194304 4196468 140729568973504 140664431637824 140664427426973 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30787] ppid=30783 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30785/task/30787/stat : 30787 (java) S 30783 30783 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445704091 15508250624 7526 33554432000 4194304 4196468 140729568973504 140664355445776 140664427415253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30788] ppid=30783 vsize=15144776 memory=288370679590958720 CPUtime=0 cores=0,2,4,6
/proc/30785/task/30788/stat : 30788 (java) S 30783 30783 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445704091 15508250624 7526 33554432000 4194304 4196468 140729568973504 140664354393232 140664427415253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30789] ppid=30783 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30785/task/30789/stat : 30789 (java) S 30783 30783 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445704091 15508250624 7526 33554432000 4194304 4196468 140729568973504 140664353340176 140664427415253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30790] ppid=30783 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30785/task/30790/stat : 30790 (java) S 30783 30783 30406 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445704091 15508250624 7526 33554432000 4194304 4196468 140729568973504 140664352287632 140664427415253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30791] ppid=30783 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30785/task/30791/stat : 30791 (java) S 30783 30783 30406 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445704092 15508250624 7526 33554432000 4194304 4196468 140729568973504 140663761565936 140664427416194 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30792] ppid=30783 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30785/task/30792/stat : 30792 (java) S 30783 30783 30406 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445704093 15508250624 7526 33554432000 4194304 4196468 140729568973504 140663760512160 140664427415253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30793] ppid=30783 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30785/task/30793/stat : 30793 (java) S 30783 30783 30406 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445704093 15508250624 7526 33554432000 4194304 4196468 140729568973504 140663759459056 140664427415253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30794] ppid=30783 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30785/task/30794/stat : 30794 (java) S 30783 30783 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445704095 15508250624 7526 33554432000 4194304 4196468 140729568973504 140663758407632 140664427423643 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30795] ppid=30783 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30785/task/30795/stat : 30795 (java) S 30783 30783 30406 0 -1 1077944384 420 0 0 0 0 0 0 0 20 0 15 0 445704095 15508250624 7526 33554432000 4194304 4196468 140729568973504 140663757355760 140664427416194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30796] ppid=30783 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30785/task/30796/stat : 30796 (java) S 30783 30783 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445704095 15508250624 7526 33554432000 4194304 4196468 140729568973504 140663756303216 140664427416194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30797] ppid=30783 vsize=15144776 memory=140303439246976 CPUtime=0.01 cores=0,2,4,6
/proc/30785/task/30797/stat : 30797 (java) R 30783 30783 30406 0 -1 4202560 347 0 0 0 1 0 0 0 20 0 15 0 445704095 15508250624 7526 33554432000 4194304 4196468 140729568973504 140663755250160 140664427426394 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30798] ppid=30783 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30785/task/30798/stat : 30798 (java) S 30783 30783 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445704096 15508250624 7526 33554432000 4194304 4196468 140729568973504 140663754197856 140664427415253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30799] ppid=30783 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30785/task/30799/stat : 30799 (java) S 30783 30783 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445704096 15508250624 7526 33554432000 4194304 4196468 140729568973504 140663753144880 140664427416194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31552 KiB

[startup+0.210799 s]*
/proc/loadavg: 4.01 2.10 1.75 6/233 30799
/proc/meminfo: memFree=30413080/32770624 swapFree=66953076/67108860
[pid=30783] ppid=30780 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/30783/stat : 30783 (xcsp3-exec) S 30780 30783 30406 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445704090 115843072 362 33554432000 4194304 5098028 140732780249184 140732780247288 139869586645628 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 28749824 140732780254074 140732780254317 140732780254317 140732780257226 0
/proc/30783/statm: 28282 362 304 221 0 87 0
[pid=30785] ppid=30783 vsize=15144776 memory=41312 CPUtime=0.34 cores=0,2,4,6
/proc/30785/stat : 30785 (java) S 30783 30783 30406 0 -1 1077944320 9540 0 0 0 31 3 0 0 20 0 15 0 445704090 15508250624 10328 33554432000 4194304 4196468 140729568973504 140729568956048 140664427405047 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
/proc/30785/statm: 3786194 10328 3305 1 0 3748377 0
[pid=30785/tid=30786] ppid=30783 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/30785/task/30786/stat : 30786 (java) R 30783 30783 30406 0 -1 4202560 6673 0 0 0 18 2 0 0 20 0 15 0 445704090 15508250624 10328 33554432000 4194304 4196468 140729568973504 140664431636288 140664021077005 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30787] ppid=30783 vsize=15144776 memory=1946935 CPUtime=0 cores=0,2,4,6
/proc/30785/task/30787/stat : 30787 (java) S 30783 30783 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445704091 15508250624 10328 33554432000 4194304 4196468 140729568973504 140664355445776 140664427415253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30788] ppid=30783 vsize=15144776 memory=140303439276556 CPUtime=0 cores=0,2,4,6
/proc/30785/task/30788/stat : 30788 (java) S 30783 30783 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445704091 15508250624 10328 33554432000 4194304 4196468 140729568973504 140664354393232 140664427415253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30789] ppid=30783 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30785/task/30789/stat : 30789 (java) S 30783 30783 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445704091 15508250624 10328 33554432000 4194304 4196468 140729568973504 140664353340176 140664427415253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30790] ppid=30783 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30785/task/30790/stat : 30790 (java) S 30783 30783 30406 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445704091 15508250624 10328 33554432000 4194304 4196468 140729568973504 140664352287632 140664427415253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30791] ppid=30783 vsize=15144776 memory=140303439246976 CPUtime=0 cores=0,2,4,6
/proc/30785/task/30791/stat : 30791 (java) S 30783 30783 30406 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445704092 15508250624 10328 33554432000 4194304 4196468 140729568973504 140663761565936 140664427416194 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30792] ppid=30783 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30785/task/30792/stat : 30792 (java) S 30783 30783 30406 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445704093 15508250624 10328 33554432000 4194304 4196468 140729568973504 140663760512160 140664427415253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30793] ppid=30783 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30785/task/30793/stat : 30793 (java) S 30783 30783 30406 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445704093 15508250624 10328 33554432000 4194304 4196468 140729568973504 140663759459056 140664427415253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30794] ppid=30783 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30785/task/30794/stat : 30794 (java) S 30783 30783 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445704095 15508250624 10328 33554432000 4194304 4196468 140729568973504 140663758407632 140664427423643 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30795] ppid=30783 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/30785/task/30795/stat : 30795 (java) S 30783 30783 30406 0 -1 1077944384 556 0 0 0 2 0 0 0 20 0 15 0 445704095 15508250624 10328 33554432000 4194304 4196468 140729568973504 140663757355760 140664427416194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30796] ppid=30783 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/30785/task/30796/stat : 30796 (java) R 30783 30783 30406 0 -1 1077944384 330 0 0 0 2 0 0 0 20 0 15 0 445704095 15508250624 10328 33554432000 4194304 4196468 140729568973504 140663756303216 140664427416194 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30797] ppid=30783 vsize=15144776 memory=140303439246976 CPUtime=0.07 cores=0,2,4,6
/proc/30785/task/30797/stat : 30797 (java) R 30783 30783 30406 0 -1 4202560 675 0 0 0 7 0 0 0 20 0 15 0 445704095 15508250624 10328 33554432000 4194304 4196468 140729568973504 140663755249968 140664406359580 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30798] ppid=30783 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30785/task/30798/stat : 30798 (java) S 30783 30783 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445704096 15508250624 10328 33554432000 4194304 4196468 140729568973504 140663754197856 140664427415253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30799] ppid=30783 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30785/task/30799/stat : 30799 (java) S 30783 30783 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445704096 15508250624 10328 33554432000 4194304 4196468 140729568973504 140663753144880 140664427416194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42760 KiB

[startup+0.310776 s]*
/proc/loadavg: 4.01 2.10 1.75 8/233 30799
/proc/meminfo: memFree=30405696/32770624 swapFree=66953076/67108860
[pid=30783] ppid=30780 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/30783/stat : 30783 (xcsp3-exec) S 30780 30783 30406 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445704090 115843072 362 33554432000 4194304 5098028 140732780249184 140732780247288 139869586645628 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 28749824 140732780254074 140732780254317 140732780254317 140732780257226 0
/proc/30783/statm: 28282 362 304 221 0 87 0
[pid=30785] ppid=30783 vsize=15149032 memory=50156 CPUtime=0.53 cores=0,2,4,6
/proc/30785/stat : 30785 (java) S 30783 30783 30406 0 -1 1077944320 10854 0 0 0 49 4 0 0 20 0 15 0 445704090 15512608768 12539 33554432000 4194304 4196468 140729568973504 140729568956048 140664427405047 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
/proc/30785/statm: 3787258 12539 3356 1 0 3748377 0
[pid=30785/tid=30786] ppid=30783 vsize=15149032 memory=8317482817917895235 CPUtime=0.3 cores=0,2,4,6
/proc/30785/task/30786/stat : 30786 (java) R 30783 30783 30406 0 -1 4202560 7779 0 0 0 27 3 0 0 20 0 15 0 445704090 15512608768 12539 33554432000 4194304 4196468 140729568973504 140664431638832 140664411485534 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30787] ppid=30783 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/30785/task/30787/stat : 30787 (java) S 30783 30783 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445704091 15512608768 12539 33554432000 4194304 4196468 140729568973504 140664355445776 140664427415253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30788] ppid=30783 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/30785/task/30788/stat : 30788 (java) S 30783 30783 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445704091 15512608768 12539 33554432000 4194304 4196468 140729568973504 140664354393232 140664427415253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30789] ppid=30783 vsize=15149032 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/30785/task/30789/stat : 30789 (java) S 30783 30783 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445704091 15512608768 12539 33554432000 4194304 4196468 140729568973504 140664353340176 140664427415253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30790] ppid=30783 vsize=15149032 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/30785/task/30790/stat : 30790 (java) S 30783 30783 30406 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445704091 15512608768 12539 33554432000 4194304 4196468 140729568973504 140664352287632 140664427415253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30791] ppid=30783 vsize=15149032 memory=4500088463514900084 CPUtime=0 cores=0,2,4,6
/proc/30785/task/30791/stat : 30791 (java) S 30783 30783 30406 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445704092 15512608768 12539 33554432000 4194304 4196468 140729568973504 140663761565936 140664427416194 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30792] ppid=30783 vsize=15149032 memory=6944613755495348631 CPUtime=0 cores=0,2,4,6
/proc/30785/task/30792/stat : 30792 (java) S 30783 30783 30406 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445704093 15512608768 12539 33554432000 4194304 4196468 140729568973504 140663760512160 140664427415253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30793] ppid=30783 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/30785/task/30793/stat : 30793 (java) S 30783 30783 30406 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445704093 15512608768 12539 33554432000 4194304 4196468 140729568973504 140663759459056 140664427415253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30794] ppid=30783 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/30785/task/30794/stat : 30794 (java) S 30783 30783 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445704095 15512608768 12539 33554432000 4194304 4196468 140729568973504 140663758407632 140664427423643 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30795] ppid=30783 vsize=15149032 memory=7827413994055111515 CPUtime=0.04 cores=0,2,4,6
/proc/30785/task/30795/stat : 30795 (java) S 30783 30783 30406 0 -1 1077944384 579 0 0 0 4 0 0 0 20 0 15 0 445704095 15512608768 12539 33554432000 4194304 4196468 140729568973504 140663757355760 140664427416194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30796] ppid=30783 vsize=15149032 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/30785/task/30796/stat : 30796 (java) R 30783 30783 30406 0 -1 4202560 431 0 0 0 5 0 0 0 20 0 15 0 445704095 15512608768 12539 33554432000 4194304 4196468 140729568973504 140663756284232 140664410960272 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30797] ppid=30783 vsize=15149032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/30785/task/30797/stat : 30797 (java) S 30783 30783 30406 0 -1 1077944384 761 0 0 0 12 0 0 0 20 0 15 0 445704095 15512608768 12539 33554432000 4194304 4196468 140729568973504 140663755250160 140664427416194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30798] ppid=30783 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30785/task/30798/stat : 30798 (java) S 30783 30783 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445704096 15512608768 12539 33554432000 4194304 4196468 140729568973504 140663754197856 140664427415253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30799] ppid=30783 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30785/task/30799/stat : 30799 (java) S 30783 30783 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445704096 15512608768 12539 33554432000 4194304 4196468 140729568973504 140663753144880 140664427416194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51604 KiB

[startup+0.705847 s]
/proc/loadavg: 4.09 2.15 1.77 8/233 30799
/proc/meminfo: memFree=30378256/32770624 swapFree=66953076/67108860
[pid=30783] ppid=30780 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/30783/stat : 30783 (xcsp3-exec) S 30780 30783 30406 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445704090 115843072 362 33554432000 4194304 5098028 140732780249184 140732780247288 139869586645628 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 28749824 140732780254074 140732780254317 140732780254317 140732780257226 0
/proc/30783/statm: 28282 362 304 221 0 87 0
[pid=30785] ppid=30783 vsize=15151156 memory=109124 CPUtime=1.72 cores=0,2,4,6
/proc/30785/stat : 30785 (java) S 30783 30783 30406 0 -1 1077944320 14815 0 0 0 166 6 0 0 20 0 15 0 445704090 15514783744 27281 33554432000 4194304 4196468 140729568973504 140729568956048 140664427405047 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
/proc/30785/statm: 3787789 27281 3444 1 0 3748889 0
[pid=30785/tid=30786] ppid=30783 vsize=15151156 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/30785/task/30786/stat : 30786 (java) R 30783 30783 30406 0 -1 4202560 9156 0 0 0 64 4 0 0 20 0 15 0 445704090 15514783744 27281 33554432000 4194304 4196468 140729568973504 140664431637152 140664024494239 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30787] ppid=30783 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30785/task/30787/stat : 30787 (java) S 30783 30783 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445704091 15514783744 27281 33554432000 4194304 4196468 140729568973504 140664355445776 140664427415253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30788] ppid=30783 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30785/task/30788/stat : 30788 (java) S 30783 30783 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445704091 15514783744 27281 33554432000 4194304 4196468 140729568973504 140664354393232 140664427415253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30789] ppid=30783 vsize=15151156 memory=1056 CPUtime=0 cores=0,2,4,6
/proc/30785/task/30789/stat : 30789 (java) S 30783 30783 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445704091 15514783744 27281 33554432000 4194304 4196468 140729568973504 140664353340176 140664427415253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30790] ppid=30783 vsize=15151156 memory=1188 CPUtime=0 cores=0,2,4,6
/proc/30785/task/30790/stat : 30790 (java) S 30783 30783 30406 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445704091 15514783744 27281 33554432000 4194304 4196468 140729568973504 140664352287632 140664427415253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30791] ppid=30783 vsize=15151156 memory=1536 CPUtime=0 cores=0,2,4,6
/proc/30785/task/30791/stat : 30791 (java) S 30783 30783 30406 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445704092 15514783744 27281 33554432000 4194304 4196468 140729568973504 140663761565936 140664427416194 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30792] ppid=30783 vsize=15151156 memory=9592 CPUtime=0 cores=0,2,4,6
/proc/30785/task/30792/stat : 30792 (java) S 30783 30783 30406 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445704093 15514783744 27281 33554432000 4194304 4196468 140729568973504 140663760512160 140664427415253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30793] ppid=30783 vsize=15151156 memory=2828 CPUtime=0 cores=0,2,4,6
/proc/30785/task/30793/stat : 30793 (java) S 30783 30783 30406 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445704093 15514783744 27281 33554432000 4194304 4196468 140729568973504 140663759459056 140664427415253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30794] ppid=30783 vsize=15151156 memory=780 CPUtime=0 cores=0,2,4,6
/proc/30785/task/30794/stat : 30794 (java) S 30783 30783 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445704095 15514783744 27281 33554432000 4194304 4196468 140729568973504 140663758407632 140664427423643 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30795] ppid=30783 vsize=15151156 memory=620 CPUtime=0.34 cores=0,2,4,6
/proc/30785/task/30795/stat : 30795 (java) R 30783 30783 30406 0 -1 4202560 1678 0 0 0 34 0 0 0 20 0 15 0 445704095 15514783744 27281 33554432000 4194304 4196468 140729568973504 140663757347488 140664408949487 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30796] ppid=30783 vsize=15151156 memory=1496 CPUtime=0.35 cores=0,2,4,6
/proc/30785/task/30796/stat : 30796 (java) R 30783 30783 30406 0 -1 4202560 1019 0 0 0 35 0 0 0 20 0 15 0 445704095 15514783744 27281 33554432000 4194304 4196468 140729568973504 140663756290000 140664408106539 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30797] ppid=30783 vsize=15151156 memory=1016 CPUtime=0.31 cores=0,2,4,6
/proc/30785/task/30797/stat : 30797 (java) R 30783 30783 30406 0 -1 4202560 1656 0 0 0 31 0 0 0 20 0 15 0 445704095 15514783744 27281 33554432000 4194304 4196468 140729568973504 140663755247096 140664406360673 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30798] ppid=30783 vsize=15151156 memory=6016 CPUtime=0 cores=0,2,4,6
/proc/30785/task/30798/stat : 30798 (java) S 30783 30783 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445704096 15514783744 27281 33554432000 4194304 4196468 140729568973504 140663754197856 140664427415253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30799] ppid=30783 vsize=15151156 memory=14012 CPUtime=0 cores=0,2,4,6
/proc/30785/task/30799/stat : 30799 (java) S 30783 30783 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445704096 15514783744 27281 33554432000 4194304 4196468 140729568973504 140663753144880 140664427416194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 110572 KiB

[startup+1.50285 s]
/proc/loadavg: 4.09 2.15 1.77 9/233 30799
/proc/meminfo: memFree=30292188/32770624 swapFree=66953076/67108860
[pid=30783] ppid=30780 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/30783/stat : 30783 (xcsp3-exec) S 30780 30783 30406 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445704090 115843072 362 33554432000 4194304 5098028 140732780249184 140732780247288 139869586645628 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 28749824 140732780254074 140732780254317 140732780254317 140732780257226 0
/proc/30783/statm: 28282 362 304 221 0 87 0

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

/proc/30785/task/30799/stat : 30799 (java) S 30783 30783 30406 0 -1 1077944384 336 0 0 0 1 0 0 0 20 0 19 0 445704096 15857688576 76158 33554432000 4194304 4196468 140729568973504 140663753144880 140664427416194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30917] ppid=30783 vsize=15486024 memory=372932 CPUtime=9.08 cores=0,2,4,6
/proc/30785/task/30917/stat : 30917 (java) R 30783 30783 30406 0 -1 4202560 267 0 0 0 908 0 0 0 20 0 19 0 445706343 15857688576 76158 33554432000 4194304 4196468 140729568973504 140663738907976 140664027192997 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30918] ppid=30783 vsize=15486024 memory=1412 CPUtime=9.25 cores=0,2,4,6
/proc/30785/task/30918/stat : 30918 (java) R 30783 30783 30406 0 -1 4202560 1110 0 0 0 925 0 0 0 20 0 19 0 445706343 15857688576 76158 33554432000 4194304 4196468 140729568973504 140663739961416 140664027192874 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30919] ppid=30783 vsize=15486024 memory=2960 CPUtime=9.34 cores=0,2,4,6
/proc/30785/task/30919/stat : 30919 (java) R 30783 30783 30406 0 -1 4202560 1297 0 0 0 934 0 0 0 20 0 19 0 445706343 15857688576 76158 33554432000 4194304 4196468 140729568973504 140663742066536 140664027192843 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30920] ppid=30783 vsize=15486024 memory=1448 CPUtime=9.12 cores=0,2,4,6
/proc/30785/task/30920/stat : 30920 (java) R 30783 30783 30406 0 -1 4202560 665 0 0 0 912 0 0 0 20 0 19 0 445706343 15857688576 76158 33554432000 4194304 4196468 140729568973504 140663737856664 140664027522259 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
Current children cumulated CPU time: 125.34 s
Current children cumulated vsize: 15599152 KiB
Current children cumulated memory: 306080 KiB

[startup+32.8008 s]
/proc/loadavg: 5.81 2.76 1.98 9/237 30920
/proc/meminfo: memFree=30026172/32770624 swapFree=66953076/67108860
[pid=30783] ppid=30780 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/30783/stat : 30783 (xcsp3-exec) S 30780 30783 30406 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445704090 115843072 362 33554432000 4194304 5098028 140732780249184 140732780247288 139869586645628 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 28749824 140732780254074 140732780254317 140732780254317 140732780257226 0
/proc/30783/statm: 28282 362 304 221 0 87 0
[pid=30785] ppid=30783 vsize=15486024 memory=306680 CPUtime=128.48 cores=0,2,4,6
/proc/30785/stat : 30785 (java) S 30783 30783 30406 0 -1 1077944320 63196 0 0 0 12827 21 0 0 20 0 19 0 445704090 15857688576 76670 33554432000 4194304 4196468 140729568973504 140729568956048 140664427405047 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
/proc/30785/statm: 3871506 76670 3530 1 0 3832606 0
[pid=30785/tid=30786] ppid=30783 vsize=15486024 memory=26016 CPUtime=1.35 cores=0,2,4,6
/proc/30785/task/30786/stat : 30786 (java) S 30783 30783 30406 0 -1 1077944384 11760 0 0 0 129 6 0 0 20 0 19 0 445704090 15857688576 76670 33554432000 4194304 4196468 140729568973504 140664431645824 140664427415253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30787] ppid=30783 vsize=15486024 memory=14068 CPUtime=0.03 cores=0,2,4,6
/proc/30785/task/30787/stat : 30787 (java) S 30783 30783 30406 0 -1 1077944384 161 0 0 0 2 1 0 0 20 0 19 0 445704091 15857688576 76670 33554432000 4194304 4196468 140729568973504 140664355445776 140664427415253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30788] ppid=30783 vsize=15486024 memory=524 CPUtime=0.03 cores=0,2,4,6
/proc/30785/task/30788/stat : 30788 (java) S 30783 30783 30406 0 -1 1077944384 272 0 0 0 2 1 0 0 20 0 19 0 445704091 15857688576 76670 33554432000 4194304 4196468 140729568973504 140664354393232 140664427415253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30789] ppid=30783 vsize=15486024 memory=6791534058613427641 CPUtime=0.02 cores=0,2,4,6
/proc/30785/task/30789/stat : 30789 (java) S 30783 30783 30406 0 -1 1077944384 108 0 0 0 1 1 0 0 20 0 19 0 445704091 15857688576 76670 33554432000 4194304 4196468 140729568973504 140664353340176 140664427415253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30790] ppid=30783 vsize=15486024 memory=111632 CPUtime=0.03 cores=0,2,4,6
/proc/30785/task/30790/stat : 30790 (java) S 30783 30783 30406 0 -1 1077944384 375 0 0 0 2 1 0 0 20 0 19 0 445704091 15857688576 76670 33554432000 4194304 4196468 140729568973504 140664352287632 140664427415253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30791] ppid=30783 vsize=15486024 memory=800 CPUtime=0.01 cores=0,2,4,6
/proc/30785/task/30791/stat : 30791 (java) S 30783 30783 30406 0 -1 1077944384 1364 0 0 0 1 0 0 0 20 0 19 0 445704092 15857688576 76670 33554432000 4194304 4196468 140729568973504 140663761565936 140664427416194 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30792] ppid=30783 vsize=15486024 memory=4112 CPUtime=0 cores=0,2,4,6
/proc/30785/task/30792/stat : 30792 (java) S 30783 30783 30406 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 19 0 445704093 15857688576 76670 33554432000 4194304 4196468 140729568973504 140663760512224 140664427415253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30793] ppid=30783 vsize=15486024 memory=1804 CPUtime=0 cores=0,2,4,6
/proc/30785/task/30793/stat : 30793 (java) S 30783 30783 30406 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 19 0 445704093 15857688576 76670 33554432000 4194304 4196468 140729568973504 140663759459072 140664427415253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30794] ppid=30783 vsize=15486024 memory=916 CPUtime=0 cores=0,2,4,6
/proc/30785/task/30794/stat : 30794 (java) S 30783 30783 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445704095 15857688576 76670 33554432000 4194304 4196468 140729568973504 140663758407632 140664427423643 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30795] ppid=30783 vsize=15486024 memory=3804 CPUtime=3.38 cores=0,2,4,6
/proc/30785/task/30795/stat : 30795 (java) S 30783 30783 30406 0 -1 1077944384 17149 0 0 0 337 1 0 0 20 0 19 0 445704095 15857688576 76670 33554432000 4194304 4196468 140729568973504 140663757355760 140664427416194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30796] ppid=30783 vsize=15486024 memory=2596 CPUtime=2.71 cores=0,2,4,6
/proc/30785/task/30796/stat : 30796 (java) S 30783 30783 30406 0 -1 1077944384 12451 0 0 0 270 1 0 0 20 0 19 0 445704095 15857688576 76670 33554432000 4194304 4196468 140729568973504 140663756303216 140664427416194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30797] ppid=30783 vsize=15486024 memory=2596 CPUtime=0.9 cores=0,2,4,6
/proc/30785/task/30797/stat : 30797 (java) S 30783 30783 30406 0 -1 1077944384 8963 0 0 0 88 2 0 0 20 0 19 0 445704095 15857688576 76670 33554432000 4194304 4196468 140729568973504 140663755250160 140664427416194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30798] ppid=30783 vsize=15486024 memory=4156 CPUtime=0 cores=0,2,4,6
/proc/30785/task/30798/stat : 30798 (java) S 30783 30783 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445704096 15857688576 76670 33554432000 4194304 4196468 140729568973504 140663754197856 140664427415253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30799] ppid=30783 vsize=15486024 memory=1056 CPUtime=0.01 cores=0,2,4,6
/proc/30785/task/30799/stat : 30799 (java) S 30783 30783 30406 0 -1 1077944384 336 0 0 0 1 0 0 0 20 0 19 0 445704096 15857688576 76670 33554432000 4194304 4196468 140729568973504 140663753144880 140664427416194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30917] ppid=30783 vsize=15486024 memory=1188 CPUtime=9.86 cores=0,2,4,6
/proc/30785/task/30917/stat : 30917 (java) R 30783 30783 30406 0 -1 4202560 267 0 0 0 986 0 0 0 20 0 19 0 445706343 15857688576 76670 33554432000 4194304 4196468 140729568973504 140663738907976 140664027192933 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30918] ppid=30783 vsize=15486024 memory=1536 CPUtime=10.03 cores=0,2,4,6
/proc/30785/task/30918/stat : 30918 (java) R 30783 30783 30406 0 -1 4202560 1122 0 0 0 1003 0 0 0 20 0 19 0 445706343 15857688576 76670 33554432000 4194304 4196468 140729568973504 140663739961360 140664027192816 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30919] ppid=30783 vsize=15486024 memory=9592 CPUtime=10.13 cores=0,2,4,6
/proc/30785/task/30919/stat : 30919 (java) R 30783 30783 30406 0 -1 4202560 1309 0 0 0 1013 0 0 0 20 0 19 0 445706343 15857688576 76670 33554432000 4194304 4196468 140729568973504 140663742066640 140664027415332 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30920] ppid=30783 vsize=15486024 memory=2828 CPUtime=9.89 cores=0,2,4,6
/proc/30785/task/30920/stat : 30920 (java) R 30783 30783 30406 0 -1 4202560 669 0 0 0 989 0 0 0 20 0 19 0 445706343 15857688576 76670 33554432000 4194304 4196468 140729568973504 140663737856456 140664027192983 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
Current children cumulated CPU time: 128.48 s
Current children cumulated vsize: 15599152 KiB
Current children cumulated memory: 308128 KiB

[startup+33.2008 s]
/proc/loadavg: 5.81 2.76 1.98 9/238 30922
/proc/meminfo: memFree=30022712/32770624 swapFree=66953076/67108860
[pid=30783] ppid=30780 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/30783/stat : 30783 (xcsp3-exec) S 30780 30783 30406 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445704090 115843072 362 33554432000 4194304 5098028 140732780249184 140732780247288 139869586645628 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 28749824 140732780254074 140732780254317 140732780254317 140732780257226 0
/proc/30783/statm: 28282 362 304 221 0 87 0
[pid=30785] ppid=30783 vsize=15486024 memory=310776 CPUtime=130.07 cores=0,2,4,6
/proc/30785/stat : 30785 (java) S 30783 30783 30406 0 -1 1077944320 63220 0 0 0 12986 21 0 0 20 0 19 0 445704090 15857688576 77694 33554432000 4194304 4196468 140729568973504 140729568956048 140664427405047 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
/proc/30785/statm: 3871506 77694 3530 1 0 3832606 0
[pid=30785/tid=30786] ppid=30783 vsize=15486024 memory=2512 CPUtime=1.35 cores=0,2,4,6
/proc/30785/task/30786/stat : 30786 (java) S 30783 30783 30406 0 -1 1077944384 11760 0 0 0 129 6 0 0 20 0 19 0 445704090 15857688576 77694 33554432000 4194304 4196468 140729568973504 140664431645824 140664427415253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30787] ppid=30783 vsize=15486024 memory=808 CPUtime=0.03 cores=0,2,4,6
/proc/30785/task/30787/stat : 30787 (java) S 30783 30783 30406 0 -1 1077944384 161 0 0 0 2 1 0 0 20 0 19 0 445704091 15857688576 77694 33554432000 4194304 4196468 140729568973504 140664355445776 140664427415253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30788] ppid=30783 vsize=15486024 memory=1448 CPUtime=0.03 cores=0,2,4,6
/proc/30785/task/30788/stat : 30788 (java) S 30783 30783 30406 0 -1 1077944384 272 0 0 0 2 1 0 0 20 0 19 0 445704091 15857688576 77694 33554432000 4194304 4196468 140729568973504 140664354393232 140664427415253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30789] ppid=30783 vsize=15486024 memory=1764 CPUtime=0.02 cores=0,2,4,6
/proc/30785/task/30789/stat : 30789 (java) S 30783 30783 30406 0 -1 1077944384 108 0 0 0 1 1 0 0 20 0 19 0 445704091 15857688576 77694 33554432000 4194304 4196468 140729568973504 140664353340176 140664427415253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30790] ppid=30783 vsize=15486024 memory=288230574492221466 CPUtime=0.03 cores=0,2,4,6
/proc/30785/task/30790/stat : 30790 (java) S 30783 30783 30406 0 -1 1077944384 375 0 0 0 2 1 0 0 20 0 19 0 445704091 15857688576 77694 33554432000 4194304 4196468 140729568973504 140664352287632 140664427415253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30791] ppid=30783 vsize=15486024 memory=288230596050944315 CPUtime=0.01 cores=0,2,4,6
/proc/30785/task/30791/stat : 30791 (java) S 30783 30783 30406 0 -1 1077944384 1364 0 0 0 1 0 0 0 20 0 19 0 445704092 15857688576 77694 33554432000 4194304 4196468 140729568973504 140663761565936 140664427416194 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30792] ppid=30783 vsize=15486024 memory=16100368647981698 CPUtime=0 cores=0,2,4,6
/proc/30785/task/30792/stat : 30792 (java) S 30783 30783 30406 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 19 0 445704093 15857688576 77694 33554432000 4194304 4196468 140729568973504 140663760512224 140664427415253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30793] ppid=30783 vsize=15486024 memory=288292168718877392 CPUtime=0 cores=0,2,4,6
/proc/30785/task/30793/stat : 30793 (java) S 30783 30783 30406 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 19 0 445704093 15857688576 77694 33554432000 4194304 4196468 140729568973504 140663759459072 140664427415253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30794] ppid=30783 vsize=15486024 memory=301794158495072081 CPUtime=0 cores=0,2,4,6
/proc/30785/task/30794/stat : 30794 (java) S 30783 30783 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445704095 15857688576 77694 33554432000 4194304 4196468 140729568973504 140663758407632 140664427423643 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30795] ppid=30783 vsize=15486024 memory=8243122710528917583 CPUtime=3.38 cores=0,2,4,6
/proc/30785/task/30795/stat : 30795 (java) S 30783 30783 30406 0 -1 1077944384 17149 0 0 0 337 1 0 0 20 0 19 0 445704095 15857688576 77694 33554432000 4194304 4196468 140729568973504 140663757355760 140664427416194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30796] ppid=30783 vsize=15486024 memory=1947786 CPUtime=2.71 cores=0,2,4,6
/proc/30785/task/30796/stat : 30796 (java) S 30783 30783 30406 0 -1 1077944384 12457 0 0 0 270 1 0 0 20 0 19 0 445704095 15857688576 77694 33554432000 4194304 4196468 140729568973504 140663756303216 140664427416194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30797] ppid=30783 vsize=15486024 memory=3906650782409455863 CPUtime=0.9 cores=0,2,4,6
/proc/30785/task/30797/stat : 30797 (java) S 30783 30783 30406 0 -1 1077944384 8963 0 0 0 88 2 0 0 20 0 19 0 445704095 15857688576 77694 33554432000 4194304 4196468 140729568973504 140663755250160 140664427416194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30798] ppid=30783 vsize=15486024 memory=8514701219880992413 CPUtime=0 cores=0,2,4,6
/proc/30785/task/30798/stat : 30798 (java) S 30783 30783 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445704096 15857688576 77694 33554432000 4194304 4196468 140729568973504 140663754197856 140664427415253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30799] ppid=30783 vsize=15486024 memory=592004792737294126 CPUtime=0.01 cores=0,2,4,6
/proc/30785/task/30799/stat : 30799 (java) S 30783 30783 30406 0 -1 1077944384 338 0 0 0 1 0 0 0 20 0 19 0 445704096 15857688576 77694 33554432000 4194304 4196468 140729568973504 140663753144880 140664427416194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30917] ppid=30783 vsize=15486024 memory=288292168718877392 CPUtime=10.26 cores=0,2,4,6
/proc/30785/task/30917/stat : 30917 (java) R 30783 30783 30406 0 -1 4202560 267 0 0 0 1026 0 0 0 20 0 19 0 445706343 15857688576 77694 33554432000 4194304 4196468 140729568973504 140663738907976 140664027192938 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30918] ppid=30783 vsize=15486024 memory=288230376155041617 CPUtime=10.43 cores=0,2,4,6
/proc/30785/task/30918/stat : 30918 (java) R 30783 30783 30406 0 -1 4202560 1129 0 0 0 1043 0 0 0 20 0 19 0 445706343 15857688576 77694 33554432000 4194304 4196468 140729568973504 140663739961496 140664027192879 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30919] ppid=30783 vsize=15486024 memory=6656426216303648864 CPUtime=10.53 cores=0,2,4,6
/proc/30785/task/30919/stat : 30919 (java) R 30783 30783 30406 0 -1 4202560 1316 0 0 0 1053 0 0 0 20 0 19 0 445706343 15857688576 77694 33554432000 4194304 4196468 140729568973504 140663742066808 140664027192997 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30920] ppid=30783 vsize=15486024 memory=0 CPUtime=10.28 cores=0,2,4,6
/proc/30785/task/30920/stat : 30920 (java) R 30783 30783 30406 0 -1 4202560 671 0 0 0 1028 0 0 0 20 0 19 0 445706343 15857688576 77694 33554432000 4194304 4196468 140729568973504 140663737856456 140664027192901 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
Current children cumulated CPU time: 130.07 s
Current children cumulated vsize: 15599152 KiB
Current children cumulated memory: 312224 KiB

[startup+33.6008 s]
/proc/loadavg: 5.81 2.76 1.98 9/238 30922
/proc/meminfo: memFree=30022712/32770624 swapFree=66953076/67108860
[pid=30783] ppid=30780 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/30783/stat : 30783 (xcsp3-exec) S 30780 30783 30406 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445704090 115843072 362 33554432000 4194304 5098028 140732780249184 140732780247288 139869586645628 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 28749824 140732780254074 140732780254317 140732780254317 140732780257226 0
/proc/30783/statm: 28282 362 304 221 0 87 0
[pid=30785] ppid=30783 vsize=15486024 memory=312824 CPUtime=131.66 cores=0,2,4,6
/proc/30785/stat : 30785 (java) S 30783 30783 30406 0 -1 1077944320 63241 0 0 0 13145 21 0 0 20 0 19 0 445704090 15857688576 78206 33554432000 4194304 4196468 140729568973504 140729568956048 140664427405047 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
/proc/30785/statm: 3871506 78206 3530 1 0 3832606 0
[pid=30785/tid=30786] ppid=30783 vsize=15486024 memory=4420 CPUtime=1.35 cores=0,2,4,6
/proc/30785/task/30786/stat : 30786 (java) S 30783 30783 30406 0 -1 1077944384 11760 0 0 0 129 6 0 0 20 0 19 0 445704090 15857688576 78206 33554432000 4194304 4196468 140729568973504 140664431645824 140664427415253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30787] ppid=30783 vsize=15486024 memory=312824 CPUtime=0.03 cores=0,2,4,6
/proc/30785/task/30787/stat : 30787 (java) S 30783 30783 30406 0 -1 1077944384 161 0 0 0 2 1 0 0 20 0 19 0 445704091 15857688576 78206 33554432000 4194304 4196468 140729568973504 140664355445776 140664427415253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30788] ppid=30783 vsize=15486024 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/30785/task/30788/stat : 30788 (java) S 30783 30783 30406 0 -1 1077944384 272 0 0 0 2 1 0 0 20 0 19 0 445704091 15857688576 78206 33554432000 4194304 4196468 140729568973504 140664354393232 140664427415253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30789] ppid=30783 vsize=15486024 memory=12211 CPUtime=0.02 cores=0,2,4,6
/proc/30785/task/30789/stat : 30789 (java) S 30783 30783 30406 0 -1 1077944384 108 0 0 0 1 1 0 0 20 0 19 0 445704091 15857688576 78206 33554432000 4194304 4196468 140729568973504 140664353340176 140664427415253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30790] ppid=30783 vsize=15486024 memory=6791534058613427641 CPUtime=0.03 cores=0,2,4,6
/proc/30785/task/30790/stat : 30790 (java) S 30783 30783 30406 0 -1 1077944384 375 0 0 0 2 1 0 0 20 0 19 0 445704091 15857688576 78206 33554432000 4194304 4196468 140729568973504 140664352287632 140664427415253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30791] ppid=30783 vsize=15486024 memory=800 CPUtime=0.01 cores=0,2,4,6
/proc/30785/task/30791/stat : 30791 (java) S 30783 30783 30406 0 -1 1077944384 1367 0 0 0 1 0 0 0 20 0 19 0 445704092 15857688576 78206 33554432000 4194304 4196468 140729568973504 140663761565936 140664427416194 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30792] ppid=30783 vsize=15486024 memory=4112 CPUtime=0 cores=0,2,4,6
/proc/30785/task/30792/stat : 30792 (java) S 30783 30783 30406 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 19 0 445704093 15857688576 78206 33554432000 4194304 4196468 140729568973504 140663760512224 140664427415253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30793] ppid=30783 vsize=15486024 memory=1804 CPUtime=0 cores=0,2,4,6
/proc/30785/task/30793/stat : 30793 (java) S 30783 30783 30406 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 19 0 445704093 15857688576 78206 33554432000 4194304 4196468 140729568973504 140663759459072 140664427415253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30794] ppid=30783 vsize=15486024 memory=1188 CPUtime=0 cores=0,2,4,6
/proc/30785/task/30794/stat : 30794 (java) S 30783 30783 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445704095 15857688576 78206 33554432000 4194304 4196468 140729568973504 140663758407632 140664427423643 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30795] ppid=30783 vsize=15486024 memory=1536 CPUtime=3.38 cores=0,2,4,6
/proc/30785/task/30795/stat : 30795 (java) S 30783 30783 30406 0 -1 1077944384 17149 0 0 0 337 1 0 0 20 0 19 0 445704095 15857688576 78206 33554432000 4194304 4196468 140729568973504 140663757355760 140664427416194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30796] ppid=30783 vsize=15486024 memory=9592 CPUtime=2.72 cores=0,2,4,6
/proc/30785/task/30796/stat : 30796 (java) S 30783 30783 30406 0 -1 1077944384 12468 0 0 0 271 1 0 0 20 0 19 0 445704095 15857688576 78206 33554432000 4194304 4196468 140729568973504 140663756303216 140664427416194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30797] ppid=30783 vsize=15486024 memory=2828 CPUtime=0.9 cores=0,2,4,6
/proc/30785/task/30797/stat : 30797 (java) S 30783 30783 30406 0 -1 1077944384 8963 0 0 0 88 2 0 0 20 0 19 0 445704095 15857688576 78206 33554432000 4194304 4196468 140729568973504 140663755250160 140664427416194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30798] ppid=30783 vsize=15486024 memory=780 CPUtime=0 cores=0,2,4,6
/proc/30785/task/30798/stat : 30798 (java) S 30783 30783 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445704096 15857688576 78206 33554432000 4194304 4196468 140729568973504 140663754197856 140664427415253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30799] ppid=30783 vsize=15486024 memory=6791534058613427641 CPUtime=0.01 cores=0,2,4,6
/proc/30785/task/30799/stat : 30799 (java) S 30783 30783 30406 0 -1 1077944384 338 0 0 0 1 0 0 0 20 0 19 0 445704096 15857688576 78206 33554432000 4194304 4196468 140729568973504 140663753144880 140664427416194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30917] ppid=30783 vsize=15486024 memory=1764 CPUtime=10.65 cores=0,2,4,6
/proc/30785/task/30917/stat : 30917 (java) R 30783 30783 30406 0 -1 4202560 267 0 0 0 1065 0 0 0 20 0 19 0 445706343 15857688576 78206 33554432000 4194304 4196468 140729568973504 140663738908168 140664027192800 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30918] ppid=30783 vsize=15486024 memory=111632 CPUtime=10.83 cores=0,2,4,6
/proc/30785/task/30918/stat : 30918 (java) R 30783 30783 30406 0 -1 4202560 1131 0 0 0 1083 0 0 0 20 0 19 0 445706343 15857688576 78206 33554432000 4194304 4196468 140729568973504 140663739961280 140664027192910 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30919] ppid=30783 vsize=15486024 memory=800 CPUtime=10.93 cores=0,2,4,6
/proc/30785/task/30919/stat : 30919 (java) R 30783 30783 30406 0 -1 4202560 1321 0 0 0 1093 0 0 0 20 0 19 0 445706343 15857688576 78206 33554432000 4194304 4196468 140729568973504 140663742066080 140664027193228 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
[pid=30785/tid=30920] ppid=30783 vsize=15486024 memory=4112 CPUtime=10.67 cores=0,2,4,6
/proc/30785/task/30920/stat : 30920 (java) R 30783 30783 30406 0 -1 4202560 671 0 0 0 1067 0 0 0 20 0 19 0 445706343 15857688576 78206 33554432000 4194304 4196468 140729568973504 140663737855560 140664027747897 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9203712 140729568977903 140729568978074 140729568978074 140729568980943 0
Current children cumulated CPU time: 131.66 s
Current children cumulated vsize: 15599152 KiB
Current children cumulated memory: 314272 KiB

Child status: 0
Real time (s): 33.6309
CPU time (s): 131.767
CPU user time (s): 131.544
CPU system time (s): 0.223513
CPU usage (%): 391.803
Max. virtual memory (cumulated for all children) (KiB): 15599152
Max. memory (cumulated for all children) (KiB): 314272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 131.544
system time used= 0.223513
maximum resident set size= 315104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64502
page faults= 0
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4467
involuntary context switches= 3157


# summary of solver processes directly reported to runsolver:
#   pid: 30783
#   total CPU time (s): 131.767
#   total CPU user time (s): 131.544
#   total CPU system time (s): 0.223513

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.256259 second user time and 0.401213 second system time

The end

Launcher Data

Begin job on node127 at 2019-09-17 06:25:12
IDJOB=4400359
IDBENCH=128024
IDSOLVER=2856
FILE ID=node127/4400359-1568694352
RUNJOBID= node127-1568694277-30437
PBS_JOBID= 21703804
Free space on /tmp= 61284 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-24-4-6-8.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-4400359-1568694352/watcher-4400359-1568694352 -o /tmp/evaluation-result-4400359-1568694352/solver-4400359-1568694352 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568694277-30437 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1869637657 HOME/instance-4400359-1568694352.xml

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

MD5SUM BENCH= 2aec32ddb698ed0594b6493531e6a3ee
RANDOM SEED=1869637657

node127.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.55
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.55
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.55
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.55
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:        30442620 kB
MemAvailable:   31598316 kB
Buffers:           86780 kB
Cached:          1353920 kB
SwapCached:        51464 kB
Active:           761980 kB
Inactive:         969516 kB
Active(anon):     250496 kB
Inactive(anon):    89816 kB
Active(file):     511484 kB
Inactive(file):   879700 kB
Unevictable:      110656 kB
Mlocked:          110656 kB
SwapTotal:      67108860 kB
SwapFree:       66953076 kB
Dirty:             27364 kB
Writeback:            12 kB
AnonPages:        351684 kB
Mapped:            61664 kB
Shmem:             40672 kB
Slab:             190464 kB
SReclaimable:     160692 kB
SUnreclaim:        29772 kB
KernelStack:        3888 kB
PageTables:         5920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1650548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    256000 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 61260 MiB
End job on node127 at 2019-09-17 06:25:46