Trace number 4406365

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-24OPT1429 1423.17 1405.06

General information on the benchmark

NameKnapsack/Knapsack-m1-s50/
Knapsack-50-200-16.xml
MD5SUMe3af77ac2ce2de59a61fc382fed7941a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1429
Best CPU time to get the best result obtained on this benchmark66.549
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":50}]
Minimum constraint arity50
Maximum constraint arity50
Distribution of constraint arities[{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
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-4406365-1569400573.xml"  -tl '2400s' -p 1
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4406365-1569400573.xml, -tl, 2400s, -p, 1]
0.34/0.22	c simple solver
0.34/0.28	c parse instance...
0.72/0.43	c solve instance...
0.72/0.45	o 609 
0.72/0.45	o 688 
0.72/0.45	o 732 
0.72/0.45	o 800 
0.72/0.45	o 807 
0.72/0.45	o 826 
0.72/0.45	o 841 
0.72/0.45	o 848 
0.72/0.45	o 852 
0.72/0.45	o 873 
0.72/0.45	o 885 
0.72/0.46	o 896 
0.72/0.47	o 906 
0.72/0.47	o 926 
0.72/0.47	o 958 
0.72/0.48	o 968 
0.72/0.48	o 982 
0.72/0.49	o 985 
0.72/0.49	o 1060 
0.72/0.49	o 1061 
0.72/0.49	o 1063 
0.72/0.49	o 1073 
0.72/0.49	o 1076 
0.72/0.50	o 1083 
0.72/0.51	o 1106 
0.72/0.51	o 1121 
0.72/0.51	o 1128 
0.72/0.51	o 1180 
0.72/0.51	o 1225 
1.03/0.54	o 1229 
1.03/0.54	o 1278 
1.03/0.56	o 1281 
1.03/0.56	o 1284 
1.03/0.56	o 1306 
1.03/0.56	o 1344 
1.03/0.57	o 1352 
1.03/0.57	o 1368 
1.03/0.57	o 1375 
1.03/0.58	o 1405 
1.03/0.59	o 1414 
1.03/0.59	o 1424 
1.60/0.70	o 1429 
1423.10/1405.05	s OPTIMUM FOUND
1423.10/1405.05	v <instantiation>
1423.10/1405.05	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] </list>
1423.10/1405.05	v 	<values>1 0 0 1 1 0 1 0 1 0 1 1 1 0 0 0 0 1 1 1 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 1 1 0 0 1 0 0 0 0 0 1 1 1 </values>
1423.10/1405.05	v </instantiation>

Verifier Data

OK	1429

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4406365-1569400573/watcher-4406365-1569400573 -o /var/tmp/evaluation-result-4406365-1569400573/solver-4406365-1569400573 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node140-1569396628-31597 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 1 -ml 12000 -tdir HOME -seed 1860271512 HOME/instance-4406365-1569400573.xml 

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

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


[startup+0.100709 s]*
/proc/loadavg: 2.05 2.05 1.98 3/229 32272
/proc/meminfo: memFree=25439292/32770624 swapFree=66997152/67108860
[pid=32256] ppid=32253 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/32256/stat : 32256 (xcsp3-exec) S 32253 32256 31565 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 515995640 115843072 364 33554432000 4194304 5098028 140733595223344 140733595221448 140266398782076 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 28418048 140733595231062 140733595231321 140733595231321 140733595234246 0
/proc/32256/statm: 28282 364 305 221 0 87 0
[pid=32258] ppid=32256 vsize=15144776 memory=29044 CPUtime=0.13 cores=1,3,5,7
/proc/32258/stat : 32258 (java) S 32256 32256 31565 0 -1 1077944320 5738 0 0 0 12 1 0 0 20 0 15 0 515995640 15508250624 7261 33554432000 4194304 4196468 140723687804016 140723687786560 139957254631159 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
/proc/32258/statm: 3786194 7261 3137 1 0 3748377 0
[pid=32258/tid=32259] ppid=32256 vsize=15144776 memory=-6962121287837372198 CPUtime=0.09 cores=1,3,5,7
/proc/32258/task/32259/stat : 32259 (java) R 32256 32256 31565 0 -1 4202560 3625 0 0 0 8 1 0 0 20 0 15 0 515995641 15508250624 7261 33554432000 4194304 4196468 140723687804016 139957258860984 139957254643094 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32260] ppid=32256 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32258/task/32260/stat : 32260 (java) S 32256 32256 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515995641 15508250624 7261 33554432000 4194304 4196468 140723687804016 139957215591312 139957254641365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32261] ppid=32256 vsize=15144776 memory=140177966511744 CPUtime=0 cores=1,3,5,7
/proc/32258/task/32261/stat : 32261 (java) S 32256 32256 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515995642 15508250624 7261 33554432000 4194304 4196468 140723687804016 139956845517584 139957254641365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32262] ppid=32256 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32258/task/32262/stat : 32262 (java) S 32256 32256 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515995642 15508250624 7261 33554432000 4194304 4196468 140723687804016 139956844465296 139957254641365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32263] ppid=32256 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32258/task/32263/stat : 32263 (java) S 32256 32256 31565 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515995642 15508250624 7261 33554432000 4194304 4196468 140723687804016 139956843412496 139957254641365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32264] ppid=32256 vsize=15144776 memory=140177966511744 CPUtime=0 cores=1,3,5,7
/proc/32258/task/32264/stat : 32264 (java) S 32256 32256 31565 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515995643 15508250624 7261 33554432000 4194304 4196468 140723687804016 139956128262256 139957254642306 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32265] ppid=32256 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32258/task/32265/stat : 32265 (java) S 32256 32256 31565 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 515995643 15508250624 7261 33554432000 4194304 4196468 140723687804016 139956127208224 139957254641365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32266] ppid=32256 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32258/task/32266/stat : 32266 (java) S 32256 32256 31565 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 515995644 15508250624 7261 33554432000 4194304 4196468 140723687804016 139956126155888 139957254641365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32267] ppid=32256 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32258/task/32267/stat : 32267 (java) S 32256 32256 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515995646 15508250624 7261 33554432000 4194304 4196468 140723687804016 139956125104208 139957254649755 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32268] ppid=32256 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32258/task/32268/stat : 32268 (java) R 32256 32256 31565 0 -1 1077944384 361 0 0 0 0 0 0 0 20 0 15 0 515995646 15508250624 7261 33554432000 4194304 4196468 140723687804016 139956124052080 139957254642306 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32269] ppid=32256 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32258/task/32269/stat : 32269 (java) S 32256 32256 31565 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 515995646 15508250624 7261 33554432000 4194304 4196468 140723687804016 139956122999280 139957254642306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32270] ppid=32256 vsize=15144776 memory=140177966511744 CPUtime=0.02 cores=1,3,5,7
/proc/32258/task/32270/stat : 32270 (java) R 32256 32256 31565 0 -1 4202560 323 0 0 0 2 0 0 0 20 0 15 0 515995646 15508250624 7261 33554432000 4194304 4196468 140723687804016 139956121946992 139957254652506 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32271] ppid=32256 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32258/task/32271/stat : 32271 (java) S 32256 32256 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515995646 15508250624 7261 33554432000 4194304 4196468 140723687804016 139956120894432 139957254641365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32272] ppid=32256 vsize=15144776 memory=140177966511744 CPUtime=0 cores=1,3,5,7
/proc/32258/task/32272/stat : 32272 (java) S 32256 32256 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515995646 15508250624 7261 33554432000 4194304 4196468 140723687804016 139956119841200 139957254642306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30500 KiB

[startup+0.210934 s]*
/proc/loadavg: 2.05 2.05 1.98 4/229 32272
/proc/meminfo: memFree=25425792/32770624 swapFree=66997152/67108860
[pid=32256] ppid=32253 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/32256/stat : 32256 (xcsp3-exec) S 32253 32256 31565 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 515995640 115843072 364 33554432000 4194304 5098028 140733595223344 140733595221448 140266398782076 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 28418048 140733595231062 140733595231321 140733595231321 140733595234246 0
/proc/32256/statm: 28282 364 305 221 0 87 0
[pid=32258] ppid=32256 vsize=15144776 memory=40512 CPUtime=0.34 cores=1,3,5,7
/proc/32258/stat : 32258 (java) S 32256 32256 31565 0 -1 1077944320 9385 0 0 0 31 3 0 0 20 0 15 0 515995640 15508250624 10128 33554432000 4194304 4196468 140723687804016 140723687786560 139957254631159 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
/proc/32258/statm: 3786194 10128 3310 1 0 3748377 0
[pid=32258/tid=32259] ppid=32256 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/32258/task/32259/stat : 32259 (java) R 32256 32256 31565 0 -1 4202560 6620 0 0 0 18 2 0 0 20 0 15 0 515995641 15508250624 10128 33554432000 4194304 4196468 140723687804016 139957258870160 139957238711646 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32260] ppid=32256 vsize=15144776 memory=2128866 CPUtime=0 cores=1,3,5,7
/proc/32258/task/32260/stat : 32260 (java) S 32256 32256 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515995641 15508250624 10128 33554432000 4194304 4196468 140723687804016 139957215591312 139957254641365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32261] ppid=32256 vsize=15144776 memory=140177970411939 CPUtime=0 cores=1,3,5,7
/proc/32258/task/32261/stat : 32261 (java) S 32256 32256 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515995642 15508250624 10128 33554432000 4194304 4196468 140723687804016 139956845517584 139957254641365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32262] ppid=32256 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32258/task/32262/stat : 32262 (java) S 32256 32256 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515995642 15508250624 10128 33554432000 4194304 4196468 140723687804016 139956844465296 139957254641365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32263] ppid=32256 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32258/task/32263/stat : 32263 (java) S 32256 32256 31565 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515995642 15508250624 10128 33554432000 4194304 4196468 140723687804016 139956843412496 139957254641365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32264] ppid=32256 vsize=15144776 memory=140177966511744 CPUtime=0 cores=1,3,5,7
/proc/32258/task/32264/stat : 32264 (java) S 32256 32256 31565 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 515995643 15508250624 10128 33554432000 4194304 4196468 140723687804016 139956128262256 139957254642306 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32265] ppid=32256 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32258/task/32265/stat : 32265 (java) S 32256 32256 31565 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 515995643 15508250624 10128 33554432000 4194304 4196468 140723687804016 139956127208224 139957254641365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32266] ppid=32256 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32258/task/32266/stat : 32266 (java) S 32256 32256 31565 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 515995644 15508250624 10128 33554432000 4194304 4196468 140723687804016 139956126155888 139957254641365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32267] ppid=32256 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32258/task/32267/stat : 32267 (java) S 32256 32256 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515995646 15508250624 10128 33554432000 4194304 4196468 140723687804016 139956125104208 139957254649755 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32268] ppid=32256 vsize=15144776 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/32258/task/32268/stat : 32268 (java) S 32256 32256 31565 0 -1 1077944384 494 0 0 0 3 0 0 0 20 0 15 0 515995646 15508250624 10128 33554432000 4194304 4196468 140723687804016 139956124052080 139957254642306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32269] ppid=32256 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/32258/task/32269/stat : 32269 (java) S 32256 32256 31565 0 -1 1077944384 175 0 0 0 2 0 0 0 20 0 15 0 515995646 15508250624 10128 33554432000 4194304 4196468 140723687804016 139956122999280 139957254642306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32270] ppid=32256 vsize=15144776 memory=140177966511744 CPUtime=0.08 cores=1,3,5,7
/proc/32258/task/32270/stat : 32270 (java) S 32256 32256 31565 0 -1 1077944384 787 0 0 0 8 0 0 0 20 0 15 0 515995646 15508250624 10128 33554432000 4194304 4196468 140723687804016 139956121946992 139957254642306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32271] ppid=32256 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32258/task/32271/stat : 32271 (java) S 32256 32256 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515995646 15508250624 10128 33554432000 4194304 4196468 140723687804016 139956120894432 139957254641365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32272] ppid=32256 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32258/task/32272/stat : 32272 (java) S 32256 32256 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515995646 15508250624 10128 33554432000 4194304 4196468 140723687804016 139956119841200 139957254642306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41968 KiB

[startup+0.310854 s]*
/proc/loadavg: 2.05 2.05 1.98 5/229 32272
/proc/meminfo: memFree=25419312/32770624 swapFree=66997152/67108860
[pid=32256] ppid=32253 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/32256/stat : 32256 (xcsp3-exec) S 32253 32256 31565 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 515995640 115843072 364 33554432000 4194304 5098028 140733595223344 140733595221448 140266398782076 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 28418048 140733595231062 140733595231321 140733595231321 140733595234246 0
/proc/32256/statm: 28282 364 305 221 0 87 0
[pid=32258] ppid=32256 vsize=15149032 memory=50104 CPUtime=0.54 cores=1,3,5,7
/proc/32258/stat : 32258 (java) S 32256 32256 31565 0 -1 1077944320 10824 0 0 0 50 4 0 0 20 0 15 0 515995640 15512608768 12526 33554432000 4194304 4196468 140723687804016 140723687786560 139957254631159 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
/proc/32258/statm: 3787258 12526 3364 1 0 3748377 0
[pid=32258/tid=32259] ppid=32256 vsize=15149032 memory=6791534058613427641 CPUtime=0.3 cores=1,3,5,7
/proc/32258/task/32259/stat : 32259 (java) R 32256 32256 31565 0 -1 4202560 7812 0 0 0 27 3 0 0 20 0 15 0 515995641 15512608768 12526 33554432000 4194304 4196468 140723687804016 139957258864256 139957254653085 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32260] ppid=32256 vsize=15149032 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/32258/task/32260/stat : 32260 (java) S 32256 32256 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515995641 15512608768 12526 33554432000 4194304 4196468 140723687804016 139957215591312 139957254641365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32261] ppid=32256 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/32258/task/32261/stat : 32261 (java) S 32256 32256 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515995642 15512608768 12526 33554432000 4194304 4196468 140723687804016 139956845517584 139957254641365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32262] ppid=32256 vsize=15149032 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/32258/task/32262/stat : 32262 (java) S 32256 32256 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515995642 15512608768 12526 33554432000 4194304 4196468 140723687804016 139956844465296 139957254641365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32263] ppid=32256 vsize=15149032 memory=4572146057552828020 CPUtime=0 cores=1,3,5,7
/proc/32258/task/32263/stat : 32263 (java) S 32256 32256 31565 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515995642 15512608768 12526 33554432000 4194304 4196468 140723687804016 139956843412496 139957254641365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32264] ppid=32256 vsize=15149032 memory=6944613755495348631 CPUtime=0 cores=1,3,5,7
/proc/32258/task/32264/stat : 32264 (java) S 32256 32256 31565 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 515995643 15512608768 12526 33554432000 4194304 4196468 140723687804016 139956128262256 139957254642306 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32265] ppid=32256 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/32258/task/32265/stat : 32265 (java) S 32256 32256 31565 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 515995643 15512608768 12526 33554432000 4194304 4196468 140723687804016 139956127208224 139957254641365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32266] ppid=32256 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/32258/task/32266/stat : 32266 (java) S 32256 32256 31565 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 515995644 15512608768 12526 33554432000 4194304 4196468 140723687804016 139956126155888 139957254641365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32267] ppid=32256 vsize=15149032 memory=-6664436420846796947 CPUtime=0 cores=1,3,5,7
/proc/32258/task/32267/stat : 32267 (java) S 32256 32256 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515995646 15512608768 12526 33554432000 4194304 4196468 140723687804016 139956125104208 139957254649755 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32268] ppid=32256 vsize=15149032 memory=4426078206164241782 CPUtime=0.04 cores=1,3,5,7
/proc/32258/task/32268/stat : 32268 (java) S 32256 32256 31565 0 -1 1077944384 503 0 0 0 4 0 0 0 20 0 15 0 515995646 15512608768 12526 33554432000 4194304 4196468 140723687804016 139956124052080 139957254642306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32269] ppid=32256 vsize=15149032 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/32258/task/32269/stat : 32269 (java) R 32256 32256 31565 0 -1 4202560 292 0 0 0 4 0 0 0 20 0 15 0 515995646 15512608768 12526 33554432000 4194304 4196468 140723687804016 139956122999376 139957236151264 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32270] ppid=32256 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/32258/task/32270/stat : 32270 (java) S 32256 32256 31565 0 -1 1077944384 909 0 0 0 12 0 0 0 20 0 15 0 515995646 15512608768 12526 33554432000 4194304 4196468 140723687804016 139956121946992 139957254642306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32271] ppid=32256 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32258/task/32271/stat : 32271 (java) S 32256 32256 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515995646 15512608768 12526 33554432000 4194304 4196468 140723687804016 139956120894432 139957254641365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32272] ppid=32256 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32258/task/32272/stat : 32272 (java) S 32256 32256 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515995646 15512608768 12526 33554432000 4194304 4196468 140723687804016 139956119841200 139957254642306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51560 KiB

[startup+0.701469 s]
/proc/loadavg: 2.04 2.04 1.98 6/229 32272
/proc/meminfo: memFree=25406660/32770624 swapFree=66997152/67108860
[pid=32256] ppid=32253 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/32256/stat : 32256 (xcsp3-exec) S 32253 32256 31565 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 515995640 115843072 364 33554432000 4194304 5098028 140733595223344 140733595221448 140266398782076 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 28418048 140733595231062 140733595231321 140733595231321 140733595234246 0
/proc/32256/statm: 28282 364 305 221 0 87 0
[pid=32258] ppid=32256 vsize=15151156 memory=75332 CPUtime=1.6 cores=1,3,5,7
/proc/32258/stat : 32258 (java) S 32256 32256 31565 0 -1 1077944320 16134 0 0 0 154 6 0 0 20 0 15 0 515995640 15514783744 18833 33554432000 4194304 4196468 140723687804016 140723687786560 139957254631159 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
/proc/32258/statm: 3787789 18833 3457 1 0 3748889 0
[pid=32258/tid=32259] ppid=32256 vsize=15151156 memory=33 CPUtime=0.68 cores=1,3,5,7
/proc/32258/task/32259/stat : 32259 (java) R 32256 32256 31565 0 -1 4202560 9041 0 0 0 64 4 0 0 20 0 15 0 515995641 15514783744 18833 33554432000 4194304 4196468 140723687804016 139957258865968 139956890567553 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32260] ppid=32256 vsize=15151156 memory=288230608904420306 CPUtime=0 cores=1,3,5,7
/proc/32258/task/32260/stat : 32260 (java) S 32256 32256 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515995641 15514783744 18833 33554432000 4194304 4196468 140723687804016 139957215591312 139957254641365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32261] ppid=32256 vsize=15151156 memory=15535211066729520 CPUtime=0 cores=1,3,5,7
/proc/32258/task/32261/stat : 32261 (java) S 32256 32256 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515995642 15514783744 18833 33554432000 4194304 4196468 140723687804016 139956845517584 139957254641365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32262] ppid=32256 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32258/task/32262/stat : 32262 (java) S 32256 32256 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515995642 15514783744 18833 33554432000 4194304 4196468 140723687804016 139956844465296 139957254641365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32263] ppid=32256 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32258/task/32263/stat : 32263 (java) S 32256 32256 31565 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515995642 15514783744 18833 33554432000 4194304 4196468 140723687804016 139956843412496 139957254641365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32264] ppid=32256 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32258/task/32264/stat : 32264 (java) S 32256 32256 31565 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 515995643 15514783744 18833 33554432000 4194304 4196468 140723687804016 139956128262256 139957254642306 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32265] ppid=32256 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32258/task/32265/stat : 32265 (java) S 32256 32256 31565 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 515995643 15514783744 18833 33554432000 4194304 4196468 140723687804016 139956127208224 139957254641365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32266] ppid=32256 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32258/task/32266/stat : 32266 (java) S 32256 32256 31565 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 515995644 15514783744 18833 33554432000 4194304 4196468 140723687804016 139956126155888 139957254641365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32267] ppid=32256 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32258/task/32267/stat : 32267 (java) S 32256 32256 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515995646 15514783744 18833 33554432000 4194304 4196468 140723687804016 139956125104208 139957254649755 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32268] ppid=32256 vsize=15151156 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/32258/task/32268/stat : 32268 (java) R 32256 32256 31565 0 -1 4202560 1920 0 0 0 32 0 0 0 20 0 15 0 515995646 15514783744 18833 33554432000 4194304 4196468 140723687804016 139956124033648 139957238114586 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32269] ppid=32256 vsize=15151156 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/32258/task/32269/stat : 32269 (java) R 32256 32256 31565 0 -1 4202560 2240 0 0 0 30 0 0 0 20 0 15 0 515995646 15514783744 18833 33554432000 4194304 4196468 140723687804016 139956122980296 139957246920608 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32270] ppid=32256 vsize=15151156 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/32258/task/32270/stat : 32270 (java) S 32256 32256 31565 0 -1 1077944384 1624 0 0 0 26 0 0 0 20 0 15 0 515995646 15514783744 18833 33554432000 4194304 4196468 140723687804016 139956121946992 139957254642306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32271] ppid=32256 vsize=15151156 memory=4639074098508484693 CPUtime=0 cores=1,3,5,7
/proc/32258/task/32271/stat : 32271 (java) S 32256 32256 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515995646 15514783744 18899 33554432000 4194304 4196468 140723687804016 139956120894432 139957254641365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32272] ppid=32256 vsize=15151156 memory=7596853951963751273 CPUtime=0 cores=1,3,5,7
/proc/32258/task/32272/stat : 32272 (java) S 32256 32256 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515995646 15514783744 18899 33554432000 4194304 4196468 140723687804016 139956119841200 139957254642306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
Current children cumulated CPU time: 1.6 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 76788 KiB

[startup+1.50075 s]
/proc/loadavg: 2.04 2.04 1.98 5/229 32272
/proc/meminfo: memFree=25372736/32770624 swapFree=66997152/67108860
[pid=32256] ppid=32253 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/32256/stat : 32256 (xcsp3-exec) S 32253 32256 31565 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 515995640 115843072 364 33554432000 4194304 5098028 140733595223344 140733595221448 140266398782076 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 28418048 140733595231062 140733595231321 140733595231321 140733595234246 0
/proc/32256/statm: 28282 364 305 221 0 87 0

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

/proc/32256/stat : 32256 (xcsp3-exec) S 32253 32256 31565 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 515995640 115843072 364 33554432000 4194304 5098028 140733595223344 140733595221448 140266398782076 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 28418048 140733595231062 140733595231321 140733595231321 140733595234246 0
/proc/32256/statm: 28282 364 305 221 0 87 0
[pid=32258] ppid=32256 vsize=15151156 memory=381020 CPUtime=1421.29 cores=1,3,5,7
/proc/32258/stat : 32258 (java) S 32256 32256 31565 0 -1 1077944320 119021 0 0 0 141956 173 0 0 20 0 15 0 515995640 15514783744 95255 33554432000 4194304 4196468 140723687804016 140723687786560 139957254631159 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
/proc/32258/statm: 3787789 95255 3516 1 0 3748889 0
[pid=32258/tid=32259] ppid=32256 vsize=15151156 memory=1456 CPUtime=1394.63 cores=1,3,5,7
/proc/32258/task/32259/stat : 32259 (java) R 32256 32256 31565 0 -1 4202560 53730 0 0 0 139419 44 0 0 20 0 15 0 515995641 15514783744 95255 33554432000 4194304 4196468 140723687804016 139957258870704 139956893773793 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32260] ppid=32256 vsize=15151156 memory=3624 CPUtime=5.45 cores=1,3,5,7
/proc/32258/task/32260/stat : 32260 (java) S 32256 32256 31565 0 -1 1077944384 6488 0 0 0 525 20 0 0 20 0 15 0 515995641 15514783744 95255 33554432000 4194304 4196468 140723687804016 139957215591312 139957254641365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32261] ppid=32256 vsize=15151156 memory=65020 CPUtime=5.44 cores=1,3,5,7
/proc/32258/task/32261/stat : 32261 (java) S 32256 32256 31565 0 -1 1077944384 7474 0 0 0 524 20 0 0 20 0 15 0 515995642 15514783744 95255 33554432000 4194304 4196468 140723687804016 139956845517584 139957254641365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32262] ppid=32256 vsize=15151156 memory=10596 CPUtime=5.43 cores=1,3,5,7
/proc/32258/task/32262/stat : 32262 (java) S 32256 32256 31565 0 -1 1077944384 6696 0 0 0 521 22 0 0 20 0 15 0 515995642 15514783744 95255 33554432000 4194304 4196468 140723687804016 139956844465296 139957254641365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32263] ppid=32256 vsize=15151156 memory=1708 CPUtime=5.44 cores=1,3,5,7
/proc/32258/task/32263/stat : 32263 (java) S 32256 32256 31565 0 -1 1077944384 6615 0 0 0 525 19 0 0 20 0 15 0 515995642 15514783744 95255 33554432000 4194304 4196468 140723687804016 139956843412496 139957254641365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32264] ppid=32256 vsize=15151156 memory=988 CPUtime=2.07 cores=1,3,5,7
/proc/32258/task/32264/stat : 32264 (java) S 32256 32256 31565 0 -1 1077944384 12766 0 0 0 181 26 0 0 20 0 15 0 515995643 15514783744 95255 33554432000 4194304 4196468 140723687804016 139956128262256 139957254642306 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32265] ppid=32256 vsize=15151156 memory=3628 CPUtime=0 cores=1,3,5,7
/proc/32258/task/32265/stat : 32265 (java) S 32256 32256 31565 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 15 0 515995643 15514783744 95255 33554432000 4194304 4196468 140723687804016 139956127208288 139957254641365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32266] ppid=32256 vsize=15151156 memory=2828 CPUtime=0 cores=1,3,5,7
/proc/32258/task/32266/stat : 32266 (java) S 32256 32256 31565 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 515995644 15514783744 95255 33554432000 4194304 4196468 140723687804016 139956126155904 139957254641365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32267] ppid=32256 vsize=15151156 memory=988 CPUtime=0 cores=1,3,5,7
/proc/32258/task/32267/stat : 32267 (java) S 32256 32256 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515995646 15514783744 95255 33554432000 4194304 4196468 140723687804016 139956125104208 139957254649755 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32268] ppid=32256 vsize=15151156 memory=2016 CPUtime=0.92 cores=1,3,5,7
/proc/32258/task/32268/stat : 32268 (java) S 32256 32256 31565 0 -1 1077944384 10378 0 0 0 90 2 0 0 20 0 15 0 515995646 15514783744 95255 33554432000 4194304 4196468 140723687804016 139956124052080 139957254642306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32269] ppid=32256 vsize=15151156 memory=1428 CPUtime=0.88 cores=1,3,5,7
/proc/32258/task/32269/stat : 32269 (java) S 32256 32256 31565 0 -1 1077944384 8940 0 0 0 87 1 0 0 20 0 15 0 515995646 15514783744 95255 33554432000 4194304 4196468 140723687804016 139956122999280 139957254642306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32270] ppid=32256 vsize=15151156 memory=1540 CPUtime=0.34 cores=1,3,5,7
/proc/32258/task/32270/stat : 32270 (java) S 32256 32256 31565 0 -1 1077944384 3721 0 0 0 33 1 0 0 20 0 15 0 515995646 15514783744 95255 33554432000 4194304 4196468 140723687804016 139956121946992 139957254642306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32271] ppid=32256 vsize=15151156 memory=772 CPUtime=0 cores=1,3,5,7
/proc/32258/task/32271/stat : 32271 (java) S 32256 32256 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515995646 15514783744 95255 33554432000 4194304 4196468 140723687804016 139956120894432 139957254641365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32272] ppid=32256 vsize=15151156 memory=1048 CPUtime=0.59 cores=1,3,5,7
/proc/32258/task/32272/stat : 32272 (java) S 32256 32256 31565 0 -1 1077944384 798 0 0 0 26 33 0 0 20 0 15 0 515995646 15514783744 95255 33554432000 4194304 4196468 140723687804016 139956119841200 139957254642306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
Current children cumulated CPU time: 1421.29 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 382476 KiB

[startup+1404 s]*
/proc/loadavg: 1.33 1.45 1.64 3/229 32475
/proc/meminfo: memFree=23359628/32770624 swapFree=66997156/67108860
[pid=32256] ppid=32253 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/32256/stat : 32256 (xcsp3-exec) S 32253 32256 31565 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 515995640 115843072 364 33554432000 4194304 5098028 140733595223344 140733595221448 140266398782076 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 28418048 140733595231062 140733595231321 140733595231321 140733595234246 0
/proc/32256/statm: 28282 364 305 221 0 87 0
[pid=32258] ppid=32256 vsize=15151156 memory=381020 CPUtime=1422.1 cores=1,3,5,7
/proc/32258/stat : 32258 (java) S 32256 32256 31565 0 -1 1077944320 119022 0 0 0 142037 173 0 0 20 0 15 0 515995640 15514783744 95255 33554432000 4194304 4196468 140723687804016 140723687786560 139957254631159 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
/proc/32258/statm: 3787789 95255 3516 1 0 3748889 0
[pid=32258/tid=32259] ppid=32256 vsize=15151156 memory=6791534058613427641 CPUtime=1395.44 cores=1,3,5,7
/proc/32258/task/32259/stat : 32259 (java) R 32256 32256 31565 0 -1 4202560 53731 0 0 0 139500 44 0 0 20 0 15 0 515995641 15514783744 95255 33554432000 4194304 4196468 140723687804016 139957258870704 139956893631923 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32260] ppid=32256 vsize=15151156 memory=988 CPUtime=5.45 cores=1,3,5,7
/proc/32258/task/32260/stat : 32260 (java) S 32256 32256 31565 0 -1 1077944384 6488 0 0 0 525 20 0 0 20 0 15 0 515995641 15514783744 95255 33554432000 4194304 4196468 140723687804016 139957215591312 139957254641365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32261] ppid=32256 vsize=15151156 memory=3628 CPUtime=5.44 cores=1,3,5,7
/proc/32258/task/32261/stat : 32261 (java) S 32256 32256 31565 0 -1 1077944384 7474 0 0 0 524 20 0 0 20 0 15 0 515995642 15514783744 95255 33554432000 4194304 4196468 140723687804016 139956845517584 139957254641365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32262] ppid=32256 vsize=15151156 memory=2828 CPUtime=5.44 cores=1,3,5,7
/proc/32258/task/32262/stat : 32262 (java) S 32256 32256 31565 0 -1 1077944384 6696 0 0 0 522 22 0 0 20 0 15 0 515995642 15514783744 95255 33554432000 4194304 4196468 140723687804016 139956844465296 139957254641365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32263] ppid=32256 vsize=15151156 memory=1048 CPUtime=5.44 cores=1,3,5,7
/proc/32258/task/32263/stat : 32263 (java) S 32256 32256 31565 0 -1 1077944384 6615 0 0 0 525 19 0 0 20 0 15 0 515995642 15514783744 95255 33554432000 4194304 4196468 140723687804016 139956843412496 139957254641365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32264] ppid=32256 vsize=15151156 memory=6132 CPUtime=2.08 cores=1,3,5,7
/proc/32258/task/32264/stat : 32264 (java) S 32256 32256 31565 0 -1 1077944384 12766 0 0 0 181 27 0 0 20 0 15 0 515995643 15514783744 95255 33554432000 4194304 4196468 140723687804016 139956128262256 139957254642306 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32265] ppid=32256 vsize=15151156 memory=612 CPUtime=0 cores=1,3,5,7
/proc/32258/task/32265/stat : 32265 (java) S 32256 32256 31565 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 15 0 515995643 15514783744 95255 33554432000 4194304 4196468 140723687804016 139956127208288 139957254641365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32266] ppid=32256 vsize=15151156 memory=1220 CPUtime=0 cores=1,3,5,7
/proc/32258/task/32266/stat : 32266 (java) S 32256 32256 31565 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 515995644 15514783744 95255 33554432000 4194304 4196468 140723687804016 139956126155904 139957254641365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32267] ppid=32256 vsize=15151156 memory=14004 CPUtime=0 cores=1,3,5,7
/proc/32258/task/32267/stat : 32267 (java) S 32256 32256 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515995646 15514783744 95255 33554432000 4194304 4196468 140723687804016 139956125104208 139957254649755 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32268] ppid=32256 vsize=15151156 memory=14060 CPUtime=0.92 cores=1,3,5,7
/proc/32258/task/32268/stat : 32268 (java) S 32256 32256 31565 0 -1 1077944384 10378 0 0 0 90 2 0 0 20 0 15 0 515995646 15514783744 95255 33554432000 4194304 4196468 140723687804016 139956124052080 139957254642306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32269] ppid=32256 vsize=15151156 memory=2116 CPUtime=0.88 cores=1,3,5,7
/proc/32258/task/32269/stat : 32269 (java) S 32256 32256 31565 0 -1 1077944384 8940 0 0 0 87 1 0 0 20 0 15 0 515995646 15514783744 95255 33554432000 4194304 4196468 140723687804016 139956122999280 139957254642306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32270] ppid=32256 vsize=15151156 memory=1456 CPUtime=0.34 cores=1,3,5,7
/proc/32258/task/32270/stat : 32270 (java) S 32256 32256 31565 0 -1 1077944384 3721 0 0 0 33 1 0 0 20 0 15 0 515995646 15514783744 95255 33554432000 4194304 4196468 140723687804016 139956121946992 139957254642306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32271] ppid=32256 vsize=15151156 memory=382560 CPUtime=0 cores=1,3,5,7
/proc/32258/task/32271/stat : 32271 (java) S 32256 32256 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515995646 15514783744 95255 33554432000 4194304 4196468 140723687804016 139956120894432 139957254641365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32272] ppid=32256 vsize=15151156 memory=14981065810905737 CPUtime=0.59 cores=1,3,5,7
/proc/32258/task/32272/stat : 32272 (java) S 32256 32256 31565 0 -1 1077944384 798 0 0 0 26 33 0 0 20 0 15 0 515995646 15514783744 95255 33554432000 4194304 4196468 140723687804016 139956119841200 139957254642306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
Current children cumulated CPU time: 1422.1 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 382476 KiB

[startup+1404.8 s]
/proc/loadavg: 1.33 1.45 1.64 3/229 32475
/proc/meminfo: memFree=23359628/32770624 swapFree=66997156/67108860
[pid=32256] ppid=32253 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/32256/stat : 32256 (xcsp3-exec) S 32253 32256 31565 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 515995640 115843072 364 33554432000 4194304 5098028 140733595223344 140733595221448 140266398782076 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 28418048 140733595231062 140733595231321 140733595231321 140733595234246 0
/proc/32256/statm: 28282 364 305 221 0 87 0
[pid=32258] ppid=32256 vsize=15151156 memory=380508 CPUtime=1422.89 cores=1,3,5,7
/proc/32258/stat : 32258 (java) S 32256 32256 31565 0 -1 1077944320 119023 0 0 0 142116 173 0 0 20 0 15 0 515995640 15514783744 95127 33554432000 4194304 4196468 140723687804016 140723687786560 139957254631159 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
/proc/32258/statm: 3787789 95127 3516 1 0 3748889 0
[pid=32258/tid=32259] ppid=32256 vsize=15151156 memory=2016 CPUtime=1396.23 cores=1,3,5,7
/proc/32258/task/32259/stat : 32259 (java) R 32256 32256 31565 0 -1 4202560 53732 0 0 0 139579 44 0 0 20 0 15 0 515995641 15514783744 95127 33554432000 4194304 4196468 140723687804016 139957258870704 139956893899275 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32260] ppid=32256 vsize=15151156 memory=1428 CPUtime=5.45 cores=1,3,5,7
/proc/32258/task/32260/stat : 32260 (java) S 32256 32256 31565 0 -1 1077944384 6488 0 0 0 525 20 0 0 20 0 15 0 515995641 15514783744 95127 33554432000 4194304 4196468 140723687804016 139957215591312 139957254641365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32261] ppid=32256 vsize=15151156 memory=1540 CPUtime=5.45 cores=1,3,5,7
/proc/32258/task/32261/stat : 32261 (java) S 32256 32256 31565 0 -1 1077944384 7474 0 0 0 525 20 0 0 20 0 15 0 515995642 15514783744 95127 33554432000 4194304 4196468 140723687804016 139956845517584 139957254641365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32262] ppid=32256 vsize=15151156 memory=772 CPUtime=5.44 cores=1,3,5,7
/proc/32258/task/32262/stat : 32262 (java) S 32256 32256 31565 0 -1 1077944384 6696 0 0 0 522 22 0 0 20 0 15 0 515995642 15514783744 95127 33554432000 4194304 4196468 140723687804016 139956844465296 139957254641365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32263] ppid=32256 vsize=15151156 memory=-3622645143214314312 CPUtime=5.44 cores=1,3,5,7
/proc/32258/task/32263/stat : 32263 (java) S 32256 32256 31565 0 -1 1077944384 6615 0 0 0 525 19 0 0 20 0 15 0 515995642 15514783744 95127 33554432000 4194304 4196468 140723687804016 139956843412496 139957254641365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32264] ppid=32256 vsize=15151156 memory=3628 CPUtime=2.08 cores=1,3,5,7
/proc/32258/task/32264/stat : 32264 (java) S 32256 32256 31565 0 -1 1077944384 12766 0 0 0 181 27 0 0 20 0 15 0 515995643 15514783744 95127 33554432000 4194304 4196468 140723687804016 139956128262256 139957254642306 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32265] ppid=32256 vsize=15151156 memory=2828 CPUtime=0 cores=1,3,5,7
/proc/32258/task/32265/stat : 32265 (java) S 32256 32256 31565 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 15 0 515995643 15514783744 95127 33554432000 4194304 4196468 140723687804016 139956127208288 139957254641365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32266] ppid=32256 vsize=15151156 memory=1048 CPUtime=0 cores=1,3,5,7
/proc/32258/task/32266/stat : 32266 (java) S 32256 32256 31565 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 515995644 15514783744 95127 33554432000 4194304 4196468 140723687804016 139956126155904 139957254641365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32267] ppid=32256 vsize=15151156 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/32258/task/32267/stat : 32267 (java) S 32256 32256 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515995646 15514783744 95127 33554432000 4194304 4196468 140723687804016 139956125104208 139957254649755 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32268] ppid=32256 vsize=15151156 memory=65020 CPUtime=0.92 cores=1,3,5,7
/proc/32258/task/32268/stat : 32268 (java) S 32256 32256 31565 0 -1 1077944384 10378 0 0 0 90 2 0 0 20 0 15 0 515995646 15514783744 95127 33554432000 4194304 4196468 140723687804016 139956124052080 139957254642306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32269] ppid=32256 vsize=15151156 memory=988 CPUtime=0.88 cores=1,3,5,7
/proc/32258/task/32269/stat : 32269 (java) S 32256 32256 31565 0 -1 1077944384 8940 0 0 0 87 1 0 0 20 0 15 0 515995646 15514783744 95127 33554432000 4194304 4196468 140723687804016 139956122999280 139957254642306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32270] ppid=32256 vsize=15151156 memory=2016 CPUtime=0.34 cores=1,3,5,7
/proc/32258/task/32270/stat : 32270 (java) S 32256 32256 31565 0 -1 1077944384 3721 0 0 0 33 1 0 0 20 0 15 0 515995646 15514783744 95127 33554432000 4194304 4196468 140723687804016 139956121946992 139957254642306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32271] ppid=32256 vsize=15151156 memory=-3622645143214314312 CPUtime=0 cores=1,3,5,7
/proc/32258/task/32271/stat : 32271 (java) S 32256 32256 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515995646 15514783744 95127 33554432000 4194304 4196468 140723687804016 139956120894432 139957254641365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32272] ppid=32256 vsize=15151156 memory=932 CPUtime=0.59 cores=1,3,5,7
/proc/32258/task/32272/stat : 32272 (java) S 32256 32256 31565 0 -1 1077944384 798 0 0 0 26 33 0 0 20 0 15 0 515995646 15514783744 95127 33554432000 4194304 4196468 140723687804016 139956119841200 139957254642306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
Current children cumulated CPU time: 1422.89 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 381964 KiB

[startup+1405 s]*
/proc/loadavg: 1.33 1.45 1.64 3/229 32476
/proc/meminfo: memFree=23359252/32770624 swapFree=66997156/67108860
[pid=32256] ppid=32253 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/32256/stat : 32256 (xcsp3-exec) S 32253 32256 31565 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 515995640 115843072 364 33554432000 4194304 5098028 140733595223344 140733595221448 140266398782076 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 28418048 140733595231062 140733595231321 140733595231321 140733595234246 0
/proc/32256/statm: 28282 364 305 221 0 87 0
[pid=32258] ppid=32256 vsize=15151156 memory=380508 CPUtime=1423.1 cores=1,3,5,7
/proc/32258/stat : 32258 (java) S 32256 32256 31565 0 -1 1077944320 119025 0 0 0 142137 173 0 0 20 0 15 0 515995640 15514783744 95127 33554432000 4194304 4196468 140723687804016 140723687786560 139957254631159 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
/proc/32258/statm: 3787789 95127 3516 1 0 3748889 0
[pid=32258/tid=32259] ppid=32256 vsize=15151156 memory=6791534058613427641 CPUtime=1396.44 cores=1,3,5,7
/proc/32258/task/32259/stat : 32259 (java) R 32256 32256 31565 0 -1 4202560 53733 0 0 0 139600 44 0 0 20 0 15 0 515995641 15514783744 95127 33554432000 4194304 4196468 140723687804016 139957258870704 139956893812749 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32260] ppid=32256 vsize=15151156 memory=1556 CPUtime=5.45 cores=1,3,5,7
/proc/32258/task/32260/stat : 32260 (java) S 32256 32256 31565 0 -1 1077944384 6489 0 0 0 525 20 0 0 20 0 15 0 515995641 15514783744 95127 33554432000 4194304 4196468 140723687804016 139957215591312 139957254641365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32261] ppid=32256 vsize=15151156 memory=932 CPUtime=5.45 cores=1,3,5,7
/proc/32258/task/32261/stat : 32261 (java) S 32256 32256 31565 0 -1 1077944384 7474 0 0 0 525 20 0 0 20 0 15 0 515995642 15514783744 95127 33554432000 4194304 4196468 140723687804016 139956845517584 139957254641365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32262] ppid=32256 vsize=15151156 memory=3680 CPUtime=5.44 cores=1,3,5,7
/proc/32258/task/32262/stat : 32262 (java) S 32256 32256 31565 0 -1 1077944384 6696 0 0 0 522 22 0 0 20 0 15 0 515995642 15514783744 95127 33554432000 4194304 4196468 140723687804016 139956844465296 139957254641365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32263] ppid=32256 vsize=15151156 memory=381020 CPUtime=5.44 cores=1,3,5,7
/proc/32258/task/32263/stat : 32263 (java) S 32256 32256 31565 0 -1 1077944384 6615 0 0 0 525 19 0 0 20 0 15 0 515995642 15514783744 95127 33554432000 4194304 4196468 140723687804016 139956843412496 139957254641365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32264] ppid=32256 vsize=15151156 memory=2540 CPUtime=2.08 cores=1,3,5,7
/proc/32258/task/32264/stat : 32264 (java) S 32256 32256 31565 0 -1 1077944384 12766 0 0 0 181 27 0 0 20 0 15 0 515995643 15514783744 95127 33554432000 4194304 4196468 140723687804016 139956128262256 139957254642306 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32265] ppid=32256 vsize=15151156 memory=1760 CPUtime=0 cores=1,3,5,7
/proc/32258/task/32265/stat : 32265 (java) S 32256 32256 31565 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 15 0 515995643 15514783744 95127 33554432000 4194304 4196468 140723687804016 139956127208288 139957254641365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32266] ppid=32256 vsize=15151156 memory=111636 CPUtime=0 cores=1,3,5,7
/proc/32258/task/32266/stat : 32266 (java) S 32256 32256 31565 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 515995644 15514783744 95127 33554432000 4194304 4196468 140723687804016 139956126155904 139957254641365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32267] ppid=32256 vsize=15151156 memory=804 CPUtime=0 cores=1,3,5,7
/proc/32258/task/32267/stat : 32267 (java) S 32256 32256 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515995646 15514783744 95127 33554432000 4194304 4196468 140723687804016 139956125104208 139957254649755 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32268] ppid=32256 vsize=15151156 memory=1804 CPUtime=0.92 cores=1,3,5,7
/proc/32258/task/32268/stat : 32268 (java) S 32256 32256 31565 0 -1 1077944384 10378 0 0 0 90 2 0 0 20 0 15 0 515995646 15514783744 95127 33554432000 4194304 4196468 140723687804016 139956124052080 139957254642306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32269] ppid=32256 vsize=15151156 memory=916 CPUtime=0.88 cores=1,3,5,7
/proc/32258/task/32269/stat : 32269 (java) S 32256 32256 31565 0 -1 1077944384 8940 0 0 0 87 1 0 0 20 0 15 0 515995646 15514783744 95127 33554432000 4194304 4196468 140723687804016 139956122999280 139957254642306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32270] ppid=32256 vsize=15151156 memory=3848 CPUtime=0.34 cores=1,3,5,7
/proc/32258/task/32270/stat : 32270 (java) S 32256 32256 31565 0 -1 1077944384 3721 0 0 0 33 1 0 0 20 0 15 0 515995646 15514783744 95127 33554432000 4194304 4196468 140723687804016 139956121946992 139957254642306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32271] ppid=32256 vsize=15151156 memory=1997080 CPUtime=0 cores=1,3,5,7
/proc/32258/task/32271/stat : 32271 (java) S 32256 32256 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515995646 15514783744 95127 33554432000 4194304 4196468 140723687804016 139956120894432 139957254641365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
[pid=32258/tid=32272] ppid=32256 vsize=15151156 memory=6791534058613427641 CPUtime=0.59 cores=1,3,5,7
/proc/32258/task/32272/stat : 32272 (java) S 32256 32256 31565 0 -1 1077944384 798 0 0 0 26 33 0 0 20 0 15 0 515995646 15514783744 95127 33554432000 4194304 4196468 140723687804016 139956119841200 139957254642306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26824704 140723687810011 140723687810186 140723687810186 140723687813071 0
Current children cumulated CPU time: 1423.1 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 381964 KiB

Child status: 0
Real time (s): 1405.06
CPU time (s): 1423.17
CPU user time (s): 1421.43
CPU system time (s): 1.74446
CPU usage (%): 101.289
Max. virtual memory (cumulated for all children) (KiB): 15266432
Max. memory (cumulated for all children) (KiB): 1496456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1421.43
system time used= 1.74446
maximum resident set size= 1506260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 119856
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 84690
involuntary context switches= 4083


# summary of solver processes directly reported to runsolver:
#   pid: 32256
#   total CPU time (s): 1423.17
#   total CPU user time (s): 1421.43
#   total CPU system time (s): 1.74446

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1152 second user time and 12.4636 second system time

The end

Launcher Data

Begin job on node140 at 2019-09-25 10:35:32
IDJOB=4406365
IDBENCH=133446
IDSOLVER=2870
FILE ID=node140/4406365-1569400573
RUNJOBID= node140-1569396628-31597
PBS_JOBID= 21705682
Free space on /var/tmp= 13492 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s50/Knapsack-50-200-16.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p 1 -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4406365-1569400573/watcher-4406365-1569400573 -o /var/tmp/evaluation-result-4406365-1569400573/solver-4406365-1569400573 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node140-1569396628-31597 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 1 -ml 12000 -tdir HOME -seed 1860271512 HOME/instance-4406365-1569400573.xml

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

MD5SUM BENCH= e3af77ac2ce2de59a61fc382fed7941a
RANDOM SEED=1860271512

node140.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.43
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.43
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.43
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.43
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:        25455084 kB
MemAvailable:   31581376 kB
Buffers:          146296 kB
Cached:          6083648 kB
SwapCached:         2888 kB
Active:          3392944 kB
Inactive:        3108000 kB
Active(anon):     268412 kB
Inactive(anon):    57412 kB
Active(file):    3124532 kB
Inactive(file):  3050588 kB
Unevictable:      107712 kB
Mlocked:          107712 kB
SwapTotal:      67108860 kB
SwapFree:       66997152 kB
Dirty:             26028 kB
Writeback:             0 kB
AnonPages:        416988 kB
Mapped:            70520 kB
Shmem:             46464 kB
Slab:             407936 kB
SReclaimable:     379632 kB
SUnreclaim:        28304 kB
KernelStack:        4032 kB
PageTables:         6172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1524496 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:      105856 kB
DirectMap2M:    33439744 kB

Free space on /var/tmp at the end= 13464 MiB
End job on node140 at 2019-09-25 10:58:57