Trace number 4398960

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 NameAnswerCPU timeWall clock time
choco-solver 2019-09-16SAT 106.59 35.0544

General information on the benchmark

NameMagicSquare/MagicSquare-mdd-s1/
MagicSquare-9-mdd.xml
MD5SUMfb3d9364636893e4a3b852a85a1b811d
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark23.3671
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints21
Number of domains1
Minimum domain size81
Maximum domain size81
Distribution of domain sizes[{"size":81,"count":81}]
Minimum variable degree3
Maximum variable degree5
Distribution of variable degrees[{"degree":3,"count":64},{"degree":4,"count":16},{"degree":5,"count":1}]
Minimum constraint arity9
Maximum constraint arity81
Distribution of constraint arities[{"arity":9,"count":20},{"arity":81,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":20},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4398960-1568698239.xml"  -tl '2520s' -p 4
0.12/0.18	c Choco e747e1e
0.34/0.60	c [HOME/instance-4398960-1568698239.xml, -tl, 2520s, -p, 4]
0.34/0.60	c 4 solvers in parallel
0.34/0.60	c parse instance...
16.77/12.49	c solve instance...
106.46/35.02	s SATISFIABLE
106.46/35.02	v <instantiation>
106.46/35.02	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8] </list>
106.46/35.02	v 	<values>7 54 53 62 51 46 39 33 24 63 11 42 35 61 22 38 29 68 76 18 67 37 75 15 47 2 32 73 1 8 70 10 59 79 43 26 20 66 36 45 57 60 28 13 44 12 81 56 23 50 17 4 48 78 31 30 40 64 41 21 65 52 25 71 74 9 6 5 49 14 72 69 16 34 58 27 19 80 55 77 3 </values>
106.46/35.02	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4398960-1568698239/watcher-4398960-1568698239 -o /tmp/evaluation-result-4398960-1568698239/solver-4398960-1568698239 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568693400-21537 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1546094119 HOME/instance-4398960-1568698239.xml 

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

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


[startup+0.100092 s]*
/proc/loadavg: 8.40 8.66 8.37 6/234 25147
/proc/meminfo: memFree=31513236/32770624 swapFree=66977040/67108860
[pid=25131] ppid=25128 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/25131/stat : 25131 (xcsp3-exec) S 25128 25131 21506 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446086539 115843072 362 33554432000 4194304 5098028 140727345881760 140727345879864 139845893173884 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 33505280 140727345886074 140727345886317 140727345886317 140727345889226 0
/proc/25131/statm: 28282 362 304 221 0 87 0
[pid=25133] ppid=25131 vsize=15144776 memory=30376 CPUtime=0.12 cores=0,2,4,6
/proc/25133/stat : 25133 (java) S 25131 25131 21506 0 -1 1077944320 5475 0 0 0 11 1 0 0 20 0 15 0 446086539 15508250624 7594 33554432000 4194304 4196468 140730493851440 140730493833984 140406676799223 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
/proc/25133/statm: 3786194 7594 3156 1 0 3748377 0
[pid=25133/tid=25134] ppid=25131 vsize=15144776 memory=7682489639022458387 CPUtime=0.08 cores=0,2,4,6
/proc/25133/task/25134/stat : 25134 (java) R 25131 25131 21506 0 -1 4202560 3395 0 0 0 8 0 0 0 20 0 15 0 446086539 15508250624 7594 33554432000 4194304 4196468 140730493851440 140406681032000 140406676811158 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25135] ppid=25131 vsize=15144776 memory=3472468572213748944 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25135/stat : 25135 (java) S 25131 25131 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446086540 15508250624 7594 33554432000 4194304 4196468 140730493851440 140406269258256 140406676809429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25136] ppid=25131 vsize=15144776 memory=140443318597248 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25136/stat : 25136 (java) S 25131 25131 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446086540 15508250624 7594 33554432000 4194304 4196468 140730493851440 140406268205712 140406676809429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25137] ppid=25131 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25137/stat : 25137 (java) S 25131 25131 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446086540 15508250624 7594 33554432000 4194304 4196468 140730493851440 140406267152656 140406676809429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25138] ppid=25131 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25138/stat : 25138 (java) S 25131 25131 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446086540 15508250624 7594 33554432000 4194304 4196468 140730493851440 140406266100112 140406676809429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25139] ppid=25131 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25139/stat : 25139 (java) S 25131 25131 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446086541 15508250624 7594 33554432000 4194304 4196468 140730493851440 140406145501936 140406676810370 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25140] ppid=25131 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25140/stat : 25140 (java) S 25131 25131 21506 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446086542 15508250624 7594 33554432000 4194304 4196468 140730493851440 140406144448160 140406676809429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25141] ppid=25131 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25141/stat : 25141 (java) S 25131 25131 21506 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446086542 15508250624 7594 33554432000 4194304 4196468 140730493851440 140406143395056 140406676809429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25142] ppid=25131 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25142/stat : 25142 (java) S 25131 25131 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446086544 15508250624 7594 33554432000 4194304 4196468 140730493851440 140406142343632 140406676817819 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25143] ppid=25131 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25143/stat : 25143 (java) S 25131 25131 21506 0 -1 1077944384 415 0 0 0 0 0 0 0 20 0 15 0 446086544 15508250624 7594 33554432000 4194304 4196468 140730493851440 140406141290736 140406676810370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25144] ppid=25131 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25144/stat : 25144 (java) S 25131 25131 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446086544 15508250624 7594 33554432000 4194304 4196468 140730493851440 140406140238192 140406676810370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25145] ppid=25131 vsize=15144776 memory=140443318597248 CPUtime=0.02 cores=0,2,4,6
/proc/25133/task/25145/stat : 25145 (java) R 25131 25131 21506 0 -1 4202560 359 0 0 0 2 0 0 0 20 0 15 0 446086544 15508250624 7594 33554432000 4194304 4196468 140730493851440 140406139185136 140406656987821 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25146] ppid=25131 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25146/stat : 25146 (java) S 25131 25131 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446086545 15508250624 7594 33554432000 4194304 4196468 140730493851440 140406138132832 140406676809429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25147] ppid=25131 vsize=15144776 memory=140443318597248 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25147/stat : 25147 (java) S 25131 25131 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446086545 15508250624 7594 33554432000 4194304 4196468 140730493851440 140406137080880 140406676810370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31824 KiB

[startup+0.210831 s]*
/proc/loadavg: 8.40 8.66 8.37 6/234 25147
/proc/meminfo: memFree=31484776/32770624 swapFree=66977040/67108860
[pid=25131] ppid=25128 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/25131/stat : 25131 (xcsp3-exec) S 25128 25131 21506 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446086539 115843072 362 33554432000 4194304 5098028 140727345881760 140727345879864 139845893173884 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 33505280 140727345886074 140727345886317 140727345886317 140727345889226 0
/proc/25131/statm: 28282 362 304 221 0 87 0
[pid=25133] ppid=25131 vsize=15144776 memory=41328 CPUtime=0.34 cores=0,2,4,6
/proc/25133/stat : 25133 (java) S 25131 25131 21506 0 -1 1077944320 9057 0 0 0 31 3 0 0 20 0 15 0 446086539 15508250624 10332 33554432000 4194304 4196468 140730493851440 140730493833984 140406676799223 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
/proc/25133/statm: 3786194 10332 3307 1 0 3748377 0
[pid=25133/tid=25134] ppid=25131 vsize=15144776 memory=7682489639022458387 CPUtime=0.2 cores=0,2,4,6
/proc/25133/task/25134/stat : 25134 (java) R 25131 25131 21506 0 -1 4202560 6218 0 0 0 18 2 0 0 20 0 15 0 446086539 15508250624 10332 33554432000 4194304 4196468 140730493851440 140406681032960 140406660879710 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25135] ppid=25131 vsize=15144776 memory=3472468572213748944 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25135/stat : 25135 (java) S 25131 25131 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446086540 15508250624 10332 33554432000 4194304 4196468 140730493851440 140406269258256 140406676809429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25136] ppid=25131 vsize=15144776 memory=140443318597248 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25136/stat : 25136 (java) S 25131 25131 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446086540 15508250624 10332 33554432000 4194304 4196468 140730493851440 140406268205712 140406676809429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25137] ppid=25131 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25137/stat : 25137 (java) S 25131 25131 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446086540 15508250624 10332 33554432000 4194304 4196468 140730493851440 140406267152656 140406676809429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25138] ppid=25131 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25138/stat : 25138 (java) S 25131 25131 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446086540 15508250624 10332 33554432000 4194304 4196468 140730493851440 140406266100112 140406676809429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25139] ppid=25131 vsize=15144776 memory=140443318597248 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25139/stat : 25139 (java) S 25131 25131 21506 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446086541 15508250624 10332 33554432000 4194304 4196468 140730493851440 140406145501936 140406676810370 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25140] ppid=25131 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25140/stat : 25140 (java) S 25131 25131 21506 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446086542 15508250624 10332 33554432000 4194304 4196468 140730493851440 140406144448160 140406676809429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25141] ppid=25131 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25141/stat : 25141 (java) S 25131 25131 21506 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446086542 15508250624 10332 33554432000 4194304 4196468 140730493851440 140406143395056 140406676809429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25142] ppid=25131 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25142/stat : 25142 (java) S 25131 25131 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446086544 15508250624 10332 33554432000 4194304 4196468 140730493851440 140406142343632 140406676817819 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25143] ppid=25131 vsize=15144776 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/25133/task/25143/stat : 25143 (java) S 25131 25131 21506 0 -1 1077944384 772 0 0 0 3 0 0 0 20 0 15 0 446086544 15508250624 10332 33554432000 4194304 4196468 140730493851440 140406141290736 140406676810370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25144] ppid=25131 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/25133/task/25144/stat : 25144 (java) S 25131 25131 21506 0 -1 1077944384 53 0 0 0 2 0 0 0 20 0 15 0 446086544 15508250624 10332 33554432000 4194304 4196468 140730493851440 140406140238192 140406676810370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25145] ppid=25131 vsize=15144776 memory=140443318597248 CPUtime=0.07 cores=0,2,4,6
/proc/25133/task/25145/stat : 25145 (java) R 25131 25131 21506 0 -1 4202560 708 0 0 0 7 0 0 0 20 0 15 0 446086544 15508250624 10332 33554432000 4194304 4196468 140730493851440 140406139185136 140406655767782 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25146] ppid=25131 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25146/stat : 25146 (java) S 25131 25131 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446086545 15508250624 10332 33554432000 4194304 4196468 140730493851440 140406138132832 140406676809429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25147] ppid=25131 vsize=15144776 memory=140443318597248 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25147/stat : 25147 (java) S 25131 25131 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446086545 15508250624 10332 33554432000 4194304 4196468 140730493851440 140406137080880 140406676810370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42776 KiB

[startup+0.69824 s]*
/proc/loadavg: 8.40 8.66 8.37 8/234 25147
/proc/meminfo: memFree=31409676/32770624 swapFree=66977040/67108860
[pid=25131] ppid=25128 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/25131/stat : 25131 (xcsp3-exec) S 25128 25131 21506 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446086539 115843072 362 33554432000 4194304 5098028 140727345881760 140727345879864 139845893173884 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 33505280 140727345886074 140727345886317 140727345886317 140727345889226 0
/proc/25131/statm: 28282 362 304 221 0 87 0
[pid=25133] ppid=25131 vsize=15151156 memory=138304 CPUtime=1.44 cores=0,2,4,6
/proc/25133/stat : 25133 (java) S 25131 25131 21506 0 -1 1077944320 13447 0 0 0 137 7 0 0 20 0 15 0 446086539 15514783744 34576 33554432000 4194304 4196468 140730493851440 140730493833984 140406676799223 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
/proc/25133/statm: 3787789 34576 3434 1 0 3748889 0
[pid=25133/tid=25134] ppid=25131 vsize=15151156 memory=-8439527450518781933 CPUtime=0.69 cores=0,2,4,6
/proc/25133/task/25134/stat : 25134 (java) R 25131 25131 21506 0 -1 4202560 7849 0 0 0 64 5 0 0 20 0 15 0 446086539 15514783744 34576 33554432000 4194304 4196468 140730493851440 140406681033264 140406316868816 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25135] ppid=25131 vsize=15151156 memory=3472468572213748944 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25135/stat : 25135 (java) S 25131 25131 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446086540 15514783744 34576 33554432000 4194304 4196468 140730493851440 140406269258256 140406676809429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25136] ppid=25131 vsize=15151156 memory=280886534695296 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25136/stat : 25136 (java) S 25131 25131 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446086540 15514783744 34576 33554432000 4194304 4196468 140730493851440 140406268205712 140406676809429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25137] ppid=25131 vsize=15151156 memory=280886432228384 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25137/stat : 25137 (java) S 25131 25131 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446086540 15514783744 34576 33554432000 4194304 4196468 140730493851440 140406267152656 140406676809429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25138] ppid=25131 vsize=15151156 memory=140443216098063 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25138/stat : 25138 (java) S 25131 25131 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446086540 15514783744 34642 33554432000 4194304 4196468 140730493851440 140406266100112 140406676809429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25139] ppid=25131 vsize=15151156 memory=280886534702208 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25139/stat : 25139 (java) S 25131 25131 21506 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446086541 15514783744 34642 33554432000 4194304 4196468 140730493851440 140406145501936 140406676810370 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25140] ppid=25131 vsize=15151156 memory=140443216102671 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25140/stat : 25140 (java) S 25131 25131 21506 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446086542 15514783744 34642 33554432000 4194304 4196468 140730493851440 140406144448160 140406676809429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25141] ppid=25131 vsize=15151156 memory=140443216126514 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25141/stat : 25141 (java) S 25131 25131 21506 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446086542 15514783744 34642 33554432000 4194304 4196468 140730493851440 140406143395056 140406676809429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25142] ppid=25131 vsize=15151156 memory=140443216132222 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25142/stat : 25142 (java) S 25131 25131 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446086544 15514783744 34642 33554432000 4194304 4196468 140730493851440 140406142343632 140406676817819 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25143] ppid=25131 vsize=15151156 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/25133/task/25143/stat : 25143 (java) R 25131 25131 21506 0 -1 4202560 2178 0 0 0 24 0 0 0 20 0 15 0 446086544 15514783744 34642 33554432000 4194304 4196468 140730493851440 140406141276200 140406660267467 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25144] ppid=25131 vsize=15151156 memory=-1 CPUtime=0.26 cores=0,2,4,6
/proc/25133/task/25144/stat : 25144 (java) R 25131 25131 21506 0 -1 4202560 964 0 0 0 26 0 0 0 20 0 15 0 446086544 15514783744 34642 33554432000 4194304 4196468 140730493851440 140406140223992 140406669088672 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25145] ppid=25131 vsize=15151156 memory=140443318597248 CPUtime=0.22 cores=0,2,4,6
/proc/25133/task/25145/stat : 25145 (java) S 25131 25131 21506 0 -1 1077944384 1176 0 0 0 22 0 0 0 20 0 15 0 446086544 15514783744 34642 33554432000 4194304 4196468 140730493851440 140406139185136 140406676810370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25146] ppid=25131 vsize=15151156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25146/stat : 25146 (java) S 25131 25131 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446086545 15514783744 34642 33554432000 4194304 4196468 140730493851440 140406138132832 140406676809429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25147] ppid=25131 vsize=15151156 memory=140443318598696 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25147/stat : 25147 (java) S 25131 25131 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446086545 15514783744 34642 33554432000 4194304 4196468 140730493851440 140406137080880 140406676810370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 139752 KiB

[startup+0.710656 s]*
/proc/loadavg: 8.40 8.66 8.37 8/234 25147
/proc/meminfo: memFree=31403284/32770624 swapFree=66977040/67108860
[pid=25131] ppid=25128 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/25131/stat : 25131 (xcsp3-exec) S 25128 25131 21506 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446086539 115843072 362 33554432000 4194304 5098028 140727345881760 140727345879864 139845893173884 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 33505280 140727345886074 140727345886317 140727345886317 140727345889226 0
/proc/25131/statm: 28282 362 304 221 0 87 0
[pid=25133] ppid=25131 vsize=15151156 memory=147024 CPUtime=1.47 cores=0,2,4,6
/proc/25133/stat : 25133 (java) S 25131 25131 21506 0 -1 1077944320 13555 0 0 0 140 7 0 0 20 0 15 0 446086539 15514783744 36756 33554432000 4194304 4196468 140730493851440 140730493833984 140406676799223 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
/proc/25133/statm: 3787789 36756 3434 1 0 3748889 0
[pid=25133/tid=25134] ppid=25131 vsize=15151156 memory=7682489639022458387 CPUtime=0.7 cores=0,2,4,6
/proc/25133/task/25134/stat : 25134 (java) R 25131 25131 21506 0 -1 4202560 7853 0 0 0 65 5 0 0 20 0 15 0 446086539 15514783744 36756 33554432000 4194304 4196468 140730493851440 140406681033264 140406316846527 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25135] ppid=25131 vsize=15151156 memory=3472468572213748944 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25135/stat : 25135 (java) S 25131 25131 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446086540 15514783744 36756 33554432000 4194304 4196468 140730493851440 140406269258256 140406676809429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25136] ppid=25131 vsize=15151156 memory=140443318597248 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25136/stat : 25136 (java) S 25131 25131 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446086540 15514783744 36756 33554432000 4194304 4196468 140730493851440 140406268205712 140406676809429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25137] ppid=25131 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25137/stat : 25137 (java) S 25131 25131 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446086540 15514783744 36756 33554432000 4194304 4196468 140730493851440 140406267152656 140406676809429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25138] ppid=25131 vsize=15151156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25138/stat : 25138 (java) S 25131 25131 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446086540 15514783744 36756 33554432000 4194304 4196468 140730493851440 140406266100112 140406676809429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25139] ppid=25131 vsize=15151156 memory=140443318597248 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25139/stat : 25139 (java) S 25131 25131 21506 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446086541 15514783744 36756 33554432000 4194304 4196468 140730493851440 140406145501936 140406676810370 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25140] ppid=25131 vsize=15151156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25140/stat : 25140 (java) S 25131 25131 21506 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446086542 15514783744 36756 33554432000 4194304 4196468 140730493851440 140406144448160 140406676809429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25141] ppid=25131 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25141/stat : 25141 (java) S 25131 25131 21506 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446086542 15514783744 36756 33554432000 4194304 4196468 140730493851440 140406143395056 140406676809429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25142] ppid=25131 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25142/stat : 25142 (java) S 25131 25131 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446086544 15514783744 36756 33554432000 4194304 4196468 140730493851440 140406142343632 140406676817819 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25143] ppid=25131 vsize=15151156 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/25133/task/25143/stat : 25143 (java) R 25131 25131 21506 0 -1 4202560 2182 0 0 0 25 0 0 0 20 0 15 0 446086544 15514783744 36756 33554432000 4194304 4196468 140730493851440 140406141283224 140406655247936 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25144] ppid=25131 vsize=15151156 memory=-1 CPUtime=0.27 cores=0,2,4,6
/proc/25133/task/25144/stat : 25144 (java) R 25131 25131 21506 0 -1 4202560 1037 0 0 0 27 0 0 0 20 0 15 0 446086544 15514783744 36756 33554432000 4194304 4196468 140730493851440 140406140224072 140406658343327 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25145] ppid=25131 vsize=15151156 memory=140443318597248 CPUtime=0.22 cores=0,2,4,6
/proc/25133/task/25145/stat : 25145 (java) S 25131 25131 21506 0 -1 1077944384 1176 0 0 0 22 0 0 0 20 0 15 0 446086544 15514783744 36756 33554432000 4194304 4196468 140730493851440 140406139185136 140406676810370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25146] ppid=25131 vsize=15151156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25146/stat : 25146 (java) S 25131 25131 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446086545 15514783744 36756 33554432000 4194304 4196468 140730493851440 140406138132832 140406676809429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25147] ppid=25131 vsize=15151156 memory=140443318597248 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25147/stat : 25147 (java) R 25131 25131 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446086545 15514783744 36756 33554432000 4194304 4196468 140730493851440 140406137080880 140406676810370 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 148472 KiB

[startup+1.50084 s]
/proc/loadavg: 8.40 8.66 8.37 7/234 25147
/proc/meminfo: memFree=31275284/32770624 swapFree=66977040/67108860
[pid=25131] ppid=25128 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/25131/stat : 25131 (xcsp3-exec) S 25128 25131 21506 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446086539 115843072 362 33554432000 4194304 5098028 140727345881760 140727345879864 139845893173884 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 33505280 140727345886074 140727345886317 140727345886317 140727345889226 0
/proc/25131/statm: 28282 362 304 221 0 87 0

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

/proc/25133/task/25147/stat : 25147 (java) S 25131 25131 21506 0 -1 1077944384 716 0 0 0 0 0 0 0 20 0 19 0 446086545 15787429888 670497 33554432000 4194304 4196468 140730493851440 140406137080880 140406676810370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25156] ppid=25131 vsize=15417412 memory=288230376155234169 CPUtime=19.94 cores=0,2,4,6
/proc/25133/task/25156/stat : 25156 (java) R 25131 25131 21506 0 -1 4202560 2673 0 0 0 1989 5 0 0 20 0 19 0 446087789 15787429888 670497 33554432000 4194304 4196468 140730493851440 140406127860368 140406320932247 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25157] ppid=25131 vsize=15417412 memory=6154539771165167696 CPUtime=20.44 cores=0,2,4,6
/proc/25133/task/25157/stat : 25157 (java) R 25131 25131 21506 0 -1 4202560 2575 0 0 0 2041 3 0 0 20 0 19 0 446087789 15787429888 670497 33554432000 4194304 4196468 140730493851440 140406126809544 140406320932325 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25158] ppid=25131 vsize=15417412 memory=5931618285599674960 CPUtime=19.84 cores=0,2,4,6
/proc/25133/task/25158/stat : 25158 (java) R 25131 25131 21506 0 -1 4202560 2184 0 0 0 1981 3 0 0 20 0 19 0 446087789 15787429888 670497 33554432000 4194304 4196468 140730493851440 140406125757032 140406320933911 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25159] ppid=25131 vsize=15417412 memory=0 CPUtime=19.96 cores=0,2,4,6
/proc/25133/task/25159/stat : 25159 (java) R 25131 25131 21506 0 -1 4202560 2285 0 0 0 1994 2 0 0 20 0 19 0 446087789 15787429888 670497 33554432000 4194304 4196468 140730493851440 140406124703464 140406320934411 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
Current children cumulated CPU time: 102.09 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 2683436 KiB

[startup+34.7012 s]
/proc/loadavg: 8.14 8.54 8.34 9/238 25160
/proc/meminfo: memFree=28864836/32770624 swapFree=66977056/67108860
[pid=25131] ppid=25128 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/25131/stat : 25131 (xcsp3-exec) S 25128 25131 21506 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446086539 115843072 362 33554432000 4194304 5098028 140727345881760 140727345879864 139845893173884 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 33505280 140727345886074 140727345886317 140727345886317 140727345889226 0
/proc/25131/statm: 28282 362 304 221 0 87 0
[pid=25133] ppid=25131 vsize=15417412 memory=2682064 CPUtime=105.27 cores=0,2,4,6
/proc/25133/stat : 25133 (java) S 25131 25131 21506 0 -1 1077944320 77492 0 0 0 10418 109 0 0 20 0 19 0 446086539 15787429888 670516 33554432000 4194304 4196468 140730493851440 140730493833984 140406676799223 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
/proc/25133/statm: 3854353 670516 3527 1 0 3815453 0
[pid=25133/tid=25134] ppid=25131 vsize=15417412 memory=2517952 CPUtime=12.01 cores=0,2,4,6
/proc/25133/task/25134/stat : 25134 (java) S 25131 25131 21506 0 -1 1077944384 14768 0 0 0 1185 16 0 0 20 0 19 0 446086539 15787429888 670516 33554432000 4194304 4196468 140730493851440 140406681040000 140406676809429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25135] ppid=25131 vsize=15417412 memory=1448 CPUtime=0.57 cores=0,2,4,6
/proc/25133/task/25135/stat : 25135 (java) S 25131 25131 21506 0 -1 1077944384 2093 0 0 0 39 18 0 0 20 0 19 0 446086540 15787429888 670516 33554432000 4194304 4196468 140730493851440 140406269258256 140406676809429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25136] ppid=25131 vsize=15417412 memory=1448 CPUtime=0.52 cores=0,2,4,6
/proc/25133/task/25136/stat : 25136 (java) S 25131 25131 21506 0 -1 1077944384 1194 0 0 0 34 18 0 0 20 0 19 0 446086540 15787429888 670516 33554432000 4194304 4196468 140730493851440 140406268205712 140406676809429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25137] ppid=25131 vsize=15417412 memory=2682028 CPUtime=0.55 cores=0,2,4,6
/proc/25133/task/25137/stat : 25137 (java) S 25131 25131 21506 0 -1 1077944384 1188 0 0 0 38 17 0 0 20 0 19 0 446086540 15787429888 670516 33554432000 4194304 4196468 140730493851440 140406267152656 140406676809429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25138] ppid=25131 vsize=15417412 memory=6933690287860520088 CPUtime=0.57 cores=0,2,4,6
/proc/25133/task/25138/stat : 25138 (java) S 25131 25131 21506 0 -1 1077944384 1214 0 0 0 40 17 0 0 20 0 19 0 446086540 15787429888 670516 33554432000 4194304 4196468 140730493851440 140406266100112 140406676809429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25139] ppid=25131 vsize=15417412 memory=1399103955520229747 CPUtime=0.01 cores=0,2,4,6
/proc/25133/task/25139/stat : 25139 (java) S 25131 25131 21506 0 -1 1077944384 2725 0 0 0 1 0 0 0 20 0 19 0 446086541 15787429888 670516 33554432000 4194304 4196468 140730493851440 140406145501936 140406676810370 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25140] ppid=25131 vsize=15417412 memory=-9178176117148050014 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25140/stat : 25140 (java) S 25131 25131 21506 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 19 0 446086542 15787429888 670516 33554432000 4194304 4196468 140730493851440 140406144448224 140406676809429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25141] ppid=25131 vsize=15417412 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25141/stat : 25141 (java) S 25131 25131 21506 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 19 0 446086542 15787429888 670516 33554432000 4194304 4196468 140730493851440 140406143395072 140406676809429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25142] ppid=25131 vsize=15417412 memory=-7737621075815351712 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25142/stat : 25142 (java) S 25131 25131 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446086544 15787429888 670516 33554432000 4194304 4196468 140730493851440 140406142343632 140406676817819 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25143] ppid=25131 vsize=15417412 memory=1448 CPUtime=3.41 cores=0,2,4,6
/proc/25133/task/25143/stat : 25143 (java) S 25131 25131 21506 0 -1 1077944384 20586 0 0 0 339 2 0 0 20 0 19 0 446086544 15787429888 670516 33554432000 4194304 4196468 140730493851440 140406141290736 140406676810370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25144] ppid=25131 vsize=15417412 memory=2518056 CPUtime=3.59 cores=0,2,4,6
/proc/25133/task/25144/stat : 25144 (java) S 25131 25131 21506 0 -1 1077944384 15730 0 0 0 358 1 0 0 20 0 19 0 446086544 15787429888 670516 33554432000 4194304 4196468 140730493851440 140406140238192 140406676810370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25145] ppid=25131 vsize=15417412 memory=1580 CPUtime=0.67 cores=0,2,4,6
/proc/25133/task/25145/stat : 25145 (java) S 25131 25131 21506 0 -1 1077944384 6023 0 0 0 66 1 0 0 20 0 19 0 446086544 15787429888 670516 33554432000 4194304 4196468 140730493851440 140406139185136 140406676810370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25146] ppid=25131 vsize=15417412 memory=1028 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25146/stat : 25146 (java) S 25131 25131 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446086545 15787429888 670516 33554432000 4194304 4196468 140730493851440 140406138132832 140406676809429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25147] ppid=25131 vsize=15417412 memory=1060 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25147/stat : 25147 (java) S 25131 25131 21506 0 -1 1077944384 718 0 0 0 0 0 0 0 20 0 19 0 446086545 15787429888 670516 33554432000 4194304 4196468 140730493851440 140406137080880 140406676810370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25156] ppid=25131 vsize=15417412 memory=2828 CPUtime=20.69 cores=0,2,4,6
/proc/25133/task/25156/stat : 25156 (java) R 25131 25131 21506 0 -1 4202560 2709 0 0 0 2064 5 0 0 20 0 19 0 446087789 15787429888 670516 33554432000 4194304 4196468 140730493851440 140406127860984 140406320932329 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25157] ppid=25131 vsize=15417412 memory=756 CPUtime=21.24 cores=0,2,4,6
/proc/25133/task/25157/stat : 25157 (java) R 25131 25131 21506 0 -1 4202560 2615 0 0 0 2121 3 0 0 20 0 19 0 446087789 15787429888 670516 33554432000 4194304 4196468 140730493851440 140406126808624 140406320932325 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25158] ppid=25131 vsize=15417412 memory=1548 CPUtime=20.6 cores=0,2,4,6
/proc/25133/task/25158/stat : 25158 (java) R 25131 25131 21506 0 -1 4202560 2223 0 0 0 2057 3 0 0 20 0 19 0 446087789 15787429888 670516 33554432000 4194304 4196468 140730493851440 140406125755976 140406320932089 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25159] ppid=25131 vsize=15417412 memory=7872 CPUtime=20.71 cores=0,2,4,6
/proc/25133/task/25159/stat : 25159 (java) R 25131 25131 21506 0 -1 4202560 2318 0 0 0 2069 2 0 0 20 0 19 0 446087789 15787429888 670516 33554432000 4194304 4196468 140730493851440 140406124703352 140406320934575 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
Current children cumulated CPU time: 105.27 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 2683512 KiB

[startup+34.9012 s]
/proc/loadavg: 8.14 8.54 8.34 9/238 25160
/proc/meminfo: memFree=28864836/32770624 swapFree=66977056/67108860
[pid=25131] ppid=25128 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/25131/stat : 25131 (xcsp3-exec) S 25128 25131 21506 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446086539 115843072 362 33554432000 4194304 5098028 140727345881760 140727345879864 139845893173884 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 33505280 140727345886074 140727345886317 140727345886317 140727345889226 0
/proc/25131/statm: 28282 362 304 221 0 87 0
[pid=25133] ppid=25131 vsize=15417412 memory=2682064 CPUtime=106.07 cores=0,2,4,6
/proc/25133/stat : 25133 (java) S 25131 25131 21506 0 -1 1077944320 77555 0 0 0 10498 109 0 0 20 0 19 0 446086539 15787429888 670516 33554432000 4194304 4196468 140730493851440 140730493833984 140406676799223 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
/proc/25133/statm: 3854353 670516 3527 1 0 3815453 0
[pid=25133/tid=25134] ppid=25131 vsize=15417412 memory=14008 CPUtime=12.01 cores=0,2,4,6
/proc/25133/task/25134/stat : 25134 (java) S 25131 25131 21506 0 -1 1077944384 14768 0 0 0 1185 16 0 0 20 0 19 0 446086539 15787429888 670516 33554432000 4194304 4196468 140730493851440 140406681040000 140406676809429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25135] ppid=25131 vsize=15417412 memory=2120 CPUtime=0.57 cores=0,2,4,6
/proc/25133/task/25135/stat : 25135 (java) S 25131 25131 21506 0 -1 1077944384 2093 0 0 0 39 18 0 0 20 0 19 0 446086540 15787429888 670516 33554432000 4194304 4196468 140730493851440 140406269258256 140406676809429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25136] ppid=25131 vsize=15417412 memory=11976 CPUtime=0.52 cores=0,2,4,6
/proc/25133/task/25136/stat : 25136 (java) S 25131 25131 21506 0 -1 1077944384 1194 0 0 0 34 18 0 0 20 0 19 0 446086540 15787429888 670516 33554432000 4194304 4196468 140730493851440 140406268205712 140406676809429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25137] ppid=25131 vsize=15417412 memory=11448 CPUtime=0.55 cores=0,2,4,6
/proc/25133/task/25137/stat : 25137 (java) S 25131 25131 21506 0 -1 1077944384 1188 0 0 0 38 17 0 0 20 0 19 0 446086540 15787429888 670516 33554432000 4194304 4196468 140730493851440 140406267152656 140406676809429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25138] ppid=25131 vsize=15417412 memory=280886432723072 CPUtime=0.57 cores=0,2,4,6
/proc/25133/task/25138/stat : 25138 (java) S 25131 25131 21506 0 -1 1077944384 1214 0 0 0 40 17 0 0 20 0 19 0 446086540 15787429888 670516 33554432000 4194304 4196468 140730493851440 140406266100112 140406676809429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25139] ppid=25131 vsize=15417412 memory=2996093 CPUtime=0.01 cores=0,2,4,6
/proc/25133/task/25139/stat : 25139 (java) S 25131 25131 21506 0 -1 1077944384 2725 0 0 0 1 0 0 0 20 0 19 0 446086541 15787429888 670516 33554432000 4194304 4196468 140730493851440 140406145501936 140406676810370 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25140] ppid=25131 vsize=15417412 memory=2997353 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25140/stat : 25140 (java) S 25131 25131 21506 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 19 0 446086542 15787429888 670516 33554432000 4194304 4196468 140730493851440 140406144448224 140406676809429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25141] ppid=25131 vsize=15417412 memory=546658136 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25141/stat : 25141 (java) S 25131 25131 21506 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 19 0 446086542 15787429888 670516 33554432000 4194304 4196468 140730493851440 140406143395072 140406676809429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25142] ppid=25131 vsize=15417412 memory=4026532099 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25142/stat : 25142 (java) S 25131 25131 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446086544 15787429888 670516 33554432000 4194304 4196468 140730493851440 140406142343632 140406676817819 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25143] ppid=25131 vsize=15417412 memory=2997071 CPUtime=3.43 cores=0,2,4,6
/proc/25133/task/25143/stat : 25143 (java) S 25131 25131 21506 0 -1 1077944384 20619 0 0 0 341 2 0 0 20 0 19 0 446086544 15787429888 670516 33554432000 4194304 4196468 140730493851440 140406141290736 140406676810370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25144] ppid=25131 vsize=15417412 memory=7681905605394137914 CPUtime=3.59 cores=0,2,4,6
/proc/25133/task/25144/stat : 25144 (java) S 25131 25131 21506 0 -1 1077944384 15730 0 0 0 358 1 0 0 20 0 19 0 446086544 15787429888 670516 33554432000 4194304 4196468 140730493851440 140406140238192 140406676810370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25145] ppid=25131 vsize=15417412 memory=8257237230052613020 CPUtime=0.67 cores=0,2,4,6
/proc/25133/task/25145/stat : 25145 (java) S 25131 25131 21506 0 -1 1077944384 6023 0 0 0 66 1 0 0 20 0 19 0 446086544 15787429888 670516 33554432000 4194304 4196468 140730493851440 140406139185136 140406676810370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25146] ppid=25131 vsize=15417412 memory=280886432758528 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25146/stat : 25146 (java) S 25131 25131 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446086545 15787429888 670516 33554432000 4194304 4196468 140730493851440 140406138132832 140406676809429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25147] ppid=25131 vsize=15417412 memory=-9001734013606258791 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25147/stat : 25147 (java) S 25131 25131 21506 0 -1 1077944384 718 0 0 0 0 0 0 0 20 0 19 0 446086545 15787429888 670516 33554432000 4194304 4196468 140730493851440 140406137080880 140406676810370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25156] ppid=25131 vsize=15417412 memory=7681905605394137914 CPUtime=20.89 cores=0,2,4,6
/proc/25133/task/25156/stat : 25156 (java) R 25131 25131 21506 0 -1 4202560 2720 0 0 0 2084 5 0 0 20 0 19 0 446087789 15787429888 670516 33554432000 4194304 4196468 140730493851440 140406127860984 140406320933276 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25157] ppid=25131 vsize=15417412 memory=8257237230052613020 CPUtime=21.44 cores=0,2,4,6
/proc/25133/task/25157/stat : 25157 (java) R 25131 25131 21506 0 -1 4202560 2618 0 0 0 2141 3 0 0 20 0 19 0 446087789 15787429888 670516 33554432000 4194304 4196468 140730493851440 140406126809560 140406320932188 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25158] ppid=25131 vsize=15417412 memory=-7019007802211091872 CPUtime=20.78 cores=0,2,4,6
/proc/25133/task/25158/stat : 25158 (java) R 25131 25131 21506 0 -1 4202560 2229 0 0 0 2075 3 0 0 20 0 19 0 446087789 15787429888 670516 33554432000 4194304 4196468 140730493851440 140406125755976 140406320933981 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25159] ppid=25131 vsize=15417412 memory=6944656592455360604 CPUtime=20.91 cores=0,2,4,6
/proc/25133/task/25159/stat : 25159 (java) R 25131 25131 21506 0 -1 4202560 2328 0 0 0 2089 2 0 0 20 0 19 0 446087789 15787429888 670516 33554432000 4194304 4196468 140730493851440 140406124703352 140406320932320 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
Current children cumulated CPU time: 106.07 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 2683512 KiB

[startup+35.0012 s]
/proc/loadavg: 8.14 8.54 8.34 9/238 25160
/proc/meminfo: memFree=28864836/32770624 swapFree=66977056/67108860
[pid=25131] ppid=25128 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/25131/stat : 25131 (xcsp3-exec) S 25128 25131 21506 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446086539 115843072 362 33554432000 4194304 5098028 140727345881760 140727345879864 139845893173884 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 33505280 140727345886074 140727345886317 140727345886317 140727345889226 0
/proc/25131/statm: 28282 362 304 221 0 87 0
[pid=25133] ppid=25131 vsize=15417412 memory=2682068 CPUtime=106.46 cores=0,2,4,6
/proc/25133/stat : 25133 (java) S 25131 25131 21506 0 -1 1077944320 77630 0 0 0 10537 109 0 0 20 0 19 0 446086539 15787429888 670517 33554432000 4194304 4196468 140730493851440 140730493833984 140406676799223 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
/proc/25133/statm: 3854353 670517 3527 1 0 3815453 0
[pid=25133/tid=25134] ppid=25131 vsize=15417412 memory=0 CPUtime=12.01 cores=0,2,4,6
/proc/25133/task/25134/stat : 25134 (java) S 25131 25131 21506 0 -1 1077944384 14768 0 0 0 1185 16 0 0 20 0 19 0 446086539 15787429888 670517 33554432000 4194304 4196468 140730493851440 140406681040000 140406676809429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25135] ppid=25131 vsize=15417412 memory=164 CPUtime=0.57 cores=0,2,4,6
/proc/25133/task/25135/stat : 25135 (java) S 25131 25131 21506 0 -1 1077944384 2093 0 0 0 39 18 0 0 20 0 19 0 446086540 15787429888 670517 33554432000 4194304 4196468 140730493851440 140406269258256 140406676809429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25136] ppid=25131 vsize=15417412 memory=1564 CPUtime=0.52 cores=0,2,4,6
/proc/25133/task/25136/stat : 25136 (java) S 25131 25131 21506 0 -1 1077944384 1194 0 0 0 34 18 0 0 20 0 19 0 446086540 15787429888 670517 33554432000 4194304 4196468 140730493851440 140406268205712 140406676809429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25137] ppid=25131 vsize=15417412 memory=928 CPUtime=0.55 cores=0,2,4,6
/proc/25133/task/25137/stat : 25137 (java) S 25131 25131 21506 0 -1 1077944384 1188 0 0 0 38 17 0 0 20 0 19 0 446086540 15787429888 670517 33554432000 4194304 4196468 140730493851440 140406267152656 140406676809429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25138] ppid=25131 vsize=15417412 memory=3620 CPUtime=0.57 cores=0,2,4,6
/proc/25133/task/25138/stat : 25138 (java) S 25131 25131 21506 0 -1 1077944384 1214 0 0 0 40 17 0 0 20 0 19 0 446086540 15787429888 670517 33554432000 4194304 4196468 140730493851440 140406266100112 140406676809429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25139] ppid=25131 vsize=15417412 memory=30672 CPUtime=0.01 cores=0,2,4,6
/proc/25133/task/25139/stat : 25139 (java) S 25131 25131 21506 0 -1 1077944384 2725 0 0 0 1 0 0 0 20 0 19 0 446086541 15787429888 670517 33554432000 4194304 4196468 140730493851440 140406145501936 140406676810370 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25140] ppid=25131 vsize=15417412 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25140/stat : 25140 (java) S 25131 25131 21506 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 19 0 446086542 15787429888 670517 33554432000 4194304 4196468 140730493851440 140406144448224 140406676809429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25141] ppid=25131 vsize=15417412 memory=2518004 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25141/stat : 25141 (java) S 25131 25131 21506 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 19 0 446086542 15787429888 670517 33554432000 4194304 4196468 140730493851440 140406143395072 140406676809429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25142] ppid=25131 vsize=15417412 memory=1548 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25142/stat : 25142 (java) S 25131 25131 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446086544 15787429888 670517 33554432000 4194304 4196468 140730493851440 140406142343632 140406676817819 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25143] ppid=25131 vsize=15417412 memory=7872 CPUtime=3.43 cores=0,2,4,6
/proc/25133/task/25143/stat : 25143 (java) S 25131 25131 21506 0 -1 1077944384 20619 0 0 0 341 2 0 0 20 0 19 0 446086544 15787429888 670517 33554432000 4194304 4196468 140730493851440 140406141290736 140406676810370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25144] ppid=25131 vsize=15417412 memory=6791534058613427641 CPUtime=3.61 cores=0,2,4,6
/proc/25133/task/25144/stat : 25144 (java) R 25131 25131 21506 0 -1 4202560 15790 0 0 0 360 1 0 0 20 0 19 0 446086544 15787429888 670517 33554432000 4194304 4196468 140730493851440 140406140238488 140406661914257 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25145] ppid=25131 vsize=15417412 memory=2517952 CPUtime=0.67 cores=0,2,4,6
/proc/25133/task/25145/stat : 25145 (java) S 25131 25131 21506 0 -1 1077944384 6023 0 0 0 66 1 0 0 20 0 19 0 446086544 15787429888 670517 33554432000 4194304 4196468 140730493851440 140406139185136 140406676810370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25146] ppid=25131 vsize=15417412 memory=2517884 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25146/stat : 25146 (java) S 25131 25131 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446086545 15787429888 670517 33554432000 4194304 4196468 140730493851440 140406138132832 140406676809429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25147] ppid=25131 vsize=15417412 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25147/stat : 25147 (java) S 25131 25131 21506 0 -1 1077944384 718 0 0 0 0 0 0 0 20 0 19 0 446086545 15787429888 670517 33554432000 4194304 4196468 140730493851440 140406137080880 140406676810370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25156] ppid=25131 vsize=15417412 memory=280886432105376 CPUtime=20.99 cores=0,2,4,6
/proc/25133/task/25156/stat : 25156 (java) R 25131 25131 21506 0 -1 4202560 2725 0 0 0 2094 5 0 0 20 0 19 0 446087789 15787429888 670517 33554432000 4194304 4196468 140730493851440 140406127860984 140406321060204 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25157] ppid=25131 vsize=15417412 memory=6944656425123422848 CPUtime=21.54 cores=0,2,4,6
/proc/25133/task/25157/stat : 25157 (java) R 25131 25131 21506 0 -1 4202560 2620 0 0 0 2151 3 0 0 20 0 19 0 446087789 15787429888 670517 33554432000 4194304 4196468 140730493851440 140406126809560 140406320932260 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25158] ppid=25131 vsize=15417412 memory=1448 CPUtime=20.88 cores=0,2,4,6
/proc/25133/task/25158/stat : 25158 (java) R 25131 25131 21506 0 -1 4202560 2235 0 0 0 2085 3 0 0 20 0 19 0 446087789 15787429888 670517 33554432000 4194304 4196468 140730493851440 140406125755976 140406320932070 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
[pid=25133/tid=25159] ppid=25131 vsize=15417412 memory=2546812 CPUtime=20.98 cores=0,2,4,6
/proc/25133/task/25159/stat : 25159 (java) R 25131 25131 21506 0 -1 4202560 2330 0 0 0 2096 2 0 0 20 0 19 0 446087789 15787429888 670517 33554432000 4194304 4196468 140730493851440 140406124703352 140406320930856 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33726464 140730493858799 140730493858970 140730493858970 140730493861839 0
Current children cumulated CPU time: 106.46 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 2683516 KiB

Child status: 0
Real time (s): 35.0544
CPU time (s): 106.59
CPU user time (s): 105.478
CPU system time (s): 1.11161
CPU usage (%): 304.07
Max. virtual memory (cumulated for all children) (KiB): 15530540
Max. memory (cumulated for all children) (KiB): 2683516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 105.478
system time used= 1.11161
maximum resident set size= 2682084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78687
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4184
involuntary context switches= 2647


# summary of solver processes directly reported to runsolver:
#   pid: 25131
#   total CPU time (s): 106.59
#   total CPU user time (s): 105.478
#   total CPU system time (s): 1.11161

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.245098 second user time and 0.411919 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-17 07:29:57
IDJOB=4398960
IDBENCH=133266
IDSOLVER=2853
FILE ID=node121/4398960-1568698239
RUNJOBID= node121-1568693400-21537
PBS_JOBID= 21703800
Free space on /tmp= 61376 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/MagicSquare/MagicSquare-mdd-s1/MagicSquare-9-mdd.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-4398960-1568698239/watcher-4398960-1568698239 -o /tmp/evaluation-result-4398960-1568698239/solver-4398960-1568698239 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568693400-21537 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1546094119 HOME/instance-4398960-1568698239.xml

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

MD5SUM BENCH= fb3d9364636893e4a3b852a85a1b811d
RANDOM SEED=1546094119

node121.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.75
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.75
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.75
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.75
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:        31529868 kB
MemAvailable:   31755768 kB
Buffers:           60944 kB
Cached:           463176 kB
SwapCached:        10732 kB
Active:           385444 kB
Inactive:         318100 kB
Active(anon):     169804 kB
Inactive(anon):    42220 kB
Active(file):     215640 kB
Inactive(file):   275880 kB
Unevictable:      109148 kB
Mlocked:          109148 kB
SwapTotal:      67108860 kB
SwapFree:       66977040 kB
Dirty:             30200 kB
Writeback:             0 kB
AnonPages:        158072 kB
Mapped:            55264 kB
Shmem:             23844 kB
Slab:             130540 kB
SReclaimable:     100432 kB
SUnreclaim:        30108 kB
KernelStack:        4128 kB
PageTables:         6276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1419696 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     57344 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61352 MiB
End job on node121 at 2019-09-17 07:30:32