Trace number 4406696

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-24 parallelSAT 5421.62 691.614

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-4406696-1569350922.xml"  -tl '20160s' -p 8
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4406696-1569350922.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
1.26/0.67	c solve instance...
5421.59/691.60	s SATISFIABLE
5421.59/691.60	v <instantiation>
5421.59/691.60	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>
5421.59/691.60	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>
5421.59/691.60	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 (13729 MiB free)
  memory of node 1: 16384 MiB (14455 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4406696-1569350922/watcher-4406696-1569350922 -o /tmp/evaluation-result-4406696-1569350922/solver-4406696-1569350922 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1569348342-32335 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 387531259 HOME/instance-4406696-1569350922.xml 

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

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


[startup+0.100109 s]*
/proc/loadavg: 8.09 8.19 8.18 3/211 32654
/proc/meminfo: memFree=28843760/32770624 swapFree=66999256/67108860
[pid=32633] ppid=32630 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/32633/stat : 32633 (xcsp3-exec) S 32630 32633 32308 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511345287 115843072 363 33554432000 4194304 5098028 140730598145616 140730598143720 140304400061052 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24440832 140730598151030 140730598151273 140730598151273 140730598154186 0
/proc/32633/statm: 28282 363 304 221 0 87 0
[pid=32635] ppid=32633 vsize=28227396 memory=30068 CPUtime=0.13 cores=0-7
/proc/32635/stat : 32635 (java) S 32633 32633 32308 0 -1 1077944320 5492 0 0 0 11 2 0 0 20 0 20 0 511345287 28904853504 7517 33554432000 4194304 4196468 140730991556528 140730991539072 140433239101175 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
/proc/32635/statm: 7056849 7517 3120 1 0 7019032 0
[pid=32635/tid=32636] ppid=32633 vsize=28227396 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/32635/task/32636/stat : 32636 (java) R 32633 32633 32308 0 -1 4202560 3396 0 0 0 8 1 0 0 20 0 20 0 511345287 28904853504 7517 33554432000 4194304 4196468 140730991556528 140433243333904 140433239122522 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32637] ppid=32633 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32635/task/32637/stat : 32637 (java) S 32633 32633 32308 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511345288 28904853504 7517 33554432000 4194304 4196468 140730991556528 140433158953744 140433239111381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32638] ppid=32633 vsize=28227396 memory=140636155061888 CPUtime=0 cores=0-7
/proc/32635/task/32638/stat : 32638 (java) S 32633 32633 32308 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511345288 28904853504 7517 33554432000 4194304 4196468 140730991556528 140433157901200 140433239111381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32639] ppid=32633 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32635/task/32639/stat : 32639 (java) S 32633 32633 32308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511345288 28904853504 7517 33554432000 4194304 4196468 140730991556528 140433156848656 140433239111381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32640] ppid=32633 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32635/task/32640/stat : 32640 (java) S 32633 32633 32308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511345288 28904853504 7517 33554432000 4194304 4196468 140730991556528 140433155796112 140433239111381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32641] ppid=32633 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32635/task/32641/stat : 32641 (java) S 32633 32633 32308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511345288 28904853504 7517 33554432000 4194304 4196468 140730991556528 140433154742544 140433239111381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32642] ppid=32633 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/32635/task/32642/stat : 32642 (java) S 32633 32633 32308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511345288 28904853504 7517 33554432000 4194304 4196468 140730991556528 140433153690000 140433239111381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32643] ppid=32633 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32635/task/32643/stat : 32643 (java) S 32633 32633 32308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511345288 28904853504 7583 33554432000 4194304 4196468 140730991556528 140433152637456 140433239111381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32644] ppid=32633 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32635/task/32644/stat : 32644 (java) S 32633 32633 32308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511345288 28904853504 7583 33554432000 4194304 4196468 140730991556528 140433151584912 140433239111381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32645] ppid=32633 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32635/task/32645/stat : 32645 (java) S 32633 32633 32308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511345289 28904853504 7583 33554432000 4194304 4196468 140730991556528 140431568931312 140433239112322 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32646] ppid=32633 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32635/task/32646/stat : 32646 (java) S 32633 32633 32308 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511345290 28904853504 7583 33554432000 4194304 4196468 140730991556528 140431567877536 140433239111381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32647] ppid=32633 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32635/task/32647/stat : 32647 (java) S 32633 32633 32308 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511345290 28904853504 7583 33554432000 4194304 4196468 140730991556528 140431566824944 140433239111381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32648] ppid=32633 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32635/task/32648/stat : 32648 (java) S 32633 32633 32308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511345292 28904853504 7583 33554432000 4194304 4196468 140730991556528 140431565773520 140433239119771 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32649] ppid=32633 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32635/task/32649/stat : 32649 (java) S 32633 32633 32308 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 20 0 511345292 28904853504 7583 33554432000 4194304 4196468 140730991556528 140431564720112 140433239112322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32650] ppid=32633 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32635/task/32650/stat : 32650 (java) S 32633 32633 32308 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511345292 28904853504 7583 33554432000 4194304 4196468 140730991556528 140431563667568 140433239112322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32651] ppid=32633 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32635/task/32651/stat : 32651 (java) R 32633 32633 32308 0 -1 4202560 144 0 0 0 0 0 0 0 20 0 20 0 511345292 28904853504 7583 33554432000 4194304 4196468 140730991556528 140431562606672 140433222536913 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32652] ppid=32633 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/32635/task/32652/stat : 32652 (java) R 32633 32633 32308 0 -1 4202560 357 0 0 0 2 0 0 0 20 0 20 0 511345292 28904853504 7583 33554432000 4194304 4196468 140730991556528 140431561562480 140433217231726 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32653] ppid=32633 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32635/task/32653/stat : 32653 (java) S 32633 32633 32308 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511345293 28904853504 7583 33554432000 4194304 4196468 140730991556528 140431560510176 140433239111381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32654] ppid=32633 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/32635/task/32654/stat : 32654 (java) S 32633 32633 32308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511345293 28904853504 7583 33554432000 4194304 4196468 140730991556528 140431559457712 140433239112322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 31520 KiB

[startup+0.210705 s]*
/proc/loadavg: 8.09 8.19 8.18 3/211 32654
/proc/meminfo: memFree=28831012/32770624 swapFree=66999256/67108860
[pid=32633] ppid=32630 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/32633/stat : 32633 (xcsp3-exec) S 32630 32633 32308 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511345287 115843072 363 33554432000 4194304 5098028 140730598145616 140730598143720 140304400061052 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24440832 140730598151030 140730598151273 140730598151273 140730598154186 0
/proc/32633/statm: 28282 363 304 221 0 87 0
[pid=32635] ppid=32633 vsize=28227396 memory=41448 CPUtime=0.34 cores=0-7
/proc/32635/stat : 32635 (java) S 32633 32633 32308 0 -1 1077944320 9079 0 0 0 30 4 0 0 20 0 20 0 511345287 28904853504 10362 33554432000 4194304 4196468 140730991556528 140730991539072 140433239101175 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
/proc/32635/statm: 7056849 10362 3314 1 0 7019032 0
[pid=32635/tid=32636] ppid=32633 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/32635/task/32636/stat : 32636 (java) R 32633 32633 32308 0 -1 4202560 6210 0 0 0 17 3 0 0 20 0 20 0 511345287 28904853504 10362 33554432000 4194304 4196468 140730991556528 140433243334912 140432830923478 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32637] ppid=32633 vsize=28227396 memory=342 CPUtime=0 cores=0-7
/proc/32635/task/32637/stat : 32637 (java) S 32633 32633 32308 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511345288 28904853504 10362 33554432000 4194304 4196468 140730991556528 140433158953744 140433239111381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32638] ppid=32633 vsize=28227396 memory=140636155086563 CPUtime=0 cores=0-7
/proc/32635/task/32638/stat : 32638 (java) S 32633 32633 32308 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511345288 28904853504 10362 33554432000 4194304 4196468 140730991556528 140433157901200 140433239111381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32639] ppid=32633 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/32635/task/32639/stat : 32639 (java) S 32633 32633 32308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511345288 28904853504 10362 33554432000 4194304 4196468 140730991556528 140433156848656 140433239111381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32640] ppid=32633 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32635/task/32640/stat : 32640 (java) S 32633 32633 32308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511345288 28904853504 10362 33554432000 4194304 4196468 140730991556528 140433155796112 140433239111381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32641] ppid=32633 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32635/task/32641/stat : 32641 (java) S 32633 32633 32308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511345288 28904853504 10362 33554432000 4194304 4196468 140730991556528 140433154742544 140433239111381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32642] ppid=32633 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/32635/task/32642/stat : 32642 (java) S 32633 32633 32308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511345288 28904853504 10362 33554432000 4194304 4196468 140730991556528 140433153690000 140433239111381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32643] ppid=32633 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32635/task/32643/stat : 32643 (java) S 32633 32633 32308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511345288 28904853504 10362 33554432000 4194304 4196468 140730991556528 140433152637456 140433239111381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32644] ppid=32633 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32635/task/32644/stat : 32644 (java) S 32633 32633 32308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511345288 28904853504 10362 33554432000 4194304 4196468 140730991556528 140433151584912 140433239111381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32645] ppid=32633 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32635/task/32645/stat : 32645 (java) S 32633 32633 32308 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 511345289 28904853504 10362 33554432000 4194304 4196468 140730991556528 140431568931312 140433239112322 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32646] ppid=32633 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32635/task/32646/stat : 32646 (java) S 32633 32633 32308 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511345290 28904853504 10362 33554432000 4194304 4196468 140730991556528 140431567877536 140433239111381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32647] ppid=32633 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32635/task/32647/stat : 32647 (java) S 32633 32633 32308 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511345290 28904853504 10362 33554432000 4194304 4196468 140730991556528 140431566824944 140433239111381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32648] ppid=32633 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32635/task/32648/stat : 32648 (java) S 32633 32633 32308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511345292 28904853504 10362 33554432000 4194304 4196468 140730991556528 140431565773520 140433239119771 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32649] ppid=32633 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/32635/task/32649/stat : 32649 (java) S 32633 32633 32308 0 -1 1077944384 322 0 0 0 1 0 0 0 20 0 20 0 511345292 28904853504 10362 33554432000 4194304 4196468 140730991556528 140431564720112 140433239112322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32650] ppid=32633 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/32635/task/32650/stat : 32650 (java) S 32633 32633 32308 0 -1 1077944384 339 0 0 0 2 0 0 0 20 0 20 0 511345292 28904853504 10362 33554432000 4194304 4196468 140730991556528 140431563667568 140433239112322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32651] ppid=32633 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/32635/task/32651/stat : 32651 (java) S 32633 32633 32308 0 -1 1077944384 200 0 0 0 1 0 0 0 20 0 20 0 511345292 28904853504 10362 33554432000 4194304 4196468 140730991556528 140431562615024 140433239112322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32652] ppid=32633 vsize=28227396 memory=-1 CPUtime=0.08 cores=0-7
/proc/32635/task/32652/stat : 32652 (java) R 32633 32633 32308 0 -1 4202560 693 0 0 0 8 0 0 0 20 0 20 0 511345292 28904853504 10362 33554432000 4194304 4196468 140730991556528 140431561562288 140433217899789 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32653] ppid=32633 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32635/task/32653/stat : 32653 (java) S 32633 32633 32308 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511345293 28904853504 10362 33554432000 4194304 4196468 140730991556528 140431560510176 140433239111381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32654] ppid=32633 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/32635/task/32654/stat : 32654 (java) S 32633 32633 32308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511345293 28904853504 10362 33554432000 4194304 4196468 140730991556528 140431559457712 140433239112322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42900 KiB

[startup+0.310471 s]*
/proc/loadavg: 8.09 8.19 8.18 5/211 32654
/proc/meminfo: memFree=28824228/32770624 swapFree=66999256/67108860
[pid=32633] ppid=32630 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/32633/stat : 32633 (xcsp3-exec) S 32630 32633 32308 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511345287 115843072 363 33554432000 4194304 5098028 140730598145616 140730598143720 140304400061052 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24440832 140730598151030 140730598151273 140730598151273 140730598154186 0
/proc/32633/statm: 28282 363 304 221 0 87 0
[pid=32635] ppid=32633 vsize=28231652 memory=50256 CPUtime=0.53 cores=0-7
/proc/32635/stat : 32635 (java) S 32633 32633 32308 0 -1 1077944320 10363 0 0 0 48 5 0 0 20 0 20 0 511345287 28909211648 12564 33554432000 4194304 4196468 140730991556528 140730991539072 140433239101175 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
/proc/32635/statm: 7057913 12564 3362 1 0 7019032 0
[pid=32635/tid=32636] ppid=32633 vsize=28231652 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/32635/task/32636/stat : 32636 (java) R 32633 32633 32308 0 -1 4202560 7290 0 0 0 26 3 0 0 20 0 20 0 511345287 28909211648 12564 33554432000 4194304 4196468 140730991556528 140433243332288 140433239123101 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32637] ppid=32633 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/32635/task/32637/stat : 32637 (java) S 32633 32633 32308 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511345288 28909211648 12564 33554432000 4194304 4196468 140730991556528 140433158953744 140433239111381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32638] ppid=32633 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/32635/task/32638/stat : 32638 (java) S 32633 32633 32308 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511345288 28909211648 12564 33554432000 4194304 4196468 140730991556528 140433157901200 140433239111381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32639] ppid=32633 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/32635/task/32639/stat : 32639 (java) S 32633 32633 32308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511345288 28909211648 12564 33554432000 4194304 4196468 140730991556528 140433156848656 140433239111381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32640] ppid=32633 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/32635/task/32640/stat : 32640 (java) S 32633 32633 32308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511345288 28909211648 12564 33554432000 4194304 4196468 140730991556528 140433155796112 140433239111381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32641] ppid=32633 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/32635/task/32641/stat : 32641 (java) S 32633 32633 32308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511345288 28909211648 12564 33554432000 4194304 4196468 140730991556528 140433154742544 140433239111381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32642] ppid=32633 vsize=28231652 memory=140636019848111 CPUtime=0 cores=0-7
/proc/32635/task/32642/stat : 32642 (java) S 32633 32633 32308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511345288 28909211648 12564 33554432000 4194304 4196468 140730991556528 140433153690000 140433239111381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32643] ppid=32633 vsize=28231652 memory=140636019850416 CPUtime=0 cores=0-7
/proc/32635/task/32643/stat : 32643 (java) S 32633 32633 32308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511345288 28909211648 12564 33554432000 4194304 4196468 140730991556528 140433152637456 140433239111381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32644] ppid=32633 vsize=28231652 memory=140636019852720 CPUtime=0 cores=0-7
/proc/32635/task/32644/stat : 32644 (java) S 32633 32633 32308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511345288 28909211648 12564 33554432000 4194304 4196468 140730991556528 140433151584912 140433239111381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32645] ppid=32633 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/32635/task/32645/stat : 32645 (java) S 32633 32633 32308 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 511345289 28909211648 12564 33554432000 4194304 4196468 140730991556528 140431568931312 140433239112322 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32646] ppid=32633 vsize=28231652 memory=281272039712400 CPUtime=0 cores=0-7
/proc/32635/task/32646/stat : 32646 (java) S 32633 32633 32308 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511345290 28909211648 12564 33554432000 4194304 4196468 140730991556528 140431567877536 140433239111381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32647] ppid=32633 vsize=28231652 memory=281272039719312 CPUtime=0 cores=0-7
/proc/32635/task/32647/stat : 32647 (java) S 32633 32633 32308 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511345290 28909211648 12564 33554432000 4194304 4196468 140730991556528 140431566824944 140433239111381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32648] ppid=32633 vsize=28231652 memory=281272039660592 CPUtime=0 cores=0-7
/proc/32635/task/32648/stat : 32648 (java) S 32633 32633 32308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511345292 28909211648 12564 33554432000 4194304 4196468 140730991556528 140431565773520 140433239119771 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32649] ppid=32633 vsize=28231652 memory=281272039733136 CPUtime=0.01 cores=0-7
/proc/32635/task/32649/stat : 32649 (java) S 32633 32633 32308 0 -1 1077944384 332 0 0 0 1 0 0 0 20 0 20 0 511345292 28909211648 12564 33554432000 4194304 4196468 140730991556528 140431564720112 140433239112322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32650] ppid=32633 vsize=28231652 memory=281272039740048 CPUtime=0.04 cores=0-7
/proc/32635/task/32650/stat : 32650 (java) R 32633 32633 32308 0 -1 4202560 434 0 0 0 4 0 0 0 20 0 20 0 511345292 28909211648 12564 33554432000 4194304 4196468 140730991556528 140431563657952 140433224227530 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32651] ppid=32633 vsize=28231652 memory=281272039737744 CPUtime=0.02 cores=0-7
/proc/32635/task/32651/stat : 32651 (java) S 32633 32633 32308 0 -1 1077944384 216 0 0 0 2 0 0 0 20 0 20 0 511345292 28909211648 12564 33554432000 4194304 4196468 140730991556528 140431562615024 140433239112322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32652] ppid=32633 vsize=28231652 memory=281272039753904 CPUtime=0.12 cores=0-7
/proc/32635/task/32652/stat : 32652 (java) S 32633 32633 32308 0 -1 1077944384 776 0 0 0 12 0 0 0 20 0 20 0 511345292 28909211648 12564 33554432000 4194304 4196468 140730991556528 140431561562480 140433239112322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32653] ppid=32633 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/32635/task/32653/stat : 32653 (java) S 32633 32633 32308 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511345293 28909211648 12564 33554432000 4194304 4196468 140730991556528 140431560510176 140433239111381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32654] ppid=32633 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/32635/task/32654/stat : 32654 (java) S 32633 32633 32308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511345293 28909211648 12564 33554432000 4194304 4196468 140730991556528 140431559457712 140433239112322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51708 KiB

[startup+0.702241 s]
/proc/loadavg: 8.09 8.19 8.18 5/211 32654
/proc/meminfo: memFree=28809636/32770624 swapFree=66999256/67108860
[pid=32633] ppid=32630 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/32633/stat : 32633 (xcsp3-exec) S 32630 32633 32308 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511345287 115843072 363 33554432000 4194304 5098028 140730598145616 140730598143720 140304400061052 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24440832 140730598151030 140730598151273 140730598151273 140730598154186 0
/proc/32633/statm: 28282 363 304 221 0 87 0
[pid=32635] ppid=32633 vsize=28766288 memory=98160 CPUtime=1.56 cores=0-7
/proc/32635/stat : 32635 (java) S 32633 32633 32308 0 -1 1077944320 14379 0 0 0 148 8 0 0 20 0 28 0 511345287 29456678912 24540 33554432000 4194304 4196468 140730991556528 140730991539072 140433239101175 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
/proc/32635/statm: 7191572 24540 3452 1 0 7152672 0
[pid=32635/tid=32636] ppid=32633 vsize=28766288 memory=281272040111792 CPUtime=0.66 cores=0-7
/proc/32635/task/32636/stat : 32636 (java) S 32633 32633 32308 0 -1 1077944384 8961 0 0 0 61 5 0 0 20 0 28 0 511345287 29456678912 24540 33554432000 4194304 4196468 140730991556528 140433243341952 140433239111381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32637] ppid=32633 vsize=28766288 memory=140636020056944 CPUtime=0 cores=0-7
/proc/32635/task/32637/stat : 32637 (java) S 32633 32633 32308 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511345288 29456678912 24540 33554432000 4194304 4196468 140730991556528 140433158953744 140433239111381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32638] ppid=32633 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/32635/task/32638/stat : 32638 (java) S 32633 32633 32308 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511345288 29456678912 24540 33554432000 4194304 4196468 140730991556528 140433157901200 140433239111381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32639] ppid=32633 vsize=28766288 memory=1112 CPUtime=0 cores=0-7
/proc/32635/task/32639/stat : 32639 (java) S 32633 32633 32308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 511345288 29456678912 24540 33554432000 4194304 4196468 140730991556528 140433156848656 140433239111381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0

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

[pid=32635/tid=32652] ppid=32633 vsize=28768336 memory=676 CPUtime=0.82 cores=0-7
/proc/32635/task/32652/stat : 32652 (java) S 32633 32633 32308 0 -1 1077944384 12092 0 0 0 79 3 0 0 20 0 28 0 511345292 29458776064 98499 33554432000 4194304 4196468 140730991556528 140431561562480 140433239112322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 52 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32653] ppid=32633 vsize=28768336 memory=1060 CPUtime=0 cores=0-7
/proc/32635/task/32653/stat : 32653 (java) S 32633 32633 32308 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511345293 29458776064 98499 33554432000 4194304 4196468 140730991556528 140431560510176 140433239111381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32654] ppid=32633 vsize=28768336 memory=1548 CPUtime=0.17 cores=0-7
/proc/32635/task/32654/stat : 32654 (java) S 32633 32633 32308 0 -1 1077944384 1881 0 0 0 3 14 0 0 20 0 28 0 511345293 29458776064 98499 33554432000 4194304 4196468 140730991556528 140431559457712 140433239112322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 52 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32655] ppid=32633 vsize=28768336 memory=8560 CPUtime=670.35 cores=0-7
/proc/32635/task/32655/stat : 32655 (java) R 32633 32633 32308 0 -1 4202560 10683 0 0 0 67027 8 0 0 20 0 28 0 511345356 29458776064 98499 33554432000 4194304 4196468 140730991556528 140431550237328 140432839628513 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32656] ppid=32633 vsize=28768336 memory=12024 CPUtime=670.91 cores=0-7
/proc/32635/task/32656/stat : 32656 (java) R 32633 32633 32308 0 -1 4202560 14887 0 0 0 67082 9 0 0 20 0 28 0 511345356 29458776064 98499 33554432000 4194304 4196468 140730991556528 140431549186568 140432841377388 0 4 0 16800975 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32657] ppid=32633 vsize=28768336 memory=500 CPUtime=675.27 cores=0-7
/proc/32635/task/32657/stat : 32657 (java) R 32633 32633 32308 0 -1 4202560 6005 0 0 0 67520 7 0 0 20 0 28 0 511345356 29458776064 98499 33554432000 4194304 4196468 140730991556528 140431548133064 140432840264361 0 4 0 16800975 0 0 0 -1 7 0 0 43 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32658] ppid=32633 vsize=28768336 memory=1560 CPUtime=671.55 cores=0-7
/proc/32635/task/32658/stat : 32658 (java) R 32633 32633 32308 0 -1 4202560 10600 0 0 0 67146 9 0 0 20 0 28 0 511345356 29458776064 98499 33554432000 4194304 4196468 140730991556528 140431547080272 140432840264347 0 4 0 16800975 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32659] ppid=32633 vsize=28768336 memory=932 CPUtime=670.43 cores=0-7
/proc/32635/task/32659/stat : 32659 (java) R 32633 32633 32308 0 -1 4202560 12821 0 0 0 67035 8 0 0 20 0 28 0 511345356 29458776064 98499 33554432000 4194304 4196468 140730991556528 140431546028104 140432836283536 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32660] ppid=32633 vsize=28768336 memory=3768 CPUtime=671.52 cores=0-7
/proc/32635/task/32660/stat : 32660 (java) R 32633 32633 32308 0 -1 4202560 10847 0 0 0 67145 7 0 0 20 0 28 0 511345356 29458776064 98499 33554432000 4194304 4196468 140730991556528 140431544975408 140432841378062 0 4 0 16800975 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32661] ppid=32633 vsize=28768336 memory=1980 CPUtime=669.89 cores=0-7
/proc/32635/task/32661/stat : 32661 (java) R 32633 32633 32308 0 -1 4202560 26860 0 0 0 66976 13 0 0 20 0 28 0 511345356 29458776064 98499 33554432000 4194304 4196468 140730991556528 140431543922896 140432841378062 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32662] ppid=32633 vsize=28768336 memory=2512 CPUtime=668.3 cores=0-7
/proc/32635/task/32662/stat : 32662 (java) R 32633 32633 32308 0 -1 4202560 14279 0 0 0 66821 9 0 0 20 0 28 0 511345356 29458776064 98499 33554432000 4194304 4196468 140730991556528 140431542873280 140432841378137 0 4 0 16800975 0 0 0 -1 0 0 0 5 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
Current children cumulated CPU time: 5414.5 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 395448 KiB

[startup+691.202 s]
/proc/loadavg: 8.06 8.13 8.17 9/219 32713
/proc/meminfo: memFree=28474360/32770624 swapFree=66999256/67108860
[pid=32633] ppid=32630 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/32633/stat : 32633 (xcsp3-exec) S 32630 32633 32308 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511345287 115843072 363 33554432000 4194304 5098028 140730598145616 140730598143720 140304400061052 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24440832 140730598151030 140730598151273 140730598151273 140730598154186 0
/proc/32633/statm: 28282 363 304 221 0 87 0
[pid=32635] ppid=32633 vsize=28768336 memory=393484 CPUtime=5420.8 cores=0-7
/proc/32635/stat : 32635 (java) S 32633 32633 32308 0 -1 1077944320 319840 0 0 0 541139 941 0 0 20 0 28 0 511345287 29458776064 98371 33554432000 4194304 4196468 140730991556528 140730991539072 140433239101175 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
/proc/32635/statm: 7192084 98371 3545 1 0 7153184 0
[pid=32635/tid=32636] ppid=32633 vsize=28768336 memory=1452 CPUtime=0.66 cores=0-7
/proc/32635/task/32636/stat : 32636 (java) S 32633 32633 32308 0 -1 1077944384 8961 0 0 0 61 5 0 0 20 0 28 0 511345287 29458776064 98371 33554432000 4194304 4196468 140730991556528 140433243341952 140433239111381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32637] ppid=32633 vsize=28768336 memory=1452 CPUtime=2.94 cores=0-7
/proc/32635/task/32637/stat : 32637 (java) S 32633 32633 32308 0 -1 1077944384 10753 0 0 0 271 23 0 0 20 0 28 0 511345288 29458776064 98371 33554432000 4194304 4196468 140730991556528 140433158953744 140433239111381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32638] ppid=32633 vsize=28768336 memory=1452 CPUtime=2.9 cores=0-7
/proc/32635/task/32638/stat : 32638 (java) S 32633 32633 32308 0 -1 1077944384 9777 0 0 0 268 22 0 0 20 0 28 0 511345288 29458776064 98371 33554432000 4194304 4196468 140730991556528 140433157901200 140433239111381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32639] ppid=32633 vsize=28768336 memory=424236 CPUtime=2.88 cores=0-7
/proc/32635/task/32639/stat : 32639 (java) S 32633 32633 32308 0 -1 1077944384 11098 0 0 0 265 23 0 0 20 0 28 0 511345288 29458776064 98371 33554432000 4194304 4196468 140730991556528 140433156848656 140433239111381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32640] ppid=32633 vsize=28768336 memory=3504 CPUtime=2.94 cores=0-7
/proc/32635/task/32640/stat : 32640 (java) S 32633 32633 32308 0 -1 1077944384 10125 0 0 0 272 22 0 0 20 0 28 0 511345288 29458776064 98371 33554432000 4194304 4196468 140730991556528 140433155796112 140433239111381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32641] ppid=32633 vsize=28768336 memory=1452 CPUtime=2.94 cores=0-7
/proc/32635/task/32641/stat : 32641 (java) S 32633 32633 32308 0 -1 1077944384 10613 0 0 0 272 22 0 0 20 0 28 0 511345288 29458776064 98371 33554432000 4194304 4196468 140730991556528 140433154742544 140433239111381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32642] ppid=32633 vsize=28768336 memory=393996 CPUtime=2.93 cores=0-7
/proc/32635/task/32642/stat : 32642 (java) S 32633 32633 32308 0 -1 1077944384 9522 0 0 0 269 24 0 0 20 0 28 0 511345288 29458776064 98371 33554432000 4194304 4196468 140730991556528 140433153690000 140433239111381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32643] ppid=32633 vsize=28768336 memory=1764 CPUtime=2.91 cores=0-7
/proc/32635/task/32643/stat : 32643 (java) S 32633 32633 32308 0 -1 1077944384 11179 0 0 0 268 23 0 0 20 0 28 0 511345288 29458776064 98371 33554432000 4194304 4196468 140730991556528 140433152637456 140433239111381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32644] ppid=32633 vsize=28768336 memory=1452 CPUtime=2.92 cores=0-7
/proc/32635/task/32644/stat : 32644 (java) S 32633 32633 32308 0 -1 1077944384 11035 0 0 0 268 24 0 0 20 0 28 0 511345288 29458776064 98371 33554432000 4194304 4196468 140730991556528 140433151584912 140433239111381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32645] ppid=32633 vsize=28768336 memory=412456 CPUtime=11.58 cores=0-7
/proc/32635/task/32645/stat : 32645 (java) S 32633 32633 32308 0 -1 1077944384 51977 0 0 0 481 677 0 0 20 0 28 0 511345289 29458776064 98371 33554432000 4194304 4196468 140730991556528 140431568931312 140433239112322 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32646] ppid=32633 vsize=28768336 memory=1452 CPUtime=0 cores=0-7
/proc/32635/task/32646/stat : 32646 (java) S 32633 32633 32308 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 28 0 511345290 29458776064 98371 33554432000 4194304 4196468 140730991556528 140431567877600 140433239111381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32647] ppid=32633 vsize=28768336 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/32635/task/32647/stat : 32647 (java) S 32633 32633 32308 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 28 0 511345290 29458776064 98371 33554432000 4194304 4196468 140730991556528 140431566824960 140433239111381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32648] ppid=32633 vsize=28768336 memory=8560 CPUtime=0 cores=0-7
/proc/32635/task/32648/stat : 32648 (java) S 32633 32633 32308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 511345292 29458776064 98371 33554432000 4194304 4196468 140730991556528 140431565773520 140433239119771 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32649] ppid=32633 vsize=28768336 memory=1712 CPUtime=3.11 cores=0-7
/proc/32635/task/32649/stat : 32649 (java) S 32633 32633 32308 0 -1 1077944384 20058 0 0 0 306 5 0 0 20 0 28 0 511345292 29458776064 98371 33554432000 4194304 4196468 140730991556528 140431564720112 140433239112322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32650] ppid=32633 vsize=28768336 memory=1112 CPUtime=3.26 cores=0-7
/proc/32635/task/32650/stat : 32650 (java) S 32633 32633 32308 0 -1 1077944384 19138 0 0 0 322 4 0 0 20 0 28 0 511345292 29458776064 98371 33554432000 4194304 4196468 140730991556528 140431563667568 140433239112322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32651] ppid=32633 vsize=28768336 memory=35712 CPUtime=3.12 cores=0-7
/proc/32635/task/32651/stat : 32651 (java) S 32633 32633 32308 0 -1 1077944384 13289 0 0 0 309 3 0 0 20 0 28 0 511345292 29458776064 98371 33554432000 4194304 4196468 140730991556528 140431562615024 140433239112322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32652] ppid=32633 vsize=28768336 memory=12024 CPUtime=0.82 cores=0-7
/proc/32635/task/32652/stat : 32652 (java) S 32633 32633 32308 0 -1 1077944384 12092 0 0 0 79 3 0 0 20 0 28 0 511345292 29458776064 98371 33554432000 4194304 4196468 140730991556528 140431561562480 140433239112322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 52 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32653] ppid=32633 vsize=28768336 memory=500 CPUtime=0 cores=0-7
/proc/32635/task/32653/stat : 32653 (java) S 32633 32633 32308 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511345293 29458776064 98371 33554432000 4194304 4196468 140730991556528 140431560510176 140433239111381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32654] ppid=32633 vsize=28768336 memory=1560 CPUtime=0.17 cores=0-7
/proc/32635/task/32654/stat : 32654 (java) S 32633 32633 32308 0 -1 1077944384 1881 0 0 0 3 14 0 0 20 0 28 0 511345293 29458776064 98371 33554432000 4194304 4196468 140730991556528 140431559457712 140433239112322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 52 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32655] ppid=32633 vsize=28768336 memory=-3622645143214314312 CPUtime=671.13 cores=0-7
/proc/32635/task/32655/stat : 32655 (java) R 32633 32633 32308 0 -1 4202560 10683 0 0 0 67105 8 0 0 20 0 28 0 511345356 29458776064 98371 33554432000 4194304 4196468 140730991556528 140431550237672 140432840299904 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32656] ppid=32633 vsize=28768336 memory=406300 CPUtime=671.69 cores=0-7
/proc/32635/task/32656/stat : 32656 (java) R 32633 32633 32308 0 -1 4202560 14887 0 0 0 67160 9 0 0 20 0 28 0 511345356 29458776064 98371 33554432000 4194304 4196468 140730991556528 140431549186232 140432838999730 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32657] ppid=32633 vsize=28768336 memory=3028 CPUtime=676.05 cores=0-7
/proc/32635/task/32657/stat : 32657 (java) R 32633 32633 32308 0 -1 4202560 6005 0 0 0 67598 7 0 0 20 0 28 0 511345356 29458776064 98371 33554432000 4194304 4196468 140730991556528 140431548132816 140432840264330 0 4 0 16800975 0 0 0 -1 7 0 0 43 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32658] ppid=32633 vsize=28768336 memory=2012 CPUtime=672.33 cores=0-7
/proc/32635/task/32658/stat : 32658 (java) R 32633 32633 32308 0 -1 4202560 10600 0 0 0 67224 9 0 0 20 0 28 0 511345356 29458776064 98371 33554432000 4194304 4196468 140730991556528 140431547080520 140432840264320 0 4 0 16800975 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32659] ppid=32633 vsize=28768336 memory=6791534058613427641 CPUtime=671.21 cores=0-7
/proc/32635/task/32659/stat : 32659 (java) R 32633 32633 32308 0 -1 4202560 12821 0 0 0 67113 8 0 0 20 0 28 0 511345356 29458776064 98371 33554432000 4194304 4196468 140730991556528 140431546030928 140432841511885 0 4 0 16800975 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32660] ppid=32633 vsize=28768336 memory=1112 CPUtime=672.3 cores=0-7
/proc/32635/task/32660/stat : 32660 (java) R 32633 32633 32308 0 -1 4202560 10848 0 0 0 67223 7 0 0 20 0 28 0 511345356 29458776064 98371 33554432000 4194304 4196468 140730991556528 140431544975408 140432841581281 0 4 0 16800975 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32661] ppid=32633 vsize=28768336 memory=1004 CPUtime=670.68 cores=0-7
/proc/32635/task/32661/stat : 32661 (java) R 32633 32633 32308 0 -1 4202560 26861 0 0 0 67055 13 0 0 20 0 28 0 511345356 29458776064 98371 33554432000 4194304 4196468 140730991556528 140431543922928 140432841215916 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32662] ppid=32633 vsize=28768336 memory=6084 CPUtime=669.08 cores=0-7
/proc/32635/task/32662/stat : 32662 (java) R 32633 32633 32308 0 -1 4202560 14279 0 0 0 66899 9 0 0 20 0 28 0 511345356 29458776064 98371 33554432000 4194304 4196468 140730991556528 140431542869984 140432841377830 0 4 0 16800975 0 0 0 -1 0 0 0 5 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
Current children cumulated CPU time: 5420.8 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 394936 KiB

[startup+691.601 s]
/proc/loadavg: 8.06 8.13 8.17 9/219 32713
/proc/meminfo: memFree=28474360/32770624 swapFree=66999256/67108860
[pid=32633] ppid=32630 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/32633/stat : 32633 (xcsp3-exec) S 32630 32633 32308 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511345287 115843072 363 33554432000 4194304 5098028 140730598145616 140730598143720 140304400061052 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24440832 140730598151030 140730598151273 140730598151273 140730598154186 0
/proc/32633/statm: 28282 363 304 221 0 87 0
[pid=32635] ppid=32633 vsize=28768336 memory=393664 CPUtime=5421.59 cores=0-7
/proc/32635/stat : 32635 (java) S 32633 32633 32308 0 -1 1077944320 319991 0 0 0 541218 941 0 0 20 0 28 0 511345287 29458776064 98416 33554432000 4194304 4196468 140730991556528 140730991539072 140433239101175 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
/proc/32635/statm: 7192084 98416 3545 1 0 7153184 0
[pid=32635/tid=32636] ppid=32633 vsize=28768336 memory=1436 CPUtime=0.66 cores=0-7
/proc/32635/task/32636/stat : 32636 (java) R 32633 32633 32308 0 -1 4202560 8982 0 0 0 61 5 0 0 20 0 28 0 511345287 29458776064 98416 33554432000 4194304 4196468 140730991556528 140433243341952 140433239122522 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32637] ppid=32633 vsize=28768336 memory=796 CPUtime=2.94 cores=0-7
/proc/32635/task/32637/stat : 32637 (java) S 32633 32633 32308 0 -1 1077944384 10753 0 0 0 271 23 0 0 20 0 28 0 511345288 29458776064 98416 33554432000 4194304 4196468 140730991556528 140433158953744 140433239111381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32638] ppid=32633 vsize=28768336 memory=1764 CPUtime=2.9 cores=0-7
/proc/32635/task/32638/stat : 32638 (java) S 32633 32633 32308 0 -1 1077944384 9777 0 0 0 268 22 0 0 20 0 28 0 511345288 29458776064 98416 33554432000 4194304 4196468 140730991556528 140433157901200 140433239111381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32639] ppid=32633 vsize=28768336 memory=111628 CPUtime=2.88 cores=0-7
/proc/32635/task/32639/stat : 32639 (java) S 32633 32633 32308 0 -1 1077944384 11098 0 0 0 265 23 0 0 20 0 28 0 511345288 29458776064 98416 33554432000 4194304 4196468 140730991556528 140433156848656 140433239111381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32640] ppid=32633 vsize=28768336 memory=6791534058613427641 CPUtime=2.94 cores=0-7
/proc/32635/task/32640/stat : 32640 (java) S 32633 32633 32308 0 -1 1077944384 10125 0 0 0 272 22 0 0 20 0 28 0 511345288 29458776064 98416 33554432000 4194304 4196468 140730991556528 140433155796112 140433239111381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32641] ppid=32633 vsize=28768336 memory=4108 CPUtime=2.94 cores=0-7
/proc/32635/task/32641/stat : 32641 (java) S 32633 32633 32308 0 -1 1077944384 10613 0 0 0 272 22 0 0 20 0 28 0 511345288 29458776064 98416 33554432000 4194304 4196468 140730991556528 140433154742544 140433239111381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32642] ppid=32633 vsize=28768336 memory=1712 CPUtime=2.93 cores=0-7
/proc/32635/task/32642/stat : 32642 (java) S 32633 32633 32308 0 -1 1077944384 9522 0 0 0 269 24 0 0 20 0 28 0 511345288 29458776064 98416 33554432000 4194304 4196468 140730991556528 140433153690000 140433239111381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32643] ppid=32633 vsize=28768336 memory=1808 CPUtime=2.91 cores=0-7
/proc/32635/task/32643/stat : 32643 (java) S 32633 32633 32308 0 -1 1077944384 11179 0 0 0 268 23 0 0 20 0 28 0 511345288 29458776064 98416 33554432000 4194304 4196468 140730991556528 140433152637456 140433239111381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32644] ppid=32633 vsize=28768336 memory=920 CPUtime=2.92 cores=0-7
/proc/32635/task/32644/stat : 32644 (java) S 32633 32633 32308 0 -1 1077944384 11035 0 0 0 268 24 0 0 20 0 28 0 511345288 29458776064 98416 33554432000 4194304 4196468 140730991556528 140433151584912 140433239111381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32645] ppid=32633 vsize=28768336 memory=4136 CPUtime=11.58 cores=0-7
/proc/32635/task/32645/stat : 32645 (java) S 32633 32633 32308 0 -1 1077944384 51977 0 0 0 481 677 0 0 20 0 28 0 511345289 29458776064 98416 33554432000 4194304 4196468 140730991556528 140431568931312 140433239112322 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32646] ppid=32633 vsize=28768336 memory=-3622645143214314312 CPUtime=0 cores=0-7
/proc/32635/task/32646/stat : 32646 (java) S 32633 32633 32308 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 28 0 511345290 29458776064 98416 33554432000 4194304 4196468 140730991556528 140431567877600 140433239111381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32647] ppid=32633 vsize=28768336 memory=3504 CPUtime=0 cores=0-7
/proc/32635/task/32647/stat : 32647 (java) S 32633 32633 32308 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 28 0 511345290 29458776064 98416 33554432000 4194304 4196468 140730991556528 140431566824960 140433239111381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32648] ppid=32633 vsize=28768336 memory=65164 CPUtime=0 cores=0-7
/proc/32635/task/32648/stat : 32648 (java) S 32633 32633 32308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 511345292 29458776064 98416 33554432000 4194304 4196468 140730991556528 140431565773520 140433239119771 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32649] ppid=32633 vsize=28768336 memory=3028 CPUtime=3.11 cores=0-7
/proc/32635/task/32649/stat : 32649 (java) S 32633 32633 32308 0 -1 1077944384 20058 0 0 0 306 5 0 0 20 0 28 0 511345292 29458776064 98417 33554432000 4194304 4196468 140730991556528 140431564720112 140433239112322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32650] ppid=32633 vsize=28768336 memory=2012 CPUtime=3.26 cores=0-7
/proc/32635/task/32650/stat : 32650 (java) S 32633 32633 32308 0 -1 1077944384 19138 0 0 0 322 4 0 0 20 0 28 0 511345292 29458776064 98418 33554432000 4194304 4196468 140730991556528 140431563667568 140433239112322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32651] ppid=32633 vsize=28768336 memory=1436 CPUtime=3.12 cores=0-7
/proc/32635/task/32651/stat : 32651 (java) S 32633 32633 32308 0 -1 1077944384 13289 0 0 0 309 3 0 0 20 0 28 0 511345292 29458776064 98418 33554432000 4194304 4196468 140730991556528 140431562615024 140433239112322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32652] ppid=32633 vsize=28768336 memory=6791534058613427641 CPUtime=0.82 cores=0-7
/proc/32635/task/32652/stat : 32652 (java) R 32633 32633 32308 0 -1 4202560 12092 0 0 0 79 3 0 0 20 0 28 0 511345292 29458776064 98418 33554432000 4194304 4196468 140730991556528 140431561562776 140433219025311 0 4 0 16800975 0 0 0 -1 2 0 0 52 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32653] ppid=32633 vsize=28768336 memory=421876 CPUtime=0 cores=0-7
/proc/32635/task/32653/stat : 32653 (java) S 32633 32633 32308 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511345293 29458776064 98418 33554432000 4194304 4196468 140730991556528 140431560510176 140433239111381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32654] ppid=32633 vsize=28768324 memory=920 CPUtime=0.17 cores=0-7
/proc/32635/task/32654/stat : 32654 (java) S 32633 32633 32308 0 -1 1077944384 1883 0 0 0 3 14 0 0 20 0 28 0 511345293 29458763776 98418 33554432000 4194304 4196468 140730991556528 140431559457712 140433239112322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 52 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32655] ppid=32633 vsize=28768336 memory=4136 CPUtime=671.14 cores=0-7
/proc/32635/task/32655/stat : 32655 (java) R 32633 32633 32308 0 -1 4202560 10686 0 0 0 67106 8 0 0 20 0 28 0 511345356 29458776064 98418 33554432000 4194304 4196468 140730991556528 140431550245960 140433234767360 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32656] ppid=32633 vsize=28768336 memory=1452 CPUtime=671.7 cores=0-7
/proc/32635/task/32656/stat : 32656 (java) D 32633 32633 32308 0 -1 4202560 14905 0 0 0 67161 9 0 0 20 0 28 0 511345356 29458776064 98418 33554432000 4194304 4196468 140730991556528 140431549193416 140433241335009 0 4 0 16800975 18446744071582151416 0 0 -1 0 0 0 3 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32657] ppid=32633 vsize=28768336 memory=1452 CPUtime=676.45 cores=0-7
/proc/32635/task/32657/stat : 32657 (java) D 32633 32633 32308 0 -1 4202560 6026 0 0 0 67638 7 0 0 20 0 28 0 511345356 29458776064 98418 33554432000 4194304 4196468 140730991556528 140431548139848 140433241335009 0 4 0 16800975 18446744071582151416 0 0 -1 3 0 0 43 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32658] ppid=32633 vsize=28768336 memory=1452 CPUtime=672.66 cores=0-7
/proc/32635/task/32658/stat : 32658 (java) D 32633 32633 32308 0 -1 4202560 10605 0 0 0 67257 9 0 0 20 0 28 0 511345356 29458776064 98418 33554432000 4194304 4196468 140730991556528 140431547087304 140433241335009 0 4 0 16800975 18446744071582151416 0 0 -1 3 0 0 3 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32659] ppid=32633 vsize=28768324 memory=396048 CPUtime=671.22 cores=0-7
/proc/32635/task/32659/stat : 32659 (java) D 32633 32633 32308 0 -1 4202560 12845 0 0 0 67114 8 0 0 20 0 28 0 511345356 29458763776 98418 33554432000 4194304 4196468 140730991556528 140431546034760 140433241335125 0 4 0 16800975 18446744071582151416 0 0 -1 2 0 0 3 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32660] ppid=32633 vsize=28768336 memory=1452 CPUtime=672.31 cores=0-7
/proc/32635/task/32660/stat : 32660 (java) R 32633 32633 32308 0 -1 4202560 10867 0 0 0 67224 7 0 0 20 0 28 0 511345356 29458776064 98418 33554432000 4194304 4196468 140730991556528 140431544981896 140433239115466 0 4 0 16800975 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32661] ppid=32633 vsize=28768336 memory=394508 CPUtime=670.69 cores=0-7
/proc/32635/task/32661/stat : 32661 (java) R 32633 32633 32308 0 -1 4202560 26887 0 0 0 67056 13 0 0 20 0 28 0 511345356 29458776064 98418 33554432000 4194304 4196468 140730991556528 140431543929672 140433241316351 0 4 0 16800975 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
[pid=32635/tid=32662] ppid=32633 vsize=28768336 memory=1004 CPUtime=669.09 cores=0-7
/proc/32635/task/32662/stat : 32662 (java) R 32633 32633 32308 0 -1 4202560 14301 0 0 0 66900 9 0 0 20 0 28 0 511345356 29458776064 98419 33554432000 4194304 4196468 140730991556528 140431542876808 140433231818471 0 4 0 16800975 0 0 0 -1 0 0 0 5 0 0 6293624 6294260 29855744 140730991559658 140730991559830 140730991559830 140730991562703 0
Current children cumulated CPU time: 5421.59 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 395116 KiB

Child status: 0
Real time (s): 691.614
CPU time (s): 5421.62
CPU user time (s): 5412.19
CPU system time (s): 9.42514
CPU usage (%): 783.909
Max. virtual memory (cumulated for all children) (KiB): 28884168
Max. memory (cumulated for all children) (KiB): 527344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5412.19
system time used= 9.42514
maximum resident set size= 528272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 320659
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1240
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 104515
involuntary context switches= 65691


# summary of solver processes directly reported to runsolver:
#   pid: 32633
#   total CPU time (s): 5421.62
#   total CPU user time (s): 5412.19
#   total CPU system time (s): 9.42514

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.17519 second user time and 6.92164 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-24 20:47:43
IDJOB=4406696
IDBENCH=127865
IDSOLVER=2871
FILE ID=node103/4406696-1569350922
RUNJOBID= node103-1569348342-32335
PBS_JOBID= 21705080
Free space on /tmp= 20860 MiB

SOLVER NAME= choco-solver 2019-09-24 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-4406696-1569350922/watcher-4406696-1569350922 -o /tmp/evaluation-result-4406696-1569350922/solver-4406696-1569350922 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1569348342-32335 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 387531259 HOME/instance-4406696-1569350922.xml

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

MD5SUM BENCH= 273a3a450a7af16ef80dfed9e1af494c
RANDOM SEED=387531259

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28861552 kB
MemAvailable:   31853216 kB
Buffers:           55804 kB
Cached:          3212760 kB
SwapCached:         7000 kB
Active:          3165960 kB
Inactive:         115428 kB
Active(anon):       3084 kB
Inactive(anon):    67432 kB
Active(file):    3162876 kB
Inactive(file):    47996 kB
Unevictable:      107728 kB
Mlocked:          107728 kB
SwapTotal:      67108860 kB
SwapFree:       66999256 kB
Dirty:             26004 kB
Writeback:             0 kB
AnonPages:        113000 kB
Mapped:            57368 kB
Shmem:             49080 kB
Slab:             221352 kB
SReclaimable:     193252 kB
SUnreclaim:        28100 kB
KernelStack:        3344 kB
PageTables:         5728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     513824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 20836 MiB
End job on node103 at 2019-09-24 20:59:15