Trace number 4399635

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-16 parallelSAT 249.952 32.228

General information on the benchmark

NamePrimes/
Primes-m1-p20/Primes-20-60-3-5.xml
MD5SUM0dd1a305ead2bfc8d563708a38f33655
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 benchmark27.4678
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints60
Number of domains1
Minimum domain size70
Maximum domain size70
Distribution of domain sizes[{"size":70,"count":99}]
Minimum variable degree0
Maximum variable degree8
Distribution of variable degrees[{"degree":0,"count":1},{"degree":1,"count":14},{"degree":2,"count":13},{"degree":3,"count":22},{"degree":4,"count":24},{"degree":5,"count":17},{"degree":6,"count":6},{"degree":7,"count":2},{"degree":8,"count":1}]
Minimum constraint arity3
Maximum constraint arity8
Distribution of constraint arities[{"arity":3,"count":5},{"arity":4,"count":10},{"arity":5,"count":15},{"arity":6,"count":8},{"arity":7,"count":9},{"arity":8,"count":13}]
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-4399635-1568708376.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4399635-1568708376.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.29	c parse instance...
1.96/0.96	c solve instance...
249.91/32.21	s SATISFIABLE
249.91/32.21	v <instantiation>
249.91/32.21	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] 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[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[91] x[92] x[93] x[94] x[95] x[96] x[97] x[98] x[99] </list>
249.91/32.21	v 	<values>7 46 61 53 43 53 17 41 29 3 5 19 31 71 7 17 2 17 41 59 30 23 19 29 5 31 5 7 19 53 29 5 5 67 29 19 43 59 37 5 29 43 3 71 11 61 67 11 53 31 43 17 37 2 59 43 5 31 59 3 13 13 11 19 59 13 17 29 43 61 11 53 5 13 47 19 47 7 31 19 23 59 67 23 11 7 37 47 71 41 49 52 23 71 41 17 17 47 71 </values>
249.91/32.21	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 (15339 MiB free)
  memory of node 1: 16384 MiB (15032 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399635-1568708376/watcher-4399635-1568708376 -o /tmp/evaluation-result-4399635-1568708376/solver-4399635-1568708376 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node126-1568700445-18341 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1713446324 HOME/instance-4399635-1568708376.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=21153, runsolver pid=21150
Current StackSize limit: 8192 KiB


[startup+0.100132 s]*
/proc/loadavg: 7.14 7.81 8.12 3/211 21174
/proc/meminfo: memFree=31086496/32770624 swapFree=66988844/67108860
[pid=21153] ppid=21150 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/21153/stat : 21153 (xcsp3-exec) S 21150 21153 18314 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447105372 115843072 363 33554432000 4194304 5098028 140723104206544 140723104204648 140506398085756 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 29495296 140723104207733 140723104207977 140723104207977 140723104210890 0
/proc/21153/statm: 28282 363 305 221 0 87 0
[pid=21155] ppid=21153 vsize=28227396 memory=28548 CPUtime=0.12 cores=0-7
/proc/21155/stat : 21155 (java) S 21153 21153 18314 0 -1 1077944320 5633 0 0 0 11 1 0 0 20 0 20 0 447105373 28904853504 7137 33554432000 4194304 4196468 140725896942784 140725896925328 140047148170999 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
/proc/21155/statm: 7056849 7137 3125 1 0 7019032 0
[pid=21155/tid=21156] ppid=21153 vsize=28227396 memory=1398722017469774279 CPUtime=0.09 cores=0-7
/proc/21155/task/21156/stat : 21156 (java) R 21153 21153 18314 0 -1 4202560 3575 0 0 0 8 1 0 0 20 0 20 0 447105373 28904853504 7137 33554432000 4194304 4196468 140725896942784 140047152402912 140047128815666 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21157] ppid=21153 vsize=28227396 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/21155/task/21157/stat : 21157 (java) S 21153 21153 18314 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447105374 28904853504 7137 33554432000 4194304 4196468 140725896942784 140047100791568 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21158] ppid=21153 vsize=28227396 memory=140525457376896 CPUtime=0 cores=0-7
/proc/21155/task/21158/stat : 21158 (java) S 21153 21153 18314 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447105374 28904853504 7137 33554432000 4194304 4196468 140725896942784 140047099739024 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21159] ppid=21153 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21155/task/21159/stat : 21159 (java) S 21153 21153 18314 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447105374 28904853504 7137 33554432000 4194304 4196468 140725896942784 140047098686480 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21160] ppid=21153 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21155/task/21160/stat : 21160 (java) S 21153 21153 18314 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447105374 28904853504 7137 33554432000 4194304 4196468 140725896942784 140047097633936 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21161] ppid=21153 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21155/task/21161/stat : 21161 (java) S 21153 21153 18314 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447105374 28904853504 7137 33554432000 4194304 4196468 140725896942784 140047096580368 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21162] ppid=21153 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/21155/task/21162/stat : 21162 (java) S 21153 21153 18314 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447105374 28904853504 7137 33554432000 4194304 4196468 140725896942784 140047095527824 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21163] ppid=21153 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21155/task/21163/stat : 21163 (java) S 21153 21153 18314 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447105374 28904853504 7137 33554432000 4194304 4196468 140725896942784 140047094475280 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21164] ppid=21153 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21155/task/21164/stat : 21164 (java) S 21153 21153 18314 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447105374 28904853504 7137 33554432000 4194304 4196468 140725896942784 140047093422736 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21165] ppid=21153 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21155/task/21165/stat : 21165 (java) S 21153 21153 18314 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447105375 28904853504 7137 33554432000 4194304 4196468 140725896942784 140045611813360 140047148182146 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21166] ppid=21153 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21155/task/21166/stat : 21166 (java) S 21153 21153 18314 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447105376 28904853504 7137 33554432000 4194304 4196468 140725896942784 140045610759584 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21167] ppid=21153 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21155/task/21167/stat : 21167 (java) S 21153 21153 18314 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447105376 28904853504 7137 33554432000 4194304 4196468 140725896942784 140045609706992 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21168] ppid=21153 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21155/task/21168/stat : 21168 (java) S 21153 21153 18314 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447105378 28904853504 7137 33554432000 4194304 4196468 140725896942784 140045608655568 140047148189595 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21169] ppid=21153 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21155/task/21169/stat : 21169 (java) S 21153 21153 18314 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 20 0 447105378 28904853504 7137 33554432000 4194304 4196468 140725896942784 140045607602160 140047148182146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21170] ppid=21153 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21155/task/21170/stat : 21170 (java) S 21153 21153 18314 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447105378 28904853504 7137 33554432000 4194304 4196468 140725896942784 140045606549616 140047148182146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21171] ppid=21153 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21155/task/21171/stat : 21171 (java) S 21153 21153 18314 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 447105378 28904853504 7137 33554432000 4194304 4196468 140725896942784 140045605497072 140047148182146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21172] ppid=21153 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/21155/task/21172/stat : 21172 (java) S 21153 21153 18314 0 -1 1077944384 320 0 0 0 2 0 0 0 20 0 20 0 447105378 28904853504 7137 33554432000 4194304 4196468 140725896942784 140045604444528 140047148182146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21173] ppid=21153 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21155/task/21173/stat : 21173 (java) S 21153 21153 18314 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447105378 28904853504 7137 33554432000 4194304 4196468 140725896942784 140045603392224 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21174] ppid=21153 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/21155/task/21174/stat : 21174 (java) S 21153 21153 18314 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447105379 28904853504 7137 33554432000 4194304 4196468 140725896942784 140045602339760 140047148182146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30000 KiB

[startup+0.210161 s]*
/proc/loadavg: 7.14 7.81 8.12 2/211 21174
/proc/meminfo: memFree=31071536/32770624 swapFree=66988844/67108860
[pid=21153] ppid=21150 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/21153/stat : 21153 (xcsp3-exec) S 21150 21153 18314 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447105372 115843072 363 33554432000 4194304 5098028 140723104206544 140723104204648 140506398085756 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 29495296 140723104207733 140723104207977 140723104207977 140723104210890 0
/proc/21153/statm: 28282 363 305 221 0 87 0
[pid=21155] ppid=21153 vsize=28227396 memory=41020 CPUtime=0.34 cores=0-7
/proc/21155/stat : 21155 (java) S 21153 21153 18314 0 -1 1077944320 9533 0 0 0 30 4 0 0 20 0 20 0 447105373 28904853504 10255 33554432000 4194304 4196468 140725896942784 140725896925328 140047148170999 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
/proc/21155/statm: 7056849 10255 3289 1 0 7019032 0
[pid=21155/tid=21156] ppid=21153 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/21155/task/21156/stat : 21156 (java) R 21153 21153 18314 0 -1 4202560 6618 0 0 0 17 2 0 0 20 0 20 0 447105373 28904853504 10255 33554432000 4194304 4196468 140725896942784 140047152400720 140047140849013 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21157] ppid=21153 vsize=28227396 memory=330 CPUtime=0 cores=0-7
/proc/21155/task/21157/stat : 21157 (java) S 21153 21153 18314 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447105374 28904853504 10255 33554432000 4194304 4196468 140725896942784 140047100791568 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21158] ppid=21153 vsize=28227396 memory=140525457396095 CPUtime=0 cores=0-7
/proc/21155/task/21158/stat : 21158 (java) S 21153 21153 18314 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447105374 28904853504 10255 33554432000 4194304 4196468 140725896942784 140047099739024 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21159] ppid=21153 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/21155/task/21159/stat : 21159 (java) S 21153 21153 18314 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447105374 28904853504 10255 33554432000 4194304 4196468 140725896942784 140047098686480 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21160] ppid=21153 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21155/task/21160/stat : 21160 (java) S 21153 21153 18314 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447105374 28904853504 10255 33554432000 4194304 4196468 140725896942784 140047097633936 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21161] ppid=21153 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21155/task/21161/stat : 21161 (java) S 21153 21153 18314 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447105374 28904853504 10255 33554432000 4194304 4196468 140725896942784 140047096580368 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21162] ppid=21153 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/21155/task/21162/stat : 21162 (java) S 21153 21153 18314 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447105374 28904853504 10255 33554432000 4194304 4196468 140725896942784 140047095527824 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21163] ppid=21153 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21155/task/21163/stat : 21163 (java) S 21153 21153 18314 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447105374 28904853504 10255 33554432000 4194304 4196468 140725896942784 140047094475280 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21164] ppid=21153 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21155/task/21164/stat : 21164 (java) S 21153 21153 18314 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447105374 28904853504 10255 33554432000 4194304 4196468 140725896942784 140047093422736 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21165] ppid=21153 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21155/task/21165/stat : 21165 (java) S 21153 21153 18314 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 447105375 28904853504 10255 33554432000 4194304 4196468 140725896942784 140045611813360 140047148182146 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21166] ppid=21153 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21155/task/21166/stat : 21166 (java) S 21153 21153 18314 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447105376 28904853504 10255 33554432000 4194304 4196468 140725896942784 140045610759584 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21167] ppid=21153 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21155/task/21167/stat : 21167 (java) S 21153 21153 18314 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447105376 28904853504 10255 33554432000 4194304 4196468 140725896942784 140045609706992 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21168] ppid=21153 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21155/task/21168/stat : 21168 (java) S 21153 21153 18314 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447105378 28904853504 10255 33554432000 4194304 4196468 140725896942784 140045608655568 140047148189595 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21169] ppid=21153 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/21155/task/21169/stat : 21169 (java) S 21153 21153 18314 0 -1 1077944384 582 0 0 0 2 0 0 0 20 0 20 0 447105378 28904853504 10255 33554432000 4194304 4196468 140725896942784 140045607602160 140047148182146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21170] ppid=21153 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/21155/task/21170/stat : 21170 (java) S 21153 21153 18314 0 -1 1077944384 30 0 0 0 1 0 0 0 20 0 20 0 447105378 28904853504 10255 33554432000 4194304 4196468 140725896942784 140045606549616 140047148182146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21171] ppid=21153 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/21155/task/21171/stat : 21171 (java) S 21153 21153 18314 0 -1 1077944384 216 0 0 0 1 0 0 0 20 0 20 0 447105378 28904853504 10255 33554432000 4194304 4196468 140725896942784 140045605497072 140047148182146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21172] ppid=21153 vsize=28227396 memory=-1 CPUtime=0.08 cores=0-7
/proc/21155/task/21172/stat : 21172 (java) S 21153 21153 18314 0 -1 1077944384 775 0 0 0 8 0 0 0 20 0 20 0 447105378 28904853504 10255 33554432000 4194304 4196468 140725896942784 140045604444528 140047148182146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21173] ppid=21153 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21155/task/21173/stat : 21173 (java) S 21153 21153 18314 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447105378 28904853504 10255 33554432000 4194304 4196468 140725896942784 140045603392224 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21174] ppid=21153 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/21155/task/21174/stat : 21174 (java) S 21153 21153 18314 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447105379 28904853504 10255 33554432000 4194304 4196468 140725896942784 140045602339760 140047148182146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42472 KiB

[startup+0.309592 s]*
/proc/loadavg: 7.14 7.81 8.12 2/211 21174
/proc/meminfo: memFree=31066436/32770624 swapFree=66988844/67108860
[pid=21153] ppid=21150 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/21153/stat : 21153 (xcsp3-exec) S 21150 21153 18314 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447105372 115843072 363 33554432000 4194304 5098028 140723104206544 140723104204648 140506398085756 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 29495296 140723104207733 140723104207977 140723104207977 140723104210890 0
/proc/21153/statm: 28282 363 305 221 0 87 0
[pid=21155] ppid=21153 vsize=28231652 memory=49280 CPUtime=0.53 cores=0-7
/proc/21155/stat : 21155 (java) S 21153 21153 18314 0 -1 1077944320 11065 0 0 0 48 5 0 0 20 0 20 0 447105373 28909211648 12320 33554432000 4194304 4196468 140725896942784 140725896925328 140047148170999 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
/proc/21155/statm: 7057913 12320 3323 1 0 7019032 0
[pid=21155/tid=21156] ppid=21153 vsize=28231652 memory=1398722017469774279 CPUtime=0.29 cores=0-7
/proc/21155/task/21156/stat : 21156 (java) R 21153 21153 18314 0 -1 4202560 8053 0 0 0 26 3 0 0 20 0 20 0 447105373 28909211648 12320 33554432000 4194304 4196468 140725896942784 140047152402112 140047132251486 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21157] ppid=21153 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/21155/task/21157/stat : 21157 (java) S 21153 21153 18314 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447105374 28909211648 12320 33554432000 4194304 4196468 140725896942784 140047100791568 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21158] ppid=21153 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/21155/task/21158/stat : 21158 (java) S 21153 21153 18314 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447105374 28909211648 12320 33554432000 4194304 4196468 140725896942784 140047099739024 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21159] ppid=21153 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/21155/task/21159/stat : 21159 (java) S 21153 21153 18314 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447105374 28909211648 12320 33554432000 4194304 4196468 140725896942784 140047098686480 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21160] ppid=21153 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/21155/task/21160/stat : 21160 (java) S 21153 21153 18314 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447105374 28909211648 12320 33554432000 4194304 4196468 140725896942784 140047097633936 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21161] ppid=21153 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/21155/task/21161/stat : 21161 (java) S 21153 21153 18314 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447105374 28909211648 12320 33554432000 4194304 4196468 140725896942784 140047096580368 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21162] ppid=21153 vsize=28231652 memory=140525357329071 CPUtime=0 cores=0-7
/proc/21155/task/21162/stat : 21162 (java) S 21153 21153 18314 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447105374 28909211648 12320 33554432000 4194304 4196468 140725896942784 140047095527824 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21163] ppid=21153 vsize=28231652 memory=140525357331376 CPUtime=0 cores=0-7
/proc/21155/task/21163/stat : 21163 (java) S 21153 21153 18314 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447105374 28909211648 12320 33554432000 4194304 4196468 140725896942784 140047094475280 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21164] ppid=21153 vsize=28231652 memory=140525357333680 CPUtime=0 cores=0-7
/proc/21155/task/21164/stat : 21164 (java) S 21153 21153 18314 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447105374 28909211648 12320 33554432000 4194304 4196468 140725896942784 140047093422736 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21165] ppid=21153 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/21155/task/21165/stat : 21165 (java) S 21153 21153 18314 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 447105375 28909211648 12320 33554432000 4194304 4196468 140725896942784 140045611813360 140047148182146 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21166] ppid=21153 vsize=28231652 memory=281050714681232 CPUtime=0 cores=0-7
/proc/21155/task/21166/stat : 21166 (java) S 21153 21153 18314 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447105376 28909211648 12320 33554432000 4194304 4196468 140725896942784 140045610759584 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21167] ppid=21153 vsize=28231652 memory=281050714678928 CPUtime=0 cores=0-7
/proc/21155/task/21167/stat : 21167 (java) S 21153 21153 18314 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447105376 28909211648 12320 33554432000 4194304 4196468 140725896942784 140045609706992 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21168] ppid=21153 vsize=28231652 memory=281050714685840 CPUtime=0 cores=0-7
/proc/21155/task/21168/stat : 21168 (java) S 21153 21153 18314 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447105378 28909211648 12320 33554432000 4194304 4196468 140725896942784 140045608655568 140047148189595 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21169] ppid=21153 vsize=28231652 memory=281050714627120 CPUtime=0.03 cores=0-7
/proc/21155/task/21169/stat : 21169 (java) R 21153 21153 18314 0 -1 4202560 588 0 0 0 3 0 0 0 20 0 20 0 447105378 28909211648 12320 33554432000 4194304 4196468 140725896942784 140045607602160 140047148192346 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21170] ppid=21153 vsize=28231652 memory=281050714699664 CPUtime=0.02 cores=0-7
/proc/21155/task/21170/stat : 21170 (java) S 21153 21153 18314 0 -1 1077944384 46 0 0 0 2 0 0 0 20 0 20 0 447105378 28909211648 12320 33554432000 4194304 4196468 140725896942784 140045606549616 140047148182146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21171] ppid=21153 vsize=28231652 memory=281050714706576 CPUtime=0.02 cores=0-7
/proc/21155/task/21171/stat : 21171 (java) R 21153 21153 18314 0 -1 4202560 270 0 0 0 2 0 0 0 20 0 20 0 447105378 28909211648 12320 33554432000 4194304 4196468 140725896942784 140045605497072 140047128871296 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21172] ppid=21153 vsize=28231652 memory=281050714704272 CPUtime=0.13 cores=0-7
/proc/21155/task/21172/stat : 21172 (java) S 21153 21153 18314 0 -1 1077944384 849 0 0 0 13 0 0 0 20 0 20 0 447105378 28909211648 12320 33554432000 4194304 4196468 140725896942784 140045604444528 140047148182146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21173] ppid=21153 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/21155/task/21173/stat : 21173 (java) S 21153 21153 18314 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447105378 28909211648 12320 33554432000 4194304 4196468 140725896942784 140045603392224 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21174] ppid=21153 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/21155/task/21174/stat : 21174 (java) S 21153 21153 18314 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447105379 28909211648 12320 33554432000 4194304 4196468 140725896942784 140045602339760 140047148182146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 50732 KiB

[startup+0.70086 s]
/proc/loadavg: 6.65 7.69 8.08 3/211 21174
/proc/meminfo: memFree=31056304/32770624 swapFree=66988844/67108860
[pid=21153] ppid=21150 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/21153/stat : 21153 (xcsp3-exec) S 21150 21153 18314 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447105372 115843072 363 33554432000 4194304 5098028 140723104206544 140723104204648 140506398085756 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 29495296 140723104207733 140723104207977 140723104207977 140723104210890 0
/proc/21153/statm: 28282 363 305 221 0 87 0
[pid=21155] ppid=21153 vsize=28233776 memory=69212 CPUtime=1.37 cores=0-7
/proc/21155/stat : 21155 (java) S 21153 21153 18314 0 -1 1077944320 13564 0 0 0 131 6 0 0 20 0 20 0 447105373 28911386624 17303 33554432000 4194304 4196468 140725896942784 140725896925328 140047148170999 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
/proc/21155/statm: 7058444 17303 3452 1 0 7019544 0
[pid=21155/tid=21156] ppid=21153 vsize=28233776 memory=0 CPUtime=0.67 cores=0-7
/proc/21155/task/21156/stat : 21156 (java) R 21153 21153 18314 0 -1 4202560 9045 0 0 0 63 4 0 0 20 0 20 0 447105373 28911386624 17303 33554432000 4194304 4196468 140725896942784 140047152408144 140047148192346 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21157] ppid=21153 vsize=28233776 memory=140525357540208 CPUtime=0 cores=0-7
/proc/21155/task/21157/stat : 21157 (java) S 21153 21153 18314 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447105374 28911386624 17303 33554432000 4194304 4196468 140725896942784 140047100791568 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21158] ppid=21153 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/21155/task/21158/stat : 21158 (java) S 21153 21153 18314 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447105374 28911386624 17303 33554432000 4194304 4196468 140725896942784 140047099739024 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21159] ppid=21153 vsize=28233776 memory=772 CPUtime=0 cores=0-7
/proc/21155/task/21159/stat : 21159 (java) S 21153 21153 18314 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447105374 28911386624 17303 33554432000 4194304 4196468 140725896942784 140047098686480 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0

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

[pid=21155/tid=21172] ppid=21153 vsize=28766288 memory=740 CPUtime=0.62 cores=0-7
/proc/21155/task/21172/stat : 21172 (java) S 21153 21153 18314 0 -1 1077944384 3295 0 0 0 61 1 0 0 20 0 28 0 447105378 29456678912 91239 33554432000 4194304 4196468 140725896942784 140045604444528 140047148182146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21173] ppid=21153 vsize=28766288 memory=1228 CPUtime=0 cores=0-7
/proc/21155/task/21173/stat : 21173 (java) S 21153 21153 18314 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 447105378 29456678912 91239 33554432000 4194304 4196468 140725896942784 140045603392224 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21174] ppid=21153 vsize=28766288 memory=9520 CPUtime=0 cores=0-7
/proc/21155/task/21174/stat : 21174 (java) S 21153 21153 18314 0 -1 1077944384 764 0 0 0 0 0 0 0 20 0 28 0 447105379 29456678912 91239 33554432000 4194304 4196468 140725896942784 140045602339760 140047148182146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21175] ppid=21153 vsize=28766288 memory=4028 CPUtime=29.4 cores=0-7
/proc/21155/task/21175/stat : 21175 (java) S 21153 21153 18314 0 -1 1077944384 614 0 0 0 2940 0 0 0 20 0 28 0 447105470 29456678912 91239 33554432000 4194304 4196468 140725896942784 140045597646096 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21176] ppid=21153 vsize=28766288 memory=2832 CPUtime=29.5 cores=0-7
/proc/21155/task/21176/stat : 21176 (java) S 21153 21153 18314 0 -1 1077944384 469 0 0 0 2950 0 0 0 20 0 28 0 447105470 29456678912 91239 33554432000 4194304 4196468 140725896942784 140045524558336 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21177] ppid=21153 vsize=28766288 memory=1540 CPUtime=29.77 cores=0-7
/proc/21155/task/21177/stat : 21177 (java) S 21153 21153 18314 0 -1 1077944384 649 0 0 0 2975 2 0 0 20 0 28 0 447105470 29456678912 91239 33554432000 4194304 4196468 140725896942784 140045523504544 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21178] ppid=21153 vsize=28766288 memory=1696 CPUtime=29.23 cores=0-7
/proc/21155/task/21178/stat : 21178 (java) S 21153 21153 18314 0 -1 1077944384 945 0 0 0 2921 2 0 0 20 0 28 0 447105470 29456678912 91239 33554432000 4194304 4196468 140725896942784 140045522452096 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21179] ppid=21153 vsize=28766288 memory=6032 CPUtime=29.27 cores=0-7
/proc/21155/task/21179/stat : 21179 (java) S 21153 21153 18314 0 -1 1077944384 690 0 0 0 2927 0 0 0 20 0 28 0 447105470 29456678912 91239 33554432000 4194304 4196468 140725896942784 140045521400064 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21180] ppid=21153 vsize=28766288 memory=772 CPUtime=29.44 cores=0-7
/proc/21155/task/21180/stat : 21180 (java) S 21153 21153 18314 0 -1 1077944384 813 0 0 0 2943 1 0 0 20 0 28 0 447105470 29456678912 91239 33554432000 4194304 4196468 140725896942784 140045520349952 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21181] ppid=21153 vsize=28766288 memory=952 CPUtime=29.68 cores=0-7
/proc/21155/task/21181/stat : 21181 (java) S 21153 21153 18314 0 -1 1077944384 427 0 0 0 2968 0 0 0 20 0 28 0 447105470 29456678912 91239 33554432000 4194304 4196468 140725896942784 140045519294592 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21182] ppid=21153 vsize=28766288 memory=21180 CPUtime=29.52 cores=0-7
/proc/21155/task/21182/stat : 21182 (java) S 21153 21153 18314 0 -1 1077944384 715 0 0 0 2951 1 0 0 20 0 28 0 447105470 29456678912 91239 33554432000 4194304 4196468 140725896942784 140045518241968 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
Current children cumulated CPU time: 242.03 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 366408 KiB

[startup+32.0019 s]*
/proc/loadavg: 7.46 7.79 8.10 9/219 21185
/proc/meminfo: memFree=30744244/32770624 swapFree=66988844/67108860
[pid=21153] ppid=21150 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/21153/stat : 21153 (xcsp3-exec) S 21150 21153 18314 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447105372 115843072 363 33554432000 4194304 5098028 140723104206544 140723104204648 140506398085756 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 29495296 140723104207733 140723104207977 140723104207977 140723104210890 0
/proc/21153/statm: 28282 363 305 221 0 87 0
[pid=21155] ppid=21153 vsize=28766288 memory=369044 CPUtime=248.41 cores=0-7
/proc/21155/stat : 21155 (java) S 21153 21153 18314 0 -1 1077944320 35918 0 0 0 24787 54 0 0 20 0 28 0 447105373 29456678912 92261 33554432000 4194304 4196468 140725896942784 140725896925328 140047148170999 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
/proc/21155/statm: 7191572 92261 3526 1 0 7152672 0
[pid=21155/tid=21156] ppid=21153 vsize=28766288 memory=1398722017469774279 CPUtime=0.94 cores=0-7
/proc/21155/task/21156/stat : 21156 (java) S 21153 21153 18314 0 -1 1077944384 9132 0 0 0 90 4 0 0 20 0 28 0 447105373 29456678912 92261 33554432000 4194304 4196468 140725896942784 140047152411776 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21157] ppid=21153 vsize=28766288 memory=4126316290023845779 CPUtime=0.08 cores=0-7
/proc/21155/task/21157/stat : 21157 (java) S 21153 21153 18314 0 -1 1077944384 188 0 0 0 5 3 0 0 20 0 28 0 447105374 29456678912 92261 33554432000 4194304 4196468 140725896942784 140047100791568 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21158] ppid=21153 vsize=28766288 memory=928 CPUtime=0.09 cores=0-7
/proc/21155/task/21158/stat : 21158 (java) S 21153 21153 18314 0 -1 1077944384 492 0 0 0 5 4 0 0 20 0 28 0 447105374 29456678912 92261 33554432000 4194304 4196468 140725896942784 140047099739024 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21159] ppid=21153 vsize=28766288 memory=1688 CPUtime=0.08 cores=0-7
/proc/21155/task/21159/stat : 21159 (java) S 21153 21153 18314 0 -1 1077944384 676 0 0 0 5 3 0 0 20 0 28 0 447105374 29456678912 92261 33554432000 4194304 4196468 140725896942784 140047098686480 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21160] ppid=21153 vsize=28766288 memory=1984 CPUtime=0.08 cores=0-7
/proc/21155/task/21160/stat : 21160 (java) S 21153 21153 18314 0 -1 1077944384 266 0 0 0 5 3 0 0 20 0 28 0 447105374 29456678912 92261 33554432000 4194304 4196468 140725896942784 140047097633936 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21161] ppid=21153 vsize=28766288 memory=2404 CPUtime=0.09 cores=0-7
/proc/21155/task/21161/stat : 21161 (java) S 21153 21153 18314 0 -1 1077944384 506 0 0 0 5 4 0 0 20 0 28 0 447105374 29456678912 92261 33554432000 4194304 4196468 140725896942784 140047096580368 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21162] ppid=21153 vsize=28766288 memory=1440 CPUtime=0.09 cores=0-7
/proc/21155/task/21162/stat : 21162 (java) S 21153 21153 18314 0 -1 1077944384 327 0 0 0 5 4 0 0 20 0 28 0 447105374 29456678912 92261 33554432000 4194304 4196468 140725896942784 140047095527824 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21163] ppid=21153 vsize=28766288 memory=800 CPUtime=0.08 cores=0-7
/proc/21155/task/21163/stat : 21163 (java) S 21153 21153 18314 0 -1 1077944384 531 0 0 0 5 3 0 0 20 0 28 0 447105374 29456678912 92261 33554432000 4194304 4196468 140725896942784 140047094475280 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21164] ppid=21153 vsize=28766288 memory=1764 CPUtime=0.08 cores=0-7
/proc/21155/task/21164/stat : 21164 (java) S 21153 21153 18314 0 -1 1077944384 767 0 0 0 4 4 0 0 20 0 28 0 447105374 29456678912 92261 33554432000 4194304 4196468 140725896942784 140047093422736 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21165] ppid=21153 vsize=28766288 memory=2480813377281 CPUtime=0.09 cores=0-7
/proc/21155/task/21165/stat : 21165 (java) S 21153 21153 18314 0 -1 1077944384 1712 0 0 0 6 3 0 0 20 0 28 0 447105375 29456678912 92261 33554432000 4194304 4196468 140725896942784 140045611813360 140047148182146 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21166] ppid=21153 vsize=28766288 memory=2493698279169 CPUtime=0 cores=0-7
/proc/21155/task/21166/stat : 21166 (java) S 21153 21153 18314 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 447105376 29456678912 92261 33554432000 4194304 4196468 140725896942784 140045610759648 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21167] ppid=21153 vsize=28766288 memory=2523763050241 CPUtime=0 cores=0-7
/proc/21155/task/21167/stat : 21167 (java) S 21153 21153 18314 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 447105376 29456678912 92261 33554432000 4194304 4196468 140725896942784 140045609707008 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21168] ppid=21153 vsize=28766288 memory=2613957363457 CPUtime=0 cores=0-7
/proc/21155/task/21168/stat : 21168 (java) S 21153 21153 18314 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447105378 29456678912 92261 33554432000 4194304 4196468 140725896942784 140045608655568 140047148189595 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21169] ppid=21153 vsize=28766288 memory=2626842265345 CPUtime=1.23 cores=0-7
/proc/21155/task/21169/stat : 21169 (java) S 21153 21153 18314 0 -1 1077944384 4613 0 0 0 122 1 0 0 20 0 28 0 447105378 29456678912 92261 33554432000 4194304 4196468 140725896942784 140045607602160 140047148182146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21170] ppid=21153 vsize=28766288 memory=2644022134529 CPUtime=1.28 cores=0-7
/proc/21155/task/21170/stat : 21170 (java) S 21153 21153 18314 0 -1 1077944384 2875 0 0 0 127 1 0 0 20 0 28 0 447105378 29456678912 92261 33554432000 4194304 4196468 140725896942784 140045606549616 140047148182146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21171] ppid=21153 vsize=28766288 memory=2802935924481 CPUtime=1.23 cores=0-7
/proc/21155/task/21171/stat : 21171 (java) S 21153 21153 18314 0 -1 1077944384 3145 0 0 0 122 1 0 0 20 0 28 0 447105378 29456678912 92261 33554432000 4194304 4196468 140725896942784 140045605497072 140047148182146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21172] ppid=21153 vsize=28766288 memory=3816548206337 CPUtime=0.62 cores=0-7
/proc/21155/task/21172/stat : 21172 (java) S 21153 21153 18314 0 -1 1077944384 3295 0 0 0 61 1 0 0 20 0 28 0 447105378 29456678912 92261 33554432000 4194304 4196468 140725896942784 140045604444528 140047148182146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21173] ppid=21153 vsize=28766288 memory=3820843173633 CPUtime=0 cores=0-7
/proc/21155/task/21173/stat : 21173 (java) S 21153 21153 18314 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 447105378 29456678912 92261 33554432000 4194304 4196468 140725896942784 140045603392224 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21174] ppid=21153 vsize=28766288 memory=3833728075521 CPUtime=0 cores=0-7
/proc/21155/task/21174/stat : 21174 (java) S 21153 21153 18314 0 -1 1077944384 764 0 0 0 0 0 0 0 20 0 28 0 447105379 29456678912 92261 33554432000 4194304 4196468 140725896942784 140045602339760 140047148182146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21175] ppid=21153 vsize=28766288 memory=5040613885441 CPUtime=30.2 cores=0-7
/proc/21155/task/21175/stat : 21175 (java) R 21153 21153 18314 0 -1 4202560 614 0 0 0 3020 0 0 0 20 0 28 0 447105470 29456678912 92261 33554432000 4194304 4196468 140725896942784 140045597646232 140046756594904 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21176] ppid=21153 vsize=28766288 memory=5044908852737 CPUtime=30.3 cores=0-7
/proc/21155/task/21176/stat : 21176 (java) R 21153 21153 18314 0 -1 4202560 469 0 0 0 3030 0 0 0 20 0 28 0 447105470 29456678912 92261 33554432000 4194304 4196468 140725896942784 140045524558984 140046758885612 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21177] ppid=21153 vsize=28766288 memory=5397096170753 CPUtime=30.55 cores=0-7
/proc/21155/task/21177/stat : 21177 (java) R 21153 21153 18314 0 -1 4202560 649 0 0 0 3053 2 0 0 20 0 28 0 447105470 29456678912 92261 33554432000 4194304 4196468 140725896942784 140045523504432 140046760048371 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21178] ppid=21153 vsize=28766288 memory=1452 CPUtime=30.01 cores=0-7
/proc/21155/task/21178/stat : 21178 (java) R 21153 21153 18314 0 -1 4202560 948 0 0 0 2999 2 0 0 20 0 28 0 447105470 29456678912 92261 33554432000 4194304 4196468 140725896942784 140045522455976 140046759749490 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21179] ppid=21153 vsize=28766288 memory=362480 CPUtime=30.06 cores=0-7
/proc/21155/task/21179/stat : 21179 (java) R 21153 21153 18314 0 -1 4202560 691 0 0 0 3006 0 0 0 20 0 28 0 447105470 29456678912 92261 33554432000 4194304 4196468 140725896942784 140045521400200 140046760538760 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21180] ppid=21153 vsize=28766288 memory=924 CPUtime=30.24 cores=0-7
/proc/21155/task/21180/stat : 21180 (java) R 21153 21153 18314 0 -1 4202560 820 0 0 0 3023 1 0 0 20 0 28 0 447105470 29456678912 92261 33554432000 4194304 4196468 140725896942784 140045520347784 140046753727952 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21181] ppid=21153 vsize=28766288 memory=4436 CPUtime=30.48 cores=0-7
/proc/21155/task/21181/stat : 21181 (java) R 21153 21153 18314 0 -1 4202560 427 0 0 0 3048 0 0 0 20 0 28 0 447105470 29456678912 92261 33554432000 4194304 4196468 140725896942784 140045519294888 140046760530425 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21182] ppid=21153 vsize=28766288 memory=4104 CPUtime=30.3 cores=0-7
/proc/21155/task/21182/stat : 21182 (java) R 21153 21153 18314 0 -1 4202560 715 0 0 0 3029 1 0 0 20 0 28 0 447105470 29456678912 92261 33554432000 4194304 4196468 140725896942784 140045518244640 140046759626240 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
Current children cumulated CPU time: 248.41 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 370496 KiB

[startup+32.2019 s]
/proc/loadavg: 7.46 7.79 8.10 9/219 21185
/proc/meminfo: memFree=30744244/32770624 swapFree=66988844/67108860
[pid=21153] ppid=21150 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/21153/stat : 21153 (xcsp3-exec) S 21150 21153 18314 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447105372 115843072 363 33554432000 4194304 5098028 140723104206544 140723104204648 140506398085756 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 29495296 140723104207733 140723104207977 140723104207977 140723104210890 0
/proc/21153/statm: 28282 363 305 221 0 87 0
[pid=21155] ppid=21153 vsize=28766288 memory=368016 CPUtime=249.91 cores=0-7
/proc/21155/stat : 21155 (java) S 21153 21153 18314 0 -1 1077944320 36829 0 0 0 24937 54 0 0 20 0 28 0 447105373 29456678912 92004 33554432000 4194304 4196468 140725896942784 140725896925328 140047148170999 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
/proc/21155/statm: 7191572 92004 3526 1 0 7152672 0
[pid=21155/tid=21156] ppid=21153 vsize=28766288 memory=1452 CPUtime=0.94 cores=0-7
/proc/21155/task/21156/stat : 21156 (java) S 21153 21153 18314 0 -1 1077944384 9132 0 0 0 90 4 0 0 20 0 28 0 447105373 29456678912 92004 33554432000 4194304 4196468 140725896942784 140047152411776 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21157] ppid=21153 vsize=28766288 memory=281050714994944 CPUtime=0.08 cores=0-7
/proc/21155/task/21157/stat : 21157 (java) S 21153 21153 18314 0 -1 1077944384 188 0 0 0 5 3 0 0 20 0 28 0 447105374 29456678912 92004 33554432000 4194304 4196468 140725896942784 140047100791568 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21158] ppid=21153 vsize=28766288 memory=5789189752906409301 CPUtime=0.09 cores=0-7
/proc/21155/task/21158/stat : 21158 (java) S 21153 21153 18314 0 -1 1077944384 492 0 0 0 5 4 0 0 20 0 28 0 447105374 29456678912 92004 33554432000 4194304 4196468 140725896942784 140047099739024 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21159] ppid=21153 vsize=28766288 memory=5865188000529146989 CPUtime=0.08 cores=0-7
/proc/21155/task/21159/stat : 21159 (java) S 21153 21153 18314 0 -1 1077944384 676 0 0 0 5 3 0 0 20 0 28 0 447105374 29456678912 92004 33554432000 4194304 4196468 140725896942784 140047098686480 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21160] ppid=21153 vsize=28766288 memory=7881696724453321575 CPUtime=0.08 cores=0-7
/proc/21155/task/21160/stat : 21160 (java) S 21153 21153 18314 0 -1 1077944384 266 0 0 0 5 3 0 0 20 0 28 0 447105374 29456678912 92004 33554432000 4194304 4196468 140725896942784 140047097633936 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21161] ppid=21153 vsize=28766288 memory=7523071198212214892 CPUtime=0.09 cores=0-7
/proc/21155/task/21161/stat : 21161 (java) S 21153 21153 18314 0 -1 1077944384 506 0 0 0 5 4 0 0 20 0 28 0 447105374 29456678912 92004 33554432000 4194304 4196468 140725896942784 140047096580368 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21162] ppid=21153 vsize=28766288 memory=740 CPUtime=0.09 cores=0-7
/proc/21155/task/21162/stat : 21162 (java) S 21153 21153 18314 0 -1 1077944384 327 0 0 0 5 4 0 0 20 0 28 0 447105374 29456678912 92004 33554432000 4194304 4196468 140725896942784 140047095527824 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21163] ppid=21153 vsize=28766288 memory=1228 CPUtime=0.09 cores=0-7
/proc/21155/task/21163/stat : 21163 (java) S 21153 21153 18314 0 -1 1077944384 531 0 0 0 6 3 0 0 20 0 28 0 447105374 29456678912 92004 33554432000 4194304 4196468 140725896942784 140047094475280 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21164] ppid=21153 vsize=28766288 memory=9520 CPUtime=0.08 cores=0-7
/proc/21155/task/21164/stat : 21164 (java) S 21153 21153 18314 0 -1 1077944384 767 0 0 0 4 4 0 0 20 0 28 0 447105374 29456678912 92004 33554432000 4194304 4196468 140725896942784 140047093422736 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21165] ppid=21153 vsize=28766288 memory=4028 CPUtime=0.09 cores=0-7
/proc/21155/task/21165/stat : 21165 (java) S 21153 21153 18314 0 -1 1077944384 1712 0 0 0 6 3 0 0 20 0 28 0 447105375 29456678912 92004 33554432000 4194304 4196468 140725896942784 140045611813360 140047148182146 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21166] ppid=21153 vsize=28766288 memory=2832 CPUtime=0 cores=0-7
/proc/21155/task/21166/stat : 21166 (java) S 21153 21153 18314 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 447105376 29456678912 92004 33554432000 4194304 4196468 140725896942784 140045610759648 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21167] ppid=21153 vsize=28766288 memory=1540 CPUtime=0 cores=0-7
/proc/21155/task/21167/stat : 21167 (java) S 21153 21153 18314 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 447105376 29456678912 92004 33554432000 4194304 4196468 140725896942784 140045609707008 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21168] ppid=21153 vsize=28766288 memory=1696 CPUtime=0 cores=0-7
/proc/21155/task/21168/stat : 21168 (java) S 21153 21153 18314 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447105378 29456678912 92004 33554432000 4194304 4196468 140725896942784 140045608655568 140047148189595 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21169] ppid=21153 vsize=28766288 memory=6032 CPUtime=1.23 cores=0-7
/proc/21155/task/21169/stat : 21169 (java) S 21153 21153 18314 0 -1 1077944384 4616 0 0 0 122 1 0 0 20 0 28 0 447105378 29456678912 92004 33554432000 4194304 4196468 140725896942784 140045607602160 140047148182146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21170] ppid=21153 vsize=28766288 memory=772 CPUtime=1.28 cores=0-7
/proc/21155/task/21170/stat : 21170 (java) S 21153 21153 18314 0 -1 1077944384 2878 0 0 0 127 1 0 0 20 0 28 0 447105378 29456678912 92004 33554432000 4194304 4196468 140725896942784 140045606549616 140047148182146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21171] ppid=21153 vsize=28766288 memory=952 CPUtime=1.23 cores=0-7
/proc/21155/task/21171/stat : 21171 (java) S 21153 21153 18314 0 -1 1077944384 3148 0 0 0 122 1 0 0 20 0 28 0 447105378 29456678912 92004 33554432000 4194304 4196468 140725896942784 140045605497072 140047148182146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21172] ppid=21153 vsize=28766288 memory=14008 CPUtime=0.62 cores=0-7
/proc/21155/task/21172/stat : 21172 (java) S 21153 21153 18314 0 -1 1077944384 3602 0 0 0 61 1 0 0 20 0 28 0 447105378 29456678912 92004 33554432000 4194304 4196468 140725896942784 140045604444528 140047148182146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21173] ppid=21153 vsize=28766288 memory=21180 CPUtime=0 cores=0-7
/proc/21155/task/21173/stat : 21173 (java) S 21153 21153 18314 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 447105378 29456678912 92004 33554432000 4194304 4196468 140725896942784 140045603392224 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21174] ppid=21153 vsize=28766288 memory=2116 CPUtime=0 cores=0-7
/proc/21155/task/21174/stat : 21174 (java) S 21153 21153 18314 0 -1 1077944384 777 0 0 0 0 0 0 0 20 0 28 0 447105379 29456678912 92004 33554432000 4194304 4196468 140725896942784 140045602339760 140047148182146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21175] ppid=21153 vsize=28766288 memory=12028 CPUtime=30.38 cores=0-7
/proc/21155/task/21175/stat : 21175 (java) S 21153 21153 18314 0 -1 1077944384 682 0 0 0 3038 0 0 0 20 0 28 0 447105470 29456678912 92004 33554432000 4194304 4196468 140725896942784 140045597650992 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21176] ppid=21153 vsize=28766288 memory=288230574492221466 CPUtime=30.48 cores=0-7
/proc/21155/task/21176/stat : 21176 (java) S 21153 21153 18314 0 -1 1077944384 497 0 0 0 3048 0 0 0 20 0 28 0 447105470 29456678912 92004 33554432000 4194304 4196468 140725896942784 140045524563536 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21177] ppid=21153 vsize=28766288 memory=288230583166042425 CPUtime=30.73 cores=0-7
/proc/21155/task/21177/stat : 21177 (java) R 21153 21153 18314 0 -1 4202560 660 0 0 0 3071 2 0 0 20 0 28 0 447105470 29456678912 92004 33554432000 4194304 4196468 140725896942784 140045523504432 140046760048731 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21178] ppid=21153 vsize=28766288 memory=16099282004477816 CPUtime=30.2 cores=0-7
/proc/21155/task/21178/stat : 21178 (java) S 21153 21153 18314 0 -1 1077944384 1047 0 0 0 3018 2 0 0 20 0 28 0 447105470 29456678912 92004 33554432000 4194304 4196468 140725896942784 140045522457424 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21179] ppid=21153 vsize=28766288 memory=16099282004477816 CPUtime=30.25 cores=0-7
/proc/21155/task/21179/stat : 21179 (java) S 21153 21153 18314 0 -1 1077944384 788 0 0 0 3025 0 0 0 20 0 28 0 447105470 29456678912 92004 33554432000 4194304 4196468 140725896942784 140045521404880 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21180] ppid=21153 vsize=28766288 memory=4436 CPUtime=30.42 cores=0-7
/proc/21155/task/21180/stat : 21180 (java) S 21153 21153 18314 0 -1 1077944384 1036 0 0 0 3041 1 0 0 20 0 28 0 447105470 29456678912 92004 33554432000 4194304 4196468 140725896942784 140045520352336 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21181] ppid=21153 vsize=28766288 memory=4104 CPUtime=30.66 cores=0-7
/proc/21155/task/21181/stat : 21181 (java) S 21153 21153 18314 0 -1 1077944384 469 0 0 0 3066 0 0 0 20 0 28 0 447105470 29456678912 92004 33554432000 4194304 4196468 140725896942784 140045519299792 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
[pid=21155/tid=21182] ppid=21153 vsize=28766288 memory=1408 CPUtime=30.49 cores=0-7
/proc/21155/task/21182/stat : 21182 (java) S 21153 21153 18314 0 -1 1077944384 736 0 0 0 3048 1 0 0 20 0 28 0 447105470 29456678912 92004 33554432000 4194304 4196468 140725896942784 140045518247248 140047148181205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30330880 140725896946666 140725896946838 140725896946838 140725896949711 0
Current children cumulated CPU time: 249.91 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 369468 KiB

Child status: 0
Real time (s): 32.228
CPU time (s): 249.952
CPU user time (s): 249.393
CPU system time (s): 0.558361
CPU usage (%): 775.575
Max. virtual memory (cumulated for all children) (KiB): 28879416
Max. memory (cumulated for all children) (KiB): 370496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 249.393
system time used= 0.558361
maximum resident set size= 370068
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38773
page faults= 0
swaps= 0
block input operations= 0
block output operations= 176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7876
involuntary context switches= 3450


# summary of solver processes directly reported to runsolver:
#   pid: 21153
#   total CPU time (s): 249.952
#   total CPU user time (s): 249.393
#   total CPU system time (s): 0.558361

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.327167 second user time and 0.390043 second system time

The end

Launcher Data

Begin job on node126 at 2019-09-17 10:18:58
IDJOB=4399635
IDBENCH=133319
IDSOLVER=2854
FILE ID=node126/4399635-1568708376
RUNJOBID= node126-1568700445-18341
PBS_JOBID= 21703895
Free space on /tmp= 55708 MiB

SOLVER NAME= choco-solver 2019-09-16 parallel
BENCH NAME= XCSP17/Primes/Primes-m1-p20/Primes-20-60-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-4399635-1568708376/watcher-4399635-1568708376 -o /tmp/evaluation-result-4399635-1568708376/solver-4399635-1568708376 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node126-1568700445-18341 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1713446324 HOME/instance-4399635-1568708376.xml

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

MD5SUM BENCH= 0dd1a305ead2bfc8d563708a38f33655
RANDOM SEED=1713446324

node126.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.45
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.56
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.45
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.56
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.45
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.56
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.45
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31100824 kB
MemAvailable:   31885900 kB
Buffers:           74656 kB
Cached:           976008 kB
SwapCached:         8340 kB
Active:           630216 kB
Inactive:         434112 kB
Active(anon):      23344 kB
Inactive(anon):    23700 kB
Active(file):     606872 kB
Inactive(file):   410412 kB
Unevictable:      107788 kB
Mlocked:          107788 kB
SwapTotal:      67108860 kB
SwapFree:       66988844 kB
Dirty:             25752 kB
Writeback:            28 kB
AnonPages:        179412 kB
Mapped:            43380 kB
Shmem:             25208 kB
Slab:             197608 kB
SReclaimable:     167252 kB
SUnreclaim:        30356 kB
KernelStack:        3920 kB
PageTables:         5736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    135168 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 55680 MiB
End job on node126 at 2019-09-17 10:19:30