Trace number 4404441

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-20 parallelSAT 540.463 69.1152

General information on the benchmark

NamePrimes/
Primes-m1-p10/Primes-10-40-3-5.xml
MD5SUMb9738aa7a21d23764c9c35483473acef
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 benchmark33.4427
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Number of domains1
Minimum domain size28
Maximum domain size28
Distribution of domain sizes[{"size":28,"count":91}]
Minimum variable degree0
Maximum variable degree6
Distribution of variable degrees[{"degree":0,"count":9},{"degree":1,"count":19},{"degree":2,"count":29},{"degree":3,"count":25},{"degree":4,"count":15},{"degree":6,"count":3}]
Minimum constraint arity3
Maximum constraint arity8
Distribution of constraint arities[{"arity":3,"count":3},{"arity":4,"count":8},{"arity":5,"count":9},{"arity":6,"count":5},{"arity":7,"count":6},{"arity":8,"count":9}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":40}]
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-4404441-1569002136.xml"  -tl '20160s' -p 8
0.09/0.20	c Choco 3fb4b153
0.09/0.20	c [HOME/instance-4404441-1569002136.xml, -tl, 20160s, -p, 8]
0.30/0.24	c 8 solvers in parallel
0.30/0.30	c parse instance...
1.27/0.64	c solve instance...
539.76/69.10	s SATISFIABLE
539.76/69.10	v <instantiation>
539.76/69.10	v 	<list>x[0] x[2] x[3] x[4] x[5] x[6] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[31] x[32] x[33] x[34] x[35] 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[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[71] x[72] x[73] x[74] x[75] x[76] 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[93] x[94] x[95] x[96] x[97] x[98] x[99] </list>
539.76/69.10	v 	<values>27 22 3 20 16 26 29 6 16 22 4 12 3 25 3 10 4 17 17 18 21 7 9 6 7 29 13 4 19 23 29 24 18 3 20 23 9 6 8 13 24 21 11 15 3 7 3 2 4 6 13 3 24 14 16 27 26 10 19 14 28 29 14 25 11 13 9 21 26 20 10 7 9 29 8 8 20 24 2 6 3 10 22 2 16 21 5 18 14 22 23 </values>
539.76/69.10	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 (11607 MiB free)
  memory of node 1: 16384 MiB (12664 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4404441-1569002136/watcher-4404441-1569002136 -o /tmp/evaluation-result-4404441-1569002136/solver-4404441-1569002136 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1568994181-18427 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 175904034 HOME/instance-4404441-1569002136.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
Current StackSize limit: 8192 KiB

solver pid=20472, runsolver pid=20469

[startup+0.100151 s]*
/proc/loadavg: 8.16 8.33 7.80 2/212 20493
/proc/meminfo: memFree=24838328/32770624 swapFree=66999228/67108860
[pid=20472] ppid=20469 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/20472/stat : 20472 (xcsp3-exec) S 20469 20472 18400 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 476466703 115843072 363 33554432000 4194304 5098028 140737226128272 140737226126376 140309359362684 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14688256 140737226130294 140737226130537 140737226130537 140737226133450 0
/proc/20472/statm: 28282 363 305 221 0 87 0
[pid=20474] ppid=20472 vsize=28227396 memory=29024 CPUtime=0.09 cores=0-7
/proc/20474/stat : 20474 (java) S 20472 20472 18400 0 -1 1077944320 5690 0 0 0 8 1 0 0 20 0 20 0 476466704 28904853504 7256 33554432000 4194304 4196468 140733680951664 140733680934208 139850963615479 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
/proc/20474/statm: 7056849 7256 3009 1 0 7019032 0
[pid=20474/tid=20475] ppid=20472 vsize=28227396 memory=576460756329955445 CPUtime=0.06 cores=0-7
/proc/20474/task/20475/stat : 20475 (java) R 20472 20472 18400 0 -1 4202560 3826 0 0 0 6 0 0 0 20 0 20 0 476466704 28904853504 7256 33554432000 4194304 4196468 140733680951664 139850967842336 139850947695966 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20476] ppid=20472 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20474/task/20476/stat : 20476 (java) S 20472 20472 18400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476466705 28904853504 7256 33554432000 4194304 4196468 140733680951664 139850916236176 139850963625685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20477] ppid=20472 vsize=28227396 memory=139779486200055 CPUtime=0 cores=0-7
/proc/20474/task/20477/stat : 20477 (java) S 20472 20472 18400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476466705 28904853504 7256 33554432000 4194304 4196468 140733680951664 139850915183376 139850963625685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20478] ppid=20472 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20474/task/20478/stat : 20478 (java) S 20472 20472 18400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476466705 28904853504 7256 33554432000 4194304 4196468 140733680951664 139850512456848 139850963625685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20479] ppid=20472 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20474/task/20479/stat : 20479 (java) S 20472 20472 18400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476466705 28904853504 7256 33554432000 4194304 4196468 140733680951664 139850511404048 139850963625685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20480] ppid=20472 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20474/task/20480/stat : 20480 (java) S 20472 20472 18400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476466705 28904853504 7256 33554432000 4194304 4196468 140733680951664 139850510350736 139850963625685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20481] ppid=20472 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/20474/task/20481/stat : 20481 (java) S 20472 20472 18400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476466705 28904853504 7256 33554432000 4194304 4196468 140733680951664 139850509297936 139850963625685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20482] ppid=20472 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20474/task/20482/stat : 20482 (java) S 20472 20472 18400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476466705 28904853504 7256 33554432000 4194304 4196468 140733680951664 139850508245648 139850963625685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20483] ppid=20472 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20474/task/20483/stat : 20483 (java) S 20472 20472 18400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476466705 28904853504 7256 33554432000 4194304 4196468 140733680951664 139850507192848 139850963625685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20484] ppid=20472 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20474/task/20484/stat : 20484 (java) S 20472 20472 18400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476466706 28904853504 7256 33554432000 4194304 4196468 140733680951664 139849360169584 139850963626626 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20485] ppid=20472 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20474/task/20485/stat : 20485 (java) S 20472 20472 18400 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476466707 28904853504 7256 33554432000 4194304 4196468 140733680951664 139849359115552 139850963625685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20486] ppid=20472 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20474/task/20486/stat : 20486 (java) S 20472 20472 18400 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476466707 28904853504 7256 33554432000 4194304 4196468 140733680951664 139849358063216 139850963625685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20487] ppid=20472 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20474/task/20487/stat : 20487 (java) S 20472 20472 18400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476466709 28904853504 7256 33554432000 4194304 4196468 140733680951664 139849357011536 139850963634075 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20488] ppid=20472 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20474/task/20488/stat : 20488 (java) S 20472 20472 18400 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 20 0 476466711 28904853504 7256 33554432000 4194304 4196468 140733680951664 139849355958384 139850963626626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20489] ppid=20472 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20474/task/20489/stat : 20489 (java) S 20472 20472 18400 0 -1 1077944384 284 0 0 0 0 0 0 0 20 0 20 0 476466711 28904853504 7256 33554432000 4194304 4196468 140733680951664 139849354905584 139850963626626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20490] ppid=20472 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20474/task/20490/stat : 20490 (java) S 20472 20472 18400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476466711 28904853504 7256 33554432000 4194304 4196468 140733680951664 139849353853296 139850963626626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20491] ppid=20472 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20474/task/20491/stat : 20491 (java) R 20472 20472 18400 0 -1 4202560 254 0 0 0 0 0 0 0 20 0 20 0 476466711 28904853504 7256 33554432000 4194304 4196468 140733680951664 139849352800496 139850942241343 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20492] ppid=20472 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20474/task/20492/stat : 20492 (java) S 20472 20472 18400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476466712 28904853504 7256 33554432000 4194304 4196468 140733680951664 139849351748448 139850963625685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20493] ppid=20472 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/20474/task/20493/stat : 20493 (java) S 20472 20472 18400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476466712 28904853504 7256 33554432000 4194304 4196468 140733680951664 139849350695728 139850963626626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30476 KiB

[startup+0.210454 s]*
/proc/loadavg: 8.16 8.33 7.80 2/212 20493
/proc/meminfo: memFree=24824700/32770624 swapFree=66999228/67108860
[pid=20472] ppid=20469 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/20472/stat : 20472 (xcsp3-exec) S 20469 20472 18400 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 476466703 115843072 363 33554432000 4194304 5098028 140737226128272 140737226126376 140309359362684 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14688256 140737226130294 140737226130537 140737226130537 140737226133450 0
/proc/20472/statm: 28282 363 305 221 0 87 0
[pid=20474] ppid=20472 vsize=28227396 memory=40712 CPUtime=0.3 cores=0-7
/proc/20474/stat : 20474 (java) S 20472 20472 18400 0 -1 1077944320 9401 0 0 0 27 3 0 0 20 0 20 0 476466704 28904853504 10178 33554432000 4194304 4196468 140733680951664 140733680934208 139850963615479 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
/proc/20474/statm: 7056849 10178 3282 1 0 7019032 0
[pid=20474/tid=20475] ppid=20472 vsize=28227396 memory=8318255677412212789 CPUtime=0.18 cores=0-7
/proc/20474/task/20475/stat : 20475 (java) R 20472 20472 18400 0 -1 4202560 6673 0 0 0 16 2 0 0 20 0 20 0 476466704 28904853504 10178 33554432000 4194304 4196468 140733680951664 139850967853040 139850963637405 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20476] ppid=20472 vsize=28227396 memory=288230609019732336 CPUtime=0 cores=0-7
/proc/20474/task/20476/stat : 20476 (java) S 20472 20472 18400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476466705 28904853504 10178 33554432000 4194304 4196468 140733680951664 139850916236176 139850963625685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20477] ppid=20472 vsize=28227396 memory=288370155637892736 CPUtime=0 cores=0-7
/proc/20474/task/20477/stat : 20477 (java) S 20472 20472 18400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476466705 28904853504 10178 33554432000 4194304 4196468 140733680951664 139850915183376 139850963625685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20478] ppid=20472 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/20474/task/20478/stat : 20478 (java) S 20472 20472 18400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476466705 28904853504 10178 33554432000 4194304 4196468 140733680951664 139850512456848 139850963625685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20479] ppid=20472 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20474/task/20479/stat : 20479 (java) S 20472 20472 18400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476466705 28904853504 10178 33554432000 4194304 4196468 140733680951664 139850511404048 139850963625685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20480] ppid=20472 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20474/task/20480/stat : 20480 (java) S 20472 20472 18400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476466705 28904853504 10178 33554432000 4194304 4196468 140733680951664 139850510350736 139850963625685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20481] ppid=20472 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/20474/task/20481/stat : 20481 (java) S 20472 20472 18400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476466705 28904853504 10178 33554432000 4194304 4196468 140733680951664 139850509297936 139850963625685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20482] ppid=20472 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20474/task/20482/stat : 20482 (java) S 20472 20472 18400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476466705 28904853504 10178 33554432000 4194304 4196468 140733680951664 139850508245648 139850963625685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20483] ppid=20472 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20474/task/20483/stat : 20483 (java) S 20472 20472 18400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476466705 28904853504 10178 33554432000 4194304 4196468 140733680951664 139850507192848 139850963625685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20484] ppid=20472 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20474/task/20484/stat : 20484 (java) S 20472 20472 18400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476466706 28904853504 10178 33554432000 4194304 4196468 140733680951664 139849360169584 139850963626626 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20485] ppid=20472 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20474/task/20485/stat : 20485 (java) S 20472 20472 18400 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476466707 28904853504 10178 33554432000 4194304 4196468 140733680951664 139849359115552 139850963625685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20486] ppid=20472 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20474/task/20486/stat : 20486 (java) S 20472 20472 18400 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476466707 28904853504 10178 33554432000 4194304 4196468 140733680951664 139849358063216 139850963625685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20487] ppid=20472 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20474/task/20487/stat : 20487 (java) S 20472 20472 18400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476466709 28904853504 10178 33554432000 4194304 4196468 140733680951664 139849357011536 139850963634075 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20488] ppid=20472 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/20474/task/20488/stat : 20488 (java) S 20472 20472 18400 0 -1 1077944384 188 0 0 0 1 0 0 0 20 0 20 0 476466711 28904853504 10178 33554432000 4194304 4196468 140733680951664 139849355958384 139850963626626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20489] ppid=20472 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/20474/task/20489/stat : 20489 (java) S 20472 20472 18400 0 -1 1077944384 340 0 0 0 1 0 0 0 20 0 20 0 476466711 28904853504 10178 33554432000 4194304 4196468 140733680951664 139849354905584 139850963626626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20490] ppid=20472 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/20474/task/20490/stat : 20490 (java) S 20472 20472 18400 0 -1 1077944384 136 0 0 0 1 0 0 0 20 0 20 0 476466711 28904853504 10178 33554432000 4194304 4196468 140733680951664 139849353853296 139850963626626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20491] ppid=20472 vsize=28227396 memory=0 CPUtime=0.06 cores=0-7
/proc/20474/task/20491/stat : 20491 (java) R 20472 20472 18400 0 -1 4202560 753 0 0 0 6 0 0 0 20 0 20 0 476466711 28904853504 10178 33554432000 4194304 4196468 140733680951664 139849352800496 139850963636826 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20492] ppid=20472 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20474/task/20492/stat : 20492 (java) S 20472 20472 18400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476466712 28904853504 10178 33554432000 4194304 4196468 140733680951664 139849351748448 139850963625685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20493] ppid=20472 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/20474/task/20493/stat : 20493 (java) S 20472 20472 18400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476466712 28904853504 10178 33554432000 4194304 4196468 140733680951664 139849350695728 139850963626626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42164 KiB

[startup+0.310313 s]*
/proc/loadavg: 8.16 8.33 7.80 3/212 20493
/proc/meminfo: memFree=24820852/32770624 swapFree=66999228/67108860
[pid=20472] ppid=20469 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/20472/stat : 20472 (xcsp3-exec) S 20469 20472 18400 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 476466703 115843072 363 33554432000 4194304 5098028 140737226128272 140737226126376 140309359362684 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14688256 140737226130294 140737226130537 140737226130537 140737226133450 0
/proc/20472/statm: 28282 363 305 221 0 87 0
[pid=20474] ppid=20472 vsize=28231652 memory=46848 CPUtime=0.48 cores=0-7
/proc/20474/stat : 20474 (java) S 20472 20472 18400 0 -1 1077944320 10503 0 0 0 44 4 0 0 20 0 20 0 476466704 28909211648 11712 33554432000 4194304 4196468 140733680951664 140733680934208 139850963615479 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
/proc/20474/statm: 7057913 11712 3349 1 0 7019032 0
[pid=20474/tid=20475] ppid=20472 vsize=28231652 memory=8317482817917895235 CPUtime=0.28 cores=0-7
/proc/20474/task/20475/stat : 20475 (java) R 20472 20472 18400 0 -1 4202560 7646 0 0 0 25 3 0 0 20 0 20 0 476466704 28909211648 11712 33554432000 4194304 4196468 140733680951664 139850967846064 139850949885648 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20476] ppid=20472 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/20474/task/20476/stat : 20476 (java) S 20472 20472 18400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476466705 28909211648 11712 33554432000 4194304 4196468 140733680951664 139850916236176 139850963625685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20477] ppid=20472 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/20474/task/20477/stat : 20477 (java) S 20472 20472 18400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476466705 28909211648 11712 33554432000 4194304 4196468 140733680951664 139850915183376 139850963625685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20478] ppid=20472 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/20474/task/20478/stat : 20478 (java) S 20472 20472 18400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476466705 28909211648 11712 33554432000 4194304 4196468 140733680951664 139850512456848 139850963625685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20479] ppid=20472 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/20474/task/20479/stat : 20479 (java) S 20472 20472 18400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476466705 28909211648 11712 33554432000 4194304 4196468 140733680951664 139850511404048 139850963625685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20480] ppid=20472 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/20474/task/20480/stat : 20480 (java) S 20472 20472 18400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476466705 28909211648 11712 33554432000 4194304 4196468 140733680951664 139850510350736 139850963625685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20481] ppid=20472 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/20474/task/20481/stat : 20481 (java) S 20472 20472 18400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476466705 28909211648 11712 33554432000 4194304 4196468 140733680951664 139850509297936 139850963625685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20482] ppid=20472 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/20474/task/20482/stat : 20482 (java) S 20472 20472 18400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476466705 28909211648 11712 33554432000 4194304 4196468 140733680951664 139850508245648 139850963625685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20483] ppid=20472 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/20474/task/20483/stat : 20483 (java) S 20472 20472 18400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476466705 28909211648 11712 33554432000 4194304 4196468 140733680951664 139850507192848 139850963625685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20484] ppid=20472 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/20474/task/20484/stat : 20484 (java) S 20472 20472 18400 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476466706 28909211648 11712 33554432000 4194304 4196468 140733680951664 139849360169584 139850963626626 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20485] ppid=20472 vsize=28231652 memory=279558750412160 CPUtime=0 cores=0-7
/proc/20474/task/20485/stat : 20485 (java) S 20472 20472 18400 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476466707 28909211648 11712 33554432000 4194304 4196468 140733680951664 139849359115552 139850963625685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20486] ppid=20472 vsize=28231652 memory=279558750416768 CPUtime=0 cores=0-7
/proc/20474/task/20486/stat : 20486 (java) S 20472 20472 18400 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476466707 28909211648 11712 33554432000 4194304 4196468 140733680951664 139849358063216 139850963625685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20487] ppid=20472 vsize=28231652 memory=279558750421376 CPUtime=0 cores=0-7
/proc/20474/task/20487/stat : 20487 (java) S 20472 20472 18400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476466709 28909211648 11712 33554432000 4194304 4196468 140733680951664 139849357011536 139850963634075 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20488] ppid=20472 vsize=28231652 memory=279558750425984 CPUtime=0.02 cores=0-7
/proc/20474/task/20488/stat : 20488 (java) S 20472 20472 18400 0 -1 1077944384 203 0 0 0 2 0 0 0 20 0 20 0 476466711 28909211648 11712 33554432000 4194304 4196468 140733680951664 139849355958384 139850963626626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20489] ppid=20472 vsize=28231652 memory=279558750430592 CPUtime=0.02 cores=0-7
/proc/20474/task/20489/stat : 20489 (java) S 20472 20472 18400 0 -1 1077944384 340 0 0 0 2 0 0 0 20 0 20 0 476466711 28909211648 11712 33554432000 4194304 4196468 140733680951664 139849354905584 139850963626626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20490] ppid=20472 vsize=28231652 memory=279558750435200 CPUtime=0.02 cores=0-7
/proc/20474/task/20490/stat : 20490 (java) S 20472 20472 18400 0 -1 1077944384 136 0 0 0 2 0 0 0 20 0 20 0 476466711 28909211648 11712 33554432000 4194304 4196468 140733680951664 139849353853296 139850963626626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20491] ppid=20472 vsize=28231652 memory=279558750439808 CPUtime=0.12 cores=0-7
/proc/20474/task/20491/stat : 20491 (java) R 20472 20472 18400 0 -1 4202560 876 0 0 0 12 0 0 0 20 0 20 0 476466711 28909211648 11712 33554432000 4194304 4196468 140733680951664 139849352800496 139850956712315 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20492] ppid=20472 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/20474/task/20492/stat : 20492 (java) S 20472 20472 18400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476466712 28909211648 11712 33554432000 4194304 4196468 140733680951664 139849351748448 139850963625685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20493] ppid=20472 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/20474/task/20493/stat : 20493 (java) S 20472 20472 18400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476466712 28909211648 11712 33554432000 4194304 4196468 140733680951664 139849350695728 139850963626626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 48300 KiB

[startup+0.700895 s]
/proc/loadavg: 8.16 8.33 7.80 5/212 20493
/proc/meminfo: memFree=24803228/32770624 swapFree=66999228/67108860
[pid=20472] ppid=20469 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/20472/stat : 20472 (xcsp3-exec) S 20469 20472 18400 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 476466703 115843072 363 33554432000 4194304 5098028 140737226128272 140737226126376 140309359362684 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14688256 140737226130294 140737226130537 140737226130537 140737226133450 0
/proc/20472/statm: 28282 363 305 221 0 87 0
[pid=20474] ppid=20472 vsize=28766288 memory=105764 CPUtime=1.79 cores=0-7
/proc/20474/stat : 20474 (java) S 20472 20472 18400 0 -1 1077944320 16363 0 0 0 173 6 0 0 20 0 28 0 476466704 29456678912 26441 33554432000 4194304 4196468 140733680951664 140733680934208 139850963615479 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
/proc/20474/statm: 7191572 26441 3460 1 0 7152672 0
[pid=20474/tid=20475] ppid=20472 vsize=28766288 memory=4580 CPUtime=0.61 cores=0-7
/proc/20474/task/20475/stat : 20475 (java) S 20472 20472 18400 0 -1 1077944384 9292 0 0 0 57 4 0 0 20 0 28 0 476466704 29456678912 26441 33554432000 4194304 4196468 140733680951664 139850967856256 139850963625685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20476] ppid=20472 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/20474/task/20476/stat : 20476 (java) S 20472 20472 18400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476466705 29456678912 26506 33554432000 4194304 4196468 140733680951664 139850916236176 139850963625685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20477] ppid=20472 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/20474/task/20477/stat : 20477 (java) S 20472 20472 18400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 476466705 29456678912 26506 33554432000 4194304 4196468 140733680951664 139850915183376 139850963625685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20478] ppid=20472 vsize=28766288 memory=2828 CPUtime=0 cores=0-7
/proc/20474/task/20478/stat : 20478 (java) S 20472 20472 18400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 476466705 29456678912 26506 33554432000 4194304 4196468 140733680951664 139850512456848 139850963625685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0

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

[pid=20474/tid=20496] ppid=20472 vsize=28766288 memory=-6237260743560493418 CPUtime=65.1 cores=0-7
/proc/20474/task/20496/stat : 20496 (java) R 20472 20472 18400 0 -1 4202560 1299 0 0 0 6503 7 0 0 20 0 28 0 476466769 29456678912 183473 33554432000 4194304 4196468 140733680951664 139849339612816 139850599208693 0 4 0 16800975 0 0 0 -1 0 0 0 42 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20497] ppid=20472 vsize=28766288 memory=4206468019014099040 CPUtime=65.18 cores=0-7
/proc/20474/task/20497/stat : 20497 (java) R 20472 20472 18400 0 -1 4202560 1706 0 0 0 6513 5 0 0 20 0 28 0 476466769 29456678912 183473 33554432000 4194304 4196468 140733680951664 139849338560016 139850600916813 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20498] ppid=20472 vsize=28766288 memory=8257237230052613020 CPUtime=65.72 cores=0-7
/proc/20474/task/20498/stat : 20498 (java) R 20472 20472 18400 0 -1 4202560 1883 0 0 0 6567 5 0 0 20 0 28 0 476466769 29456678912 183473 33554432000 4194304 4196468 140733680951664 139849337507728 139850599208423 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20499] ppid=20472 vsize=28766288 memory=6994781559841273980 CPUtime=65.48 cores=0-7
/proc/20474/task/20499/stat : 20499 (java) R 20472 20472 18400 0 -1 4202560 1879 0 0 0 6539 9 0 0 20 0 28 0 476466769 29456678912 183473 33554432000 4194304 4196468 140733680951664 139849336455024 139850599670761 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20500] ppid=20472 vsize=28766288 memory=-6519613052471072158 CPUtime=65.29 cores=0-7
/proc/20474/task/20500/stat : 20500 (java) R 20472 20472 18400 0 -1 4202560 1171 0 0 0 6526 3 0 0 20 0 28 0 476466769 29456678912 183473 33554432000 4194304 4196468 140733680951664 139849335403128 139850598982530 0 4 0 16800975 0 0 0 -1 6 0 0 41 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20501] ppid=20472 vsize=28766288 memory=279558750208240 CPUtime=65.37 cores=0-7
/proc/20474/task/20501/stat : 20501 (java) R 20472 20472 18400 0 -1 4202560 1715 0 0 0 6532 5 0 0 20 0 28 0 476466770 29456678912 183473 33554432000 4194304 4196468 140733680951664 139849334349760 139850599670233 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
Current children cumulated CPU time: 531.81 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 735344 KiB

[startup+68.8013 s]
/proc/loadavg: 8.68 8.45 7.88 9/219 20507
/proc/meminfo: memFree=24128544/32770624 swapFree=66999228/67108860
[pid=20472] ppid=20469 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/20472/stat : 20472 (xcsp3-exec) S 20469 20472 18400 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 476466703 115843072 363 33554432000 4194304 5098028 140737226128272 140737226126376 140309359362684 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14688256 140737226130294 140737226130537 140737226130537 140737226133450 0
/proc/20472/statm: 28282 363 305 221 0 87 0
[pid=20474] ppid=20472 vsize=28766288 memory=725172 CPUtime=538.08 cores=0-7
/proc/20474/stat : 20474 (java) S 20472 20472 18400 0 -1 1077944320 61859 0 0 0 53671 137 0 0 20 0 28 0 476466704 29456678912 181293 33554432000 4194304 4196468 140733680951664 140733680934208 139850963615479 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
/proc/20474/statm: 7191572 181293 3528 1 0 7152672 0
[pid=20474/tid=20475] ppid=20472 vsize=28766288 memory=1452 CPUtime=0.61 cores=0-7
/proc/20474/task/20475/stat : 20475 (java) S 20472 20472 18400 0 -1 1077944384 9292 0 0 0 57 4 0 0 20 0 28 0 476466704 29456678912 181293 33554432000 4194304 4196468 140733680951664 139850967856256 139850963625685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20476] ppid=20472 vsize=28766288 memory=551164 CPUtime=0.34 cores=0-7
/proc/20474/task/20476/stat : 20476 (java) S 20472 20472 18400 0 -1 1077944384 1161 0 0 0 25 9 0 0 20 0 28 0 476466705 29456678912 181293 33554432000 4194304 4196468 140733680951664 139850916236176 139850963625685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20477] ppid=20472 vsize=28766288 memory=279558751270240 CPUtime=0.33 cores=0-7
/proc/20474/task/20477/stat : 20477 (java) S 20472 20472 18400 0 -1 1077944384 718 0 0 0 24 9 0 0 20 0 28 0 476466705 29456678912 181293 33554432000 4194304 4196468 140733680951664 139850915183376 139850963625685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20478] ppid=20472 vsize=28766288 memory=6944656592387989600 CPUtime=0.35 cores=0-7
/proc/20474/task/20478/stat : 20478 (java) S 20472 20472 18400 0 -1 1077944384 1591 0 0 0 26 9 0 0 20 0 28 0 476466705 29456678912 181293 33554432000 4194304 4196468 140733680951664 139850512456848 139850963625685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20479] ppid=20472 vsize=28766288 memory=6944656592455359580 CPUtime=0.34 cores=0-7
/proc/20474/task/20479/stat : 20479 (java) S 20472 20472 18400 0 -1 1077944384 1082 0 0 0 26 8 0 0 20 0 28 0 476466705 29456678912 181293 33554432000 4194304 4196468 140733680951664 139850511404048 139850963625685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20480] ppid=20472 vsize=28766288 memory=6944656575208382560 CPUtime=0.37 cores=0-7
/proc/20474/task/20480/stat : 20480 (java) S 20472 20472 18400 0 -1 1077944384 1208 0 0 0 28 9 0 0 20 0 28 0 476466705 29456678912 181293 33554432000 4194304 4196468 140733680951664 139850510350736 139850963625685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20481] ppid=20472 vsize=28766288 memory=6655300316396806240 CPUtime=0.32 cores=0-7
/proc/20474/task/20481/stat : 20481 (java) S 20472 20472 18400 0 -1 1077944384 995 0 0 0 23 9 0 0 20 0 28 0 476466705 29456678912 181293 33554432000 4194304 4196468 140733680951664 139850509297936 139850963625685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20482] ppid=20472 vsize=28766288 memory=6944656575208382560 CPUtime=0.32 cores=0-7
/proc/20474/task/20482/stat : 20482 (java) S 20472 20472 18400 0 -1 1077944384 787 0 0 0 23 9 0 0 20 0 28 0 476466705 29456678912 181293 33554432000 4194304 4196468 140733680951664 139850508245648 139850963625685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20483] ppid=20472 vsize=28766288 memory=6656426216303648864 CPUtime=0.34 cores=0-7
/proc/20474/task/20483/stat : 20483 (java) S 20472 20472 18400 0 -1 1077944384 1764 0 0 0 25 9 0 0 20 0 28 0 476466705 29456678912 181293 33554432000 4194304 4196468 140733680951664 139850507192848 139850963625685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20484] ppid=20472 vsize=28766288 memory=6943526294502006880 CPUtime=0.16 cores=0-7
/proc/20474/task/20484/stat : 20484 (java) S 20472 20472 18400 0 -1 1077944384 3738 0 0 0 10 6 0 0 20 0 28 0 476466706 29456678912 181293 33554432000 4194304 4196468 140733680951664 139849360169584 139850963626626 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20485] ppid=20472 vsize=28766288 memory=6154576158532397923 CPUtime=0 cores=0-7
/proc/20474/task/20485/stat : 20485 (java) S 20472 20472 18400 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 476466707 29456678912 181293 33554432000 4194304 4196468 140733680951664 139849359115616 139850963625685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20486] ppid=20472 vsize=28766288 memory=8101248275281833320 CPUtime=0 cores=0-7
/proc/20474/task/20486/stat : 20486 (java) S 20472 20472 18400 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 476466707 29456678912 181293 33554432000 4194304 4196468 140733680951664 139849358063232 139850963625685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20487] ppid=20472 vsize=28766288 memory=1452 CPUtime=0 cores=0-7
/proc/20474/task/20487/stat : 20487 (java) S 20472 20472 18400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476466709 29456678912 181293 33554432000 4194304 4196468 140733680951664 139849357011536 139850963634075 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20488] ppid=20472 vsize=28766288 memory=645968 CPUtime=1.64 cores=0-7
/proc/20474/task/20488/stat : 20488 (java) S 20472 20472 18400 0 -1 1077944384 8165 0 0 0 163 1 0 0 20 0 28 0 476466711 29456678912 181293 33554432000 4194304 4196468 140733680951664 139849355958384 139850963626626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20489] ppid=20472 vsize=28766288 memory=1560 CPUtime=1.47 cores=0-7
/proc/20474/task/20489/stat : 20489 (java) S 20472 20472 18400 0 -1 1077944384 6300 0 0 0 146 1 0 0 20 0 28 0 476466711 29456678912 181293 33554432000 4194304 4196468 140733680951664 139849354905584 139850963626626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 41 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20490] ppid=20472 vsize=28766288 memory=932 CPUtime=1.67 cores=0-7
/proc/20474/task/20490/stat : 20490 (java) S 20472 20472 18400 0 -1 1077944384 5970 0 0 0 166 1 0 0 20 0 28 0 476466711 29456678912 181293 33554432000 4194304 4196468 140733680951664 139849353853296 139850963626626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20491] ppid=20472 vsize=28766288 memory=3768 CPUtime=0.6 cores=0-7
/proc/20474/task/20491/stat : 20491 (java) S 20472 20472 18400 0 -1 1077944384 3907 0 0 0 60 0 0 0 20 0 28 0 476466711 29456678912 181293 33554432000 4194304 4196468 140733680951664 139849352800496 139850963626626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20492] ppid=20472 vsize=28766288 memory=1452 CPUtime=0 cores=0-7
/proc/20474/task/20492/stat : 20492 (java) S 20472 20472 18400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476466712 29456678912 181293 33554432000 4194304 4196468 140733680951664 139849351748448 139850963625685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20493] ppid=20472 vsize=28766288 memory=586436 CPUtime=0.01 cores=0-7
/proc/20474/task/20493/stat : 20493 (java) S 20472 20472 18400 0 -1 1077944384 1042 0 0 0 0 1 0 0 20 0 28 0 476466712 29456678912 181293 33554432000 4194304 4196468 140733680951664 139849350695728 139850963626626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 40 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20494] ppid=20472 vsize=28766288 memory=1436 CPUtime=65.97 cores=0-7
/proc/20474/task/20494/stat : 20494 (java) R 20472 20472 18400 0 -1 4202560 1355 0 0 0 6593 4 0 0 20 0 28 0 476466769 29456678912 181293 33554432000 4194304 4196468 140733680951664 139849341717904 139850599668604 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20495] ppid=20472 vsize=28766288 memory=796 CPUtime=66.19 cores=0-7
/proc/20474/task/20495/stat : 20495 (java) R 20472 20472 18400 0 -1 4202560 1238 0 0 0 6615 4 0 0 20 0 28 0 476466769 29456678912 181293 33554432000 4194304 4196468 140733680951664 139849340666616 140733681260301 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20496] ppid=20472 vsize=28766288 memory=279558750961696 CPUtime=65.88 cores=0-7
/proc/20474/task/20496/stat : 20496 (java) R 20472 20472 18400 0 -1 4202560 1309 0 0 0 6581 7 0 0 20 0 28 0 476466769 29456678912 181293 33554432000 4194304 4196468 140733680951664 139849339612912 139850600914282 0 4 0 16800975 0 0 0 -1 0 0 0 42 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20497] ppid=20472 vsize=28766288 memory=11044 CPUtime=65.96 cores=0-7
/proc/20474/task/20497/stat : 20497 (java) R 20472 20472 18400 0 -1 4202560 1726 0 0 0 6591 5 0 0 20 0 28 0 476466769 29456678912 181293 33554432000 4194304 4196468 140733680951664 139849338560112 139850600733200 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20498] ppid=20472 vsize=28766288 memory=13252 CPUtime=66.5 cores=0-7
/proc/20474/task/20498/stat : 20498 (java) R 20472 20472 18400 0 -1 4202560 2413 0 0 0 6645 5 0 0 20 0 28 0 476466769 29456678912 181293 33554432000 4194304 4196468 140733680951664 139849337507824 139850599208316 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20499] ppid=20472 vsize=28766288 memory=1452 CPUtime=66.25 cores=0-7
/proc/20474/task/20499/stat : 20499 (java) R 20472 20472 18400 0 -1 4202560 1896 0 0 0 6616 9 0 0 20 0 28 0 476466769 29456678912 181293 33554432000 4194304 4196468 140733680951664 139849336454848 139850601564540 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20500] ppid=20472 vsize=28766288 memory=733892 CPUtime=66.07 cores=0-7
/proc/20474/task/20500/stat : 20500 (java) R 20472 20472 18400 0 -1 4202560 1175 0 0 0 6604 3 0 0 20 0 28 0 476466769 29456678912 181293 33554432000 4194304 4196468 140733680951664 139849335402736 139850599667199 0 4 0 16800975 0 0 0 -1 6 0 0 41 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20501] ppid=20472 vsize=28766288 memory=13848573129264102 CPUtime=66.15 cores=0-7
/proc/20474/task/20501/stat : 20501 (java) R 20472 20472 18400 0 -1 4202560 1731 0 0 0 6610 5 0 0 20 0 28 0 476466770 29456678912 181293 33554432000 4194304 4196468 140733680951664 139849334349936 139850599135761 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
Current children cumulated CPU time: 538.08 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 726624 KiB

[startup+69.0063 s]*
/proc/loadavg: 8.68 8.45 7.88 9/219 20507
/proc/meminfo: memFree=24144460/32770624 swapFree=66999228/67108860
[pid=20472] ppid=20469 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/20472/stat : 20472 (xcsp3-exec) S 20469 20472 18400 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 476466703 115843072 363 33554432000 4194304 5098028 140737226128272 140737226126376 140309359362684 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14688256 140737226130294 140737226130537 140737226130537 140737226133450 0
/proc/20472/statm: 28282 363 305 221 0 87 0
[pid=20474] ppid=20472 vsize=28766288 memory=718504 CPUtime=539.76 cores=0-7
/proc/20474/stat : 20474 (java) S 20472 20472 18400 0 -1 1077944320 61873 0 0 0 53839 137 0 0 20 0 28 0 476466704 29456678912 179626 33554432000 4194304 4196468 140733680951664 140733680934208 139850963615479 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
/proc/20474/statm: 7191572 179626 3528 1 0 7152672 0
[pid=20474/tid=20475] ppid=20472 vsize=28766288 memory=8317482817917895235 CPUtime=0.61 cores=0-7
/proc/20474/task/20475/stat : 20475 (java) S 20472 20472 18400 0 -1 1077944384 9292 0 0 0 57 4 0 0 20 0 28 0 476466704 29456678912 179626 33554432000 4194304 4196468 140733680951664 139850967856256 139850963625685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20476] ppid=20472 vsize=28766288 memory=0 CPUtime=0.34 cores=0-7
/proc/20474/task/20476/stat : 20476 (java) S 20472 20472 18400 0 -1 1077944384 1162 0 0 0 25 9 0 0 20 0 28 0 476466705 29456678912 179626 33554432000 4194304 4196468 140733680951664 139850916236176 139850963625685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20477] ppid=20472 vsize=28766288 memory=279558752824640 CPUtime=0.33 cores=0-7
/proc/20474/task/20477/stat : 20477 (java) S 20472 20472 18400 0 -1 1077944384 720 0 0 0 24 9 0 0 20 0 28 0 476466705 29456678912 179626 33554432000 4194304 4196468 140733680951664 139850915183376 139850963625685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20478] ppid=20472 vsize=28766288 memory=139779376414592 CPUtime=0.35 cores=0-7
/proc/20474/task/20478/stat : 20478 (java) S 20472 20472 18400 0 -1 1077944384 1591 0 0 0 26 9 0 0 20 0 28 0 476466705 29456678912 179626 33554432000 4194304 4196468 140733680951664 139850512456848 139850963625685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20479] ppid=20472 vsize=28766288 memory=0 CPUtime=0.34 cores=0-7
/proc/20474/task/20479/stat : 20479 (java) S 20472 20472 18400 0 -1 1077944384 1082 0 0 0 26 8 0 0 20 0 28 0 476466705 29456678912 179626 33554432000 4194304 4196468 140733680951664 139850511404048 139850963625685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20480] ppid=20472 vsize=28766288 memory=0 CPUtime=0.37 cores=0-7
/proc/20474/task/20480/stat : 20480 (java) S 20472 20472 18400 0 -1 1077944384 1209 0 0 0 28 9 0 0 20 0 28 0 476466705 29456678912 179626 33554432000 4194304 4196468 140733680951664 139850510350736 139850963625685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20481] ppid=20472 vsize=28766288 memory=2209 CPUtime=0.32 cores=0-7
/proc/20474/task/20481/stat : 20481 (java) S 20472 20472 18400 0 -1 1077944384 997 0 0 0 23 9 0 0 20 0 28 0 476466705 29456678912 179626 33554432000 4194304 4196468 140733680951664 139850509297936 139850963625685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20482] ppid=20472 vsize=28766288 memory=279558750208240 CPUtime=0.33 cores=0-7
/proc/20474/task/20482/stat : 20482 (java) S 20472 20472 18400 0 -1 1077944384 791 0 0 0 24 9 0 0 20 0 28 0 476466705 29456678912 179626 33554432000 4194304 4196468 140733680951664 139850508245648 139850963625685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20483] ppid=20472 vsize=28766288 memory=0 CPUtime=0.35 cores=0-7
/proc/20474/task/20483/stat : 20483 (java) S 20472 20472 18400 0 -1 1077944384 1764 0 0 0 26 9 0 0 20 0 28 0 476466705 29456678912 179626 33554432000 4194304 4196468 140733680951664 139850507192848 139850963625685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20484] ppid=20472 vsize=28766288 memory=-2247047206221732953 CPUtime=0.16 cores=0-7
/proc/20474/task/20484/stat : 20484 (java) S 20472 20472 18400 0 -1 1077944384 3738 0 0 0 10 6 0 0 20 0 28 0 476466706 29456678912 179626 33554432000 4194304 4196468 140733680951664 139849360169584 139850963626626 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20485] ppid=20472 vsize=28766288 memory=796 CPUtime=0 cores=0-7
/proc/20474/task/20485/stat : 20485 (java) S 20472 20472 18400 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 476466707 29456678912 179626 33554432000 4194304 4196468 140733680951664 139849359115616 139850963625685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20486] ppid=20472 vsize=28766288 memory=1808 CPUtime=0 cores=0-7
/proc/20474/task/20486/stat : 20486 (java) S 20472 20472 18400 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 476466707 29456678912 179626 33554432000 4194304 4196468 140733680951664 139849358063232 139850963625685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20487] ppid=20472 vsize=28766288 memory=920 CPUtime=0 cores=0-7
/proc/20474/task/20487/stat : 20487 (java) S 20472 20472 18400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476466709 29456678912 179626 33554432000 4194304 4196468 140733680951664 139849357011536 139850963634075 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20488] ppid=20472 vsize=28766288 memory=4496 CPUtime=1.64 cores=0-7
/proc/20474/task/20488/stat : 20488 (java) S 20472 20472 18400 0 -1 1077944384 8165 0 0 0 163 1 0 0 20 0 28 0 476466711 29456678912 179626 33554432000 4194304 4196468 140733680951664 139849355958384 139850963626626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20489] ppid=20472 vsize=28766288 memory=4100 CPUtime=1.47 cores=0-7
/proc/20474/task/20489/stat : 20489 (java) S 20472 20472 18400 0 -1 1077944384 6300 0 0 0 146 1 0 0 20 0 28 0 476466711 29456678912 179626 33554432000 4194304 4196468 140733680951664 139849354905584 139850963626626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 41 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20490] ppid=20472 vsize=28766288 memory=1412 CPUtime=1.67 cores=0-7
/proc/20474/task/20490/stat : 20490 (java) S 20472 20472 18400 0 -1 1077944384 5970 0 0 0 166 1 0 0 20 0 28 0 476466711 29456678912 179626 33554432000 4194304 4196468 140733680951664 139849353853296 139850963626626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20491] ppid=20472 vsize=28766288 memory=3384 CPUtime=0.6 cores=0-7
/proc/20474/task/20491/stat : 20491 (java) S 20472 20472 18400 0 -1 1077944384 3907 0 0 0 60 0 0 0 20 0 28 0 476466711 29456678912 179626 33554432000 4194304 4196468 140733680951664 139849352800496 139850963626626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20492] ppid=20472 vsize=28766288 memory=1452 CPUtime=0 cores=0-7
/proc/20474/task/20492/stat : 20492 (java) S 20472 20472 18400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476466712 29456678912 179626 33554432000 4194304 4196468 140733680951664 139849351748448 139850963625685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20493] ppid=20472 vsize=28766288 memory=656208 CPUtime=0.01 cores=0-7
/proc/20474/task/20493/stat : 20493 (java) S 20472 20472 18400 0 -1 1077944384 1042 0 0 0 0 1 0 0 20 0 28 0 476466712 29456678912 179626 33554432000 4194304 4196468 140733680951664 139849350695728 139850963626626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 40 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20494] ppid=20472 vsize=28766288 memory=1712 CPUtime=66.17 cores=0-7
/proc/20474/task/20494/stat : 20494 (java) R 20472 20472 18400 0 -1 4202560 1356 0 0 0 6613 4 0 0 20 0 28 0 476466769 29456678912 179626 33554432000 4194304 4196468 140733680951664 139849341717904 139850956436350 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20495] ppid=20472 vsize=28766288 memory=8317482817917895235 CPUtime=66.41 cores=0-7
/proc/20474/task/20495/stat : 20495 (java) R 20472 20472 18400 0 -1 4202560 1238 0 0 0 6636 5 0 0 20 0 28 0 476466769 29456678912 179626 33554432000 4194304 4196468 140733680951664 139849340666128 139850598982094 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20496] ppid=20472 vsize=28766288 memory=8317482817917895235 CPUtime=66.09 cores=0-7
/proc/20474/task/20496/stat : 20496 (java) R 20472 20472 18400 0 -1 4202560 1309 0 0 0 6602 7 0 0 20 0 28 0 476466769 29456678912 179626 33554432000 4194304 4196468 140733680951664 139849339612816 139850598982613 0 4 0 16800975 0 0 0 -1 0 0 0 42 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20497] ppid=20472 vsize=28766288 memory=20952 CPUtime=66.17 cores=0-7
/proc/20474/task/20497/stat : 20497 (java) R 20472 20472 18400 0 -1 4202560 1728 0 0 0 6612 5 0 0 20 0 28 0 476466769 29456678912 179626 33554432000 4194304 4196468 140733680951664 139849338560016 139850600913971 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20498] ppid=20472 vsize=28766288 memory=-2541025662029814883 CPUtime=66.71 cores=0-7
/proc/20474/task/20498/stat : 20498 (java) R 20472 20472 18400 0 -1 4202560 2414 0 0 0 6666 5 0 0 20 0 28 0 476466769 29456678912 179626 33554432000 4194304 4196468 140733680951664 139849337508096 139850599667594 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20499] ppid=20472 vsize=28766288 memory=5938112031674296149 CPUtime=66.45 cores=0-7
/proc/20474/task/20499/stat : 20499 (java) R 20472 20472 18400 0 -1 4202560 1896 0 0 0 6636 9 0 0 20 0 28 0 476466769 29456678912 179626 33554432000 4194304 4196468 140733680951664 139849336455416 139850601564088 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20500] ppid=20472 vsize=28766288 memory=279554791124619 CPUtime=66.29 cores=0-7
/proc/20474/task/20500/stat : 20500 (java) R 20472 20472 18400 0 -1 4202560 1175 0 0 0 6625 4 0 0 20 0 28 0 476466769 29456678912 179626 33554432000 4194304 4196468 140733680951664 139849335402736 139850599208078 0 4 0 16800975 0 0 0 -1 4 0 0 41 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
[pid=20474/tid=20501] ppid=20472 vsize=28766288 memory=279558750997176 CPUtime=66.36 cores=0-7
/proc/20474/task/20501/stat : 20501 (java) R 20472 20472 18400 0 -1 4202560 1731 0 0 0 6631 5 0 0 20 0 28 0 476466770 29456678912 179626 33554432000 4194304 4196468 140733680951664 139849334349936 139850598983038 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12263424 140733680960490 140733680960662 140733680960662 140733680963535 0
Current children cumulated CPU time: 539.76 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 719956 KiB

[startup+69.111 s]
/proc/loadavg: 8.68 8.45 7.88 9/219 20507
/proc/meminfo: memFree=24144460/32770624 swapFree=66999228/67108860
[pid=20472] ppid=20469 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/20472/stat : 20472 (xcsp3-exec) S 20469 20472 18400 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 476466703 115843072 363 33554432000 4194304 5098028 140737226128272 140737226126376 140309359362684 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14688256 140737226130294 140737226130537 140737226130537 140737226133450 0
/proc/20472/statm: 28282 363 305 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

Child status: 0
Real time (s): 69.1152
CPU time (s): 540.463
CPU user time (s): 539.072
CPU system time (s): 1.39076
CPU usage (%): 781.974
Max. virtual memory (cumulated for all children) (KiB): 28881328
Max. memory (cumulated for all children) (KiB): 742012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 539.072
system time used= 1.39077
maximum resident set size= 742440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64675
page faults= 0
swaps= 0
block input operations= 8
block output operations= 256
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44862
involuntary context switches= 6388


# summary of solver processes directly reported to runsolver:
#   pid: 20472
#   total CPU time (s): 540.463
#   total CPU user time (s): 539.072
#   total CPU system time (s): 1.39076

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.677691 second user time and 0.811517 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-20 19:54:37
IDJOB=4404441
IDBENCH=133440
IDSOLVER=2865
FILE ID=node103/4404441-1569002136
RUNJOBID= node103-1568994181-18427
PBS_JOBID= 21704716
Free space on /tmp= 20860 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP17/Primes/Primes-m1-p10/Primes-10-40-3-5.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-4404441-1569002136/watcher-4404441-1569002136 -o /tmp/evaluation-result-4404441-1569002136/solver-4404441-1569002136 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1568994181-18427 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 175904034 HOME/instance-4404441-1569002136.xml

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

MD5SUM BENCH= b9738aa7a21d23764c9c35483473acef
RANDOM SEED=175904034

node103.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.74
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.74
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.74
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.74
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:        24854792 kB
MemAvailable:   31875400 kB
Buffers:           47412 kB
Cached:          7256712 kB
SwapCached:         6976 kB
Active:          3593828 kB
Inactive:        3724436 kB
Active(anon):       3012 kB
Inactive(anon):    60608 kB
Active(file):    3590816 kB
Inactive(file):  3663828 kB
Unevictable:      107480 kB
Mlocked:          107480 kB
SwapTotal:      67108860 kB
SwapFree:       66999228 kB
Dirty:             26136 kB
Writeback:             0 kB
AnonPages:        129928 kB
Mapped:            52424 kB
Shmem:             40864 kB
Slab:             191880 kB
SReclaimable:     163600 kB
SUnreclaim:        28280 kB
KernelStack:        3728 kB
PageTables:         5340 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     86016 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 20832 MiB
End job on node103 at 2019-09-20 19:55:47