Trace number 4407068

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-24 parallelOPT7 60.0234 8.51468

General information on the benchmark

NamePeacableArmies/
PeacableArmies-m2-07_c18.xml
MD5SUMd533abf730bec48b9e0ac1943d19d6b7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark9.62179
Satisfiable
(Un)Satisfiability was proved
Number of variables51
Number of constraints479
Number of domains2
Minimum domain size3
Maximum domain size24
Distribution of domain sizes[{"size":3,"count":49},{"size":24,"count":2}]
Minimum variable degree2
Maximum variable degree26
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":1},{"degree":20,"count":24},{"degree":22,"count":16},{"degree":24,"count":8},{"degree":26,"count":1}]
Minimum constraint arity2
Maximum constraint arity50
Distribution of constraint arities[{"arity":2,"count":477},{"arity":50,"count":2}]
Number of extensional constraints0
Number of intensional constraints477
Distribution of constraint types[{"type":"intension","count":477},{"type":"count","count":2}]
Optimization problemYES
Type of objectivemax VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4407068-1569364123.xml"  -tl '20160s' -p 8
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4407068-1569364123.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.29	c parse instance...
2.90/1.10	c solve instance...
3.38/1.13	o 4 
3.38/1.14	o 5 
3.38/1.16	o 6 
4.05/1.27	o 7 
59.98/8.50	s OPTIMUM FOUND
59.98/8.50	v <instantiation>
59.98/8.50	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] nb nw </list>
59.98/8.50	v 	<values>0 1 1 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 2 0 0 0 2 0 0 0 0 0 2 0 0 0 2 0 0 2 2 0 2 7 7 </values>
59.98/8.50	v </instantiation>

Verifier Data

OK	7

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4407068-1569364123/watcher-4407068-1569364123 -o /var/tmp/evaluation-result-4407068-1569364123/solver-4407068-1569364123 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node121-1569357356-20838 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1658283675 HOME/instance-4407068-1569364123.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=23134, runsolver pid=23131

[startup+0.100112 s]*
/proc/loadavg: 6.56 6.98 7.15 2/211 23155
/proc/meminfo: memFree=25728984/32770624 swapFree=66992472/67108860
[pid=23134] ppid=23131 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/23134/stat : 23134 (xcsp3-exec) S 23131 23134 20811 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 512674814 115843072 363 33554432000 4194304 5098028 140722877954176 140722877952280 139784192172668 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28217344 140722877956945 140722877957205 140722877957205 140722877960134 0
/proc/23134/statm: 28282 363 304 221 0 87 0
[pid=23136] ppid=23134 vsize=28227396 memory=28664 CPUtime=0.13 cores=0-7
/proc/23136/stat : 23136 (java) S 23134 23134 20811 0 -1 1077944320 5650 0 0 0 12 1 0 0 20 0 20 0 512674815 28904853504 7166 33554432000 4194304 4196468 140727835249872 140727835232416 140508430806775 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
/proc/23136/statm: 7056849 7166 3118 1 0 7019032 0
[pid=23136/tid=23137] ppid=23134 vsize=28227396 memory=-2177352373413752899 CPUtime=0.08 cores=0-7
/proc/23136/task/23137/stat : 23137 (java) R 23134 23134 20811 0 -1 4202560 3591 0 0 0 8 0 0 0 20 0 20 0 512674815 28904853504 7166 33554432000 4194304 4196468 140727835249872 140508435034800 140508060077069 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23138] ppid=23134 vsize=28227396 memory=732370720735939557 CPUtime=0 cores=0-7
/proc/23136/task/23138/stat : 23138 (java) S 23134 23134 20811 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512674816 28904853504 7166 33554432000 4194304 4196468 140727835249872 140508383427728 140508430816981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23139] ppid=23134 vsize=28227396 memory=140582398486144 CPUtime=0 cores=0-7
/proc/23136/task/23139/stat : 23139 (java) S 23134 23134 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512674816 28904853504 7166 33554432000 4194304 4196468 140727835249872 140508382374928 140508430816981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23140] ppid=23134 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23136/task/23140/stat : 23140 (java) S 23134 23134 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512674816 28904853504 7166 33554432000 4194304 4196468 140727835249872 140508381322128 140508430816981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23141] ppid=23134 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23136/task/23141/stat : 23141 (java) S 23134 23134 20811 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512674816 28904853504 7166 33554432000 4194304 4196468 140727835249872 140508380269328 140508430816981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23142] ppid=23134 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23136/task/23142/stat : 23142 (java) S 23134 23134 20811 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512674816 28904853504 7166 33554432000 4194304 4196468 140727835249872 140507977996944 140508430816981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23143] ppid=23134 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/23136/task/23143/stat : 23143 (java) S 23134 23134 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512674816 28904853504 7166 33554432000 4194304 4196468 140727835249872 140507976944144 140508430816981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23144] ppid=23134 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23136/task/23144/stat : 23144 (java) S 23134 23134 20811 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512674816 28904853504 7166 33554432000 4194304 4196468 140727835249872 140507975891344 140508430816981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23145] ppid=23134 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23136/task/23145/stat : 23145 (java) S 23134 23134 20811 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512674816 28904853504 7166 33554432000 4194304 4196468 140727835249872 140507974838544 140508430816981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23146] ppid=23134 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23136/task/23146/stat : 23146 (java) S 23134 23134 20811 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512674817 28904853504 7166 33554432000 4194304 4196468 140727835249872 140507815607152 140508430817922 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23147] ppid=23134 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23136/task/23147/stat : 23147 (java) S 23134 23134 20811 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 512674818 28904853504 7166 33554432000 4194304 4196468 140727835249872 140507814553120 140508430816981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23148] ppid=23134 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23136/task/23148/stat : 23148 (java) S 23134 23134 20811 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 512674818 28904853504 7166 33554432000 4194304 4196468 140727835249872 140507813500272 140508430816981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23149] ppid=23134 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23136/task/23149/stat : 23149 (java) S 23134 23134 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512674820 28904853504 7166 33554432000 4194304 4196468 140727835249872 140507812448592 140508430825371 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23150] ppid=23134 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23136/task/23150/stat : 23150 (java) S 23134 23134 20811 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 20 0 512674820 28904853504 7166 33554432000 4194304 4196468 140727835249872 140507811395952 140508430817922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23151] ppid=23134 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23136/task/23151/stat : 23151 (java) S 23134 23134 20811 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 512674820 28904853504 7166 33554432000 4194304 4196468 140727835249872 140507810343152 140508430817922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23152] ppid=23134 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23136/task/23152/stat : 23152 (java) S 23134 23134 20811 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512674820 28904853504 7166 33554432000 4194304 4196468 140727835249872 140507809290352 140508430817922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23153] ppid=23134 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/23136/task/23153/stat : 23153 (java) S 23134 23134 20811 0 -1 1077944384 325 0 0 0 2 0 0 0 20 0 20 0 512674820 28904853504 7166 33554432000 4194304 4196468 140727835249872 140507808237552 140508430817922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23154] ppid=23134 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23136/task/23154/stat : 23154 (java) S 23134 23134 20811 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512674821 28904853504 7166 33554432000 4194304 4196468 140727835249872 140507807186016 140508430816981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23155] ppid=23134 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/23136/task/23155/stat : 23155 (java) S 23134 23134 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512674821 28904853504 7166 33554432000 4194304 4196468 140727835249872 140507806133296 140508430817922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30116 KiB

[startup+0.21013 s]*
/proc/loadavg: 6.56 6.98 7.15 2/211 23155
/proc/meminfo: memFree=25715220/32770624 swapFree=66992472/67108860
[pid=23134] ppid=23131 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/23134/stat : 23134 (xcsp3-exec) S 23131 23134 20811 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 512674814 115843072 363 33554432000 4194304 5098028 140722877954176 140722877952280 139784192172668 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28217344 140722877956945 140722877957205 140722877957205 140722877960134 0
/proc/23134/statm: 28282 363 304 221 0 87 0
[pid=23136] ppid=23134 vsize=28227396 memory=40808 CPUtime=0.33 cores=0-7
/proc/23136/stat : 23136 (java) S 23134 23134 20811 0 -1 1077944320 9518 0 0 0 31 2 0 0 20 0 20 0 512674815 28904853504 10202 33554432000 4194304 4196468 140727835249872 140727835232416 140508430806775 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
/proc/23136/statm: 7056849 10202 3287 1 0 7019032 0
[pid=23136/tid=23137] ppid=23134 vsize=28227396 memory=0 CPUtime=0.2 cores=0-7
/proc/23136/task/23137/stat : 23137 (java) R 23134 23134 20811 0 -1 4202560 6630 0 0 0 18 2 0 0 20 0 20 0 512674815 28904853504 10202 33554432000 4194304 4196468 140727835249872 140508435036496 140508414887262 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23138] ppid=23134 vsize=28227396 memory=732370720735939557 CPUtime=0 cores=0-7
/proc/23136/task/23138/stat : 23138 (java) S 23134 23134 20811 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512674816 28904853504 10202 33554432000 4194304 4196468 140727835249872 140508383427728 140508430816981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23139] ppid=23134 vsize=28227396 memory=140582398486144 CPUtime=0 cores=0-7
/proc/23136/task/23139/stat : 23139 (java) S 23134 23134 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512674816 28904853504 10202 33554432000 4194304 4196468 140727835249872 140508382374928 140508430816981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23140] ppid=23134 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23136/task/23140/stat : 23140 (java) S 23134 23134 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512674816 28904853504 10202 33554432000 4194304 4196468 140727835249872 140508381322128 140508430816981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23141] ppid=23134 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23136/task/23141/stat : 23141 (java) S 23134 23134 20811 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512674816 28904853504 10202 33554432000 4194304 4196468 140727835249872 140508380269328 140508430816981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23142] ppid=23134 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23136/task/23142/stat : 23142 (java) S 23134 23134 20811 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512674816 28904853504 10202 33554432000 4194304 4196468 140727835249872 140507977996944 140508430816981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23143] ppid=23134 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/23136/task/23143/stat : 23143 (java) S 23134 23134 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512674816 28904853504 10202 33554432000 4194304 4196468 140727835249872 140507976944144 140508430816981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23144] ppid=23134 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23136/task/23144/stat : 23144 (java) S 23134 23134 20811 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512674816 28904853504 10202 33554432000 4194304 4196468 140727835249872 140507975891344 140508430816981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23145] ppid=23134 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23136/task/23145/stat : 23145 (java) S 23134 23134 20811 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512674816 28904853504 10202 33554432000 4194304 4196468 140727835249872 140507974838544 140508430816981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23146] ppid=23134 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23136/task/23146/stat : 23146 (java) S 23134 23134 20811 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 512674817 28904853504 10202 33554432000 4194304 4196468 140727835249872 140507815607152 140508430817922 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23147] ppid=23134 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23136/task/23147/stat : 23147 (java) S 23134 23134 20811 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 512674818 28904853504 10202 33554432000 4194304 4196468 140727835249872 140507814553120 140508430816981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23148] ppid=23134 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23136/task/23148/stat : 23148 (java) S 23134 23134 20811 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 512674818 28904853504 10202 33554432000 4194304 4196468 140727835249872 140507813500272 140508430816981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23149] ppid=23134 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23136/task/23149/stat : 23149 (java) S 23134 23134 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512674820 28904853504 10202 33554432000 4194304 4196468 140727835249872 140507812448592 140508430825371 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23150] ppid=23134 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/23136/task/23150/stat : 23150 (java) S 23134 23134 20811 0 -1 1077944384 456 0 0 0 1 0 0 0 20 0 20 0 512674820 28904853504 10202 33554432000 4194304 4196468 140727835249872 140507811395952 140508430817922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23151] ppid=23134 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/23136/task/23151/stat : 23151 (java) S 23134 23134 20811 0 -1 1077944384 215 0 0 0 1 0 0 0 20 0 20 0 512674820 28904853504 10202 33554432000 4194304 4196468 140727835249872 140507810343152 140508430817922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23152] ppid=23134 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/23136/task/23152/stat : 23152 (java) S 23134 23134 20811 0 -1 1077944384 126 0 0 0 1 0 0 0 20 0 20 0 512674820 28904853504 10202 33554432000 4194304 4196468 140727835249872 140507809290352 140508430817922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23153] ppid=23134 vsize=28227396 memory=0 CPUtime=0.08 cores=0-7
/proc/23136/task/23153/stat : 23153 (java) S 23134 23134 20811 0 -1 1077944384 777 0 0 0 8 0 0 0 20 0 20 0 512674820 28904853504 10202 33554432000 4194304 4196468 140727835249872 140507808237552 140508430817922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23154] ppid=23134 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23136/task/23154/stat : 23154 (java) S 23134 23134 20811 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512674821 28904853504 10202 33554432000 4194304 4196468 140727835249872 140507807186016 140508430816981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23155] ppid=23134 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/23136/task/23155/stat : 23155 (java) S 23134 23134 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512674821 28904853504 10202 33554432000 4194304 4196468 140727835249872 140507806133296 140508430817922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42260 KiB

[startup+0.309511 s]*
/proc/loadavg: 6.56 6.98 7.15 4/211 23155
/proc/meminfo: memFree=25707284/32770624 swapFree=66992472/67108860
[pid=23134] ppid=23131 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/23134/stat : 23134 (xcsp3-exec) S 23131 23134 20811 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 512674814 115843072 363 33554432000 4194304 5098028 140722877954176 140722877952280 139784192172668 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28217344 140722877956945 140722877957205 140722877957205 140722877960134 0
/proc/23134/statm: 28282 363 304 221 0 87 0
[pid=23136] ppid=23134 vsize=28231652 memory=49996 CPUtime=0.52 cores=0-7
/proc/23136/stat : 23136 (java) S 23134 23134 20811 0 -1 1077944320 10801 0 0 0 48 4 0 0 20 0 20 0 512674815 28909211648 12499 33554432000 4194304 4196468 140727835249872 140727835232416 140508430806775 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
/proc/23136/statm: 7057913 12499 3371 1 0 7019032 0
[pid=23136/tid=23137] ppid=23134 vsize=28231652 memory=1398722017469774279 CPUtime=0.29 cores=0-7
/proc/23136/task/23137/stat : 23137 (java) R 23134 23134 20811 0 -1 4202560 7723 0 0 0 26 3 0 0 20 0 20 0 512674815 28909211648 12499 33554432000 4194304 4196468 140727835249872 140508435037888 140508414887262 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23138] ppid=23134 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/23136/task/23138/stat : 23138 (java) S 23134 23134 20811 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512674816 28909211648 12499 33554432000 4194304 4196468 140727835249872 140508383427728 140508430816981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23139] ppid=23134 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/23136/task/23139/stat : 23139 (java) S 23134 23134 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512674816 28909211648 12499 33554432000 4194304 4196468 140727835249872 140508382374928 140508430816981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23140] ppid=23134 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/23136/task/23140/stat : 23140 (java) S 23134 23134 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512674816 28909211648 12499 33554432000 4194304 4196468 140727835249872 140508381322128 140508430816981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23141] ppid=23134 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/23136/task/23141/stat : 23141 (java) S 23134 23134 20811 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512674816 28909211648 12499 33554432000 4194304 4196468 140727835249872 140508380269328 140508430816981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23142] ppid=23134 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/23136/task/23142/stat : 23142 (java) S 23134 23134 20811 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512674816 28909211648 12499 33554432000 4194304 4196468 140727835249872 140507977996944 140508430816981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23143] ppid=23134 vsize=28231652 memory=140582265645743 CPUtime=0 cores=0-7
/proc/23136/task/23143/stat : 23143 (java) S 23134 23134 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512674816 28909211648 12499 33554432000 4194304 4196468 140727835249872 140507976944144 140508430816981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23144] ppid=23134 vsize=28231652 memory=140582265648048 CPUtime=0 cores=0-7
/proc/23136/task/23144/stat : 23144 (java) S 23134 23134 20811 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512674816 28909211648 12499 33554432000 4194304 4196468 140727835249872 140507975891344 140508430816981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23145] ppid=23134 vsize=28231652 memory=140582265650352 CPUtime=0 cores=0-7
/proc/23136/task/23145/stat : 23145 (java) S 23134 23134 20811 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512674816 28909211648 12499 33554432000 4194304 4196468 140727835249872 140507974838544 140508430816981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23146] ppid=23134 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/23136/task/23146/stat : 23146 (java) S 23134 23134 20811 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 512674817 28909211648 12499 33554432000 4194304 4196468 140727835249872 140507815607152 140508430817922 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23147] ppid=23134 vsize=28231652 memory=281164531314576 CPUtime=0 cores=0-7
/proc/23136/task/23147/stat : 23147 (java) S 23134 23134 20811 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 512674818 28909211648 12499 33554432000 4194304 4196468 140727835249872 140507814553120 140508430816981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23148] ppid=23134 vsize=28231652 memory=281164531312272 CPUtime=0 cores=0-7
/proc/23136/task/23148/stat : 23148 (java) S 23134 23134 20811 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 512674818 28909211648 12499 33554432000 4194304 4196468 140727835249872 140507813500272 140508430816981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23149] ppid=23134 vsize=28231652 memory=281164531319184 CPUtime=0 cores=0-7
/proc/23136/task/23149/stat : 23149 (java) S 23134 23134 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512674820 28909211648 12499 33554432000 4194304 4196468 140727835249872 140507812448592 140508430825371 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23150] ppid=23134 vsize=28231652 memory=281164531260432 CPUtime=0.02 cores=0-7
/proc/23136/task/23150/stat : 23150 (java) S 23134 23134 20811 0 -1 1077944384 462 0 0 0 2 0 0 0 20 0 20 0 512674820 28909211648 12499 33554432000 4194304 4196468 140727835249872 140507811395952 140508430817922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23151] ppid=23134 vsize=28231652 memory=281164531333008 CPUtime=0.03 cores=0-7
/proc/23136/task/23151/stat : 23151 (java) R 23134 23134 20811 0 -1 4202560 298 0 0 0 3 0 0 0 20 0 20 0 512674820 28909211648 12499 33554432000 4194304 4196468 140727835249872 140507810342336 140508411507072 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23152] ppid=23134 vsize=28231652 memory=281164531339920 CPUtime=0.02 cores=0-7
/proc/23136/task/23152/stat : 23152 (java) S 23134 23134 20811 0 -1 1077944384 141 0 0 0 2 0 0 0 20 0 20 0 512674820 28909211648 12499 33554432000 4194304 4196468 140727835249872 140507809290352 140508430817922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23153] ppid=23134 vsize=28231652 memory=281164531337616 CPUtime=0.13 cores=0-7
/proc/23136/task/23153/stat : 23153 (java) S 23134 23134 20811 0 -1 1077944384 873 0 0 0 13 0 0 0 20 0 20 0 512674820 28909211648 12499 33554432000 4194304 4196468 140727835249872 140507808237552 140508430817922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23154] ppid=23134 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/23136/task/23154/stat : 23154 (java) S 23134 23134 20811 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512674821 28909211648 12499 33554432000 4194304 4196468 140727835249872 140507807186016 140508430816981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23155] ppid=23134 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/23136/task/23155/stat : 23155 (java) S 23134 23134 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512674821 28909211648 12499 33554432000 4194304 4196468 140727835249872 140507806133296 140508430817922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51448 KiB

[startup+0.700951 s]
/proc/loadavg: 6.56 6.98 7.15 4/211 23155
/proc/meminfo: memFree=25697084/32770624 swapFree=66992472/67108860
[pid=23134] ppid=23131 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/23134/stat : 23134 (xcsp3-exec) S 23131 23134 20811 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 512674814 115843072 363 33554432000 4194304 5098028 140722877954176 140722877952280 139784192172668 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28217344 140722877956945 140722877957205 140722877957205 140722877960134 0
/proc/23134/statm: 28282 363 304 221 0 87 0
[pid=23136] ppid=23134 vsize=28233776 memory=88732 CPUtime=1.65 cores=0-7
/proc/23136/stat : 23136 (java) S 23134 23134 20811 0 -1 1077944320 15347 0 0 0 159 6 0 0 20 0 20 0 512674815 28911386624 22183 33554432000 4194304 4196468 140727835249872 140727835232416 140508430806775 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
/proc/23136/statm: 7058444 22183 3454 1 0 7019544 0
[pid=23136/tid=23137] ppid=23134 vsize=28233776 memory=0 CPUtime=0.68 cores=0-7
/proc/23136/task/23137/stat : 23137 (java) R 23134 23134 20811 0 -1 4202560 9230 0 0 0 64 4 0 0 20 0 20 0 512674815 28911386624 22183 33554432000 4194304 4196468 140727835249872 140508435044672 140508060065680 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23138] ppid=23134 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/23136/task/23138/stat : 23138 (java) S 23134 23134 20811 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512674816 28911386624 22183 33554432000 4194304 4196468 140727835249872 140508383427728 140508430816981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23139] ppid=23134 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/23136/task/23139/stat : 23139 (java) S 23134 23134 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512674816 28911386624 22183 33554432000 4194304 4196468 140727835249872 140508382374928 140508430816981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23140] ppid=23134 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/23136/task/23140/stat : 23140 (java) S 23134 23134 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512674816 28911386624 22183 33554432000 4194304 4196468 140727835249872 140508381322128 140508430816981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0

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

[pid=23136/tid=23153] ppid=23134 vsize=28768336 memory=0 CPUtime=0.83 cores=0-7
/proc/23136/task/23153/stat : 23153 (java) S 23134 23134 20811 0 -1 1077944384 5142 0 0 0 81 2 0 0 20 0 28 0 512674820 29458776064 57316 33554432000 4194304 4196468 140727835249872 140507808237552 140508430817922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23154] ppid=23134 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/23136/task/23154/stat : 23154 (java) S 23134 23134 20811 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 512674821 29458776064 57316 33554432000 4194304 4196468 140727835249872 140507807186016 140508430816981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23155] ppid=23134 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/23136/task/23155/stat : 23155 (java) S 23134 23134 20811 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 28 0 512674821 29458776064 57316 33554432000 4194304 4196468 140727835249872 140507806133296 140508430817922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23188] ppid=23134 vsize=28768336 memory=0 CPUtime=5.26 cores=0-7
/proc/23136/task/23188/stat : 23188 (java) R 23134 23134 20811 0 -1 4202560 265 0 0 0 525 1 0 0 20 0 28 0 512674941 29458776064 57316 33554432000 4194304 4196468 140727835249872 140507789548592 140508069077679 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23189] ppid=23134 vsize=28768336 memory=0 CPUtime=5.25 cores=0-7
/proc/23136/task/23189/stat : 23189 (java) R 23134 23134 20811 0 -1 4202560 93 0 0 0 525 0 0 0 20 0 28 0 512674941 29458776064 57316 33554432000 4194304 4196468 140727835249872 140507795865696 140508066670715 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23190] ppid=23134 vsize=28768336 memory=3620 CPUtime=5.37 cores=0-7
/proc/23136/task/23190/stat : 23190 (java) R 23134 23134 20811 0 -1 4202560 216 0 0 0 536 1 0 0 20 0 28 0 512674941 29458776064 57316 33554432000 4194304 4196468 140727835249872 140507796918240 140508430828122 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23191] ppid=23134 vsize=28768336 memory=49924 CPUtime=5.29 cores=0-7
/proc/23136/task/23191/stat : 23191 (java) R 23134 23134 20811 0 -1 4202560 293 0 0 0 529 0 0 0 20 0 28 0 512674941 29458776064 57316 33554432000 4194304 4196468 140727835249872 140507790602080 140508067912389 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23192] ppid=23134 vsize=28768336 memory=2004 CPUtime=5.27 cores=0-7
/proc/23136/task/23192/stat : 23192 (java) R 23134 23134 20811 0 -1 4202560 152 0 0 0 527 0 0 0 20 0 28 0 512674941 29458776064 57316 33554432000 4194304 4196468 140727835249872 140507794812736 140508067005017 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23193] ppid=23134 vsize=28768336 memory=984 CPUtime=5.48 cores=0-7
/proc/23136/task/23193/stat : 23193 (java) R 23134 23134 20811 0 -1 4202560 153 0 0 0 547 1 0 0 20 0 28 0 512674941 29458776064 57316 33554432000 4194304 4196468 140727835249872 140507793760328 140508068702055 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23194] ppid=23134 vsize=28768336 memory=1324 CPUtime=5.33 cores=0-7
/proc/23136/task/23194/stat : 23194 (java) R 23134 23134 20811 0 -1 4202560 209 0 0 0 533 0 0 0 20 0 28 0 512674941 29458776064 57316 33554432000 4194304 4196468 140727835249872 140507791655488 140508430818710 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23195] ppid=23134 vsize=28768336 memory=780 CPUtime=5.02 cores=0-7
/proc/23136/task/23195/stat : 23195 (java) R 23134 23134 20811 0 -1 4202560 94 0 0 0 501 1 0 0 20 0 28 0 512674944 29458776064 57316 33554432000 4194304 4196468 140727835249872 140507792707936 140508415183899 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
Current children cumulated CPU time: 50.58 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 230716 KiB

[startup+8.1083 s]*
/proc/loadavg: 7.00 7.07 7.17 9/219 23198
/proc/meminfo: memFree=25532720/32770624 swapFree=66992472/67108860
[pid=23134] ppid=23131 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/23134/stat : 23134 (xcsp3-exec) S 23131 23134 20811 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 512674814 115843072 363 33554432000 4194304 5098028 140722877954176 140722877952280 139784192172668 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28217344 140722877956945 140722877957205 140722877957205 140722877960134 0
/proc/23134/statm: 28282 363 304 221 0 87 0
[pid=23136] ppid=23134 vsize=28768336 memory=223760 CPUtime=56.94 cores=0-7
/proc/23136/stat : 23136 (java) S 23134 23134 20811 0 -1 1077944320 41639 0 0 0 5666 28 0 0 20 0 28 0 512674815 29458776064 55940 33554432000 4194304 4196468 140727835249872 140727835232416 140508430806775 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
/proc/23136/statm: 7192084 55940 3524 1 0 7153184 0
[pid=23136/tid=23137] ppid=23134 vsize=28768336 memory=0 CPUtime=1.08 cores=0-7
/proc/23136/task/23137/stat : 23137 (java) S 23134 23134 20811 0 -1 1077944384 10480 0 0 0 103 5 0 0 20 0 28 0 512674815 29458776064 55940 33554432000 4194304 4196468 140727835249872 140508435047552 140508430816981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23138] ppid=23134 vsize=28768336 memory=0 CPUtime=0.02 cores=0-7
/proc/23136/task/23138/stat : 23138 (java) S 23134 23134 20811 0 -1 1077944384 194 0 0 0 2 0 0 0 20 0 28 0 512674816 29458776064 55940 33554432000 4194304 4196468 140727835249872 140508383427728 140508430816981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23139] ppid=23134 vsize=28768336 memory=0 CPUtime=0.01 cores=0-7
/proc/23136/task/23139/stat : 23139 (java) S 23134 23134 20811 0 -1 1077944384 75 0 0 0 1 0 0 0 20 0 28 0 512674816 29458776064 55940 33554432000 4194304 4196468 140727835249872 140508382374928 140508430816981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23140] ppid=23134 vsize=28768336 memory=0 CPUtime=0.01 cores=0-7
/proc/23136/task/23140/stat : 23140 (java) S 23134 23134 20811 0 -1 1077944384 89 0 0 0 1 0 0 0 20 0 28 0 512674816 29458776064 55940 33554432000 4194304 4196468 140727835249872 140508381322128 140508430816981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23141] ppid=23134 vsize=28768336 memory=0 CPUtime=0.01 cores=0-7
/proc/23136/task/23141/stat : 23141 (java) S 23134 23134 20811 0 -1 1077944384 262 0 0 0 1 0 0 0 20 0 28 0 512674816 29458776064 55940 33554432000 4194304 4196468 140727835249872 140508380269328 140508430816981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23142] ppid=23134 vsize=28768336 memory=3612118881015307968 CPUtime=0.01 cores=0-7
/proc/23136/task/23142/stat : 23142 (java) S 23134 23134 20811 0 -1 1077944384 341 0 0 0 1 0 0 0 20 0 28 0 512674816 29458776064 55940 33554432000 4194304 4196468 140727835249872 140507977996944 140508430816981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23143] ppid=23134 vsize=28768336 memory=4121392034713449526 CPUtime=0.02 cores=0-7
/proc/23136/task/23143/stat : 23143 (java) S 23134 23134 20811 0 -1 1077944384 56 0 0 0 2 0 0 0 20 0 28 0 512674816 29458776064 55940 33554432000 4194304 4196468 140727835249872 140507976944144 140508430816981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23144] ppid=23134 vsize=28768336 memory=6225479230648840297 CPUtime=0.01 cores=0-7
/proc/23136/task/23144/stat : 23144 (java) S 23134 23134 20811 0 -1 1077944384 112 0 0 0 1 0 0 0 20 0 28 0 512674816 29458776064 55940 33554432000 4194304 4196468 140727835249872 140507975891344 140508430816981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23145] ppid=23134 vsize=28768336 memory=7596558161944997485 CPUtime=0.02 cores=0-7
/proc/23136/task/23145/stat : 23145 (java) S 23134 23134 20811 0 -1 1077944384 102 0 0 0 2 0 0 0 20 0 28 0 512674816 29458776064 55940 33554432000 4194304 4196468 140727835249872 140507974838544 140508430816981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23146] ppid=23134 vsize=28768336 memory=0 CPUtime=0.02 cores=0-7
/proc/23136/task/23146/stat : 23146 (java) S 23134 23134 20811 0 -1 1077944384 508 0 0 0 2 0 0 0 20 0 28 0 512674817 29458776064 55940 33554432000 4194304 4196468 140727835249872 140507815607152 140508430817922 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23147] ppid=23134 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/23136/task/23147/stat : 23147 (java) S 23134 23134 20811 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 28 0 512674818 29458776064 55940 33554432000 4194304 4196468 140727835249872 140507814553184 140508430816981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23148] ppid=23134 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/23136/task/23148/stat : 23148 (java) S 23134 23134 20811 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 28 0 512674818 29458776064 55940 33554432000 4194304 4196468 140727835249872 140507813500288 140508430816981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23149] ppid=23134 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/23136/task/23149/stat : 23149 (java) S 23134 23134 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 512674820 29458776064 55940 33554432000 4194304 4196468 140727835249872 140507812448592 140508430825371 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23150] ppid=23134 vsize=28768336 memory=25316 CPUtime=1.78 cores=0-7
/proc/23136/task/23150/stat : 23150 (java) S 23134 23134 20811 0 -1 1077944384 8023 0 0 0 175 3 0 0 20 0 28 0 512674820 29458776064 55940 33554432000 4194304 4196468 140727835249872 140507811395952 140508430817922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23151] ppid=23134 vsize=28768336 memory=239938348037366 CPUtime=1.78 cores=0-7
/proc/23136/task/23151/stat : 23151 (java) S 23134 23134 20811 0 -1 1077944384 5973 0 0 0 178 0 0 0 20 0 28 0 512674820 29458776064 55940 33554432000 4194304 4196468 140727835249872 140507810343152 140508430817922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23152] ppid=23134 vsize=28768336 memory=140586693453439 CPUtime=1.88 cores=0-7
/proc/23136/task/23152/stat : 23152 (java) S 23134 23134 20811 0 -1 1077944384 6334 0 0 0 187 1 0 0 20 0 28 0 512674820 29458776064 55940 33554432000 4194304 4196468 140727835249872 140507809290352 140508430817922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23153] ppid=23134 vsize=28768336 memory=-7966001967374371424 CPUtime=0.83 cores=0-7
/proc/23136/task/23153/stat : 23153 (java) S 23134 23134 20811 0 -1 1077944384 5249 0 0 0 81 2 0 0 20 0 28 0 512674820 29458776064 55940 33554432000 4194304 4196468 140727835249872 140507808237552 140508430817922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23154] ppid=23134 vsize=28768336 memory=-6876588461455810464 CPUtime=0 cores=0-7
/proc/23136/task/23154/stat : 23154 (java) S 23134 23134 20811 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 512674821 29458776064 55940 33554432000 4194304 4196468 140727835249872 140507807186016 140508430816981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23155] ppid=23134 vsize=28768336 memory=6944656592452807325 CPUtime=0 cores=0-7
/proc/23136/task/23155/stat : 23155 (java) S 23134 23134 20811 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 28 0 512674821 29458776064 55940 33554432000 4194304 4196468 140727835249872 140507806133296 140508430817922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23188] ppid=23134 vsize=28768336 memory=6944656425123422848 CPUtime=6.06 cores=0-7
/proc/23136/task/23188/stat : 23188 (java) R 23134 23134 20811 0 -1 4202560 275 0 0 0 605 1 0 0 20 0 28 0 512674941 29458776064 55940 33554432000 4194304 4196468 140727835249872 140507789548592 140508068744738 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23189] ppid=23134 vsize=28768336 memory=6944656592455360608 CPUtime=6.04 cores=0-7
/proc/23136/task/23189/stat : 23189 (java) R 23134 23134 20811 0 -1 4202560 99 0 0 0 604 0 0 0 20 0 28 0 512674941 29458776064 55940 33554432000 4194304 4196468 140727835249872 140507795865792 140508068474499 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23190] ppid=23134 vsize=28768336 memory=-7595754389018307734 CPUtime=6.14 cores=0-7
/proc/23136/task/23190/stat : 23190 (java) R 23134 23134 20811 0 -1 4202560 228 0 0 0 613 1 0 0 20 0 28 0 512674941 29458776064 55940 33554432000 4194304 4196468 140727835249872 140507796918240 140508067467099 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23191] ppid=23134 vsize=28768336 memory=6944652177228980320 CPUtime=6.09 cores=0-7
/proc/23136/task/23191/stat : 23191 (java) R 23134 23134 20811 0 -1 4202560 308 0 0 0 609 0 0 0 20 0 28 0 512674941 29458776064 55940 33554432000 4194304 4196468 140727835249872 140507790602080 140508067831308 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23192] ppid=23134 vsize=28768336 memory=0 CPUtime=6.07 cores=0-7
/proc/23136/task/23192/stat : 23192 (java) R 23134 23134 20811 0 -1 4202560 176 0 0 0 607 0 0 0 20 0 28 0 512674941 29458776064 55940 33554432000 4194304 4196468 140727835249872 140507794812640 140508411649767 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23193] ppid=23134 vsize=28768336 memory=0 CPUtime=6.26 cores=0-7
/proc/23136/task/23193/stat : 23193 (java) R 23134 23134 20811 0 -1 4202560 159 0 0 0 625 1 0 0 20 0 28 0 512674941 29458776064 55940 33554432000 4194304 4196468 140727835249872 140507793759824 140508060369968 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23194] ppid=23134 vsize=28768336 memory=281164531106032 CPUtime=6.12 cores=0-7
/proc/23136/task/23194/stat : 23194 (java) R 23134 23134 20811 0 -1 4202560 219 0 0 0 612 0 0 0 20 0 28 0 512674941 29458776064 55940 33554432000 4194304 4196468 140727835249872 140507791655488 140508066670425 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23195] ppid=23134 vsize=28768336 memory=0 CPUtime=5.82 cores=0-7
/proc/23136/task/23195/stat : 23195 (java) R 23134 23134 20811 0 -1 4202560 104 0 0 0 581 1 0 0 20 0 28 0 512674944 29458776064 55940 33554432000 4194304 4196468 140727835249872 140507792708424 140508067831079 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
Current children cumulated CPU time: 56.94 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 225212 KiB

[startup+8.5013 s]
/proc/loadavg: 7.00 7.07 7.17 9/219 23198
/proc/meminfo: memFree=25532720/32770624 swapFree=66992472/67108860
[pid=23134] ppid=23131 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/23134/stat : 23134 (xcsp3-exec) S 23131 23134 20811 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 512674814 115843072 363 33554432000 4194304 5098028 140722877954176 140722877952280 139784192172668 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28217344 140722877956945 140722877957205 140722877957205 140722877960134 0
/proc/23134/statm: 28282 363 304 221 0 87 0
[pid=23136] ppid=23134 vsize=28768336 memory=223780 CPUtime=59.98 cores=0-7
/proc/23136/stat : 23136 (java) S 23134 23134 20811 0 -1 1077944320 41982 0 0 0 5970 28 0 0 20 0 28 0 512674815 29458776064 55945 33554432000 4194304 4196468 140727835249872 140727835232416 140508430806775 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
/proc/23136/statm: 7192084 55945 3524 1 0 7153184 0
[pid=23136/tid=23137] ppid=23134 vsize=28768336 memory=0 CPUtime=1.08 cores=0-7
/proc/23136/task/23137/stat : 23137 (java) S 23134 23134 20811 0 -1 1077944384 10480 0 0 0 103 5 0 0 20 0 28 0 512674815 29458776064 55945 33554432000 4194304 4196468 140727835249872 140508435047552 140508430816981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23138] ppid=23134 vsize=28768336 memory=4902 CPUtime=0.02 cores=0-7
/proc/23136/task/23138/stat : 23138 (java) S 23134 23134 20811 0 -1 1077944384 194 0 0 0 2 0 0 0 20 0 28 0 512674816 29458776064 55945 33554432000 4194304 4196468 140727835249872 140508383427728 140508430816981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23139] ppid=23134 vsize=28768336 memory=46147 CPUtime=0.01 cores=0-7
/proc/23136/task/23139/stat : 23139 (java) S 23134 23134 20811 0 -1 1077944384 77 0 0 0 1 0 0 0 20 0 28 0 512674816 29458776064 55945 33554432000 4194304 4196468 140727835249872 140508382374928 140508430816981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23140] ppid=23134 vsize=28768336 memory=108 CPUtime=0.02 cores=0-7
/proc/23136/task/23140/stat : 23140 (java) S 23134 23134 20811 0 -1 1077944384 89 0 0 0 2 0 0 0 20 0 28 0 512674816 29458776064 55945 33554432000 4194304 4196468 140727835249872 140508381322128 140508430816981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23141] ppid=23134 vsize=28768336 memory=2 CPUtime=0.01 cores=0-7
/proc/23136/task/23141/stat : 23141 (java) S 23134 23134 20811 0 -1 1077944384 262 0 0 0 1 0 0 0 20 0 28 0 512674816 29458776064 55945 33554432000 4194304 4196468 140727835249872 140508380269328 140508430816981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23142] ppid=23134 vsize=28768336 memory=1 CPUtime=0.01 cores=0-7
/proc/23136/task/23142/stat : 23142 (java) S 23134 23134 20811 0 -1 1077944384 341 0 0 0 1 0 0 0 20 0 28 0 512674816 29458776064 55945 33554432000 4194304 4196468 140727835249872 140507977996944 140508430816981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23143] ppid=23134 vsize=28768336 memory=1 CPUtime=0.02 cores=0-7
/proc/23136/task/23143/stat : 23143 (java) S 23134 23134 20811 0 -1 1077944384 56 0 0 0 2 0 0 0 20 0 28 0 512674816 29458776064 55945 33554432000 4194304 4196468 140727835249872 140507976944144 140508430816981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23144] ppid=23134 vsize=28768336 memory=1452 CPUtime=0.01 cores=0-7
/proc/23136/task/23144/stat : 23144 (java) S 23134 23134 20811 0 -1 1077944384 113 0 0 0 1 0 0 0 20 0 28 0 512674816 29458776064 55945 33554432000 4194304 4196468 140727835249872 140507975891344 140508430816981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23145] ppid=23134 vsize=28768336 memory=228892 CPUtime=0.02 cores=0-7
/proc/23136/task/23145/stat : 23145 (java) S 23134 23134 20811 0 -1 1077944384 103 0 0 0 2 0 0 0 20 0 28 0 512674816 29458776064 55945 33554432000 4194304 4196468 140727835249872 140507974838544 140508430816981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23146] ppid=23134 vsize=28768336 memory=2120 CPUtime=0.02 cores=0-7
/proc/23136/task/23146/stat : 23146 (java) S 23134 23134 20811 0 -1 1077944384 509 0 0 0 2 0 0 0 20 0 28 0 512674817 29458776064 55945 33554432000 4194304 4196468 140727835249872 140507815607152 140508430817922 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23147] ppid=23134 vsize=28768336 memory=12028 CPUtime=0 cores=0-7
/proc/23136/task/23147/stat : 23147 (java) S 23134 23134 20811 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 28 0 512674818 29458776064 55945 33554432000 4194304 4196468 140727835249872 140507814553184 140508430816981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23148] ppid=23134 vsize=28768336 memory=21304 CPUtime=0 cores=0-7
/proc/23136/task/23148/stat : 23148 (java) S 23134 23134 20811 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 28 0 512674818 29458776064 55945 33554432000 4194304 4196468 140727835249872 140507813500288 140508430816981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23149] ppid=23134 vsize=28768336 memory=512 CPUtime=0 cores=0-7
/proc/23136/task/23149/stat : 23149 (java) S 23134 23134 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 512674820 29458776064 55945 33554432000 4194304 4196468 140727835249872 140507812448592 140508430825371 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23150] ppid=23134 vsize=28768336 memory=1564 CPUtime=1.78 cores=0-7
/proc/23136/task/23150/stat : 23150 (java) S 23134 23134 20811 0 -1 1077944384 8023 0 0 0 175 3 0 0 20 0 28 0 512674820 29458776064 55945 33554432000 4194304 4196468 140727835249872 140507811395952 140508430817922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23151] ppid=23134 vsize=28768336 memory=928 CPUtime=1.81 cores=0-7
/proc/23136/task/23151/stat : 23151 (java) S 23134 23134 20811 0 -1 1077944384 6239 0 0 0 180 1 0 0 20 0 28 0 512674820 29458776064 55945 33554432000 4194304 4196468 140727835249872 140507810343152 140508430817922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23152] ppid=23134 vsize=28768336 memory=3784 CPUtime=1.88 cores=0-7
/proc/23136/task/23152/stat : 23152 (java) S 23134 23134 20811 0 -1 1077944384 6334 0 0 0 187 1 0 0 20 0 28 0 512674820 29458776064 55945 33554432000 4194304 4196468 140727835249872 140507809290352 140508430817922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23153] ppid=23134 vsize=28768336 memory=1440 CPUtime=0.84 cores=0-7
/proc/23136/task/23153/stat : 23153 (java) S 23134 23134 20811 0 -1 1077944384 5296 0 0 0 82 2 0 0 20 0 28 0 512674820 29458776064 55945 33554432000 4194304 4196468 140727835249872 140507808237552 140508430817922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23154] ppid=23134 vsize=28768336 memory=904 CPUtime=0 cores=0-7
/proc/23136/task/23154/stat : 23154 (java) S 23134 23134 20811 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 512674821 29458776064 55945 33554432000 4194304 4196468 140727835249872 140507807186016 140508430816981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23155] ppid=23134 vsize=28768336 memory=1984 CPUtime=0 cores=0-7
/proc/23136/task/23155/stat : 23155 (java) S 23134 23134 20811 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 28 0 512674821 29458776064 55945 33554432000 4194304 4196468 140727835249872 140507806133296 140508430817922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23188] ppid=23134 vsize=28768336 memory=2528 CPUtime=6.44 cores=0-7
/proc/23136/task/23188/stat : 23188 (java) R 23134 23134 20811 0 -1 4202560 286 0 0 0 643 1 0 0 20 0 28 0 512674941 29458776064 55945 33554432000 4194304 4196468 140727835249872 140507789549080 140508066670793 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23189] ppid=23134 vsize=28768336 memory=1764 CPUtime=6.42 cores=0-7
/proc/23136/task/23189/stat : 23189 (java) R 23134 23134 20811 0 -1 4202560 101 0 0 0 642 0 0 0 20 0 28 0 512674941 29458776064 55945 33554432000 4194304 4196468 140727835249872 140507795865696 140508066670502 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23190] ppid=23134 vsize=28768336 memory=111632 CPUtime=6.51 cores=0-7
/proc/23136/task/23190/stat : 23190 (java) R 23134 23134 20811 0 -1 4202560 232 0 0 0 650 1 0 0 20 0 28 0 512674941 29458776064 55945 33554432000 4194304 4196468 140727835249872 140507796918240 140508066670799 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23191] ppid=23134 vsize=28768336 memory=804 CPUtime=6.47 cores=0-7
/proc/23136/task/23191/stat : 23191 (java) R 23134 23134 20811 0 -1 4202560 309 0 0 0 647 0 0 0 20 0 28 0 512674941 29458776064 55945 33554432000 4194304 4196468 140727835249872 140507790602000 140508066670772 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23192] ppid=23134 vsize=28768336 memory=1808 CPUtime=6.45 cores=0-7
/proc/23136/task/23192/stat : 23192 (java) R 23134 23134 20811 0 -1 4202560 179 0 0 0 645 0 0 0 20 0 28 0 512674941 29458776064 55945 33554432000 4194304 4196468 140727835249872 140507794812640 140508067887808 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23193] ppid=23134 vsize=28768336 memory=924 CPUtime=6.64 cores=0-7
/proc/23136/task/23193/stat : 23193 (java) R 23134 23134 20811 0 -1 4202560 160 0 0 0 663 1 0 0 20 0 28 0 512674941 29458776064 55945 33554432000 4194304 4196468 140727835249872 140507793759840 140508412212999 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23194] ppid=23134 vsize=28768336 memory=4424 CPUtime=6.5 cores=0-7
/proc/23136/task/23194/stat : 23194 (java) R 23134 23134 20811 0 -1 4202560 222 0 0 0 650 0 0 0 20 0 28 0 512674941 29458776064 55945 33554432000 4194304 4196468 140727835249872 140507791651536 140508067887808 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
[pid=23136/tid=23195] ppid=23134 vsize=28768336 memory=4100 CPUtime=6.18 cores=0-7
/proc/23136/task/23195/stat : 23195 (java) R 23134 23134 20811 0 -1 4202560 104 0 0 0 617 1 0 0 20 0 28 0 512674944 29458776064 55945 33554432000 4194304 4196468 140727835249872 140507792707936 140508068475547 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36024320 140727835255766 140727835255942 140727835255942 140727835258831 0
Current children cumulated CPU time: 59.98 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 225232 KiB

Child status: 0
Real time (s): 8.51468
CPU time (s): 60.0234
CPU user time (s): 59.728
CPU system time (s): 0.295416
CPU usage (%): 704.941
Max. virtual memory (cumulated for all children) (KiB): 28881464
Max. memory (cumulated for all children) (KiB): 240716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 59.728
system time used= 0.295416
maximum resident set size= 239264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43279
page faults= 0
swaps= 0
block input operations= 0
block output operations= 168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24396
involuntary context switches= 813


# summary of solver processes directly reported to runsolver:
#   pid: 23134
#   total CPU time (s): 60.0234
#   total CPU user time (s): 59.728
#   total CPU system time (s): 0.295416

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.099321 second user time and 0.124413 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-25 00:27:59
IDJOB=4407068
IDBENCH=141494
IDSOLVER=2871
FILE ID=node121/4407068-1569364123
RUNJOBID= node121-1569357356-20838
PBS_JOBID= 21705107
Free space on /var/tmp= 13512 MiB

SOLVER NAME= choco-solver 2019-09-24 parallel
BENCH NAME= XCSP18/PeacableArmies/PeacableArmies-m2-07_c18.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 /var/tmp/evaluation-result-4407068-1569364123/watcher-4407068-1569364123 -o /var/tmp/evaluation-result-4407068-1569364123/solver-4407068-1569364123 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node121-1569357356-20838 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1658283675 HOME/instance-4407068-1569364123.xml

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

MD5SUM BENCH= d533abf730bec48b9e0ac1943d19d6b7
RANDOM SEED=1658283675

node121.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25746272 kB
MemAvailable:   31846536 kB
Buffers:          156088 kB
Cached:          6034396 kB
SwapCached:         4680 kB
Active:          3072124 kB
Inactive:        3126688 kB
Active(anon):       3076 kB
Inactive(anon):    55024 kB
Active(file):    3069048 kB
Inactive(file):  3071664 kB
Unevictable:      109592 kB
Mlocked:          109592 kB
SwapTotal:      67108860 kB
SwapFree:       66992472 kB
Dirty:             26384 kB
Writeback:             0 kB
AnonPages:        169956 kB
Mapped:            53852 kB
Shmem:             41156 kB
Slab:             417252 kB
SReclaimable:     388012 kB
SUnreclaim:        29240 kB
KernelStack:        3712 kB
PageTables:         5880 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     514984 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    124928 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /var/tmp at the end= 13484 MiB
End job on node121 at 2019-09-25 00:28:08