Trace number 4393653

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-06-14 parallelSAT 993.578 145.776

General information on the benchmark

NamePrimes/
Primes-m1-p10/Primes-10-60-3-7.xml
MD5SUM24593adebe844e759ba30cbfe45e1115
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 benchmark71.7379
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints60
Number of domains1
Minimum domain size28
Maximum domain size28
Distribution of domain sizes[{"size":28,"count":97}]
Minimum variable degree0
Maximum variable degree11
Distribution of variable degrees[{"degree":0,"count":3},{"degree":1,"count":4},{"degree":2,"count":14},{"degree":3,"count":20},{"degree":4,"count":25},{"degree":5,"count":13},{"degree":6,"count":10},{"degree":7,"count":8},{"degree":8,"count":1},{"degree":10,"count":1},{"degree":11,"count":1}]
Minimum constraint arity3
Maximum constraint arity10
Distribution of constraint arities[{"arity":3,"count":6},{"arity":4,"count":7},{"arity":5,"count":12},{"arity":6,"count":1},{"arity":7,"count":9},{"arity":8,"count":7},{"arity":9,"count":9},{"arity":10,"count":9}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":60}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4393653-1568433582.xml"  -tl '20160s' -p 8
0.11/0.18	c Choco e747e1e
0.11/0.18	c [HOME/instance-4393653-1568433582.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.29	c parse instance...
1.36/0.68	c solve instance...
993.47/145.75	s SATISFIABLE
993.47/145.75	v <instantiation>
993.47/145.75	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[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] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[96] x[97] x[99] </list>
993.47/145.75	v 	<values>7 17 19 13 7 13 17 5 29 3 5 19 2 29 7 17 2 17 5 3 23 19 29 5 2 5 7 19 13 29 5 5 23 29 19 7 17 3 5 29 7 3 29 11 19 23 11 13 2 7 17 3 2 17 7 5 2 17 3 13 13 11 19 17 13 17 29 7 19 11 5 13 11 19 11 11 7 2 19 23 17 23 23 11 7 3 11 29 5 2 17 23 29 5 17 17 29 </values>
993.47/145.75	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 (14526 MiB free)
  memory of node 1: 16384 MiB (15621 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393653-1568433582/watcher-4393653-1568433582 -o /tmp/evaluation-result-4393653-1568433582/solver-4393653-1568433582 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node125-1568426266-31650 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 652102555 HOME/instance-4393653-1568433582.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

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


[startup+0.100134 s]*
/proc/loadavg: 3.94 5.89 7.28 3/211 978
/proc/meminfo: memFree=30853352/32770624 swapFree=66967048/67108860
[pid=957] ppid=954 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/957/stat : 957 (xcsp3-exec) S 954 957 31623 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419625063 115843072 363 33554432000 4194304 5098028 140720883187456 140720883185560 140098177671804 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35487744 140720883188598 140720883188841 140720883188841 140720883191754 0
/proc/957/statm: 28282 363 305 221 0 87 0
[pid=959] ppid=957 vsize=28227388 memory=29812 CPUtime=0.11 cores=0-7
/proc/959/stat : 959 (java) S 957 957 31623 0 -1 1077944320 5924 0 0 0 10 1 0 0 20 0 20 0 419625063 28904845312 7453 33554432000 4194304 4196468 140735416485664 140735416468208 140102048841463 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
/proc/959/statm: 7056847 7453 3119 1 0 7019032 0
[pid=959/tid=960] ppid=957 vsize=28227388 memory=8390339637985935414 CPUtime=0.09 cores=0-7
/proc/959/task/960/stat : 960 (java) R 957 957 31623 0 -1 4202560 3830 0 0 0 8 1 0 0 20 0 20 0 419625063 28904845312 7453 33554432000 4194304 4196468 140735416485664 140102053073712 140102048853398 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=961] ppid=957 vsize=28227388 memory=288230596134830103 CPUtime=0 cores=0-7
/proc/959/task/961/stat : 961 (java) S 957 957 31623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419625064 28904845312 7453 33554432000 4194304 4196468 140735416485664 140101968693520 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=962] ppid=957 vsize=28227388 memory=140406709707536 CPUtime=0 cores=0-7
/proc/959/task/962/stat : 962 (java) S 957 957 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419625064 28904845312 7453 33554432000 4194304 4196468 140735416485664 140101599484304 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=963] ppid=957 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/959/task/963/stat : 963 (java) S 957 957 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419625064 28904845312 7453 33554432000 4194304 4196468 140735416485664 140101598431760 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=964] ppid=957 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/959/task/964/stat : 964 (java) S 957 957 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419625064 28904845312 7453 33554432000 4194304 4196468 140735416485664 140101597379216 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=965] ppid=957 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/959/task/965/stat : 965 (java) S 957 957 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419625064 28904845312 7453 33554432000 4194304 4196468 140735416485664 140101596326672 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=966] ppid=957 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/959/task/966/stat : 966 (java) S 957 957 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419625064 28904845312 7453 33554432000 4194304 4196468 140735416485664 140101595274128 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=967] ppid=957 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/959/task/967/stat : 967 (java) S 957 957 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419625064 28904845312 7453 33554432000 4194304 4196468 140735416485664 140101594221584 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=968] ppid=957 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/959/task/968/stat : 968 (java) S 957 957 31623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419625064 28904845312 7453 33554432000 4194304 4196468 140735416485664 140101593169040 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=969] ppid=957 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/959/task/969/stat : 969 (java) S 957 957 31623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419625065 28904845312 7453 33554432000 4194304 4196468 140735416485664 140100293687280 140102048852610 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=970] ppid=957 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/959/task/970/stat : 970 (java) S 957 957 31623 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419625066 28904845312 7453 33554432000 4194304 4196468 140735416485664 140100292633504 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=971] ppid=957 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/959/task/971/stat : 971 (java) S 957 957 31623 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 419625066 28904845312 7453 33554432000 4194304 4196468 140735416485664 140100291580912 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=972] ppid=957 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/959/task/972/stat : 972 (java) S 957 957 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419625069 28904845312 7453 33554432000 4194304 4196468 140735416485664 140100222576848 140102048860059 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=973] ppid=957 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/959/task/973/stat : 973 (java) S 957 957 31623 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 20 0 419625069 28904845312 7453 33554432000 4194304 4196468 140735416485664 140100221524464 140102048852610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=974] ppid=957 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/959/task/974/stat : 974 (java) S 957 957 31623 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 419625069 28904845312 7453 33554432000 4194304 4196468 140735416485664 140100220471920 140102048852610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=975] ppid=957 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/959/task/975/stat : 975 (java) S 957 957 31623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419625069 28904845312 7453 33554432000 4194304 4196468 140735416485664 140100219419376 140102048852610 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=976] ppid=957 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/959/task/976/stat : 976 (java) R 957 957 31623 0 -1 4202560 365 0 0 0 1 0 0 0 20 0 20 0 419625069 28904845312 7453 33554432000 4194304 4196468 140735416485664 140100218366832 140102027331969 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=977] ppid=957 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/959/task/977/stat : 977 (java) S 957 957 31623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419625069 28904845312 7453 33554432000 4194304 4196468 140735416485664 140100217313504 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=978] ppid=957 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/959/task/978/stat : 978 (java) S 957 957 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419625069 28904845312 7453 33554432000 4194304 4196468 140735416485664 140100216261040 140102048852610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 31264 KiB

[startup+0.210742 s]*
/proc/loadavg: 3.94 5.89 7.28 2/211 978
/proc/meminfo: memFree=30841152/32770624 swapFree=66967048/67108860
[pid=957] ppid=954 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/957/stat : 957 (xcsp3-exec) S 954 957 31623 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419625063 115843072 363 33554432000 4194304 5098028 140720883187456 140720883185560 140098177671804 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35487744 140720883188598 140720883188841 140720883188841 140720883191754 0
/proc/957/statm: 28282 363 305 221 0 87 0
[pid=959] ppid=957 vsize=28227388 memory=41064 CPUtime=0.34 cores=0-7
/proc/959/stat : 959 (java) S 957 957 31623 0 -1 1077944320 9502 0 0 0 30 4 0 0 20 0 20 0 419625063 28904845312 10266 33554432000 4194304 4196468 140735416485664 140735416468208 140102048841463 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
/proc/959/statm: 7056847 10266 3299 1 0 7019032 0
[pid=959/tid=960] ppid=957 vsize=28227388 memory=8390339637985935414 CPUtime=0.19 cores=0-7
/proc/959/task/960/stat : 960 (java) R 957 957 31623 0 -1 4202560 6656 0 0 0 17 2 0 0 20 0 20 0 419625063 28904845312 10266 33554432000 4194304 4196468 140735416485664 140102053075200 140102032921950 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=961] ppid=957 vsize=28227388 memory=288230596134830103 CPUtime=0 cores=0-7
/proc/959/task/961/stat : 961 (java) S 957 957 31623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419625064 28904845312 10266 33554432000 4194304 4196468 140735416485664 140101968693520 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=962] ppid=957 vsize=28227388 memory=140406709707536 CPUtime=0 cores=0-7
/proc/959/task/962/stat : 962 (java) S 957 957 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419625064 28904845312 10266 33554432000 4194304 4196468 140735416485664 140101599484304 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=963] ppid=957 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/959/task/963/stat : 963 (java) S 957 957 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419625064 28904845312 10266 33554432000 4194304 4196468 140735416485664 140101598431760 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=964] ppid=957 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/959/task/964/stat : 964 (java) S 957 957 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419625064 28904845312 10266 33554432000 4194304 4196468 140735416485664 140101597379216 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=965] ppid=957 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/959/task/965/stat : 965 (java) S 957 957 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419625064 28904845312 10266 33554432000 4194304 4196468 140735416485664 140101596326672 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=966] ppid=957 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/959/task/966/stat : 966 (java) S 957 957 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419625064 28904845312 10266 33554432000 4194304 4196468 140735416485664 140101595274128 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=967] ppid=957 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/959/task/967/stat : 967 (java) S 957 957 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419625064 28904845312 10266 33554432000 4194304 4196468 140735416485664 140101594221584 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=968] ppid=957 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/959/task/968/stat : 968 (java) S 957 957 31623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419625064 28904845312 10266 33554432000 4194304 4196468 140735416485664 140101593169040 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=969] ppid=957 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/959/task/969/stat : 969 (java) S 957 957 31623 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 419625065 28904845312 10266 33554432000 4194304 4196468 140735416485664 140100293687280 140102048852610 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=970] ppid=957 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/959/task/970/stat : 970 (java) S 957 957 31623 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419625066 28904845312 10266 33554432000 4194304 4196468 140735416485664 140100292633504 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=971] ppid=957 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/959/task/971/stat : 971 (java) S 957 957 31623 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 419625066 28904845312 10266 33554432000 4194304 4196468 140735416485664 140100291580912 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=972] ppid=957 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/959/task/972/stat : 972 (java) S 957 957 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419625069 28904845312 10266 33554432000 4194304 4196468 140735416485664 140100222576848 140102048860059 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=973] ppid=957 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/959/task/973/stat : 973 (java) S 957 957 31623 0 -1 1077944384 479 0 0 0 1 0 0 0 20 0 20 0 419625069 28904845312 10266 33554432000 4194304 4196468 140735416485664 140100221524464 140102048852610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=974] ppid=957 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/959/task/974/stat : 974 (java) S 957 957 31623 0 -1 1077944384 267 0 0 0 2 0 0 0 20 0 20 0 419625069 28904845312 10266 33554432000 4194304 4196468 140735416485664 140100220471920 140102048852610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=975] ppid=957 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/959/task/975/stat : 975 (java) S 957 957 31623 0 -1 1077944384 38 0 0 0 1 0 0 0 20 0 20 0 419625069 28904845312 10266 33554432000 4194304 4196468 140735416485664 140100219419376 140102048852610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=976] ppid=957 vsize=28227388 memory=0 CPUtime=0.07 cores=0-7
/proc/959/task/976/stat : 976 (java) R 957 957 31623 0 -1 4202560 760 0 0 0 7 0 0 0 20 0 20 0 419625069 28904845312 10266 33554432000 4194304 4196468 140735416485664 140100218366640 140102032921950 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=977] ppid=957 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/959/task/977/stat : 977 (java) S 957 957 31623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419625069 28904845312 10266 33554432000 4194304 4196468 140735416485664 140100217313504 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=978] ppid=957 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/959/task/978/stat : 978 (java) S 957 957 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419625069 28904845312 10266 33554432000 4194304 4196468 140735416485664 140100216261040 140102048852610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42516 KiB

[startup+0.310537 s]*
/proc/loadavg: 3.94 5.89 7.28 4/211 978
/proc/meminfo: memFree=30834120/32770624 swapFree=66967048/67108860
[pid=957] ppid=954 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/957/stat : 957 (xcsp3-exec) S 954 957 31623 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419625063 115843072 363 33554432000 4194304 5098028 140720883187456 140720883185560 140098177671804 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35487744 140720883188598 140720883188841 140720883188841 140720883191754 0
/proc/957/statm: 28282 363 305 221 0 87 0
[pid=959] ppid=957 vsize=28231644 memory=50048 CPUtime=0.52 cores=0-7
/proc/959/stat : 959 (java) S 957 957 31623 0 -1 1077944320 10836 0 0 0 47 5 0 0 20 0 20 0 419625063 28909203456 12512 33554432000 4194304 4196468 140735416485664 140735416468208 140102048841463 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
/proc/959/statm: 7057911 12512 3348 1 0 7019032 0
[pid=959/tid=960] ppid=957 vsize=28231644 memory=0 CPUtime=0.29 cores=0-7
/proc/959/task/960/stat : 960 (java) R 957 957 31623 0 -1 4202560 7794 0 0 0 26 3 0 0 20 0 20 0 419625063 28909203456 12581 33554432000 4194304 4196468 140735416485664 140102053072576 140102048863389 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=961] ppid=957 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/959/task/961/stat : 961 (java) S 957 957 31623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419625064 28909203456 12581 33554432000 4194304 4196468 140735416485664 140101968693520 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=962] ppid=957 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/959/task/962/stat : 962 (java) S 957 957 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419625064 28909203456 12581 33554432000 4194304 4196468 140735416485664 140101599484304 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=963] ppid=957 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/959/task/963/stat : 963 (java) S 957 957 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419625064 28909203456 12581 33554432000 4194304 4196468 140735416485664 140101598431760 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=964] ppid=957 vsize=28231644 memory=4097398801341 CPUtime=0 cores=0-7
/proc/959/task/964/stat : 964 (java) S 957 957 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419625064 28909203456 12581 33554432000 4194304 4196468 140735416485664 140101597379216 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=965] ppid=957 vsize=28231644 memory=4026532018 CPUtime=0 cores=0-7
/proc/959/task/965/stat : 965 (java) S 957 957 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419625064 28909203456 12581 33554432000 4194304 4196468 140735416485664 140101596326672 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=966] ppid=957 vsize=28231644 memory=288230600413020183 CPUtime=0 cores=0-7
/proc/959/task/966/stat : 966 (java) S 957 957 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419625064 28909203456 12581 33554432000 4194304 4196468 140735416485664 140101595274128 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=967] ppid=957 vsize=28231644 memory=288230376151711743 CPUtime=0 cores=0-7
/proc/959/task/967/stat : 967 (java) S 957 957 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419625064 28909203456 12581 33554432000 4194304 4196468 140735416485664 140101594221584 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=968] ppid=957 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/959/task/968/stat : 968 (java) S 957 957 31623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419625064 28909203456 12581 33554432000 4194304 4196468 140735416485664 140101593169040 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=969] ppid=957 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/959/task/969/stat : 969 (java) S 957 957 31623 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 419625065 28909203456 12581 33554432000 4194304 4196468 140735416485664 140100293687280 140102048852610 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=970] ppid=957 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/959/task/970/stat : 970 (java) S 957 957 31623 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419625066 28909203456 12581 33554432000 4194304 4196468 140735416485664 140100292633504 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=971] ppid=957 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/959/task/971/stat : 971 (java) S 957 957 31623 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 419625066 28909203456 12581 33554432000 4194304 4196468 140735416485664 140100291580912 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=972] ppid=957 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/959/task/972/stat : 972 (java) S 957 957 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419625069 28909203456 12581 33554432000 4194304 4196468 140735416485664 140100222576848 140102048860059 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=973] ppid=957 vsize=28231644 memory=0 CPUtime=0.01 cores=0-7
/proc/959/task/973/stat : 973 (java) S 957 957 31623 0 -1 1077944384 492 0 0 0 1 0 0 0 20 0 20 0 419625069 28909203456 12581 33554432000 4194304 4196468 140735416485664 140100221524464 140102048852610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=974] ppid=957 vsize=28231644 memory=0 CPUtime=0.03 cores=0-7
/proc/959/task/974/stat : 974 (java) S 957 957 31623 0 -1 1077944384 278 0 0 0 3 0 0 0 20 0 20 0 419625069 28909203456 12581 33554432000 4194304 4196468 140735416485664 140100220471920 140102048852610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=975] ppid=957 vsize=28231644 memory=0 CPUtime=0.03 cores=0-7
/proc/959/task/975/stat : 975 (java) R 957 957 31623 0 -1 4202560 150 0 0 0 3 0 0 0 20 0 20 0 419625069 28909203456 12581 33554432000 4194304 4196468 140735416485664 140100219400392 140102030364901 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=976] ppid=957 vsize=28231644 memory=0 CPUtime=0.12 cores=0-7
/proc/959/task/976/stat : 976 (java) S 957 957 31623 0 -1 1077944384 862 0 0 0 12 0 0 0 20 0 20 0 419625069 28909203456 12581 33554432000 4194304 4196468 140735416485664 140100218366832 140102048852610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=977] ppid=957 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/959/task/977/stat : 977 (java) S 957 957 31623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419625069 28909203456 12581 33554432000 4194304 4196468 140735416485664 140100217313504 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=978] ppid=957 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/959/task/978/stat : 978 (java) S 957 957 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419625069 28909203456 12581 33554432000 4194304 4196468 140735416485664 140100216261040 140102048852610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51500 KiB

[startup+0.700968 s]
/proc/loadavg: 3.94 5.89 7.28 5/211 978
/proc/meminfo: memFree=30817496/32770624 swapFree=66967048/67108860
[pid=957] ppid=954 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/957/stat : 957 (xcsp3-exec) S 954 957 31623 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419625063 115843072 363 33554432000 4194304 5098028 140720883187456 140720883185560 140098177671804 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35487744 140720883188598 140720883188841 140720883188841 140720883191754 0
/proc/957/statm: 28282 363 305 221 0 87 0
[pid=959] ppid=957 vsize=28233768 memory=90776 CPUtime=1.77 cores=0-7
/proc/959/stat : 959 (java) S 957 957 31623 0 -1 1077944320 15945 0 0 0 169 8 0 0 20 0 20 0 419625063 28911378432 22694 33554432000 4194304 4196468 140735416485664 140735416468208 140102048841463 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
/proc/959/statm: 7058442 22694 3457 1 0 7019544 0
[pid=959/tid=960] ppid=957 vsize=28233768 memory=4580 CPUtime=0.68 cores=0-7
/proc/959/task/960/stat : 960 (java) R 957 957 31623 0 -1 4202560 9248 0 0 0 63 5 0 0 20 0 20 0 419625063 28911378432 22694 33554432000 4194304 4196468 140735416485664 140102053078160 140102041078590 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=961] ppid=957 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/959/task/961/stat : 961 (java) S 957 957 31623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419625064 28911378432 22758 33554432000 4194304 4196468 140735416485664 140101968693520 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=962] ppid=957 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/959/task/962/stat : 962 (java) S 957 957 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419625064 28911378432 22758 33554432000 4194304 4196468 140735416485664 140101599484304 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=963] ppid=957 vsize=28233768 memory=1192 CPUtime=0 cores=0-7
/proc/959/task/963/stat : 963 (java) S 957 957 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419625064 28911378432 22758 33554432000 4194304 4196468 140735416485664 140101598431760 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0

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

[pid=959/tid=976] ppid=957 vsize=28768328 memory=1060 CPUtime=1 cores=0-7
/proc/959/task/976/stat : 976 (java) S 957 957 31623 0 -1 1077944384 9093 0 0 0 98 2 0 0 20 0 28 0 419625069 29458767872 486158 33554432000 4194304 4196468 140735416485664 140100218366832 140102048852610 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=977] ppid=957 vsize=28768328 memory=4068 CPUtime=0 cores=0-7
/proc/959/task/977/stat : 977 (java) S 957 957 31623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419625069 29458767872 486158 33554432000 4194304 4196468 140735416485664 140100217313504 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=978] ppid=957 vsize=28768328 memory=1720 CPUtime=0.05 cores=0-7
/proc/959/task/978/stat : 978 (java) S 957 957 31623 0 -1 1077944384 537 0 0 0 1 4 0 0 20 0 28 0 419625069 29458767872 486158 33554432000 4194304 4196468 140735416485664 140100216261040 140102048852610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=979] ppid=957 vsize=28768328 memory=5928 CPUtime=118.67 cores=0-7
/proc/959/task/979/stat : 979 (java) S 957 957 31623 0 -1 1077944384 1081 0 0 0 11866 1 0 0 20 0 28 0 419625133 29458767872 486158 33554432000 4194304 4196468 140735416485664 140100207291952 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=980] ppid=957 vsize=28768328 memory=10484 CPUtime=119.9 cores=0-7
/proc/959/task/980/stat : 980 (java) S 957 957 31623 0 -1 1077944384 959 0 0 0 11989 1 0 0 20 0 28 0 419625133 29458767872 486158 33554432000 4194304 4196468 140735416485664 140100206240848 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=981] ppid=957 vsize=28768328 memory=716 CPUtime=142.53 cores=0-7
/proc/959/task/981/stat : 981 (java) R 957 957 31623 0 -1 4202560 5689 0 0 0 14245 8 0 0 20 0 28 0 419625133 29458767872 486158 33554432000 4194304 4196468 140735416485664 140100205183072 140101659521209 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=982] ppid=957 vsize=28768328 memory=780 CPUtime=119.94 cores=0-7
/proc/959/task/982/stat : 982 (java) S 957 957 31623 0 -1 1077944384 3241 0 0 0 11978 16 0 0 20 0 28 0 419625133 29458767872 486158 33554432000 4194304 4196468 140735416485664 140100204135760 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=983] ppid=957 vsize=28768328 memory=1552 CPUtime=119.67 cores=0-7
/proc/959/task/983/stat : 983 (java) S 957 957 31623 0 -1 1077944384 1737 0 0 0 11963 4 0 0 20 0 28 0 419625134 29458767872 486158 33554432000 4194304 4196468 140735416485664 140100203083216 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=984] ppid=957 vsize=28768328 memory=2832 CPUtime=120.03 cores=0-7
/proc/959/task/984/stat : 984 (java) S 957 957 31623 0 -1 1077944384 3273 0 0 0 11998 5 0 0 20 0 28 0 419625134 29458767872 486158 33554432000 4194304 4196468 140735416485664 140100202030672 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=985] ppid=957 vsize=28768328 memory=1192 CPUtime=119.52 cores=0-7
/proc/959/task/985/stat : 985 (java) S 957 957 31623 0 -1 1077944384 951 0 0 0 11950 2 0 0 20 0 28 0 419625134 29458767872 486158 33554432000 4194304 4196468 140735416485664 140100200977104 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=986] ppid=957 vsize=28768328 memory=940 CPUtime=119.3 cores=0-7
/proc/959/task/986/stat : 986 (java) S 957 957 31623 0 -1 1077944384 5385 0 0 0 11913 17 0 0 20 0 28 0 419625134 29458767872 486158 33554432000 4194304 4196468 140735416485664 140100199924560 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
Current children cumulated CPU time: 992.97 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 1946084 KiB

[startup+145.601 s]
/proc/loadavg: 5.24 6.13 7.19 2/221 1026
/proc/meminfo: memFree=28935672/32770624 swapFree=66967048/67108860
[pid=957] ppid=954 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/957/stat : 957 (xcsp3-exec) S 954 957 31623 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419625063 115843072 363 33554432000 4194304 5098028 140720883187456 140720883185560 140098177671804 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35487744 140720883188598 140720883188841 140720883188841 140720883191754 0
/proc/957/statm: 28282 363 305 221 0 87 0
[pid=959] ppid=957 vsize=28768328 memory=1944632 CPUtime=993.37 cores=0-7
/proc/959/stat : 959 (java) S 957 957 31623 0 -1 1077944320 85990 0 0 0 99132 205 0 0 20 0 28 0 419625063 29458767872 486158 33554432000 4194304 4196468 140735416485664 140735416468208 140102048841463 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
/proc/959/statm: 7192082 486158 3528 1 0 7153184 0
[pid=959/tid=960] ppid=957 vsize=28768328 memory=1944632 CPUtime=0.68 cores=0-7
/proc/959/task/960/stat : 960 (java) S 957 957 31623 0 -1 1077944384 9306 0 0 0 63 5 0 0 20 0 28 0 419625063 29458767872 486158 33554432000 4194304 4196468 140735416485664 140102053082240 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=961] ppid=957 vsize=28768328 memory=3620 CPUtime=0.56 cores=0-7
/proc/959/task/961/stat : 961 (java) S 957 957 31623 0 -1 1077944384 938 0 0 0 39 17 0 0 20 0 28 0 419625064 29458767872 486158 33554432000 4194304 4196468 140735416485664 140101968693520 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=962] ppid=957 vsize=28768328 memory=39964 CPUtime=0.52 cores=0-7
/proc/959/task/962/stat : 962 (java) S 957 957 31623 0 -1 1077944384 530 0 0 0 37 15 0 0 20 0 28 0 419625064 29458767872 486158 33554432000 4194304 4196468 140735416485664 140101599484304 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=963] ppid=957 vsize=28768328 memory=1452 CPUtime=0.52 cores=0-7
/proc/959/task/963/stat : 963 (java) S 957 957 31623 0 -1 1077944384 1408 0 0 0 37 15 0 0 20 0 28 0 419625064 29458767872 486158 33554432000 4194304 4196468 140735416485664 140101598431760 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=964] ppid=957 vsize=28768328 memory=6947385649911455296 CPUtime=0.52 cores=0-7
/proc/959/task/964/stat : 964 (java) S 957 957 31623 0 -1 1077944384 725 0 0 0 38 14 0 0 20 0 28 0 419625064 29458767872 486158 33554432000 4194304 4196468 140735416485664 140101597379216 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=965] ppid=957 vsize=28768328 memory=39964 CPUtime=0.55 cores=0-7
/proc/959/task/965/stat : 965 (java) S 957 957 31623 0 -1 1077944384 1044 0 0 0 40 15 0 0 20 0 28 0 419625064 29458767872 486158 33554432000 4194304 4196468 140735416485664 140101596326672 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=966] ppid=957 vsize=28768328 memory=984 CPUtime=0.54 cores=0-7
/proc/959/task/966/stat : 966 (java) S 957 957 31623 0 -1 1077944384 1917 0 0 0 38 16 0 0 20 0 28 0 419625064 29458767872 486158 33554432000 4194304 4196468 140735416485664 140101595274128 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=967] ppid=957 vsize=28768328 memory=2004 CPUtime=0.53 cores=0-7
/proc/959/task/967/stat : 967 (java) S 957 957 31623 0 -1 1077944384 772 0 0 0 37 16 0 0 20 0 28 0 419625064 29458767872 486158 33554432000 4194304 4196468 140735416485664 140101594221584 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=968] ppid=957 vsize=28768328 memory=2004 CPUtime=0.52 cores=0-7
/proc/959/task/968/stat : 968 (java) S 957 957 31623 0 -1 1077944384 1293 0 0 0 37 15 0 0 20 0 28 0 419625064 29458767872 486158 33554432000 4194304 4196468 140735416485664 140101593169040 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=969] ppid=957 vsize=28768328 memory=1376 CPUtime=0.14 cores=0-7
/proc/959/task/969/stat : 969 (java) S 957 957 31623 0 -1 1077944384 3498 0 0 0 9 5 0 0 20 0 28 0 419625065 29458767872 486158 33554432000 4194304 4196468 140735416485664 140100293687280 140102048852610 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=970] ppid=957 vsize=28768328 memory=1060 CPUtime=0 cores=0-7
/proc/959/task/970/stat : 970 (java) S 957 957 31623 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 28 0 419625066 29458767872 486158 33554432000 4194304 4196468 140735416485664 140100292633568 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=971] ppid=957 vsize=28768328 memory=4068 CPUtime=0 cores=0-7
/proc/959/task/971/stat : 971 (java) S 957 957 31623 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 28 0 419625066 29458767872 486158 33554432000 4194304 4196468 140735416485664 140100291580928 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=972] ppid=957 vsize=28768328 memory=1720 CPUtime=0 cores=0-7
/proc/959/task/972/stat : 972 (java) S 957 957 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419625069 29458767872 486158 33554432000 4194304 4196468 140735416485664 140100222576848 140102048860059 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=973] ppid=957 vsize=28768328 memory=1452 CPUtime=2.02 cores=0-7
/proc/959/task/973/stat : 973 (java) S 957 957 31623 0 -1 1077944384 8190 0 0 0 200 2 0 0 20 0 28 0 419625069 29458767872 486158 33554432000 4194304 4196468 140735416485664 140100221524464 140102048852610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=974] ppid=957 vsize=28768328 memory=1944632 CPUtime=2.53 cores=0-7
/proc/959/task/974/stat : 974 (java) S 957 957 31623 0 -1 1077944384 12981 0 0 0 250 3 0 0 20 0 28 0 419625069 29458767872 486158 33554432000 4194304 4196468 140735416485664 140100220471920 140102048852610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=975] ppid=957 vsize=28768328 memory=11824 CPUtime=2.5 cores=0-7
/proc/959/task/975/stat : 975 (java) S 957 957 31623 0 -1 1077944384 10098 0 0 0 248 2 0 0 20 0 28 0 419625069 29458767872 486158 33554432000 4194304 4196468 140735416485664 140100219419376 140102048852610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=976] ppid=957 vsize=28768328 memory=19964 CPUtime=1 cores=0-7
/proc/959/task/976/stat : 976 (java) S 957 957 31623 0 -1 1077944384 9093 0 0 0 98 2 0 0 20 0 28 0 419625069 29458767872 486158 33554432000 4194304 4196468 140735416485664 140100218366832 140102048852610 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=977] ppid=957 vsize=28768328 memory=2120 CPUtime=0 cores=0-7
/proc/959/task/977/stat : 977 (java) S 957 957 31623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419625069 29458767872 486158 33554432000 4194304 4196468 140735416485664 140100217313504 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=978] ppid=957 vsize=28768328 memory=1376 CPUtime=0.05 cores=0-7
/proc/959/task/978/stat : 978 (java) S 957 957 31623 0 -1 1077944384 568 0 0 0 1 4 0 0 20 0 28 0 419625069 29458767872 486158 33554432000 4194304 4196468 140735416485664 140100216261040 140102048852610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=979] ppid=957 vsize=28768328 memory=1060 CPUtime=118.67 cores=0-7
/proc/959/task/979/stat : 979 (java) S 957 957 31623 0 -1 1077944384 1081 0 0 0 11866 1 0 0 20 0 28 0 419625133 29458767872 486158 33554432000 4194304 4196468 140735416485664 140100207291952 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=980] ppid=957 vsize=28768328 memory=4068 CPUtime=119.9 cores=0-7
/proc/959/task/980/stat : 980 (java) S 957 957 31623 0 -1 1077944384 959 0 0 0 11989 1 0 0 20 0 28 0 419625133 29458767872 486158 33554432000 4194304 4196468 140735416485664 140100206240848 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=981] ppid=957 vsize=28768328 memory=1720 CPUtime=142.93 cores=0-7
/proc/959/task/981/stat : 981 (java) R 957 957 31623 0 -1 4202560 5696 0 0 0 14285 8 0 0 20 0 28 0 419625133 29458767872 486158 33554432000 4194304 4196468 140735416485664 140100205183072 140101659521196 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=982] ppid=957 vsize=28768328 memory=5928 CPUtime=119.94 cores=0-7
/proc/959/task/982/stat : 982 (java) S 957 957 31623 0 -1 1077944384 3241 0 0 0 11978 16 0 0 20 0 28 0 419625133 29458767872 486158 33554432000 4194304 4196468 140735416485664 140100204135760 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=983] ppid=957 vsize=28768328 memory=10484 CPUtime=119.67 cores=0-7
/proc/959/task/983/stat : 983 (java) S 957 957 31623 0 -1 1077944384 1737 0 0 0 11963 4 0 0 20 0 28 0 419625134 29458767872 486158 33554432000 4194304 4196468 140735416485664 140100203083216 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=984] ppid=957 vsize=28768328 memory=3620 CPUtime=120.03 cores=0-7
/proc/959/task/984/stat : 984 (java) S 957 957 31623 0 -1 1077944384 3273 0 0 0 11998 5 0 0 20 0 28 0 419625134 29458767872 486158 33554432000 4194304 4196468 140735416485664 140100202030672 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=985] ppid=957 vsize=28768328 memory=39964 CPUtime=119.52 cores=0-7
/proc/959/task/985/stat : 985 (java) S 957 957 31623 0 -1 1077944384 951 0 0 0 11950 2 0 0 20 0 28 0 419625134 29458767872 486158 33554432000 4194304 4196468 140735416485664 140100200977104 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=986] ppid=957 vsize=28768328 memory=984 CPUtime=119.3 cores=0-7
/proc/959/task/986/stat : 986 (java) S 957 957 31623 0 -1 1077944384 5385 0 0 0 11913 17 0 0 20 0 28 0 419625134 29458767872 486158 33554432000 4194304 4196468 140735416485664 140100199924560 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
Current children cumulated CPU time: 993.37 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 1946084 KiB

[startup+145.701 s]
/proc/loadavg: 5.24 6.13 7.19 2/221 1026
/proc/meminfo: memFree=28935672/32770624 swapFree=66967048/67108860
[pid=957] ppid=954 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/957/stat : 957 (xcsp3-exec) S 954 957 31623 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419625063 115843072 363 33554432000 4194304 5098028 140720883187456 140720883185560 140098177671804 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35487744 140720883188598 140720883188841 140720883188841 140720883191754 0
/proc/957/statm: 28282 363 305 221 0 87 0
[pid=959] ppid=957 vsize=28768328 memory=1944632 CPUtime=993.47 cores=0-7
/proc/959/stat : 959 (java) S 957 957 31623 0 -1 1077944320 85990 0 0 0 99142 205 0 0 20 0 28 0 419625063 29458767872 486158 33554432000 4194304 4196468 140735416485664 140735416468208 140102048841463 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
/proc/959/statm: 7192082 486158 3528 1 0 7153184 0
[pid=959/tid=960] ppid=957 vsize=28768328 memory=1944632 CPUtime=0.68 cores=0-7
/proc/959/task/960/stat : 960 (java) S 957 957 31623 0 -1 1077944384 9306 0 0 0 63 5 0 0 20 0 28 0 419625063 29458767872 486158 33554432000 4194304 4196468 140735416485664 140102053082240 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=961] ppid=957 vsize=28768328 memory=1944632 CPUtime=0.56 cores=0-7
/proc/959/task/961/stat : 961 (java) S 957 957 31623 0 -1 1077944384 938 0 0 0 39 17 0 0 20 0 28 0 419625064 29458767872 486158 33554432000 4194304 4196468 140735416485664 140101968693520 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=962] ppid=957 vsize=28768328 memory=1452 CPUtime=0.52 cores=0-7
/proc/959/task/962/stat : 962 (java) S 957 957 31623 0 -1 1077944384 530 0 0 0 37 15 0 0 20 0 28 0 419625064 29458767872 486158 33554432000 4194304 4196468 140735416485664 140101599484304 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=963] ppid=957 vsize=28768328 memory=1452 CPUtime=0.52 cores=0-7
/proc/959/task/963/stat : 963 (java) S 957 957 31623 0 -1 1077944384 1408 0 0 0 37 15 0 0 20 0 28 0 419625064 29458767872 486158 33554432000 4194304 4196468 140735416485664 140101598431760 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=964] ppid=957 vsize=28768328 memory=1944632 CPUtime=0.52 cores=0-7
/proc/959/task/964/stat : 964 (java) S 957 957 31623 0 -1 1077944384 725 0 0 0 38 14 0 0 20 0 28 0 419625064 29458767872 486158 33554432000 4194304 4196468 140735416485664 140101597379216 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=965] ppid=957 vsize=28768328 memory=280813150729856 CPUtime=0.55 cores=0-7
/proc/959/task/965/stat : 965 (java) S 957 957 31623 0 -1 1077944384 1044 0 0 0 40 15 0 0 20 0 28 0 419625064 29458767872 486158 33554432000 4194304 4196468 140735416485664 140101596326672 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=966] ppid=957 vsize=28768328 memory=-6660357159656221828 CPUtime=0.54 cores=0-7
/proc/959/task/966/stat : 966 (java) S 957 957 31623 0 -1 1077944384 1917 0 0 0 38 16 0 0 20 0 28 0 419625064 29458767872 486158 33554432000 4194304 4196468 140735416485664 140101595274128 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=967] ppid=957 vsize=28768328 memory=1192 CPUtime=0.53 cores=0-7
/proc/959/task/967/stat : 967 (java) S 957 957 31623 0 -1 1077944384 772 0 0 0 37 16 0 0 20 0 28 0 419625064 29458767872 486158 33554432000 4194304 4196468 140735416485664 140101594221584 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=968] ppid=957 vsize=28768328 memory=940 CPUtime=0.52 cores=0-7
/proc/959/task/968/stat : 968 (java) S 957 957 31623 0 -1 1077944384 1293 0 0 0 37 15 0 0 20 0 28 0 419625064 29458767872 486158 33554432000 4194304 4196468 140735416485664 140101593169040 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=969] ppid=957 vsize=28768328 memory=1452 CPUtime=0.14 cores=0-7
/proc/959/task/969/stat : 969 (java) S 957 957 31623 0 -1 1077944384 3498 0 0 0 9 5 0 0 20 0 28 0 419625065 29458767872 486158 33554432000 4194304 4196468 140735416485664 140100293687280 140102048852610 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=970] ppid=957 vsize=28768328 memory=1452 CPUtime=0 cores=0-7
/proc/959/task/970/stat : 970 (java) S 957 957 31623 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 28 0 419625066 29458767872 486158 33554432000 4194304 4196468 140735416485664 140100292633568 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=971] ppid=957 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/959/task/971/stat : 971 (java) S 957 957 31623 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 28 0 419625066 29458767872 486158 33554432000 4194304 4196468 140735416485664 140100291580928 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=972] ppid=957 vsize=28768328 memory=1 CPUtime=0 cores=0-7
/proc/959/task/972/stat : 972 (java) S 957 957 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419625069 29458767872 486158 33554432000 4194304 4196468 140735416485664 140100222576848 140102048860059 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=973] ppid=957 vsize=28768328 memory=1452 CPUtime=2.02 cores=0-7
/proc/959/task/973/stat : 973 (java) S 957 957 31623 0 -1 1077944384 8190 0 0 0 200 2 0 0 20 0 28 0 419625069 29458767872 486158 33554432000 4194304 4196468 140735416485664 140100221524464 140102048852610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=974] ppid=957 vsize=28768328 memory=1452 CPUtime=2.53 cores=0-7
/proc/959/task/974/stat : 974 (java) S 957 957 31623 0 -1 1077944384 12981 0 0 0 250 3 0 0 20 0 28 0 419625069 29458767872 486158 33554432000 4194304 4196468 140735416485664 140100220471920 140102048852610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=975] ppid=957 vsize=28768328 memory=1452 CPUtime=2.5 cores=0-7
/proc/959/task/975/stat : 975 (java) S 957 957 31623 0 -1 1077944384 10098 0 0 0 248 2 0 0 20 0 28 0 419625069 29458767872 486158 33554432000 4194304 4196468 140735416485664 140100219419376 140102048852610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=976] ppid=957 vsize=28768328 memory=3620 CPUtime=1 cores=0-7
/proc/959/task/976/stat : 976 (java) S 957 957 31623 0 -1 1077944384 9093 0 0 0 98 2 0 0 20 0 28 0 419625069 29458767872 486158 33554432000 4194304 4196468 140735416485664 140100218366832 140102048852610 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=977] ppid=957 vsize=28768328 memory=1452 CPUtime=0 cores=0-7
/proc/959/task/977/stat : 977 (java) S 957 957 31623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419625069 29458767872 486158 33554432000 4194304 4196468 140735416485664 140100217313504 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=978] ppid=957 vsize=28768328 memory=1944632 CPUtime=0.05 cores=0-7
/proc/959/task/978/stat : 978 (java) S 957 957 31623 0 -1 1077944384 568 0 0 0 1 4 0 0 20 0 28 0 419625069 29458767872 486158 33554432000 4194304 4196468 140735416485664 140100216261040 140102048852610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=979] ppid=957 vsize=28768328 memory=1452 CPUtime=118.67 cores=0-7
/proc/959/task/979/stat : 979 (java) S 957 957 31623 0 -1 1077944384 1081 0 0 0 11866 1 0 0 20 0 28 0 419625133 29458767872 486158 33554432000 4194304 4196468 140735416485664 140100207291952 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=980] ppid=957 vsize=28768328 memory=1944632 CPUtime=119.9 cores=0-7
/proc/959/task/980/stat : 980 (java) S 957 957 31623 0 -1 1077944384 959 0 0 0 11989 1 0 0 20 0 28 0 419625133 29458767872 486158 33554432000 4194304 4196468 140735416485664 140100206240848 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=981] ppid=957 vsize=28768328 memory=1556 CPUtime=143.03 cores=0-7
/proc/959/task/981/stat : 981 (java) R 957 957 31623 0 -1 4202560 5696 0 0 0 14295 8 0 0 20 0 28 0 419625133 29458767872 486158 33554432000 4194304 4196468 140735416485664 140100205183072 140101659521234 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=982] ppid=957 vsize=28768328 memory=928 CPUtime=119.94 cores=0-7
/proc/959/task/982/stat : 982 (java) S 957 957 31623 0 -1 1077944384 3241 0 0 0 11978 16 0 0 20 0 28 0 419625133 29458767872 486158 33554432000 4194304 4196468 140735416485664 140100204135760 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=983] ppid=957 vsize=28768328 memory=1452 CPUtime=119.67 cores=0-7
/proc/959/task/983/stat : 983 (java) S 957 957 31623 0 -1 1077944384 1737 0 0 0 11963 4 0 0 20 0 28 0 419625134 29458767872 486158 33554432000 4194304 4196468 140735416485664 140100203083216 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=984] ppid=957 vsize=28768328 memory=1944632 CPUtime=120.03 cores=0-7
/proc/959/task/984/stat : 984 (java) S 957 957 31623 0 -1 1077944384 3273 0 0 0 11998 5 0 0 20 0 28 0 419625134 29458767872 486158 33554432000 4194304 4196468 140735416485664 140100202030672 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=985] ppid=957 vsize=28768328 memory=1452 CPUtime=119.52 cores=0-7
/proc/959/task/985/stat : 985 (java) S 957 957 31623 0 -1 1077944384 951 0 0 0 11950 2 0 0 20 0 28 0 419625134 29458767872 486158 33554432000 4194304 4196468 140735416485664 140100200977104 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
[pid=959/tid=986] ppid=957 vsize=28768328 memory=1452 CPUtime=119.3 cores=0-7
/proc/959/task/986/stat : 986 (java) S 957 957 31623 0 -1 1077944384 5385 0 0 0 11913 17 0 0 20 0 28 0 419625134 29458767872 486158 33554432000 4194304 4196468 140735416485664 140100199924560 140102048851669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24903680 140735416488938 140735416489110 140735416489110 140735416491983 0
Current children cumulated CPU time: 993.47 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 1946084 KiB

Child status: 0
Real time (s): 145.776
CPU time (s): 993.578
CPU user time (s): 991.498
CPU system time (s): 2.08054
CPU usage (%): 681.577
Max. virtual memory (cumulated for all children) (KiB): 28881456
Max. memory (cumulated for all children) (KiB): 1950708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 991.498
system time used= 2.08054
maximum resident set size= 1949352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90184
page faults= 0
swaps= 0
block input operations= 0
block output operations= 624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12456
involuntary context switches= 12449


# summary of solver processes directly reported to runsolver:
#   pid: 957
#   total CPU time (s): 993.578
#   total CPU user time (s): 991.498
#   total CPU system time (s): 2.08054

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.58631 second user time and 1.30623 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-14 05:59:00
IDJOB=4393653
IDBENCH=133411
IDSOLVER=2841
FILE ID=node125/4393653-1568433582
RUNJOBID= node125-1568426266-31650
PBS_JOBID= 21702287
Free space on /tmp= 59780 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/Primes/Primes-m1-p10/Primes-10-60-3-7.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4393653-1568433582/watcher-4393653-1568433582 -o /tmp/evaluation-result-4393653-1568433582/solver-4393653-1568433582 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node125-1568426266-31650 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 652102555 HOME/instance-4393653-1568433582.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 24593adebe844e759ba30cbfe45e1115
RANDOM SEED=652102555

node125.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.29
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.29
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.29
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.29
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:        30870676 kB
MemAvailable:   31872884 kB
Buffers:          149732 kB
Cached:          1144656 kB
SwapCached:        38320 kB
Active:           679588 kB
Inactive:         657720 kB
Active(anon):      21776 kB
Inactive(anon):    60816 kB
Active(file):     657812 kB
Inactive(file):   596904 kB
Unevictable:      108024 kB
Mlocked:          108024 kB
SwapTotal:      67108860 kB
SwapFree:       66967048 kB
Dirty:               448 kB
Writeback:          9800 kB
AnonPages:        113668 kB
Mapped:            43936 kB
Shmem:             31276 kB
Slab:             156936 kB
SReclaimable:     126656 kB
SUnreclaim:        30280 kB
KernelStack:        3424 kB
PageTables:         5292 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 59752 MiB
End job on node125 at 2019-09-14 06:01:26