Trace number 4399496

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 4401 560.815

General information on the benchmark

NameRectPacking/RectPacking-m1-perf/
RectPacking-perfect-033.xml
MD5SUM273a3a450a7af16ef80dfed9e1af494c
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 benchmark36.4974
Satisfiable
(Un)Satisfiability was proved
Number of variables48
Number of constraints51
Number of domains1
Minimum domain size288
Maximum domain size288
Distribution of domain sizes[{"size":288,"count":48}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":46},{"degree":3,"count":1},{"degree":4,"count":1}]
Minimum constraint arity1
Maximum constraint arity48
Distribution of constraint arities[{"arity":1,"count":49},{"arity":2,"count":1},{"arity":48,"count":1}]
Number of extensional constraints0
Number of intensional constraints50
Distribution of constraint types[{"type":"intension","count":50},{"type":"noOverlap","count":1}]
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-4399496-1568706409.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4399496-1568706409.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.29	c parse instance...
1.27/0.68	c solve instance...
4400.98/560.80	s SATISFIABLE
4400.98/560.80	v <instantiation>
4400.98/560.80	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] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19] y[20] y[21] y[22] y[23] </list>
4400.98/560.80	v 	<values>182 175 175 210 186 159 198 210 198 159 159 182 184 159 186 159 129 228 220 129 215 201 0 0 129 129 120 131 201 120 56 141 73 136 95 131 95 56 159 0 159 141 73 216 0 201 159 0 </values>
4400.98/560.80	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 (15324 MiB free)
  memory of node 1: 16384 MiB (13325 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399496-1568706409/watcher-4399496-1568706409 -o /tmp/evaluation-result-4399496-1568706409/solver-4399496-1568706409 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node145-1568701156-7383 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1003933130 HOME/instance-4399496-1568706409.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=8406, runsolver pid=8403

[startup+0.100134 s]*
/proc/loadavg: 8.03 8.19 8.21 2/211 8427
/proc/meminfo: memFree=29318964/32770624 swapFree=66958320/67108860
[pid=8406] ppid=8403 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/8406/stat : 8406 (xcsp3-exec) S 8403 8406 7356 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446577430 115843072 363 33554432000 4194304 5098028 140732083073984 140732083072088 140470825734780 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30580736 140732083082101 140732083082345 140732083082345 140732083085258 0
/proc/8406/statm: 28282 363 304 221 0 87 0
[pid=8408] ppid=8406 vsize=28227396 memory=30044 CPUtime=0.12 cores=0-7
/proc/8408/stat : 8408 (java) S 8406 8406 7356 0 -1 1077944320 5990 0 0 0 11 1 0 0 20 0 20 0 446577430 28904853504 7511 33554432000 4194304 4196468 140731298208000 140731298190544 139789224763127 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
/proc/8408/statm: 7056849 7511 3122 1 0 7019032 0
[pid=8408/tid=8409] ppid=8406 vsize=28227396 memory=1398722017469774279 CPUtime=0.08 cores=0-7
/proc/8408/task/8409/stat : 8409 (java) R 8406 8406 7356 0 -1 4202560 3898 0 0 0 8 0 0 0 20 0 20 0 446577431 28904853504 7511 33554432000 4194304 4196468 140731298208000 139789228994816 139789224775062 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8410] ppid=8406 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/8408/task/8410/stat : 8410 (java) S 8406 8406 7356 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446577431 28904853504 7511 33554432000 4194304 4196468 140731298208000 139789177384080 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8411] ppid=8406 vsize=28227396 memory=139725438596736 CPUtime=0 cores=0-7
/proc/8408/task/8411/stat : 8411 (java) S 8406 8406 7356 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446577431 28904853504 7511 33554432000 4194304 4196468 140731298208000 139789176331280 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8412] ppid=8406 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8408/task/8412/stat : 8412 (java) S 8406 8406 7356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446577431 28904853504 7511 33554432000 4194304 4196468 140731298208000 139789175278480 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8413] ppid=8406 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8408/task/8413/stat : 8413 (java) S 8406 8406 7356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446577431 28904853504 7511 33554432000 4194304 4196468 140731298208000 139789174225680 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8414] ppid=8406 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8408/task/8414/stat : 8414 (java) S 8406 8406 7356 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446577431 28904853504 7511 33554432000 4194304 4196468 140731298208000 139788772301456 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8415] ppid=8406 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/8408/task/8415/stat : 8415 (java) S 8406 8406 7356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446577431 28904853504 7511 33554432000 4194304 4196468 140731298208000 139788771248656 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8416] ppid=8406 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8408/task/8416/stat : 8416 (java) S 8406 8406 7356 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446577431 28904853504 7511 33554432000 4194304 4196468 140731298208000 139788770195856 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8417] ppid=8406 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8408/task/8417/stat : 8417 (java) S 8406 8406 7356 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446577431 28904853504 7511 33554432000 4194304 4196468 140731298208000 139788769143056 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8418] ppid=8406 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8408/task/8418/stat : 8418 (java) S 8406 8406 7356 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446577433 28904853504 7511 33554432000 4194304 4196468 140731298208000 139787553958768 139789224774274 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8419] ppid=8406 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8408/task/8419/stat : 8419 (java) S 8406 8406 7356 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 446577433 28904853504 7511 33554432000 4194304 4196468 140731298208000 139787552904736 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8420] ppid=8406 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8408/task/8420/stat : 8420 (java) S 8406 8406 7356 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 446577434 28904853504 7511 33554432000 4194304 4196468 140731298208000 139787551851888 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8421] ppid=8406 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8408/task/8421/stat : 8421 (java) S 8406 8406 7356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446577436 28904853504 7511 33554432000 4194304 4196468 140731298208000 139787550800208 139789224781723 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8422] ppid=8406 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8408/task/8422/stat : 8422 (java) R 8406 8406 7356 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 20 0 446577436 28904853504 7511 33554432000 4194304 4196468 140731298208000 139787549747568 139789224774274 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8423] ppid=8406 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8408/task/8423/stat : 8423 (java) S 8406 8406 7356 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 446577436 28904853504 7511 33554432000 4194304 4196468 140731298208000 139787548694768 139789224774274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8424] ppid=8406 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8408/task/8424/stat : 8424 (java) S 8406 8406 7356 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446577436 28904853504 7511 33554432000 4194304 4196468 140731298208000 139787547641968 139789224774274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8425] ppid=8406 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/8408/task/8425/stat : 8425 (java) R 8406 8406 7356 0 -1 4202560 363 0 0 0 2 0 0 0 20 0 20 0 446577436 28904853504 7511 33554432000 4194304 4196468 140731298208000 139787546589168 139789224784474 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8426] ppid=8406 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8408/task/8426/stat : 8426 (java) S 8406 8406 7356 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446577436 28904853504 7511 33554432000 4194304 4196468 140731298208000 139787545537632 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8427] ppid=8406 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/8408/task/8427/stat : 8427 (java) S 8406 8406 7356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446577437 28904853504 7511 33554432000 4194304 4196468 140731298208000 139787544484912 139789224774274 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 31496 KiB

[startup+0.210609 s]*
/proc/loadavg: 8.03 8.19 8.21 2/211 8427
/proc/meminfo: memFree=29306196/32770624 swapFree=66958320/67108860
[pid=8406] ppid=8403 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/8406/stat : 8406 (xcsp3-exec) S 8403 8406 7356 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446577430 115843072 363 33554432000 4194304 5098028 140732083073984 140732083072088 140470825734780 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30580736 140732083082101 140732083082345 140732083082345 140732083085258 0
/proc/8406/statm: 28282 363 304 221 0 87 0
[pid=8408] ppid=8406 vsize=28227396 memory=40716 CPUtime=0.33 cores=0-7
/proc/8408/stat : 8408 (java) S 8406 8406 7356 0 -1 1077944320 9449 0 0 0 30 3 0 0 20 0 20 0 446577430 28904853504 10179 33554432000 4194304 4196468 140731298208000 140731298190544 139789224763127 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
/proc/8408/statm: 7056849 10179 3294 1 0 7019032 0
[pid=8408/tid=8409] ppid=8406 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/8408/task/8409/stat : 8409 (java) R 8406 8406 7356 0 -1 4202560 6699 0 0 0 18 2 0 0 20 0 20 0 446577431 28904853504 10179 33554432000 4194304 4196468 140731298208000 139789228995040 139789224775062 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8410] ppid=8406 vsize=28227396 memory=329 CPUtime=0 cores=0-7
/proc/8408/task/8410/stat : 8410 (java) S 8406 8406 7356 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446577431 28904853504 10179 33554432000 4194304 4196468 140731298208000 139789177384080 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8411] ppid=8406 vsize=28227396 memory=139725438605395 CPUtime=0 cores=0-7
/proc/8408/task/8411/stat : 8411 (java) S 8406 8406 7356 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446577431 28904853504 10179 33554432000 4194304 4196468 140731298208000 139789176331280 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8412] ppid=8406 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/8408/task/8412/stat : 8412 (java) S 8406 8406 7356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446577431 28904853504 10179 33554432000 4194304 4196468 140731298208000 139789175278480 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8413] ppid=8406 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8408/task/8413/stat : 8413 (java) S 8406 8406 7356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446577431 28904853504 10179 33554432000 4194304 4196468 140731298208000 139789174225680 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8414] ppid=8406 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8408/task/8414/stat : 8414 (java) S 8406 8406 7356 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446577431 28904853504 10179 33554432000 4194304 4196468 140731298208000 139788772301456 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8415] ppid=8406 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/8408/task/8415/stat : 8415 (java) S 8406 8406 7356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446577431 28904853504 10179 33554432000 4194304 4196468 140731298208000 139788771248656 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8416] ppid=8406 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8408/task/8416/stat : 8416 (java) S 8406 8406 7356 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446577431 28904853504 10179 33554432000 4194304 4196468 140731298208000 139788770195856 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8417] ppid=8406 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8408/task/8417/stat : 8417 (java) S 8406 8406 7356 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446577431 28904853504 10179 33554432000 4194304 4196468 140731298208000 139788769143056 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8418] ppid=8406 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8408/task/8418/stat : 8418 (java) S 8406 8406 7356 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 446577433 28904853504 10179 33554432000 4194304 4196468 140731298208000 139787553958768 139789224774274 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8419] ppid=8406 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8408/task/8419/stat : 8419 (java) S 8406 8406 7356 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 446577433 28904853504 10179 33554432000 4194304 4196468 140731298208000 139787552904736 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8420] ppid=8406 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8408/task/8420/stat : 8420 (java) S 8406 8406 7356 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 446577434 28904853504 10179 33554432000 4194304 4196468 140731298208000 139787551851888 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8421] ppid=8406 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8408/task/8421/stat : 8421 (java) S 8406 8406 7356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446577436 28904853504 10179 33554432000 4194304 4196468 140731298208000 139787550800208 139789224781723 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8422] ppid=8406 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/8408/task/8422/stat : 8422 (java) S 8406 8406 7356 0 -1 1077944384 379 0 0 0 1 0 0 0 20 0 20 0 446577436 28904853504 10179 33554432000 4194304 4196468 140731298208000 139787549747568 139789224774274 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8423] ppid=8406 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/8408/task/8423/stat : 8423 (java) S 8406 8406 7356 0 -1 1077944384 225 0 0 0 1 0 0 0 20 0 20 0 446577436 28904853504 10179 33554432000 4194304 4196468 140731298208000 139787548694768 139789224774274 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8424] ppid=8406 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/8408/task/8424/stat : 8424 (java) S 8406 8406 7356 0 -1 1077944384 54 0 0 0 1 0 0 0 20 0 20 0 446577436 28904853504 10179 33554432000 4194304 4196468 140731298208000 139787547641968 139789224774274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8425] ppid=8406 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/8408/task/8425/stat : 8425 (java) R 8406 8406 7356 0 -1 4202560 778 0 0 0 7 0 0 0 20 0 20 0 446577436 28904853504 10179 33554432000 4194304 4196468 140731298208000 139787546589168 139789203632656 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8426] ppid=8406 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8408/task/8426/stat : 8426 (java) S 8406 8406 7356 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446577436 28904853504 10179 33554432000 4194304 4196468 140731298208000 139787545537632 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8427] ppid=8406 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/8408/task/8427/stat : 8427 (java) S 8406 8406 7356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446577437 28904853504 10179 33554432000 4194304 4196468 140731298208000 139787544484912 139789224774274 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42168 KiB

[startup+0.310481 s]*
/proc/loadavg: 8.03 8.19 8.21 6/211 8427
/proc/meminfo: memFree=29299184/32770624 swapFree=66958320/67108860
[pid=8406] ppid=8403 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/8406/stat : 8406 (xcsp3-exec) S 8403 8406 7356 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446577430 115843072 363 33554432000 4194304 5098028 140732083073984 140732083072088 140470825734780 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30580736 140732083082101 140732083082345 140732083082345 140732083085258 0
/proc/8406/statm: 28282 363 304 221 0 87 0
[pid=8408] ppid=8406 vsize=28231652 memory=49760 CPUtime=0.52 cores=0-7
/proc/8408/stat : 8408 (java) S 8406 8406 7356 0 -1 1077944320 10874 0 0 0 48 4 0 0 20 0 20 0 446577430 28909211648 12440 33554432000 4194304 4196468 140731298208000 140731298190544 139789224763127 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
/proc/8408/statm: 7057913 12440 3349 1 0 7019032 0
[pid=8408/tid=8409] ppid=8406 vsize=28231652 memory=1398722017469774279 CPUtime=0.29 cores=0-7
/proc/8408/task/8409/stat : 8409 (java) R 8406 8406 7356 0 -1 4202560 7784 0 0 0 27 2 0 0 20 0 20 0 446577431 28909211648 12468 33554432000 4194304 4196468 140731298208000 139789228994240 139789208843614 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8410] ppid=8406 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8408/task/8410/stat : 8410 (java) S 8406 8406 7356 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446577431 28909211648 12468 33554432000 4194304 4196468 140731298208000 139789177384080 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8411] ppid=8406 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8408/task/8411/stat : 8411 (java) S 8406 8406 7356 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446577431 28909211648 12468 33554432000 4194304 4196468 140731298208000 139789176331280 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8412] ppid=8406 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8408/task/8412/stat : 8412 (java) S 8406 8406 7356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446577431 28909211648 12468 33554432000 4194304 4196468 140731298208000 139789175278480 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8413] ppid=8406 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8408/task/8413/stat : 8413 (java) S 8406 8406 7356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446577431 28909211648 12468 33554432000 4194304 4196468 140731298208000 139789174225680 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8414] ppid=8406 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8408/task/8414/stat : 8414 (java) S 8406 8406 7356 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446577431 28909211648 12468 33554432000 4194304 4196468 140731298208000 139788772301456 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8415] ppid=8406 vsize=28231652 memory=139725285452463 CPUtime=0 cores=0-7
/proc/8408/task/8415/stat : 8415 (java) S 8406 8406 7356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446577431 28909211648 12468 33554432000 4194304 4196468 140731298208000 139788771248656 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8416] ppid=8406 vsize=28231652 memory=139725285454768 CPUtime=0 cores=0-7
/proc/8408/task/8416/stat : 8416 (java) S 8406 8406 7356 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446577431 28909211648 12468 33554432000 4194304 4196468 140731298208000 139788770195856 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8417] ppid=8406 vsize=28231652 memory=139725285457072 CPUtime=0 cores=0-7
/proc/8408/task/8417/stat : 8417 (java) S 8406 8406 7356 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446577431 28909211648 12468 33554432000 4194304 4196468 140731298208000 139788769143056 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8418] ppid=8406 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8408/task/8418/stat : 8418 (java) S 8406 8406 7356 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 446577433 28909211648 12468 33554432000 4194304 4196468 140731298208000 139787553958768 139789224774274 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8419] ppid=8406 vsize=28231652 memory=279450570928016 CPUtime=0 cores=0-7
/proc/8408/task/8419/stat : 8419 (java) S 8406 8406 7356 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 446577433 28909211648 12468 33554432000 4194304 4196468 140731298208000 139787552904736 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8420] ppid=8406 vsize=28231652 memory=279450570925712 CPUtime=0 cores=0-7
/proc/8408/task/8420/stat : 8420 (java) S 8406 8406 7356 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 446577434 28909211648 12468 33554432000 4194304 4196468 140731298208000 139787551851888 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8421] ppid=8406 vsize=28231652 memory=279450570932624 CPUtime=0 cores=0-7
/proc/8408/task/8421/stat : 8421 (java) S 8406 8406 7356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446577436 28909211648 12468 33554432000 4194304 4196468 140731298208000 139787550800208 139789224781723 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8422] ppid=8406 vsize=28231652 memory=279450570873872 CPUtime=0.03 cores=0-7
/proc/8408/task/8422/stat : 8422 (java) R 8406 8406 7356 0 -1 4202560 504 0 0 0 3 0 0 0 20 0 20 0 446577436 28909211648 12468 33554432000 4194304 4196468 140731298208000 139787549737952 139789203933360 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8423] ppid=8406 vsize=28231652 memory=279450570946448 CPUtime=0.02 cores=0-7
/proc/8408/task/8423/stat : 8423 (java) S 8406 8406 7356 0 -1 1077944384 238 0 0 0 2 0 0 0 20 0 20 0 446577436 28909211648 12468 33554432000 4194304 4196468 140731298208000 139787548694768 139789224774274 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8424] ppid=8406 vsize=28231652 memory=279450570953360 CPUtime=0.02 cores=0-7
/proc/8408/task/8424/stat : 8424 (java) S 8406 8406 7356 0 -1 1077944384 113 0 0 0 2 0 0 0 20 0 20 0 446577436 28909211648 12468 33554432000 4194304 4196468 140731298208000 139787547641968 139789224774274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8425] ppid=8406 vsize=28231652 memory=279450570951056 CPUtime=0.12 cores=0-7
/proc/8408/task/8425/stat : 8425 (java) S 8406 8406 7356 0 -1 1077944384 932 0 0 0 12 0 0 0 20 0 20 0 446577436 28909211648 12468 33554432000 4194304 4196468 140731298208000 139787546589168 139789224774274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8426] ppid=8406 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8408/task/8426/stat : 8426 (java) S 8406 8406 7356 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446577436 28909211648 12468 33554432000 4194304 4196468 140731298208000 139787545537632 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8427] ppid=8406 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/8408/task/8427/stat : 8427 (java) S 8406 8406 7356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446577437 28909211648 12468 33554432000 4194304 4196468 140731298208000 139787544484912 139789224774274 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51212 KiB

[startup+0.704296 s]
/proc/loadavg: 8.03 8.19 8.21 3/211 8427
/proc/meminfo: memFree=29284988/32770624 swapFree=66958320/67108860
[pid=8406] ppid=8403 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/8406/stat : 8406 (xcsp3-exec) S 8403 8406 7356 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446577430 115843072 363 33554432000 4194304 5098028 140732083073984 140732083072088 140470825734780 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30580736 140732083082101 140732083082345 140732083082345 140732083085258 0
/proc/8406/statm: 28282 363 304 221 0 87 0
[pid=8408] ppid=8406 vsize=28766288 memory=101572 CPUtime=1.55 cores=0-7
/proc/8408/stat : 8408 (java) S 8406 8406 7356 0 -1 1077944320 15228 0 0 0 148 7 0 0 20 0 28 0 446577430 29456678912 25393 33554432000 4194304 4196468 140731298208000 140731298190544 139789224763127 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
/proc/8408/statm: 7191572 25393 3452 1 0 7152672 0
[pid=8408/tid=8409] ppid=8406 vsize=28766288 memory=0 CPUtime=0.66 cores=0-7
/proc/8408/task/8409/stat : 8409 (java) S 8406 8406 7356 0 -1 1077944384 9427 0 0 0 63 3 0 0 20 0 28 0 446577431 29456678912 25393 33554432000 4194304 4196468 140731298208000 139789229003904 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8410] ppid=8406 vsize=28766288 memory=139725285663600 CPUtime=0 cores=0-7
/proc/8408/task/8410/stat : 8410 (java) S 8406 8406 7356 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 446577431 29456678912 25393 33554432000 4194304 4196468 140731298208000 139789177384080 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8411] ppid=8406 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/8408/task/8411/stat : 8411 (java) S 8406 8406 7356 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 446577431 29456678912 25393 33554432000 4194304 4196468 140731298208000 139789176331280 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8412] ppid=8406 vsize=28766288 memory=8024 CPUtime=0 cores=0-7
/proc/8408/task/8412/stat : 8412 (java) S 8406 8406 7356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 446577431 29456678912 25393 33554432000 4194304 4196468 140731298208000 139789175278480 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0

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

[pid=8408/tid=8425] ppid=8406 vsize=28768336 memory=2496 CPUtime=0.77 cores=0-7
/proc/8408/task/8425/stat : 8425 (java) S 8406 8406 7356 0 -1 1077944384 8819 0 0 0 75 2 0 0 20 0 28 0 446577436 29458776064 95928 33554432000 4194304 4196468 140731298208000 139787546589168 139789224774274 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8426] ppid=8406 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/8408/task/8426/stat : 8426 (java) S 8406 8406 7356 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 446577436 29458776064 95928 33554432000 4194304 4196468 140731298208000 139787545537632 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8427] ppid=8406 vsize=28768336 memory=0 CPUtime=0.14 cores=0-7
/proc/8408/task/8427/stat : 8427 (java) S 8406 8406 7356 0 -1 1077944384 1365 0 0 0 6 8 0 0 20 0 28 0 446577437 29458776064 95928 33554432000 4194304 4196468 140731298208000 139787544484912 139789224774274 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8428] ppid=8406 vsize=28768336 memory=0 CPUtime=544.72 cores=0-7
/proc/8408/task/8428/stat : 8428 (java) S 8406 8406 7356 0 -1 1077944384 8813 0 0 0 54466 6 0 0 20 0 28 0 446577499 29458776064 95928 33554432000 4194304 4196468 140731298208000 139787535507392 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8429] ppid=8406 vsize=28768336 memory=0 CPUtime=545.56 cores=0-7
/proc/8408/task/8429/stat : 8429 (java) S 8406 8406 7356 0 -1 1077944384 10476 0 0 0 54549 7 0 0 20 0 28 0 446577499 29458776064 95928 33554432000 4194304 4196468 140731298208000 139787534456016 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8430] ppid=8406 vsize=28768336 memory=0 CPUtime=549.19 cores=0-7
/proc/8408/task/8430/stat : 8430 (java) R 8406 8406 7356 0 -1 4202560 4457 0 0 0 54911 8 0 0 20 0 28 0 446577500 29458776064 95928 33554432000 4194304 4196468 140731298208000 139787533397952 139788863602059 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8431] ppid=8406 vsize=28768336 memory=0 CPUtime=546.44 cores=0-7
/proc/8408/task/8431/stat : 8431 (java) R 8406 8406 7356 0 -1 4202560 9939 0 0 0 54636 8 0 0 20 0 28 0 446577500 29458776064 95928 33554432000 4194304 4196468 140731298208000 139787532345152 139788863602032 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8432] ppid=8406 vsize=28768336 memory=0 CPUtime=545.31 cores=0-7
/proc/8408/task/8432/stat : 8432 (java) S 8406 8406 7356 0 -1 1077944384 9763 0 0 0 54520 11 0 0 20 0 28 0 446577500 29458776064 95928 33554432000 4194304 4196468 140731298208000 139787531297616 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8433] ppid=8406 vsize=28768336 memory=0 CPUtime=543.67 cores=0-7
/proc/8408/task/8433/stat : 8433 (java) S 8406 8406 7356 0 -1 1077944384 10428 0 0 0 54359 8 0 0 20 0 28 0 446577500 29458776064 95928 33554432000 4194304 4196468 140731298208000 139787530244816 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8434] ppid=8406 vsize=28768336 memory=0 CPUtime=544.83 cores=0-7
/proc/8408/task/8434/stat : 8434 (java) S 8406 8406 7356 0 -1 1077944384 7549 0 0 0 54477 6 0 0 20 0 28 0 446577500 29458776064 95928 33554432000 4194304 4196468 140731298208000 139787529193040 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8435] ppid=8406 vsize=28768336 memory=1452 CPUtime=543.96 cores=0-7
/proc/8408/task/8435/stat : 8435 (java) S 8406 8406 7356 0 -1 1077944384 24623 0 0 0 54388 8 0 0 20 0 28 0 446577500 29458776064 95928 33554432000 4194304 4196468 140731298208000 139787528140240 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
Current children cumulated CPU time: 4399.88 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 385164 KiB

[startup+560.401 s]
/proc/loadavg: 8.18 8.24 8.25 3/219 8479
/proc/meminfo: memFree=28961520/32770624 swapFree=66958320/67108860
[pid=8406] ppid=8403 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/8406/stat : 8406 (xcsp3-exec) S 8403 8406 7356 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446577430 115843072 363 33554432000 4194304 5098028 140732083073984 140732083072088 140470825734780 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30580736 140732083082101 140732083082345 140732083082345 140732083085258 0
/proc/8406/statm: 28282 363 304 221 0 87 0
[pid=8408] ppid=8406 vsize=28768336 memory=383712 CPUtime=4400.57 cores=0-7
/proc/8408/stat : 8408 (java) S 8406 8406 7356 0 -1 1077944320 236430 0 0 0 439348 709 0 0 20 0 28 0 446577430 29458776064 95928 33554432000 4194304 4196468 140731298208000 140731298190544 139789224763127 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
/proc/8408/statm: 7192084 95928 3542 1 0 7153184 0
[pid=8408/tid=8409] ppid=8406 vsize=28768336 memory=916 CPUtime=0.66 cores=0-7
/proc/8408/task/8409/stat : 8409 (java) S 8406 8406 7356 0 -1 1077944384 9427 0 0 0 63 3 0 0 20 0 28 0 446577431 29458776064 95928 33554432000 4194304 4196468 140731298208000 139789229003904 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8410] ppid=8406 vsize=28768336 memory=4136 CPUtime=2.36 cores=0-7
/proc/8408/task/8410/stat : 8410 (java) S 8406 8406 7356 0 -1 1077944384 4822 0 0 0 217 19 0 0 20 0 28 0 446577431 29458776064 95928 33554432000 4194304 4196468 140731298208000 139789177384080 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8411] ppid=8406 vsize=28768336 memory=4104 CPUtime=2.35 cores=0-7
/proc/8408/task/8411/stat : 8411 (java) S 8406 8406 7356 0 -1 1077944384 8419 0 0 0 214 21 0 0 20 0 28 0 446577431 29458776064 95928 33554432000 4194304 4196468 140731298208000 139789176331280 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8412] ppid=8406 vsize=28768336 memory=1412 CPUtime=2.35 cores=0-7
/proc/8408/task/8412/stat : 8412 (java) S 8406 8406 7356 0 -1 1077944384 7951 0 0 0 214 21 0 0 20 0 28 0 446577431 29458776064 95928 33554432000 4194304 4196468 140731298208000 139789175278480 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8413] ppid=8406 vsize=28768336 memory=3604 CPUtime=2.31 cores=0-7
/proc/8408/task/8413/stat : 8413 (java) S 8406 8406 7356 0 -1 1077944384 5472 0 0 0 210 21 0 0 20 0 28 0 446577431 29458776064 95928 33554432000 4194304 4196468 140731298208000 139789174225680 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8414] ppid=8406 vsize=28768336 memory=1452 CPUtime=2.33 cores=0-7
/proc/8408/task/8414/stat : 8414 (java) S 8406 8406 7356 0 -1 1077944384 6611 0 0 0 212 21 0 0 20 0 28 0 446577431 29458776064 95928 33554432000 4194304 4196468 140731298208000 139788772301456 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8415] ppid=8406 vsize=28768336 memory=288230574492221466 CPUtime=2.32 cores=0-7
/proc/8408/task/8415/stat : 8415 (java) S 8406 8406 7356 0 -1 1077944384 5849 0 0 0 212 20 0 0 20 0 28 0 446577431 29458776064 95928 33554432000 4194304 4196468 140731298208000 139788771248656 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8416] ppid=8406 vsize=28768336 memory=288230617509003574 CPUtime=2.34 cores=0-7
/proc/8408/task/8416/stat : 8416 (java) S 8406 8406 7356 0 -1 1077944384 7410 0 0 0 211 23 0 0 20 0 28 0 446577431 29458776064 95928 33554432000 4194304 4196468 140731298208000 139788770195856 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8417] ppid=8406 vsize=28768336 memory=14408211662899591 CPUtime=2.32 cores=0-7
/proc/8408/task/8417/stat : 8417 (java) S 8406 8406 7356 0 -1 1077944384 7129 0 0 0 214 18 0 0 20 0 28 0 446577431 29458776064 95928 33554432000 4194304 4196468 140731298208000 139788769143056 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8418] ppid=8406 vsize=28768336 memory=10428 CPUtime=8.32 cores=0-7
/proc/8408/task/8418/stat : 8418 (java) S 8406 8406 7356 0 -1 1077944384 35596 0 0 0 358 474 0 0 20 0 28 0 446577433 29458776064 95928 33554432000 4194304 4196468 140731298208000 139787553958768 139789224774274 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8419] ppid=8406 vsize=28768336 memory=14012 CPUtime=0 cores=0-7
/proc/8408/task/8419/stat : 8419 (java) S 8406 8406 7356 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 28 0 446577433 29458776064 95928 33554432000 4194304 4196468 140731298208000 139787552904800 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8420] ppid=8406 vsize=28768336 memory=14080 CPUtime=0 cores=0-7
/proc/8408/task/8420/stat : 8420 (java) S 8406 8406 7356 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 28 0 446577434 29458776064 95928 33554432000 4194304 4196468 140731298208000 139787551851904 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8421] ppid=8406 vsize=28768336 memory=26184 CPUtime=0 cores=0-7
/proc/8408/task/8421/stat : 8421 (java) S 8406 8406 7356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 446577436 29458776064 95928 33554432000 4194304 4196468 140731298208000 139787550800208 139789224781723 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8422] ppid=8406 vsize=28768336 memory=2120 CPUtime=2.46 cores=0-7
/proc/8408/task/8422/stat : 8422 (java) S 8406 8406 7356 0 -1 1077944384 16178 0 0 0 242 4 0 0 20 0 28 0 446577436 29458776064 95928 33554432000 4194304 4196468 140731298208000 139787549747568 139789224774274 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8423] ppid=8406 vsize=28768336 memory=508 CPUtime=2.15 cores=0-7
/proc/8408/task/8423/stat : 8423 (java) S 8406 8406 7356 0 -1 1077944384 9539 0 0 0 212 3 0 0 20 0 28 0 446577436 29458776064 95928 33554432000 4194304 4196468 140731298208000 139787548694768 139789224774274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8424] ppid=8406 vsize=28768336 memory=1560 CPUtime=2.81 cores=0-7
/proc/8408/task/8424/stat : 8424 (java) S 8406 8406 7356 0 -1 1077944384 14400 0 0 0 278 3 0 0 20 0 28 0 446577436 29458776064 95928 33554432000 4194304 4196468 140731298208000 139787547641968 139789224774274 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8425] ppid=8406 vsize=28768336 memory=932 CPUtime=0.77 cores=0-7
/proc/8408/task/8425/stat : 8425 (java) S 8406 8406 7356 0 -1 1077944384 8819 0 0 0 75 2 0 0 20 0 28 0 446577436 29458776064 95928 33554432000 4194304 4196468 140731298208000 139787546589168 139789224774274 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8426] ppid=8406 vsize=28768336 memory=1568 CPUtime=0 cores=0-7
/proc/8408/task/8426/stat : 8426 (java) S 8406 8406 7356 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 446577436 29458776064 95928 33554432000 4194304 4196468 140731298208000 139787545537632 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8427] ppid=8406 vsize=28768336 memory=8112282956445269571 CPUtime=0.15 cores=0-7
/proc/8408/task/8427/stat : 8427 (java) S 8406 8406 7356 0 -1 1077944384 1365 0 0 0 7 8 0 0 20 0 28 0 446577437 29458776064 95928 33554432000 4194304 4196468 140731298208000 139787544484912 139789224774274 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8428] ppid=8406 vsize=28768336 memory=4136 CPUtime=544.72 cores=0-7
/proc/8408/task/8428/stat : 8428 (java) S 8406 8406 7356 0 -1 1077944384 8813 0 0 0 54466 6 0 0 20 0 28 0 446577499 29458776064 95928 33554432000 4194304 4196468 140731298208000 139787535507392 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8429] ppid=8406 vsize=28768336 memory=4104 CPUtime=545.56 cores=0-7
/proc/8408/task/8429/stat : 8429 (java) S 8406 8406 7356 0 -1 1077944384 10476 0 0 0 54549 7 0 0 20 0 28 0 446577499 29458776064 95928 33554432000 4194304 4196468 140731298208000 139787534456016 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8430] ppid=8406 vsize=28768336 memory=1412 CPUtime=549.49 cores=0-7
/proc/8408/task/8430/stat : 8430 (java) S 8406 8406 7356 0 -1 1077944384 4462 0 0 0 54941 8 0 0 20 0 28 0 446577500 29458776064 95928 33554432000 4194304 4196468 140731298208000 139787533403216 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8431] ppid=8406 vsize=28768336 memory=3608 CPUtime=546.83 cores=0-7
/proc/8408/task/8431/stat : 8431 (java) R 8406 8406 7356 0 -1 4202560 9939 0 0 0 54675 8 0 0 20 0 28 0 446577500 29458776064 95928 33554432000 4194304 4196468 140731298208000 139787532345152 139788863602066 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8432] ppid=8406 vsize=28768336 memory=1452 CPUtime=545.31 cores=0-7
/proc/8408/task/8432/stat : 8432 (java) S 8406 8406 7356 0 -1 1077944384 9763 0 0 0 54520 11 0 0 20 0 28 0 446577500 29458776064 95928 33554432000 4194304 4196468 140731298208000 139787531297616 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8433] ppid=8406 vsize=28768336 memory=383712 CPUtime=543.67 cores=0-7
/proc/8408/task/8433/stat : 8433 (java) S 8406 8406 7356 0 -1 1077944384 10428 0 0 0 54359 8 0 0 20 0 28 0 446577500 29458776064 95928 33554432000 4194304 4196468 140731298208000 139787530244816 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8434] ppid=8406 vsize=28768336 memory=1660 CPUtime=544.83 cores=0-7
/proc/8408/task/8434/stat : 8434 (java) S 8406 8406 7356 0 -1 1077944384 7549 0 0 0 54477 6 0 0 20 0 28 0 446577500 29458776064 95928 33554432000 4194304 4196468 140731298208000 139787529193040 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8435] ppid=8406 vsize=28768336 memory=1398722017469774279 CPUtime=543.96 cores=0-7
/proc/8408/task/8435/stat : 8435 (java) S 8406 8406 7356 0 -1 1077944384 24623 0 0 0 54388 8 0 0 20 0 28 0 446577500 29458776064 95928 33554432000 4194304 4196468 140731298208000 139787528140240 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
Current children cumulated CPU time: 4400.57 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 385164 KiB

[startup+560.801 s]
/proc/loadavg: 8.18 8.24 8.25 3/219 8479
/proc/meminfo: memFree=28961520/32770624 swapFree=66958320/67108860
[pid=8406] ppid=8403 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/8406/stat : 8406 (xcsp3-exec) S 8403 8406 7356 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446577430 115843072 363 33554432000 4194304 5098028 140732083073984 140732083072088 140470825734780 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30580736 140732083082101 140732083082345 140732083082345 140732083085258 0
/proc/8406/statm: 28282 363 304 221 0 87 0
[pid=8408] ppid=8406 vsize=28768336 memory=383712 CPUtime=4400.98 cores=0-7
/proc/8408/stat : 8408 (java) S 8406 8406 7356 0 -1 1077944320 236430 0 0 0 439389 709 0 0 20 0 28 0 446577430 29458776064 95928 33554432000 4194304 4196468 140731298208000 140731298190544 139789224763127 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
/proc/8408/statm: 7192084 95928 3542 1 0 7153184 0
[pid=8408/tid=8409] ppid=8406 vsize=28768336 memory=1760 CPUtime=0.66 cores=0-7
/proc/8408/task/8409/stat : 8409 (java) S 8406 8406 7356 0 -1 1077944384 9427 0 0 0 63 3 0 0 20 0 28 0 446577431 29458776064 95928 33554432000 4194304 4196468 140731298208000 139789229003904 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8410] ppid=8406 vsize=28768336 memory=111636 CPUtime=2.36 cores=0-7
/proc/8408/task/8410/stat : 8410 (java) S 8406 8406 7356 0 -1 1077944384 4822 0 0 0 217 19 0 0 20 0 28 0 446577431 29458776064 95928 33554432000 4194304 4196468 140731298208000 139789177384080 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8411] ppid=8406 vsize=28768336 memory=1452 CPUtime=2.35 cores=0-7
/proc/8408/task/8411/stat : 8411 (java) S 8406 8406 7356 0 -1 1077944384 8419 0 0 0 214 21 0 0 20 0 28 0 446577431 29458776064 95928 33554432000 4194304 4196468 140731298208000 139789176331280 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8412] ppid=8406 vsize=28768336 memory=383712 CPUtime=2.35 cores=0-7
/proc/8408/task/8412/stat : 8412 (java) S 8406 8406 7356 0 -1 1077944384 7951 0 0 0 214 21 0 0 20 0 28 0 446577431 29458776064 95928 33554432000 4194304 4196468 140731298208000 139789175278480 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8413] ppid=8406 vsize=28768336 memory=384740 CPUtime=2.31 cores=0-7
/proc/8408/task/8413/stat : 8413 (java) S 8406 8406 7356 0 -1 1077944384 5472 0 0 0 210 21 0 0 20 0 28 0 446577431 29458776064 95928 33554432000 4194304 4196468 140731298208000 139789174225680 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8414] ppid=8406 vsize=28768336 memory=1568 CPUtime=2.33 cores=0-7
/proc/8408/task/8414/stat : 8414 (java) S 8406 8406 7356 0 -1 1077944384 6611 0 0 0 212 21 0 0 20 0 28 0 446577431 29458776064 95928 33554432000 4194304 4196468 140731298208000 139788772301456 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8415] ppid=8406 vsize=28768336 memory=1444 CPUtime=2.32 cores=0-7
/proc/8408/task/8415/stat : 8415 (java) S 8406 8406 7356 0 -1 1077944384 5849 0 0 0 212 20 0 0 20 0 28 0 446577431 29458776064 95928 33554432000 4194304 4196468 140731298208000 139788771248656 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8416] ppid=8406 vsize=28768336 memory=880 CPUtime=2.34 cores=0-7
/proc/8408/task/8416/stat : 8416 (java) S 8406 8406 7356 0 -1 1077944384 7410 0 0 0 211 23 0 0 20 0 28 0 446577431 29458776064 95928 33554432000 4194304 4196468 140731298208000 139788770195856 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8417] ppid=8406 vsize=28768336 memory=1976 CPUtime=2.32 cores=0-7
/proc/8408/task/8417/stat : 8417 (java) S 8406 8406 7356 0 -1 1077944384 7129 0 0 0 214 18 0 0 20 0 28 0 446577431 29458776064 95928 33554432000 4194304 4196468 140731298208000 139788769143056 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8418] ppid=8406 vsize=28768336 memory=1452 CPUtime=8.32 cores=0-7
/proc/8408/task/8418/stat : 8418 (java) S 8406 8406 7356 0 -1 1077944384 35596 0 0 0 358 474 0 0 20 0 28 0 446577433 29458776064 95928 33554432000 4194304 4196468 140731298208000 139787553958768 139789224774274 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8419] ppid=8406 vsize=28768336 memory=391408 CPUtime=0 cores=0-7
/proc/8408/task/8419/stat : 8419 (java) S 8406 8406 7356 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 28 0 446577433 29458776064 95928 33554432000 4194304 4196468 140731298208000 139787552904800 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8420] ppid=8406 vsize=28768336 memory=1452 CPUtime=0 cores=0-7
/proc/8408/task/8420/stat : 8420 (java) S 8406 8406 7356 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 28 0 446577434 29458776064 95928 33554432000 4194304 4196468 140731298208000 139787551851904 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8421] ppid=8406 vsize=28768336 memory=1452 CPUtime=0 cores=0-7
/proc/8408/task/8421/stat : 8421 (java) S 8406 8406 7356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 446577436 29458776064 95928 33554432000 4194304 4196468 140731298208000 139787550800208 139789224781723 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8422] ppid=8406 vsize=28768336 memory=383712 CPUtime=2.46 cores=0-7
/proc/8408/task/8422/stat : 8422 (java) S 8406 8406 7356 0 -1 1077944384 16178 0 0 0 242 4 0 0 20 0 28 0 446577436 29458776064 95928 33554432000 4194304 4196468 140731298208000 139787549747568 139789224774274 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8423] ppid=8406 vsize=28768336 memory=916 CPUtime=2.15 cores=0-7
/proc/8408/task/8423/stat : 8423 (java) S 8406 8406 7356 0 -1 1077944384 9539 0 0 0 212 3 0 0 20 0 28 0 446577436 29458776064 95928 33554432000 4194304 4196468 140731298208000 139787548694768 139789224774274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8424] ppid=8406 vsize=28768336 memory=4136 CPUtime=2.81 cores=0-7
/proc/8408/task/8424/stat : 8424 (java) S 8406 8406 7356 0 -1 1077944384 14400 0 0 0 278 3 0 0 20 0 28 0 446577436 29458776064 95928 33554432000 4194304 4196468 140731298208000 139787547641968 139789224774274 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8425] ppid=8406 vsize=28768336 memory=4104 CPUtime=0.77 cores=0-7
/proc/8408/task/8425/stat : 8425 (java) S 8406 8406 7356 0 -1 1077944384 8819 0 0 0 75 2 0 0 20 0 28 0 446577436 29458776064 95928 33554432000 4194304 4196468 140731298208000 139787546589168 139789224774274 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8426] ppid=8406 vsize=28768336 memory=1412 CPUtime=0 cores=0-7
/proc/8408/task/8426/stat : 8426 (java) S 8406 8406 7356 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 446577436 29458776064 95928 33554432000 4194304 4196468 140731298208000 139787545537632 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8427] ppid=8406 vsize=28768336 memory=3608 CPUtime=0.15 cores=0-7
/proc/8408/task/8427/stat : 8427 (java) S 8406 8406 7356 0 -1 1077944384 1365 0 0 0 7 8 0 0 20 0 28 0 446577437 29458776064 95928 33554432000 4194304 4196468 140731298208000 139787544484912 139789224774274 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8428] ppid=8406 vsize=28768336 memory=1452 CPUtime=544.72 cores=0-7
/proc/8408/task/8428/stat : 8428 (java) S 8406 8406 7356 0 -1 1077944384 8813 0 0 0 54466 6 0 0 20 0 28 0 446577499 29458776064 95928 33554432000 4194304 4196468 140731298208000 139787535507392 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8429] ppid=8406 vsize=28768336 memory=1452 CPUtime=545.56 cores=0-7
/proc/8408/task/8429/stat : 8429 (java) S 8406 8406 7356 0 -1 1077944384 10476 0 0 0 54549 7 0 0 20 0 28 0 446577499 29458776064 95928 33554432000 4194304 4196468 140731298208000 139787534456016 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8430] ppid=8406 vsize=28768336 memory=1452 CPUtime=549.49 cores=0-7
/proc/8408/task/8430/stat : 8430 (java) S 8406 8406 7356 0 -1 1077944384 4462 0 0 0 54941 8 0 0 20 0 28 0 446577500 29458776064 95928 33554432000 4194304 4196468 140731298208000 139787533403216 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8431] ppid=8406 vsize=28768336 memory=383712 CPUtime=547.23 cores=0-7
/proc/8408/task/8431/stat : 8431 (java) R 8406 8406 7356 0 -1 4202560 9939 0 0 0 54715 8 0 0 20 0 28 0 446577500 29458776064 95928 33554432000 4194304 4196468 140731298208000 139787532345152 139788863601445 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8432] ppid=8406 vsize=28768336 memory=8112282956445269571 CPUtime=545.31 cores=0-7
/proc/8408/task/8432/stat : 8432 (java) S 8406 8406 7356 0 -1 1077944384 9763 0 0 0 54520 11 0 0 20 0 28 0 446577500 29458776064 95928 33554432000 4194304 4196468 140731298208000 139787531297616 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8433] ppid=8406 vsize=28768336 memory=385252 CPUtime=543.67 cores=0-7
/proc/8408/task/8433/stat : 8433 (java) S 8406 8406 7356 0 -1 1077944384 10428 0 0 0 54359 8 0 0 20 0 28 0 446577500 29458776064 95928 33554432000 4194304 4196468 140731298208000 139787530244816 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8434] ppid=8406 vsize=28768336 memory=1056 CPUtime=544.83 cores=0-7
/proc/8408/task/8434/stat : 8434 (java) S 8406 8406 7356 0 -1 1077944384 7549 0 0 0 54477 6 0 0 20 0 28 0 446577500 29458776064 95928 33554432000 4194304 4196468 140731298208000 139787529193040 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
[pid=8408/tid=8435] ppid=8406 vsize=28768336 memory=4000 CPUtime=543.96 cores=0-7
/proc/8408/task/8435/stat : 8435 (java) S 8406 8406 7356 0 -1 1077944384 24623 0 0 0 54388 8 0 0 20 0 28 0 446577500 29458776064 95928 33554432000 4194304 4196468 140731298208000 139787528140240 139789224773333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 18997248 140731298210794 140731298210966 140731298210966 140731298213839 0
Current children cumulated CPU time: 4400.98 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 385164 KiB

Child status: 0
Real time (s): 560.815
CPU time (s): 4401
CPU user time (s): 4393.9
CPU system time (s): 7.10179
CPU usage (%): 784.752
Max. virtual memory (cumulated for all children) (KiB): 28885560
Max. memory (cumulated for all children) (KiB): 644500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4393.9
system time used= 7.10179
maximum resident set size= 648096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 237232
page faults= 0
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 78479
involuntary context switches= 52732


# summary of solver processes directly reported to runsolver:
#   pid: 8406
#   total CPU time (s): 4401
#   total CPU user time (s): 4393.9
#   total CPU system time (s): 7.10179

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.44595 second user time and 4.82551 second system time

The end

Launcher Data

Begin job on node145 at 2019-09-17 09:46:08
IDJOB=4399496
IDBENCH=127865
IDSOLVER=2854
FILE ID=node145/4399496-1568706409
RUNJOBID= node145-1568701156-7383
PBS_JOBID= 21703915
Free space on /tmp= 59532 MiB

SOLVER NAME= choco-solver 2019-09-16 parallel
BENCH NAME= XCSP17/RectPacking/RectPacking-m1-perf/RectPacking-perfect-033.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-4399496-1568706409/watcher-4399496-1568706409 -o /tmp/evaluation-result-4399496-1568706409/solver-4399496-1568706409 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node145-1568701156-7383 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1003933130 HOME/instance-4399496-1568706409.xml

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

MD5SUM BENCH= 273a3a450a7af16ef80dfed9e1af494c
RANDOM SEED=1003933130

node145.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.59
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.59
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.59
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.59
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:        29337440 kB
MemAvailable:   31852336 kB
Buffers:          189112 kB
Cached:          2616808 kB
SwapCached:        41072 kB
Active:          1384220 kB
Inactive:        1465000 kB
Active(anon):       6076 kB
Inactive(anon):    86528 kB
Active(file):    1378144 kB
Inactive(file):  1378472 kB
Unevictable:      109612 kB
Mlocked:          109612 kB
SwapTotal:      67108860 kB
SwapFree:       66958320 kB
Dirty:             25892 kB
Writeback:             0 kB
AnonPages:        122900 kB
Mapped:            48136 kB
Shmem:             40616 kB
Slab:             176376 kB
SReclaimable:     148232 kB
SUnreclaim:        28144 kB
KernelStack:        3712 kB
PageTables:         5616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     505844 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     77824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 59508 MiB
End job on node145 at 2019-09-17 09:55:29